summaryrefslogtreecommitdiff
path: root/conf/script.conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-20 17:49:55 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-20 17:49:55 +0300
commitddf5a3b944b23d0a138f108b8db328ddeaa6df7c (patch)
treeed9485b3870cbc8609385b9ca64b5308edab78bc /conf/script.conf
parent9417d710b889b660ccb798b69f2dd8a05cbc5bbe (diff)
downloadserverdata-ddf5a3b944b23d0a138f108b8db328ddeaa6df7c.tar.gz
serverdata-ddf5a3b944b23d0a138f108b8db328ddeaa6df7c.tar.bz2
serverdata-ddf5a3b944b23d0a138f108b8db328ddeaa6df7c.tar.xz
serverdata-ddf5a3b944b23d0a138f108b8db328ddeaa6df7c.zip
Get updated configurations from Hercules.
Without evol changes.
Diffstat (limited to 'conf/script.conf')
-rw-r--r--conf/script.conf28
1 files changed, 0 insertions, 28 deletions
diff --git a/conf/script.conf b/conf/script.conf
deleted file mode 100644
index 1512aa15..00000000
--- a/conf/script.conf
+++ /dev/null
@@ -1,28 +0,0 @@
-//--------------------------------------------------------
-// Hercules Script Configuration File
-//--------------------------------------------------------
-
-warn_func_mismatch_paramnum: yes
-
-check_cmdcount: 655360
-
-check_gotocount: 2048
-
-// Default value of the 'min' argument of the script command 'input'.
-// When the 'min' argument isn't provided, this value is used instead.
-// Defaults to 0.
-//input_min_value: 0
-
-// Default value of the 'max' argument of the script command 'input'.
-// When the 'max' argument isn't provided, this value is used instead.
-// Defaults to INT_MAX.
-//input_max_value: 2147483647
-input_max_value: 10000000
-
-// Specifies whether or not each built-in function's arguments are checked for
-// correct type. When a function is given an argument different from what it
-// expects, a warning is thrown before the function is ran anyway.
-// Default: yes
-warn_func_mismatch_argtypes: yes
-
-import: conf/import/script_conf.txt