guild.conf 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. // When making a guild, an Emperium is consumed? (Note 1)
  30. guild_emperium_check: yes
  31. // Maximum tax limit on a guild member.
  32. guild_exp_limit: 50
  33. // Maximum castles one guild can own (0 - unlimited)
  34. guild_max_castles: 0
  35. // Damage adjustments for WOE battles against defending Guild monsters (Note 2)
  36. castle_defense_rate: 100
  37. // Melee damage adjustments (non skills) for WoE battles (Guild Vs Guild) (Note 2)
  38. gvg_short_attack_damage_rate: 100
  39. // Ranged damage adjustments (non skills) for WoE battles (Guild Vs Guild) (Note 2)
  40. gvg_long_attack_damage_rate: 75
  41. // Weapon skills damage adjustments for WoE battles (Guild Vs Guild) (Note 2)
  42. gvg_weapon_attack_damage_rate: 60
  43. // Magic skills damage adjustments for WoE battles (Guild Vs Guild) (Note 2)
  44. gvg_magic_attack_damage_rate: 50
  45. // Misc skills damage adjustments for WoE battles (Guild Vs Guild) (Note 2)
  46. gvg_misc_attack_damage_rate: 60
  47. // Flee penalty on gvg grounds. Official value is 20 (Note 2)
  48. // NOTE: It's %, not absolute, so 20 is -20% of your total flee
  49. gvg_flee_penalty: 20
  50. // When the emperium is broken with WoE mode on, How Long Before The
  51. // Declaration Of Castle Owner and Removal of Monsters/Players from
  52. // Castle. (in milliseconds) (Note 3)
  53. gvg_eliminate_time: 7000
  54. // Can the 'Glory of Guild' skill be learnt in the Guild window,
  55. // and does changing emblems require it? (Note 1)
  56. // P.S: This new guild skill only appears for 2004-10-25aSakexe or newer
  57. // P.S 2: This skill is not implemented on official servers, so its only optional
  58. require_glory_guild: no