I posted it in the Priest forum but it makes more sense here:
Mouseover Enemy and target Enemy = Cast Spell on Enemy
Mouseover and target friend or self = cast on friend or self
I want the mouseovers to override both the target enemy and target friend or self.
I tried this
#showtooltip
/cast [@mouseover,help]Schattenheilung;[@mouseover,harm]Heilige Pein;[harm]Heilige Pein;[]Schattenheilung;
This does not heal me on mouseover though when I have an enemy targeted.
Basic Help/Harm Macro
This will cast one spell when mousing over or targeting a friend and another when mousing over or targeting an enemy.
#showtooltip
/cast [mod:alt,@player] [@mouseover,help,nodead] HELP_SPELL; [@mouseover,harm,nodead] [harm] HARM_SPELL; HELP_SPELL
#showtooltip
/cast [@mouseover,help,ndoead] Schattenheilung; [@mouseover,harm,nodead] [harm] Heilige Pein; Schattenheilung
Keep in mind, you cannot mouse over your “physical character” in the middle of the screen, you need to mouse over a unit frame to mouseover heal yourself.
system
(system)
closed
October 21, 2019, 3:32pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.