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. You can configure the bank types Banker is allowed to deposit (default is personal bank and pet bank) and the inventory types (pockets, the main inventory, or both) Banker is allowed to take from(default is main only).
Create a folder in TeraToolbox/mods/
(e.g. named banker) and download module.json by right clicking and selecting "Save as..." into the just created folder.
- Copy all files from
banker/protocol/defs/
into definitions atTeraToolbox/data/definitions
- Copy or merge the map file from
banker/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
banker/protocol/defs/
into tera-data attera-proxy/node_modules/tera-data/protocol
- Copy or merge the map file from
banker/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.
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 see tabmode) | |
bank tabmode | 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 auto | Toggles automatic bank mode. If activated, it deposits items automatically when a bank is opened. It also depends on tab mode (Single Tab or All Tabs). Please consider: If tab mode is set to Single Tab it will only deposit automatically in first tab. (Default is manual mode) | |
bank blacklist | bank bl | List items in the blacklist |
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 |
bank personal | Toggle allow depositing in personal bank (Default is ON) | |
bank pet | Toggle allow depositing in pet bank (Default is ON) | |
bank guild | Toggle allow depositing in guild bank (Default is OFF) | |
bank wardrobe | Toggle allow depositing in wardrobe bank (Default is OFF) | |
bank bag | Toggle allow depositing from (main) bag (Default is ON) | |
bank pockets | Toggle allow depositing from pockets (Default is OFF) | |
bank autofix | Toggle auto fixing banker (remapping opcodes and adding missing definitions) |
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.