You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
950 B
Plaintext
30 lines
950 B
Plaintext
4 months ago
|
//--------------------------------------------------------
|
||
|
// rAthena 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
|