Download
(153Kb)
Download
Compatible with Retail, Classic & TBC
Updated: 09-13-23 08:08 PM
Pictures
File Info
Compatibility:
Hot Fix (10.1.7)
Classic (1.14.4)
WotLK Patch (3.4.2)
Updated:09-13-23 08:08 PM
Created:unknown
Downloads:55,993
Favorites:486
MD5:

BankStack  Popular! (More than 5000 hits)

Version: v2023.2
by: Kemayo [More]

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
The reagent bank is -3. It's sort of special, but you can think of it as part of the bank.

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?

BankStack
v2023.2 (2023-09-14)
Full Changelog Previous Releases
  • Adjust an easily confused comparison to make luacheck happy
  • TOC for 10.1.7
Optional Files (0)


Archived Files (7)
File Name
Version
Size
Author
Date
v2023.1
153kB
Kemayo
02-11-23 01:37 PM
v2022.4
153kB
Kemayo
12-05-22 08:43 PM
v2022.3
153kB
Kemayo
11-21-22 05:44 PM
v2022.2
153kB
Kemayo
11-15-22 12:19 AM
v2022.1
153kB
Kemayo
11-12-22 12:12 PM
v2022.0
150kB
Kemayo
02-22-22 01:39 PM
v2021.0
151kB
Kemayo
05-29-21 10:36 AM


Post A Reply Comment Options
Unread 05-08-09, 01:43 PM  
Spikehead7
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Okay, so I switched from Mr. Plow to this addon.

First thing I did, was I opened my bags, and then I did /bankstack. A new menu came up.

I looked through the menus, and found the command list on there. I did /sort, and man, as soon as I saw my entire bag move around all at once, I dump'd my pants. XD

This is an improvement. =P

*Creates macros and stuffs on action bar.*

I'd recommend this addon to those people that like their bags tidy and use an "all-in-one bag" bag mod.
Report comment to moderator  
Reply With Quote
Unread 05-15-09, 11:53 PM  
Kupotek
An Aku'mai Servant
 
Kupotek's Avatar
AddOn Author - Click to view AddOns

Forum posts: 38
File comments: 1201
Uploads: 2
What command would I put into a script to callback /sort in an OnClick for Kgpanels?
__________________
Panther UI | My Home on the Web
Report comment to moderator  
Reply With Quote
Unread 05-16-09, 09:50 AM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
Originally posted by Kupotek
What command would I put into a script to callback /sort in an OnClick for Kgpanels?
If you just want to sort your bags:

Code:
BankStack.SortBags()
Report comment to moderator  
Reply With Quote
Unread 05-16-09, 06:34 PM  
joemawma
A Murloc Raider

Forum posts: 9
File comments: 9
Uploads: 0
Silly question possibly: I've been using Fubar for a long time, and thought I'd experiment with Titan. Does Titan support BankStack? Again, I've got zip familiarity with Titan (been installed less than an hour), so maybe I'm overlooking something simple...
Report comment to moderator  
Reply With Quote
Unread 05-17-09, 01:57 AM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
Originally posted by joemawma
Silly question possibly: I've been using Fubar for a long time, and thought I'd experiment with Titan. Does Titan support BankStack? Again, I've got zip familiarity with Titan (been installed less than an hour), so maybe I'm overlooking something simple...
Titan says it supports Broker plugins, so BankStack should work with it. Not that I've tested this.
Report comment to moderator  
Reply With Quote
Unread 05-25-09, 11:24 AM  
Elcmar
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Sort by "character slot"?

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!
Report comment to moderator  
Reply With Quote
Unread 05-25-09, 11:43 AM  
Elcmar
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Re: Sort by

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!
Report comment to moderator  
Reply With Quote
Unread 06-05-09, 03:52 AM  
Rastaman08
A Kobold Labourer
 
Rastaman08's Avatar

Forum posts: 1
File comments: 20
Uploads: 0
How would I move the icon on the mini map its blocking another add on that i cant get to?
Report comment to moderator  
Reply With Quote
Unread 06-05-09, 11:45 PM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
Originally posted by Rastaman08
How would I move the icon on the mini map its blocking another add on that i cant get to?
You would just drag it. There's nothing about it that should make it stay locked in place.
Report comment to moderator  
Reply With Quote
Unread 06-10-09, 05:32 AM  
Toadstool
A Fallenroot Satyr
 
Toadstool's Avatar

Forum posts: 20
File comments: 7
Uploads: 0
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 =(
Report comment to moderator  
Reply With Quote
Unread 06-11-09, 03:04 AM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
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.)
Report comment to moderator  
Reply With Quote
Unread 06-11-09, 05:47 PM  
Alforno
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Sorting soulshards

For some reason the soulshards are not all grouped being together. There are usually two clumps of them after sorting.
Report comment to moderator  
Reply With Quote
Unread 06-14-09, 04:59 PM  
sildani
A Deviate Faerie Dragon
 
sildani's Avatar

Forum posts: 10
File comments: 1
Uploads: 0
Great add on, quick question

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.

Kind regards.
Report comment to moderator  
Reply With Quote
Unread 06-15-09, 10:01 AM  
ffxiedyn
A Chromatic Dragonspawn
 
ffxiedyn's Avatar

Forum posts: 165
File comments: 87
Uploads: 1
[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>


got this error after mousing over the LBD button

I use Fortress, thanks
Report comment to moderator  
Reply With Quote
Unread 07-01-09, 05:55 PM  
thunndaar
A Murloc Raider
 
thunndaar's Avatar

Forum posts: 7
File comments: 10
Uploads: 2
thanks

best addon ever! thanks!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

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.