I'm having a macro conundrum... my current macro works but it doesn't quite do what I want...
What I want is for alt+macro to self heal, then mouseover of a friendly target heals, then if I am targetting an enemy I want it to heal that targets target. And if none of those are true I want it to behave normally.
At the moment I have this..
/cast [mod:alt,@player][help,nodead,@mouseover][help,nodead,@targettarget][]Flash Heal
The problem is with this one is that if I want to heal another healer.. and he's targetting a friendly.. then I will heal his target instead of him... I basically want that last condition to do this:
If target is enemy, and it's target is friendly, and not dead, then heal my targets target.
If target is friendly, then heal my target.
Any help would be appreciated :)






