inter_athena.conf 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. // Athena InterServer configuration.
  2. // Options for both versions
  3. // Log Inter Connections, etc.?
  4. log_inter: 1
  5. // Inter Log Filename
  6. inter_log_filename: log/inter.log
  7. // Level range for sharing within a party
  8. party_share_level: 15
  9. // SQL version options only
  10. // You can specify the codepage to use in your mySQL tables here.
  11. // (Note that this feature requires MySQL 4.1+)
  12. //default_codepage:
  13. // For IPs, ideally under linux, you want to use localhost instead of 127.0.0.1
  14. // Under windows, you want to use 127.0.0.1. If you see a message like
  15. // "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)"
  16. // and you have localhost, switch it to 127.0.0.1
  17. // Global SQL settings
  18. // overriden by local settings when the hostname is defined there
  19. // (currently only the login-server reads/obeys these settings)
  20. sql.db_hostname: 127.0.0.1
  21. sql.db_port: 3306
  22. sql.db_username: ragnarok
  23. sql.db_password: ragnarok
  24. sql.db_database: ragnarok
  25. sql.codepage:
  26. // MySQL Character SQL server
  27. char_server_ip: 127.0.0.1
  28. char_server_port: 3306
  29. char_server_id: ragnarok
  30. char_server_pw: ragnarok
  31. char_server_db: ragnarok
  32. // MySQL Map SQL Server
  33. map_server_ip: 127.0.0.1
  34. map_server_port: 3306
  35. map_server_id: ragnarok
  36. map_server_pw: ragnarok
  37. map_server_db: ragnarok
  38. // MySQL Log SQL Database
  39. log_db_ip: 127.0.0.1
  40. log_db_port: 3306
  41. log_db_id: ragnarok
  42. log_db_pw: ragnarok
  43. log_db_db: ragnarok
  44. log_codepage:
  45. log_login_db: loginlog
  46. // DO NOT CHANGE ANYTHING BEYOND THIS LINE UNLESS YOU KNOW YOUR DATABASE DAMN WELL
  47. // this is meant for people who KNOW their stuff, and for some reason want to change their
  48. // database layout. [CLOWNISIUS]
  49. // ALL MySQL Database Table names
  50. // Char Database Tables
  51. char_db: char
  52. hotkey_db: hotkey
  53. scdata_db: sc_data
  54. cart_db: cart_inventory
  55. inventory_db: inventory
  56. charlog_db: charlog
  57. storage_db: storage
  58. reg_db: global_reg_value
  59. skill_db: skill
  60. interlog_db: interlog
  61. memo_db: memo
  62. guild_db: guild
  63. guild_alliance_db: guild_alliance
  64. guild_castle_db: guild_castle
  65. guild_expulsion_db: guild_expulsion
  66. guild_member_db: guild_member
  67. guild_skill_db: guild_skill
  68. guild_position_db: guild_position
  69. guild_storage_db: guild_storage
  70. party_db: party
  71. pet_db: pet
  72. friend_db: friends
  73. mail_db: mail
  74. auction_db: auction
  75. quest_db: quest
  76. homunculus_db: homunculus
  77. skill_homunculus_db: skill_homunculus
  78. mercenary_db: mercenary
  79. mercenary_owner_db: mercenary_owner
  80. ragsrvinfo_db: ragsrvinfo
  81. // Map Database Tables
  82. item_db_db: item_db
  83. item_db_re_db: item_db_re
  84. item_db2_db: item_db2
  85. mob_db_db: mob_db
  86. mob_db2_db: mob_db2
  87. mob_skill_db_db: mob_skill_db
  88. mob_skill_db2_db: mob_skill_db2
  89. mapreg_db: mapreg
  90. //Use SQL item_db, mob_db and mob_skill_db for the map server
  91. use_sql_db: no
  92. // Nick for sending mainchat
  93. // messages like whisper
  94. main_chat_nick: Main
  95. import: conf/import/inter_conf.txt