I've been working on a little, handy Priest macro. It works like this:
1) It will cast Flash Heal on your current target while using the macro button.
2) It will cast Flash Heal on yourself if you hold down your Alt key (selfcast key in my case) while using the macro button when you have no target.
3) It will cast Binding Heal on your current target if you hold down your Alt key while using the macro button, if you have a friendly target.
It looks like this:
#showtooltip Flash Heal(Rank 9)
/cast [help, modifier:alt] Binding Heal; [help] Flash Heal(Rank 8); [target=player, modifier:alt] Flash Heal(Rank 9)
It works like a charm, but there is something I want to add to it, but I cant seem to get it right. Here are my problems:
1) If I actually target myself, it counts as a friendly target, so it will try to cast Binding Heal on myself. But casting Binding Heal on yourself isn't possible so you get the "mouse over glowing hand" cursor. In case I target myself (which rarely happens, cause normally I dont target myself to heal myself), I want it to just cast Flash Heal on myself while holding down Alt. PS) It does cast Flash Heal on myself when I target myself but
don't hold Alt down.
2) If I have a hostile target, I want it to cast Flash Heal on the target's target while using the macro button.
3) If I have a hostile target, I want it to cast Binding Heal on the target's target while using Alt + Macro button.
I know this is probably
a lot to put in one macro, and I dont even know if it's possible. But please tell me it is, and enlighten me
