Results: 6042Comments by: Baertram
File: LibScrollableMenu03/21/23
Wouldn't it be best to maybe add th...
Posted By: Baertram
Wouldn't it be best to maybe add this directly to LibCustomMenu so there is 1 menu related addon / library only? Less compatibility issues, more benefit to all (imho). Maybe talk to Votan and show him your code here, if this will work.
File: Namez - More info when you put your reticle on other players!03/20/23
Please write the needed dependencie...
Posted By: Baertram
Please write the needed dependencies at the top of your addon description so players directly see what they need to install (LibAddonMenu). Thanks And also please check your uploaded zip files to not include any hidden files and folders or .folders like .git or .idea etc.
File: Dark Brotherhood Spree ZH03/19/23
If you create patches or addons rel...
Posted By: Baertram
If you create patches or addons related to other addons please check if the addon provides the possibility to connect those patches/addons and connect them! Tab "other files" -> Upload optional patch/addon https://i.imgur.com/t91mbx8.png Thank you! I've connected this patch now to the original addon.
File: LibFloatingIcons03/19/23
Your discord server link in the des...
Posted By: Baertram
Your discord server link in the description is broken. And thanks for creating a library for that icon purpose, hope addons will at least try to use and gain from the API and performance.
File: Potion Taken Sound Fix & Alerts03/19/23
I also didn't find how to change qu...
Posted By: Baertram
I also didn't find how to change quickslot in gamepad mode as I was using keyboard + mouse, so the auto-quickslotting was quite handy haha I think you need to use the number pad keys (use it as a circle, if you need to upper left you need to press left 4 or up 8 I think) to simulate the gamepad stick movement -> in gamepad mode...
File: DoItAll (Mass Extract/Deconstruct/Move/Mail attach/...)03/19/23
Re: Re: Re: Question about delay
Posted By: Baertram
Well, I do not really care about that profitability as it is a game, but unless someone can "proof" it does matter (and so far no one did or was able to), I'm going with what ZOs said in the past: It's random and crafting only is affected by your champion points and such official changing parts. Everything else is pure speculation!...
File: Potion Taken Sound Fix & Alerts03/19/23
Hey, many thanks for adding those t...
Posted By: Baertram
Hey, many thanks for adding those text to chat functions!!!! The chat narration uses the Windows text 2 speech engine and thus reads with autoamtically detected language. e.g. if the text is "Hello world" it will use an english text narration and pronounciation, and if the text is German "Hallo Welt" it will use a German pronoun...
File: DoItAll (Mass Extract/Deconstruct/Move/Mail attach/...)03/17/23
Re: Question about delay
Posted By: Baertram
Why would you need a delay of 5000? Makes no sense at all, sorry. This would make the refine wait for 5 seconds after each single slot that got refined! :confused: If you think this would change the gained boosters: Forget it, it's todally random! Especially as the delay was ONLY needed in the past where there was no multi crafti...
File: Leo's Altholic (Fix)03/17/23
If you create fixes or updates for...
Posted By: Baertram
If you create fixes or updates for other addons please check the other addon's tab "Other files" if patches/addons are allowed and USE that functionality then: https://i.imgur.com/BtEAbJg.png Thank you. I've connected the original addon now with your fixed version.
File: Sorcerer Helper03/17/23
Try this version, I've removed the...
Posted By: Baertram
Try this version, I've removed the embedded libs and fixed some global leaking variables. Sorcerer Helper 3.2.2 fixed by Baertram If this does not properly work please switch to any other addon like "Action Duration Reminder" or similar, which are still maintained. I'm not going to check and fix this addon here more than what I d...
File: LibSets (All set items ingame & preview. lua API + excel sheet)03/17/23
Yes, this seems to be a good find,...
Posted By: Baertram
Yes, this seems to be a good find, thanks :-)
File: LibAddonMenu - OrderListBox widget03/16/23
I totally understand, thanks for th...
Posted By: Baertram
I totally understand, thanks for the help ;) Better 1 time pointed too much, so no problem. I wish you a very well recovery, get healthy and stay so soon! :banana: Thanks Teva. I think it should be fine, had tested it in the past days and got no errors so far. The resizeToFit calls are only problematic on label controls not on T...
File: Color Blind Mode03/16/23
Hey attriel, many thanks. I'm cu...
Posted By: Baertram
Hey attriel, many thanks. I'm curently working on accessibility features for visibly impaired players and such addons like yours should help those, who at least can see a bit, too. As those players only can play with the accessibility mode turned on and this enables the gamepad mode: Does your addon work in gamepad mode lists to...
File: LibAddonMenu - OrderListBox widget03/16/23
Thanks Teva. I think it should be...
Posted By: Baertram
Thanks Teva. I think it should be fine, had tested it in the past days and got no errors so far. The resizeToFit calls are only problematic on label controls not on TopLevelControl (TLC) or others. The game should notify you if there are problems, by showing you an error message too.
File: pChat (Chat customization & help: look/notification/sound/automation/history)03/15/23
Hello, I'm not able to rebuild t...
Posted By: Baertram
Hello, I'm not able to rebuild that error. Please test and report: Note all your currently enabled addons or use an addon profile addon like "Addon Selector" and save your current addons as a profile/pack. Disbale ALL addons and libraries then (there is a keybind for that at Addon Selector). Only enable pChat and needed depe...
File: Taz's Chat Notifier03/14/23
I've created a sound slider for Lib...
Posted By: Baertram
I've created a sound slider for LibAddonMenu, you could add that so one can choose from all ingame sounds. It supports either the sound internal name saved to SavedVars or the index. Search for LibAddonMenu Sound Slider
File: RidinDirty03/14/23
If it works properly I'd recommand...
Posted By: Baertram
If it works properly I'd recommand it, yes. Filters are always faster and more performant than doing the filtering in the lua code by the callback function via if updateReason == x or bagId == y Another hint for your performance: could i now trim it down to this since the filters are inplace?: --addonloaded EVENT_MANAGE...
File: RidinDirty03/14/23
Another hint for your performance:...
Posted By: Baertram
Another hint for your performance: EVENT_INVENTORY_SINGLE_SLOT_UPDATE Events like these fire very often, for different kind of tasks. e.g. some fire for the durability or item charge value -> your auto recharge check. But they also fire for stack split, item move, etc. If you only want to have it fire for your addon for some of...
File: Research Assistant (Find your researchable items)03/14/23
Re: Got some warning log
Posted By: Baertram
Hm, that's at the settings menu, the order listbox where you choose the bag which should be priorized (e.g. 1st bank, then 2nd inventory, ...). Not sure why this error message appears for you, maybe because of missing texts. I need to change my client language to Chinese (zh) and see if I can replicate this bug. If not: Is LibAd...
File: Vampire Info03/14/23
Is anyone updating this for the rec...
Posted By: Baertram
Is anyone updating this for the recent update? Well, if you tell me what is not working or wrong I might have a look :p Edit: I guess you meant he ResizeToFitDescenedents error messages? Should be fixed now.
File: LibFilters-3.003/14/23
Thanks Shadowfen, I wonder why PTS...
Posted By: Baertram
Thanks Shadowfen, I wonder why PTS has not shwon this to me in all the past weeks :mad: Got a bug report for LibFilters on release day for 37. All addons preupdated thru minion. ResizeToFitDescendents: Enabling resizToFitDescendents is illegal for Label LibFiltersResearchLineInfoLabel. stack traceback: : in function 'SetR...
File: MailBuddy (Mail assistant/favorites)03/14/23
An update is currently not possible...
Posted By: Baertram
An update is currently not possible due to my restricted time. Please deactivate the addon for the moment and wait for an update in the future. Thanks Edit: I've removed the ResizeToFitDescendents at the label controls and hopefully this will fix it. An update is incoming. If any other following MailBuddy error occurs now please...
File: CrutchAlerts03/13/23
To remove the gender suffix of name...
Posted By: Baertram
To remove the gender suffix of names, skills, etc. use zo_strformat(SI_UNIT_NAME, skillName) If the name repeats a lot, like a charname in group, you could also use ZO_CachedStrFormat
File: RidinDirty03/12/23
RidinDirty.savedVariables = ZO_Save...
Posted By: Baertram
RidinDirty.savedVariables = ZO_SavedVars:NewAccountWide( RidinDirty.svName, RidinDirty.svVersion, nil, { savedPlayer = nil }) RidinDirty.savedVariables = ZO_SavedVars:NewAccountWide( RidinDirty.svName, RidinDirty.svVersion, nil, { autoRepair = nil }) RidinDirty.savedVariables = ZO_SavedVars:NewAccountWide( RidinDirty.svName, Ridi...
File: Potion Taken Sound Fix & Alerts03/12/23
Hey Trader, I'm currently worki...
Posted By: Baertram
Hey Trader, I'm currently working on some accessibility addon features and just found your addon here, which basically already provides a lot of QOL features for visibly impaired players. The sounds and especially the volume booster is exactly what they need! Could you maybe add a "text to chat" output for those features wher...