Here is the current form of my Greater Heal macro:
Code:
/cast [mod:SELFCAST,target=player][help][target=targettarget,help][target=mouseover,help][] Greater Heal
Here is the idea:
- press <alt> for heal thyself
- otherwise heal my friendly target
- otherwise heal my unfriendly target's friendly target [assist healing]
- otherwise heal the friendly target under my mouse [mouse over healing]
- otherwise heal my next (friendly) target [heal my next target]
I combine the above with mouse driven: target my focus (my assignment) and focus my target. Both of these are target functions within keybinding.
PS: I checked the UI/macro forum and couldn't find a healing macro thread... hence my response here.