diff options
Diffstat (limited to 'conf-tmpl/inter_athena.conf')
-rw-r--r-- | conf-tmpl/inter_athena.conf | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/conf-tmpl/inter_athena.conf b/conf-tmpl/inter_athena.conf index 475969f2b..a2155a5ac 100644 --- a/conf-tmpl/inter_athena.conf +++ b/conf-tmpl/inter_athena.conf @@ -23,6 +23,9 @@ castle_txt: save/castle.txt // Options for both versions +// Log Inter Connections, etc.? +log_inter: 1 + // Inter Log Filename inter_log_filename: log/inter.log @@ -30,15 +33,20 @@ inter_log_filename: log/inter.log party_share_level: 10 + +// SQL version options only + // The lowest GM level on your server lowest_gm_level: 1 // How often the GM accounts will be reloaded by the map-server in minutes read_gm_interval: 10 - - -// SQL version options only +// Ideally under linux, you want to use localhost instead of 127.0.0.1. +// +// Under windows, you want to use 127.0.0.1. If you see a message like +// "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)" +// and you have localhost, switch it to 127.0.0.1 // MySQL Login SQL Server login_server_ip: 127.0.0.1 @@ -124,5 +132,4 @@ mob_db_db: mob_db //Use SQL item_db and mob_db for the map server use_sql_db: no -// Log Inter Connections, etc.? -log_inter: 1 +import: conf/import/inter_conf.txt |