diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-14 15:45:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-14 15:45:19 -0300 |
commit | fc9127b25f575380f42d9d5ff3c8b1c1f18f4c5e (patch) | |
tree | 1fe750a6f4ff8deb4480b0f174d88b5b2c51ef39 | |
parent | 0d57d330e7779abcc037294034511cb45ee1d999 (diff) | |
download | evol-hercules-fc9127b25f575380f42d9d5ff3c8b1c1f18f4c5e.tar.gz evol-hercules-fc9127b25f575380f42d9d5ff3c8b1c1f18f4c5e.tar.bz2 evol-hercules-fc9127b25f575380f42d9d5ff3c8b1c1f18f4c5e.tar.xz evol-hercules-fc9127b25f575380f42d9d5ff3c8b1c1f18f4c5e.zip |
Bump max amount of items to 50,000
-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 a16d8b2..094bc09 100755 --- a/tools/vars.sh +++ b/tools/vars.sh @@ -11,5 +11,5 @@ # can be used for custom skill id: 10016 - 10036+20 -export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_STORAGE=500 -DMAX_INVENTORY=120 -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=50000 -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 CPPFLAGS="${VARS}" |