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
Code:
/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
/bankstack -- show configuration
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
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:
Code:
/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.
Planned Features:
Suggest something?
Change Log - BankStack
14:
Bump ye-olde-TOC
LibDBIcon included so that people without a broker display will have a minimap icon
13:
Bump ye-olde-TOC
12 (r126):
Make the default DB profile not be per-char.
Add ruRU, zhCN, deDE, koKR localizations.
11 (r119):
It's been six months... bump that TOC!
Switch it to a LDB dataobject instead of a FuBar plugin. (Use Broker2FuBar if you want to get it into FuBar.)
Fix some bugs with ignoring and groups.
10 (r79704):
Option to move soulbound items to the front.
Broke out the FuBar plugin into its own addon. (And actually embed all the FuBar libs, which means it'll reliably show up on FuBar.)
"Tiny adjustment which stops the sorter from crashing when comparing two 'unknown typed' items." --grum
Use AceDB-3.0. It's nice.
9 (r57701): Click actions on the fubar plugin are now configurable. Guild bank tabs are allowed in custom groups.
8 (r55972): Sorting junk to the back was broken by a typo; fixed.
7 (r55665): Sorting now fills stacks in profession bags if possible. General optimization.
6 (r55583):
Sorting now matches the Auction House categories.
Guild bank support is much more permissive (it's your own job to make sure you have enough withdrawals)
"Reverse sort" option
Add default groups for each guild bank tab (guild1 ... guild6)
Sorting conjured items to the back is massively sped up
FuBar plugin now works if you don't have Rock (also, icon)
Rewrote the config system, let it work with a right-click on the FuBar plugin
5 (r54956): Guild bank support, /fill, conjured items to the back.
4 (r54574): Update the TOC for 2.3.
3 (r54306): Ignores, custom groups, optimized moves.
2 (r53814): Sorting now compresses the bags first, and will sort specialty bags separately.
1: Initial
Optional Files - BankStack
Sorry, there are currently no optional files available.
Since the last maintence, i've been getting this error and not being able to stack the bank via the LDB launcher:
Quote:
[2009/09/02 15:32:15-521-x1]: BankStack-v14\stack.lua:39: attempt to perform arithmetic on field '?' (a nil value)
BankStack-v14\stack.lua:93: in function `Stack'
BankStack-v14\sort.lua:32: in function `SortBags'
BankStack-v14\ldb.lua:7: in function `?'
BankStack-v14\ldb.lua:68: in function `OnClick'
Fortress-1.12 \Core.lua:248: in function <Interface\AddOns\Fortress\Core.lua:233>
I can't get the group filling and sorting to work, so I assume that I di something wrong =/
Here's what I did: I created a group called Backpack, with the text "backpack 0", then I added another group with "glyphbags 1,2,3,4". The I tried "/fill backpack glyphbags", and sometimes it moves one or two items, but rarely, and never all the items.
I'm using this for my glyph char, and he's using 4 max size glyph bags, but he also sells a few random drops from my other chars every now and then, and that's why I need to clear some Backpack space.
Oh, and thanks for this insanely awesome addon! I'm now a clickaholic on the sorting button
no longer maintained? well i figured out another detail it only moves the glyphs on the first bag not the the glyphs in any of the bags which are all "Pack of Endless Pockets"
Great addon thus far, however it never seem to want to move more then 16 items from one group to another. I use this addon for moving are large amount of glyphs, and sometime i want to move 40 stack from bags to guild1 and it will only move 16 stacks, if i try again it says there is perfection but the guild tab still has plenty of room. same thing happens the other way around or in my personal bank.
[2009/06/15 11:00:30-562-x1]: BankStack-v13\ldb.lua:26: bad argument #1 to 'pairs' (table expected, got nil)
BankStack-v13\ldb.lua:26: in function <Interface\AddOns\BankStack\ldb.lua:25>
BankStack-v13\ldb.lua:70: in function `OnTooltipShow'
Fortress-1.11.2 \Core.lua:193: in function <Interface\AddOns\Fortress\Core.lua:173>
Great add on you've created, mate, does exactly what I'm looking for.
Questions about bank sorting:
On one of my toons, it never achieves "perfection." I can endlessly sort and it will always find a move to make. I've been using the default /sort bank command, haven't tried custom group list. Also, this only happens on one of my level 80 toons with all bank slots and all 20 or 22 slot bags. The other toons (with significantly less bank space) gets sorted just fine. Is there anything I can do to work around this problem?
I searched the comments and found it mentioned once but not addressed. But if it was addressed and I missed it, kindly point me to the answer and I'll look it over.
Originally posted by Toadstool Just a suggestion: could you add a sort guild bank feature, because on my bank alt i have a organized bank and bags but my guild bank is really messy =(
It's already there. Just type "/sort guild1" (or 2, or 3, or whatever tab you want sorted.)
Just a suggestion: could you add a sort guild bank feature, because on my bank alt i have a organized bank and bags but my guild bank is really messy =(
Originally posted by Elcmar Is there a way to make this sort take the items "character slot" into consideration? By this I mean, it would rock if it would sort "back" items with "back" items, "rings" with "rings", etc. This way it would help someone who wants to clean their bags identify excess or no longer useful items based on slot. It seems to just sort items you wear with every other item you wear.
I could also see this "by character slot" sort extending to include information about the item, for example it could sort rings that have "defense" on them together and rings that have "strength" together. With the dual spec we all have now, it would be nice to be able to keep items that belong to each spec together.
Thanks for the excellent addon though!
Ah ha! I see the problem I was having... It's taking into consideration the "rarity" of the item (i.e. epic, rare, common, etc.). I really would rather it had the option to not take that into consideration, as I'm more interested in seeing if I have too many helms, for example, and which helms I should get rid of. I commented out a couple lines of code in the default_sorter() function that took into consideration the rarity and now I can see all of my cloaks together, all of my rings together, etc. This rocks! Thanks again!
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.
*Clicking the donate button above will take you to PayPal.com
*Clicking the donate button above will take you to Pledgie.com