Results: 6042Comments by: Baertram
File: Item Set Dumper10/15/22
I have not checked your code but th...
Posted By: Baertram
I have not checked your code but that "the UI might freeze for some seconds" I know a lot ;) LibSets provides all the set data and in order to update it on PTS and new patches it needs to scan all itemIds of the game once to check for new setIds and so on. I've managed to get kicked from the server a lot due to the loop I was usi...
File: Guild Member Manager10/15/22
WHoops, I did not check the txt fil...
Posted By: Baertram
WHoops, I did not check the txt file, only the description :p Thanks for the update Thanks for your addon. If you want to be evenmore compatible with other guild roster addons you should use the library some other addons use too: https://www.esoui.com/downloads/info2784-LibGuildRoster.html Thanks, I do use it as a dependency...
File: Guild Member Manager10/14/22
Thanks for your addon. If you want...
Posted By: Baertram
Thanks for your addon. If you want to be evenmore compatible with other guild roster addons you should use the library some other addons use too: https://www.esoui.com/downloads/info2784-LibGuildRoster.html
File: Caro's Skill Point Saver (Builds, Champion Points, Presets, Gear, Quickslots, Appearances/Outfits)10/14/22
(e) Another helpfull thing would be...
Posted By: Baertram
(e) Another helpfull thing would be to show an indicator for the items used in a profile in the inventory :) I do realize that making requests is easy to do a lot, so don't feel pressured please :) If you want to support FCOItemSaver to mark your gears defined in CCSP with an FCOIS defined gear marker icon in the inventories AND p...
File: Potent Nirncrux Alert - Loot Alert10/14/22
Should work as long as the perfect...
Posted By: Baertram
Should work as long as the perfect roe is really looted and teh event loot received fires due to that. Perfect roe from filleting a fish is not looted and does not generate loot events. LAME! :( Maybe you can try if it will raise this callback where you can register your own callback function too: SHARED_INVENTORY:RegisterC...
File: Potent Nirncrux Alert - Loot Alert10/14/22
Yep, the custom names are entered w...
Posted By: Baertram
Yep, the custom names are entered with the string shown with the client language used, or it's an error 17: User :p ItemId checks are better, right. You can get the itemId from an itemLink pretty easily: If you put an item by right click context menu to chat, just mark it in the chat editbox with your mouse and copy to clipboard...
File: FCO ItemSaver10/14/22
Re: Giladil the Ragpicker
Posted By: Baertram
Love the features, thanks for all your work. I use the Change Filter keybinds at the tables; however, noticed that they don't seem to work when I'm at Giladil the Ragpicker. I can mouse click the filter icons to toggle them, but the keybinds don't seem to be activated at her GUI screen like they are at the crafting tables. Any id...
File: Potent Nirncrux Alert - Loot Alert10/13/22
You should move your EVENT_MANAGER:...
Posted By: Baertram
You should move your EVENT_MANAGER:RegisterForEvent(addon.name, EVENT_LOOT_RECEIVED, OnLootReceived) inside your callback function OnAddonLoaded after your addon was definately loaded: local function OnAddonLoaded(event, name) if name ~= addon.name then return end EVENT_MANAGER:UnregisterForEvent(addon.name, EVENT_AD...
File: FCO ItemSaver10/11/22
Re: Right click options missing
Posted By: Baertram
After the last update, I right click on an item and I don't get the options to mark sell to bank, research or dismantle. What I can do? The objects are still marked, but it won't let me do anything with them because I can't unmark them. Thank you. Sell to guild store is only available on unbound/non stolen items. There was a bug...
File: Guild Listing10/10/22
Even if it's optional you should na...
Posted By: Baertram
Even if it's optional you should name them at the description please so ppl are able to read and see them outisde of the game and within Minion! Thanks Thanks; made the dependency optional.
File: Slots Count10/08/22
Hi, welcome to ESOUI addon developm...
Posted By: Baertram
Hi, welcome to ESOUI addon development. Please add the non-optional dependencies at the top of your addon description so that one can see at a glance (especially at the Minion UI) what is needed to run this addon. here: LibDebugLogger, LibGuildRoster version 1.0 or newer Thank you
File: Guild Listing10/08/22
Hi, thanks for your addon. Please...
Posted By: Baertram
Hi, thanks for your addon. Please add the non-optional dependencies at the top of your addon description so that one can see at a glance (especially at the Minion UI) what is needed to run this addon. here: LibDebugLogger thank you
File: Action Duration Reminder10/08/22
Re: Re: Stagger
Posted By: Baertram
Thank you, this is very appreciated! Hey, ADR is now tracking the Stagger de-buff on one target instead of showing me amount of Stone Giant casts I have left (the orbs around me before I need to do another initial cast that have channel and remove my block) so that is a problem for me now as a Tank any way I can fix that? Two st...
File: Slip's OffTaunt10/08/22
Hi, if you update the addon please...
Posted By: Baertram
Hi, if you update the addon please write the changes to the Changelog tab so one is able to see them at a glance, and within Minion more easily. Thanks for considering this.
File: Extra Chat Menu - Trade with HideGroup, Visit house, Send mail, Teleport and more10/07/22
Is it okay for you if I copy your c...
Posted By: Baertram
Is it okay for you if I copy your code to my local addon (or remove the port to house entry in yours locally) cuz I do not use the port to house feature and want the menu to be as short as possible. Im not sure what addon you are talking about, but yes you can use it It's just a local one of myself, was never released :p I ju...
File: FCO ItemSaver10/07/22
It is as easy as you think: Enable...
Posted By: Baertram
It is as easy as you think: Enable the keybind at the settings Assign a keybind at the controls Everything else is logic for the keybind then which relates to the addon settings of the marker icon you want to assign via keybind. For example: Marker icons setup as gear only cannot be assigned to non gear (armor, weapon, jewelry)...
File: Advanced Filters - Updated10/07/22
I'd like you to ask that at the app...
Posted By: Baertram
I'd like you to ask that at the appropriate addon FCOItemSaver and not here, so everyone can find and see my explaining answers. I'll copy your post over there and answer it there. Thanks I basically assigned a key to "mark with sell", hovered over a random item in the inventory, and pressed the key. Nothing happened. I tried on...
File: Advanced Filters - Updated10/06/22
I basically assigned a key to "mark...
Posted By: Baertram
I basically assigned a key to "mark with sell", hovered over a random item in the inventory, and pressed the key. Nothing happened. I tried on multiple items of different types. And no, I am not at the limit and the key is saved. Are you able to assign the same "sell" icon via right click context menu to that same item where ho...
File: Extra Chat Menu - Trade with HideGroup, Visit house, Send mail, Teleport and more10/06/22
Hey there, thanks for adding the tr...
Posted By: Baertram
Hey there, thanks for adding the trade menu. Had created myself a small addont o add the mail to context menu but never thought about adding trade too, that's great it works! Is it okay for you if I copy your code to my local addon (or remove the port to house entry in yours locally) cuz I do not use the port to house feature and...
File: PerfectPixel10/04/22
Re: UI error
Posted By: Baertram
For some reason my I installed the addon but it's does not change my UI at all, and I don't really know where the problems come from. I tried to disable all the mod but it didn't work either. https://im.ge/i/1fuik1 https://im.ge/i/1fu99m And where is the UI error? An UI error shows you an error message in a popup normally. I...
File: Advanced Filters - Updated10/04/22
I must be doing something wrong. I...
Posted By: Baertram
I must be doing something wrong. I assigned a key to "mark with sale" and when I pressed it over an item, nothing happened. I have account wide settings enabled and also use ZOS ids. Did you check that the keybind is accepted, and youa re not at the 100 custom keybinds max already? Why do you use ZOs IDs? Noboday does that...
File: Advanced Filters - Updated10/03/22
Oh I had no idea FCOIS remembers th...
Posted By: Baertram
Oh I had no idea FCOIS remembers this sort of thing. I use it in such a very basic way (thinking about it, I probably only use the gear sets marks and mark as junk feature) I'm probably wasting CPU performance the addon consumes, heh :D A filter in the dropdown menu is perfectly fine, thanks. As for WW, I took a peek in the...
File: Advanced Filters - Updated10/03/22
btw: WW has changed the code and t...
Posted By: Baertram
btw: WW has changed the code and the error with AF should be gone by now, if you have updated WW to the newest version. At least that code that issued the error within AF was changed within WW so we hope it's fixed. Could you please test and provide feedback on that, thank you! Is there anyone else who uses Advanced Filters alo...
File: Advanced Filters - Updated10/03/22
What does "abrs" mean? Do you mean...
Posted By: Baertram
What does "abrs" mean? Do you mean adding another one of those big icon filters in the horizontal line is out of scope? Because that was my original idea. "bars", it was a typo. Yes, I mean adding such another icon to the subfilter bars is nothing that I want to do as I need to add a filter type, translations, textures, su...
File: Advanced Filters - Updated10/03/22
Could you possibly separate the tro...
Posted By: Baertram
Could you possibly separate the trophy category into two, so that treasure maps and surveys wouldn't mix with the usual junk you want to sell? I have a dedicated char I dump all the surveys onto and his inventory is 1) a mess, and 2) constantly almost full. Finding the undesirable items that are to be sold is a pain in the ass :D N...