Depositing items made easier.
Banker removes the tedium of depositing commonly acquired items. It works by automatically storing inventory items that are also in your bank. Banker will not touch any inventory items that are not already in your bank and it will ignore any items in pouches.
- Copy all files from
protocol/defs/
into definitions atTeraToolbox/data/definitions
- Copy or merge the map file from
protocol/map/
into opcodes atTeraToolbox/data/opcodes
(Use the map file for your version of Tera. If you are not sure just copy them all.)
- Copy all files from
protocol/defs/
into tera-data attera-proxy/node_modules/tera-data/protocol
- Copy or merge the map file from
protocol/map/
into tera-data attera-proxy/node_modules/tera-data/map
(Use the map file for your version of Tera. If you are not sure just copy them all.)
All commands should by typed into the tera-toolbox channel /8
or prefixed with a !
Ex. /8 bank
or !bank
Open bank (only personal bank is supported currently).
Type bank
to deposit all matching items in your inventory to the bank.
Items on the blacklist will not be deposited.
Command | Short Form | Description |
---|---|---|
bank | Deposits matching items to bank. (Default mode is all tabs) | |
bank mode | Toggles the default deposit mode. Modes are 'all tabs' or 'single tab' (Default is all tabs) |
|
bank tab | Deposits matching items to bank in the current tab only. | |
bank all | Deposits matching items to bank in all tabs. | |
bank human | Toggle human-like delays (Default is off) | |
bank blacklist mode | bank bl mode | Toggle blacklist mode. See below for blacklist usage |
bank blacklist add | bank bl a | The next item moved will be added to the blacklist |
bank blacklist add id |
bank bl a id |
Add the item id to the blacklist |
bank blacklist remove | bank bl r | The next item moved will be removed from the blacklist |
bank blacklist remove id |
bank bl r id |
Remove the item id from the blacklist |
bank blacklist clear | bank bl clear | Clear the blacklist |
Blacklist mode allows for adding or removing items from the backlist without item ids.
In blacklist mode:
- All items retrieved from the bank will be added to the blacklist.
- All items stored in the bank will be removed from the blacklist.