Holy 7.3

So here is my current Macro set for Holy, i use 7 macros in total, which you prob think is kinda strange, let me explain.

There are 4 main macros: Holylight = Light easy healing
HolyHeavy = Intense healing that hits all cooldowns etc.
HolyAOE = AOE Healing + Cooldowns
HolyMartyr = Instant Heals Thanks to Jason Lrgx, i only use this if i need to be on the move. (Remember to change the name Caramon to your own name!!)

2 Utility Macros: Cleanse = Cleansing Mouseover Target
Lay on Hands = LoH on Mouseover Target

1 DPS Macro: HolyDPS = For Smashing mobs while questing etc.

I have these set out as 1 - 7 on my action bar, and run them all at 55ms.

You can use which ever talents you like, except holy prism as that is not in any of the macros, but all other talents should be covered.

Enjoy and hope they work ok for you. Any feedback most welcomed.

Sequences['Holylight'] = {
-- This Sequence was exported from GSE 2.2.02.
  Author="Caramon@Turalyon",
  SpecID=65,
  Talents = "1333131",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Aura Mastery",
      },
      PreMacro={
      },
        "/cast Judgment",
        "/cast [@mouseover] Bestow Faith",
        "/cast [@mouseover] Holy Shock",
        "/cast [@mouseover] Holy Light",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['HolyHeavy'] = {
-- This Sequence was exported from GSE 2.2.02.
  Author="Caramon@Turalyon",
  SpecID=65,
  Talents = "1333131",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Aura Mastery",
        "/cast Avenging Wrath",
        "/cast Rule of Law",
      },
      PreMacro={
      },
        "/cast Judgment",
        "/cast [@mouseover] Bestow Faith",
        "/cast [@mouseover] Holy Shock",
        "/cast [@mouseover] Flash of Light",
        "/cast [@mouseover] Blessing of Sacrifice",
      PostMacro={
      },
      KeyRelease={
        "/cast Holy Avenger",
      },
    },
  },
}

Sequences['HolyAOE'] = {
-- This Sequence was exported from GSE 2.2.02.
  Author="Caramon@Turalyon",
  SpecID=65,
  Talents = "1333131",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/cast [nochanneling] Aura Mastery",
        "/cast [nochanneling] Avenging Wrath",
        "/cast [nochanneling] Rule of Law",
      },
      PreMacro={
      },
        "/cast [nochanneling][@mouseover] Beacon of Virtue",
        "/cast [nochanneling] Light of Dawn",
        "/cast [@player] Light's Hammer",
        "/cast [nochanneling][@mouseover] Bestow Faith",
        "/cast [nochanneling][@mouseover] Holy Shock",
        "/cast Tyr's Deliverance",
      PostMacro={
      },
      KeyRelease={
        "/cast [nochanneling] Holy Avenger",
      },
    },
  },
}

Sequences['HolyMartyr'] = {
-- This Sequence was exported from GSE 2.2.02.
  Author="Caramon@Turalyon",
  SpecID=65,
  Talents = "1333131",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Aura Mastery",
        "/cast Avenging Wrath",
        "/cast Rule of Law",
      },
      PreMacro={
      },
        "/cast [@target] Judgment",
        "/cast [@Caramon] Holy Shock",
        "/cast [@Caramon] Bestow Faith",
        "/cast [@mouseover,help,nodead][@player] Light of the Martyr",
        "/cast [@mouseover] Blessing of Sacrifice",
      PostMacro={
      },
      KeyRelease={
        "/cast Holy Avenger",
      },
    },
  },
}

Sequences['Cleanse'] = {
-- This Sequence was exported from GSE 2.2.02.
  Author="Caramon@Turalyon",
  SpecID=65,
  Talents = "1333131",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/assist [@focus,exists,nodead]",
      },
      PreMacro={
      },
        "/cast [@mouseover,help,nodead] Cleanse",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['LayonHands'] = {
-- This Sequence was exported from GSE 2.2.02.
  Author="Caramon@Turalyon",
  SpecID=65,
  Talents = "1333131",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/assist [@focus,exists,nodead]",
      },
      PreMacro={
      },
        "/castsequence [@mouseover,help,nodead][@player] Lay on Hands",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['HolyDPS'] = {
-- This Sequence was exported from GSE 2.2.02.
  Author="Caramon@Turalyon",
  SpecID=65,
  Talents = "1333131",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast Hammer of Justice",
        "/cast Holy Shock",
        "/cast Judgment",
        "/cast Consecration",
        "/cast Crusader Strike",
        "/cast Consecration",
        "/cast Judgment",
        "/cast Holy Shock",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat] Divine Protection",
        "/cast [combat] Avenging Wrath",
        "/cast [combat] Holy Avenger",
      },
    },
  },
}

What is Light’s Hammer doing in HolyAoE please? you’ve talented for Bestow Faith???