Page 1 of 1

Hunter "PetFollow" Macro guide

PostPosted: Mon Sep 07, 2015 12:04 pm
by Malicks
This can apply to warlock pets as well, but this is more specifically useful for hunters.

In my Scatter Shot and Feign Death macros, I have a script that recalls my pet to me via follow command so it doesn't break the scatter, or puts me out of combat when I FD so I can drop a trap. Since this particular script is hard to find nowadays, I figured I post my macros here so others might find them usefull.

PetFollow script:
Code: Select all
/script PetFollow("YourNameHere")


So here are a few examples using this script in my macros.

Scatter Shot:
Code: Select all
/script PetFollow("Malicks")
/cast Scatter Shot


Feign Death
Code: Select all
/script PetFollow("Malicks")
/cast Feign Death
/cast Freezing Trap


These should recall your pet so it doesnt break your cc/keep you in combat when attempting to CC.
And just as a PSA, ALWAYS KEEP YOUR PET ON PASSIVE!
Hope this helps some of you!