client.conf 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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 Battle Configuration File
  15. // Originally Translated by Peter Kieser <pfak@telus.net>
  16. // Made in to plainer English by Ancyker
  17. //--------------------------------------------------------------
  18. //Note 1: Directives can be set using on/off, yes/no or 1/0.
  19. //Note 2: All rates are in percents, 100 would mean 100%, 200
  20. // would mean 200%, etc
  21. //Note 3: Value is not limited to 60K (see below)
  22. // Other Information:
  23. // All options are limited to a max of 60K (aprox) which is 600%
  24. // or 60secs as appropiate.
  25. // 1000 miliseconds is 1 second.
  26. // Unless otherwise specified, the minimum value is 0 for all
  27. // features.
  28. //--------------------------------------------------------------
  29. // Set here which client version do you accept. Add all values of clients:
  30. // Clients older than accepted versions, and versions not set to 'accepted'
  31. // here will be rejected when logging in
  32. // 1: Clients 2004-09-06aSakray and older (packet versions 4-9)
  33. // 2: 2004-09-06aSakexe (version 10)
  34. // 4: 2004-09-21aSakray (version 11)
  35. // 8: 2004-10-11aSakexe (version 12)
  36. // 16: 2004-10-25aSakexe (version 13)
  37. // 32: 2004-11-01aSakexe (version 14)
  38. // 64: 2004-12-06aSakexe (version 15)
  39. // 128: 2005-01-10aSakexe (version 16)
  40. // 256: 2005-05-09aSakexe (version 17)
  41. // 512: 2005-06-28aSakexe (version 18)
  42. // 1024: 2006-04-03aSakexe (version 19)
  43. // default value: 2047 (all clients)
  44. packet_ver_flag: 2047
  45. // Minimum delay between whisper/global/party/guild messages (in ms)
  46. // Messages that break this threshold are silently omitted.
  47. min_chat_delay: 0
  48. // valid range of dye's and styles on the client
  49. min_hair_style: 0
  50. max_hair_style: 23
  51. min_hair_color: 0
  52. max_hair_color: 8
  53. min_cloth_color: 0
  54. max_cloth_color: 4
  55. //When set to yes, the damage field in packets sent from woe maps will be set
  56. //to -1, making it impossible for GMs, Bots and Hexed clients to know the
  57. //actual damage caused by attacks. (Note 1)
  58. hide_woe_damage: no
  59. //"hair style" number that identifies pet.
  60. //NOTE: The client uses the "hair style" field in the mob packet to tell them apart from mobs.
  61. //This value is always higher than the max hair-style available in said client.
  62. //Known values to work (all 2005 clients):
  63. //older sakexes: 20
  64. //sakexe 0614: 24
  65. //sakexe 0628 (and later): 100
  66. pet_hair_style: 100
  67. // Visible area size (how many squares away from a player can they see)
  68. area_size: 14
  69. // Maximum user LV to send to client
  70. // (Default is 99.. Never go above 127)
  71. //
  72. // this is only useful if you have adjusted your client
  73. // to expect levels higher then 99
  74. max_lv: 99
  75. // Level required to display an aura.
  76. // NOTE: This assumes that sending max_lv to the client will display the aura. aura_lv must not be less than max_lv.
  77. // Example: If max_lv is 99, and aura_lv is 150, characters with level 99~149 will be sent as being all level 98,
  78. // and only characters with level 150 or more will be reported as having level 99.
  79. aura_lv: 99
  80. // Will tuxedo and wedding dresses be shown when worn? (Note 1)
  81. wedding_modifydisplay: no
  82. // Save Clothes color. (This will degrade performance) (Note 1)
  83. save_clothcolor: yes
  84. // Do not display cloth colors for the wedding class?
  85. // Note: Both save_clothcolor and wedding_modifydisplay have to be enabled
  86. // for this option to take effect. Set this to yes if your cloth palettes
  87. // pack doesn't has wedding palettes (or has less than the other jobs)
  88. wedding_ignorepalette: no
  89. // Do not display cloth colors for the Xmas class?
  90. // Set this to yes if your cloth palettes pack doesn't has Xmas palettes (or has less than the other jobs)
  91. xmas_ignorepalette: no
  92. // Set this to 1 if your clients have langtype problems and can't display motd properly
  93. motd_type: 0
  94. // Show eAthena version to users when the login?
  95. display_version: yes
  96. // When affected with the "Hallucination" status effect, send the effect to client? (Note 1)
  97. // Note: Set to 'no' if the client lags due to the "Wavy" screen effect.
  98. display_hallucination: yes