diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-11 14:34:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-11 14:34:24 -0300 |
commit | b443ce72d4dc6a8e7cce0fa17d56142ec35dd13f (patch) | |
tree | e5992944af97d3dcaf706f84774edbdc9af5936a /tools | |
parent | 2dc7e8637ff6cde0de9a7377ad0c494d5a542638 (diff) | |
download | evol-hercules-b443ce72d4dc6a8e7cce0fa17d56142ec35dd13f.tar.gz evol-hercules-b443ce72d4dc6a8e7cce0fa17d56142ec35dd13f.tar.bz2 evol-hercules-b443ce72d4dc6a8e7cce0fa17d56142ec35dd13f.tar.xz evol-hercules-b443ce72d4dc6a8e7cce0fa17d56142ec35dd13f.zip |
Remember: M+ can only handle 500 items at max
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/vars.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vars.sh b/tools/vars.sh index 709ab4d..44ede9d 100755 --- a/tools/vars.sh +++ b/tools/vars.sh @@ -30,5 +30,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} -DBASE_GUILD_SIZE=100 -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 -DBASE_GUILD_SIZE=100 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531 -DIT_VIRTUAL=${IT_VIRTUAL} -DIT_MAX=${IT_MAX}" export CPPFLAGS="${VARS}" |