Cidan / BetterBags

A total replacement AddOn for World of Warcraft bag frames, inspired by AdiBags.
MIT License
89 stars 39 forks source link

[Feature]: Category for loot boxes #282

Open JH0Ni-github opened 8 months ago

JH0Ni-github commented 8 months ago

Describe the feature

I'd like BetterBags to categorize loot boxes from weekly quests, pvp rewards, paragon chests etc. under one "Openable" category. Preferably prioritized high, so appearing near the top of combined bag view, as these tend to be what players always open when they see them in their bags.

Describe the implementation

AdiBags had this feature working great, not sure if it was via plugin or not.

SpareSimian commented 8 months ago

I'm doing this for Shadowlands boxes with my plugin, using the data.containerInfo.hasLoot property. See near the end here:

https://github.com/SpareSimian/BetterBagsShadowlands/blob/main/Main.lua

I could easily factor this into a separate plugin.