Results: 6140Comments by: Baertram
File: FCO ItemSaver04/22/22
Re: Re: Re: UI Error after buying undaunted shoulder pieces
Posted By: Baertram
I cannot repoduce this, hm:confused: Getting no error message, all my debug messages tell me it's the correct active panel LF_INVENTORY (1) as I'm pressing I directly from the undaunted vendor. No matter if I buy something or not, it's always okay for me. Are you sure you did not miss any step before/after buying the undaunted ch...
File: Advanced Filters - Updated04/22/22
Yes, I asked the author to use LibF...
Posted By: Baertram
Yes, I asked the author to use LibFilters 3 to circumvent these problems with other addons but as long as this has not been implemented at his side I cannot and will not change the running (w/o his addon they do fine) addons. And even then it might be impossible to make them compatible due to the hacks/overwritten objects (even in...
File: GridList04/21/22
Re: Re: Re: number of columns
Posted By: Baertram
It's a "grid" and not a fixed number columns table! The size of the icons define the number of shown icons at a row and it changes the height AND width, not only the width. Size of icon = column count, to build the "grid". So there curerntly is no way to define a fixed number of columns per row, it depends on the icon's "size" (...
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/21/22
Re: Debug Messages?
Posted By: Baertram
No it doesn't, I can see my debug messages properly in chat with pChat enabled. But it depends HOW the addon add debug messages. It could be the d() function which basically calls CHAT_ROUTER:AddDebugMessage(text) or any other like CHAT_ROUTER:AddSystemMessage(messageText) which does it differently. If they use the d() function e...
File: LoreBooks04/21/22
Re: Re: @Magic Charmer
Posted By: Baertram
search = " function IsFoundInLoreLibrary(search, data) is used to filter the list entries for the LORE_LIBRARY's scroll list. The function LORE_LIBRARY "BuildCategoryList" is creating that list, and in there this filter / search function is used And the IsFoundInLoreLibrary got the param search = " --- --- Looks for the fir...
File: FCO ItemSaver04/21/22
Re: Re: Re: UI Error after buying undaunted shoulder pieces
Posted By: Baertram
Thanks for the update and the more detailed lua error including the variables. currentFilterPanelId = 6 means the addons till thinks it is at LF_VENDOR_BUY and not at the inventory. So the update to the proper variable LF_INVENTORY was not happening in time as you "take the short way via the I keybind". It will update as the "even...
File: FCO ItemSaver04/20/22
Re: PTS test version
Posted By: Baertram
Hi, current BETA is not created for the pts yet, it only works on live. I'll look into pts some other day as there seem to be multiple changes, at multiple addons *sigh* Hello Baertram, today I've tried your PTS test version from 2022-04-19 on the PTS (Update 34). Here is the error I get (I also get several LibFilters-3.0...
File: PerfectPixel04/20/22
Glad to and thanks for testing.
Posted By: Baertram
Glad to and thanks for testing.
File: FCO ItemSaver04/20/22
Re: UI Error after buying undaunted shoulder pieces
Posted By: Baertram
Hi thanks for the report, will try if I'm able to rebuild this but i'm out of keys too as I'm not playing the undaunted dungeons anymore... btw: If you post the error message please ALWAYS click the "more info" checkbox at the bottom left and copy the whole text of the error message then. I'm missing the most important variables in...
File: DeconIcon04/19/22
If you want to go another approach...
Posted By: Baertram
If you want to go another approach you can try FCOCraftFilter. It is able to filter the items so you only see banked, inventory, both (and at refinement also craftbag) items. Plays well with AdvancedFilters where you are able to filter items even more with subfilters like 1hd, 2hd, shield, etc. and plugins for "only bound", "level"...
File: LibShifterBox04/19/22
https://github.com/klingo/ESO-LibSh...
Posted By: Baertram
https://github.com/klingo/ESO-LibShifterBox/issues/29 Just a documentation fix
File: Addon Selector (Save AddOn profiles/packs)04/18/22
Re: Error with Today's PTS
Posted By: Baertram
Upon loading character in today's PTS: TopLevelControl AddonSelector cannot be parented to any control but GuiRoot. You can download the latest change here at github, should work with that again: See sticky post above, at the bottom is the "beta" link for download from github
File: FCO ItemSaver04/18/22
Re: Re: Re: UI-Error new assitant
Posted By: Baertram
Okay, thanks for your feedback. Dunno why these addons should cause that error message though. They are unrelated to FCOIS in total! Maybe you switched between Gamepad and Keyboard mode while using FCOIS? FCOIS does not support gamepad mode and thus any switch can cause errors, no matetr if keyboard mdoe was active as the game was...
File: Auto Recharge (and repair)04/18/22
since the last patch from betheshda...
Posted By: Baertram
since the last patch from betheshda, i have some problems with this addon. gear is often not repaired enchanted gear will not charge and what annoys me the most is that parts of my equipment are simply discarded. so i have to check every 2-3 hours if i'm still wearing the gear! until this is fixed, i won't use the addon any...
File: Tamriel Trade Centre04/18/22
I got the problem again that pressi...
Posted By: Baertram
I got the problem again that pressing SHIFT key + right mouse button at an inventory item still shows the "Send price to chat" context menu and not hiding the menu. Seems the code in TTC somehow is "delayed" (using zo_calllater) instead of properly using LibCustomMenu possibilities? I'll have a look again and will send you what I fi...
File: Tamriel Trade Centre04/18/22
Re: Hold NA and EU Prices?
Posted By: Baertram
Yes, would be nice if the Price file downloaded could be smaller if one only needs one server's data. Select at the client the servers (default: all) and then the download would only consider the selected servers for the Price lua file. Or is there a way to easily delete the NA or EU server from the pricedata lua file but leaving...
File: LibClockTST04/17/22
Hey Phinix, I did not see you took...
Posted By: Baertram
Hey Phinix, I did not see you took it over (thought it was Tyx) sorry. Just saw the update and wondered about the object/class structure. @Baertram - I have barely done anything with LibClockTST. I just keep it updated for the main addon which is what I have mainly worked on in the past. I have never had reason to go re-writing th...
File: LibClockTST04/17/22
Isn't defining LibClockTST = {} as...
Posted By: Baertram
Isn't defining LibClockTST = {} as a table and using LibClockTST:New OO approach returning the same table LibClockTST again a bit of a problem? LibClockTST will be the class providing the constants itsself and returning every time the same clock table, instead of a new created "proper object" of ZO_Object:Subclass, if you use :New....
File: AOEHelper04/17/22
Nice idea, thanks for that! This wi...
Posted By: Baertram
Nice idea, thanks for that! This will come in handy About boss dependent colors: Most bosses are nt providing a uniqueID so you can only identify them by dungeon/zoneId + their name :-( There was a library LibBossFight or LibBoss* which was providing some info about the bosses so you do not have to multi-translate the boss names...
File: FCO ItemSaver04/17/22
Re: UI-Error new assitant
Posted By: Baertram
Thanks for the report but why do I have to ask THIS again and again... :( Would be glad if you guys READ the sticky post above before psoting, and read "how to report a bug" :rolleyes: Does this happen with all other addons disabled too? I'm not investing any time anymore to hunt bugs that never occur for me and are happenign bec...
File: WPamA (What Pledges at my Alts)04/16/22
Added a "quest" icon to the "Rappor...
Posted By: Baertram
Added a "quest" icon to the "Rapport" mode for a companion if the character has not completed the intro quest yet Thank you! :banana:
File: PerfectPixel04/16/22
I'll giveit a try, but no promises...
Posted By: Baertram
I'll giveit a try, but no promises that and when it will work. On a good way so far ;) https://i.imgur.com/Dlp9E4L.png
File: AOEHelper04/16/22
What exactly is the difference to t...
Posted By: Baertram
What exactly is the difference to the vanilla game settings to color the aoe and friendly (heal) fields on the ground in the normal game settings? Edit: Does it allow to change the AOE colors depending on the trials/dungeons one is in?
File: BeamMeUp - Teleporter (Fast Travel)04/14/22
I know, but these are always 3-4 cl...
Posted By: Baertram
I know, but these are always 3-4 clicks instead of 1 ;) <- Lazy bear Or maybe add a keybinding to port to any player in the current zone (hope I haven't missed that). Feature request: If all wayshrines in a zone are unlocked the prominent "Unlock WS" button at the top should change to "port to someone in the same zone". So I...
File: GuildBankMule04/14/22
Your addon zip file is wrong, it do...
Posted By: Baertram
Your addon zip file is wrong, it does not contain the folder name where the lua and txt needs to be stored in. The folder name needs to be the exactly same name as the txt file is named (without .txt obviously :p ).