inter_athena.conf 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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. login_server_accreg_db: global_reg_value
  68. ipban_table: ipbanlist
  69. // Char Database Tables
  70. char_db: char
  71. hotkey_db: hotkey
  72. scdata_db: sc_data
  73. cart_db: cart_inventory
  74. inventory_db: inventory
  75. charlog_db: charlog
  76. storage_db: storage
  77. reg_db: global_reg_value
  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. 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. ragsrvinfo_db: ragsrvinfo
  101. skillcooldown_db: skillcooldown
  102. bonus_script_db: bonus_script
  103. // Map Database Tables
  104. buyingstore_db: buyingstores
  105. buyingstore_items_db: buyingstore_items
  106. item_db_db: item_db
  107. item_db_re_db: item_db_re
  108. item_db2_db: item_db2
  109. //item_db2_db: item_db2_re
  110. item_cash_db_db: item_cash_db
  111. item_cash_db2_db: item_cash_db2
  112. mob_db_db: mob_db
  113. mob_db_re_db: mob_db_re
  114. mob_db2_db: mob_db2
  115. //mob_db2_db: mob_db2_re
  116. mob_skill_db_db: mob_skill_db
  117. mob_skill_db_re_db: mob_skill_db_re
  118. mob_skill_db2_db: mob_skill_db2
  119. //mob_skill_db2_db: mob_skill_db2_re
  120. mapreg_db: mapreg
  121. vending_db: vendings
  122. vending_items_db: vending_items
  123. // Use SQL item_db, mob_db and mob_skill_db for the map server? (yes/no)
  124. use_sql_db: no
  125. import: conf/import/inter_conf.txt