My goal with the macro is make it so I can use one spell that targets an enemy and another that targets myself
#showtooltip
/castsequence reset=30 [@player] spell 1, Spell 2
any help is appreciated the macro gets buggy and i’m looking to clean it up or figure it out.
Could you please be a bit more specific?
Like, what abilities are you wanting to use and what is the intended use case for this macro?
I want to be able to drop Death and Decay on myself then use chill streak on an enemy
So, I’m 99% sure that any modifiers like [@player] or [@cursor] apply to every ability in the castsequence.
Chill Streak won’t work with [@player], but it should ignore [@cursor].
Try below instead:
#showtooltip
/castsequence reset=10 [@cursor] Death and Decay, Chill Streak.
Alternately, there is an addon called GSE: Advanced Macro Compiler that WILL do what you want but its significantly more irritating to set up and use.