diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-01 17:54:52 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-01 17:54:52 +0000 |
commit | bae7e9a5430c0df68cc7172995ddfde47169b484 (patch) | |
tree | 7e5cffabab48694b4af3202726312ec406e479c4 /tools | |
parent | 63068d47650898f292aea877ce797e11c3f3404f (diff) | |
download | plugin-bae7e9a5430c0df68cc7172995ddfde47169b484.tar.gz plugin-bae7e9a5430c0df68cc7172995ddfde47169b484.tar.bz2 plugin-bae7e9a5430c0df68cc7172995ddfde47169b484.tar.xz plugin-bae7e9a5430c0df68cc7172995ddfde47169b484.zip |
Extend SI table as needed for serverdata!222
(Original code from ML - Please blame Saulc if anything breaks)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/vars.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/vars.sh b/tools/vars.sh index f232eca..30cb07a 100755 --- a/tools/vars.sh +++ b/tools/vars.sh @@ -3,7 +3,7 @@ # MAX_SKILL_DB 1510 + 22 = 1532 # MAX_SKILL_ID 10015 + 22 + 9963 = 20022 # SC_MAX 653 + 5 = 658 -# SI_MAX 966 + 5 = 971 +# SI_MAX 966 + 25 = 991 # MAX_EVOL_SKILLS 22 # EVOL_FIRST_SKILL 20000 # OLD_MAX_SKILL_DB 1510 @@ -11,5 +11,5 @@ # can be used for custom skill id: 10016 - 10036 -export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DMAX_SKILL_TREE=110 -DSC_MAX=658 -DSI_MAX=971 -DBASE_GUILD_SIZE=100 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531" +export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DMAX_SKILL_TREE=110 -DSC_MAX=658 -DSI_MAX=991 -DBASE_GUILD_SIZE=100 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531" export CPPFLAGS="${VARS}" |