diff options
author | Haru <haru@dotalux.com> | 2017-05-04 10:40:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-04 10:40:21 +0200 |
commit | 1e46267cac131fa0e829886b9ccd534522ab0ddb (patch) | |
tree | 04eab25f64a566dec905afb7de1a8b112c95c225 /doc/script_commands.txt | |
parent | ff8429634673855a1dc6e2924d4534aec8de6507 (diff) | |
parent | aa1c480aa0140098ae32958bbf165c2829d2f9bf (diff) | |
download | hercules-1e46267cac131fa0e829886b9ccd534522ab0ddb.tar.gz hercules-1e46267cac131fa0e829886b9ccd534522ab0ddb.tar.bz2 hercules-1e46267cac131fa0e829886b9ccd534522ab0ddb.tar.xz hercules-1e46267cac131fa0e829886b9ccd534522ab0ddb.zip |
Merge pull request #1717 from mekolat/vault2
expose the bank vault to the script engine
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 894b3fc2f..a27d16e7f 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 |