Pet Attack/Follow macro (From Hunter forums)

Pet Attack/Follow macro (From Hunter forums)

by slverbaur » Sun Jan 15, 2023 6:20 pm

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
slverbaur
Private
Private
 

Return to Warlock

cron