SkeetBank
A World of Warcraft (Retail) addon that automatically restocks your bags from the Warband bank. Set target item counts once, and SkeetBank moves items to and from the bank to match those targets every time you open it.
Features
- Automatic restocking — items move automatically when you open the Warband bank
- Per-character and global targets — set account-wide defaults, then override per character
- Flexible target types — specify an exact count,
all(keep everything in bags), ornone(store everything in bank) - Multi-item support — shift-click multiple items into a single command
- Multi-pass engine — runs up to 5 passes to handle partial stacks and complex moves
- Shortage alerts — notifies you when the bank doesn't have enough of an item to meet your target
Installation
Copy the SkeetBank folder into your WoW addons directory:
World of Warcraft/_retail_/Interface/AddOns/SkeetBank/
Usage
Use /sb or /skeetbank followed by a command.
Per-Character Commands
| Command | Description |
|---|---|
/sb add <item(s)> <count> |
Track item(s) with a target count (shift-click to link multiple) |
/sb remove <item> |
Stop tracking an item |
/sb list |
Show tracked items and current bag counts |
/sb restock |
Manually trigger restocking |
/sb clear |
Remove all per-character targets |
Global (Account-Wide) Commands
| Command | Description |
|---|---|
/sb addall <item(s)> <count> |
Set a global target for item(s) (shift-click to link multiple) |
/sb removeall <item> |
Remove a global target |
/sb listall |
Show all global targets |
/sb clearall |
Remove all global targets |
Other
| Command | Description |
|---|---|
/sb debug |
Toggle debug logging |
/sb help |
Show help |
Specifying Items
You can specify items in three ways:
- Shift-click an item in your bags to insert its item link (supports multiple items in one command)
- Item ID — e.g.,
/sb add 194966 20 - Item name — e.g.,
/sb add Healthstone 3
Target Counts
The <count> argument accepts:
- A number — keep exactly that many in your bags (e.g.,
20) all— keep all copies in your bags, pull everything from the banknone— store all copies in the bank, remove everything from bags
How Targets Merge
Per-character targets override global targets for the same item. If you set a global target of 20 for an item but a per-character target of 5, that character will restock to 5.
Examples
/sb add 194966 20 -- keep 20 of item 194966 in bags
/sb add Healthstone 3 -- keep 3 Healthstones in bags
/sb addall 194966 all -- globally, keep all of item 194966 in bags
/sb add 194966 none -- on this character, bank all of item 194966
/sb remove 194966 -- stop tracking item 194966
Shift-click multiple items to add them in one command:
/sb add [Item Link 1][Item Link 2] 20

