Results: 6057Comments by: Baertram
File: Custom Item Notes07/09/21
and thanks to whoever did the ESOUI...
Posted By: Baertram
and thanks to whoever did the ESOUI wiki page with a PreHook/PostHook example of just this use-case You are welcome, that's what the Wiki is there for ;) But why didn't you use the SecurePostHook from the example? Your code overwrites the original setup function and is basically the same, where the SecurePosthook should assure i...
File: FCO ItemSaver07/08/21
Thanks for the info. Did you che...
Posted By: Baertram
Thanks for the info. Did you check if any of these addons (excep FCOIS) contain a lib folder and a LibCustomMenu in there, or do you have any other addon shipping with that lib in any subfolder (badest thing would be even without an own txt file, hardcoded from the other addon#s txt file). It often causes inventory context menu i...
File: CraftStore Endless Archive07/08/21
Hey Rhyono, I got a bug report r...
Posted By: Baertram
Hey Rhyono, I got a bug report related to FCOItemSaver and CS. After improving an item (must be a set item and marked with a FCOIS marker icon to protect it against enchanting extraction) and then using your CrasftStore Rune Creation UI (vanilla UI works fine) to craft a glyph for that set item (side note: the set item is not sh...
File: pChat (Chat customization & help: look/notification/sound/automation/history)07/08/21
Is it only related to Russian text?...
Posted By: Baertram
Is it only related to Russian text? And "Does not work" means it does not copy any text? Or only the start of the text is copied (as you mentioned it could be about the length of the text)? Did you try this with all other addons disabled, only pChat + libraries needed enabled? I cant copy-paste recruiting message (not as messa...
File: FCO ChangeStuff07/08/21
I think I found the problem. I'm ad...
Posted By: Baertram
I think I found the problem. I'm adding some fragemtns to the map if settings are disabled, and remove them if enabled. But I did not check if the settings were enabled before I add the fragment again if the setting is disabled and the scene is shown. I guess I need to test a bit more there. You should be able to fix this locall...
File: Advanced Filters - FCO Item trait filter plugin07/07/21
I could only split them up into new...
Posted By: Baertram
I could only split them up into new submenus ONLY for companion, e.g. 3 new ones called "Trait (Weapons, companion)" etc. But as the dropdown list was long and could contain many entries already I decided against that, and added them to the exisitng submenus. Note that it's not "Weapons, companion" but just "Companion" 'cause thes...
File: pChat (Chat customization & help: look/notification/sound/automation/history)07/07/21
I cant copy-paste recruiting messag...
Posted By: Baertram
I cant copy-paste recruiting message (not as message, not as line). Seems as depend from how big message (message as "Join to " possible for copy-paste) Could you please give more details, I do not understand what you want to tell me. You got a recruitment guild "link" (clickable text which opens the guild inf)? And you want to...
File: pChat (Chat customization & help: look/notification/sound/automation/history)07/06/21
Re: Auto channel switch bug
Posted By: Baertram
The auto channel switch feature does not work when joining a group or 'party'. Im assuming because its trying to join the /party chat when its actually the /group chat? Theres no such thing as /party anymore. Please update thanks! Love you mod btw Okay, thanks for the info. Will test this. But I do not use the / slash commands to...
File: Research Assistant (Find your researchable items)07/06/21
Re: Re: Re: NA and EU
Posted By: Baertram
If this does not fix it: Try to logout, backup the file live/SavedVariables/ResearchAssistant.lua Login on NA or EU then and reconfigure the addon to your needs. Login with all chars having RA enabled to let it scan the chars. Then repeat this with the other server. This corrected it. The variables file must have become corrup...
File: Advanced Filters - FCO Item trait filter plugin07/06/21
New companion item traits are nice,...
Posted By: Baertram
New companion item traits are nice, but they show where they aren't exactly supposed to... On weapons/armor/jewelry tabs, where companion items are filtered out. Yeah, I got no possibility to register the drodpown entries differently, depending on the active subfilter button (weapons, armor). Once the entries are added, all are show...
File: CraftStore Endless Archive07/05/21
CraftStore.lua is leaking a global...
Posted By: Baertram
CraftStore.lua is leaking a global variable equipType: line 359 --Check default locking mechanism _,_,_,_,locked,equipType = GetItemInfo(bagId,slotIndex)
File: IsJusta Disable Actions While Moving07/05/21
I'd keep it as generic as possibl a...
Posted By: Baertram
I'd keep it as generic as possibl and only re-translate/overwite the ones that are special, like for de overwrite the "take" constants with the appropriate harvesting plants, rune stones etc., and butterflies with the "Einfangen". Bzw: Try to avoid to use GetString for the same constants several times. If you need "Take" like 5 ti...
File: IsJusta Disable Actions While Moving07/05/21
IMPORTANT Make sure your txt file...
Posted By: Baertram
IMPORTANT Make sure your txt file ALWAYS loads the en.lua as fallback once! Else it does not work properly! You have changed the way the stringIds are created to ONLY once within the en.lua file! So how should they get created within the de or fr.lua now? The de and fr and other languages are not created properly atm and missing. Y...
File: Research Assistant (Find your researchable items)07/05/21
Re: NA and EU
Posted By: Baertram
Hi, RA already is able to detect and use the server dependent settings. At least for me I'm able to track the appropriate chars on both servers differently. Maybe your SavedVariables got corrupted somehow. Did you recently install it without a logout? Try to logout and see if this fixes the character dropdown. Log through ALL t...
File: FCO ItemSaver07/05/21
Re: all of my fco markings went away from the items
Posted By: Baertram
they were there earlier when i listed items in trader. then i logged off and logged back in a bit later and now no fco markings. i unchecked all of my addons except for what is needed for fco to run. still no marks on my items. i do have the ability to remark them, but why did the marks go away? tyty. I don't know sorry. Neve...
File: IsJusta Disable Actions While Moving07/05/21
Thanks for the addon. A hint: You...
Posted By: Baertram
Thanks for the addon. A hint: You should not only use ZO_CreateStringId to create the string Ids for your translations, but also use SafeAddVersion to add the version e.g. 1 forr the en strings. If other language files are added later just use SafeAddString(id, text version 1 or higher) to "override" them. Using ZO_CreateStringId t...
File: LibCustomMenu07/04/21
Re: Re: 7.0.1 glitchy/suspended update
Posted By: Baertram
This always happens if addons are not reviewed on esoui yet. Minion already shows them but with the same version as before (this is an indicator then) and at esoui the addon is not reviewed and thus blocked. If you try to download it manually it shows a popup telling you "still under review". Just wait then. Minion gets stuck on...
File: Auto Banish Pets/Assistants/Companions07/04/21
Your addon is leaking the global va...
Posted By: Baertram
Your addon is leaking the global variable targetId which also is used in genericheaders.lua for the Anchor class! So you might overwrite the anchor variable of all addons wtih your leaking global (I guess it won't happen but as your variable name is that generic, it could!).
File: FCO Companion07/04/21
Re: idea
Posted By: Baertram
I'll have a look if the given API is able to support this. can it be possible to dismiss companion while u crouch, and have it resummon a few seconds after you are no longer crouching? ie: i want to steal, or use blade of woe, or loot a thief throves etc etc ty very nice addon when you are not in combat (for the dismiss)
File: FCO ItemSaver07/03/21
It got the lock mark via automatic...
Posted By: Baertram
It got the lock mark via automatic crafting creation marks? Improvement would be blocked then so you have removed it first or disabled the protection via the flag icon? Somehow the enchanting table is not properly detected at it seems. Could have to do with CraftStore and other addons not using the proper API (IsEnchantingCreatio...
File: FCO ItemSaver07/03/21
Re: Re: Re: Re: Re: Re: Re: Editing worn gear en masse
Posted By: Baertram
No one knows if the next Patch will break it again. Addons can be updated 2014 and still work properly, but I get what you mean about actively maintained. Maybe mesota Returns. I saw your fixes for AG2, yes, and odds are it would work... until the next patch. For a function I rely on daily, I prefer to use an addon that's activel...
File: IsJusta Companion UI Enhancements07/01/21
Isn't the health text and % availab...
Posted By: Baertram
Isn't the health text and % available via vanilla UI settings where you enable the text / % for the group/enemy etc. frames?
File: FCO Companion06/29/21
About the distance again: You can u...
Posted By: Baertram
About the distance again: You can use the addon "No interaction" to block the interaction with the companion. I guess the distance thing is something that was related to the accidently hitting "Talk" if the companion is near, so that addon is a real helper. Hey Baertram, Thank you for replying, really appreciate it. Yes, I f...
File: FCO Companion06/28/21
About the distance: no sorry, addon...
Posted By: Baertram
About the distance: no sorry, addons cannot move anything. About fishing: you already named one of the difficulties. There is nothing that says fishing Finisher (or at least not "I've fonished my current attempt and wont start a next one'. I only could add a timer after fishing end and if no New attempt was started resummon the c...
File: Advanced Filters - Updated06/28/21
Re: Please complete the filter menu with companion traits
Posted By: Baertram
If you request features etc. please test the addon with ALL other addons + non-needed libraries DISABLED, in order to find the correct addon to request the features ;) You would have noticed that AF is not adding those trait filters at the dropdwn boxes. The trait filter "plugin" is this one: https://www.esoui.com/downloads/info1569...