inter_athena.conf 4.8 KB

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