Results: 6041Comments by: Baertram
File: LibCustomMenu08/01/19
Re: Tooltip for menu items
Posted By: Baertram
Is it basically possible to add a tooltip for menu items? So if I move the mouse over an menu element to see a tooltip? Yes it is. I think I have added this in FCOStarveStop where in the LAM Settings menu the dropdown box for the potions (the dropdown box is also a ZO_Menu which builds the base for the context menus) to show an i...
File: Advanced Filters - Updated08/01/19
Got this error, I think while at my...
Posted By: Baertram
Got this error, I think while at my banker. Was also doing crafting stations. https://i.imgur.com/7btGZff.png As the crafting type is not 0 but 1 it should have happened at the craft station of that type. The only problem now is how I am able to rebuild this error :-) And ideas what you did at the crafting table? Was...
File: Advanced Filters - Updated07/30/19
Got this error, I think while at my...
Posted By: Baertram
Got this error, I think while at my banker. Was also doing crafting stations. https://i.imgur.com/7btGZff.png As the crafting type is not 0 but 1 it should have happened at the craft station of that type. The only problem now is how I am able to rebuild this error :-) And ideas what you did at the crafting table?
File: cOOLsp0t's Loot Manager07/29/19
Ok got it. FCOIS provides API func...
Posted By: Baertram
Ok got it. FCOIS provides API functions which need the bagId and slotId and check if the item is allowed to be destroyed e.g. via function FCOIS.IsDestroyLocked(bagId, slotIndex) You can see all the API functions within the folder FCOItemSaver file FCOIS_API.lua. So if you want to support it you need to do the following: 1. Dow...
File: cOOLsp0t's Loot Manager07/29/19
Oh ok! Maybe add support for FCOIt...
Posted By: Baertram
Oh ok! Maybe add support for FCOItemSaver as you can "save" your items with some marker icons and destroying/desconstruction/sell etc. won't be possible if the marker icon does not allow it. Looted items which got marked via FCOIS can be checked with FCOIS's API and if it is protected your addon shouldn't try to destroy/sell etc....
File: cOOLsp0t's Loot Manager07/29/19
You are welcome. btw, you warn a...
Posted By: Baertram
You are welcome. btw, you warn about this: Clear Loot Node Mode What exactly is it? Could not find any infpo in the description, maybe add it?
File: cOOLsp0t's Loot Manager07/29/19
Hey there, thanks for your addon....
Posted By: Baertram
Hey there, thanks for your addon. Also here the info that LibStub is old and not needed anymore if the libraries you are using got their own txt manifest file AND a tag ##AddOnversion: in there + a global variable to acces the library. Find some more info about the "removal of LibStub" in this forum thread: htt...
File: Data Extractor07/28/19
Hi Phuein, LibStub is outdated a...
Posted By: Baertram
Hi Phuein, LibStub is outdated and not needed anymore as the libraries can work with the ##AddOnVersion tag properly and only load the newest version this way. Please use the gloabl variables of the libraries instead of "Only" using LibStub, or build a compatibility for both, as LibStub will be gone one day. e.g. --Old: lo...
File: Advanced Filters07/28/19
This addon is not maintained anymor...
Posted By: Baertram
This addon is not maintained anymore and is throwing errors. Some of the filter plugins are not working with this version anymore. If you want to use an updated and maintained version: 1st: Logout ESO! 2nd: Uninstall the old version of "AdvancedFilters" completely (using Minion or manually deleting the whole folder "/AddOns/...
File: Advanced Filters - Updated07/28/19
Requested in the old and discontinu...
Posted By: Baertram
Requested in the old and discontinued addon AdvancedFilters: I would like to request an implementation of a toggle to include or ignore the rarity discrepancy of the motif type for trait filtering. Example: In Bank/Inventory: Light Shoulder, Training trait x2, Primal x1, Bosmer x1 In pop-up tool-tip it displays as: Light Sh...
File: Advanced Filters07/28/19
Re: Motif type selection feature request.
Posted By: Baertram
I would like to request an implementation of a toggle to include or ignore the rarity discrepancy of the motif type for trait filtering. Example: In Bank/Inventory: Light Shoulder, Training trait x2, Primal x1, Bosmer x1 In pop-up tool-tip it displays as: Light Shoulder, Training trait, Primal x1 Light Shoulder, Training tr...
File: Advanced Filters07/28/19
Re: [Suggestion] Location Filter
Posted By: Baertram
One feature I'd love to see is a filter by location, meaning in your inventory or in your bank. When I'm deconstructing things, I usually want to ONLY deconstruct stuff in my own inventory, as if I bother to put gear in my bank, it's usually for an alt, or another build. As such, it'd be nice to say "just show me the stuff in my...
File: Advanced Filters - Updated07/28/19
i can help I started doing psijic...
Posted By: Baertram
i can help I started doing psijic guild line and level 6 more accurate: Level 6 Black Marsh (Shadowfen, Deshaan) I had to view the map so I opened the inventory but the map was not there and in the comments of the AVG addon I found that this addon Maybe the problem is not in the Addon Advanced Filters - Updated (old Name: BETA) but...
File: WishList (Set item search&tracker/wanted Gear list)07/27/19
Re: Kudo's and feature request!
Posted By: Baertram
I absolutely love this addon. As I get older, so does my memory. Having one location to list all the gear I need across all of my alts is amazing. If there's one thing I'd really like to see added to this addon is a column that lets you know which trial or dungeon a piece drops from. Maybe even whether something is crafted etc......
File: LibSets (All set items ingame & preview. lua API + excel sheet)07/26/19
Hi, for the Sets 176 and Set 17...
Posted By: Baertram
Hi, for the Sets 176 and Set 177 the required researched Traits to craft this set values need to be swaped. You have to research 7 traits for Redistributor and 5 traits for Noble's Conquest. Snow Thanks for the hint, will have a look and correct this.
File: HowToSunspire07/25/19
2 things: 1: Your txt file is i...
Posted By: Baertram
2 things: 1: Your txt file is in UTF8 WITH BOM (byte order mark, HOWTO remove with Notepad++ e.g.) mode and this somehow disturbs the addon manager sometimes. Please remove the BOM on that file, thank you. 2: Please do NOT use LibStub anymore where not needed. Most libraries got a global variable now you can use to access th...
File: WishList (Set item search&tracker/wanted Gear list)07/23/19
I did this https://i.imgur.com/Z3fE...
Posted By: Baertram
I did this https://i.imgur.com/Z3fEbbF.png I got this https://i.imgur.com/v72hCMM.png and this https://i.imgur.com/S2dyk9T.png Last version Thanks for the info. Will have a look at the end of the week (currently on business trip). Found and fixed it.
File: WishList (Set item search&tracker/wanted Gear list)07/22/19
Re: Kudo's and feature request!
Posted By: Baertram
I absolutely love this addon. As I get older, so does my memory. Having one location to list all the gear I need across all of my alts is amazing. If there's one thing I'd really like to see added to this addon is a column that lets you know which trial or dungeon a piece drops from. Maybe even whether something is crafted etc......
File: PetKennel07/22/19
Re: Re: Re: little company pet as cats will be dismissed too ?
Posted By: Baertram
Thanks for the dungeon hide options!
File: FCO ItemSaver07/22/19
Re: FCO Itemsaver settings gone walkabout
Posted By: Baertram
Hi, please logout, then go to the SavedVariables folder and send me the file /live/SavedVariables/FCOItemSaver.lua Send it to my e-mail address please: [email protected] And specify in this email: -What sever you were palying on as the error happened (EU I think?) -What @account was used as the error message happened -Wh...
File: Advanced Filters - Updated07/21/19
Re: PTS
Posted By: Baertram
Hi Baertram, I tried version 1.5.17 on the pts and while I got no errors, the new summerset master furnisher's documents are hidden even when I'm on the "all" tab. In fact advanced filters says that my Inventory space is at 170/200 but only 165 items are shown. I'm not actually sure what the other two hidden items are (I only had...
File: PetKennel07/21/19
Thank you for this addon! Much appr...
Posted By: Baertram
Thank you for this addon! Much appreciated. One feature request: Dismiss non-combat pets inside dungeons (and delves). You could maybe check via IsUnitInDungeon("player") at an event_player_activated callback.
File: Advanced Filters - Updated07/21/19
Re: Collecting Problem
Posted By: Baertram
Most of the time when I try to collect the stuff from my bags like coffers. It will not allow me to collect the items. It will just show up with a black box next to the item where it is suppose to show the item description. 99% of the time i have to log out and back in to be allowed to collect my items. Hi, any chance you could te...
File: WishList (Set item search&tracker/wanted Gear list)07/19/19
You need this library now to run Wi...
Posted By: Baertram
You need this library now to run WishList: LibSets v0.06 or higher Version 2.5 (2019/07/19) -Added LibSets (see link above, please install it as standalone library!) usage and removed the set scan feature from WishList (which took some minutes). Data will be loaded from LibSts now which will make the scan process to be finishe...
File: LibItemsFetcher07/19/19
Your manifest txt file is missing t...
Posted By: Baertram
Your manifest txt file is missing the AddOnVersion: value. You should add it so the game won't load odler versions of your library if the newer one was already loaded before. Otherwise each loaded file of this library will overwrite the last loaded one and it will not care about the version of the library.