I’m trying to create a macro that, when shift is held down, casts Soulburn plus Demonic Gateway @cursor, and Burning Rush when shift is not held down. Is there a way to do that?
I tried the following
#showtooltip
/cast [nomod] Burning Rush
/cast[mod:shift] Soulburn
/cast [mod:shift,@cursor] Demonic Gateway
but it doesn’t work