Results: 6042Comments by: Baertram
File: Advanced Filters - Updated11/29/20
Re: Re: Strange Message
Posted By: Baertram
Yes, I forgot to remove debug messages. They were fixed with the last update to 1.6.0.4. After the latest update (1.6.0.3) I got the following message: !!!!!!!!!!!!!!CHANGEFILTER AF.currentInvType = 1, currentFilter: 0 >>ThrottledUpdate - ChangeFilterInventory, currentInvType: 1 (spams these 2 lines several times. ) I...
File: Advanced Filters - Updated11/29/20
Re: Level filters
Posted By: Baertram
Baertram, Can you please uncouple cp150 from cp160? To be honest, I don't know a single reason to keep 150 stuff about, and generally manually add a line showing anything under 160 to decon that, but that gets killed with every update. (And I don't know ESO add-on structure well enough to make something that will override/add t...
File: Advanced Filters - Updated11/29/20
Re: Re: Re: Re: weird bug
Posted By: Baertram
Now the published new one seems to make a HUGE (~1.5 item lines) gap between the titles and the items themselves at decon/improve interfaces. Refine is ok. Does not happen for me? Do you use PerfectPixel addon and got it enabled as it happens? There I'm able to reproduce it sometimes. Edit. Now I was able to rebuild it. Invent...
File: Cleaner HUD11/26/20
Please someone help me out! Is ther...
Posted By: Baertram
Please someone help me out! Is there anything I can do to the code to get rid of the abbreviated health, magicka, and stamina numbers? Either to give them full values or remove them completely? Thank youuuuu if you could help! Resource numbers can be turned off in the normal game settings: Settings > Combat > Resource Numbers....
File: WishList (Set item search&tracker/wanted Gear list)11/26/20
Re: roaring opurtunist perfected x
Posted By: Baertram
wishlist does not alerting on drops for Roaring Oportunist Perfected items, I guess probably because the names in wishlist are in the wrong order. The perfected items called "Roaring Oportunist Perfected X" while whishlist entry reads " Perfected Roaring Oportunist X" The name does not matter at all. The itemIds of the items loote...
File: Advanced Filters - Updated11/26/20
Re: weird bug
Posted By: Baertram
EDIT 2020-11-26, 10pm CET Please try the linked beta version (check the bottom of the 1st sticky comment above for the link and instructions). Should fix the issue. It only happened btw if you had opened a crafting table at least once before you opened the guild store or quickslots. ----------------------------------------------...
File: LibSaveToDisk11/26/20
Hey Tomtomhotep, pelase remove l...
Posted By: Baertram
Hey Tomtomhotep, pelase remove libStub from that library. LibStub is obsolete since Summerset and shouldn't be used anymore. Just use the designed manifest txt entries like ## IsLibrary: true and ## AddOnversion: integer so that the game handles what LibStub did. Remove the calls AND the DependsOn and just provide a global va...
File: FCO ItemSaver11/26/20
Re: Re: Re: BankManager...
Posted By: Baertram
If you use the slim edition just tell the author to change the lines from this: if FCOIS and FCOIS.IsMarked then return FCOIS.IsMarked(bagid, slotindex, -1) end to this: if FCOIS and FCOIS.IsLocked then return FCOIS.IsLocked(bagid, slotindex) end Or use a text editor and change it yourself in the BankManager...
File: Bank Manager Revived (Jewelry Crafting fix)11/26/20
The addon includes outdated librari...
Posted By: Baertram
The addon includes outdated libraries in the subfolder "libs" and it's still using LibStub. So this addon will break others. Here is an updated version I have created + changed the FCOIS checks in it. Hope it works, pleaese try this. !!!BUT ATTENTION: LOGOUT AND DELETE YOUR COMPLETE folder live/Addons/BankManagerRevived BEFORE...
File: FCO ItemSaver11/26/20
Re: BankManager...
Posted By: Baertram
I tried using dynamic icons and other things but I can not seem to get the items I set to sell to guild store to be moved to my guild bank or player bank. Seem Bankmanager treats them all as locked. Is there a setting to use an icon for FCO itemsaver without locking the item so it can be moved to the bank/Gbank with Bankmanager? E...
File: rChat11/25/20
Okay, seems to be similar to my obs...
Posted By: Baertram
Okay, seems to be similar to my observations (myself needed to send something as response). Sometimes the charactername was missing then, bt this depends on the settings if e.g. @accountName/charname or charName/@accountname was used. Thanks. If you find out what triggers this I'd be glad to get a hint for pChat as well. I person...
File: rChat11/25/20
If you find out what triggers this...
Posted By: Baertram
If you find out what triggers this I'd be glad to get a hint for pChat as well. I personally never had this issue, I guess it's because of another addon. Hey man I have an issue that is somewhat annoying. When i send /w to someone I do not see that persons name or account name in a /w I sent What I see once the tell is sent is...
File: Advanced Filters - Updated11/25/20
I have run into a weird visual bug....
Posted By: Baertram
I have run into a weird visual bug. When I log in, do a daily writ (any crafting I presume?) and open the sell interface of a guild trader afterwards, the inventory list will be misaligned by one line, colliding with the UI. https://i.imgur.com/Ch0uLYO.png After a while of testing different combination of addons, I realized I...
File: Advanced Filters - Updated11/24/20
Re: Re: Re: Error after 11/23 Patch
Posted By: Baertram
Just reinstall the newest version I had uploaded yesterday and make sure you are logged out as you update addons! LibMotifCategories does NOTHING on the UI so you are wrong there for sure... And yes AF depends on this lib so it will not work without the lib. That's normal. But even if you use it will ONLY affect the entries of t...
File: Advanced Filters - Updated11/24/20
Re: Error after 11/23 Patch
Posted By: Baertram
After the last ZoS patch, Advanced Filters menu is misplaced, an error msg shows up. I can't upload the image here, sorry. Did you even think about updating your addons? It's fixed since yesterday :confused: About the error message: Please read the sticky post above, especially the section how to report an error and follow it. E...
File: BindAll (Sticker Book Collector)11/24/20
Just an idea but maybe add support...
Posted By: Baertram
Just an idea but maybe add support for FCOItemSaver? -> Marked items with e.g. the "sell at guildstore" icon could "be saved" so they are not bound automatically. Add to your addon's manifest txt file: ## OptionalDependsOn: FCOItemSaver The API to check this with FCOIS would be: local function checkIfFCOISProtectsGuildStor...
File: SimpleDPS Meter11/23/20
Welcome to addon development. A hin...
Posted By: Baertram
Welcome to addon development. A hint just in case you didn't know: There is already a library for an addon config menu providing controls (label, dropdown, color picker, icon picker, sliders, and custom controls ifyou like to add your own) etc. to work with. https://www.esoui.com/downloads/info7-LibAddonMenu.html
File: Advanced Filters - Updated11/23/20
Still no correct bug report sorry....
Posted By: Baertram
Still no correct bug report sorry. Last hint: "like described in the 1st sticky post here in the comments above". Before posting error messages or bugs: Read this first: Especially the sections "lua error messages" and "How to report a lua error message/a bug to the developers" I cannot find any bugs if you do not provide prop...
File: PerfectPixel11/23/20
It's an AF probem or well, it's ZOs...
Posted By: Baertram
It's an AF probem or well, it's ZOs :D On the new beta, the Advanced Filters addon causes the categories to draw in the wrong place or this is an effect from today's update? I don't know if this is an Advanced Filters problem or PerfectPixel? Here is a picture of the problem, Link to image Please download the new beta file...
File: Advanced Filters - Updated11/23/20
Thanks code65536! Another change t...
Posted By: Baertram
Thanks code65536! Another change that noone requested as it seems @ZOs :( For some reason the last selected category is not being remembered when inventory is opened and closed. That's not related to advanced filters, but is one of the changes that they made to this morning's patch. Specifically, they added a...
File: Advanced Filters - Updated11/23/20
What errors? Post the error message...
Posted By: Baertram
What errors? Post the error message please if you get errors like described in the sticky post above or I'll ignore your post. Or was it only the visual offset problem mentioned below? Will be fixed as I find the time. 2: Depends on you! If you are fine with Zos vanilla UI filters it will be obsolete for you I guess. Bu it isn't f...
File: Advanced Filters - Updated11/23/20
It looks like changing AF_FilterBar...
Posted By: Baertram
It looks like changing AF_FilterBar.lua, line 40 from local _,_,_,_,_,offsetY = ZO_PlayerInventorySortBy:GetAnchor() to local _,_,_,_,_,offsetY = ZO_PlayerInventoryTabs:GetAnchor() seems to at least fix the positioning on my end. Thanks, but that's not all for all panels ;) You could even change it to local off...
File: Advanced Filters - Updated11/23/20
Re: v6.2.7 seems to have broke Advanced Filters.
Posted By: Baertram
I guess the patch today broke the addon. The alignment is down from the top to now in the middle of the inventory. I disabled all addons expect Advanced Filters to be sure. Yeah they changed the layoutData and offsets, again... Guys, I know you noticed this and we already wrote about the offset bug in the inventory (see bug repor...
File: Hyper Tanking Tools11/23/20
There also are others like Bug Catc...
Posted By: Baertram
There also are others like Bug Catcher or if you got DebugLogViewer enabled (depends on the glorious LibDebugLogger) all lua error messages will be shown in the DebugLogViewer quickviewer or normal UI only! ->So disable DebugLogViewer if playing normally e.g.
File: Auto Recharge (and repair)11/23/20
IMPORTANT: With version 2.67: The S...
Posted By: Baertram
IMPORTANT: With version 2.67: The SavedVariables changed to server dependent ones. You need to setup your SavedVariables new! LOGOUT and BACKUP your SavedVariables before updating from version 2.66 Version 2.68 -Fixed LAM settings checkbox for account wide settings to be saved server dependent -> Please check your settings afte...