Vengeance Sigils Macro

For Vengeance Demon Hunters, is there a way to write a macro to cast Sigil of Flame, Sigil of Silence, and Sigil of Misery back to back to back or maybe at the same time?

Wouldn’t work for casting at the same time because of GCD, while two are utility and the other for AoE dps/pulling. You’d want to only using Silence and Misery when it’s functionally convenient/needed.

There’s also the issue of all being on different CDs with Flame @ 30sec, Silence 60sec, and Misery 90sec. So a castsequence would more restrictive that it’s worth.

I suppose you could run Flame with Spikes (changing combat/nocombat to mod/nomod if needed):

#showtooltip
/console Sound_EnableSFX 0
/cast Demon Spikes
/cast [combat,@player] Sigil of Flame; [nocombat,@cursor] Sigil of Flame
/console Sound_EnableSFX 1

Could also go:

#showtooltip
/cast [@cursor] Sigil of Flame
/cast [@cursor] Infernal Strike

While keeping a modifier macro for your utility:

#showtooltip
/cast [nomod,@cursor] Sigil of Silence; [mod, @cursor] Sigil of Misery

You can’t put ground targeted abilities in a cast sequence and all sigils are on the global cooldown, so no, you can’t do that with regular in game macros.

You don’t want to tie those together but some useful macros for sigils and infernal strike is:
/cast [@cursor] ability name
for cursor location placement or:
/cast [@player] ability name
This casts at your feet great for sum sigils