pet.conf 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. // Rate for catching pets (Note 2)
  30. pet_catch_rate: 100
  31. // Can you name a pet more then once? (Note 1)
  32. pet_rename: no
  33. // The rate a pet will get friendly by feeding it. (Note 2)
  34. pet_friendly_rate: 100
  35. // The rate at which a pet will become hungry. (Note 2)
  36. pet_hungry_delay_rate: 100
  37. // If your pet is hungry by how much will the friendlyness decrease by. (Default is 5)
  38. // Note: The friendlyness is 0-1000 total, at 0 the pet runs away.
  39. pet_hungry_friendly_decrease: 5
  40. // Does Pet's Attack Damage Based On Str (Note 1)
  41. // Note: Few pets have str above 1, enabling this can give an unfair advantage to these pets.
  42. pet_str: no
  43. // Does the pet need its equipment before it does its skill? (Note 1)
  44. pet_equip_required: yes
  45. // When the master attacks a monster, whether or not the pet will also attack. (Note 1)
  46. pet_attack_support: no
  47. // When the master receives damage from the monster, whether or not the pet attacks back. (Note 1)
  48. pet_damage_support: no
  49. // Minimum intimacy necessary for a pet to support their master. Default is 900
  50. // (intimacy goes from 0 to 1000). At this minimum, support rate is 50% of pet's normal value.
  51. // At max (1000) support rate is 150%.
  52. pet_support_min_friendly: 900
  53. // Whether or not the pet's will use skills. (Note 1)
  54. // Note: Offensive pet skills need at least pet_attack_support or
  55. // pet_damage_support to work (they trigger while the pet is attacking).
  56. pet_status_support: no
  57. // Rate at which a pet will support it's owner in battle. (Note 2)
  58. // Affects pet_attack_support & pet_damage_support.
  59. pet_support_rate: 100
  60. // Does the pets owner receive exp from the pets damage?
  61. pet_attack_exp_to_master: no
  62. // The rate exp. is gained from the pet attacking monsters
  63. pet_attack_exp_rate: 100
  64. // Pet leveling system. Use 0 to disable (default).
  65. // When enabled, a pet's level is a fixed % of the master's. (Note 2)
  66. // If 200%, pet has double level, if 50% pet has half your level, etc.
  67. pet_lv_rate: 0
  68. // When pet leveling is enabled, what is the max stats for pets?
  69. pet_max_stats: 99
  70. // When pet leveling is enabled, these are the imposed caps on
  71. // min/max damage. Note that these only cap atk1 and atk2, if you
  72. // enable pet_str, their max damage is then their base_atk + pet_max_atk2
  73. pet_max_atk1: 500
  74. pet_max_atk2: 1000
  75. // Are pets disabled during Guild Wars?
  76. // If set to yes, pets are automatically returned to egg when entering castles during WoE times
  77. // and hatching is forbidden within as well.
  78. pet_disable_in_gvg: no