Simple Fire Mage macro 7.3.5

Updated!

Sequences['ZsoccA'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="ZsoccA",
  SpecID=8,
  Talents = "3,3,3,3,1,2,1",
  Help = [[Hold Ctrl and aim with mouse for Flamestrike]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [mod:ctrl,@cursor] Flamestrike",
      },
      PreMacro={
      },
        "/castsequence  reset=combat  Fireball, Scorch",
        "/cast Combustion",
        "/cast Dragon's Breath",
        "/cast Phoenix's Flames",
        "/cast Fire Blast",
        "/cast Blazing Barrier",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['ZsoccA'] = {
— This Sequence was exported from GSE 2.2.03.
Author="ZsoccA",
SpecID=8,
Talents = "2,3,3,3,1,2,3",
Help = [[Hold Shift and aim with mouse for Flamestrike
Hold Ctrl and aim with mouse for Meteor]],
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [mod:shift,@cursor] Flamestrike",
"/cast [mod:ctrl,@cursor] Meteor",
},
PreMacro={
},
"/castsequence reset=combat Fireball, Scorch, Pyroblast",
"/cast Fire Blast",
"/cast Phoenix’s Flames",
"/cast Combustion",
"/cast Blazing Barrier",
PostMacro={
},
KeyRelease={
},
},
},
}