MM PVE Single Target 7.1.5 1313113

(Edited 01/16/2017)

2 Versions of my macro. I’m currently using the first which has an internal loop. Both get the job done. Obviously remove/replace anything you don’t like in the macro once it’s imported.

Sequences['MM_Raiding'] = {
  Author="Sybrant@Azuremyst",  
  SpecID=254,
  Talents = "1313113",
  Default=1,
  Icon='Ability_Hunter_FocusedAim',
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      LoopLimit=3,
      KeyPress={
        "/targetenemy  [noharm][dead]",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast Trueshot",
      },
      PreMacro={
        "/cast Windburst",
        "/cast Arcane Shot",
      },
        "/cast Marked Shot",
        "/castsequence Aimed Shot, Aimed Shot, Aimed Shot",
        "/cast Bursting Shot",
      PostMacro={
      },
      KeyRelease={
        "/cast A Murder of Crows",
      },
    },
  },
}
Sequences['MM_Raiding'] = {
  Author="Sybrant@Azuremyst",  
  SpecID=254,
  Talents = "1313113",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy  [noharm][dead]",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast Trueshot",
      },
      PreMacro={
      },
        "/cast Windburst",
        "/cast Marked Shot",
        "/cast Bursting Shot",
        "/castsequence Aimed Shot, Aimed Shot, Aimed Shot",
        "/cast Arcane Shot",
        "/cast Marked Shot",
      PostMacro={
      },
      KeyRelease={
        "/cast A Murder of Crows",
      },
    },
  },
}

“Macro unable to be imported”

I have done the steps as noted here in this updated post:

https://wowlazymacros.com/forums/topic/gse2-and-7-1-5/

Hot shit: I instead just created a new macro with what you have listed in there, since for some reason I am an idiot and can’t figure out importing. This works great!

My only question: why bursting shot?

can you post it

It appears you may need to manually import the macros for now. Until he fixes the addon. Just add it line by line.

and I use bursting shot because I have Sephuz’s Secret & Magnetized Blasting Cap Launcher.

kevin can you add me on btag? devon#11420

[quote quote=39237]It appears you may need to manually import the macros for now. Until he fixes the addon. Just add it line by line.
and I use bursting shot because I have Sephuz’s Secret & Magnetized Blasting Cap Launcher.
[/quote]

Ok sweet thanks man.

Does Sephuz proc when someone else interrupts but you still manage to cast your counter shot?

Like say a mob casts something that you can interrupt, 2 people (you included) cast their int interrupt, but they manage to actually interrupt the cast.

Could someone that knows how to PLEASE create this macro in the orginal Gnome Sequencer format. please I have been unable to get GSE to work so I use GS

The addon will accept the first macro now that it has been fixxed

[quote quote=39346]The addon will accept the first macro now that it has been fixxed
[/quote]

Are you sure because I only get

‘macro unable to be imported’

I get the same thing, and I totally removed GS and installed it fresh and I still get the same error.

[quote quote=39449]

The addon will accept the first macro now that it has been fixxed

Are you sure because I only get ‘macro unable to be imported’ [/quote]

what speed would you run this at for AHK?

[quote quote=39255]

It appears you may need to manually import the macros for now. Until he fixes the addon. Just add it line by line. and I use bursting shot because I have Sephuz’s Secret & Magnetized Blasting Cap Launcher.

Ok sweet thanks man. Does Sephuz proc when someone else interrupts but you still manage to cast your counter shot? Like say a mob casts something that you can interrupt, 2 people (you included) cast their int interrupt, but they manage to actually interrupt the cast. [/quote]

If I use bursting shot it doesn’t matter if they interrupt or not 9 outta 10 times it will still give me the buff.

Here is a fixed version of the OP’s macro. It seems that earlier versions of GSE2 added a comma at the end of the macro, and that doesn’t belong there.

Edit: Hang on a few, it won’t import for me either. I will fix it.

Edit: This one imports for me. The only thing is after import you may have to close /gs and then re-open it in order to see the macro. I also had to change the spec to something else, then back to marksmanship and save, then it worked for me. Hope it works for you

Sequences['mm'] = {
  Author="Korwyn@Hellscream",  
  SpecID=254,
  Talents = "1313113",
  Default=1,
  Icon='Ability_Hunter_FocusedAim',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast Trueshot",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
      },
      PreMacro={
      },
        "/cast Marked Shot",
        "/cast Windburst",
        "/cast A Murder of Crows",
        "/cast Bursting Shot",
        "/castsequence Aimed Shot, Aimed Shot, Aimed Shot",
        "/cast Arcane Shot",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

I updated original post. Macro is slightly changed.

Thanks

can you make a aoe build/macro

[quote quote=39633]can you make a aoe build/macro
[/quote]

I’ll be adding one once I figure out a good way to implement it.

Nice macro, but with bursting shot in it,
it is already a part AOE rotation.

have a go and see what you thing of this

Sequences['MM'] = {
  Author="Nanó@Draenor",  
  SpecID=254,
  Talents = "1313113",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy  [noharm][dead]",
        "/cast Blood Fury",
      },
      PreMacro={
      },
        "/cast Windburst",
        "/cast Marked Shot",
        "/cast A Murder of Crows",
        "/castsequence Aimed Shot, Aimed Shot, Aimed Shot",
        "/cast Arcane Shot",
        "/cast Aimed Shot",
        "/castsequence Arcane Shot, Arcane Shot, Arcane Shot",
        "/cast Marked Shot",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

and a bit of a AoE

Sequences['MM_Aoe'] = {
  Author="Nanó@Draenor",  
  SpecID=254,
  Talents = "1313113",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy  [noharm][dead]",
        "/cast Blood Fury",
      },
      PreMacro={
      },
        "/cast Windburst",
        "/cast Marked Shot",
        "/cast A Murder of Crows",
        "/castsequence Aimed Shot, Aimed Shot, Aimed Shot",
        "/cast Multi-Shot",
        "/cast Aimed Shot",
        "/castsequence Multi-Shot, Multi-Shot, Multi-Shot",
        "/cast Marked Shot",
        "/castsequence Aimed Shot, Aimed Shot",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}