Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
burntorangejedi opened this issue Sep 17, 2024 · 2 comments
Assignees

Comments

@burntorangejedi
Copy link

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
Copy link

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
Copy link

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

#574

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To Triage
Development

No branches or pull requests

3 participants