Originally Posted by Nezralix
Is there some mod that will automatically redirect harmful spells to my target's target if my target is friendly, and helpful spells to the TT if my target is an enemy? I would generally prefer not to have to create macros for each of my skills, but I've not heard of anything that accomplishes this sort of thing otherwise.
|
I believe mods are not allowed to make those kinds of decisions anymore, but as you said, it can be done with macros (here are the ones I use):
Helpful spells:
#showtooltip Lifebloom
/cast [target=target,help] Lifebloom; [target=targettarget,help] Lifebloom; [target=player] Lifebloom
Harmful spells:
#showtooltip Moonfire
/cast [harm] Moonfire; [target=targettarget, harm] Moonfire