Nickfury's Ret Macro

I just thought I’d put this up for you all. I’ve been doing really well with it.
No need to manage your holy power you can spam at will. It will work no matter how you change your talents, but I have found that 1133222 to be a good balance for Mythic+ or raid.

Sequences['Nickfury_ST'] = {
-- This Sequence was exported from GSE 2.1.00.
  Author="Ñickfury@Mal'Ganis",
  SpecID=70,
  Talents = "1133222",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Crusade",
        "/cast Shield of Vengeance",
      },
      PreMacro={
        "/cast Templar's Verdict",
      },
        "/cast Templar's Verdict",
        "/cast Blade of Justice",
        "/cast Crusader Strike",
        "/cast Wake of Ashes",
        "/cast Judgment",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}
Sequences['Nickfury_AoE'] = {
-- This Sequence was exported from GSE 2.1.00.
  Author="Ñickfury@Mal'Ganis",
  SpecID=70,
  Talents = "1133222",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Crusade",
        "/cast Shield of Vengeance",
      },
      PreMacro={
        "/cast Divine Storm",
      },
        "/cast Divine Storm",
        "/cast Blade of Justice",
        "/cast Crusader Strike",
        "/cast Wake of Ashes",
        "/cast Judgment",
      PostMacro={
        "/cast Divine Storm",
      },
      KeyRelease={
      },
    },
  },

You were missing one last } at the end. Good macro. :slight_smile:

Sequences['Nickfury_AoE'] = {
-- This Sequence was exported from GSE 2.1.00.
  Author="Ñickfury@Mal'Ganis",
  SpecID=70,
  Talents = "1133222",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Crusade",
        "/cast Shield of Vengeance",
      },
      PreMacro={
        "/cast Divine Storm",
      },
        "/cast Divine Storm",
        "/cast Blade of Justice",
        "/cast Crusader Strike",
        "/cast Wake of Ashes",
        "/cast Judgment",
      PostMacro={
        "/cast Divine Storm",
      },
      KeyRelease={
      },
    },
  },
}

Thank you.

I use this macro all the time. I think it puts out the best dps for a ret pally I’ve found so far. Thanks Nick

Whats the damage look like on this one?

Import it the macro and test it on a dummy, compare the results with either your expectations or against other Ret macros.

Everyone’s gear will be different and feed you results. Also it’s much quicker to test it than wait on people commenting ^^

A good clean Priority macro. Just the way I like it. Thanks for Sharing.

nm )

Im getting around 1.67 Sustain, Burst can reach 3-4 Mill for the single target

i saw a while ago a post for a ret macro that use a mod and momod line for a 1 macro fro st and aoe
it had a line like nomod temps vet and mod divine storm and when you held the mod it would swap to aoe mode and relased it would sawp back to st

i wonder how that will effect this macro its the best one ive tested so far

Anyone know what is the optimal Milliseconds to run this in?

Newb to all this, anything else I need to do alongside the macro?

works amazing. put in on a bit above your ping and it will work just fine

unable to import aoe sequence

ignor last comment

Thanks Nick for my tops dps o/

How could I get this to work with new gse?