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!