summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-04-25 20:40:37 -0400
committergumi <mekolat@users.noreply.github.com>2017-04-25 20:45:09 -0400
commitaa1c480aa0140098ae32958bbf165c2829d2f9bf (patch)
tree814d993ece009989af083bb95759e74331753b65 /doc/script_commands.txt
parentc7a6a1eeb552fcc48f3937cea044cd5f658c262c (diff)
downloadhercules-aa1c480aa0140098ae32958bbf165c2829d2f9bf.tar.gz
hercules-aa1c480aa0140098ae32958bbf165c2829d2f9bf.tar.bz2
hercules-aa1c480aa0140098ae32958bbf165c2829d2f9bf.tar.xz
hercules-aa1c480aa0140098ae32958bbf165c2829d2f9bf.zip
expose bank vault to the script engine
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index d7795b7a6..c35731cb7 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -540,7 +540,8 @@ allows you to replace lots of numbered arguments for many commands with
easier to read text. The special variables most commonly used are all
permanent character-based variables:
-Zeny - Amount of Zeny.
+Zeny - Amount of Zeny in the inventory.
+BankVault - Amount of Zeny in the bank.
Hp - Current amount of hit points.
MaxHp - Maximum amount of hit points.
Sp - Current spell points.
@@ -707,7 +708,8 @@ MAX_STORAGE - Maximum storage items
MAX_GUILD_STORAGE - Maximum guild storage items
MAX_CART - Maximum cart items
MAX_INVENTORY - Maximum inventory items
-MAX_ZENY - Maximum Zeny
+MAX_ZENY - Maximum Zeny in the inventory
+MAX_BANK_ZENY - Maximum Zeny in the bank
MAX_BG_MEMBERS - Maximum BattleGround members
MAX_CHAT_USERS - Maximum Chat users
MAX_REFINE - Maximum Refine level