Quote Originally Posted by shocktrot
#showtooltip Rejuvenation
/stopmacro [stance:1] [stance:2] [stance:3] [stance:5]
/cast [target=mouseover,exists,help] Rejuvenation; [modifier:ctrl,target=player] Rejuvenation; [target=target,help] Rejuvenation; [target=targettarget,help] Rejuvenation;
I would offer this version of the above macro

#showtooltip Rejuvenation
/stopmacro [stance:1][stance:2][stance:3][stance:5]
/cast [modifier:ctrl,target=player][target=mouseover,help][help][target=targettarget,help] Rejuvenation

Reasons:
1. the use of a ; is redundant if you are casting the same spell
2. I have moved [target=player,modifier:ctrl] to the first in the list. This will ensure that if you are mousing over a friendly but have the CTRL key down that you will get the heal (The macro system takes the first TRUE condition and casts the spell on that target).
3. target=target is the default setting ... save those characters

Riault