Quote Originally Posted by 'phara',index.php?page=Thread&postID=140983#post14 0983
Actually something much more simple appears to work ... I just tested this:

Code:
/castsequence [nomod] reset=target Lightning Bolt,Lightning Bolt, 
/castsequence [nomod,target=phara] reset=target ,,Healing Wave
And the net effect was my shaman would cast 2x LB on his target, then cast 1x healing wave on me, and repeat.
Extra commas FTW !!! Basically the comma on the end of the first /castsequence lets it "do nothing" on the third sequence. The first two commas in the second /castsequence let's it "do nothing" the first 2 times and then fire on the third time thru. This methodology keeps the two commands from stepping on each other and giving you a "spell not ready" error message.

Very nice!!! :thumbsup: