Page 1 of 1

Mouse Over Heals

Posted: Wed Jul 01, 2026 3:55 am
by Zerodsu
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.

Re: Mouse Over Heals

Posted: Fri Jul 24, 2026 9:05 am
by Xar99
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

Re: Mouse Over Heals

Posted: Mon Aug 03, 2026 3:56 pm
by Turbofougere1
Doesnt work :(

Re: Mouse Over Heals

Posted: Sun Aug 09, 2026 11:43 am
by Therealvda
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

Re: Mouse Over Heals

Posted: Sat Aug 15, 2026 12:34 pm
by Riklock1
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

Re: Mouse Over Heals

Posted: Sun Aug 23, 2026 6:03 pm
by Thanyxos
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