Results: 6040Comments by: Baertram
File: pChat (Chat customization & help: look/notification/sound/automation/history)10/09/23
My chat keeps changing in size and...
Posted By: Baertram
My chat keeps changing in size and position after logins. When having pChat disabled, this no longer happens. Can someone tell my why and how to disable this? This can happen if other addons interfere. Please disable all other addons and libraries and only keep pChat + needed dependencies enabled. Does it still happen then?...
File: Font Changer10/06/23
bar the Crown Store as for some rea...
Posted By: Baertram
bar the Crown Store as for some reason that is unaffected by this Crown store and Tribute game and Scrying and some other UIs cannot be touched by addons, nor can addons work at loading screens, or UI prior to the ingame world (e.g. character selection). These are restrictions that the game provides, named here: https://www.esou...
File: Action Duration Reminder10/06/23
You can track that maybe by using E...
Posted By: Baertram
You can track that maybe by using ESOProfiler for a few seconds (else ESPProfiler's SavedVariables will get REALLY huge!) on excatly that part, and see what functions get called in which order + their runtime: https://www.esoui.com/downloads/info2166-ESOProfiler.html Helps to improve code without having to "guess" where it comes...
File: PermAlmalexia: Permanent Mementos10/06/23
de.lua file contents - German translation
Posted By: Baertram
SafeAddString(PERMALMALEXIA_DESCRIPTION, "Erlaubt dir (und @Kasskroot auch) automatisch Mementos zu verwenden, wenn der Effekt ausläuft!", 1) SafeAddString(PERMALMALEXIA_START, "PermAlmalexia wurde mit \'<<1>>\' gestartet.", 1) SafeAddString(PERMALMALEXIA_START_MEMENTO, "PermAlmalexia wurde mit dem Memento \'<<1>>\' gestartet.", 1)...
File: Action Duration Reminder10/04/23
Re: Can't install/update the mod on Minion
Posted By: Baertram
Hello! Today a new update was released on Minion and this mod refuses to update, it gets stuck on updating. Other add-ons have successfully downloaded and worked today. Tried uninstalling it and reinstalling, not it won't download for me. Wanted to share this with you If that happens: This is normal as the update was not ackno...
File: Action Duration Reminder10/04/23
Using version 3.103: Yesterday my...
Posted By: Baertram
Using version 3.103: Yesterday my 2hd skill "Carve" got stuck with a "1", even after combat it showed the 1, and switching bars also showed the 1 on teh other bar's icons. I was able to do a reloadui to fix this, so no big deal. Just wanted to tell you that this happens sometimes. I have not found a way to reprouduce it reliabl...
File: Wizard's Wardrobe10/03/23
Re: Feature Request: Ability to link all equipped gear in chat (non WW export)
Posted By: Baertram
Hi! I was hoping a feature could be added to allow us to quickly link in chat all of our currently equipped gear pieces, preferably also with a keybind. It would come in handy a lot of times when tanking or healing in trial groups that aren't pre-coordinated with their sets. It would let us quickly whisper the other healer or tank...
File: RaidNotifier Updated10/02/23
Hi, I cannot say if that changes...
Posted By: Baertram
Hi, I cannot say if that changes break any other addon, as I cannot see a list of addons uisng libA or libB :( But IF they also use the "current" (As I said it's available sicne Summerst DLC, so a few years already ;)) way to add libraies, it should work fine. Only thing I could think about is if any other addon is using LibC...
File: RaidNotifier Updated10/01/23
Please remove "RaidNotifier/libs/Li...
Posted By: Baertram
Please remove "RaidNotifier/libs/LibStub/LibStub.lua" ! This library is outdated since Summerset DLC and should not be used anymore! What library do you usein this addon where you got the need to still use LibStub? Think about removing that library then AND/OR replacing it please. -> See here: https://www.esoui.com/forums/showth...
File: FCO Accessibility10/01/23
LibAddonMenu-2.0 with text2speech A...
Posted By: Baertram
LibAddonMenu-2.0 with text2speech Accessbility patch is now directly included into this addon's subfolder "/libs". If you experience any errors with LibAddonMenu, and use this version r34 Version 99 Accesibility patch by Baertram" please contact me, and not the official authour "sirinsidiator"!!!
File: Research Assistant (Find your researchable items)09/28/23
Re: Color options not working
Posted By: Baertram
Hi there, I installed the ResearchAssistant addon today but I can't seem to get the colors to show correctly in my inventory. Am I missing something ? Thanks for the help already. - D - Do the color pickers work in the settings menu? Mean: Do they show the color wheel and accept your choice? If not: Check your addo...
File: Advanced Filters - Updated09/25/23
The "crafted" filter is listed twic...
Posted By: Baertram
The "crafted" filter is listed twice at the armor tab, once at the top of the subcategories (shield, head etc) and once at the bottom of those. This happens in the armor tab and all armor sub-tabs but shields. Both filters seem to do the same thing. That one I'm already aware of, yes. I've added a fix for duplicate checks to the c...
File: AutoCollect09/24/23
Hello, please do not create glob...
Posted By: Baertram
Hello, please do not create global functions or variables if not needed! Put a local up in front of AutoCollectItem or else you might overwrite the same function name in any other addon! -- Fonction pour lier un objet s'il n'est pas déjà lié local function AutoCollectItem(bagId, slotIndex) And: Your addon's event...
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...