diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-09 18:50:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-09 18:50:37 -0300 |
commit | 3c4293fa9a3fa00756d1993ec8e1f0a04ec063de (patch) | |
tree | 75102078372fedda58001bdbe7a57a29013e4b8f /tools/vars.sh | |
parent | 34134c6e72d5351082a72958833150fc8407f71f (diff) | |
parent | 8f76b5e745322b637a02e9a45c996acebe95bc3e (diff) | |
download | evol-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/vars.sh')
-rwxr-xr-x | tools/vars.sh | 3 |
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}" |