Anyway to use a cast sequence macro with one spell off the gcd?

Hey guys, I have started playing Assassin Rogue and am trying to make a macro that would allow for me to have shiv+ Thistle Tea be pushed at the same time, then after swap to Kingsbane, currently what I’m using is:
#showtooltip
/castsequence reset=10 Shiv, Thistle Tea, Kingsbane,

But this makes it so I have to click E three times, and if my Thistle Tea is on CD I can’t press Kingsbane, so I would prefer to have something that clicks both shiv and tea at the same time, then swaps to Kingsbane since Thistle Tea is off the GCD. Does anyone know how to do this?

Try this:

#showtooltip Shiv
/cast Shiv
/castsequence reset=5 Thistle Tea, null

You could add KB, but it’s better to use that separately.

You could put thistle tea as a separate /cast on a 2nd line, but then it would cast it with either shiv or kingsbane if its off cooldown.

I may be wrong or outdated but I believe you can also put a macro into a castsequence.

So you could try making a macro that casts shiv and thistle tea together, and then a castsequence for [macro], kingsbane.

But that may not be accurate anymore.

I don’t think macros have been able to call each other for a long time.

The simplest solution is prob just to have a macro that uses shiv+TT, and a separate key that sequences KB,shiv. Or some combination like that, idk what their priority & cd are.

Thistle Tea consumes itself.

#showtooltip
/cast Thistle Tea
/castsequence reset=10 Shiv, Kingsbane

This will opt to use thistle tea if it’s off cd. Always.

But if you want smart macros, that’s not supported by Blizzard.