Page 1 of 1

Pet Attack/Follow macro (From Hunter forums)

PostPosted: Sun Jan 15, 2023 6:20 pm
by slverbaur
Basically toggles between PetFollow and PetAttack depending on your targets.

Works well with multiple targets too.

Try it out.

Code: Select all
/run if not UnitExists("target") then PetFollow(); return; end if not UnitIsUnit("target", "pettarget") then PetAttack(target); else PetFollow(); end