BetterBags - ItemRack

BetterBags - ItemRack

24.3k Downloads

Can itemrack set categories be given a higher priority than custom query categories?

tstirrat opened this issue · 4 comments

commented

This could be a question for BetterBags, but wanted to ask it here just in case there's a way to create categories with "priority".

I have some custom queries as categories and I would like ItemRack sets to take priority over them.

e.g.

  • Custom category (search query): name: T1, search: "Giantstalker"
  • Only one of those items added to a set

Expected
I would prefer it to show in the ItemRack set category instead of the T1 category

Actual
The item remains in the custom category always

I've tried setting the "priority" of the T1 category between 1 and 99 and nothing helps, it always takes priority. The ItemRack set categories have no priority option on them. I'm not sure how these two things differ

commented

Ah alright got it.

Just for completeness sake if someone stumbles upon this, so you basically have to add something along these lines to your search based category:

and not category = "Set:" and not category = "Sets:"
commented

I think I can add a priority to the category on creation, but so far I haven't done this to avoid interfering with peoples custom categories. Can take a look at what can be done here

commented

Though you can set a priority on the category, the value does not seem to have any effect when compared to a Search category. So perhaps this is a BetterBags issue

commented

Looks like it's a feature not a bug: Cidan/BetterBags#586