BetterBags

BetterBags

1M Downloads

[Feature]: Category for loot boxes

JH0Ni-github opened this issue ยท 1 comments

commented

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.

commented

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.