Help with a mod:shift macro

I’m trying to create a mod:shift macro that allows me to cast Ironbark (single spell) when I hold Shift and press a key, but for it to cast Ironbark along with other spells (all of them off the GCD) when I just press a key, however, no matter how I format it, the non-shift one doesn’t work.

Please help.

What spells? What does your macro look like right now?

Not sure if there’s a cleaner way to write this, but some baloney like this will work.

#showtooltip
/cast Ironbark
/cast [nomod] Barkskin
/cast [nomod] Grove Guardians
/cast [nomod] darkflight
/cast [nomod] Nature's swiftness
/cast [nomod] Innervate

If you’re not holding any modifier, it will cast them all, but if you’re holding any modifier it will only cast ironbark. Or if you wanted it to only work with shift, just have that line as

/cast [nomod][mod:shift] Ironbark
1 Like

Thank you kind individual, the baloney worked :slight_smile:

1 Like