summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorAnnieRuru <jeankof@ymail.com>2014-09-01 02:50:15 +0800
committerAnnieRuru <jeankof@ymail.com>2014-09-01 02:50:15 +0800
commitbac319d7f99c9a87c20774a50e13d9c80d2aaf8a (patch)
tree9ead1053a65088db3b73666e227ad66cfcc91136 /doc/script_commands.txt
parent2ebfb09d86d7cda778f555c693ef7492515e07d3 (diff)
downloadhercules-bac319d7f99c9a87c20774a50e13d9c80d2aaf8a.tar.gz
hercules-bac319d7f99c9a87c20774a50e13d9c80d2aaf8a.tar.bz2
hercules-bac319d7f99c9a87c20774a50e13d9c80d2aaf8a.tar.xz
hercules-bac319d7f99c9a87c20774a50e13d9c80d2aaf8a.zip
Add MAX_REFINE as hard-coded constant
MAX_REFINE has different value for renewal(20) and non-renewal(10) and some server even adjust this value so its better to add this constant so there's no need to add a configuration when making custom refiner scripts
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index e964385ba..3a65c86dd 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -702,6 +702,7 @@ MAX_INVENTORY - Maximum inventory items
MAX_ZENY - Maximum Zeny
MAX_BG_MEMBERS - Maximum BattleGround members
MAX_CHAT_USERS - Maximum Chat users
+MAX_REFINE - Maximum Refine level
Send targets and status options are also hard-coded and can be found
in src/map/script.c::script_hardcoded_constants or in functions that