Hi all
I have just started playing Hunter for the first time and loving it. A friend who used to play has told me about a Macro that would help and sent me some code. However it’s a while since they played and it’s not working.
I would like to have my pet attack my target as soon as I place Hunter’s Mark;
/cast Hunter’s Mark
/script if GetUnitName(“target”)==nil then TargetNearestEnemy() end
/script CastPetAction(2);
/script CastPetAction(10);
/script PetAttack(target)
/cast Charge
/cast Dash
That’s the code however when I try it, it says;
‘A macro script has been blocked from an action, only available to the blizzard UI’
Can anybody help?