Hello guys,
i use this macro:
#showtooltip Dispel Magic
/cast [mod,target=player][target=mouseover,help,nodead][help,nodead][nogroup,target=player][target=targettarget,help,nodead] Dispel Magic(Rank 2)
all work fine until i decide dispel an enemy, on enemy (player or boss) this macro din’t work, any suggestion?
thanks a lot
Ayamy
Uh, why not just use this:
#showtooltip Dispel Magic
/use [@mouseover] Dispel Magic
“help” condition means exactly “not enemy”.
oh thanks u, i don’t use that macro cause i dind’t know the existance of that^^, really thanks
You can also change it to
/use [@mouseover,exists][] Dispel Magic
to make it cast the spell normally (on your current target) if you have no mouseover. BTW, macros default to max rank so there’s no need to specify the rank unless you want to downrank.
1 Like
thanks a lot also to u, this macro works also for heal i think, my macro was a exact copy of TBC one that i saved 10 years ago
system
(system)
closed
November 16, 2019, 7:44am
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.