summaryrefslogtreecommitdiff
path: root/tools/vars.sh
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-29 10:14:34 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-29 10:14:34 -0300
commit776f5b7ef034c16990d830ac43b5352eeab10d05 (patch)
tree6bbf8d6b6b8b681721dccd86c2733c13f65ba583 /tools/vars.sh
parent5b2cfd68e09d5e2e45b609502f5c4f5989fc875b (diff)
downloadevol-hercules-776f5b7ef034c16990d830ac43b5352eeab10d05.tar.gz
evol-hercules-776f5b7ef034c16990d830ac43b5352eeab10d05.tar.bz2
evol-hercules-776f5b7ef034c16990d830ac43b5352eeab10d05.tar.xz
evol-hercules-776f5b7ef034c16990d830ac43b5352eeab10d05.zip
Extend party size from 12 to 15. Keep guilds within one byte
Diffstat (limited to 'tools/vars.sh')
-rwxr-xr-xtools/vars.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vars.sh b/tools/vars.sh
index 63bd3ea..1fb9102 100755
--- a/tools/vars.sh
+++ b/tools/vars.sh
@@ -32,5 +32,5 @@ IT_MAX=$(($IT_VIRTUAL + 1))
# can be used for custom skill id: 10016 - 10036
-export VARS=" -DOLD_SI_MAX=${OLD_SI_MAX} -DOLD_SC_MAX=${OLD_SC_MAX} -DOLD_MAX_SKILL_DB=${OLD_MAX_SKILL_DB} -DMAX_SKILL_DB=${MAX_SKILL_DB} -DMAX_SKILL_ID=${MAX_SKILL_ID} -DMAX_EVOL_SKILLS=${MAX_EVOL_SKILLS} -DEVOL_FIRST_SKILL=${EVOL_FIRST_SKILL} -DCUSTOM_SKILL_RANGES=\"${CUSTOM_SKILL_RANGES}\" -DMAX_SKILL_TREE=${MAX_SKILL_TREE} -DSC_MAX=${SC_MAX} -DSI_MAX=${SI_MAX} -DMAX_STORAGE=500 -DBASE_GUILD_SIZE=300 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531 -DIT_VIRTUAL=${IT_VIRTUAL} -DIT_MAX=${IT_MAX}"
+export VARS=" -DOLD_SI_MAX=${OLD_SI_MAX} -DOLD_SC_MAX=${OLD_SC_MAX} -DOLD_MAX_SKILL_DB=${OLD_MAX_SKILL_DB} -DMAX_SKILL_DB=${MAX_SKILL_DB} -DMAX_SKILL_ID=${MAX_SKILL_ID} -DMAX_EVOL_SKILLS=${MAX_EVOL_SKILLS} -DEVOL_FIRST_SKILL=${EVOL_FIRST_SKILL} -DCUSTOM_SKILL_RANGES=\"${CUSTOM_SKILL_RANGES}\" -DMAX_SKILL_TREE=${MAX_SKILL_TREE} -DSC_MAX=${SC_MAX} -DSI_MAX=${SI_MAX} -DMAX_STORAGE=500 -DMAX_PARTY=15 -DBASE_GUILD_SIZE=255 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531 -DIT_VIRTUAL=${IT_VIRTUAL} -DIT_MAX=${IT_MAX}"
export CPPFLAGS="${VARS}"