Quote Originally Posted by Ualaa View Post
If you are using Focus, as your assist, the syntax will be:


#show SpellName
/assist [target=focus]
/cast [help] Spell; [help, target=targettarget] Spell; [target=Focus] Spell
Just wanted to point out there's a much shorter way to do this. Namely:

Code:
/cast [target=focustarget,help] [target=focus] Heal
Assuming your tank (paladin for you) is your focus, as I believe you said it was, this macro will heal your tank's target if it's friendly (meaning you are targeting one of your other toons), otherwise, it will heal the tank.

Probably not a big deal for this macro, but I wanted to point out the shortcuts because later you will probably have macros that are running up on the 255 char limit so it's important to cut some corners.