Hunter Macro Help

Hi All.

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.

Any help appreciated.

I do this:
#showtooltip Hunter’s Mark
/cast Hunter’s Mark
/petattack

this casts Hunter’s Mark and make your pet attack your chosen target.
Hope this helps.

EDIT:
Yes I write macros for fun, now and then I even use them :wink:

1 Like

Thanks for the reply. For some reason the pet attacks but the Hunter’s Mark isn’t cast

Strange, it works for me - do you perhaps have any addons that could interfere with your macros?

make sure the ’ is in hunter’s mark otherwise it wont work.

1 Like

Brilliant, got it working. I copied & pasted it originally so probably something with that.

Thanks!

1 Like

Quite funny as I copy/pasted my working macro in here - those systems sure have their own will. Happy to hear it works :dart:

You can also have the macro window open and (shift, I think) click on hunter’s mark in your spellbook.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.