Why would you want to round-robin purge instead of mass-purge? Or is this just an example?Originally Posted by 'Djarid',index.php?page=Thread&postID=49443#post49 443
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.
It's long and nasty, but it basically goes:#showtooltip
/cast [target=focustarget,help,nodead][target=party1target,help,nodead][target=focus,help,nodead][target=party1,help,nodead][target=player] Healing Wave
- 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!
)
Connect With Us