Results: 6062Comments by: Baertram
File: Next Boss Stage(Custom Boss Frame)01/06/21
Please always add the neede depende...
Posted By: Baertram
Please always add the neede dependencies in the addon description so that one sees at Minin/esoui already what to install as well: LibAddonMenu-2.0 And the same about the global leaking variables and function names as with you other addon MyDung applies here (please read the other addon#s comments). function LineA LabelA Con...
File: MyDung01/06/21
Could you please add "local" up in...
Posted By: Baertram
Could you please add "local" up in front of the function names like LabelFunc, UndauntedPledges, GetGoalPledges, DailyPledges If you do not need those functions to be global, for other addons e.g. If you ened them to be globally accessible please crate a table like MyDung = {} and then add the function names to that table:...
File: pChat (Chat customization & help: look/notification/sound/automation/history)01/06/21
Thank you! But: pChat is an addon...
Posted By: Baertram
Thank you! But: pChat is an addon where I always believe in the phrase "Never change a running system"! ;) The system messages always were troubling, yeah. Not sure if this fix of yours will break other fixes that were done in the past. As there are so many addons relying on pChat, or fixing things locally (as they never impleme...
File: Addon Selector (Save AddOn profiles/packs)01/06/21
You are right, it doesn't :p If the...
Posted By: Baertram
You are right, it doesn't :p If the base table entry langArray is missing it will fail to access any "sub values" I thought it was using metatables already to use en as fallback language if another one is missing. At least my own addons do this, seems it doesn't with this one yet. Thanks for the hint. /script SetCVar("language....
File: ODT01/06/21
Thanks, • This time it's working...
Posted By: Baertram
Thanks, • This time it's working (icons in chat) • Variables rename by ODT_variable • LOCAL don't work everytime that's what i declared variables without "local" Salut et Bonne année :banana: Thanks for the update But nearly all those variables like ODT_Combox_State could just be added with local ODT_Combox_State and wo...
File: ODT01/06/21
Local variables / Global variables...
Posted By: Baertram
Local variables / Global variables & "scope" local works perfectly fine if you add them at the top of your files and BEFORE you want to access them. As you did with: local ODT_Pledges e.g. And if you define a local within a function ...end , an if ... endif or for... do end loop the local won't be accessible outside this "scope"...
File: Advanced Filters - Unique items filter01/05/21
Hello, I've been looking for a w...
Posted By: Baertram
Hello, I've been looking for a way to keep track of unique set items so that I don't accidentally deconstruct them & stumbled onto this filter add-on but I noticed it's not filtering items I know to be unique. Will there ever be an update on this plug-in or does anyone know of a add-on that will show unique set items that either a...
File: Thank You For Your Service01/03/21
:p:D;) Nice idea Hopefully the sav...
Posted By: Baertram
:p:D;) Nice idea Hopefully the saved souls will like it the same :rolleyes:
File: Champion Point Respec01/02/21
Thanks for your addon. A few impor...
Posted By: Baertram
Thanks for your addon. A few important remarks: !PLEASE DO NOT INCLUDE THE LIBRARIES IN YOUR "libs" SUBFOLDER ANYMORE! If you include them always include with their proper own txt files. But best would be the following: We got so many broken addons due to included outdated libraries... Simply add them to your ttx file's # Depen...
File: PerfectPixel12/31/20
Disable all the other addons, exit...
Posted By: Baertram
Disable all the other addons, exit the game, restart the game and see if there is still a problem. It could be linked to Advanced Filters? I have over 40 addons and have not that problem anymore. Anyway if that works then make sure all of the addons and libs are updated. I am having an issue where loading PP makes the background o...
File: Nirn Auction House12/30/20
Re: Re: Re: What's its purpose?
Posted By: Baertram
Does anyone know what the purpose of the "NirnAuctionHouse.exe" program is? Why does it require an EXE to run? :confused: As far as I know the .EXE file takes the info from the SavedVariables file and transmit it their web site, so other people can use that site to locate the items that you have listed. Ah, I see. So it technical...
File: FCO Mounty12/28/20
For Markarth DLC: FCOMounty.Z...
Posted By: Baertram
For Markarth DLC: FCOMounty.ZoneData = {-- Reach = 1207, --The Reach = 1207, = "Markarth City", --Blackreach = 1208, -- Blackreach (underground of The Reach) } Thank you. Somehow updating this addon sucks. Wished there was an autoamtic way to do this...
File: Cooldowns - HT Update Branch12/27/20
Thanks for the update but you shoul...
Posted By: Baertram
Thanks for the update but you shouldn't include ALL releases/all zip files in the addon :D And please name the dependencies needed in the addon patch description so that one is able to install them directly with Minion as one reads the text. LibAddonMenu is released with version 32 meanwhile, so you might want to update the >=30...
File: Addon Selector (Save AddOn profiles/packs)12/27/20
Nice find! I also had this happenin...
Posted By: Baertram
Nice find! I also had this happening before but never realized it came due to the "Save" of a new profile". Saving an exisitng one does not break the ESC key. Will have a look. Thanks! Really minor glitch: seems to break the escape key in the addons page when saving a new profile, until the next reloadui. That is, you can close...
File: Advanced Filters - Updated12/27/20
Hi Baertram. Would it be possib...
Posted By: Baertram
Hi Baertram. Would it be possible to have a filter that hides collected items in the same way as you can specify known or unknown motifs and recipes? It would really help when trying to find specific set items to add them to collections https://www.esoui.com/downloads/info1385-AdvancedFilters-BounditemsItemSetCollectionfilt...
File: Limit Event Tickets (and other annoyances)12/26/20
Sure, you are welcome ;) If you nee...
Posted By: Baertram
Sure, you are welcome ;) If you need translation help with German texts write me a PM please. Thanks for the addon. A few hints: Oh my goodness! Thank you SO much! This is really helpful for a newbie like me, and I greatly appreciate it. This'll all hopefully go into tomorrow's update (today's, it's past midnight). Maybe not t...
File: PerfectPixel12/25/20
Re: Re: Re: Re: Re: problems
Posted By: Baertram
About the extra added text ATT uses there: Could you maybe ask the author if he could check for PerfectPixel and anchor the text properly to the guild rows, so it automatically supports any change of the guild rows size/width etc. Normally this should work automatically like you are able to see with the other columns. He just needs...
File: Limit Event Tickets (and other annoyances)12/25/20
Thanks for the addon. A few hints:...
Posted By: Baertram
Thanks for the addon. A few hints: Do not use numbers here in your if statement but use the defined constants that ZOs uses, so if they change them you won't run into problems: if 9 == currencyType Check the API txt file (https://wiki.esoui.com/APIVersion -> Check which version is current live and click on the link at API T...
File: PerfectPixel12/24/20
Re: problems
Posted By: Baertram
Merry christmas. No, there currently is no fix for the positioning of the banked checkbox. Either use AdvancedFilters AND/OR FCOCraftFilter which will remove this box and replace it with a new button -> Also provding support for more panels like retrait, research, improvement, refine (+hide/show craftbag items). About 1st: This...
File: Pets and Treats12/23/20
Nice addon idea, thanks! ...you...
Posted By: Baertram
Nice addon idea, thanks! ...you name it BEARs! :eek::banana:
File: WishList (Set item search&tracker/wanted Gear list)12/23/20
@LibSets: Whoops :-) Just change th...
Posted By: Baertram
@LibSets: Whoops :-) Just change the WishList.txt file in that case and decrease the version after LibSets>=xx so it reflects the currently released version (you need to check the ## AddOnVersion: tag in the LibSets.txt file). In this case just subtract 1. Changed in the beta again. @Whisper message Okay, found t...
File: Kal's Crown12/22/20
Hello, please name the dependenc...
Posted By: Baertram
Hello, please name the dependencies in your addon's description: HodorReflexes LibAddonMenu So that users know what to install via Minion e.g. outside of the game. And a very important change you need to do is: In your txt file add ## DependsOn: LibAddonMenu-2.0>=32 So that your addon will not load if this library L...
File: WishList (Set item search&tracker/wanted Gear list)12/21/20
2. A nice future feature would be t...
Posted By: Baertram
2. A nice future feature would be the ability to edit the WISHLIST_WHISPER_RECEIVER_QUESTION in the options menu somewhere rather than needing to edit the strings.lua manually each time you update. I usually like to add something like, 'Sorry for being nosy, but...' since there's some weird drama with asking some people for gear they...
File: FCO Ultimate Sound12/21/20
0.1.3 Attention: The SavedVariab...
Posted By: Baertram
0.1.3 Attention: The SavedVariables will reset! LOGOUT and backup your SV data before updating, if you need the old data. -Updated APIversion -Updated dependency versions -Stripped backup LibStub calls -Changed the ultimate sounds to use the slider with ALL ingame UI sounds, instead of only a few "dropdown" entries. It's bett...
File: WishList (Set item search&tracker/wanted Gear list)12/21/20
I'll try to remember to hand over m...
Posted By: Baertram
I'll try to remember to hand over my saved variables if I see this in the future. So far it's only happened when I have several collected items across several character lists. You'd need to handover the SV from before removing the items then, so do a reloadui, logout and backup the SV files before using the context menu. Then login...