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,994
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 10-21-10, 04:59 PM  
essmene
A Murloc Raider

Forum posts: 5
File comments: 30
Uploads: 0
it seems the LDB Plugin no longer displays the number of pending moves. I am using v 20-1.
Report comment to moderator  
Reply With Quote
Unread 10-20-10, 02:56 PM  
Gandoch
A Wyrmkin Dreamwalker
 
Gandoch's Avatar
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 27
Uploads: 1
Originally posted by Kemayo
I think I've tracked down that this only occurs when the option to sort soulbound items to the front is turned on. Can you turn it off and confirm that the problem stops?
That did the trick. :O
Report comment to moderator  
Reply With Quote
Unread 10-20-10, 11:37 AM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
I think I've tracked down that this only occurs when the option to sort soulbound items to the front is turned on. Can you turn it off and confirm that the problem stops?

Originally posted by Gandoch
I pretty much went through my bank and took out any group of items that seemed out of place and tried sorting again... and still never achieved perfection.

I have sorted all my individual bank bags to perfection, though, only to have /sort bank throw everything around again. I have a series of screenshots I could put together if you think that may be helpful.
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 10:06 PM  
Gandoch
A Wyrmkin Dreamwalker
 
Gandoch's Avatar
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 27
Uploads: 1
I pretty much went through my bank and took out any group of items that seemed out of place and tried sorting again... and still never achieved perfection.

I have sorted all my individual bank bags to perfection, though, only to have /sort bank throw everything around again. I have a series of screenshots I could put together if you think that may be helpful.
Last edited by Gandoch : 10-19-10 at 10:07 PM.
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 08:20 PM  
Gandoch
A Wyrmkin Dreamwalker
 
Gandoch's Avatar
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 27
Uploads: 1
Originally posted by Kemayo
If you feel ambitious you could remove things from your bank until you're left with the smallest possible set of items that cause it to never be happy with how it's sorted.
I'll take a stab at it, but probably not until tomorrow. Full bank of 22 slot bags should be interesting...
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 06:07 PM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
If you feel ambitious you could remove things from your bank until you're left with the smallest possible set of items that cause it to never be happy with how it's sorted.

Originally posted by Gandoch
Submitted a bug way back (r17, maybe?) about getting a different sort on my bank every time I run it. I'm not getting any Lua errors, just different results each time I run /sort bank. Any specific information you could use?
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 05:38 PM  
Gandoch
A Wyrmkin Dreamwalker
 
Gandoch's Avatar
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 27
Uploads: 1
Submitted a bug way back (r17, maybe?) about getting a different sort on my bank every time I run it. I'm not getting any Lua errors, just different results each time I run /sort bank. Any specific information you could use?
Last edited by Gandoch : 10-18-10 at 05:39 PM.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 08:28 PM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
I fixed that up in 20-1.

Originally posted by pontelon
Either from the last update, or 4.0.1, the command:
/sort guild1
and such, does not work. None of the guild numbers did. I checked the Group List and it still correctly has them...I figured out a work-around by using the command:
/sort 51
And such.
Not sure why this is happening, but I figured I'd report it.

This is one of the few addons that I would call a "game-changer". I don't think I could live without it, thank you very much for an amazingly simple but effective addon.
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 10:09 PM  
pontelon
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Either from the last update, or 4.0.1, the command:
/sort guild1
and such, does not work. None of the guild numbers did. I checked the Group List and it still correctly has them...I figured out a work-around by using the command:
/sort 51
And such.
Not sure why this is happening, but I figured I'd report it.

This is one of the few addons that I would call a "game-changer". I don't think I could live without it, thank you very much for an amazingly simple but effective addon.
Report comment to moderator  
Reply With Quote
Unread 10-12-10, 08:28 PM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
Could you double-check that you have the latest version? The line numbers in your stack trace don't quite match up.

Originally posted by tordenflesk
Report comment to moderator  
Reply With Quote
Unread 10-12-10, 11:07 AM  
tordenflesk
A Deviate Faerie Dragon

Forum posts: 18
File comments: 213
Uploads: 0
Interface\AddOns\BankStack\stack.lua:39: attempt to perform arithmetic on field '?' (a nil value)
Count: 2

Call Stack:
[C]: ?
Interface\AddOns\BankStack\stack.lua:39: in function `can_move'
Interface\AddOns\BankStack\stack.lua:97: in function `Stack'
Interface\AddOns\BankStack\sort.lua:39: in function `value'
Interface\FrameXML\ChatFrame.lua:4070: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:3660: in function `ChatEdit_SendText'
Interface\FrameXML\ChatFrame.lua:2477: in function <Interface\FrameXML\ChatFrame.lua:2470>
[C]: in function `UseAction'
Interface\FrameXML\SecureTemplates.lua:310: in function `handler'
Interface\FrameXML\SecureTemplates.lua:529: in function <Interface\FrameXML\SecureTemplates.lua:478>
[C]: in function `Click'
Interface\FrameXML\SecureTemplates.lua:458: in function `handler'
Interface\FrameXML\SecureTemplates.lua:529: in function <Interface\FrameXML\SecureTemplates.lua:478>
Report comment to moderator  
Reply With Quote
Unread 10-11-10, 05:25 PM  
castorjay
A Kobold Labourer

Forum posts: 0
File comments: 16
Uploads: 0
Originally posted by Kemayo
Aha! This error can only happen when trying to put things into the guild bank, insofar as I can tell. I finally reproduced it properly, and have fixed it. New version 19b is just being uploaded.
You did it! It works fine now, thanks a lot. I've missed this addon since this started happening.
Report comment to moderator  
Reply With Quote
Unread 10-11-10, 03:41 PM  
Xarl
A Warpwood Thunder Caller
 
Xarl's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 94
File comments: 224
Uploads: 1
Thumbs up Re: Re: Not Happy

Originally posted by Kemayo
Aha, I believe that to be fallout from my finally implementing the sorting of specialty bags, combined with a localization issue. Could you try the latest alpha on wowace ( http://www.wowace.com/addons/bank-stack/ ) and let me know if that fixes the problem for you?
Ok just Tested "A: r182 for 4.0.1" and its working like a charm.
Not only that its even damn fast suddenly when moving stuff around

And had no errors or anything come up


Nice Job Kemayo
__________________
Report comment to moderator  
Reply With Quote
Unread 10-11-10, 02:54 PM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
Re: Not Happy

Aha, I believe that to be fallout from my finally implementing the sorting of specialty bags, combined with a localization issue. Could you try the latest alpha on wowace ( http://www.wowace.com/addons/bank-stack/ ) and let me know if that fixes the problem for you?

Originally posted by Xarl
Reason is: When i do a normal Sort it will leave a 2 row open space where stuff could fit in to. Does it to Bags and Bank Bags.
Report comment to moderator  
Reply With Quote
Unread 10-11-10, 04:06 AM  
Xarl
A Warpwood Thunder Caller
 
Xarl's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 94
File comments: 224
Uploads: 1
Not Happy

Ok how do i start....

I liked your addon till the Update.

Reason is: When i do a normal Sort it will leave a 2 row open space where stuff could fit in to. Does it to Bags and Bank Bags.

When i reverse it it will stack upside down from right to left what sounds logical.

So how do i get it to stack without having 2 rows of empty space ?
Since i do not want to sort my bags upside down tbh.

btw i am on a German Localization....

Here you can see what i mean:



Ok must have to do with the Localization.

Just switched to English and it will sort normal but will not do it when i am on German.

Sorry but i aint going to switch to English just to use one Addon.




Edit:

btw i updated besides one your German Localization for the Addon on WoWAce.

And found out that its the Backpack 0 in my Inventory thats getting ignored and the First Bag in my Bank -1

Editē:

Could it have something to do with the Bagnon Addon ?
__________________
Last edited by Xarl : 10-11-10 at 10:15 AM.
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.