Quote Originally Posted by Wubsie View Post
Code:
/cast [target=focus,help] Healing Surge
/cast [target=targettarget] Healing Surge
Just FYI, you can also use the '@' syntax for macros so your macro can also be:

Code:
/cast [@focus,help] Healing Surge; [@targettarget] Healing Surge
So if you have a Focus target and it's friendly heal it. Otherwise 'try' to heal the current target's target.

This is what one of my macros looks like:

Code:
/cast [@focus,help] Healing Surge; [@targettarget,help] Healing Surge; Healing Surge
I'm still working on the 'best' way for me to heal. I really don't like Clique healing because my mouse is constantly moving to turn the camera or select adds to pick up. So I'm still trying to figure out a way to to that better.

Currently, I just have my Healer spam heals on their current target and I have a keybind for only the Healer to assist whoever I'm currently driving from. This works ... ok, but it lacks the control that others have mentioned. I really need to dive into the pro-system setup for healing that MiRai has a video on and understand it better.

Appreciate all the advice here.