diff options
-rw-r--r-- | conf/Changelog.txt | 2 | ||||
-rw-r--r-- | conf/battle/pet.conf | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 1e23b43b2..20fa41456 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,4 +1,6 @@ Date Added +2009/3/31 + * Added missing pet_equip_min_friendly config option [ultramage] 2009/3/23 * Added setting display_status_timers to client.conf for new status change packet. [Sara] 2009/1/26 diff --git a/conf/battle/pet.conf b/conf/battle/pet.conf index 0d13d26b9..f6febc202 100644 --- a/conf/battle/pet.conf +++ b/conf/battle/pet.conf @@ -51,6 +51,9 @@ pet_damage_support: no // At max (1000) support rate is 150%. pet_support_min_friendly: 900 +// Same as above, but this is to use the pet_script field with official pet abilities. +pet_equip_min_friendly: 900 + // Whether or not the pet's will use skills. (Note 1) // Note: Offensive pet skills need at least pet_attack_support or // pet_damage_support to work (they trigger while the pet is attacking). |