Bank: Difference between revisions
(Added more banks.) |
m (categorized as basic mechanics) |
||
Line 30: | Line 30: | ||
Users of the [[The Lich|Lich]] scripting engine can use the <code>;banks</code> script to view all their bank accounts. Local banks are tagged in the map database and <code>;go2 bank</code> will travel to the nearest bank. |
Users of the [[The Lich|Lich]] scripting engine can use the <code>;banks</code> script to view all their bank accounts. Local banks are tagged in the map database and <code>;go2 bank</code> will travel to the nearest bank. |
||
[[Category: Basic Mechanics]] |
Revision as of 17:02, 9 June 2015
Banks are places in towns where silver coins and promissory notes may be deposited and withdrawn.
Banking actions
- DEPOSIT {amount}
- DEPOSIT NOTE
- DEPOSIT ALL
- CHECK BALANCE
- WITHDRAW {amount} [SILVERS | NOTE]
By default, if SILVERS or NOTE is not specified, silver coins will given for amounts up to 5000, and a note for any higher quantity.
List of banks
There are many different banks across the lands with their own accounts, and it is possible for a character to have accounts in any or all of them. Silvers deposited in one bank can only be withdrawn from a branch of the same bank. To find a bank in town, use the DIRECTION command.
F2P characters are restricted to a single bank account, whichever bank they first use.
- Wehnimer's Landing: The First Elanith Bank is at Town Square West.
- Icemule Trace: The Bank of Icemule Trace is just east of Town Center.
- Elven Nations: Branches of the Bank of United City-States are in Ta'Vaalor and Ta'Illistim as well as nearby elven settlements.
- Solhaven: Branches of the Bank of Vornavis are in Solhaven and the Vornavis Caravansary.
- River's Rest: Issues notes for the County of Torre.
- Kharam Dzu: Issues Borthuum Mining Company scrips.
- Zul Logoth
- Cysaegir
- Mist Harbor: The Mist Harbor bank is only accessible to premium characters.
Third-Party tools
Users of the Lich scripting engine can use the ;banks
script to view all their bank accounts. Local banks are tagged in the map database and ;go2 bank
will travel to the nearest bank.