Question: /castsequence
fireymerlin opened this issue · 2 comments
I'll mark this issue complete once I read your response.
On wowlazymacros, I've noticed several GSE macros with "/castsequence" in them.
Why would someone want to use that instead of just listing the individual "/cast" lines in GSE?
Here is an example of a warlock GSE macro:
"/castsequence [nochanneling] Shadow Bolt, Call Dreadstalkers, Demonic Empowerment, Life Tap",
"/castsequence [nochanneling] Shadow Bolt, Hand of Gul'dan, Demonic Empowerment, Shadow Bolt, Implosion",
"/castsequence [nochanneling] Summon Doomguard, Demonic Empowerment, Shadow Bolt",
"/cast [nochanneling] Command Demon",
"/cast [nochanneling] Demonbolt",
What does GSE do when it sees a "/castsequence"? Does it execute the first command the first pass thru the sequence and the 2nd command the 2nd pass thru, etc, or what?
Castsequence allows for some interesting control but it's a fair amount to get your head around.
Start here https://github.com/TimothyLuke/GnomeSequencer-Enhanced/wiki/Understanding--castsequence
TimothyLuke
… On 22 Feb 2017, at 7:11 am, fireymerlin ***@***.***> wrote:
I'll mark this issue complete once I read your response.
On wowlazymacros, I've noticed several GSE macros with "/castsequence" in them.
Why would someone want to use that instead of just listing the individual "/cast" lines in GSE?
Here is an example of a warlock GSE macro:
"/castsequence [nochanneling] Shadow Bolt, Call Dreadstalkers, Demonic Empowerment, Life Tap",
"/castsequence [nochanneling] Shadow Bolt, Hand of Gul'dan, Demonic Empowerment, Shadow Bolt, Implosion",
"/castsequence [nochanneling] Summon Doomguard, Demonic Empowerment, Shadow Bolt",
"/cast [nochanneling] Command Demon",
"/cast [nochanneling] Demonbolt",
What does GSE do when it sees a "/castsequence"? Does it execute the first command the first pass thru the sequence and the 2nd command the 2nd pass thru, etc, or what?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.