Marksman Hunter Patch 6.2.3 (16/2/'16)

Best Hans N. Loevbraek,

I ain’t using that MmsinglePre macro anymore,
and I’m providing help for the current macros cause old ones are failures compared to the new ones.

Cheers,

Darkramz

Ok, thanks, Tim
For the moment I’m using this:
Sequences[‘hMMSingle’] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast Rapid Fire
]],
‘/castsequence [@focus,exists][@Pet] reset=combat Misdirection,Mend Pet’,
‘/castsequence [nochanneling] reset=15 !Glaive Toss’,
‘/cast [nochanneling] Stampede’,
‘/castsequence [nochanneling] reset=15 !Glaive Toss’,
‘/castsequence [nochanneling] Kill Shot,Steady Shot,Steady Shot’,
‘/cast [nochanneling] Chimaera Shot’,
‘/cast [nochanneling] Aimed Shot’,
‘/cast [nochanneling] !Kill Shot’,
‘/cast [nochanneling] Chimaera Shot’,
‘/cast [nochanneling] Steady Shot’,
‘/cast [nochanneling] Chimaera Shot’,
‘/cast [nochanneling] !Kill Shot’,
‘/cast [nochanneling] Aimed Shot’,
‘/cast [nochanneling] Stampede’,
‘/cast [nochanneling] Chimaera Shot’,
‘/cast [nochanneling] Chimaera Shot’,
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

I have change Glaive Toss, and using Barrage. Have also an AOE macros, but I read some places that as MM hunter today there is no reason to use it.

The macro I’m using now looks ok in the start, but DPS slowing down during fight. From 70-80k to 45-50k DPS.

So I’m still looking for good macros and how to use them. I’m a nob :slight_smile:

Stop looking and just use my macros on page 1 in the first post.

It’s for PVE mainly!

Cheers.

Well, the only macros on page 1 that works for me is MmSingleThrill, as I told before.

Sorry, I got the 2 others AOE macros to work, the MultiKey and MultiRot.

Tried them on Boss, but only around 20k dps. So there must be something I dont understand.
What about stampede?

Sequences[‘hMMSingle’] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast Rapid Fire
]],
‘/castsequence [@focus,exists][@Pet] reset=combat Misdirection,Mend Pet’,
‘/castsequence [nochanneling] reset=15 !Glaive Toss’,
‘/cast [nochanneling] Stampede’,
‘/castsequence [nochanneling] reset=15 !Glaive Toss’,
‘/castsequence [nochanneling] Kill Shot,Steady Shot,Steady Shot’,
‘/cast [nochanneling] Chimaera Shot’,
‘/cast [nochanneling] Aimed Shot’,
‘/cast [nochanneling] !Kill Shot’,
‘/cast [nochanneling] Chimaera Shot’,
‘/cast [nochanneling] Steady Shot’,
‘/cast [nochanneling] Chimaera Shot’,
‘/cast [nochanneling] !Kill Shot’,
‘/cast [nochanneling] Aimed Shot’,
‘/cast [nochanneling] Stampede’,
‘/cast [nochanneling] Chimaera Shot’,
‘/cast [nochanneling] Chimaera Shot’,
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

From: Max's Marksman 3/18 - Patch 7.0+ - WoW Lazy Macros
For the moment works best for me, but could be better.

Hi, first of all thank you for this. I can’t wait to try it out when I get home tonight. My question is about adding on to this. Is there a reason misdirect is not in there?

[quote quote=28118]Hi, first of all thank you for this. I can’t wait to try it out when I get home tonight. My question is about adding on to this. Is there a reason misdirect is not in there?

[/quote]

Misdirection is simply a DPS loss in the macro and should be used situationally.

Hi, jdashn and MysticalNyte!

Are you talking about the macro I posted?

Just a general question really.

Edit: I figured out that the code being written was specific to GS.

Right now I’m grappling with just getting the damn macros to work at all. I’m using macro toolkit and it seems to not like the apostrophes or any of the “Sequence…” I keep getting tons of “not a macro command errors”

Here is a link to gnome sequencer:

Just want to say thank you Tim Roeleveld for all the awsome work you have done!
I use most of your macros for all my chars. Keep up the good work m8 and thank you again :smiley:

hi :slight_smile: just posted to show my thanks for your work :slight_smile:

thank you very much!

My question is…is this only viable with T-18 4 piece?

[quote quote=28437]My question is……is this only viable with T-18 4 piece?

[/quote]

Yes, otherwise your DPS is crap using it without the 4-piece.

Question.
Why is this 8?
‘/castsequence [nochanneling] reset=8 Steady Shot,!Chimaera Shot’,
And not 9 or 7 or something else??

Dear Ron,

I choose to do 8, that’s why it’s not 7 or 9.

What’s the cooldown on Chimaera Shot?

That question is the answer to your question ^^

Cheers,

Darkramz

Hey Tim, I was trying to get this Macro working and it seems to be giving me trouble. Everytime i put in the macro name MmSingleThrill it doesnt populate any information into the macro and will not engage any targets. What would cause this?

The cooldown for it is 9 sec. That’s why I don’t understand why you have it at 8.

Ron,

Cause there is a steady shot in front of it (wich is around 1 second cast)
9-1 = 8 must be clear now why it’s 8 and not 9.

Thank you for the concerns ^^

Cheers,

And if it doesn’t work, the most common error is caused by a fault in the Sequence file.
Can be that you pressed a key while pasting it in there etc etc.