Trying to macro Unholy assault and Festering Strike together. Basically having my festering strike cast unholy assault when it is off CD,
tried
#showtooltip
/cast Unholy Assault
/cast Festering Strike
That didn’t work. Tried
#showtooltip
/castsequence reset=1 Festering Strike, Unholy Assault
it worked but having that 1 second reset sucks, I tried reset=.5 but I’m guessing it won’t read a decimal, or the lowest I can go is a second.
Any suggestions?
3. Macros - What can they not do?
Macros cannot make smart decisions for you. They can’t cast spells based on cooldown, or check if a buff is active, or magically fit all your abilities onto one button.
Macros cannot be any longer than 255 characters, unless you use an addon to circumvent this limit.
Macros cannot circumvent the global cooldown to use more than one item or ability at a time.
Both those abilities are on the GCD.
Thank you. Is it possible to set a reset less than one second?
Be aware the reset is “If I don’t press the button for X amount of time, start the sequence from the beginning”.
Also AFAIK it only accepts whole numbers.
Not that I’m aware of but you can use a modifier macro instead.
#showtooltip
/cast [mod,talent:7/3] Unholy Assault; Festering Strike
1 Like
How does the modifier work? Like Shift?
nvm, just read that part.