Results: 6038Comments by: Baertram
File: Advanced Filters - Updated06/14/19
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Error Message
Posted By: Baertram
No problem. Anchors are the edges of a control. It "anchors" to something so it will be in the right position. Like a marker texture anchors to the inventory row. Just FYI finally figured out who the culprit is: Gridlist :rolleyes: OH, cool. So using Gridlist and AF will show the anchor error after loading? Or anything else...
File: BSCs-AntiCombatInteract06/13/19
Yw. Btw, another hint: Use the c...
Posted By: Baertram
Yw. Btw, another hint: Use the changelog tab as you update your addon so users and yourself are easily able to see what was changed for what version. And if something does not work anymore can test around these changes. The changelog is shown in Minion as well.
File: WishList (Set item search&tracker/wanted Gear list)06/12/19
Nice addon, thx for that :banana:...
Posted By: Baertram
Nice addon, thx for that :banana: small question..... possible to add a button like craftstore (screenshot) https://s18.directupload.net/images/190612/gjx7ousk.png would be nice if you can do this :D Not planned to, sorry. Enable the main menu button in the settings. It's just one press of ESC key and then click on the...
File: Advanced Filters - Updated06/12/19
Re: Re: Re: Re: Re: Re: Re: Re: Re: Error Message
Posted By: Baertram
No problem. Anchors are the edges of a control. It "anchors" to something so it will be in the right position. Like a marker texture anchors to the inventory row. You are right that the error happens if too many anchors are created. But if the error hapoens there must be something which creates controls several times (maybe unneede...
File: BSCs-AntiCombatInteract06/11/19
Thanks for the addon. I like this i...
Posted By: Baertram
Thanks for the addon. I like this idea a lot! One hint about your code: Overwriting a function is not that good as it will break other addons if they rely on this function as well! One would need to know (and update on new addons) all of them and add them to your addons ##OptionalDependsOn: OtherAddon1 OtherAddon2 tag in order...
File: BSCs-AdvancedSynergy06/11/19
Thanks for the addon. But please d...
Posted By: Baertram
Thanks for the addon. But please do not use LibStub anymore for LibDialog. Just use the global variable LibDialog instead. LibStub is going to be removed from all or at least many libraries, so they will all contain a global variable. The same for LibAddonMenu-2.0 = LibAddonMenu2. Also please do not add LibStub to your DependsO...
File: Advanced Filters - Updated06/11/19
Re: Re: Re: Re: Re: Re: Error Message
Posted By: Baertram
Occasionally is not good. I somehow need a repeatable way to raise the error messages. If you could provide me any steps and addons enabled as the error appears, how I am able to reproduce the error (the less addons, the better!) I'd be glad. Something like: 1 enable AF updated/beta and addon... 2 open inventory 3 filter to stol...
File: Advanced Filters - Updated06/11/19
Re: Re: Re: Re: Error Message
Posted By: Baertram
Hm, no idea why this will happen if you use AF updated. I can only think of the other addons trying to do something as one of AF rubrics for inventory filters are called. I'll ask some other devs if they know a way to detect where this error comes from. As a workaround search for anchor in AddOns. The should be one to suppress this...
File: Advanced Filters - Updated06/10/19
Re: Error Message
Posted By: Baertram
Hi, as you have written this error does not happen if you only use AF? So this is a coincidence of the other addons you are using. Does it happen with only AF and Havens Stolen Filter enabled? If not please disable all the other addons and enable them one after another until the error happens again. Too much anchors is most of the ti...
File: FCO ItemSaver06/09/19
Hi, First of all, thank you for...
Posted By: Baertram
Hi, First of all, thank you for working on the addon, it's a really great help. I may be missing something, however I would like to know if there is a way to mark the items I "marked to sell" as junks so they go to the junk tabs? I have tried to search for this information or for any addon integration but I have not been succes...
File: Addon Selector (Save AddOn profiles/packs)06/09/19
addon i still out of date ? is thi...
Posted By: Baertram
addon i still out of date ? is this correct ? Yes, as it needs no update to work properly, or do you get any error message? Just enable the checkbox "Allow outdated addons" or "allow addons with another API/game version" ingame in the addon manager, and install the libraries, enable them and use this addon. Or change the file A...
File: FCO Mounty06/07/19
So this is probably an incredibly s...
Posted By: Baertram
So this is probably an incredibly stupid question, but once I've selected the mount for the zone from the dropdowns, how do I save that setting? As you select one it is automatically saved :) Choose the zone and subzone, then afterwards your mount for this combination and its saved then.
File: FCO ItemSaver06/05/19
Re: Machine-Wide?
Posted By: Baertram
Hi there. I have way too many alt accounts and my FCOItemSaver Saved Variables data has therefore grown to over 30 MB. Is there any chance we might be able to get an option to save data Machine-Wide instead of just Account-Wide? Thank you. Not really planned as this would need me to manually save the data and not use ZOs func...
File: FCO ChatTabBrain (Automatic chat tab&message channel switch)06/05/19
Re: Fonts!
Posted By: Baertram
Hi ! Would you mind adding font selector in the addons setup ? :) Fonts for the chat text? Nope, won't be added as this addon is about chat tabs and content warning + automation, not visual changes. Check out pChat or other chat addons please.
File: FCO ItemSaver06/05/19
Re: CraftStore Implementation
Posted By: Baertram
Not sure what changed within Craftstore? But FCOIS marks all items CS tells to be an unknown trait. This is how it works and did. If your CS addon is telling FCOIS that the trait is unknown it will be marked. Check the FCOIS settings tooltips at the automatic marks for traits please for further information. If CS recently update...
File: Circonians MyStatus06/02/19
Correct, sorry forgot to update thi...
Posted By: Baertram
Correct, sorry forgot to update this addon.
File: WishList (Set item search&tracker/wanted Gear list)06/02/19
Re: New Sets
Posted By: Baertram
Any chance of seeing this addon updated with the new Sunspire & Overworld sets? YOU need to click the scan/search all sets button at the left top corner of the first tab of the WishList Ui. After this it will scan all items and find the new sets. This is needed to be repeated as new sets are added!
File: WishList (Set item search&tracker/wanted Gear list)06/02/19
Re: New Sets
Posted By: Baertram
Any chance of seeing this addon updated with the new Sunspire & Overworld sets? See post above.
File: Advanced Filters - FCO Item trait filter plugin06/01/19
Not that easy, there is changed a l...
Posted By: Baertram
Not that easy, there is changed a lot. I hope I'm able to get the error too, so I can test it. Hmm, I wonder why I did not get this error yesterday. Sometimes I hate lua. Did a quick check of the code lines mentioned in the lua error and everything looks OK for me... When exactly did you get the error, and at what panel (inve...
File: Advanced Filters - FCO Item trait filter plugin06/01/19
Hmm, I wonder why I did not get thi...
Posted By: Baertram
Hmm, I wonder why I did not get this error yesterday. Sometimes I hate lua. Did a quick check of the code lines mentioned in the lua error and everything looks OK for me... When exactly did you get the error, and at what panel (inventory, crafting smiting, crafting jewelry, junk,...?) Sorry, will be fixed in 2 weeks then :con...
File: Advanced Filters - FCO Item trait filter plugin05/31/19
Found the problem and you are lucky...
Posted By: Baertram
Found the problem and you are lucky, last day before take off :-) Hope it is (really) fixed now.
File: Auto Recharge (and repair)05/31/19
Well this shouldn't happen. If the...
Posted By: Baertram
Well this shouldn't happen. If the setting to disable the chat warning does jot work it's a bug. I'll have a look after my vacations. You could search the Recharge.lua file for the text which is shown in the chat, or something like d(GetString(...)) where the... In th () sounds lika a placeholder for the warning, and put -- in fron...
File: Advanced Filters - Updated05/30/19
I have been using the original vers...
Posted By: Baertram
I have been using the original version until today, but it conflicted endlessly with AGS. So today I learned about this new version, but I can't get it to work. I removed the old version, and installed this one and the libs required. When I reload UI it gives a UI error: user:/AddOns/AdvancedFilters/main.lua:12: attempt to inde...
File: FCO ItemSaver05/30/19
Re: Lua error on login
Posted By: Baertram
Hi - can I get some advice as to whether this error I get when I login, or reloadui, needs me to take some acvtion to rectify, please: user:/AddOns/ItemSaver/API.lua:97: table index is nil stack traceback: user:/AddOns/ItemSaver/API.lua:97: in function 'ItemSaver_RegisterMarker' user:/AddOns/IS_AdvancedFiltersMarkerTextures/IS_...
File: FCO ItemSaver05/30/19
Re: Re: Re: Re: Dynamic Icons
Posted By: Baertram
This would be too easy;) The variable is changed dynamically in several files as you change the settings enable or disable dynamic icons. Keep it the way it is now so you can use the 30 icons. I'll have a look after my vacations in some weeks. Update I unistalled and deleted saved variables to have a clean install. Still encount...