diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-01 14:57:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-01 14:57:56 -0300 |
commit | b59dd805edc48d4883f277cb80c5156760e19039 (patch) | |
tree | 829d3de18933d57b3cf051a48e3a03253a1024aa /tools | |
parent | 7b48f7b7652239620aa50512f1a8791a1f48366f (diff) | |
download | evol-hercules-b59dd805edc48d4883f277cb80c5156760e19039.tar.gz evol-hercules-b59dd805edc48d4883f277cb80c5156760e19039.tar.bz2 evol-hercules-b59dd805edc48d4883f277cb80c5156760e19039.tar.xz evol-hercules-b59dd805edc48d4883f277cb80c5156760e19039.zip |
Add support to custom Homunculus skills.
Diffstat (limited to 'tools')
-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 5a9cd7b..925da00 100755 --- a/tools/vars.sh +++ b/tools/vars.sh @@ -8,8 +8,9 @@ # EVOL_FIRST_SKILL 20000 # OLD_MAX_SKILL_DB 1510 # MAX_SKILL_TREE 200 +# MAX_HOMUNSKILL 43 -> 53 # can be used for custom skill id: 10016 - 10036+20 -export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_STORAGE=500 -DMAX_INVENTORY=120 -DMAX_AMOUNT=32500 -DMAX_SKILL_DB=1660 -DMAX_SKILL_ID=20150 -DMAX_EVOL_SKILLS=150 -DEVOL_FIRST_SKILL=20000 -DMAX_SKILL_TREE=200 -DSC_MAX=658 -DSI_MAX=991 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531" +export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_STORAGE=500 -DMAX_INVENTORY=120 -DMAX_AMOUNT=32500 -DMAX_SKILL_DB=1660 -DMAX_SKILL_ID=20150 -DMAX_EVOL_SKILLS=150 -DEVOL_FIRST_SKILL=20000 -DMAX_SKILL_TREE=200 -DMAX_HOMUNSKILL=53 -DSC_MAX=658 -DSI_MAX=991 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531" export CPPFLAGS="${VARS}" |