MM Hunter 7.1.5 please test this out

Hello,

After testing different builds and GSS setups I’ve found that the following script suits best, at least for me and my gear:

Sequences[‘MMRaiding’] = {
Author=“Aimazing@Darksorrow”,
SpecID=254,
Talents = “1313121”,
Default=1,
Icon=‘ability_hunter_bestialdiscipline’,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
},
PreMacro={
“/targetenemy [noharm][dead]”,
},
“/cast Marked Shot”,
“/castsequence Aimed Shot, Aimed Shot, Aimed Shot”,
“/cast Sidewinders”,
“/cast Aimed Shot”,
“/cast Sidewinders”,
“/cast Marked Shot”,
“/castsequence Aimed Shot, Aimed Shot”,
“/cast Windburst”,
PostMacro={
},
KeyRelease={
},
},
},
}

So, as you’ve notices, I am back to SS. Also you don’t see Barrage and Trueshot in the rotation as I prefer to use them manually and I strongly advice you to do so.

Please have a run on this and let me know your thoughts.
PS: in Trueshot Lodge at dummies (used the one on the right of the inn entrance - so multi target) I’ve managed to pull 1.07M DPS at 100M damage output mark.

You modified the macro I posted. After playing in H ToV I was thinking of something along these lines. I will come up with my own version.

@ ron i am not very good with writing macros maybe you can point me in right direction, a pre macro for misdirection on focus . also i saw some where but cant find it anymore a macro that incorperates black arrow and piercing shot that allows mobility and dps

Hello Alex,

I tested your macro on a level 85 Dummy. I managed to do 3.1M DPS on it. I’m ilevel 847.

Below you can find the code version.

Sequences['MMRaiding_Alex'] = {
  Author="Alex@Thrall",  
  SpecID=254,
  Talents = "1313121",
  Help = "3.1M DPS on Single Target Dummy LVL 85",
  Default=1,
  Icon='Ability_Hunter_FocusedAim',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
        "/targetenemy  [noharm][dead]",
      },
        "/cast Marked Shot",
        "/castsequence Aimed Shot, Aimed Shot, Aimed Shot",
        "/cast Sidewinders",
        "/cast Aimed Shot",
        "/cast Sidewinders",
        "/cast Marked Shot",
        "/castsequence Aimed Shot, Aimed Shot",
        "/cast Windburst",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

I use this add-on for misdirections

https://wow.curseforge.com/projects/misdirectionhelper2

this is the macro I have been using for a long time now its just a normal macro

#showtooltip misdirection
/cast [@focus,help][@pet,exists] Misdirection

if you have your tank on focus then it will misdirect to the tank if not then to your pet

MM don’t use pets.

Can’t fix for GSE 2.0 macros, tnx.

[quote quote=41365]MM don’t use pets.
[/quote]

I can.

You guys not having any auto target issues?

If i stand next to a dummy WITHOUT targeting it, and press the macro, after a sec or two it will auto target and then run the rest of the script/key release. I am sure it is because of ‘marked shot’, as blizzard has made this to auto target.

Guys, please test, as this has been driving me crazy the last few days. Apparently 209 version of gsse2 may have fixed it due to the gsse ‘require target function’, but for me ‘marked shot’ auto target is on blizzard side. Hence why this macro will ALWAYS auto target.