Results: 6042Comments by: Baertram
File: rChat12/13/19
Re: issues
Posted By: Baertram
One again to stop this rumors finally: LibMainMenu and LibMainMenu 2 are totally different libraries so please stop writing nonsense and creating errors where there aren't any. Thanks You easily see this if you READ their descriptions properly AND check their screenshots as well. 1) parent issue - cant copy gold in msg right:...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/13/19
Re: Re: Re: Restore Chat Error... ???
Posted By: Baertram
Yeah could be with the missing end. But the total function code looks correct for me. If this fixed the error I'll add it as security check. The best way would be to "not include this fix into your code" and add some debug messages to check where in your SavedVariables the restored history text is/get's empty during restore and...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/13/19
Re: Restore Chat Error... ???
Posted By: Baertram
Never got this error so far. Will try to reproduce it. Could you try to enable the settings for reloadui history restore again please and then add the following into pChat.lua, line 3043 (before if db.addHistoryRestoredPrefix == true then): if restoredChatRawText and restoredChatRawText ~= "" then And in line 3046 add the "end...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/13/19
Finally you managed to tell me (by...
Posted By: Baertram
Finally you managed to tell me (by your writing) it's not Ayantir's personal assistant but this one here by Klingo: PersonalAssistant (Banking, Junk, Loot, Repair) Thanks for the info :p Will have a look. Edit: Tested only pChat and libraries with Personal Assistant (Banking, Junk, Loot, Repair) and did only enable some of t...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/13/19
Re: getting error messages
Posted By: Baertram
You definately got a folder LibMainMenu in HarvestMap. Read the HarvestMap comments properly. It's not in HarvestMap but HarvestMap/modules/HarvestMap/lib I've done all what is written in the sticky comment and still get these messages after log-in: Die folgende Bibliothek fehlt und muss installiert & aktiviert werden: 'LibMa...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/13/19
Hm this shouldn't be related to Per...
Posted By: Baertram
Hm this shouldn't be related to PersonalAssistant then as LibMainMenu and LibMainMenu2 are not the same and do not have any issues together. If the text comes as PChat is loaded it's another problem then, or PersonalAssistant defined a global variable LMM which overwrites the one from pChat maybe. just letting you know. im trying...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/12/19
I doubt its the same problems like...
Posted By: Baertram
I doubt its the same problems like described here, raised by included old versions of LibMainMenu (NOT LibMainMenu-2.0 !!!). Personal Assistant by Ayantir does not use any libraries. Personal Assistant (Bag, Bank, ...) by klingo and N'Tak uses LibMainMenu-2.0 and not LibMainMenu. So there shouldn't be any issues here except others...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/11/19
Correct, if you want to have the wh...
Posted By: Baertram
Correct, if you want to have the whisper notification as small button inside the chat window (top right corner, near the croll bar) you MUST create at least one chat tab where the whisper messsges are selected for output (right click the chat tab, select options->activate the whisper channel). -> AND it must be dedicated, what means...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/10/19
Re: Re: Re: QUESTION!! about [pChat]FormatMessage-chanCode: 2
Posted By: Baertram
Nah, the performance should not be impacted at all, and if then positively as there is missing some source code and not used :p It also only affects LibMainMenu which is ONLY used for the pChat chat command /msg currently! So as long as you do not use tze /msg command or the keybind to show your chat text templatesyou are fine and...
File: Kill Counter12/10/19
It's not a lua error message but a...
Posted By: Baertram
It's not a lua error message but a chat message about pChat missing LibMainMenu properly if you have Kill Counter loaded, due to the old included LibMainMenu which overwrites the global variable LibMainMenu and thus pChat's /msg chat command is not working. I have added a sanity check within pChat so the other 90% of that addon can...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/10/19
Forgot to remove a debug message in...
Posted By: Baertram
Forgot to remove a debug message in pChat.lua file, function Format Message. You can search for it and remove the d(".... line or wait until I find time to remove it. Is it line 3450 that we need to comment out or remove? Yep, and the if... + end after that line as well is not needed.
File: Kill Counter12/09/19
PLEASE PLEASE PLEASE PLEASE Remove...
Posted By: Baertram
PLEASE PLEASE PLEASE PLEASE Remove embedded "hardcoded" libraries like LibStub, LibAddonMenu and especially LibMainMenu from this addon's hardcoded txt file lines, and just let the users add it as standalone library properly (at it as ## DependsOn: LibAddonMenu-2.0 LibMainMenu dependency). The included old version of LibMainMenu da...
File: FCO ItemSaver12/09/19
Re: UI Error message when left clicking Item in Inventory
Posted By: Baertram
You said as you "left click"? Are you playing with the mouse buttons reversed because your main hand is the left one? Normally this happens if you right click an item to open the context menu. Did you change the number slider for enabled dynamic icons in the FCOIS settings for marker icons->dynamic icons befor this error started?...
File: HarvestMap12/08/19
Re: Re: Re: Re: Re: Re: out of date lib
Posted By: Baertram
Afaik in the file MainMenu.lua LibMainMenu will be loaded in HarvestMap. And Harvest.menu is the created menu of LibMainMenu then, which is the error at line 15 within the file FilterMenu.lua, yes. Not sure why you did not get the error message again after you have removed the files from Votans addon. Maybe it's a problem because...
File: SuperStar - Summerset Update12/08/19
Thanks Sigo Dest! Known addons u...
Posted By: Baertram
Thanks Sigo Dest! Known addons using LibMainMenu v8 (or newer, because of using it as standalone installed library) properly now: pChat SuperStar Summerset Update Know addons causing problems using outdated/embedded LibMainMenu: Harvest Map PVPMeter Kill Counter -> Check the comments of these addons how to fix them. B...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/08/19
Thank you for your help as well. WI...
Posted By: Baertram
Thank you for your help as well. WIll add "Kill Counter" to the incompatiblity list and write the dev (if it's still active). Ill go through and check which addons flag it. - It works with just all libs active and pchat. - Kill Counter by Casterial seems to flag it. But I removed the mainmenu folder, and added in ## DependsOn:...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/08/19
@Amber I deleted your post about V...
Posted By: Baertram
@Amber I deleted your post about Votans Fisherman here as it is not related and ppl should not get confused and edit other working addons. See the HarvestMap comments for more information why Votan's Addon was named for you here (but it was a coincidence!).
File: HarvestMap12/08/19
Re: Re: Re: Re: out of date lib
Posted By: Baertram
It says Votans Fisherman because LibStub, which is used by LibMainMenu (if LibStub is enabled) was loaded from Votans addon. Coincidence! LibStub could also have been loaded from other addons subfolders or your main AddOn\LibStub folder. Depends on if Votan's Fisherman uses a hardcoded line to LibStub in his addon or if LibStub was...
File: HarvestMap12/08/19
Re: Re: out of date lib
Posted By: Baertram
It is in HarvestMap/modules/HArvestMap/libs. HarvestMap is 1 addon but uses a combination of several sub-addons in the modules folder (for the different zones e.g.) so always be sure check the "real" HarvestMap folder in modules/HarvestMap HarvestMap needs a fix for an included outdated LibMainMneu. Please update LibMainMenu to n...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/08/19
Thanks for the answers. Sorry, som...
Posted By: Baertram
Thanks for the answers. Sorry, somehow LibMainMenu is bugged. I think it needs a rewrite or a new name in order to function aside with other addons like Harvestmap etc. which use an outdated old version of the same library... What happens if you write /msg into chat and press return key. Does this work and open the message templa...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/08/19
Did you also delete the folder Eld...
Posted By: Baertram
Did you also delete the folder Elder Scrolls Online>live>Addons>HarvestMap>Modules>HarvestMap>lib->LibMainMenu or removed the line calling the /lib/LibMainMenu/LibMainMenu.lua from the txt file of HarvestMap where you have added the ## Dependson: LibMainMenu ? Just to be sure; Are you sure LibMainMenu (by Ayantir) is installed...
File: SuperStar - Summerset Update12/08/19
@Sigo Dest Please remove your chan...
Posted By: Baertram
@Sigo Dest Please remove your changed version v5 of LibMainMenu from this Superstar version! It does not work they way you have provided it and makes 0 sense at all :confused: At best do the same like with LibAddonMenu and DO NOT INCLUDE any library which can be installed seperately so users just install 1 copy into the AddOns f...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/08/19
Re: QUESTION!! about [pChat]FormatMessage-chanCode: 2
Posted By: Baertram
Check my comment from yesterday evening 10pm about this. It's a left over debug message in file pChat.lua, function FormatMessage. You can remove the if ... CHAT_MESSAGE_WHISPER ... then d(...) end at the beginning of this function to remove the debug output. Will be fixed with next update. was having a chat between whis...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/08/19
Are you using SuperStar, HarvestMap...
Posted By: Baertram
Are you using SuperStar, HarvestMap or PVPMeter (mentione dincompatibilites in the 1st sticky comment post) and did you fix them accordingly to the described workaround already? This error message happens if one of these mentioned addons, which also use LibMainMenu (but old versions) somehow load and overwrite the pChat version ->...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/08/19
Re: Re: Re: Re: Re: Re: Re: Re: Re: Some bugs?
Posted By: Baertram
Okay got you. ESO and lua, libraries/Addons and versioning explained -ESO manifest txt file of addons/libraries- -Additional information about libraries within ESO lua- But lua and librraies are quite different than within other real coding languages. lua is a script language and ESO is a special case as well. The libraries (...