summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-09 18:50:37 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-09 18:50:37 -0300
commit3c4293fa9a3fa00756d1993ec8e1f0a04ec063de (patch)
tree75102078372fedda58001bdbe7a57a29013e4b8f /tools
parent34134c6e72d5351082a72958833150fc8407f71f (diff)
parent8f76b5e745322b637a02e9a45c996acebe95bc3e (diff)
downloadevol-hercules-3c4293fa9a3fa00756d1993ec8e1f0a04ec063de.tar.gz
evol-hercules-3c4293fa9a3fa00756d1993ec8e1f0a04ec063de.tar.bz2
evol-hercules-3c4293fa9a3fa00756d1993ec8e1f0a04ec063de.tar.xz
evol-hercules-3c4293fa9a3fa00756d1993ec8e1f0a04ec063de.zip
Merge branch 'master' into tmw2
Diffstat (limited to 'tools')
-rwxr-xr-xtools/vars.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/vars.sh b/tools/vars.sh
index 02ccdb4..b789e4a 100755
--- a/tools/vars.sh
+++ b/tools/vars.sh
@@ -7,8 +7,9 @@
# MAX_EVOL_SKILLS 42
# EVOL_FIRST_SKILL 20000
# OLD_MAX_SKILL_DB 1510
+# MAX_SKILL_TREE 110
# can be used for custom skill id: 10016 - 10036+20
-export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_STORAGE=500 -DMAX_SKILL_DB=1552 -DMAX_SKILL_ID=20042 -DMAX_EVOL_SKILLS=42 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531"
+export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_STORAGE=500 -DMAX_SKILL_DB=1552 -DMAX_SKILL_ID=20042 -DMAX_EVOL_SKILLS=42 -DEVOL_FIRST_SKILL=20000 -DMAX_SKILL_TREE=110 -DSC_MAX=658 -DSI_MAX=971 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531"
export CPPFLAGS="${VARS}"