pet.conf 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. //--------------------------------------------------------------
  2. // rAthena Battle Configuration File
  3. // Originally Translated by Peter Kieser <pfak@telus.net>
  4. // Made in to plainer English by Ancyker
  5. //--------------------------------------------------------------
  6. // Note 1: Value is a config switch (on/off, yes/no or 1/0)
  7. // Note 2: Value is in percents (100 means 100%)
  8. // Note 3: Value is a bit field. If no description is given,
  9. // assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun, 16: Mercenary, 128: NPC, 512: Elemental)
  10. //--------------------------------------------------------------
  11. // Rate for catching pets (Note 2)
  12. pet_catch_rate: 100
  13. // Can you name a pet more then once? (Note 1)
  14. pet_rename: no
  15. // The rate a pet will get friendly by feeding it. (Note 2)
  16. pet_friendly_rate: 100
  17. // The rate at which a pet will become hungry. (Note 2)
  18. pet_hungry_delay_rate: 100
  19. // Does the pet need its equipment before it does its skill? (Note 1)
  20. // These bonuses are unofficial and found in the import/pet_db.yml
  21. pet_equip_required: yes
  22. // When the master attacks a monster, whether or not the pet will also attack. (Note 1)
  23. pet_attack_support: no
  24. // When the master receives damage from the monster, whether or not the pet attacks back. (Note 1)
  25. pet_damage_support: no
  26. // Minimum intimacy necessary for a pet to support their master. Default is 900
  27. // (intimacy goes from 0 to 1000). At this minimum, support rate is 50% of pet's normal value.
  28. // At max (1000) support rate is 150%.
  29. pet_support_min_friendly: 900
  30. // Whether or not the pet's will use skills. (Note 1)
  31. // Note: Offensive pet skills need at least pet_attack_support or
  32. // pet_damage_support to work (they trigger while the pet is attacking).
  33. pet_status_support: no
  34. // Rate at which a pet will support it's owner in battle. (Note 2)
  35. // Affects pet_attack_support & pet_damage_support.
  36. pet_support_rate: 100
  37. // Does the pets owner receive exp from the pets damage?
  38. pet_attack_exp_to_master: no
  39. // The rate exp. is gained from the pet attacking monsters
  40. pet_attack_exp_rate: 100
  41. // Pet leveling system. Use 0 to disable (default).
  42. // When enabled, a pet's level is a fixed % of the master's. (Note 2)
  43. // If 200%, pet has double level, if 50% pet has half your level, etc.
  44. pet_lv_rate: 0
  45. // When pet leveling is enabled, what is the max stats for pets?
  46. pet_max_stats: 99
  47. // When pet leveling is enabled, these are the imposed caps on
  48. // min/max damage. Note that these only cap atk1 and atk2, if you
  49. // enable pet_str, their max damage is then their base_atk + pet_max_atk2
  50. pet_max_atk1: 500
  51. pet_max_atk2: 1000
  52. // Are pets disabled during Guild Wars?
  53. // If set to yes, pets are automatically returned to egg when entering castles during WoE times
  54. // and hatching is forbidden within as well.
  55. pet_disable_in_gvg: no
  56. // Will does petskillattack2 fixed damage ignore plant infnite defense? (Note 1)
  57. pet_ignore_infinite_def: yes
  58. // Whether or not the pet will continue to attack when the master is dead. (Note 1)
  59. pet_master_dead: no
  60. // Send auto-feed notice even if the client setting is OFF (Note 1)
  61. // Official: yes
  62. pet_autofeed_always: yes
  63. // Pet walk speed.
  64. // 1: Master's walk speed (official)
  65. // 2: DEFAULT_WALK_SPEED value
  66. // 3: Mob database walk speed
  67. pet_walk_speed: 1