// Athena InterServer configuration. // Options for both versions // Log Inter Connections, etc.? log_inter: 1 // Inter Log Filename inter_log_filename: log/inter.log // Guild earned exp modifier. // Adjusts taxed exp before adding it to the guild's exp. For example, if set // to 200, the guild receives double the player's taxed exp. guild_exp_rate: 100 // Level range for sharing within a party party_share_level: 10 // If the party leader leaves party, should the party be disbanded? party.break_without_leader: no // If the party leader leaves party, should a new leader be selected? party.auto_reassign_leader: no // TXT storage options: txt.* // autosave.change_delay - delay applied to saving when the database is modified (defaults to 1000 ms) // autosave.retry_delay - delay applied on error to the next save attempt (defaults to 5000 ms) // autosave.max_delay - maximum cumulative delay of a save attempt (defaults to 10000 ms) //txt.autosave.change_delay: 1000 //txt.autosave.retry_delay: 5000 //txt.autosave.max_delay: 10000 //txt.file_accregs: save/accreg.txt //txt.file_auctions: save/auction.txt //txt.file_carts: save/cart.txt //txt.file_castles: save/castle.txt //txt.file_chars: save/athena.txt //txt.file_charregs: save/charreg.txt //txt.file_friends: save/friends.txt //txt.file_guilds: save/guild.txt //txt.file_guild_storages: save/g_storage.txt //txt.file_homuns: save/homun.txt //txt.file_hotkeys: save/hotkey.txt //txt.file_inventories: save/inventory.txt //txt.file_mails: save/mail.txt //txt.file_memos: save/memo.txt //txt.file_mercenaries: save/mercenary.txt //txt.file_parties: save/party.txt //txt.file_pets: save/pet.txt //txt.file_quests: save/quest.txt //txt.file_ranks: save/ranks.txt //txt.file_skills: save/skill.txt //txt.file_statuses: save/scdata.txt //txt.file_storages: save/storage.txt //mapreg_txt: save/mapreg.txt // SQL storage options // You can specify the codepage to use in your mySQL tables here. // (Note that this feature requires MySQL 4.1+) //default_codepage: // 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 // Global SQL settings // overriden by local settings when the hostname is defined there // (currently only the login-server reads/obeys these settings) sql.db_hostname: 127.0.0.1 sql.db_port: 3306 sql.db_username: ragnarok sql.db_password: ragnarok sql.db_database: ragnarok sql.codepage: // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: ragnarok char_server_pw: ragnarok char_server_db: ragnarok // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: ragnarok map_server_pw: ragnarok map_server_db: ragnarok // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok log_db_pw: ragnarok log_db_db: log log_codepage: // DO NOT CHANGE ANYTHING BEYOND THIS LINE UNLESS YOU KNOW YOUR DATABASE DAMN WELL // this is meant for people who KNOW their stuff, and for some reason want to change their // database layout. [CLOWNISIUS] // ALL MySQL Database Table names // Login Database Tables loginlog_db: loginlog // Char Database Tables sql.table_auctions: auction sql.table_carts: cart_inventory sql.table_chars: char sql.table_friends: friends sql.table_guilds: guild sql.table_guild_alliances: guild_alliance sql.table_castles: guild_castle sql.table_guild_expulsions: guild_expulsion sql.table_guild_members: guild_member sql.table_guild_positions: guild_position sql.table_guild_skills: guild_skill sql.table_guild_storages: guild_storage sql.table_homuns: homunculus sql.table_homun_skills: skill_homunculus sql.table_hotkeys: hotkey sql.table_inventories: inventory sql.table_mails: mail sql.table_memos: memo sql.table_mercenaries: mercenary sql.table_mercenary_owners: mercenary_owner sql.table_parties: party sql.table_pets: pet sql.table_quests: quest sql.table_ranks: ranks sql.table_registry: global_reg_value sql.table_statuses: sc_data sql.table_skills: skill sql.table_storages: storage // Map Database Tables item_db_db: item_db item_db2_db: item_db2 mob_db_db: mob_db mob_db2_db: mob_db2 mapreg_db: mapreg //Use SQL item_db and mob_db for the map server use_sql_db: no // Nick for sending mainchat // messages like whisper main_chat_nick: Main import: conf/import/inter_conf.txt