Results: 6077Comments by: Baertram
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...
File: BeamMeUp - Teleporter (Fast Travel)01/01/24
Welcome back. But before starting a...
Posted By: Baertram
Welcome back. But before starting a post war at EACH single addon (where the addons cannot do anything if you got very old and outdated, or even broken and unsupported addons and libraries in your live/AddOns folder :( ), please use the exisitng ressources to fix your local addon and library files first: Read the addon help foru...
File: Assist Vampire Trade01/01/24
I had a guess as I saw the screensh...
Posted By: Baertram
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 spied the other addons code and IF you have even copied code from his addon and/or LibVampire: Please respect intelectual property and p...
File: Assist Vampire Trade01/01/24
Hi and welcome to addon development...
Posted By: Baertram
Hi and welcome to addon development. Please always name the needed dependencies in your addon description, e.g. LibAddonMenu, so that users see what to install directly at Minion at a glance. Thank you and happy new year Hint: You may add the initial idea of the addon, why Mesmeize should be slotted, like your forum post descr...
File: WPamA (What Pledges at my Alts)01/01/24
A single underscore is not a leak t...
Posted By: Baertram
A single underscore is not a leak to the global namespace at all. A single underscore variable "_" is a dummy variable in LUA. The variable consisting of only an underscore "_" is commonly used as a placeholder when you want to ignore the variable. Yes it's a dummy but even that dummies should be defined at the top of you...
File: Character Knowledge (Motif, Recipe and Furnishing Plan Tracker)12/31/23
Hi code, is there a way to prefi...
Posted By: Baertram
Hi code, is there a way to prefix the recipe's tooltips with the @accountName (and sort by account name)? I got 2 accounts with 2 characters with the same name so it's currently hard to see which char is which in the list. and it shows me @account1 charName1 always first now, but I'd love to have a setting to prefix it with some...
File: FCO ItemSaver12/28/23
I just crafted new staffs for my al...
Posted By: Baertram
I just crafted new staffs for my alt characters, and found that if I equip the same staff on both bars, then use this addon to lock one of them, the other becomes locked also. Is this by design? I'm also noticing that if I lock an item in a character's inventory, an identical item in the bank is also locked. I can provide more det...
File: OdysupportIcons patch12/28/23
Moved to outdated as it throws erro...
Posted By: Baertram
Moved to outdated as it throws errors and official Osi is maintained
File: Addon Selector (Save AddOn profiles/packs)12/26/23
i see, thanks, i need load pack on...
Posted By: Baertram
i see, thanks, i need load pack on each character independently, correct. no way to apply one addon pack accountwide, for all characters at once? like this: https://i.imgur.com/X2VapyR.png Correct. For account wide packs you enable the global packs and use those. One maybe able to add such an option, to set 1 pack to all...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/24/23
Re: name in the chat
Posted By: Baertram
I set the settings so that the account name of the user ID is displayed in the chat, but the addon still puts the name of the character in the chat. The message copy function is a good thing, but because of this error, the addon had to be deleted. If only the addon could only copy messages... but it's just a wish. Anyway, it's a goo...
File: Addon Selector (Save AddOn profiles/packs)12/23/23
First login of chars is controlled...
Posted By: Baertram
First login of chars is controlled by AddOnSettings.txt by vanilla UI, so just change the addons at the ingame character selection: disable all addons, only enable Addon Selector and needed libs. Then load the light pack and save it for the chars. Done I'm not going to try to circumvent crashes by this addon, I can't. You n...
File: BeamMeUp - Teleporter (Fast Travel)12/22/23
@DeadSoon - API for teleport?
Posted By: Baertram
Hi Deadsoon, is there any API one can use from other addons to achieve the same as using the slash command /bmutp/eastmarsch Like /script BMU.TeleportToZone(zoneId, zoneName) or similar? if not: Would it be easy to add such? Many thanks Edit: I've found BMU.sc_porting(zoneId) But there does not seem to be any...
File: Iconoxe12/19/23
Please add the non-optional depende...
Posted By: Baertram
Please add the non-optional dependencies to the addon description, always, so users can read them directly before installing them: ## DependsOn: HodorReflexes Thank you / Merci
File: New Addon Template12/19/23
hm I downloaded your template files...
Posted By: Baertram
hm I downloaded your template files and craeted a small new addon and it never showed up in the ingame addon manager. Somehow your txt file (or whatever the reason is) got a wrong encoding or something that disturbs the ingame addon manager, as it seems? If I copied the contents of the files to some files I had created (from a wo...
File: HarvestRoute for HarvestMap12/19/23
Update of Spanish translations for...
Posted By: Baertram
Update of Spanish translations for your addon were done here: https://www.esoui.com/forums/showthread.php?t=10174
File: LibSavedVars12/18/23
It's definately LibsavedVars which...
Posted By: Baertram
It's definately LibsavedVars which creates the global _ table in the SV as I can find one with CraftBagExtended too for example
File: FCO Notes (Guild members/Friends/Ignored players)12/17/23
Try this beta version, but logout!...
Posted By: Baertram
Try this beta version, but logout! and backup! your SavedVariables first! https://codeload.github.com/Baertram/FCONotes/zip/refs/heads/master -> Only extarct the FCONotes folder (do not keep the FCONotes-master folder above!).
File: FCO ItemSaver12/17/23
If I'm pre-crafting items for daily...
Posted By: Baertram
If I'm pre-crafting items for daily crafting writs, is it possible to use Item Saver to mark these items as only available for crafting writs and nothing else? I searched the addon settings, but couldn't find anything. never mind, just read the post 2 below this one, so I guess the answer's "no". I just checked what happens wh...
File: Archive Helper12/16/23
Thanks for the addon. The correct...
Posted By: Baertram
Thanks for the addon. The correct German translation for the "missing" slash command would be /ah fehlende though
File: LibAddonMenu - OrderListBox widget12/11/23
EDIT: Seems Like I should have upda...
Posted By: Baertram
EDIT: Seems Like I should have updated my addons this morning, appears that LibScrollableMenu update has addressed this. Thanks for All you do Baertram. I shudder to think what the ESO experience would be without your formidable efforts and contributions. Thanks for the kind words, you guys can always buy me a coffee if you lik...
File: Urich's Skill Point Finder12/11/23
Hint: When you update your addons...
Posted By: Baertram
Hint: When you update your addons please also check the dependency versions and make them only load if ppl instaleld the proper versions of the dependencies. Saves yourself a lot of time and headache too: DependsOn: LibAddonMenu-2.0 LibTableFunctions-1.0 Change to: DependsOn: LibAddonMenu-2.0>=35 LibTableFunctions-1.0>=1...
File: Advanced Filters - Updated12/11/23
Re: Sub-Menu in Sub-Menu?
Posted By: Baertram
With LibScrollableMenu it should be "technically" finally possible now, yes. But I have not had time to test and create the compatibility with the AF filter plugin system. -> So for the moment: No, no way Maybe in the future I am wondering if it is possible already or could be added that I could add a sub-menu to another su...
File: Advanced Filters - FCOItemSaver filters PLUGIN12/11/23
Re: changing the color of the gear sets
Posted By: Baertram
Hi i would like to change the color of the gear sets... right click and select gear set 1 - 5. Set 1 is green, set 2 is pink however sets 3-5 are all yellow... anyway to change these colors? whole point is to see at a glance which set a piece belongs to and with 3 sets all yellow it kinda defeats the purpose. Answered: 4 layers do...
File: BeamMeUp - Teleporter (Fast Travel)12/10/23
Isn't there a command to teleport t...
Posted By: Baertram
Isn't there a command to teleport to the parent zone already? Else maybe add a slash command for that, so we can tl out of delves, to the parent zone. hey. when I'm in a subzone, like a city, I can use the BMU hotkey to port to the same zone, and turn up at whatever shrine someone is near. very convenient for the inconvenient z...