TBC-SortBag ignore
Delte opened this issue ยท 3 comments
is there any posibility activate ignore SortBag for specific bags, atleast with script command? as i see ignore part is disabled in lua.
when i edited my SortBag.lua its work well with script command.
Which specific? The ignore part is only available for blizzard bags index.
For example, when you open your all five bags, you can ignore one of them with that code.
But in ndui, all bag slots combine together, which makes the ignore code invalid.
And that's the reason why I commented out the ignore code in there.
if you uncommented this part it works with
/run SetBagSlotFlag(bagId, LE_BAG_FILTER_FLAG_IGNORE_CLEANUP, Boolean)
/run SetBankBagSlotFlag(bagId, LE_BAG_FILTER_FLAG_IGNORE_CLEANUP, Boolean)