Page 1 of 1

Ranger Pet Changes

Posted: Fri Nov 09, 2018 9:02 am
by NiteHawk
-Ranger pets were affected by the NPC damage going down by 20%, so we have boosted pet damage by 20% once captured. If you find anything odd please feel free to poke us and we'll resolve it ASAP.

-Pet protect now is effected better by your charisma modifier better. The AGI part of it was ALREADY effected, but the taunt level was not changed.

So currently it was:
((PetTaunt -1) * 5) + (OriginalPetAgi * 0.25 * CharismaModifier)

It has been changed to:
(((PetTaunt -1) * 6) + (OriginalPetAgi * 0.25)) * CharismaModifier
... Where charisma modifier is what you see, i.e 1.00 for 100%, 1.06 for 106% etc. OriginalPetAgi would be the AGI at 100%.
(The actual taunt level is still the same for pets.)


-/pet revive is removed. No longer needed. Calling out a pet will work even if it has died, but at 1HP.

-/pet heal modified. In combat it heals slightly more and the more int you have, the higher the heal. Out of combat has had a larger boost, which int also effects.

-When you do not have a combat timer and are in the same room as your pet, your pet will heal 25% per tick, and will be fully healed in about 16 seconds, the same time as using a food out of combat.

-Pet HP raised 5% (Does make a difference, specially on tanky mobs with high HP)

Re: Ranger Pet Changes

Posted: Fri Nov 09, 2018 6:52 pm
by NiteHawk
More pet updates. Pet changes are now in. New pets are in (Lat will announce this) and some revamp to heal was added.

You no longer need to revive your pet. Calling out the pet works. They also have a passive heal out of combat or you can heal them for a higher amount now.

In combat heals was slightly boosted, but is still dependent on having somewhat moderate INT.

Thanks.

Re: Ranger Pet Changes

Posted: Fri Nov 09, 2018 7:04 pm
by Lateralus
New Pets:

Magma Crab - Balanced attacker with moderate taunt
Wild Ram - Low attacker with higher taunt
Alligator - Balanced attacker with moderate taunt
Hydra - balanced attacker with higher taunt.
Cusith - higher damage attacker with lower taunt.
Arachne - high damage attacker with low taunt

Re: Ranger Pet Changes

Posted: Sat Nov 10, 2018 4:03 pm
by NiteHawk
Sorry the protect modifier was:

(((PetTaunt -1) * 5) + (OriginalPetAgi * 0.25)) * CharismaModifier

NOT

((PetTaunt * 5) + (OriginalPetAgi * 0.25)) * CharismaModifier


However, I changed it to:

(((PetTaunt -1) * 6) + (OriginalPetAgi * 0.25)) * CharismaModifier

Just to give it a little boost to defender pets. Thanks.