Results: 6042Comments by: Baertram
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...
File: GamePadBuddy02/07/21
If you just want the teleport thing...
Posted By: Baertram
If you just want the teleport thing to work here is a standalone addon for that, based on GamePadBuddy's code: https://www.esoui.com/forums/showpost.php?p=43172&postcount=5
File: Addon Selector (Save AddOn profiles/packs)02/07/21
Would it be possible to add a funct...
Posted By: Baertram
Would it be possible to add a function basically Setting a Profile to all Characters? Currently when I change a Preset and save it on my main I have to relog to all characters at least once and load that Preset. No sorry, as the profiles are specially for each character differently! Reason: Not all chars got the same equip, le...
File: Caro's Skill Point Saver (Builds, Champion Points, Presets, Gear, Quickslots, Appearances/Outfits)02/06/21
Re: Re: Export to readable file
Posted By: Baertram
If you are searching some popup to show the txt, and if it does not fit into the maximum size of the popup provides additional pages to switch to, write me a PM here and I might be able to show you some example code from pChat. It used such a popup with CTRL+C hints in order to copy chat history data. As Baertram said file export...
File: PerfectPixel02/06/21
2560*1440 Got this https://prnt....
Posted By: Baertram
2560*1440 Got this https://prnt.sc/yicc81 Congratulations :confused: Not sure what you mean by "got this", maybe describe it with more info :rolleyes: I'm not going to try to find out myself what addons you are using and what your problem is... I can see a lot of stuff on the screenshot and at least 2 are not vanilla UI, s...
File: Group & Activity Finder Extensions02/06/21
Many thanks for your addon! Helps a...
Posted By: Baertram
Many thanks for your addon! Helps a lot. Your translation files somehow are not correct? You have added the dynamic $(language).lua to your txt file which will auto include de.lua and fr.lu once they exist, but inside you use a table called GAFE.Localization.en ? makes no sense, somehow, as it is "duplicating" the need to check...
File: FCO ItemSaver02/06/21
No. But you are able to mass mark...
Posted By: Baertram
No. But you are able to mass mark items: Addon description -> FAQ / Frequently asked questions / Questions fréquemment posées / Oft gefragte Frage -> FCO ItemSaver -> Additional inventory 'flag' context menu button If you only want to do this for non-set items you need to filter the shown items to "no set" by using Advanced...
File: SquishyFinder02/05/21
Can you also display their armour?...
Posted By: Baertram
Can you also display their armour? As far as I know, it is impossible to take enemy armor values. Anyone here can try to correct me with a snippet, would definitely include that ;) Inspecting other players values except their attributes is not possible. You could only do this via using the same addon and being in the same...
File: FCO ItemSaver02/05/21
As I said: You cannot! And it will...
Posted By: Baertram
As I said: You cannot! And it will not be aded to FCOIS! You can only get the items marked as you loot them, not for the whole set (if you only got e.g. 1 item in your inventory). I also described why it is not good to do this due to performance and work to do to achieve this. Use translate.google.com and translate the English...
File: Advanced Disable Controller UI02/04/21
Try this version, I've removed LibS...
Posted By: Baertram
Try this version, I've removed LibStub and updated the needed dependencies: ADCU LibStub removed and LAM 2.0 updated -> Please install LibAddonMenu with the newest version (currently 2.0 r32) to your live/AddOns folder! If any other error message occurs not related to LibStub or LibAddonMenu: Sorry, I'm not going to work on this...
File: Caro's Skill Point Saver (Builds, Champion Points, Presets, Gear, Quickslots, Appearances/Outfits)02/03/21
Re: Export to readable file
Posted By: Baertram
ESO saves the data in the folder live/SavedVariables folder (same folder as your live/Addons folder: How to find my addons folder / How to find my SavedVariables folder) with the addon's name and the file extension .lua -> CarosSkillPointSaver.lua Unfortunately we cannot control or create the file creation! No txt, no csv, no excel,...
File: Werewolf Timer Bar02/03/21
Nope, all good then. My oversight,...
Posted By: Baertram
Nope, all good then. My oversight, I thought it was missing ;) Makes no difference if it is directly in the callback function or in a function called from yoru callback function. Doesn't neither matter if it's missing (just will add a few ms of non-needed client checks and increase the loadtime after login/reloadui then -> shouldn'...
File: Werewolf Timer Bar02/03/21
Welcome to the addon world, and tha...
Posted By: Baertram
Welcome to the addon world, and thanks for your addons. Just a hint: ------------------------------------------------------------------------------------------------- -- On AddOn Loaded -- ------------------------------------------------------------------------------------------------- function WerewolfTimerBar.OnAddOnLoad...
File: Hyper Tanking Tools02/02/21
Your manifest txt file contains the...
Posted By: Baertram
Your manifest txt file contains the dependencies with a , seperated. This is failing the dependencies to work properly! You need to add them just with a space as delimiter. Wrong: LibAddonMenu-2.0>=31, LibMsgWin-1.0 Correct: LibAddonMenu-2.0>=31 LibMsgWin-1.0
File: SuperStar - Summerset Update02/02/21
Sorry about that guys. I thought ma...
Posted By: Baertram
Sorry about that guys. I thought marking it 100034 only wouldn't push it since it isn't live yet. Unfortunately esoui does not handle this :o You need to take care of this yourself, either liek Votan described, or using constants in the txt files to only load file names from your addon folder, depending on the current APIversion:...
File: CyrHUD02/02/21
Thank you for the info and how to f...
Posted By: Baertram
Thank you for the info and how to fix it! Minion normally deletes the complete folder, and extracts the downloaded zip file new. If anything happens there, so that files are missing or get corrupt (or are blocked by your antivirus as you have no whitelisted Minion and your live/Addons folder -> both are in the protected users folder...
File: FCO ItemSaver02/01/21
I totally understood but you did no...
Posted By: Baertram
I totally understood but you did not understand or read what I wrote :p Will not be added. Use settings, automatic marks, sets. You got the possibility to mark set items you want to keep by their traits, e.g. Divine. And non-wished traits for deconstruction/sell. You mean it should remember the set name and itemtype and just...
File: SuperStar - Summerset Update02/01/21
Releasing addons not compatible wit...
Posted By: Baertram
Releasing addons not compatible with live server is not a good way! You just broke the addon for us :( You should create a copy and put it into the beta section or create a patch and name it BETA FOR PTS. All users updating via Minion will now get your PTS beta and wonder why it fails to work on live :( Please revert to the pro...