summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-10-24 18:08:56 +0300
committerAndrei Karas <akaras@inbox.ru>2016-10-24 18:41:38 +0300
commitf53a681102feb5e5f622635c5a5933a9aa6b7693 (patch)
tree603907e6640a60e9373c83dc8733d1c24fad9a25 /tools
parent7d51e26af0f8bbd6c4788c73632d9165db6600fb (diff)
downloadevol-hercules-f53a681102feb5e5f622635c5a5933a9aa6b7693.tar.gz
evol-hercules-f53a681102feb5e5f622635c5a5933a9aa6b7693.tar.bz2
evol-hercules-f53a681102feb5e5f622635c5a5933a9aa6b7693.tar.xz
evol-hercules-f53a681102feb5e5f622635c5a5933a9aa6b7693.zip
Update skill array size after hercules update.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/vars.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/vars.sh b/tools/vars.sh
index 03b7193..5e52432 100755
--- a/tools/vars.sh
+++ b/tools/vars.sh
@@ -1,14 +1,14 @@
#!/bin/bash
-# MAX_SKILL 1478 + 22 = 1500
+# MAX_SKILL 1510 + 22 = 1532
# MAX_SKILL_ID 10015 + 22 + 9963 = 20022
-# SC_MAX 642 + 5 = 647
+# SC_MAX 652 + 5 = 657
# SI_MAX 966 + 5 = 971
# MAX_EVOL_SKILLS 22
# EVOL_FIRST_SKILL 20000
-# OLD_MAX_SKILL_DB 1478
+# OLD_MAX_SKILL_DB 1510
# can be used for custom skill id: 10016 - 10036
-export VARS=" -DOLD_MAX_SKILL_DB=1478 -DMAX_SKILL=1500 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=647 -DSI_MAX=971"
+export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=657 -DSI_MAX=971"
export CPPFLAGS="${VARS}"