No edit, no save, no import

Hello, sorry for my english poor english.
I’ve been using GSM for some time and I’ve always been very lost. But now with a new version, I just can not import macros or great delay for import, it does not matter, I can not edit and neither is saved any changes even though I make another version of the macro.
All my macros cause problems.
How can I import a forum macro and edit it?
And old macros?

Ty

[quote quote=42744]Hello, sorry for my english poor english. I’ve been using GSM for some time and I’ve always been very lost. But now with a new version, I just can not import macros or great delay for import, it does not matter, I can not edit and neither is saved any changes even though I make another version of the macro. All my macros cause problems. How can I import a forum macro and edit it? And old macros?
Ty
[/quote]

Post the macro you want to import and i’ll have a look for you

Sequences['Gisa_BM_ST'] = {
  Author="Khagurajiha@Goldrinn",  
  SpecID=253,
  Talents = "?,?,?,?,?,?,?",
  Help = "Multi-Target - Talent: 3112112",
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [nochanneling,nopet,nodead] Chamar Ajudante 5; [nochanneling,@pet,dead] Coração da Fênix",
        "/cast [nochanneling,@pet,dead] Reviver Ajudante",
        "/petautocastoff [group] Rosnar",
        "/petautocaston [nogroup] Rosnar",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Redirecionar",
        "/cast Berserk",
        "/cast [nomod:alt, combat] Ira Bestial",
      },
      PreMacro={
      },
        "/cast Fera Atroz",
        "/castsequence [combat] Comando para Matar, Disparo de Naja",
        "/cast [nomod:alt, combat] Bando de Corvos",
        "/cast [nomod:alt, combat] Trovão do Titã",
      PostMacro={
      },
      KeyRelease={
        "/cast Aspecto do Indomado",
        "/cast Curar Ajudante",
		"/startattack [@target,exists]",
      },
    },
    
  },
}

This is a example of my old macro.

i’m not quite sure I understand what you are trying to do, if you are trying to import that macro then try this one

Sequences['Gisa_BM_ST'] = {
Author="Khagurajiha@Goldrinn",
SpecID=253,
Talents = "3112112",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [nochanneling,nopet,nodead] Chamar Ajudante 5; [nochanneling,@pet,dead] Coração da Fênix",
"/cast [nochanneling,@pet,dead] Reviver Ajudante",
"/petautocastoff [group] Rosnar",
"/petautocaston [nogroup] Rosnar",
"/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Redirecionar",
"/cast Berserk",
"/cast [nomod:alt, combat] Ira Bestial",
},
PreMacro={
},
"/cast Fera Atroz",
"/castsequence [combat] Comando para Matar, Disparo de Naja",
"/cast [nomod:alt, combat] Bando de Corvos",
"/cast [nomod:alt, combat] Trovão do Titã",
PostMacro={
},
KeyRelease={
"/cast Aspecto do Indomado",
"/cast Curar Ajudante",
"/startattack [@target,exists]",
},
},
},
}

Its not the spaces. Its the mix of English and another language - I’m guessing Portugese? Imports are expecting enUS but I will have a play with this tonight when I get home.