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.
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)") endIn my experience a lot of macros don't work on this client, not even /cancelaura does and that one's really simpleXar99 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
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.
Users browsing this forum: No registered users and 1 guest