Macro not working at all

So, after updating to the DF patch, my macros (as seen below) don’t seem to work.

#showtooltip
/cast [nomodifier] Outbreak
/cast [modifier:shift] Dark Transformation

#showtooltip
/cast [nomodifier] Death Coil
/cast [modifier:ctrl] Raise Dead
/cast [modifier:shift] Apocalypse

Nothing I’ve tried has worked, is there something obvious I’m missing? The SHIFT option for locking the actions bars is disabled and I’ve tried adding targets to everything applicable.

These macros seem to work, though:

#showtooltip Mind Freeze
/cast [modifier:shift, target=focus] Mind Freeze
/cast [nomodifier:shift] Mind Freeze

#showtooltip
/cast [nomodifier] Death Grip
/cast [modifier:alt]
/cast [modifier:ctrl] Lichborne
/cast [modifier:shift, target=focus] Death Grip

What gives?!

#showtooltip
/cast [mod:shift] Dark Transformation; Outbreak
#showtooltip
/cast [mod:shift] Apocalypse; [mod:ctrl] Raise Dead; Death Coil
#showtooltip
/cast [mod:shift,@focus,harm,nodead] [] Mind Freeze
#showtooltip
/cast [mod:ctrl] Lichborne; [mod:shift,@focus,harm,nodead] [] Death Grip

Also double check that they’re still using the ? for the macro icon. Some seem to have gotten set to a specific icon in 10.0

Thank you so much!