A script that auto merges inventory items to bank if same item exists in bank/special storage/wardrobe/guild bank/etc.'s tab.
- Use command
autobank
/ab
to toggle banking. - Open bank or click on bank tab to begin.
- That's it. It will automatically check all pages in the bank you've open, and once it ends, it will close the bank for you.
All commands start with autobank
or ab
as alternative.
autobank
orab
+ open storage space (bank/extra storage or wardrobe, etc) ~ Starts the auto-banking process.
ab bl <add/rem/reset/clear>
~ Manages blacklist.ab bl <add/+/-/remove>
:- There are 3 different ways to blacklist or unblacklist an item:
- Followed by writing the id of item(s), if more than one, use space as separation between each, e.g.
ab bl add 1 2 3 4 5
ab bl rem 1 2 3 4 5
- Followed by linked items (ctrl+left click), any amount of items, if more than one, spacing doesn't matter here (you may add space or not).
ab bl ad <item1> <item2> <item3>
ab bl rm <item1> <item2> <item3>
- If you omit arguments, it will enable (un)blacklisting;
ab bl +
~ Toggles blacklisting.ab bl rmv
~ Toggles unblacklisting.- Open bank, then try add that item to bank to (un)blacklist it.
- Note: Item will not be banked while this enabled.
○ Additionally; If you want to blacklist entire pocket tab, say you want to keep superior items there, don't want them to get banked at all, no matter if they exist in bank or blacklist or not, you can do that using: (case-insensitive)ab bl + pocket1 PocKet2 pocket3
ab bl - pocKET1 pocket2 pocket3
- There are 3 different ways to blacklist or unblacklist an item:
ab bl <reset/default>
:- This command resets the blacklist to the default blacklist.
ab bl <clear/empty>
:- This will empty up the entire blacklist, to have 0 blacklisted items.
ab bl list
:- Lists all the items that are currently blacklisted. (The items in blue are clickable links, you can click it to show the item.)
autobank <guild/g>
toggles banking to guild bank. Default Off.
If no blacklist.json
file was found, it will be using the default blacklist.
- Editing/modifying the blacklist using blacklisting commands will be saved into the
blacklist.json
file. - You can get the id of any item from this site.
Default blacklist
- ID: 112 - Rejuvenation Potion
- ID: 114 - Valkyon Health Potion
- ID: 116 - Health Potion
- ID: 194 - Scroll of Rapid Resurrection
- ID: 130 - Divine Infusion
- ID: 444 - [Legacy] Bravery Potion
- ID: 6552 - Prime Recovery Potable
- ID: 6553 - Superior Recovery Potable
- ID: 6562 - Prime Replenishment Potable
- ID: 6563 - Superior Replenishment Potable
- ID: 9310 - Veteran's HP Potion
- ID: 9311 - Veteran's MP Potion
- ID: 60260 - Goddess's Blessing
- ID: 70000 - Complete Crystalbind
- ID: 80081 - Lein's Dark Root Beer
- ID: 80095 - Federation Supply: Rejuvenation Potion
- ID: 81209 - Friendly Feast
- ID: 150532 - Strong Bravery Potion
- ID: 150533 - Strong Bravery Potion
- ID: 150534 - Strong Canephora Potion
- ID: 150535 - Strong Canephora Potion
- ID: 150542 - Bravery Potion
- ID: 151643 - Elleon's Mark of Valor
- ID: 155324 - Goddess's Blessing
- ID: 160322 - Goddess's Blessing
- ID: 167001 - Canephora Potion
- ID: 177131 - Pet Treat
- ID: 177132 - Pet Food
- ID: 177133 - Pet Snack
- ID: 200529 - Goddess's Blessing
- ID: 200922 - Superior Noctenium Elixir
- ID: 200999 - Prime Battle Solution
- ID: 201957 - Eren's Key
- ID: 201958 - Eren's Key
- ID: 202015 - Bravery Potion
- ID: 206049 - Puppy Figurine
- ID: 206050 - Piglet Figurine
- ID: 206051 - Popori Figurine
- Should work on any proxy.
- 1 dependency;
- tera-game-state
- If you're using Caali's proxy(toolbox), you don't have to do anything, as this comes along-with by default.
- If you're using Pinkie's proxy, you will have to get it, via this LINK & place it in your mods folder (
[proxy dir]/mods/
).
- tera-game-state
It will also send a warning if the same exact item is available in more than one page (i.e. Duplicate) in your storage space. (the warning will include a blue clickable links, you can click it to show the item).
- FAQ
- ? It have banked an item for me, and now I can't withdraw it with "That item isn't in your bank" error.
- A: This is unrelated to script, simply you have same item, but 2 different time remaining, so make sure you don't withdraw with quantity or by right clicking on wrong stack of that item.
- ? It have banked all the way until full page and continued in next page.
- ? It have banked same item in 2 different pages.
- A: Its impossible, script will never bank an item in different page, even if page is full. (Make sure you don't already have that item in different pages, aka see duplication log).
- ? It moved my items from pocket/inventory to other pockets or to inventory.
- A: Its client behaviour, works only for ¹stacked items. If a stacked item has more amount in slot than the other slot, and you banked it; the less amount one will be moved from the 'other slot' to get in place of the banked one. ¹Unstackable items are unaffected.
- ? It have banked an item for me, and now I can't withdraw it with "That item isn't in your bank" error.