Hunter Macros (for my classic hunter)

Yo macro builders, I was wondering if you can help me out with a little something. Here’s a macro I’ve cobbled together:

#showtooltip Auto Shot
/cleartarget [dead][help]
/targetenemy [noexists]
/cast [harm] Hunter’s Mark
/petattack
/cancelaura Aspect of the Cheetah
/cast Aspect of the Hawk
/cast !Auto Shot

Ok so far it works like this: Target next enemy (check), apply hunter’s mark (check), pet attacks (check), cancel aspect of cheetah (check), cast aspect of the hawk (fail), auto shoot (check)

It will keep applying hunter’s mark if I push the button more than once when I have the same target acquired it never casts aspect of the hawk. I know I can use castsequence but the point of this is to not have to press the button more than once. This is to just initially start a fight while questing, in dungeons/raids. Is it not doing it because it’s “too much” being essentially automated or is there a command i am missing?

Also, if there is a way to clean this macro up a little bit that would be cool too. Like if there’s an easier way to do everything I am looking to do.

Thank you

Pretty sure aspect of the hawk is on the gcd and since hunter’s mark has no fail condition it will never be skipped, allowing aspect to be cast. Cannot be done without cast sequence and two button clicks.

2 Likes

ah ok. guess i will make a second macro to swap between the different aspects. was really hoping i could just do the one button ez mode with this lol thank you

/roll is all you need baby

2 Likes

Not sure if this helps, I have my aspects on my mouse side buttons. When switching from one to the other, I don’t have to “turn cheetah off” before clicking hawk.

Maybe try removing cancel aura cheetah.

if one of the spells trigger a GCD it cant be done with 1 button press