#showtooltip
/use [@harm] Holy Shock
I thought that would do it… but sadly it does not?
Basically, I want to use this ability as attack, but often I hit it and the target is already dead, I end up unneedingly healing myself and having the ability on CD…
1 Like
#showtooltip Holy Shock
/cast [harm] Holy Shock
Alternatively, you could set it up to work on both enemies and allies but restrict it to your target so it doesn’t auto self-cast
#showtooltip
/cast [@target] Holy Shock
Personally, I’d add mouseover support to whatever you do but that’s me. You can also take it a couple steps further like this:
Offensive Macro for Healers
This macro is for healers who want to dps without switching to enemy targets. Basically allows you to dps while having fiendly players targeted or moused over.
Mouseover Enemy: Cast on Mouseover
Target Enemy: Cast on Target
Mouseover Friend Targeting Enemy: Cast on Friend’s Target
Target Friend Targeting Enemy: Cast on Friend’s Target
Default casting behavior. This condition also serves to generate the correct tooltip.
#showtooltip
/cast [@mouseover,harm,nodead] [harm] [@mouseovertarget,harm,nodead] [@targettarget,harm,nodead] [] SPELL
2 Likes
Thanks a lot!
I do have the mouse-overs for my other healers, but for RP reasons this guy is more offence. (its a fun challenge to level that way)
2 Likes