Results: 6062Comments by: Baertram
File: Advanced Filters - TTC Filters09/28/20
No problem, and thanks for the quic...
Posted By: Baertram
No problem, and thanks for the quick fix ;) Hi, thanks for the plugin but would you please rename the folder and files: Remove the "FCO"! FCO is my guild's name and only used for my addons and plugins. It should not be added to other addons or plugins created by other users. Thanks for your understanding. Just name it AF_TTC...
File: Advanced Filters - TTC Filters09/28/20
Hi, thanks for the plugin but would...
Posted By: Baertram
Hi, thanks for the plugin but would you please rename the folder and files: Remove the "FCO"! FCO is my guild's name and only used for my addons and plugins. It should not be added to other addons or plugins created by other users. Thanks for your understanding. Just name it AF_TTC e.g. Many thanks P.S. Your screenshot sh...
File: Inventory Grid View09/28/20
Try the addon "Grid List" instead....
Posted By: Baertram
Try the addon "Grid List" instead. IGV is not updated since years and seems to be discontinued.
File: Advanced Filters - Updated09/27/20
Re: Sorting by stack size?
Posted By: Baertram
Is AF an appropriate framework for implementing a mechanism for sorting by stack size? This is something that would be a big help when selling mats, since I generally am only selling full stacks. I asked about adding this capability to AwesomeGuildStore and the response was: Look into Advanced Filters for this kind of thing. We alre...
File: Auto Recharge (and repair)09/22/20
Great addon. When I only have crow...
Posted By: Baertram
Great addon. When I only have crown repair kit on my bag, the addon (I think) uses it to repair just one item. Actually the crown repair kit repairs all. Is this a bug or can we have option to exclude/skip (do not use) crown repair kit? Thanks. Are you sure the addon used a Crown repair kit and not any small or other you had in...
File: FCO ItemSaver09/22/20
Re: Lost all custom icons, everything is unlocked!
Posted By: Baertram
after the update. I've enabled out of date addons, but everything is unlocked and without any custom icons. very freaky. whats up! Dunno, didn't happen for me or anyone else so far. Please ONLY enable FCOIS + libraries and check if it works then. Does the addon settings menu of FCOIS work and show? If not: Perhaps there...
File: FCO ItemSaver09/21/20
Re: Re: Re: Problem with Guild Bank deposit?
Posted By: Baertram
I noticed today that when I attempted to deposit into a guild bank, the option to deposit is not on my menu. Instead, the E key is displaying Equip. Tried all my guilds. I disabled my add-ons one by one, and found it was happening only when FCO Item Saver is turned on. Any ideas? Read the FAQ please. OK - did that, found...
File: FCO ItemSaver09/20/20
Re: Problem with Guild Bank deposit?
Posted By: Baertram
I noticed today that when I attempted to deposit into a guild bank, the option to deposit is not on my menu. Instead, the E key is displaying Equip. Tried all my guilds. I disabled my add-ons one by one, and found it was happening only when FCO Item Saver is turned on. Any ideas? Read the FAQ please.
File: Crafting Writ Assistant09/19/20
Here is an example screenshot of th...
Posted By: Baertram
Here is an example screenshot of the provisioning ingredient texts showing with the gender suffix: https://i.imgur.com/BC5FYdx.png Tested your version and at the provisioning UI the names are still showing including the ^m and ^n at the end. You need to add the local nameClean = ZO_CachedStrFormat("<>", nameWithGenderSuffix...
File: Hyper Tanking Tools09/18/20
As you wrote you are using events n...
Posted By: Baertram
As you wrote you are using events now (didn't check the code so forgove me if you knew and use the event filters already :p) you can even speed those up if you only want to check your own buffs "player" etc. by using event filters: https://wiki.esoui.com/AddFilterForEvent ONly make sure that each abilityId e.g. you are tracking...
File: LoreBooks09/18/20
Re: Miner?
Posted By: Baertram
https://i.imgur.com/SCCgfzo.jpg Copyright by Harry H. Zimmermann -> https://www.fotocommunity.de/photo/braunkohlebagger-harry-h-zimmermann/38003902 A book related addon needs the book location data to be able to exist and work as the game is not providing ANY location data by default (books, NPCs, quests, etc.). The miner will...
File: Auto Recharge (and repair)09/18/20
Hello Thanks for this addon and yo...
Posted By: Baertram
Hello Thanks for this addon and your work on it, however i have a bug, i guess. Installed it and then use it to auto recharge especially in combat but it doesnet work on my Alt, only on my main. I try with account settings on/off, reinstall, delete variables and so on. Still persistant problems :/ Did you get that before?...
File: Teleport - general purpose teleporting tool09/17/20
You define the load order in your a...
Posted By: Baertram
You define the load order in your addon's manifest txt file, and it's consistent this way, means always will load in the same order for 1 addon! Loaded from top to bottom, just like the lua code files are read from top to bottom so local variables/functions need to be defined before (on top of) their usage. Adding other dependenc...
File: ExoYs ProcSet Timer09/17/20
Thanks for the addon. Please alway...
Posted By: Baertram
Thanks for the addon. Please always add the needed dependencies/libraries, like LibAddonMenu-2.0, to your addon's description so one can easily see and install them outside of the game (e.g. on this ESOUI website here, or within the addon manager tool Minion). Else one would need to login and try and error to see which dependies...
File: pChat (Chat customization & help: look/notification/sound/automation/history)09/17/20
No problem, I'm relieved it's not a...
Posted By: Baertram
No problem, I'm relieved it's not a bug :p Thanks for the kind words. LMAO! I'm so retarded. I didn't open the submenu.. I was blind and saw only "Chat channels" but didn't open "Guild Tweaks" inside it, nor the guild names.. bahahah. Sorry to bother you XD Thanks for the lovely support however, and thank you for keeping the ad...
File: Teleport - general purpose teleporting tool09/17/20
Wait, addons are not running in sep...
Posted By: Baertram
Wait, addons are not running in separate contexts? Well, the more I know now. I assumed there's a more refined way of registering my own and calling other addons' public APIs than just leaking global variables all over the place. Eh. I'll """fix""" it and submit an update, thanks for letting me know about the issue. All varia...
File: EsoExtractData09/17/20
Is there some more info available o...
Posted By: Baertram
Is there some more info available on the new parameters? Here my assumptions as I was not able to find anything on your website's documentation about them so far: --luafilelist Creates a file list of extracted files as lua table format? --luastartindex Define an index where to start the extraction (but what index...
File: Hyper Tanking Tools09/16/20
Please add the dependencies needed...
Posted By: Baertram
Please add the dependencies needed to run this addon into the addon description so one is bale to read and see them within Minion before one is logging in to see it ingame. e.g. LibAddonMenu-2.0 Thank you. Hint: You could use the >=31 version check for LibAddonMenu-2.0 in your manifest txt file to assure users install th...
File: Custom Player Pins09/16/20
Please make your function GetColor...
Posted By: Baertram
Please make your function GetColor local or add it to your addon's namespace CUSTOM_PLAYER_PINS (function addon.GetColor...) as you overwrite all other GetColor functions this way and it is a very widely spread name. And you still include the language files AND load them from your manifest txt file AND overwrite VOTAN's language s...
File: Teleport - general purpose teleporting tool09/16/20
Correct. Please change the names of...
Posted By: Baertram
Correct. Please change the names of the global variables, or add them as local to your addon or add like 1 global table of your addon e.g. TeleportTool = {} and then add the variables to your global table ... TeleportTool.Zones = {} ... and use the variable TeleportTool.Zones, TeleportTool.Players etc. in your addon's scope....
File: pChat (Chat customization & help: look/notification/sound/automation/history)09/16/20
Hm, for me it still is there? It ne...
Posted By: Baertram
Hm, for me it still is there? It never was removed, just restructured within the settings menu. It's a submenu "Guild" (within the "Chat channels" settings menu) providing another submenu for each of your 5 guilds. If this is missing for you there might be a bug. Please try if the folloing fixes it for you: logout, backup of yo...
File: Advanced Filters - Updated09/16/20
user:/AddOns/AdvancedFilters/main.l...
Posted By: Baertram
user:/AddOns/AdvancedFilters/main.lua:466: attempt to index a nil value stack traceback: user:/AddOns/AdvancedFilters/main.lua:466: in function 'ShowSubfilterBar' |caaaaaa craftingType = 6, UpdateListAnchors = user:/AddOns/AdvancedFilters/main.lua:286, reAnchorIncludeBankedItemsCheckbox = user:/AddOns/AdvancedFilters/main....
File: Advanced Filters - Updated09/14/20
Can confirm the bug I had wasn't re...
Posted By: Baertram
Can confirm the bug I had wasn't replicated when I reinstalled it all. 2h well spent :banana: Thanks for the heads-up! Glad it was resolved by "just" reinstalling the addons. Make sure to logout before updating addons, especially libraries. Solves a lot of problems from the beginning (dependencies missing, dependencies wrong, Saved...
File: FCO ItemSaver09/10/20
Re: Question about bound equip marking
Posted By: Baertram
Nope, as it would work properly if you disable the grid list/grid view addon. Disable this addon and the icon will be shown at the left top edge of the inventory "row". As the grid changes each row to a small rectangle, it will destroy the correct anchors or many attached controls... I can have a look if I'm able to support Grid L...
File: Advanced Filters - Updated09/09/20
Weird, especially that Dolgubons La...
Posted By: Baertram
Weird, especially that Dolgubons Lazy Writ Crafter also seems to be affected. AF was not changed at the visual side since months. So maybe it's a recent change within CS. Could you maybe ask the author of the CS addon if he knows by chance what could be causing this. PErhaps some changes at his side were done and AF needs to adopt s...