My 7.2.5 Ret Macros

UPDATE 05/07/2017
Updated to correct Talent choices for Myth macros.
Have made a slight tweak to all macros and changed talents on Raid Macros, and am very happy with results.

So I’ve been working on 4 Macros this time, 2 for Myth/Heroic and 2 for Raid, both have Single and AOE.

All Macros leave out Crusade, as it is best cast when needed and not automatically. I Like to use the Cavalier talent as opposed to Divine Intervention, as the mobility is great, and if you pay attention to Dungeon/Raid mechanics you shouldn’t need intervention!!! famous last words lol. Your choice though, makes no difference to macro.

As always talent builds are used with advice of Icy Veins

I run it with AHK set to 55

My AHK Script is as follows:

$1::
Loop
{
if not GetKeyState(“1”, “P”)
break
sleep 55
Send {1}
}
return

$2::
Loop
{
if not GetKeyState(“2”, “P”)
break
sleep 55
Send {2}
}
return

Please test for me if your able and let me know what you think or any other constructive feedback.

First Set are for Mythics/Heroics

Sequences['MythSingle'] = {
-- This Sequence was exported from GSE 2.1.03.
  Author="Caramon@Turalyon",
  SpecID=70,
  Talents = "3133222",
  Default=1,
  Icon='Spell_Holy_AuraOfLight',
  MacroVersions = {
    [1] = {
      Trinket2=true,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Shield of Vengeance",
      },
      PreMacro={
      },
        "/cast Consecration",
        "/cast Eye for an Eye",
        "/cast Divine Hammer",
        "/cast Judgment",
        "/cast Templar's Verdict",
        "/cast Wake of Ashes",
        "/cast Crusader Strike",
        "/cast Templar's Verdict",
        "/cast Judgment",
        "/cast Wake of Ashes",
        "/cast Divine Hammer",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['MythAOE'] = {
-- This Sequence was exported from GSE 2.1.03.
  Author="Caramon@Turalyon",
  SpecID=70,
  Talents = "3133222",
  Default=1,
  Icon='Spell_Holy_AuraOfLight',
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Shield of Vengeance",
      },
      PreMacro={
      },
        "/cast Consecration",
        "/cast Eye for an Eye",
        "/cast Divine Hammer",
        "/cast Judgment",
        "/cast Divine Storm",
        "/cast Wake of Ashes",
        "/cast Crusader Strike",
        "/cast Divine Storm",
        "/cast Judgment",
        "/cast Wake of Ashes",
        "/cast Divine Hammer",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

The Second Set are for Raiding, I opt out of using Consecration and go with Final Verdict

Sequences['Raid_Single'] = {
-- This Sequence was exported from GSE 2.1.03.
  Author="Caramon@Turalyon",
  SpecID=70,
  Talents = "1132212",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Shield of Vengeance",
      },
      PreMacro={
      },
        "/cast Judgment",
        "/cast Blade of Justice",
        "/cast Crusader Strike",
        "/cast Templar's Verdict",
        "/cast Wake of Ashes",
        "/cast Templar's Verdict",
        "/cast Crusader Strike",
        "/cast Templar's Verdict",
        "/cast Eye for an Eye",
        "/cast Judgment",
        "/cast Blade of Justice",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['Raid_AOE'] = {
-- This Sequence was exported from GSE 2.1.03.
  Author="Caramon@Turalyon",
  SpecID=70,
  Talents = "1132212",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Shield of Vengeance",
      },
      PreMacro={
      },
        "/cast Judgment",
        "/cast Blade of Justice",
        "/cast Crusader Strike",
        "/cast Divine Storm",
        "/cast Wake of Ashes",
        "/cast Divine Storm",
        "/cast Crusader Strike",
        "/cast Divine Storm",
        "/cast Eye for an Eye",
        "/cast Judgment",
        "/cast Blade of Justice",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Hope you enjoy, and again any issues let me know.

Thank youu

Works pretty well

nothing working macro unable to be imported can you help me

okay everything works now just delete the spaces and now i can create the macro

cheers buddy tried this last night in night hold hc

was getting 2.5 m dps on trash aoe and single target was around 750 k using a 50 ms keystroke though

Which spaces need to be removed for this to import properly?

i didnt need to remove anything to import just copied and pasted no errors my end

N/A

Love this macro workign so wel onlly problem whit the talent Concentration…like scorpyon mytich and other encounters when the tanks moving the boss.its is puttign down then they move the boss…is the macro gonna work if im use final verdict ?

So are you using this like the old 6-9 rotation?

Do you spam the build macro until you have 3+ holly power then spam the spender?

Not to be a pest best there is no trink use in macro at all.

Can you post your AHK script for copying?

[quote quote=45967]

Again any feedback and testing would be greatly appreciated.

Not to be a pest best there is no trink use in macro at all. [/quote]

that’s because you enable it in GSE… So no need to put it in the macro.

[quote quote=45657]okay everything works now just delete the spaces and now i can create the macro
[/quote]

This is a problem with Microsoft IE and Microsoft Edge. If you use Chrome or Firefox instead you wont get this problem.

Ok when i import this macro it says “macro import successful” but there’s nothing there.
i copy and pasted it from google chrome. any ideas?

Can you post or sed me your AHK script.I’m just starting to use AHK.
Thanks for the macro I tested it in NH and mythic+ works perfectly.

Glad the macro is working ok for you.
I don’t currently use AHK, am using PunchKey 3, set at 50ms

Macro is great. One of the best I tried on my ret. Would it be possible to add a “use trinket” line?

Thanks!

You do not need a “/use trinket” in the new GSE. You can turn this on yourself within the /gs menu.

can someone explain to me how to use the multiple macro version within the block of code?

I understand this is one macro. I can see where it says Sequence MythSingle, then Sequence MythAOE.

How to I use either one or the other from one macro/hotbarkey in game?

Edit - So I pasted the macro code into GSE and it separated it into two different Macros. I think I Understand now.