map_athena.conf 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. // ______ __ __
  2. // /\ _ \/\ \__/\ \
  3. // __\ \ \L\ \ \ ,_\ \ \___ __ ___ __
  4. // /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\
  5. ///\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_
  6. //\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\
  7. // \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/
  8. // _ _ _ _ _ _ _ _ _ _ _ _ _
  9. // / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
  10. //( e | n | g | l | i | s | h ) ( A | t | h | e | n | a )
  11. // \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
  12. //
  13. //--------------------------------------------------------------
  14. //eAthena Map-Server Configuration File
  15. //--------------------------------------------------------------
  16. //--------------------------------------------------------------
  17. // Configuration Info
  18. //--------------------------------------------------------------
  19. // Interserver communication passwords, set in account.txt (or equiv.)
  20. userid: s1
  21. passwd: p1
  22. // Character Server IP
  23. //
  24. // You should only need to set this if you are running behind a
  25. // firewall or on a machine with multiple interfaces. In that case,
  26. // you need to specify the IP address you wish to export to the entire world.
  27. //
  28. //char_ip:127.0.0.1
  29. // Character Server Port
  30. char_port: 6121
  31. // Map Server IP
  32. //
  33. // You should only need to set this if you are running behind a
  34. // firewall or on a machine with multiple interfaces. In that case,
  35. // you need to specify the IP address you wish to export to the entire world.
  36. //
  37. //map_ip:127.0.0.1
  38. // Map Server Port
  39. map_port: 5121
  40. //Preferred map loading method
  41. //0: Read directly from grf, 1: Read from bitmap file (without compression)
  42. //2: Read from bitmap file (with compression). It is possible to reduce the map cache
  43. // to 1MB for 400+ maps with compression enabled. If all maps are already loaded in the
  44. // cache, Athena can boot without reading the grf files.
  45. read_map_from_bitmap: 1
  46. //
  47. //Where is the bitmap file stored?
  48. map_bitmap_path: db/map.info
  49. // Console Commands
  50. // Allow for console commands to be used on/off
  51. // This prevents usage of >& log.file
  52. console: off
  53. // Database autosave time, in seconds.
  54. autosave_time: 60
  55. // Message of the day file, when a character logs on, this message is displayed.
  56. motd_txt: conf/motd.txt
  57. // When @help or @h is typed when you are a gm, this is displayed for helping new gms understand gm commands.
  58. help_txt: conf/help.txt
  59. mapreg_txt: save/mapreg.txt
  60. // NPCs
  61. import: npc/npcs_athena.conf
  62. // Maps:
  63. import: conf/maps_athena.conf
  64. // Mugendai's GUI Support
  65. imalive_on: 0
  66. imalive_time: 30
  67. flush_on: 0
  68. flush_time: 30
  69. import: conf/import/map_conf.txt