
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14099 54d463be-8e91-2dee-dedb-b68131a5f0ec
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
// ______ __ __
|
|
// /\ _ \/\ \__/\ \
|
|
// __\ \ \L\ \ \ ,_\ \ \___ __ ___ __
|
|
// /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\
|
|
///\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_
|
|
//\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\
|
|
// \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/
|
|
// _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
// / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
|
|
//( e | n | g | l | i | s | h ) ( A | t | h | e | n | a )
|
|
// \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
|
|
//
|
|
//--------------------------------------------------------
|
|
// eAthena 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
|
|
|
|
import: conf/import/script_conf.txt
|