Mouse-Over and Myself

Going to take a stab at healing, so I made a bunch of mouse-over macros that work great! But, I can’t mouse over myself. How do healer heal themselves? This sounds and actually might be a ignorant question, sorry!

I’d look at an addon called “Healium” to get started with for Healing.

Doing this with mouseovers and macros in a busy fight is going to be very frustrating.

As to self-healing, if you simply code your macros like this…

#showtooltip
/cast [@mouseover,help][]Healy Spell

…they should cast on you by default.

3 Likes

Ok, will give it a try. ty!

You can’t mouse over your 3D body (because then you’d also be able to click it and wouldn’t be able to target things in melee range with you/on the floor) but you can mouse over your unit frame.

3 Likes

Ty! Dislodges macro works perfect.

I prefer to use the following macro:

#showtooltip
/cast [@mouseover, help, nodead][@player] Healing Spell

There are two reasons I like this version better. First, it works even if I have self cast turned off. Second, I don’t have to worry if I’ve got a friendly target when I want to heal myself. (I just need to be aware of what my mouse is over.) Obviously, it comes down to personal preference. (For example, if you do want to be able to heal a friendly target and not just mouseovers, Dislodge and Elvenbane’s macros are the ones you need.)