Wasn’t sure where to post this. I have never done a Macro so total noob and never played Hunter until a week ago and again, total noob. Got chatting to a pal who hasn’t played for a while and told me a macro he would use. He wrote it but I cannot get it to work.
/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
Basically I want to cast Hunter mark and when I do send my pet.
When I use this however it says it was blocked as it is only available to Blizzard UI.