diff options
Diffstat (limited to 'conf-tmpl/char_athena.conf')
-rw-r--r-- | conf-tmpl/char_athena.conf | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf index 4783f0446..06c1f4218 100644 --- a/conf-tmpl/char_athena.conf +++ b/conf-tmpl/char_athena.conf @@ -18,6 +18,10 @@ wisp_server_name: Server // // login_ip:127.0.0.1 +// What interface should we bind to.. if you have multiple IP's on one +// machine, this lets you put multiple servers on the same ports +// bind_ip:127.0.0.1 + // Login Server Port login_port: 6900 @@ -59,6 +63,9 @@ char_new: 0 // Maximum users able to connect to the server. Set to 0 for unlimited. max_connect_user: 0 +// Minimum GM level that is allowed to bypass the server limit of users. +gm_allow_level: 99 + // It's to check IP of a player between char-server and other servers (part of anti-hacking system) // If player doesn't have same IP, connection is refused. // Set to 0/off/no to not check IP of player. @@ -77,7 +84,7 @@ char_txt: save/athena.txt // default is 'no', because backup file take time for nothing. Actually, there is no problem on characters file creation and save. backup_txt_flag: no -// Character server flatfile database (backup) +// Character server flatfile database (backup, TXT only) backup_txt: save/athena_backup.txt // Friends list flatfile database @@ -153,19 +160,16 @@ online_refresh_html: 20 // To log the character server? log_char: 1 +// How many Characters are allowed per Account ? (0 = disabled) [SQL Only!] +chars_per_account: 0 + // What folder the DB files are in (item_db.txt, etc.) db_path: db -// Anti-freeze system enable -anti_freeze_enable: 0 -// Anti-freeze system interval (in seconds) -anti_freeze_interval: 6 - -// If you want use an additional configuration file, uncomment and use this parameter -//import: path/additional_configuration_file - // Mugendai's GUI Support imalive_on: 0 imalive_time: 30 flush_on: 0 -flush_time: 30
\ No newline at end of file +flush_time: 30 + +import: conf/import/char_conf.txt |