This add-on enables filtering bank and bag items on type (e.g. equipment). The idea was borrowed from Combuctor (by Tuller). An extra button will be added to the top of ElvUI's bank and bags container.
You can show your appreciation and support future development by donating!
is there a way to filter the bag by expension? Or adding filters by myself?
No longer works with newestest version on WotLK Classic ElvUI_BagFilter-v7.9.zip. Click any filter and nothing happens, reverting to older version 7.8
Is there a way to re-classify items? There are Quest items showing up under Consumables. I'd love to be able to update the filter logic.
I was a huuuge fan of Combuctor back in the day so love to see this. Can you give me some advice on what changes I'd need to make to the code to make bound to the right side of the bag, and not the left side?
Thanks!
In reply to zefrogi:
I think you have another add-on in mind. This one doesn't bind to either side.
Hello can you try this update code plz
{ L.Misc, 'Interface/Icons/INV_Misc_Rune_01',
function(location, link, type, subType)
return type == LE_ITEM_CLASS_MISCELLANEOUS or
type == LE_ITEM_CLASS_CONTAINER;
end
},
{ L.BattlePets, 'Interface/Icons/INV_Pet_BattlePetTraining',
function(location, link, type, subType)
return type == LE_ITEM_CLASS_BATTLEPETS or
(type == LE_ITEM_CLASS_MISCELLANEOUS and
subType == 2);
end
},
note : LE_ITEM_CLASS_BATTLEPETS <-- is good, a blizzard bug ^^
In reply to Darkwirbel:
Done...
Hi, i have a problem with ELVUI 12.15 - i press B but don't open anything. I have only elvui installed and activated.
In reply to How2Survive:
I'm not an author of ElvUI. You better visit tukui.org
I love this, but is there anyway to add a new filter for "Newly received items" ? This can help alot.
In reply to pawnzee:
Done...
In reply to Warmexx_:
Lovely! thanks alot
classic version will not work for bank, the search edit box is very big and no another icon is visible... for bag is all ok
Edit: with the last elvui v1.08 it will work, i think, bank search was changed or implemented here...
Any chance of an Classic update?
In reply to KnightDemons:
Classic version is available.
In reply to Warmexx_:
But not work. I don't see filter
Needs updating for BFA 8.2 as changes/updates to ELVUI have rendered this un-usable atm.
ERROR MESSAGE AT LOGIN:
Message: Interface\AddOns\ElvUI_BagFilter\BagFilter.lua:10: attempt to compare number with table
Time: Fri Aug 2 13:22:17 2019
Count: 104
Stack: Interface\AddOns\ElvUI_BagFilter\BagFilter.lua:10: attempt to compare number with table
[C]: ?
Interface\AddOns\ElvUI_BagFilter\BagFilter.lua:10: in function <Interface\AddOns\ElvUI_BagFilter\BagFilter.lua:9>
[C]: in function `UpdateSlot'
Interface\AddOns\ElvUI\Modules\bags\Bags.lua:1176: in function <Interface\AddOns\ElvUI\Modules\bags\Bags.lua:933>
[C]: in function `Layout'
Interface\AddOns\ElvUI\Modules\bags\Bags.lua:2512: in function <Interface\AddOns\ElvUI\Modules\bags\Bags.lua:2425>
[C]: ?
Interface\AddOns\ElvUI\Core\Core.lua:1205: in function `CallLoadFunc'
Interface\AddOns\ElvUI\Core\Core.lua:1220: in function `CallLoadedModule'
Interface\AddOns\ElvUI\Core\Core.lua:1246: in function `InitializeModules'
Interface\AddOns\ElvUI\Core\Core.lua:1461: in function `Initialize'
Interface\AddOns\ElvUI\init.lua:231: in function <Interface\AddOns\ElvUI\init.lua:230>
Locals:
Thanks so much for updating!
Could you add a filter for Champion Equipment, or add a way to add a filter using LibPeriodicTable?
Hello !
Nice addon for elvui, is there a way to put a tag (text or icon) on Bind on Equip items to track them quickly ? Would be very useful :)
Thx!