Results: 6182Comments by: Baertram
File: Take One07/14/24
I had a look at my FCOIS code and a...
Posted By: Baertram
I had a look at my FCOIS code and actually I do not hook ShowMenu etc. AddCustomSubMenuItem does not return the index as it seems. So I'm using contMenuVars.contextMenuIndex = AddCustomMenuItem(...) and in that normal non submenu item I have the normal callback function. And after the ShowMenu() call of my addon I check if the...
File: Advanced Filters - Updated07/14/24
Re: Addon Author: How do I stop filter appearing in irrelevant menus?
Posted By: Baertram
I've written a few filters, such as eg. Survey Filters. I'd like to stop the filter appearing in irrelevant sections, e.g. there's no point have a survey filter if I'm only looking at armour. I've read through the page a lot and tried adding excludeSubFilters values and also just onlygroups = {"All",},, but still getting the menu...
File: Take One07/14/24
LCM is just using ZO_Menu functions...
Posted By: Baertram
LCM is just using ZO_Menu functions so you must do 2 things: 1st is to get the index off the entry that got the submenu (ZO_Menu.items) which LCm should return by AddCustomSubmenuItem, I think. 2nd you need to hook into ZO_Menu code (not sure where it was but something like ShowMenu maybe or any other ZO_Menu func that is called wi...
File: Take One07/14/24
I think it does but just asking in...
Posted By: Baertram
I think it does but just asking in case it does not (yet): Does your addon support CraftBag stack's "Take 1" and "All but 1" too? And does it support the "Take 1" and "All but 1" at the normal inventory too? I hadn't thought to try this. I think the craft bag uses the same API for item movement to & from the backpack so it should...
File: Wizard's Wardrobe Extensions - Arena and Dungeons07/14/24
Please read the rules in the "Relea...
Posted By: Baertram
Please read the rules in the "Released addon" forums (sticky threads) https://i.imgur.com/C5iDXCt.png and connect patches properly with their main addon! https://i.imgur.com/Q3rr8j3.png Thank you I've done that for you now.
File: Fish Log07/14/24
Hi welcome to ESO addon development...
Posted By: Baertram
Hi welcome to ESO addon development. Please remove any hidden files and folders from your zip file prior to uploading it: .idea/ IntelliJ IDEA project files You can upload the same version and cleaned zip again by enabling the checkbox "ignore version" and unchecking the checkbox "archive file" Edit: This is wrong!...
File: FCO ItemSaver07/13/24
Re: Re: Re: Re: Re: UI Errors 2BEC589F & 48BC8BCB
Posted By: Baertram
Do the following please: 1. Logout 2. go to live/SavedVariables 3. Backup and rename the FCOItemSaver.lua 4. From the mail you have send me take the FCOItemSaver.lua SV file from the zip archive and extract that to your live/SavedVariables again so you got the old file back in! 5. BAckup and remove live/AddOns/FCOItemSaver fol...
File: Addon Selector (Save AddOn profiles/packs)07/13/24
Just to understand: the game restri...
Posted By: Baertram
Just to understand: the game restricts addons to call functions of another addon? Or because the "package selection" is in a base game UI action and is thus protected? The game restricts addon changes to be done "properly" via the addon manager so you eiher need to open it to make it work and update the live/AddOnSettings.txt file p...
File: FCO ItemSaver07/13/24
Re: Re: Re: UI Errors 2BEC589F & 48BC8BCB
Posted By: Baertram
After checking your files it is as I expected: Somehow your SavedVariables got broken, at the dynamic marker icons. Did you e.g. change the dynamic marker icons count slider, or did your client crash after you enabled/disabled some dynamic icons? I'll try to add something to fix the missing data so it resets to default values th...
File: FCO ItemSaver07/13/24
Re: Re: Re: UI Errors 2BEC589F & 48BC8BCB
Posted By: Baertram
Ok that file you edited was live/UserSettings.txt then so nothing that interferes here, no worries ;) Thanks for the details, will have a look at your send file and LDL link as soon as I find the time. -> LDL file link: https://sir.insidi.at/or/logviewer/WIZF3V Could be that your SV file are broken and need a reset but I hopef...
File: Addon Selector (Save AddOn profiles/packs)07/13/24
Is there a way to have other addons...
Posted By: Baertram
Is there a way to have other addons call/set a specific pack (optional reloadui) ? If for some reason not, could it become a feature to have a "default" addon pack selected on logout? (Maybe with a /command to skip this behaviour). Many people use the addon selector to not keep all addons active, but it would be nice to get a mi...
File: Take One07/12/24
I think it does but just asking in...
Posted By: Baertram
I think it does but just asking in case it does not (yet): Does your addon support CraftBag stack's "Take 1" and "All but 1" too? And does it support the "Take 1" and "All but 1" at the normal inventory too? I often have the problem that I got a stack of items in my inv and only want to kepp 1 or only take 1 to send by mail to fr...
File: FCO ItemSaver07/12/24
Re: UI Errors 2BEC589F & 48BC8BCB
Posted By: Baertram
Did you change your SavedVariables manually with a text editor? Or did your client crash? Your SV files seem to be corrupt. Please download and install + enable LibDebugLogger and do do the following ingame: Ingame in chat write /debuglogger stack on Then disable all addons and only keep FCOIS + needed dependencies enabled and...
File: FCO Mounty07/12/24
Whoops, thanks for the info! Get...
Posted By: Baertram
Whoops, thanks for the info! Getting this error even with deactivated FCO Mounty: user:/AddOns/FCOMounty/FCONotes/FCONotes.lua:742: attempt to index a nil value stack traceback: user:/AddOns/FCOMounty/FCONotes/FCONotes.lua:742: in function 'hook_functions' user:/AddOns/FCOMounty/FCONotes/FCONotes.lua:1158: in function 'FCO...
File: FCO Mounty07/10/24
Getting this error even with deacti...
Posted By: Baertram
Getting this error even with deactivated FCO Mounty: user:/AddOns/FCOMounty/FCONotes/FCONotes.lua:742: attempt to index a nil value stack traceback: user:/AddOns/FCOMounty/FCONotes/FCONotes.lua:742: in function 'hook_functions' user:/AddOns/FCOMounty/FCONotes/FCONotes.lua:1158: in function 'FCONotes_PlayerActivated' |caaaaaa...
File: LoreBooks07/07/24
Just wanted to say thank you to all...
Posted By: Baertram
Just wanted to say thank you to all the players keeping the database of addons like this running and updated, and Sharlikran to maintain these important (At least for me) addons! It's very appreciated <3 This community is awesome
File: DEPRECATED: Babel - Clustered Chinese Localization Tools07/07/24
Okay, if you want Babel to load fir...
Posted By: Baertram
Okay, if you want Babel to load first you need to add Babel as ## OptionalDependsOn: Babel to that other addon's txt files. And before doing this including the translations directly into the addons would be a way less error-prone way I guess. Using LibStub might be a way to circumvent it but that's nothing that should be prefered...
File: Postmaster Mail07/04/24
Since the update of Gold road Postm...
Posted By: Baertram
Since the update of Gold road Postmaster Mail somehow does not show me the keybind to take a single mail anymore :confused: I only got Delete (which was the old keybidn to "Take" a single mail's attachment) and "Take all": https://i.imgur.com/MTMje0x.png So this currently leads to the problem that I only can take all attachments...
File: Live Cyrodiil Map07/04/24
## DependsOn: LibAddonMenu-2.0 ##...
Posted By: Baertram
## DependsOn: LibAddonMenu-2.0 ## DependsOn: LibMapPing LiveCyrodiilMap.lua Dependancies: LibMapPing Hi, your addon name sounds like something that might not be wished by ZOs, so did you read the "What addons cannot and must not do" thread? https://www.esoui.com/forums/showthread.php?t=9865 About your addon's txt file s...
File: DEPRECATED: Babel - Clustered Chinese Localization Tools07/04/24
Hi MelanAster, thanks for the detai...
Posted By: Baertram
Hi MelanAster, thanks for the details and explanation. In general I understand your idea and it might be okay to overwrite strings from external patches. But I would not do that without asking the authors of these addons first! It does not matter if you say "everyhting works" and "we test it to be compatible 100%". There are alw...
File: CharacterKnowledgeZHPatch07/03/24
This patch was moved to discontinue...
Posted By: Baertram
This patch was moved to discontinued & outdated category as the translations were added to the base addon meanwhile.
File: CombatAlertsZHPatch07/03/24
This patch was moved to discontinue...
Posted By: Baertram
This patch was moved to discontinued and outdated category as the translations were added to the base addon meanwhile.
File: Tamriel Trade Centre07/03/24
Hey cyxui, you got a bug in your...
Posted By: Baertram
Hey cyxui, you got a bug in your translation routines for other language (English here) chat text output: E.g. if I'm logged in with German client language and have enabled in TTC settings the English chat text too, then choose "Price to chat" (English chat output), it outputs this text: TTC Price for : Suggested : 3,777 ~...
File: DEPRECATED: Babel - Clustered Chinese Localization Tools07/03/24
!Please remove LibStub from your ad...
Posted By: Baertram
!Please remove LibStub from your addon! This library is obsolete and must not be used anymore since Summerset DLC! More details, read here: https://wiki.esoui.com/Libraries Even if your version is changed and manipulated it must not be used anymore, so there is no need to add that to your addon here. Thank you ZO_CreateSt...
File: FCO ChangeStuff06/27/24
Do you use Gridlist as the error ha...
Posted By: Baertram
Do you use Gridlist as the error happens? Autocategory got problems with that. sing only Auto Category and FCOCS and AF should work (unless it's some setting in AutoCategory or FOCS or AF that makes that break). EDIT: Auto Category is indeed the culprit. Disabling it makes everything work again. All of a sudden I received the...