Macro for Spirit Mend

Hey guys, I wanted some help with setting up a macro for my Spirit Mend that prioritizes my Focused Target and then me.
I don’t know much about Macros so I would appreciate all the help! Thanks in advance!

The macro for that specifically could look something like this:


#showtooltip
/cast [@focus,help,exists,nodead][@player]Spirit Mend



I also made this post in another thread about a week ago, showing some other useful macros for Misdirection or Spirit Mend

#Is there such thing as Pet Meta? - #9 by Ghorak-laughing-skull

3 Likes

Damnn, that’s perfect, I really appreciate it, that’s exactly what I was looking for!

Also, I do make use of the Misdirection Macro, it was the first macro I learned as a hunter just because how good it feels in a dungeon =v

1 Like

While the macro that Ghorak gave you does exactly what you asked for, you may want to consider a mouseover macro so you can use the heal on other people or your pet along with your focus and yourself. Mine goes like this:

#showtooltip Spirit Mend
/cast [@mouseover, help][@player] Spirit Mend

If you hover your curser over a friendly target (including anything in the dungeon or raid pane and your focus) it will cast the heal on it. Otherwise it will cast the heal on you. Of course as you can see there are other modifiers you can add but this macro has given me no trouble.

1 Like

Those can be found in the linked post in my reply.

I only posted the @focus macro here as that was what he asked for.

But yeah, a mousover-macro for both Spirit Mend along with Misdirection is really handy as a hunter(player).