I want to make a macro for self cast on DnD, but also have it use shift Modifier button to cast another spell if pressed
Example would be no modifier DnD target me, press shift to cast say soul reaper on target.
Can a macro be made to do so?
I want to make a macro for self cast on DnD, but also have it use shift Modifier button to cast another spell if pressed
Example would be no modifier DnD target me, press shift to cast say soul reaper on target.
Can a macro be made to do so?
#showtooltip
/cast [mod:shift,@target] soul reaper
/cast [@player] death and decay
Maybe something like this. Dont know if it will work as i cant test atm.