Results: 6075Comments by: Baertram
File: Farmers ToolKit01/22/24
Hi and welcome to ESO addon develop...
Posted By: Baertram
Hi and welcome to ESO addon development. As Dolgubon already said please make variables local where global ones are not needed. Please read this e.g. about lua https://www.esoui.com/forums/forumdisplay.php?f=172 https://i.imgur.com/Bcl2Tk0.png -> https://i.imgur.com/wPyIh9m.png and this about new ESO addons https://www.es...
File: BlastbonesCounter01/19/24
Thanks for your addon. Please re...
Posted By: Baertram
Thanks for your addon. Please read this: Please read: Before you release a new/update your addons From that text here a few points about your addon files: If you add "non optional" dependencies please ALWAYS add those dependencies clearly to your addon description, at top at best, so users know what to download to make yo...
File: pChat (Chat customization & help: look/notification/sound/automation/history)01/17/24
First of all, thank you so much for...
Posted By: Baertram
First of all, thank you so much for all your effort in maintaining this addon! I've been using it for years now. I just wanted to let you know (and it seems that others are reporting it as well)-- the latest version of pChat, released 1/13/2024, has a bug where the chat window stays open on screens where it would normally be mini...
File: FCO CraftFilter (Filter bank/inventory/craftbag items at crafting tables & Favorites)01/15/24
Re: Re: Re: bug
Posted By: Baertram
when i hide bank items it also hide equipped items as well can you fix this pls :) https://i.imgur.com/XyJqovz.jpg Dunno if this is possible, will have a look. You are at a transmute station, why does it say "Nothing to improve" there :confused: Is this a bug inroduced by ZOs or by any other active addon? it is ZOS ty...
File: Caro's Skill Point Saver (Builds, Champion Points, Presets, Gear, Quickslots, Appearances/Outfits)01/15/24
Hi Irniben, is there a way to sa...
Posted By: Baertram
Hi Irniben, is there a way to save the "group" role with the builds too so changing a build changes the role automatically? If not, could you add that maybe as a possibility? Here is the code how ESO does it: function PreferredRolesManager:OnRoleButtonSelectionChanged(newButton, previousButton) UpdateSelectedLFGRole(...
File: Advanced Filters - Survey Filters01/15/24
Hi, thanks for the plugins but plea...
Posted By: Baertram
Hi, thanks for the plugins but please check your files before zip-ng if here are any hidden files like e.g. __MACOSX/._AF_SurveyFilters And remove those. Thanks!
File: Advanced Filters - Updated01/15/24
Thanks for the tip, but I really on...
Posted By: Baertram
Thanks for the tip, but I really only wanted something extremely simple, because my loading times are already atrocious with the amount of addons I use (and that's after I tried hard to get rid of everything I absolutely do not need) :D Actually, why the heck isn't "select all" part of the base game functionality. Grr. DoItAll "i...
File: Advanced Filters - Updated01/15/24
Thanks for the tip, but I really on...
Posted By: Baertram
Thanks for the tip, but I really only wanted something extremely simple, because my loading times are already atrocious with the amount of addons I use (and that's after I tried hard to get rid of everything I absolutely do not need) :D Actually, why the heck isn't "select all" part of the base game functionality. Grr. DoItAll "i...
File: Advanced Filters - Updated01/15/24
I assumed it only supports gamepad,...
Posted By: Baertram
I assumed it only supports gamepad, not that it's required or whatever. I just decided enough was enough after a few years, and started looking for an addon that would let me select everything in the list of a deconstruction panel, and this was the first thing that seemed to be simple enough and wasn't outdated by who knows how man...
File: Advanced Filters - Updated01/15/24
I have installed this addon https:/...
Posted By: Baertram
I have installed this addon https://www.esoui.com/downloads/fileinfo.php?id=3667, and when autocrafting daily writs with Dolgubon's addon, I keep getting this in the chat: ShowSubfilterBar - SubFilterBarBase missing -> InventoryType: 1, craftingType: 2/2, currentFilter: nil, subFilterGroupMissing: false, subfilterBarMissing:...
File: Wide Tooltips01/14/24
Thanks for this addon. As a hint:...
Posted By: Baertram
Thanks for this addon. As a hint: My addon "FCO ChangeStuff" https://www.esoui.com/downloads/info1542-FCOChangeStuff.html also provides a setting to change the tooltips width and scale of the text on it. Well, now I wasted 30 minutes. I didn't know your AddOn existed. That's much better! I will add it to the description. No yo...
File: pChat (Chat customization & help: look/notification/sound/automation/history)01/14/24
Re: Chat frame now occluding champion point selection
Posted By: Baertram
As of the release of v10.0.4.3, when attempting to select champion points in the bottom left of the Craft tree, several of the nodes are no longer interactable due to being covered by the chat frame. One can resize the chat frame to get access, but I doubt that was the intent. Chat always auto minimized there and your pChat setting...
File: Wide Tooltips01/14/24
Thanks for this addon. As a hint:...
Posted By: Baertram
Thanks for this addon. As a hint: My addon "FCO ChangeStuff" https://www.esoui.com/downloads/info1542-FCOChangeStuff.html also provides a setting to change the tooltips width and scale of the text on it.
File: FCO CraftFilter (Filter bank/inventory/craftbag items at crafting tables & Favorites)01/14/24
Good morning beautiful people :)...
Posted By: Baertram
Good morning beautiful people :) After updating to the latest version it won't load due to dependency issues: https://i.imgur.com/lqNnvjo.png Checked my installed version of the libfilters library, is up to date (3.0r41/341) Checked the 'manifest' (or however is called, not sure) on FCOCraftFilter and in the new version s...
File: pChat (Chat customization & help: look/notification/sound/automation/history)01/08/24
Re: Up Arrow recalling Guild?
Posted By: Baertram
Using the Up arrow used to recall the last message without changing the current guild name (e.g.: when you want to send the same message to multiple guilds. Send first message, change guild, up arrow, enter, done). Now when I use the up arrow it changes to the last message, and recalls the guild name used with that message. Instea...
File: FCO ItemSaver01/07/24
Re: Re: Re: dynamic icons are not synced
Posted By: Baertram
dynamic icons are not synced. Is it normal? I changed settings, accountwide -> all server&accounts, it can affect the sync I guess, but maybe dynamic icon is originally not synced? Hi, what do you mean by "synced" in detail please? The marker icons do never copy or sync between SavedVariables of different saved types (ch...
File: Cruxweaver01/07/24
Hi and thanks for your addon. Pl...
Posted By: Baertram
Hi and thanks for your addon. Please rename your global leaking function name function OnMoveStop() as it will else overwrite same local function names in other addons (your name is not unique enough, too generic)! Rename it to e.g. a very unique name like CruxWeaver_OnMoveStop ! Or define 1 global table CruxWeaver = {} and then...
File: FCO ItemSaver01/06/24
Re: dynamic icons are not synced
Posted By: Baertram
dynamic icons are not synced. Is it normal? I changed settings, accountwide -> all server&accounts, it can affect the sync I guess, but maybe dynamic icon is originally not synced? Hi, what do you mean by "synced" in detail please? The marker icons do never copy or sync between SavedVariables of different saved types (ch...
File: LibAddonMenu - DatePicker widget01/06/24
Oh right, have not thought about en...
Posted By: Baertram
Oh right, have not thought about en client in non US, many thanks for bringing it to my attention. If you got the time to provide a patch and settings menu to make us choose the format of the date, I'd be happy. Currently I do not find the time to work on this myself. Code should be on github so you could fork it and add it, th...
File: Magic Sorter: Furniture Storage Automation01/05/24
This version here should hopefully...
Posted By: Baertram
This version here should hopefully fix all for u40 (untested!): Magic Sorter v22 - Baertram fix https://www.dropbox.com/scl/fi/277pd24cxjxepn8pg5nxo/MagicSorter_v22_Baertram.zip?rlkey=bxuku868tro4lymplnjizlfi3&dl=1 Else check this link and try the version by DakJaniels https://www.esoui.com/forums/showthread.php?p=49155#post4...
File: Votan's Minimap01/04/24
Hi votan, somehow my borders are...
Posted By: Baertram
Hi votan, somehow my borders are "see through" all of sudden and show the actual map there instead of a fixed border, which makes it somehow look as if it "flickers" if I move: https://i.imgur.com/RqTOrY1.png The control seems to be "ZO_WorldMapMapFrame". Is there maybe an issue with the drawTier, layer and level that mak...
File: Assist Vampire Trade01/04/24
Hint: If you update the addon you...
Posted By: Baertram
Hint: If you update the addon you got a "Changelog" tab next to the "Description" tab https://i.imgur.com/2pFXxAx.png where you should put the changs like #Version 1.1.0: Improved Usability updated translations for enhanced language support! At best newest changes at the top, oldest at the bottom (pile). That way ppl...
File: FCO CraftFilter (Filter bank/inventory/craftbag items at crafting tables & Favorites)01/03/24
Re: bug
Posted By: Baertram
when i hide bank items it also hide equipped items as well can you fix this pls :) https://i.imgur.com/XyJqovz.jpg Dunno if this is possible, will have a look. You are at a transmute station, why does it say "Nothing to improve" there :confused: Is this a bug inroduced by ZOs or by any other active addon?
File: Custom gamepad button glyphs01/03/24
It's no bug so I did not raise any...
Posted By: Baertram
It's no bug so I did not raise any bug report for it. It's just a leaking global variable _G, no matter if lua itsself would use Set already (even worse then if you redefine and overwrite it?!). If any other addon uses a local function or variable Set your global would overwrite it and destroy that other addon's code. That was my...
File: Assist Vampire Trade01/02/24
Thank you very much :banana: And t...
Posted By: Baertram
Thank you very much :banana: And thanks again for your addon, I bet it will help a lot of vampires to properly buy garlic again ;) I had a guess as I saw the screenshots of your settings menu, and now someone told me your code kind of looks exactly like Cloudor's code from other addons, e.g. Assist Rapid Riding. IF you have sp...