inter_athena.conf 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. // Athena InterServer configuration.
  2. // Options for both versions
  3. // Log Inter Connections, etc.?
  4. log_inter: 1
  5. // Inter Log Filename
  6. inter_log_filename: log/inter.log
  7. // Level range for sharing within a party
  8. party_share_level: 15
  9. // TXT version options only
  10. // Storage flatfile database, used for Karfa storage.
  11. storage_txt: save/storage.txt
  12. // Party flatfile database, for party names, members and other party info.
  13. party_txt: save/party.txt
  14. // Hotkeys flatfile database, where character skill shortcuts are stored.
  15. hotkeys_txt: save/hotkeys.txt
  16. // Guild flatfile database, for guild names, members, and other guild info.
  17. guild_txt: save/guild.txt
  18. // Pet flatfile database, for pet names, and other pet info.
  19. pet_txt: save/pet.txt
  20. // Homunculus flatfile database, for homunculus information.
  21. homun_txt: save/homun.txt
  22. // Castle flatfile database, for emperium war castles, etc.
  23. castle_txt: save/castle.txt
  24. // Status change flatfile database, for status changes that are saved between sessions.
  25. scdata_txt: save/scdata.txt
  26. // Mapserver permanent script variables ($-type)
  27. mapreg_txt: save/mapreg.txt
  28. // SQL version options only
  29. // You can specify the codepage to use in your mySQL tables here.
  30. // (Note that this feature requires MySQL 4.1+)
  31. //default_codepage:
  32. // For IPs, ideally under linux, you want to use localhost instead of 127.0.0.1
  33. // Under windows, you want to use 127.0.0.1. If you see a message like
  34. // "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)"
  35. // and you have localhost, switch it to 127.0.0.1
  36. // Global SQL settings
  37. // overriden by local settings when the hostname is defined there
  38. // (currently only the login-server reads/obeys these settings)
  39. sql.db_hostname: 127.0.0.1
  40. sql.db_port: 3306
  41. sql.db_username: ragnarok
  42. sql.db_password: ragnarok
  43. sql.db_database: ragnarok
  44. sql.codepage:
  45. // MySQL Character SQL server
  46. char_server_ip: 127.0.0.1
  47. char_server_port: 3306
  48. char_server_id: ragnarok
  49. char_server_pw: ragnarok
  50. char_server_db: ragnarok
  51. // MySQL Map SQL Server
  52. map_server_ip: 127.0.0.1
  53. map_server_port: 3306
  54. map_server_id: ragnarok
  55. map_server_pw: ragnarok
  56. map_server_db: ragnarok
  57. // MySQL Log SQL Database
  58. log_db_ip: 127.0.0.1
  59. log_db_port: 3306
  60. log_db_id: ragnarok
  61. log_db_pw: ragnarok
  62. log_db_db: log
  63. log_codepage:
  64. // DO NOT CHANGE ANYTHING BEYOND THIS LINE UNLESS YOU KNOW YOUR DATABASE DAMN WELL
  65. // this is meant for people who KNOW their stuff, and for some reason want to change their
  66. // database layout. [CLOWNISIUS]
  67. // ALL MySQL Database Table names
  68. // Login Database Tables
  69. loginlog_db: loginlog
  70. // Char Database Tables
  71. char_db: char
  72. hotkey_db: hotkey
  73. scdata_db: sc_data
  74. cart_db: cart_inventory
  75. inventory_db: inventory
  76. charlog_db: charlog
  77. storage_db: storage
  78. reg_db: global_reg_value
  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. auction_db: auction
  95. quest_db: quest
  96. // Map Database Tables
  97. item_db_db: item_db
  98. item_db2_db: item_db2
  99. mob_db_db: mob_db
  100. mob_db2_db: mob_db2
  101. mapreg_db: mapreg
  102. //Use SQL item_db and mob_db for the map server
  103. use_sql_db: no
  104. // Nick for sending mainchat
  105. // messages like whisper
  106. main_chat_nick: Main
  107. import: conf/import/inter_conf.txt