Quote Originally Posted by 'echo',index.php?page=Thread&postID=40991#post4099 1
Thank you for your help maqz!!

This is the macro that I tried to make

#showtooltip
/cast [target=focus, nodead, harm] lightning bolt
/cast [target=focus, noharm, nodead] lesser healing wave
/cast [target=focus, noharm, nodead, modifier:ctrl] healing wave
/cast [target=focus, noharm, nodead, modifier:shift] Cure disease

and it works just fine with the default keypresses, but when i tried to use the modifier keys nothing would happen.

Thank you very much for the info about putting modifiers first though. so if i were to shift the order of my macro to something like this


#showtooltip
/cast [target=focus, noharm, nodead, modifier:ctrl] healing wave
/cast [target=focus, noharm, nodead, modifier:shift] Cure disease

/cast [target=focus, nodead, harm] lightning bolt
/cast [target=focus, noharm, nodead] lesser healing wave

then it should work? Thank you again for taking time out to help me. Really appreciate it!
For your macro to work, you would have to put the modifier lines first. Otherwise, no matter what modifier you hold, the first line will still flag as true.