Results: 6052Comments by: Baertram
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...
File: Gabriel's Inventory Fix02/01/21
https://www.esoui.com/downloads/inf...
Posted By: Baertram
https://www.esoui.com/downloads/info2848-WorkaroundKeepInventoryCategoryForESO6.2.7.html Existed already, easy change of ZOs code, 1 libe only. Or is your fix different? Cuz your coce somehow works but is not the best way to achieve the same. You simulate a mouse click on the menu buttons where there is a function for that to a...
File: FCO ItemSaver01/31/21
I was not thinking about a bag scan...
Posted By: Baertram
I was not thinking about a bag scan but to mark directly all traits (except one) as unwanted for the set. You mean it should remember the set name and itemtype and just not mark anything except divine set items of that set and itemtype anymore? Then JUST mark the divine item once you find it and it will be always marked, and donot...
File: House Tours01/31/21
Hello and htanks for the addon. On...
Posted By: Baertram
Hello and htanks for the addon. One question about this: What server do you play on? Ingame mail is not cross-server so maybe think about a way to send you the SavedVariables file in addition. Hi Baertram, In this case I accounted for that by simply playing on both the EU, and NA, PC Megaservers. So either way will come...
File: SquishyFinder01/31/21
Yes, please remove LibStub from you...
Posted By: Baertram
Yes, please remove LibStub from your addon! It#s not used anymore since Summerset. Whereever you found the example from, pelase disregard this source of information and tell us where you found it so we can remove that old source, thank you. Change the line in your txt to: ## DependsOn: LibAddonMenu-2.0>=32 -> 32 is the actu...
File: Advanced Filters - Updated01/31/21
Re: not compatible
Posted By: Baertram
Advanced filters not compatible with Votan's Search box, when trying to search at Quickslots tab of inventory = search didnt work there checked with only this two addons active, all updated to last version It's LibFilters 3.0 which is causing this and it's a known bug. One day there might be an update...
File: Favorite Mount01/30/21
The "^F" at the end of some mount n...
Posted By: Baertram
The "^F" at the end of some mount names is from the in-game mount name and I could not remove it from the name for some reason. I have submitted a bug report. Should be removable proeprly if you use ZO_CachedStrFormat or zo_strformat. It's a gender suffix telling you if someting is feminin, masculin, plural or not, so that the ga...
File: Advanced Filters - Unique items filter01/30/21
Thanks for the info. I appreciate y...
Posted By: Baertram
Thanks for the info. I appreciate you taking the time to explain it all to me. BTW, this site has a list of what I meant by "unique". I'm guessing these are items that they found, unless they have a source that has a list of the items. IDK http://en.uesp.net/wiki/Online:Unique_Items I just tested /script d(IsItemLinkUnique("|H1:i...
File: Votan's Addon List01/30/21
I think this is not easily doable a...
Posted By: Baertram
I think this is not easily doable as disabling any lib will maybe disable another addon as well (2 addons depending on the same lib. 3rd addon also depending on the same lib. 3rd addon disabled -> lib disabled automatically > the 2 addons disabled as well now -> other depending addons get disabled -> their depending libs get disabled...
File: pChat (Chat customization & help: look/notification/sound/automation/history)01/30/21
Re: Automated Messages Not Working?
Posted By: Baertram
Add-on seems to work fine, except my automated messages don't work. I've got them set up thusly: boom Message here blah blah blah. When I open the edit window in the addon, the keyword shows as !boom but when I type !boom into the chat box and hit enter, "!boom" shows up in the text box instead of the actual message. Am I do...
File: FCO ItemSaver01/30/21
Hi yes I thought about that but it...
Posted By: Baertram
Hi yes I thought about that but it would need to scan all bags for the other items which will make the whole game lag a lot. This is something other addons like SetTracker tried to achieve and imho it only adds lag you notice on each inventory open or on each loot etc. This is nothing I'm going to add here sorry. You already got...
File: Librarian Book Manager01/30/21
To fix some issues: 1st: Delete t...
Posted By: Baertram
To fix some issues: 1st: Delete the folder "libs" in this addon's folder. Install LibAddonMenu-2.0 to your live/Addons folder, the included version is outdated. 2nd: Change line 157 in Librarian_Settings.lua from old: local LAM = LibStub("LibAddonMenu-2.0") to new: local LAM = LibAddonMenu2 3rd: Delete these lin...
File: ESO SavedVariables Auto Backup01/30/21
Re: You're An MVP
Posted By: Baertram
With 231 items in my AddOns folder, this will definitely come in handy if anything were to ever happen to my saved variables. THANK YOU. :banana: btw: Copy & paste the whole folder to another drive does the same :p But having it done automagically helps a lot
File: ESO SavedVariables Auto Backup01/29/21
If they do not leave they might get...
Posted By: Baertram
If they do not leave they might get wrong results as the saved data is not the one the game holds in the memory. And as you cannot check if the user is at teh character selection screen or ingame in the world, this would be the only way to check for afaik. You know what ppl actually think about "reading" and what they do with war...
File: ESO SavedVariables Auto Backup01/29/21
Thanks for the tool, looks easy to...
Posted By: Baertram
Thanks for the tool, looks easy to use. I'd change this line here though as it can be miss-interpreted: (If the game is running) You need to go to the main menu of the game so that unpacking the backup makes sense. e.g. change to: (If the game is running) You need to logout at least (go to the character selection menu of t...
File: Advanced Filters - Unique items filter01/29/21
You can get the itemId via GetItemL...
Posted By: Baertram
You can get the itemId via GetItemLink, you can also check if it's a set item via GetItemLinkSetInfo, but you cannot check if this is something named unqiue like you name it. There is a unique check but I doubt it's exactly the unique idea you understand, but something different. You can try it yourself, the name of the api functi...