1 button boomy

Need some testers, or someone with some knowledge about rotation, i play boomy as alt and came up with this rotation, give some feedback and what is going wrong here, my dps doesnt shine like my main but thought i would give share it

talents 3,3,2,3,1,3,3

Sequences[‘boomy’] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/use [noform:4]!Moonkin Form
/cast [combat] Warrior of Elune
/cast [combat] Celestial Alignment
/castsequence [mod:shift] Sunfire , Moonfire
]],
"/castsequence [@cursor] reset=combat Starsurge, Starfall ",
“/cast New Moon(Artifact)”,
“/cast [nomod] Solar Wrath ; [mod:alt] Lunar Strike”,
PostMacro = [[
]],
}


bad format
please format code

Sequences[‘boomy’] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/use [noform:4]!Moonkin Form
/cast [combat] Warrior of Elune
/cast [combat] Celestial Alignment
/castsequence [mod:shift] Sunfire , Moonfire
]],
“/castsequence [@cursor] reset=combat Starsurge, Starfall “,
“/cast New Moon(Artifact)”,
“/cast [nomod] Solar Wrath ; [mod:alt] Lunar Strike”,
PostMacro = [[
]],
}
Sequences['boomy'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Pän@Pozzo dell'Eternità",
  SpecID=102,
  Talents = "3223132",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/use [noform:4] Moonkin Form",
        "/cast [combat] Warrior of Elune",
        "/cast [combat] Celestial Alignment",
        "/castsequence [mod:shift] Sunfire, Moonfire",
      },
      PreMacro={
      },
        "/castsequence [@cursor] reset=combat  Starsurge, Starfall “, ",
        "/cast New Moon(Artifact)”,",
        "/cast [nomod] Solar Wrath ; [mod:alt] Lunar Strike”,",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

`Sequences[‘boomy’] = {
– This Sequence was exported from GSE 2.2.03.
Author=“Pän@Pozzo dell’Eternità”,
SpecID=102,
Talents = “3223132”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Priority”,
KeyPress={
“/use [noform:4] Moonkin Form”,
“/cast [combat] Warrior of Elune”,
“/cast [combat] Celestial Alignment”,
“/castsequence [@cursor] Sunfire, Moonfire”,
},
PreMacro={
},
"/castsequence [@cursor] reset=combat Starsurge, Starfall “, ",
“/cast New Moon(Artifact)”,”,
“/cast [nomod] Solar Wrath ; [@cursor] Lunar Strike”,”,
PostMacro={
},
KeyRelease={
},
},
},
}

Sequences[‘boomy’] = {
— This Sequence was exported from GSE 2.2.03.
Author=”Pän@Pozzo dell’Eternità”,
SpecID=102,
Talents = “3223132”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Priority”,
KeyPress={
“/use [noform:4] Moonkin Form”,
“/cast [combat] Warrior of Elune”,
“/cast [combat] Celestial Alignment”,
“/castsequence [@cursor] Sunfire, Moonfire”,
},
PreMacro={
},
“/castsequence [@cursor] reset=combat Starsurge, Starfall “, “,
“/cast New Moon(Artifact)”,”,
“/cast [nomod] Solar Wrath ; [@cursor] Lunar Strike”,”,
PostMacro={
},
KeyRelease={
},
},
},
}`

/sigh

Sequences['boomy'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Pän@Pozzo dell'Eternità",
  SpecID=102,
  Talents = "3223132",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/use [noform:4] Moonkin Form",
        "/cast [combat] Warrior of Elune",
        "/cast [combat] Celestial Alignment",
        "/castsequence [mod:shift] Sunfire, Moonfire",
      },
      PreMacro={
      },
        "/castsequence [@cursor] reset=combat  Starsurge, Starfall",
        "/cast New Moon(Artifact)",
        "/cast [nomod] Solar Wrath ; [mod:alt] Lunar Strike",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}