GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

The Sequence isn't working as expected

StevenGold opened this issue · 2 comments

commented

I set shortcut key on "mouse wheel" to executed macros,but frequently when I executed the sequence, it skipped some lines, though the spell is off CD and with enough resource for it.

Sequences['Retribution'] = {
-- This Sequence was exported from GSE 2.1.00.
Author="",
SpecID=70,
Talents = "1312111",
Help = [[Retribution]],
Default=1,
Raid=3,
PVP=2,
Dungeon=1,
Heroic=1,
Mythic=3,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
Combat=true,
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Avenging Wrath",
"/cast Shield of Vengence",
},
PreMacro={
},
"/cast Judgment",
"/cast [combat] Wake of Ashes",
"/cast [mod:shift] Divine Storm; Hammer of Justice",
"/cast [mod:shift] Divine Storm; Justicar's Vengeance",
"/cast [mod:shift] Divine Storm; Justicar's Vengeance",
"/cast [mod:shift] Divine Storm; Templar's Verdict",
"/cast Blade of Justice",
"/cast Crusader Strike",
PostMacro={
},
KeyRelease={
},
},
[2] = {
Combat=true,
StepFunction = "Priority",
LoopLimit=1,
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Avenging Wrath",
"/cast Shield of Vengence",
},
PreMacro={
"/cast [combat] Hand of Hindrance",
},
"/cast Judgment",
"/cast [combat] Wake of Ashes",
"/cast [mod:shift] Divine Storm; Hammer of Justice",
"/cast [mod:shift] Divine Storm; Justicar's Vengeance",
"/cast [mod:shift] Divine Storm; Justicar's Vengeance",
"/cast [mod:shift] Divine Storm; Templar's Verdict",
"/cast Blade of Justice",
"/cast Crusader Strike",
PostMacro={
},
KeyRelease={
},
},
[3] = {
Combat=true,
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Avenging Wrath",
"/cast Shield of Vengence",
},
PreMacro={
},
"/cast Judgment",
"/cast [combat] Wake of Ashes",
"/cast [mod:shift] Divine Storm; Templar's Verdict",
"/cast [mod:shift] Divine Storm; Templar's Verdict",
"/cast [mod:shift] Divine Storm; Templar's Verdict",
"/cast Blade of Justice",
"/cast Crusader Strike",
PostMacro={
},
KeyRelease={
},
},
},
}

For example: Macroversons1 was frequently ececuted as
/cast Judgment
/cast Blade of Justice
/cast Crusader Strike

Sometimes may even be
/cast Judgment
/cast Crusader Strike
/cast Crusader Strike

commented

I guess it cause by GS couldn't estimates GCD.

commented