summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-30 16:58:12 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-30 16:58:12 +0300
commit71b07786ac49c28e907fe3836216fea7346a4f02 (patch)
tree6a592c19559075f3f409d8e10945461c7e71b4bf /tools
parent8cf325640e316aff125deeff3d2880bb342d00c9 (diff)
downloadevol-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')
-rwxr-xr-xtools/vars.sh8
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"