Simple macro not working a little help please!

I am slowly learning how to make macros one macro at a time, but this particular macro is not working correctly could I please get some help!

It is constantly healing instead of casting offenses spells it should only heal when I hold a modifier key! Here is the macro

#showtooltip
/castsequence [mod:alt,@mouseover,help,nodead][help,nodead][@player][mod:alt] reset=4 Rejuvenation,Healing Touch
/cast [mod:ctrl,@mouseover,harm,nodead][mod:ctrl] Mass Entanglement
/castsequence [@mouseover,harm,nodead] Starsurge,Moonfire

Thanks in advance! :slight_smile:

I would like to say thank you for all the wonderful help that I’ve received “NOT”
anyhow I did figure out what I did wrong!

#showtooltip
/castsequence [mod:alt,@mouseover,help,nodead][mod:alt,@player][mod:alt] reset=4 Rejuvenation,Healing Touch
/cast [mod:ctrl,@mouseover,harm,nodead][mod:ctrl] Mass Entanglement
/castsequence [@mouseover,harm,nodead] Starsurge,Moonfire

This appears to work problem solved!!