MY MM 7.2.5 Macro Set

Here is my spin on MM Macros. Working quite well for me, but still very low gear score and not all artifact traits gained. Plus my stats are appalling at the moment.

I have 2 Macros for Raid & 2 for Mythics. (ST & AOE for each) Multi Shot replaces Arcane Shot in AOE macros, other than that, they are the same.
Talents are taken using advice from Icy Veins

In Mythic macros, please note that i cast Explosive Shot on a separate key on cool-down because of the mechanics behind it.

I run these with AHK set to 55ms

Hope these work out for those that try it. Any feedback most welcomed.

Mythic Set

Sequences['MM-MythST'] = {
-- This Sequence was exported from GSE 2.1.04.
  Author="Loganlee@Turalyon",
  SpecID=254,
  Talents = "1131132",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [combat] Trueshot",
        "/cast [target=focus, exists, nodead], [target=pet, exists, nodead] Misdirection",
      },
      PreMacro={
      },
        "/cast [nochanneling] Piercing Shot",
        "/cast [nochanneling] Marked Shot",
        "/cast [nochanneling] Windburst",
        "/castsequence [nochanneling] Aimed Shot, Aimed Shot, Arcane Shot, Marked Shot",
        "/cast [nochanneling] Arcane Shot",
        "/cast [nochanneling] Marked Shot",
        "/cast [nochanneling] Arcane Shot",
        "/cast [nochanneling] Windburst",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['MM-MythAOE'] = {
-- This Sequence was exported from GSE 2.1.04.
  Author="Loganlee@Turalyon",
  SpecID=254,
  Talents = "1131132",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [combat] Trueshot",
        "/cast [target=focus, exists, nodead], [target=pet, exists, nodead] Misdirection",
      },
      PreMacro={
      },
        "/cast [nochanneling] Piercing Shot",
        "/cast [nochanneling] Marked Shot",
        "/cast [nochanneling] Windburst",
        "/castsequence [nochanneling] Aimed Shot, Aimed Shot, Multi-Shot, Marked Shot",
        "/cast [nochanneling] Multi-Shot",
        "/cast [nochanneling] Marked Shot",
        "/cast [nochanneling] Multi-Shot",
        "/cast [nochanneling] Windburst",
        "/cast [nochanneling] Bursting Shot",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

The Raid Set

Sequences['MM-RaidST'] = {
-- This Sequence was exported from GSE 2.1.04.
  Author="Loganlee@Turalyon",
  SpecID=254,
  Talents = "1333113",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [combat] Trueshot",
        "/cast [target=focus, exists, nodead], [target=pet, exists, nodead] Misdirection",
      },
      PreMacro={
      },
        "/cast [nochanneling] A Murder of Crows",
        "/cast [nochanneling] Marked Shot",
        "/cast [nochanneling] Windburst",
        "/castsequence [nochanneling] Aimed Shot, Aimed Shot, Arcane Shot, Marked Shot",
        "/cast [nochanneling] Arcane Shot",
        "/cast [nochanneling] Marked Shot",
        "/cast [nochanneling] Arcane Shot",
        "/cast [nochanneling] Windburst",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['MM-RaidAOE'] = {
-- This Sequence was exported from GSE 2.1.04.
  Author="Loganlee@Turalyon",
  SpecID=254,
  Talents = "1333113",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [combat] Trueshot",
        "/cast [target=focus, exists, nodead], [target=pet, exists, nodead] Misdirection",
      },
      PreMacro={
      },
        "/cast [nochanneling] A Murder of Crows",
        "/cast [nochanneling] Marked Shot",
        "/cast [nochanneling] Windburst",
        "/castsequence [nochanneling] Aimed Shot, Aimed Shot, Multi-Shot, Marked Shot",
        "/cast [nochanneling] Multi-Shot",
        "/cast [nochanneling] Marked Shot",
        "/cast [nochanneling] Multi-Shot",
        "/cast [nochanneling] Windburst",
        "/cast [nochanneling] Bursting Shot",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Why are you using A Murder of Crows in your Raid AoE? Shouldn’t you be using Volley?

[quote quote=51133]Why are you using A Murder of Crows in your Raid AoE? Shouldn’t you be using Volley?
[/quote]

I don’t currently switch talents during a raid, so i put my priority on single target dps. (Talent Build is Suggested from Icy Veins)

If you are able to switch talents during a raid, thats fine, just switch to Volley and then perhaps place an additional multi shot or whatever you prefer in place of A Murder of Crows in the AOE sequence.

But remember to switch back to A Murder of Crows for the boss fights, or the single target macro will not fire properly.