MM hunters current state

I have been reading a lot about the rotations and stuff for hunters even going as far as to read Azortharions post on hunters. He does the Icy veins post. If you look below according to him we should be using lock and load now and not true aim, also we should be using piercing shot. Has anyone tried adjusting their macros with these?
1.1. For Mythic+

This build is an excellent starting point for questing, dungeons, or general purpose usage, but particularly Mythic+ content.

Level 15: Lone Wolf Icon Lone Wolf
Level 30: Lock and Load Icon Lock and Load
Level 45: Posthaste Icon Posthaste
Level 60: Explosive Shot Icon Explosive Shot
Level 75: Binding Shot Icon Binding Shot
Level 90: Volley Icon Volley
Level 100: Piercing Shot Icon Piercing Shot
1.2. For Raid Encounters

This build is an excellent starting point as a standard raid setup.

Level 15: Lone Wolf Icon Lone Wolf
Level 30: Lock and Load Icon Lock and Load
Level 45: Posthaste Icon Posthaste
Level 60: Patient Sniper Icon Patient Sniper for single-target. Explosive Shot Icon Explosive Shot for any AoE.
Level 75: Binding Shot Icon Binding Shot
Level 90: Volley Icon Volley
Level 100: Piercing Shot Icon Piercing Shot

quick test I whipped up, test it out please
Edit: position yourself kinda close to the mob pack so Explosive Shot hits all of them, or take Patient Sniper if you don’t want to worry about it.

Sequences['MM_NEW_TEST'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Burx",
  SpecID=254,
  Talents = "1111132",
  Default=1,
  Icon='Ability_Hunter_FocusedAim',
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Blood Fury",
        "/cast Trueshot",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
      },
      PreMacro={
      },
        "/cast [nochanneling] Windburst",
        "/cast [nochanneling] Explosive Shot",
        "/cast [nochanneling] Marked Shot",
        "/cast [nochanneling] Aimed Shot",
        "/cast [nochanneling] Aimed Shot",
        "/cast [nochanneling] Piercing Shot",
        "/cast [nochanneling] Arcane Shot",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Going to test it now

With patient sniper I was only pulling 130k DPS with explosive standing close I was getting 230k dps both on 3 minute test. Both are a big loss over the old MM BOSS macro I was using. I cant figure it out. Thanks for the try though. If I weave in some arcane shots to proc marked shot then use it manually also it does a little better about 260k. I only have 858 gear on hunter but still less then an old macro without PS or ES. Might be a harder rotation to macro. Nothing I make even comes close though.

Yea with this one I burst over 600k then level out at about 388k on 3 minute test. Guess Ill stick to this till I figure out a better one or someone else makes another good one. On this I use volley though and not AMoC.

Sequences[‘MM_BOSS’] = {
– This Sequence was exported from GSE 2.0.14.
Author=“Raxons@Thrall”,
SpecID=254,
Talents = “1313111”,
Default=1,
Icon=‘Ability_Hunter_FocusedAim’,
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
“/targetenemy [noharm][dead]”,
“/cast Blood Fury”,
“/cast Trueshot”,
},
PreMacro={
},
“/cast [nochanneling] Windburst”,
“/cast [nochanneling] Bursting Shot”,
“/cast [nochanneling] Aimed Shot”,
“/cast [nochanneling] A Murder of Crows”,
“/cast [nochanneling] Aimed Shot”,
“/cast [nochanneling] Sidewinders”,
“/cast [nochanneling] Marked Shot”,
PostMacro={
},
KeyRelease={
},
},
[2] = {
StepFunction = [[Sequential]],
KeyPress={
“/targetenemy [noharm][dead]”,
},
PreMacro={
“/cast [nochanneling] Windburst”,
},
“/cast [nochanneling] Bursting Shot”,
“/cast [nochanneling] Aimed Shot”,
“/cast [nochanneling] A Murder of Crows”,
“/cast [nochanneling] Aimed Shot”,
“/cast [nochanneling] Sidewinders”,
“/cast [nochanneling] Marked Shot”,
PostMacro={
},
KeyRelease={
},
},
},
}

@Burx,

How are you generating enough focus when you don’t have Arcane Shot in your rotation?

Did you look at your focus while testing?

@Glognar, I did add /cast [nochanneling] Arcane Shot
to the macro in-game, just need to update the first post here.

Can u tell what speed you use to mash button?