Results: 6158Comments by: Baertram
File: MailBuddy (Mail assistant/favorites)02/25/21
Thank you. I always wanted to give...
Posted By: Baertram
Thank you. I always wanted to give this addon some love, change the way the subjects and receivers are saved from a max number to a dynamically list, and so on. And make it more compatible with other addons like PP. Hopefully will find the time for it in the future. Just wanted everyone who still loves this addon to know, if...
File: Addon Selector (Save AddOn profiles/packs)02/24/21
I think the only person being someh...
Posted By: Baertram
I think the only person being somehow injustice here is you and if you re-read your posts you'll notice (hopefully one day). I did not liste n to your ideas? If you ask something and my answer is not the one you'd like to hear this gt nothing to do with injustice or not listenign to your ideas. Where was my injustice as I said "no...
File: Addon Selector (Save AddOn profiles/packs)02/24/21
I know, I regreat that I didn't use...
Posted By: Baertram
I know, I regreat that I didn't use my energy in this life to learn how to dev, because sometimes you are not capable to create something ergonomic enough, and you don't have the "ergonomic mind" to finish your works, you think like a pure dev (not creative spirit). That's a pain because you used so much energy sometimes for useless...
File: Addon Selector (Save AddOn profiles/packs)02/24/21
Well, sorry to say, but I won't imp...
Posted By: Baertram
Well, sorry to say, but I won't implement any BG, pvp, or whatever checks into this addon. It's not that simple as you think and would cause many usecases I need to think about, add checks and so on. This is an addon profile addon, no automatism addon. Maybe create profiles that use some of the addons you mentioned, also during...
File: Addon Selector (Save AddOn profiles/packs)02/23/21
Hello, Thank you again for your...
Posted By: Baertram
Hello, Thank you again for your addon. But is there a way to auto swap the list, when I enter in BG or DJ/Arena ? Because I use a lot of addons, and when I'm in fight, there is a lag with my spells... I would like to use only action duration reminder and bandit when I'm in PVP... Nope. Create multiple profiles/packs and...
File: LibAnimation-1.002/21/21
Here is a version 2.2 without LibSt...
Posted By: Baertram
Here is a version 2.2 without LibStub and a fixed ZO_Object usage: LibAnimation-1.0 v2.2
File: ExoYs ProcSet Timer02/20/21
Not sure how you have added the rig...
Posted By: Baertram
Not sure how you have added the right click to the items in the nventories but if you use context menus PLEASE use LibCustomMenu! Else we might run into errors again with inventory items and context menus (had this in the past several times already due to reused pools of the ZO_Menu entries, which get buggy if you reach the maxi...
File: LibAddonMenu - DatePicker widget02/20/21
Thank you, and thanks for the remin...
Posted By: Baertram
Thank you, and thanks for the reminder: Added the github link to the description :p
File: HarvestMap02/20/21
Re: Nodes not showing up
Posted By: Baertram
Update your library LibMainMenu... @Shinni: PLEASE it's time to remove the libs. As you can see it only creates problems. Let them install the libs standalone and update them standalone and I bet 50 percent of the error reports will be gone. Users know how to install and update dependencies as it's common since Summerset meanwhil...
File: LibAddonMenu - DatePicker widget02/19/21
Currently supported languages are E...
Posted By: Baertram
Currently supported languages are EN and DE. If you are able to provide translations to other languages please do so, here are the strings in English: = { WEEKDAYS = {"Sun","Mon","Tue","Wed","Thu","Fri","Sat"}, WEEKDAYS_LONG = {"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday...
File: Harven's Stolen Filter02/17/21
!THIS ADDON IS DISCONTINUED!
Posted By: Baertram
Sorry to say but this addon won't get any update anymore from my side! Maybe if Harven returns one day he can overtake again. I'm not able to work on this any further. This extra tab at the iventory is causing so many problems... Please use AdvancedFilters Updated and the AdvancedFilters dropdown filter plugin "Stolen items: Se...
File: LibScroll02/17/21
Re: Thank you!
Posted By: Baertram
Yw, I'm not using it, as you can see how it works from the ZOs code (well, you need to test and see in detail what is called when but adding some debug messages helped to understand it for me :p). All examples and work done here credit to Circonian! But an older addon still used it so I thought having a non LibStub + txt version wou...
File: Faster Travel (Wayshrines menu & Teleporter)02/16/21
Re: Help with translation needed
Posted By: Baertram
So I am working on the Settings menu. As of now, I am using these strings in there (in addition to those already translated): Verbosity: Quiet Normal Verbose Debug Recents placed: Before Favourites After Favourites Max length of Recents list Any help with DE/FR/RU translations will be greatly appreciated. DE...
File: LibFilters-3.002/16/21
Thanks for the info, I'll have a lo...
Posted By: Baertram
Thanks for the info, I'll have a look. Edit: Got the error now, seems to have to do with the new search stuff,which triggers the update of the scroll lists even if the controls are not yet given/shown. There were added some checks like if not self.control:IsControlHidden() then which were missing in LibFilters3 now LibFilt...
File: Research Assistant (Find your researchable items)02/13/21
Re: Gamepad UI
Posted By: Baertram
Hi Baertram, I would like to add research indicators to gamepad UI. I successfully implemented it by additional hooks and re-usage of local functions (with small modifications) of ResearchAssistant addon. Is it OK if I share modifications with you to add them to the addon, or is it better to try creating a separate addon? H...
File: LibSets (All set items ingame & preview. lua API + excel sheet)02/12/21
Thanks Baertram, truly appreciate a...
Posted By: Baertram
Thanks Baertram, truly appreciate all your work for the community! Thank you ChrisK, always glad to read positive feedback. You guys are welcome!
File: Link Pet to Mount02/11/21
Circonian did not update it, it was...
Posted By: Baertram
Circonian did not update it, it was me. He is not playing eso anymore ;) There is no "last changes" or whatever website no, but we are in general exchange of ESO related dev news in the esoui gitter rooms: https://gitter.im/esoui/esoui If you know where it is wrong just change it. Take the circonian's example as a template, shou...
File: Link Pet to Mount02/11/21
Be carefull if you change the SV in...
Posted By: Baertram
Be carefull if you change the SV in youra ddon now users will loose their settings if YOU do not migrate them from non server to server dependent ones! Also if you change the version in the SavedVariables parameter this will set the old SV data = nil = gone! Nope, you can either use the namespace or profile params to create "subt...
File: Link Pet to Mount02/11/21
Please: If you create new addons al...
Posted By: Baertram
Please: If you create new addons always consider adding the server name GetWorldName() (will return "EU Megaserver" or "NA Megaserver" or "PTS") to the ZO_SavedVars so they get saved server dependend from the start! At least for the account wide data: Many players play on different servers with the same account and would like to sto...
File: LibSets (All set items ingame & preview. lua API + excel sheet)02/10/21
after update some problem with Wish...
Posted By: Baertram
after update some problem with WishList? user:/AddOns/LibSets/LibSets.lua:1615: attempt to index a nil value stack traceback: user:/AddOns/LibSets/LibSets.lua:1615: in function 'lib.GetSetWeaponTypes' user:/AddOns/WishList/src/functions.lua:1887: in function 'WL.GetAllSetData' user:/AddOns/WishList/WishList.lua:2067: in functi...
File: PerfectPixel02/10/21
Re: Crafting table conflict
Posted By: Baertram
Hey I love the add on but I am running into one issue .. if I go to a jewellery crafting table or a clothing crafting table everything locks up on me and I have to reloadui .. anyone run into something similar or have suggestions? Thanks! Same rules here, please read and follow about error posting + tests with other addons prio...
File: PerfectPixel02/10/21
Again (seems to be that hard to pro...
Posted By: Baertram
Again (seems to be that hard to provide proper information FROM THE START without having to ask every time?): Please read this and follow the rules: https://www.esoui.com/forums/showthread.php?t=8858 If your posts will be the same like your last 2 ones, not providing any information about what you did test already, your posts wi...
File: Gabriel's Inventory Fix02/10/21
All I wanted to say is this could b...
Posted By: Baertram
All I wanted to say is this could be achieved by using the MenuBarButton:SelectDescriptor (or similar function name) instead of the mouseclick stuff. These function are also used internally so you should keep them used, instead of using a workaround, which might create problems. This also will change the filters + subfilters afte...
File: Perfect Weave02/10/21
Is there a setting to turn this aut...
Posted By: Baertram
Is there a setting to turn this automatically off when in PvP? Cause then it'd be amazing You could use profile saving addons liks "Circonians Addon Selector" to load a PvP or PvE addon profile. It will not do this automatically but youa re able to select and load profile within 4 clicks after entering Cyro/before doing a bg.
File: LoreBooks02/08/21
Re: Re: Re: Re: error message consistent
Posted By: Baertram
https://www.esoui.com/forums/showthread.php?t=9235 Make sure to logout before changing the SV files or they will be rebuild rom internal data on next reloadui/logout! user:/AddOns/LoreBooks/LoreBooks.lua:520: attempt to index a nil value stack traceback: user:/AddOns/LoreBooks/LoreBooks.lua:520: in function 'InitializePins' u...