Quote Originally Posted by 'Djarid',index.php?page=Thread&postID=49443#post49 443
Purge - this will cast purge in a round robin on your shaman, use it for Earth Shock as well
Why would you want to round-robin purge instead of mass-purge? Or is this just an example?

As for the healing macro -- are you waiting for the new target to get picked up on your screen? It takes a second. I would simplify this too... using "exists" is redundant as "nodead" already checks for that.
#showtooltip
/cast [target=focustarget,help,nodead][target=party1target,help,nodead][target=focus,help,nodead][target=party1,help,nodead][target=player] Healing Wave
It's long and nasty, but it basically goes:
  • heal focus's friendly target (if exists)
  • heal party1's friendly target (i.e. no focus set)
  • heal focus (if exists)
  • heal party1 (i.e. no focus set)
  • heal self (i.e. party1 has died, emergency abort! )