MM 7.3 test1- looks good so far

Please take a look at this one and provide feedback.
From some of my earlier MM macros, I decided to simplify this one, and reduce the redundancy. Seems to run smoother than earlier versions.

Hold SHIFT to cast Aimed Shot anytime you have the Lock-N-Load proc or if you getting focus capped.

Running this on my keyboard @ 120 ms delay (normal ping to servers 45-50)

Had some promising results @ hunter’s lodge on the raid boss dummy. Take note I do have the ring that grants Lock-N-Load, so I am able to also take True Aim in this same build.

Sequences['test1'] = {
-- This Sequence was exported from GSE 2.1.07.
  Author="Ronburgandie@Arygos",
  SpecID=254,
  Talents = "1113132",
  Help = [[Lock-N-Load from ring. 2 pc t20]],
  Default=1,
  Icon='Ability_Hunter_FocusedAim',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [mod:shift] Aimed Shot",
      },
      PreMacro={
      },
        "/cast [combat] [nochanneling] Arcane Shot",
        "/cast [combat] [nochanneling] Arcane Shot",
        "/cast [combat] [nochanneling] Windburst",
        "/cast [combat] [nochanneling] Trueshot",
        "/cast [combat] [nochanneling] Aimed Shot",
        "/cast [combat] [nochanneling] Aimed Shot",
        "/cast [combat] [nochanneling] Multi-Shot",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Again, for those unfamiliar and asking why or where is Piercing or Marked Shot in the macro.
Marked Shot is on key 1, Piercing is on key 2, Macro runs on key 3, using programmable keyboard. Set your delay accordingly- may or may not be affected by ping.

hey parrot when is it best to be using peircing shot and could this macro also work for trick shot? or sidewinder?

[quote quote=53464]hey parrot when is it best to be using peircing shot and could this macro also work for trick shot? or sidewinder?
[/quote]

I know many believe Piercing should only be used in AoE situations, but I like it for a big hitter on ST as well. I’ve made the swap between piercing and trick shot and have noticed a dps decrease when I use trick shot on long boss fights.

I dont use sidewinders, ever.

when is best to use peircing shot in your rotation?

When the target has vulnerable. Opening a fight I usually use arcane shot(s) until I get a marked target proc, then piercing shot manually and then go into the macro.