GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Import fails on invalid Spell

technophobia opened this issue ยท 2 comments

commented

Not really a bug - but if you import a sequence which contains an invalid spell the import will fail.
Maybee you can rewrite it to just remove that invalid spell.

that was the issue with my import on:

Sequences['WINDWALKER'] = {
author="Hesti@Barthilas",
specID=269,
version=2,
source = "Local",
helpTxt = "Talents: 3133133",
StepFunction = GSStaticPriority,
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [dead][noharm]
]],
"/castsequence [nochanneling] Chi Wave",
"/castsequence [nochanneling] Touch of Death, Serenity, Energizing Elixir, Rising Sun Kick, Strike of the Windlord, Fists of Fury, Spinning Crane Kick, Blackout Kick, Tiger Palm, Rising Sun Kick",
"/castsequence [nochanneling] Tiger Palm, Strike of the Windlord",
"/castsequence [nochanneling] Tiger Palm, Rising Sun Kick, Tiger Palm, Blackout Kick, Tiger Palm, Fists of Fury",
"/castsequence [nochanneling] Tiger Palm, Rising Sun Kick, Tiger Palm, Blackout Kick, Tiger Palm, Spinning Crane Kick",
"/castsequence [nochanneling] Rising Sun Kick, Blackout Kick, Tiger Palm",
"/castsequence [nochanneling] Tiger Palm, Rising Sun Kick",
"/castsequence [nochanneling] Tiger Palm, Blackout Kick",
"/castsequence [nochanneling] Blackout Kick, Tiger Palm",
PostMacro=[[
]],
}

as "Energizing Elixir" does not exist.

commented

Hi @technophobia

This is a duplicate of #173 about to push out a fix,

commented

Oh sorry, my fault.
Awesome job btw as too less people mention this!