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/sort account
: rearrange your warband bank/sort guild
: rearrange your guild bank/sort {group}
: rearrange whatever group of bags you choose/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/squash {group}
: fill up the front of the group, without sorting anything/shuffle {group}
: completely randomly rearrange the contents of this group
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.
Unfortunately, what number maps to what bag varies depending on game type. Take a look at https://warcraft.wiki.gg/wiki/BagID
The guild bank is a whole different system, and BankStack has made up the following fake bag ids for it: 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, account, guild, all, and a few more.
Click the "list" button in the groups config to see a full list.
I hope it gets specific item ignore to at a time.
Great addon!
First thx for a great piece of coding work. Second, a wish, I know this sounds insane but . . . I have a bank alt that is a guild of one with 4 guild bank tabs and 4 toons that I play regularly, (all alliance and all on the same realm), I am not sure how it could be implemented but, it sure would be insanely nice if I could organize all my junk on all 5 toons and the guild bank for my bank alt so that I am optimizing bank slot usage and space across all 5 toons so that I don't have 3 partial stacks of arcane dust in three different locations across three different toons. I know this would be crazy to implement but a pack rat could always hope. Thanks for even reading this far. :D
I'm looking for a mod that I can set up to take specific items out of my guild bank and put them into specific slots in my bags and vice versa. Or a mod that can take items that are already in my bank or bags and put them into pre determined slots with a button press. Is this the mod I'm looking for?
Contrary to what you apparently experienced and made note of in r124, Kemayo, yes, there was a major problem with the added ruRU locale in r120. Thus the change I made in r121.
On a USEng client/server, WoW 3.0.9 live, with the "Verbosity" option set to "2", if moves were made (clicking the LDB display to "Sort Bags", CTRL-clicking the display to "Compress stacks in bags", etc.), Russian text would appear in the chat window where English should have been. On the other hand, if no moves were made, "BankStack: Perfection already exists" displayed as it should.
Thus the reason for the TOC modification to stop the poorly done locale from loading by default.
With your current r125 (using AceLocale), though, no more problems :).
when i sort it treats my herb bag as an isolated bag it wont put herbs in it or take them out, very minor problem
The other thing is that when sorting Cards like lunacy or nobles (or any other card, is that it seperates them by number (aces twos threes) instead of by card, ie it should put lunacy cards with other lunacy cards ect.
all in all great app though and it can sort the guild bank
Someone tried to add an ruRU translation in r120 and it's now showing Russian text in some places under enUS.
Cheers!
Would be nice if the author put the link (or same information) in the description here.
Would be great with a description and some more info about this addon ;)
koKR Locale
Download : http://www.somegate.com/upload_new/2009-03/BankStack.koKR.zip
When I type: "/bankstack ignore add 0 1" the interface menu is just opened..
typing "0 1" in the ignore add field seems to do nothing.
Change: validate = function(_, v) return string.match(v, "^%d+ %d+$") end,
To: -- validate = function(_, v) return string.match(v, "^%d+ %d+$") end,
string.match(v, "^%d+ %d+$")
to:
string.match(v, "^([-%d]+) (%d+)$")
would fix the problem as well. So that it is just like the string.match on line 60. I'm not very good with regex though so...
But if that does work we may as well just comment or delete the line because the validation is just repeating code which shouldn't be necessary here.
I haven't figured out yet how to ignore an entire bag yet. I'll try a few different things.
If you want guild tabs to be sorted individually
/sort guildN where N is the tab number
For example, if you want the second tab sorted, you would type
/sort guild2
/sort bank -- sorts your bank
/sort guild1 -- sorts guild bank tab 1 (then use guild2, guild3 etc...)