Results: 6052Comments by: Baertram
File: Advanced Filters - Updated09/24/23
For some reason the Advanced Filter...
Posted By: Baertram
For some reason the Advanced Filters' extrafilters and most other AF plugins' filters are showing in English, not my clients' language (german) I couldn't figure out why it won't show the right strings. I installed all the libs listed and checked if setting the game language to English and back to German would work, but unfortunat...
File: LibScrollableMenu09/22/23
Only working on Update 40 - PTS API 101040
Posted By: Baertram
If you have overriden a ZO_ComboBox's :AddMenuItems() function to add the entries new by using ZO_Menu (via ZOs default "AddMenuItem" or via LibCustomMenu using "AddCustomMenuItem" or even submenus via "AddCustomSubMenuItem"): This won't work anymore on current PTS -> As ZO_ComboBox is a ZO_ScrollableMultiselectComboBox now which do...
File: CQuestTracker09/22/23
Hi Calamath, with update U40 cur...
Posted By: Baertram
Hi Calamath, with update U40 currently on PTS ZOs changed the constants of INSTANCE_DISPLAY_TYPE to the new constants of type ZONE_DISPLAY_TYPE -> That affects some API functions and Events too! See here: https://github.com/ESOUIMods/LibQuestData/issues/23 As I scanned my addons I found your addon's file: File live\Ad...
File: ImprovedTitleizer09/21/23
Your ImprovedTitelizer addon is lea...
Posted By: Baertram
Your ImprovedTitelizer addon is leaking a few variables to the global namespace, where 1 "logger" could be causing other addons to break. logger titlesRow Please add them as local variables to your addon e.g. or put it like ImprovedTitleizer.logger and ImprovedTitleizer.titlesRow
File: Addon Selector (Save AddOn profiles/packs)09/20/23
Re: Re: Re: Awesome Addon! Feature to select multiple packs?
Posted By: Baertram
As I wrote already it is not possible, technically. One would have to rewrite a lot of the addon. And if it is somehow possible it's too complicated: 1 example: What to do with automatic pack enabling then as you select one? One would need to disable it again allthough the user chose to enable it. Same for manipulation of packs: Wh...
File: Addon Selector (Save AddOn profiles/packs)09/20/23
Re: Awesome Addon! Feature to select multiple packs?
Posted By: Baertram
This is such a good Addon, thank you for making it. Is it possible to select multiple packs at once? If not, would it be possible to add that feature please? For example, I have an addon pack for 'trials' but then when I use my arcanist, I also want the crux tracker addon. And if I'm tanking, I want crux tracker and Turning Tid...
File: FCO ItemSaver09/15/23
Hi, I didn't know ISB can mark any...
Posted By: Baertram
Hi, I didn't know ISB can mark any items? The description does not say so. Where do I enable that or how do I do that? I can have a look if it provides an API then. But I guess it would be easier if the dev of ISB adds that directly to his addon, using FCOIS API. Always hard to react somehow on other addons, if they could just do...
File: Addon Selector (Save AddOn profiles/packs)09/14/23
Re: Display Addon Name
Posted By: Baertram
Please display, on the main game screen, the name of the addon I have equipped. Thanks. You mean the addon pack? Please use the slash command /asap to show the current loaded pack in the chat. An on screen leave makes no sense, sorry
File: FCO Guild Lottery (Raffle, guild members joined list, dice throws & history)09/10/23
Works fine who for me with pChat an...
Posted By: Baertram
Works fine who for me with pChat and FCOGL. Please disable all other addons and libraries and test it this fixed it. Or are you able to rebuild that bug with only FCOGL and pChat enabled (+ needed dependencies)? Your pChat settings might be different then and I cannot see your settings. You'd have to send me your pChat SavedVari...
File: FCO ItemSaver09/05/23
Re: How to show icons while looting?
Posted By: Baertram
Can I set the icons to show while I am looting, like how CraftStore will show its red exclamation mark before picking up an item so the player can tell if they should pick it up? No, FCOIS is based on inventory items and thus needs the bagId and slotIndex, or similar information, which the loot window and items are do not provide...
File: Release Tracker09/01/23
Please update the description of th...
Posted By: Baertram
Please update the description of this addon! -> and add the needed dependencies (LibNotification) to the description. We would like to know what it is about. Thank you
File: TrueExploration09/01/23
Thanks for brinning this to my atte...
Posted By: Baertram
Thanks for brinning this to my attention, fixed the changed function names. LibGPS3 usage was already in at line 5 TrueExploration v2.0 LibGPS update to v3 Untested as I do not use this addon! TYPOS DETECTED! ;) To fix Baertram's version, you need to change both GetCurrentMapMeasurements() lines 318 and 336 in the Tru...
File: FCO Gamepad Button Textures08/29/23
Addons cannot alter anything prior...
Posted By: Baertram
Addons cannot alter anything prior to ingaem world, so the login screen and character selection stays default. We cannot alter that. Same for the scrying interface: It's protected so that addons cannot add helpers for scrying. Same for the crown store/announcements as addons should not add or alter crown store info and announc...
File: Research Assistant (Find your researchable items)08/28/23
Thanks for the info, fixed the wron...
Posted By: Baertram
Thanks for the info, fixed the wrong APIversion check.
File: Research Assistant (Find your researchable items)08/28/23
Re: Added missing spanish translations
Posted By: Baertram
Hello! Been loving the addon. I've noticed there are some settings strings missing in the spanish translations resulting in blank spaces in the settings. I made a pull request to your git repository adding these translations, would appreciate if you could update the addon. Thanks!! Thank you very much for the translations! I'll...
File: FCO Gamepad Button Textures08/28/23
this just wont work for me unfortun...
Posted By: Baertram
this just wont work for me unfortunetly i did the deleting shadercache cooked filed and everything the ingame commands and sound works but it just doesnt apply the buttons on restart its always default xbox buttons :( Please disable all other addons and libaries, logout then. Delete the live/shader_cache.cooked file. Login, check...
File: Faster Travel (Wayshrines menu & Teleporter)08/25/23
Hi, your mainfest file's ## AddO...
Posted By: Baertram
Hi, your mainfest file's ## AddOnVersion: 2.8.9 tag is not working that way. ## AddOnVersion: only accepts a non signed integer value afterwards, so you need to write it like ## AddOnVersion: 289 or ## AddOnVersion: 208090 or similar. Else oher addons cannot use it in their >= tag to check if your addon's ver...
File: LibEventHandler08/25/23
Thanks for the info, understood tha...
Posted By: Baertram
Thanks for the info, understood that now after your details. And I'm totally fine if you are "not improving it" ;) I always wondered why this lib exists. I say it's because of the "custom events that could be added with it", or ith might have other benefits which I do not know yet. Hi Calamth, I read the Wiki about this li...
File: Action Duration Reminder ES by Kroon08/25/23
Instead of creating "extra addons"...
Posted By: Baertram
Instead of creating "extra addons" please think about contacting the author and include it officially in the original addon.
File: LibEventHandler08/25/23
Hi Calamth, I read the Wiki abou...
Posted By: Baertram
Hi Calamth, I read the Wiki about this lib and saw this info: LibEventHandler's RegisterForEvent allows for any number of functions to be registered to a given event, instead of only one like ZOS restricts. So register away, and have multiple different files be able to track a single event. Maybe I missundertand that but isn...
File: FCO Ultimate Sound08/18/23
I just uninstalled the game anyway....
Posted By: Baertram
I just uninstalled the game anyway. Waiting 20+ min in queues was making me rage too much. Farewell :rolleyes: and thanks for wasting my time then
File: FCO Ultimate Sound08/17/23
This ? https://imgur.com/a/v04mLX2...
Posted By: Baertram
This ? https://imgur.com/a/v04mLX2 It's on... Yes, that were the settings I had in my mind. If they are on and you still cannot hear any ultimate ready sound you got any addon supressing it then. Disable all addons via the "Addons OFF" button top left at the addon manager and test if you hear it then at least, as it is ready. B...
File: FCO Ultimate Sound08/17/23
My game never do a sound for my ult...
Posted By: Baertram
My game never do a sound for my ultimate (I think ?) It's there and plays fine for me with vanilla UI, no addons enabled. It's the sound "ABILITY_ULTIMATE_READY" in the sounds list. -> My addon just "replaces" this one with your chosen sound and thus it plays at the same time as the game would play the original sound then....
File: FCO Ultimate Sound08/17/23
Okay I've checked the addon and eve...
Posted By: Baertram
Okay I've checked the addon and everything works as intended: The ultimate sound is nt autoamtically played if you enter combat and fight for longer time. It's only played when the normal "ultimate ready" sound is played too! Means: As you ultimate get's to the needed value, played once. And what you can do as bonus with thi...
File: FCO Ultimate Sound08/15/23
It does the ultimate sound when I e...
Posted By: Baertram
It does the ultimate sound when I enter a new area (and my bear is automatically casted in new areas). I tried removing it from my fast bar and casting it. I didn't heard the sound, that's weird. I would like to hear the sound every time I gain 75 ultimate. That's how it should actually already work: Play sound as ultimate is ready...