Mouse Over Heals

Priest-specific guides and discussion.
Zerodsu
Posts: 4

Mouse Over Heals

Post#1 » Wed Jul 01, 2026 3:55 am

I can't get mouseover heals to work.
Anyone willing to explain why? People say do the modernizations, get shagu, get supermacro.
I did all of it. All together. And it doesn't work. Help please.

Xar99
Posts: 13

Re: Mouse Over Heals

Post#2 » Fri Jul 24, 2026 9:05 am

I think you don't need any mods or addons for mouseover heals. A macro like this should work. Just change the name of the spell and rank:

Code: Select all

/run f=GetMouseFocus() u=f and f.unit if u and UnitExists(u) then CastSpellByName("Healing Wave(Rank 1)") SpellTargetUnit(u) else CastSpellByName("Healing Wave(Rank 1)") end

Turbofougere1
Posts: 1

Re: Mouse Over Heals

Post#3 » Mon Aug 03, 2026 3:56 pm

Doesnt work :(

Therealvda
Posts: 110

Re: Mouse Over Heals

Post#4 » Sun Aug 09, 2026 11:43 am

Xar99 wrote: Fri Jul 24, 2026 9:05 am I think you don't need any mods or addons for mouseover heals. A macro like this should work. Just change the name of the spell and rank:

Code: Select all

/run f=GetMouseFocus() u=f and f.unit if u and UnitExists(u) then CastSpellByName("Healing Wave(Rank 1)") SpellTargetUnit(u) else CastSpellByName("Healing Wave(Rank 1)") end
In my experience a lot of macros don't work on this client, not even /cancelaura does and that one's really simple

Riklock1
Posts: 1

Re: Mouse Over Heals

Post#5 » Sat Aug 15, 2026 12:34 pm

Hopefully these will help someone. I use Cleveroid Macros with these. They might work without it, but I don't know. I don't have Shadowform yet but assume that cancelling it triggers the GCD, as it did on TWOW (not cool!)

Dispel Magic (target)
#showtooltip Dispel Magic
/cast [@mouseover] Dispel Magic;[@target help] Dispel Magic;[@player] Dispel Magic

Dispel Magic (self)
/script CastSpellByName('Dispel Magic', 1)

Abolish Disease
#showtooltip Abolish Disease
/cancelaura Shadowform
/cast [@mouseover] Abolish Disease;[@target help] Abolish Disease;[@player] Abolish Disease

Flash Heal
#showtooltip Flash Heal
/cancelaura Shadowform
/cast [@mouseover] Flash Heal;[@target help] Flash Heal;[@player] Flash Heal

Greater Heal
#showtooltip Greater Heal
/cancelaura Shadowform
/cast [@mouseover] Greater Heal;[@target help] Greater Heal;[@player] Greater Heal

Shadowguard
#showtooltip Shadowguard
/stopcasting
/cast Shadowguard

Heal
#showtooltip Heal
/cancelaura Shadowform
/cast [@mouseover] Heal;[@target help] Heal;[@player] Heal

Shoot Wand (spamable)
/run GGUseAction=GGUseAction or UseAction;UseAction=function(id,a,b)if not IsCurrentAction(id)and not IsAutoRepeatAction(id)then GGUseAction(id,a,b)end end
/cast Shoot

Psychic Scream
#showtooltip Psychic Scream
/stopcasting
/cast Psychic Scream

PowerWord: Shield
#showtooltip Power Word: Shield
/cast [@mouseover] Power Word: Shield;[@target help] Power Word: Shield;[@player] Power Word: Shield

Renew
#showtooltip Renew
/cancelaura Shadowform
/cast [@mouseover] Renew;[@target help] Renew;[@player] Renew

Silence
#showtooltip Silence
/stopcasting
/script if nil then CastSpellByName("Silence"); end
/cast [@mouseover] Silence; Silence

Thanyxos
Posts: 2

Re: Mouse Over Heals

Post#6 » Sun Aug 23, 2026 6:03 pm

Zerodsu wrote: Wed Jul 01, 2026 3:55 am I can't get mouseover heals to work.
Anyone willing to explain why? People say do the modernizations, get shagu, get supermacro.
I did all of it. All together. And it doesn't work. Help please.

Puppeteer adddon will do the tricke

Who is online

Users browsing this forum: No registered users and 1 guest