GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Saving?

MrMorde opened this issue · 8 comments

commented

I cannot seem to save a macro i've created in GSE 2.0
Is there something i should be doing?

commented

Also can't appear to import old macro's despite it saying successful - Is this feature fully available just yet?

commented

For Old Macros - Are you choosing the Legacy Radio Button? For the others the only bug I can replicate with regards to saving is the one in #149

Are you performing your edits ingame?

commented

In regards to the old macro i was pressing the GS/GSE radio button at the top, the edits are being performed ingame with the sequence editor and only occassionally will save any new ones / changes

commented
commented
commented

I was attempting to import https://wowlazymacros.com/forums/topic/sub-made-easy/ the first macro from this one into it

and in regards to the new one - I was just trying to make my own one with the ingame editor

commented

This is now working with the release.

commented

Sequences['Peacesub'] = {
Author="Peacekeeper@Bleeding Hollow",
SpecID=261,
Talents = "?,?,?,?,?,?,?",
Help = "Talents: 1233111",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/cast [nocombat,nostealth] Stealth",
"/cast [form:1,stealth] Symbols of Death",
"/cast [form:1,stealth] Shadowstrike",
"/cast [mod:alt] Shadowstep",
},
"/castsequence [nomod] reset=6/combat/target Backstab, Backstab",
"/cast [combat] Goremaw's Bite",
"/cast [combat] Crimson Vial",
"/cast [combat] Shadow Blades",
KeyRelease={
"/cast [mod:shift] Shadow Dance",
"/cast [mod:ctrl] Evasion",
"/cast [combat,nostealth] Start Attack",
},
},
},
}