Results: 5992Comments by: Baertram
File: NTak Loot'n'Steal09/22/19
Hi there, yeah, if you just use...
Posted By: Baertram
Hi there, yeah, if you just use a filter function at the stolen tab (and not the ITEMFILTERTYPE_ALL) it will work but only show stolen items and not be compatibel with other filter addons. If you got marked items with FCOItemSaver or filtered them with AdvancedFilter plugins dropdown boxes (currently not added this to the cust...
File: Real Bound Armor09/22/19
Hey ArtOfShred, please change th...
Posted By: Baertram
Hey ArtOfShred, please change the call to LAM2 to not use LibStub anymore as LibStub will be come obsolete one day. The vanilla UI got the ## AddOnVersion: tag in the library txt filkes which does the same. So please remove this line: local LAM2 = LibStub("LibAddonMenu-2.0") And add this instead: local LAM2 = LibAddonMen...
File: FCO ItemSaver09/22/19
Re: Re: Re: Re: Flag misalignment
Posted By: Baertram
Hm, I thought I was using CMLD on my screenshot as well. Will have a look. Guess I need to reanchor the flags to some other control. Edit: With CMLD enabled everything looks fine for me. The material levels are shown at crafting stations (setting is enabled at CMLD). You can see the levels at my screenshot e.g. So it might be...
File: Tamriel Trade Centre09/22/19
The same here for you, please remov...
Posted By: Baertram
The same here for you, please remove the hardcoded lines in your TamrielTradeCenter.txt file for the libraries and include them WITH THEIR OWN txt files: LibStub\LibStub.lua LibAddonMenu-2.0\LibAddonMenu-2.0.lua LibAddonMenu-2.0\controls\panel.lua LibAddonMenu-2.0\controls\submenu.lua LibAddonMenu-2.0\controls\button.lua LibA...
File: Master Merchant09/22/19
Hey Philgo, could you please rem...
Posted By: Baertram
Hey Philgo, could you please remove the "hardcoded" library usage of LibAddonMenu-2.0 and LibMediaProvider from your MasterMerchant.txt file, these lines: Libs\LibStub\LibStub.lua Libs\LibMediaProvider-1.0\LibMediaProvider-1.0.lua Libs\LibAddonMenu-2.0\LibAddonMenu-2.0.lua Libs\LibAddonMenu-2.0\controls\button.lua Libs\LibA...
File: FCO ItemSaver09/22/19
Re: Flag misalignment
Posted By: Baertram
Just had a look and for me it's position is ok: https://i.ibb.co/47h9RDV/crafting-refine-flag-position.jpg Any other addons active which change the sort headers at crafting stations? I'm asking because the flag is anchored to the name sort header position so far. I see a "Set" entry in the sort headers (which makes no sense at t...
File: LibMediaProvider09/22/19
Re: Re: Directory structure is screwy
Posted By: Baertram
Why is this lib not working properly without LibStub? There should be a way to make it compatible with and without LibStub, isn't it?
File: Delete Redundant Libs09/22/19
I agree with you the author should...
Posted By: Baertram
I agree with you the author should maintain this but if your tool is deleting the libs and is not making the addon be dependent on it anymore (as direct calls to the lib files in the addon's txt is not creating any dependency in the ingame addon manager) it most likely will just break the addon. So at least adding/changing an exis...
File: FCO Notes (Guild members/Friends/Ignored players)09/22/19
You are welcome. Anyway, I just...
Posted By: Baertram
You are welcome. Anyway, I just wanted to say THANK YOU for this addon. It's going to save me from a lot of headaches in the future. Do you mean the standard vanilla UI note character limit? Nope, this is handled on teh game's side and I doubt the database column below will be storing more characters than the frontend tells th...
File: Delete Redundant Libs09/21/19
Hey there, does your tool only...
Posted By: Baertram
Hey there, does your tool only delete the folders? Because if you got a bundled library and delete it from the subfolders you need to check the txt file of that addon as well to remove the call to the subfolder library as well. It may "silently fail" if the addon manager tries to load the entries in the txt files and they are m...
File: FCO ItemSaver09/21/19
Re: Re: Re: Re: Error update
Posted By: Baertram
@Noxifer Ther is a setting for the Motifs under FCOIS settings-> Anti-protection->scrol down to "Motifs". Doesn't this work if you right click the flag icon, so you can read the motifs with applied marker icons? For me it does work properly, just tested it with 2 chars.
File: FCO ItemSaver09/20/19
Re: Re: Re: Error update
Posted By: Baertram
or (why are there negative numbers? O.o) are in the format of The negative numbers are added as the positive values were above the maximum allowed integer value, so a calucaltion was done to reduce the number in size and keep in inside the int bounds. The "482..." are the unique Ids and should only apply to items which are...
File: FCO ItemSaver09/20/19
Re: Error update
Posted By: Baertram
The only thing I could imagine which triggers the error messages would have been that you did change the number of dynamic icons (slider) in the settings and did not do a reloadui afterwards. But you said you have logged out then as it was the end of your palytime. if you change ths slider and update values for "deactivated by the s...
File: FCO ItemSaver09/18/19
I think so, yes. Will have a look i...
Posted By: Baertram
I think so, yes. Will have a look if it can be added there. Heyyyy. I hope you're doing well! I have a question. Under the "Protection (Anti-Methods)" settings menu, could you add the "Disable temporarily with flag" option to the Guild Banks "prevent deposit w/o withdraw rights"? I appreciate that setting, but I'd love an easy...
File: Advanced Filters - FCO Duplicate items filter plugin09/18/19
Well, I'm unsure that this is relat...
Posted By: Baertram
Well, I'm unsure that this is related to the filter plugin at all:confused: There is missing the name of the item. The filter plugin does not chnage anything at the names or whatever, it just "filters" (does not show total inventory rows). Are you able to reproduce this with ALL addons exept AF Updated and this duplicate plugin di...
File: FCO ItemSaver09/17/19
Re: Re: Re: Re: Re: Re: Re: Setting for Style Motifs
Posted By: Baertram
Nope, you as a user cannot know what an outdated embedded library s. It's the authors duty to remove the libs or include them properly with it's own txt file, so only hte newest version will be loaded. You cannot see and know how this all is working together and see where the error's "origin is coming from". I as the dev did see...
File: FCO ItemSaver09/17/19
Re: Re: Re: Re: Re: Setting for Style Motifs
Posted By: Baertram
After reloading the ui (or logout-login) and opening up the FCOIS settings, the icon is grey rather than the dynamic colour, and while it is I can click in and out of the text field without errors. As soon as I do that, though, it regains its proper colour and the errors are back. Not sure how they are related, though. This is bec...
File: FCO ItemSaver09/16/19
Re: Re: Re: Setting for Style Motifs
Posted By: Baertram
Libraries: If the lib got its own txt file increase the ## AddOnVersion: to a higher number to load this particular library folder. If they are using embedded libraries which load via the addons txt file (this should be fixed and changed!) you only could remove those lines and add ## DependsOn: LibAddonmenu-2.0 I the addon will...
File: Potion Taken Sound Fix & Alerts09/16/19
Nice idea, and thanks for the addon...
Posted By: Baertram
Nice idea, and thanks for the addon! I never really checked if new potions are around which need to be added to LibPotionBuff so if you know any or see any missing stuff please write me a PM. Thanks. About the soundbooster: Are you using PlaySound several times after another to raise the sound volume (this is a way which "most...
File: Advanced Filters - Updated09/16/19
Aye, AF plugins are only visible in...
Posted By: Baertram
Aye, AF plugins are only visible in the dropdown filter box and they won't add extra inventory filter buttons on top. That's why I was confused as well. Thanks for the update. LibDebugLogger If you say it was AF Stolen filter plugin it's a supported plugin. I'll have a look if I can reproduce it then. Hmmm, that did not...
File: FCO ItemSaver09/16/19
Re: Setting for Style Motifs
Posted By: Baertram
I think there is no setting to turn the protection of style pages off currently. I'll have a look what effort this would be to add one so the inventory flag will disable the protection as well. I'm using the right mouse + SHIFT to remove all the icons (setting must be enabled in FCOIS settings for it to work) and thus never had pro...
File: Advanced Filters - Updated09/15/19
LibDebugLogger If you say it was...
Posted By: Baertram
LibDebugLogger If you say it was AF Stolen filter plugin it's a supported plugin. I'll have a look if I can reproduce it then. Absolutely a fair point, and I am sure us, your users, are very very grateful for the work that you are doing. I did not realise it was a not a core feature. I guess its from this add on that I wil...
File: Advanced Filters - Updated09/14/19
There is no stolen tab at the vanil...
Posted By: Baertram
There is no stolen tab at the vanilla UI! :confused: So which addon are you using to add it? Check the comments of NTakLootNSteal or HarvensStolenFilter and install these versions which are compatible with AdvancedFilters. If it's another addon, sorry, no plan to support more and more and more. >===========================...
File: Advanced Filters - Updated09/14/19
Re: strange debug message
Posted By: Baertram
Whoops, guess I forgot to remove a debit message. every time i open a deconstruct panel on any crafting station i get a message like this for every item in the deconstruct panel in the chat window: >RefreshSubFilterbar, externalAddonName: FCOCraftFilter_Jewelry_Deconstruction, result: true As it says AF in front and its th...
File: WishList (Set item search&tracker/wanted Gear list)09/13/19
Re: Messages / Begging / Filter
Posted By: Baertram
1. afaik the chat messages are put into the chat tab where you have activated "System" messages. I cannot force it to be shown in any other chat tab. I think there is only "the currently active chat tab" or the d() debug message which will be put into the system chat. 2. If you look at the history you are able to right click the e...