Results: 6075Comments by: Baertram
File: FCO Mounty12/16/19
Sorry for the late reply. I was qui...
Posted By: Baertram
Sorry for the late reply. I was quite busy in the last weeks. This functionality does not work yet, it was a test and I updated the addon and had overseen that it is still in... :( I'l work on it and update the addon providing this feature as and if it works then!
File: XL Gear Banker12/16/19
Many thanks for this great addon, a...
Posted By: Baertram
Many thanks for this great addon, again! I'm using it to store my sets accross characters. And therefor I'd like to request another "comment" multiline editfield upon creation/changing of a set. Maybe a text editbox below the headline of your UI and above the + - buttons. It should be editable always as the set was created and s...
File: Advanced Group Roster12/16/19
Thanks aldericon. You can delete t...
Posted By: Baertram
Thanks aldericon. You can delete the included "libs" folder now as the files get not loaded anymore and just bloat the zip archive filesize. Edit: Oh and the ## AddOnVersion tag in your txt MUST be an unsigned integer, so only integer values not float or others with . in between! As your addon is not needed for versioning and t...
File: FCO ItemSaver12/16/19
As I said they are competely differ...
Posted By: Baertram
As I said they are competely different libraries. The one is A the other B. Only their name is similar but they ARE NOT the same library (like LibAddonMenu-2.0 is NOT libAddonMenu, and LibFilters2 is NOT LibFilters3 and LibDialog is not LibWhateverElseNameThereCanBe). FCOItemSaver, WishList and others use B (LibMainMenu 2) And...
File: WishList (Set item search&tracker/wanted Gear list)12/15/19
Version 2.8 (2019/12/15) Added on...
Posted By: Baertram
Version 2.8 (2019/12/15) Added on request: -Setting to only notify on maximum CP cap (CP160 curently) items -Setting to notify only in dungeons -Sort tiebraker can be chosen from dropdown list. Attention:After changing this dropdown it will automatically do a reloadUI to build the new sort header keys internally!
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/15/19
YEAH got it fixed i think. ... an...
Posted By: Baertram
YEAH got it fixed i think. ... and it turned out it wasnt personal assistant it was harvest map. ... thanks for your time and sorry for all of the confusing. You are welcome, glad it's working now.
File: Advanced Group Roster12/14/19
Hey aldericon, PLEASE remove the...
Posted By: Baertram
Hey aldericon, PLEASE remove the embedded LibAddonMenu copy which is called "hardcoded" from your addon's txt file! IF you include a copy ALWAYS include it in total with it's own txt file LibAddonMenu-2.0.txt so the ingame addon manager recognizes it properly. But do NOT load it from your AdvancedGroupRoster.txt as hardcoded l...
File: rChat12/14/19
Could you please add an option to s...
Posted By: Baertram
Could you please add an option to show guildmates's champion points in the chat? Or i just havent found it? There is no such capability right now. How would such a thing be useful? (I'm curious.) Maybe this helps: You can use e.g. Thurisaz Guild Info for the info to show in the guild roster or FCOChangeStuff to show the real...
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!).