inter_athena.conf 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. // Athena InterServer configuration.
  2. // Contains settings shared/used by more than 1 server.
  3. // Options for both versions
  4. // Log Inter Connections, etc.?
  5. log_inter: 1
  6. // Inter Log Filename
  7. inter_log_filename: log/inter.log
  8. // Level range for sharing within a party
  9. party_share_level: 15
  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. // overridden by local settings when the hostname is defined there
  19. // (currently only the login-server reads/obeys these settings)
  20. // MySQL Login server
  21. login_server_ip: 127.0.0.1
  22. login_server_port: 3306
  23. login_server_id: ragnarok
  24. login_server_pw: ragnarok
  25. login_server_db: ragnarok
  26. login_codepage:
  27. login_case_sensitive: no
  28. ipban_db_ip: 127.0.0.1
  29. ipban_db_port: 3306
  30. ipban_db_id: ragnarok
  31. ipban_db_pw: ragnarok
  32. ipban_db_db: ragnarok
  33. ipban_codepage:
  34. // MySQL Character server
  35. char_server_ip: 127.0.0.1
  36. char_server_port: 3306
  37. char_server_id: ragnarok
  38. char_server_pw: ragnarok
  39. char_server_db: ragnarok
  40. // MySQL Map Server
  41. map_server_ip: 127.0.0.1
  42. map_server_port: 3306
  43. map_server_id: ragnarok
  44. map_server_pw: ragnarok
  45. map_server_db: ragnarok
  46. // MySQL Log Database
  47. log_db_ip: 127.0.0.1
  48. log_db_port: 3306
  49. log_db_id: ragnarok
  50. log_db_pw: ragnarok
  51. log_db_db: ragnarok
  52. log_codepage:
  53. log_login_db: loginlog
  54. // MySQL Reconnect Settings
  55. // - mysql_reconnect_type:
  56. // 1: When MySQL disconnects during runtime, the server tries to reconnect
  57. // mysql_reconnect_count times and shuts down if unsuccessful.
  58. // 2: When mysql disconnects during runtime, it tries to reconnect indefinitely.
  59. mysql_reconnect_type: 2
  60. mysql_reconnect_count: 1
  61. // DO NOT CHANGE ANYTHING BEYOND THIS LINE UNLESS YOU KNOW YOUR DATABASE DAMN WELL
  62. // this is meant for people who KNOW their stuff, and for some reason want to change their
  63. // database layout. [CLOWNISIUS]
  64. // ALL MySQL Database Table names
  65. // Login Database Tables
  66. login_server_account_db: login
  67. ipban_table: ipbanlist
  68. global_acc_reg_num_table: global_acc_reg_num
  69. global_acc_reg_str_table: global_acc_reg_str
  70. // Char Database Tables
  71. char_db: char
  72. hotkey_db: hotkey
  73. scdata_db: sc_data
  74. cart_db: cart_inventory
  75. inventory_db: inventory
  76. charlog_db: charlog
  77. skill_db: skill
  78. interlog_db: interlog
  79. memo_db: memo
  80. guild_db: guild
  81. guild_alliance_db: guild_alliance
  82. guild_castle_db: guild_castle
  83. guild_expulsion_db: guild_expulsion
  84. guild_member_db: guild_member
  85. guild_skill_db: guild_skill
  86. guild_position_db: guild_position
  87. guild_storage_db: guild_storage
  88. party_db: party
  89. pet_db: pet
  90. friend_db: friends
  91. mail_db: mail
  92. mail_attachment_db: mail_attachments
  93. auction_db: auction
  94. quest_db: quest
  95. homunculus_db: homunculus
  96. skill_homunculus_db: skill_homunculus
  97. mercenary_db: mercenary
  98. mercenary_owner_db: mercenary_owner
  99. elemental_db: elemental
  100. skillcooldown_db: skillcooldown
  101. bonus_script_db: bonus_script
  102. acc_reg_num_table: acc_reg_num
  103. acc_reg_str_table: acc_reg_str
  104. char_reg_str_table: char_reg_str
  105. char_reg_num_table: char_reg_num
  106. clan_table: clan
  107. clan_alliance_table: clan_alliance
  108. // Map Database Tables
  109. buyingstore_table: buyingstores
  110. buyingstore_items_table: buyingstore_items
  111. item_table: item_db
  112. renewal-item_table: item_db_re
  113. item2_table: item_db2
  114. renewal-item2_table: item_db2_re
  115. item_cash_table: item_cash_db
  116. item_cash2_table: item_cash_db2
  117. mob_table: mob_db
  118. renewal-mob_table: mob_db_re
  119. mob2_table: mob_db2
  120. renewal-mob2_table: mob_db2_re
  121. mob_skill_table: mob_skill_db
  122. renewal-mob_skill_table: mob_skill_db_re
  123. mob_skill2_table: mob_skill_db2
  124. renewal-mob_skill2_table: mob_skill_db2_re
  125. mapreg_table: mapreg
  126. sales_table: sales
  127. vending_table: vendings
  128. vending_items_table: vending_items
  129. market_table: market
  130. roulette_table: db_roulette
  131. guild_storage_log: guild_storage_log
  132. // Use SQL item_db, mob_db and mob_skill_db for the map server? (yes/no)
  133. use_sql_db: no
  134. inter_server_conf: inter_server.yml
  135. import: conf/import/inter_conf.txt