From 004e7b1383b1a3aa9e0a4cdab746410c100b0305 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 11 Oct 2006 20:05:55 +0000 Subject: - Removed useless inter_athena settings (they were doing absolutely nothing): read_gm_interval, gm_db, gm_db_level, gm_db_account_id, use_new_sql_db git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8968 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/Changelog.txt | 4 ++++ conf-tmpl/inter_athena.conf | 26 ++++++-------------------- 2 files changed, 10 insertions(+), 20 deletions(-) (limited to 'conf-tmpl') diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index d4a4b6c76..ffed623c6 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,9 @@ Date Added +2006/10/11 + * Removed useless inter_athena settings (they were doing absolutely + nothing): read_gm_interval, gm_db, gm_db_level, gm_db_account_id, + use_new_sql_db [Skotlex] 2006/10/06 * status_cast_cancel is now a type 4 (object bitmasks) setting (status.conf). [Skotlex] diff --git a/conf-tmpl/inter_athena.conf b/conf-tmpl/inter_athena.conf index 9d841a39f..7b6948c68 100644 --- a/conf-tmpl/inter_athena.conf +++ b/conf-tmpl/inter_athena.conf @@ -52,16 +52,6 @@ gm_read_method: 0 // by gm_can_drop_lv (battle_athena.conf). lowest_gm_level: 1 -// How often the GM accounts will be reloaded by the map-server in minutes -read_gm_interval: 10 - -// 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 - - // You can specify the codepage to use in your mySQL tables here. // (Note that this feature requires MySQL 4.1+) //default_codepage: @@ -73,6 +63,11 @@ read_gm_interval: 10 // "MySQL server has gone Away" errors due to lack of activity on your server connection_ping_interval: 7 +// For IPs, 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 login_server_port: 3306 @@ -119,19 +114,14 @@ db_server_logindb: ragnarok // this is meant for people who KNOW their stuff, and for some reason want to change their // database layout. [CLOWNISIUS] +//Column names for the login table. login_db_account_id: account_id login_db_userid: userid login_db_user_pass: user_pass login_db_level: level - // ALL MySQL Database Table names -// GM Account Database Table -gm_db: login -gm_db_level: level -gm_db_account_id: account_id - // Login Database Tables login_db: login loginlog_db: loginlog @@ -171,10 +161,6 @@ mail_db: mail //Use SQL item_db and mob_db for the map server use_sql_db: no -//SQL for the rest of the databases. -//This is experimental and not meant to be used by anyone other than developers yet. -use_new_sql_db: no - // Use SQL Mail Server mail_server_enable: no -- cgit v1.2.3-60-g2f50