Baganator

Baganator

1M Downloads

Prevent new loot going into ignored slots

prov007 opened this issue ยท 3 comments

commented

Fantastic addon, thank you

Just wondered if there is a way to prevent new loot going into my ignored slots, i have 12 slots ignored when sorting and wish there was a way to block them slots apart from items i place in there

Also is there a way to blacklist items from tooltip counts like Hearthstones etc as don't need to know that i have that item on every character

Once again this is the best Bag Addon ever, does 99% of everything i need so thank you

commented

I'm glad you like it.

It isn't possible to block the loot from being placed there initially. However it could be coded to move any new items out of those slots automatically after combat ends (can't move items automatically during combat, Blizzard restrictions). What do you think?

commented

That's sounds like a great work around, or would it be possible for an option for new loot to be added to the bottom of the frame (the last bag).
I know nothing regarding the complexity of any of this and you already have a masterpiece in this addon so i'm sure going forward the addon will be great.

Thank you

commented

This https://us.battle.net/support/en/article/45020 will let you change which bag the loot goes in, which will let you tell the game to use your last bag for loot rather than the first one.

Loot Order

Default (Right-to-Left)

/run C_Container.SetInsertItemsLeftToRight(false)

Reverse (Left-to-Right)

/run C_Container.SetInsertItemsLeftToRight(true)
These options will only determine which bag position looting or sorting starts in. Bags still get automatically filled from the upper left corner to the lower right corner.