Unholy Assault + Festering Strike macro

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?

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.