inter_athena.conf 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. // Shared
  69. global_acc_reg_num_table: global_acc_reg_num
  70. global_acc_reg_str_table: global_acc_reg_str
  71. // Char Database Tables
  72. char_db: char
  73. hotkey_db: hotkey
  74. scdata_db: sc_data
  75. cart_db: cart_inventory
  76. inventory_db: inventory
  77. charlog_db: charlog
  78. skill_db: skill
  79. interlog_db: interlog
  80. memo_db: memo
  81. guild_db: guild
  82. guild_alliance_db: guild_alliance
  83. guild_castle_db: guild_castle
  84. guild_expulsion_db: guild_expulsion
  85. guild_member_db: guild_member
  86. guild_skill_db: guild_skill
  87. guild_position_db: guild_position
  88. guild_storage_db: guild_storage
  89. party_db: party
  90. pet_db: pet
  91. friend_db: friends
  92. mail_db: mail
  93. mail_attachment_db: mail_attachments
  94. auction_db: auction
  95. quest_db: quest
  96. homunculus_db: homunculus
  97. skill_homunculus_db: skill_homunculus
  98. mercenary_db: mercenary
  99. mercenary_owner_db: mercenary_owner
  100. elemental_db: elemental
  101. skillcooldown_db: skillcooldown
  102. bonus_script_db: bonus_script
  103. acc_reg_num_table: acc_reg_num
  104. acc_reg_str_table: acc_reg_str
  105. char_reg_str_table: char_reg_str
  106. char_reg_num_table: char_reg_num
  107. clan_table: clan
  108. clan_alliance_table: clan_alliance
  109. // Map Database Tables
  110. buyingstore_table: buyingstores
  111. buyingstore_items_table: buyingstore_items
  112. item_table: item_db
  113. renewal-item_table: item_db_re
  114. item2_table: item_db2
  115. renewal-item2_table: item_db2_re
  116. item_cash_table: item_cash_db
  117. item_cash2_table: item_cash_db2
  118. mob_table: mob_db
  119. renewal-mob_table: mob_db_re
  120. mob2_table: mob_db2
  121. renewal-mob2_table: mob_db2_re
  122. mob_skill_table: mob_skill_db
  123. renewal-mob_skill_table: mob_skill_db_re
  124. mob_skill2_table: mob_skill_db2
  125. renewal-mob_skill2_table: mob_skill_db2_re
  126. mapreg_table: mapreg
  127. sales_table: sales
  128. vending_table: vendings
  129. vending_items_table: vending_items
  130. market_table: market
  131. roulette_table: db_roulette
  132. guild_storage_log: guild_storage_log
  133. // Use SQL item_db, mob_db and mob_skill_db for the map server? (yes/no)
  134. use_sql_db: no
  135. inter_server_conf: inter_server.yml
  136. import: conf/import/inter_conf.txt