Vanilla WoW - VanillaGaming

Class Discussion => Hunter => Topic started by: Chakotay on April 21, 2018, 03:56:41 am



Title: Passive doesn't stop pet attack
Post by: Chakotay on April 21, 2018, 03:56:41 am
First hunter on VG.  If I send my pet to attack, I can't get it to stop attacking and return to me by clicking passive.  Is this a bug or just the way VG is?


Title: Re: Passive doesn't stop pet attack
Post by: Poodlesnack on April 21, 2018, 09:12:13 am
You can use the 'Follow' command on your pet bar instead.
If your pet is on passive by default you can use 'Attack' and 'Follow' to order your pet back and forth.


Title: Re: Passive doesn't stop pet attack
Post by: Energiya on April 21, 2018, 12:41:17 pm
Make sure your pet is happy, if not... he won't listen that well and will keep attacking even when follow is pressed.


Title: Re: Passive doesn't stop pet attack
Post by: Chakotay on April 21, 2018, 01:51:05 pm
really easy, unless you don't know how.  I appreciate the info  --  passive-feed-attack-follow -- Thanks!


Title: Re: Passive doesn't stop pet attack
Post by: Ezpzpk/awoo/nouveele on April 22, 2018, 01:32:00 pm
First hunter on VG.  If I send my pet to attack, I can't get it to stop attacking and return to me by clicking passive.  Is this a bug or just the way VG is?
use this macro for your pet, it attacks, makes it stop attacking, assists your friendly targets(tank) so you dont split dps
/script if UnitExists("target") then if UnitIsFriend("player","target") then AssistUnit("target");PetAttack();else if UnitExists("pettarget") and UnitIsUnit("target", "pettarget") then PetFollow();else PetAttack();end;end;else PetFollow();end;