Leveling holy dps - self heal macro good for solo

Talents 1-x-x-x-x-x-x



Sequences['HolyDp'] = {
-- This Sequence was exported from GSE 2.1.00.
  Author="MG",
  SpecID=65,
  Talents = "1-x-x-x-x-x-x-",
  Help = [[dps]],
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
        "/cast [@player] Holy Shock",
        "/cast [@player] Bestow Faith",
        "/cast Hammer of Justice",
        "/cast Judgment",
        "/cast Consecration",
        "/cast Crusader Strike",
        "/cast Consecration",
        "/cast Judgment",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}