Cidan / BetterBags

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

[Feature]: differentiate between reagent bag vs. warband bag when depositing reagents #703

Open burntorangejedi opened 1 month ago

burntorangejedi commented 1 month ago

Describe the feature

Today, no matter what my professions, or what I have in my personal Reagent Bank, whenever I right-click the primary BetterBags icon it takes everything from everywhere and deposits it into the warbank. This is sometimes a good thing, but there are instances where I'd rather leave my items in my personal Reagent Bank (e.g. when crafting, or selling). Today, I have to "deposit all" then go back to my Warbank tab and move the ones I want to keep over to my backpack, then move them from my backpack back into my personal Reagent Bank.

Describe the implementation

Confgurable option on the "deposit all warbank items" to ignore either certain categories, or if there is something already in my Reagent Bank to move it there, or something. Not exactly sure the best way to do this, but I'm thinking a configurable list of categories would go to Reagent Bank, and everything else would go to the appropriate warbank tab.

Debuggernaut commented 4 weeks ago

Hey guys, I was tired of having to turn BetterBags off temporarily to hit the "Deposit items into warbank" button, so I looked up how to do it with a macro:

C_Bank.AutoDepositItemsIntoBank(Enum.BankType.Account);

Could be useful if you end up adding this into the addon later too

Debuggernaut commented 4 weeks ago

oh wait, I see now that this functionality is already there, lol

https://github.com/Cidan/BetterBags/pull/574

Thanks!