View Single Post
04/11/14, 05:35 PM   #16
beeradg
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 16
It is a functional addon

It is a functional addon which works out of the box and requires no configuration.

On opening your bank it scans the items in your bags and bank and any stacks in your bank that are not full it will fill with matching items in your inventory. It does not matter what the item is as long as there is at least one of said item in your bank and the number or which is less than that items max stack.

Consider the following examples:

Player has 4 stacks of rawhide in their bags for some reason they have been split into stacks of 15 each
Player has 2 stacks of rawhide in their bank, one of 75 and one of 85
Upon opening the bank the 85 stack will get 15 making a stack of 100 and the 75 will get 25 making another stack of 100
The player will be left with one stack of 20 rawhide in their inventory and have 200 rawhide in the bank

Another player has one stack of 40 rawhide in their inventory
Player has one stack of 40 in their bank
Upon opening the bank, the player will have no rawhide in their inventory and one stack of 80 in their bank

Hopefully that makes more sense... I submitted it to this site the morning after writing it (and finding the lame callsecureprotected thing) and it is still not listed here for some reason. But you can grab it on github if you want and stick it in your addons folder.

Let me know if you have ideas, etc and thanks.
  Reply With Quote