inter_athena.conf 4.2 KB

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