Hi I dont post here much, but I do visit and learn as often as I can.

I currently have 5 level 70 priests, 5 level 70 warlocks, 5 level 42 druids, and 5 level 18 shamans on Magtheridon

While leveling all these characters I often wanted a macro that would allow me to put all heals on one target using mouseover only, or if no target selected to put heal on each character. The problem was the alts could not aquire the mouseover target fast enough and would heal themselves first spell and the mouseover target second spell. I finally figured out how to get past the problem of the mouseover only working for the main.

In order for this to work your alts must have your main as focus. I will use my druids for the example.

Main...
/target mouseover
/castsequence ,Rejuvenation, Regrowth

This will cast on the mouseover target and if there is none on yourself. You will need to hit your key once to aquire target and once to cast spell 1 and a third time to cast spell 2

Alts...
/castsequence reset=combat/target/4 [target=FocusTarget, help] ,Rejuvenation, Regrowth; [target=player, help] ,Rejuvenation, Regrowth

By putting the comma before the first spell to be cast in each macro it allows for the alts to aquire the same mouseover target as the main as the first press of the key aquires the target and the second third ect, casts the spells.

With one button you can Mega Heal one target or regular heal all targets.

Anyway let me know if you have any ideas how this can be improved.