diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-30 16:58:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-30 16:58:12 +0300 |
commit | 71b07786ac49c28e907fe3836216fea7346a4f02 (patch) | |
tree | 6a592c19559075f3f409d8e10945461c7e71b4bf /tools/vars.sh | |
parent | 8cf325640e316aff125deeff3d2880bb342d00c9 (diff) | |
download | evol-hercules-71b07786ac49c28e907fe3836216fea7346a4f02.tar.gz evol-hercules-71b07786ac49c28e907fe3836216fea7346a4f02.tar.bz2 evol-hercules-71b07786ac49c28e907fe3836216fea7346a4f02.tar.xz evol-hercules-71b07786ac49c28e907fe3836216fea7346a4f02.zip |
Add shared file with server code for change constants.
Diffstat (limited to 'tools/vars.sh')
-rwxr-xr-x | tools/vars.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/vars.sh b/tools/vars.sh new file mode 100755 index 0000000..e69e0ee --- /dev/null +++ b/tools/vars.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +# MAX_SKILL 1478 + 22 = 1500 +# MAX_SKILL_ID 10015 + 22 = 10037 + +# can be used for custom skill id: 10016 - 10036 + +export VARS="-DMAX_SKILL=1500 -DMAX_SKILL_ID=10037" |