Quote Originally Posted by 'Vyndree',index.php?page=Thread&postID=41351#post4 1351
A simple macro of:

/cast Gift of the Naaru
/cast Healing Wave

should work... however, it will spam you every time Gift of the Naaru is on cooldown, saying something along the lines of "Spell is not ready yet".
You can hide the error by wrapping the following around the macro:

Code:
/script UIErrorsFrame:Hide()
 /cast Gift of the Naaru
/cast Healing Wave
 /script UIErrorsFrame:Clear()
 /script UIErrorsFrame:Show()