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