BankStack
BankStack is the leading cause of things moving in your bags and bank.
It:
- sorts your inventory, bank, or guild bank
- fills incomplete stacks in your bank with items from your inventory
- compresses your bags by filling incomplete stacks within them
- puts a chicken in every pot, and pot in every chicken
Quick command reference:
/bankstack
: show configuration/sort
: rearrange your bags/sort bank
: rearrange your bank/stack
: fills stacks in your bank from your bags/stack bank bags
: fills stacks in your bags from your bank/stack {group1} {group2}
: fills stacks in group2 from group1/compress
: merges stacks in your bags/compress bank
: merges stacks in your bank/compress {group}
: merges stacks in group/fill
: fill empty slots in your bank from your bags/fill {group1} {group2}
: fill empty slots in group2 from group1
In the /bankstack configuration you'll find sections for "ignore" and "groups". Here's a bit of elaboration on the syntax for those parts.
You need, regrettably, to hear about bag ids first. Each bag has a number which addons use to interact with it.
Your bags are: 0, 1, 2, 3, 4 Your bank is: -1, 5, 6, 7, 8, 9, 10, 11 Your guild bank is: 51, 52, 53, 54, 55, 56, 57, 58
To ignore slot 1 of bag 0, the first slot in your backpack, go to the "ignore" panel and put "0 1" into the textfield and click "okay".
Groups are similar. Let's say that you're a herbalist, and only want to do some things to your herb bags.
You could put this into the "groups" textbox: herbs 3,4 Or this: bankherbs 10,11
You now have two custom groups, herbs and bankherbs. Presumably you keep massive herb bags in slots 3 and 4, and are making lots of money from this because you have the two most expensive bank slots as well (10 and 11).
Having created these groups you could:
/stack herbs bankherbs
Which would fill up stacks in your bank herb bags from stacks in your personal herb bags.
Predefined groups are: bank, bags, guild, all, and a few more. Click the "list" button in the groups config to see these.
In reply to cursesj:
In reply to Forgent:
For those who have issues with the guild bank sort, add QueryGuildBankTab(tab) to the below function as highlighted and the guild bank sorting issues should go away.
Please update this for 7.3 .
Are there any plans to update this? Since 7.3 dropped it constantly gets confused during a guild sort and aborts.
I was looking for an add-on that can sort individual guild bank tabs similarly to the way character banks can be sorted with Bagnon or the default UI. This one seems to do the trick but I haven't tried it yet.
However, my guess is that the problem you're experiencing with 7.3 is related to the way sound calls changed with this patch. The add-on author will need to comb through his code and change his sound call IDs to match the new system. Again, just a guess.
Go here to report your issue:
https://www.wowace.com/projects/bank-stack/issues
There is no PlaySound usage by BankStack.
I do intend to. Guild sorting is never my highest priority, because it's hard to test well, but I'll look at it.
I really wish they would just add a per tab base UI sort button like they've done with personal bags/bank.
In reply to Sethkrazz:
Reporting bug
from BugGrabber+Bugsack
The korean below means "Addon tried to call the protected function"
When clicking pvp queue button,
5x [ADDON_ACTION_FORBIDDEN] 애드온 'BankStack' 보호된 함수 호출 'JoinBattlefield()'.
!BugGrabber\BugGrabber.lua:573: in function <!BugGrabber\BugGrabber.lua:573>
[C]: in function `JoinBattlefield'
Blizzard_PVPUI\Blizzard_PVPUI-1.0.lua:551: in function `HonorFrame_Queue'
[string "*:OnClick"]:2: in function <[string "*:OnClick"]:1>
Locals:
nil
Sort or compress across ALL guild bank tabs:
* Create/Add a group (e.g. "GB 51,52,53,54,55,56,57,58")
* Go to Guild Bank
* Type "/sort GB" or "/compress GB"
The /compress across all guildbank tabs is a huge space saver.
* Should probably only use the #s for the guild bank slots you actually have (e.g. 51=1, 52=2 ... 57=7, 58=8)
Can also do non-consecutive bags too, e.g. "GB 51,53,55,56" or by content type, e.g. "GB-Ore 51,52" "GB-Herbs 53,56", etc and sort (or compress) by those (e.g. /sort GB-Ore).
having issues with sorting on just 1 character! love this addon! this is the only issue i've had so far with it :) no matter what I try my stuff is stacking weird. http://imgur.com/a/rehS1
I was curious if you were going to optimize the guild bank sorting? Right now I have an Alt bank, where everything is in 7 tabs, all junk. The pain in the butt part is I have to withdraw the first tab and put into empty slots of other taps then do /sort guild, otherwise, I get sorting problems "confused". I do this for every tab, I empty the next tab when it gets to that tab, and put into other lower tabs till it eventually is completely sorted. This takes a good hour to do. Very annoying when it feels like it's getting confused a little too much. lol. Other than that, this is actually one of my TOP 10 addons. If having to reinstall, this is actually right there, one of the first to be downloaded. :)
Thank you very much :)
P.S If there are any other sorting add-ons you might recommend to go with this addon? I sometimes use Gbanker to withdraw the whole tab to deposit into other tabs.
For a guild bank, and the user is the GM, how can you sort all the items between tabs? Not just a single tab at a time.
Is there anyway to create separate sorting for Artifact Power and Artifact Relics? Right now, they get lumped in with all the other purple/blue/green items and they can be a pain to find when bags are getting full. Thanks!
Yes please, I would also like this. Maybe have the artifact power items sorted to just before/after the quest items (or at the end of your bags after the junk items). Would make finding them a heck of a lot easier.
If it helps, Artifact power items have an "InstanceDifficultyID" of 8388608 in their hyperlinks. So, if you get the item's hyperlink and look for that id, it should identify it as an artifact power item. That is, if there isn't a better way of identifying them.
So this cannot move every item I have room for regardless of stackability from bank to bag ?
It seems like the commands are clear to go the other way around..