inter_athena.conf 4.8 KB

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