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.
create post with google translation
Hello,
I write this post to show you the changes that I made at the level of translation frFR
I changed the \ 195 \ 131 \ 194 \ 169 to \ 195 \ 169 for the "é" format \ xxx \ xxx \ xxx \ xxx does not work and I have a few corrections.
I add a "local L = core.L" in files and config.lua ldb.lua
I add an " L[ ] " in all lines of text
example:
original
local options = {
name = "Config", desc = "Basic settings", type = "group", order = 10,
modified
local options = {
name = L["Config"], desc = L["Basic_settings"], type = "group", order = 10,
I do not know if the punctuation were valid in the key value so I've written all letter and I replaced the spaces with underscores
" : " colon
" , " comma
" . " stopfull
" - " dash
" word-word " hyphen
" () " bracket
" " " " inverted_commas
example:
original
local help_options = {
name = "BankStack Help", type="group",
args = {
header = { name = "BankStack: Things in your bags, they move", type = "header", order = 10, },
modified
local help_options = {
name = L["BankStack_Help"], type="group",
args = {
header = { name = L["BankStack_colon_space_Things_in_your_bags_comma_they_move"], type = "header", order = 10, },
I did the translation that I added to the file and local.frFr.lua local.enUS.lua
Addon works again but I do not know if everything is good,
I noticed that after the translation checkbox text are moved (alphabetically different) and I do not know if the text corresponds with the correct checkbox
the addon is not translated Entirely I have not touched the file core.lua
I want to know how to send you the files for audits, in order to integrate them in a future update if it suits you :)
thank you
Thank you for responding. Yes, i had the latest update, and I've tried every single possible option... including the one you mentioned.
hi,
everytime i do /sort guild
2-5 seconds later it says Confusion. Stopping
and rarely Internal guild error.
i tried everything. I keep getting "confussion stopping" when i try to /sort guild .. i get the error seconds later.
The addon still organizes my bag / gbank if when i click/ alt click.. but i need to organize across all vaults. thx
Are you using v31? And in your BankStack options, in the "Advanced" section, is the option to be conservative checked?
Are the guild bank tabs predefined numbers for the ignore feature, such as your bags are: 0, 1, 2, 3, 4 and your bank is: -1, 5, 6, 7, 8, 9, 10, 11?
Guild is 51,52,53,54,55,56,57,58. I should probably put that in the description.
hello,
I sort my guild bank with version 31 and I perceived that ranks items by quality and not by nature so in a given type items will not be stored after.
the current sort is:
items (blue)
hunter ink (green)
Ebon pigment (green)
Perfect Brilliant Carnelian (green)
Brilliant Carnelian (green)
other items (white)
Moonglow Ink (white)
Ashen Pigment (white)
I would like to be the sort of way
items (blue)
hunter ink (green)
Moonglow Ink (white)
items (blue)
Perfect Brilliant Carnelian (green)
Brilliant Carnelian (green)
items (white)
items (blue)
Ebon pigment (green)
Ashen Pigment (white)
items (white)
other items (white)
sort by type and then by any quality inks and pigment stones and the ....
is there a option to do this or that is a fault of the game or addon?
thank you
Major bug. Whenever I try to sort my bags, my wow actually freezes. Here is the error message I get in between wow freezes:
Message: Interface\AddOns\BankStack\sort.lua:161: attempt to compare number with nil
Time: 03/15/13 21:05:45
Count: 1
Stack: Interface\AddOns\BankStack\sort.lua:161: in function <Interface\AddOns\BankStack\sort.lua:114>
[C]: in function `sort'
Interface\AddOns\BankStack\sort.lua:228: in function `Sort'
Interface\AddOns\BankStack\sort.lua:35: in function <Interface\AddOns\BankStack\sort.lua:12>
Interface\AddOns\BankStack\core.lua:446: in function `?'
Interface\AddOns\BankStack\auto.lua:68: in function <Interface\AddOns\BankStack\auto.lua:66>
[string "safecall Dispatcher[1]"]:4: in function <[string "safecall Dispatcher[1]"]:4>
[C]: ?
[string "safecall Dispatcher[1]"]:13: in function `?'
...ist\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: in function `Fire'
Interface\AddOns\BankStack\core.lua:457: in function `?'
...ist\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147: in function <...ist\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
[string "safecall Dispatcher[1]"]:4: in function <[string "safecall Dispatcher[1]"]:4>
[C]: ?
[string "safecall Dispatcher[1]"]:13: in function `?'
...ist\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: in function `Fire'
...s\AckisRecipeList\libs\AceEvent-3.0\AceEvent-3.0.lua:120: in function <...s\AckisRecipeList\libs\AceEvent-3.0\AceEvent-3.0.lua:119>
Locals: <none>
It shouldn't freeze any more.
There is, in fact: /compress
Is there any way to mkae the add on just stack items in your bags or bank (not from one to other) without sorting? I have a set up I like but the addon wants to make its own, only thing I reall want is to beable to stack stackables to free up space if they are spread out?
I was just about to make a comment on this. Since 5.2 Guild sorting/filling/stacking stopped working at max settings... I'm not sure what blizzard did, but it totally broke 1 of the most important features to me. I'm constantly farming mats and I like that I can quickly dump/sort all i've gathered.
@Kemayo
Great addon and I'm sure you're already working on a fix. Thanks!
Kemayo we are all having the same issue with the sort guild function timing out and trying to pick something up in the cursor. I along with most do have the cautious guild function checked along with all timing options to the max. Is there a work around ? I believe this addon is one of the best most of us have came accross. Would be great if you could get it working again.
I believe I have it fixed in "cautious" mode. No promises if that's been disabled, yet.
Encountering the same issue, but only with guild vault. Bank vault and bags still works fine.
I'm encountering an odd problem when trying to sort my guild bank. It keeps stopping as it appears to force me to pick something up and then can't decide what to do next. I have to right click to get rid of what I was holding and try again, but it persist in doing it.
Edit: Oh, I see someone else had the same problem, I'll try fiddling with it to see if it fixes itself.
i have the same problem :( please fix it
I can't test this because of the other issue that a bunch have posted about bank sorting stopping.
Hello, thanks for the awesome addon.
Is there anyway I can have the addon sort my entire gbank, not just one vault.
For instance, I need it to bring all the cloth scattered among the vaults in one vault.
thanks