7.1.5 - DPS Macros (GSE2)

Hey guys im fairly new to GSE2, but i work with programming daily. Ive put together a few macros, that i find very useful. My ret macros is split into three. A builder, and two spenders.

First one is the builder + artifact ability:

Sequences['Builder'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Xäphan@Tarren Mill",
  SpecID=70,
  Talents = "1132212",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      LoopLimit=1,
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast Wake of Ashes",
        "/cast Blade of Justice",
        "/cast Crusader Strike",
        "/cast Blade of Justice",
      PostMacro={
      },
      KeyRelease={
        "/cast Arcane Torrent",
        "/startattack",
      },
    },
  },
}

Second one is the single target spender + cooldowns:

Sequences['Templars_Verdict'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Xäphan@Tarren Mill",
  SpecID=70,
  Talents = "1132212",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      LoopLimit=1,
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/use Crusade",
        "/cast Arcane Torrent",
      },
      PreMacro={
      },
        "/cast Judgment",
        "/cast Templar's Verdict",
        "/cast Judgment",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
      },
    },
  },
}

Third one is a AOE spender + cooldowns:

Sequences['Divine_Storm'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Xäphan@Tarren Mill",
  SpecID=70,
  Talents = "1132212",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      LoopLimit=1,
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/use Crusade",
      },
      PreMacro={
      },
        "/use Judgment",
        "/cast Divine Storm",
        "/cast Judgment",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
      },
    },
  },
}

cant import :frowning: really want to try on my paly

Ill fix it now. I copied it directly from the .lua, thats propably why :slight_smile:

Ill update this post, when ive updated it :slight_smile:

It should work now :slight_smile:

good macro still cant import it but i jsut copy pasta it into game

This is fine for a Blood/Night Elf (whatever uses Arcane torrent) but what about a Tauren? Stomp is a stun and hardly an interrupt.

You could just remove that line then. I only have my race ability in there cause it builds onde holy power when used.

Hello!
in which case are u using Builder and spender?
What kind of dps you got with this?

And are you using AHK? what ms?

thanks

Im not using AHK or similiar.
I have not tested the actual numbers, but it seems the dps is allright. The reason i havent tested is because i dont have the item level nor the artifact power to give any relevant info on the actual dps.

Using it is just spamming the builder, and when you reach 3 or more holy power spam the single target or aoe spender, and redo.

The second macro Sequences[‘Templar’s_Verdict’] should be Sequences[‘Templars_Verdict’]

The extra apostrophe is causing it not to import

Aw thanks thats why! Ill update these macros and the ones i have for the other specs later. Ive made small fixes to optimize them. Expect the changes in the weekend :slight_smile:

Nikolai, Have you made any adjustments to these macros? They are great but just curious.