Castsequence and known macro

Im just wondering if a castsequence macro can be baked with known macro into a single macro tho? for eg
/castsequence reset=target [known:111898] Grimoire: Felguard(Summon), [known:91469] Soulburn

for that particular macro i know soulburn is off gcd and could just do
/use Soulburn
/use Grimoire: Felguard(Summon)

You’d need to make multiple ; separated sequences.

/castsequence [known:111898,known:91469] reset=target Grimoire: Felguard(Summon), Soulburn; [known:111898] reset=target Grimoire: Felguard(Summon); [known:91469] reset=target Soulburn

Obviously, with the single spells you don’t need the reset condition but it’s there so you can see the format.

1 Like

thank u very much!