Revision 1, 1.3 kB
(checked in by jinshiro, 17 years ago)
|
|
Rev | Line | |
---|
[1] | 1 | // ______ __ __ |
---|
| 2 | // /\ _ \/\ \__/\ \ |
---|
| 3 | // __\ \ \L\ \ \ ,_\ \ \___ __ ___ __ |
---|
| 4 | // /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\ |
---|
| 5 | ///\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_ |
---|
| 6 | //\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\ |
---|
| 7 | // \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/ |
---|
| 8 | // _ _ _ _ _ _ _ _ _ _ _ _ _ |
---|
| 9 | // / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ |
---|
| 10 | //( e | n | g | l | i | s | h ) ( A | t | h | e | n | a ) |
---|
| 11 | // \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ |
---|
| 12 | // |
---|
| 13 | //-------------------------------------------------------- |
---|
| 14 | // eAthena Script Configuration File |
---|
| 15 | //-------------------------------------------------------- |
---|
| 16 | |
---|
| 17 | |
---|
| 18 | warn_func_mismatch_paramnum: yes |
---|
| 19 | |
---|
| 20 | check_cmdcount: 655360 |
---|
| 21 | |
---|
| 22 | check_gotocount: 2048 |
---|
| 23 | |
---|
| 24 | // Default value of the 'min' argument of the script command 'input'. |
---|
| 25 | // When the 'min' argument isn't provided, this value is used instead. |
---|
| 26 | // Defaults to 0. |
---|
| 27 | //input_min_value: 0 |
---|
| 28 | |
---|
| 29 | // Default value of the 'max' argument of the script command 'input'. |
---|
| 30 | // When the 'max' argument isn't provided, this value is used instead. |
---|
| 31 | // Defaults to INT_MAX. |
---|
| 32 | //input_max_value: 2147483647 |
---|
| 33 | input_max_value: 10000000 |
---|
| 34 | |
---|
| 35 | import: conf/import/script_conf.txt |
---|