Thread Tools Display Modes
01/15/21, 12:51 AM   #1
VictorDDT
Join Date: Dec 2020
Posts: 6
Question Craft filter in the inventory

Does anybody know an Addon which allows to filter inventory (Armor and Weapon) by craft areas (Clothes, Woodworking, Blacksmith, etc.)?
  Reply With Quote
01/15/21, 02:47 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Advanced Filters does this already.
But: The inventory cannot be split into exactly these crafting types as it comes prefiltered with standard categories (weapons, armor are strictly divided e.g. and cannot be combined on 1 filter to show "Smithing"). Same for Shields and staffs which are armor and weapons -> Not possible to combine them.
AF is providing subfilters for the given top category filters + plugins in the dropdown boxes which help you to filter them even more.
But that's all you will get as an addon ecept someone is totally rewriting the inventory...

A helper could be that AF is filtering the crafting inventories at the crafting stations as well,
and in addition FCO CraftFilter provides ways to switch between "Show bank", "Show only inventory", "Show both", "Only show craftbag" (at refine panel).

Another addon to help would be Inventory Insight as it also provides similar filters but shows ALL your toons/characters + bank + guild bank inventories in one UI.

Last edited by Baertram : 01/15/21 at 02:49 AM.
  Reply With Quote
01/15/21, 03:00 AM   #3
VictorDDT
Join Date: Dec 2020
Posts: 6
Oh it's Mr. Baertram in propria persona! I'm glad to see you

I've tested Advanced Filter. It's very comfortable but I didn't find the way to filter out "Clothing" or "Woodworking" items from my list.

Did I understand you right that it's basically NOT possible to split items into Crafting areas in the inventory?
  Reply With Quote
01/15/21, 05:56 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Yes, correct. It's not possible without breaking the total inventory and having to re-write Zos code a lot!
I bet noone is going to try this except in an own UI (like Inventory Insight does), not using the vanilla UI inventory.

Here is what to select for the craftings with vanilla UI:
Clothing: Armor->Light + Medium
Woodworking: Armor->Shields, Weapons->Staffs (Deconstruction, Healing) + Bows
Smithing: Armor->Heavy, Weapons->1hd + 2hd
Jewelry: Jewelry

As you can see this is not possible to show on 1 tab so you need to select them after another.

Last edited by Baertram : 01/15/21 at 05:59 AM.
  Reply With Quote
01/15/21, 02:01 PM   #5
Shadowfen
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 83
AutoCategory can separate out categories - you just have to create the categories and add them to the bag view where you want them applied.

For instance a clothing category could be defined as
Code:
type("armor") and armortype("light","medium")
and added to the backpack to create a clothing section with all the items that are armor and either light or medium.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Craft filter in the inventory

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off