GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

error

Dorobo18jp opened this issue · 9 comments

commented

I am getting this error in my chat box
invalid step function by custom sequence burn 6

i imported it and on the burn marco i get this error could you help me out?

commented
commented

GSE 2.1.02 the macro was from wowlazy macros https://wowlazymacros.com/forums/topic/gse2-0-8-7-1-5-arcane-macro/ it is the burn sequence from john mets

commented

i updated gse and still getting the error.
Sequences['Burn'] = {
-- This Sequence was exported from GSE 2.1.03.
Author="John Metz",
SpecID=62,
Talents = "2133111",
Help = [[[[Talents: 2122131, or you can use Talents 2133111, it should skip untalented abilities, if it does lockup remove nether tempest if not running it]],
]],
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [mod:alt, nochanneling] Arcane Missiles",
},
PreMacro={
"/cast Prismatic Barrier",
"/cast [nochanneling:Arcane Missiles] Mark of Aluneth",
"/cast [nochanneling:Arcane Missiles] Presence of Mind",
"/cast [nochanneling:Arcane Missiles] Arcane Power",
"/castsequence [nochanneling:Arcane Missiles] Arcane Blast, Arcane Blast, Arcane Blast, Arcane Blast, Nether Tempest",
},
PostMacro={
},
KeyRelease={
"/cast [nochanneling:Arcane Missiles] Rune of Power",
},
},
[2] = {
Combat=false,
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [mod:alt, nochanneling] Arcane Missiles",
},
PreMacro={
},
"/cast !Prismatic Barrier",
"/cast [nochanneling:Arcane Missiles] Mark of Aluneth",
"/cast [nochanneling:Arcane Missiles] Presence of Mind",
"/cast [nochanneling:Arcane Missiles] Arcane Power",
"/castsequence [nochanneling:Arcane Missiles] Arcane Blast, Arcane Blast, Arcane Blast, Arcane Blast, Nether Tempest",
PostMacro={
},
KeyRelease={
"/cast [nochanneling:Arcane Missiles] Rune of Power",
},
},
},
}

commented
commented

hello,
so, i delete the macro using gse then re import it? i only see one version of the macro on lazy macro page.

Ed

commented
commented

worked like a charm thanks for the help, is there any way that when you load gse the the macros that show up are class specific instead of scrolling through all the macros looking for the right class?

commented
commented