diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-30 17:41:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-30 17:41:03 +0300 |
commit | ae99c9c0850b24dc7302e1384b6773eb2c4f93f1 (patch) | |
tree | 4ae5616896c2af66a8211a1cf6535d0249340ed9 /tools | |
parent | 71b07786ac49c28e907fe3836216fea7346a4f02 (diff) | |
download | evol-hercules-ae99c9c0850b24dc7302e1384b6773eb2c4f93f1.tar.gz evol-hercules-ae99c9c0850b24dc7302e1384b6773eb2c4f93f1.tar.bz2 evol-hercules-ae99c9c0850b24dc7302e1384b6773eb2c4f93f1.tar.xz evol-hercules-ae99c9c0850b24dc7302e1384b6773eb2c4f93f1.zip |
Add 5 unused id for status effects
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/vars.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/vars.sh b/tools/vars.sh index e69e0ee..fc92ae4 100755 --- a/tools/vars.sh +++ b/tools/vars.sh @@ -2,7 +2,9 @@ # MAX_SKILL 1478 + 22 = 1500 # MAX_SKILL_ID 10015 + 22 = 10037 +# SC_MAX 642 + 5 = 647 +# SI_MAX 966 + 5 = 971 # can be used for custom skill id: 10016 - 10036 -export VARS="-DMAX_SKILL=1500 -DMAX_SKILL_ID=10037" +export VARS="-DMAX_SKILL=1500 -DMAX_SKILL_ID=10037 -DSC_MAX=647 -DSI_MAX=971" |