MM Single target GnomeS.

Hey guys, here is my setup for my MM single target. For single target I am using Glaive Toss. Works pretty well for me. I use autohotkey with “200” sleep.
I also have a small macro I use with this, just a stop casting macro with killshot to make sure I get max killshots.
Give it a try, change it to your needs and if you can…improve it!

Cheers.

local _, Sequences = ... -- Don't touch this

Sequences['MarksST'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/cast Blood Fury',
	"/cast Glaive Toss",
	'/cast Berserking',
	'/cast [nochanneling] A Murder of Crows',
	"/cast [nochanneling] Kill Shot",
	'/cast [nochanneling] Steady Shot',
	"/cast Glaive Toss",
	"/cast Barrage",
	'/cast [nochanneling] Aimed Shot',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/cast Chimaera Shot
]],
}

Currently indeed the best macro on these forums, well done. Do you use Thrill of the Hunt or Steady Focus?

I’m curious, how does this compare to you doing the rotation by hand instead of by macro?

Again, though, good work.

Hey, I use Thrill of the hunt as I think Steady Focus would be very difficult to keep up as well as keep a good rotation with in a macro post 6.0.

I also switched servers and changed to an orc so I made changes to both the macro itself as well as my autohotkey sleep time.

Below is my new macro I’ve been trying and I have changed my sleep on autohotkey to “115” sleep (screw around with this as your best sleep time may differ from mine depending on server latency).

Please guys, give this a try and see how it compares to the first macro, make any changes to suit your needs and if you can make it better please do and share with us.

P.S. This latest setup I have is giving me (depending on rng) a steady dps of between 23k and 24k on the level 100 dummies in my garrison, ilvl 615. Everything seems to be firing off pretty well atm so I would guess a less than 5% difference between using the macro and my manual rotation.

Cheers.

Sequences['MarksST'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
/cast Blood Fury
]],
	'/cast Chimaera Shot',
	'/cast Chimaera Shot',
	'/cast Chimaera Shot',
	"/cast Glaive Toss",
	'/cast Berserking',
	'/cast [nochanneling] A Murder of Crows',
	"/cast [nochanneling] Kill Shot",
	'/cast [nochanneling] Aimed Shot',
	'/cast [nochanneling] Aimed Shot',
	"/cast Glaive Toss",
	"/cast Barrage",
	'/cast [nochanneling] Steady Shot',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

[/quote]

I’ll give it a shot later today when I’m playing my hunter.
What’s your latency on the server you are on now?

What lvl 100 talent are you using? It’s obviously not Focusing Shot, so wondering which of the other two you’ve found to be of the most benefit to a MM hunter. Thanks

Lone Wolf for the Level 100 talent, it’s currently (for pve) the best choice at this time.

What is “autohotkey” and sleep 200?

Sorry - new to this.

I understand the GS stuff, but the autohotkey/sleep stuff is unknown to me.

And how do you tie it into that GS macro?

Thanks.

Please help me. This looks awesome, but I am not sure I"m doing this right.

I downloaded Gnome Sequencer. I edited the Sequences.Lua, with the text you provided.

So how do I actually USE this? I can’t find any button to click or hot key to use, to start using the sequence? Is there something I am doing wrong?

I’m really confused here.

Hello, i´m very desesperate, i use the macros and it never shot the aimed shot, does anyone know why?

It’s working very awesome! Should I swap out the last Aimed Shot for Multi-Shot for AOE version?

[quote quote=19770]Hey, I use Thrill of the hunt as I think Steady Focus would be very difficult to keep up as well as keep a good rotation with in a macro post 6.0.

I also switched servers and changed to an orc so I made changes to both the macro itself as well as my autohotkey sleep time.

Below is my new macro I’ve been trying and I have changed my sleep on autohotkey to “115” sleep (screw around with this as your best sleep time may differ from mine depending on server latency).

Please guys, give this a try and see how it compares to the first macro, make any changes to suit your needs and if you can make it better please do and share with us.

P.S. This latest setup I have is giving me (depending on rng) a steady dps of between 23k and 24k on the level 100 dummies in my garrison, ilvl 615. Everything seems to be firing off pretty well atm so I would guess a less than 5% difference between using the macro and my manual rotation.

Cheers.

Sequences['MarksST'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
/cast Blood Fury
]],
	'/cast Chimaera Shot',
	'/cast Chimaera Shot',
	'/cast Chimaera Shot',
	"/cast Glaive Toss",
	'/cast Berserking',
	'/cast [nochanneling] A Murder of Crows',
	"/cast [nochanneling] Kill Shot",
	'/cast [nochanneling] Aimed Shot',
	'/cast [nochanneling] Aimed Shot',
	"/cast Glaive Toss",
	"/cast Barrage",
	'/cast [nochanneling] Steady Shot',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

[/quote]
[/quote]

just get my lua file
https://www.cubbyusercontent.com/pli/Sequences.zip/_89b21e8facea4f4bac08c3985985b27e

delete

21k at ilvl 640 Troll Hunter. There is no way you’re getting 24k unless you’re not running the fight longer than 30 seconds.

A lot of you guys are not understanding the hunter mechanics to maximize DPS. These “fall through macros” are always going ot be super sub-optimal because they only choose Steady Shot when focus starved. This doesn’t allow enough focus to fire Chimera off CD.

You need THREE macros.

  1. Boss Health 100%-80% OR when Rapid Fire is used - Standard rotation, but use Aimed on CD for Careful Aim benefits.
  2. Filler rotation - Standard rotation that does not focus starve Chimera on CD.
  3. Boss Health < 35% - Kill Shot Stopcast

This Macro, without any addons has better burst, no focus starve, Chimera on CD and slightly higher DPS;

/targetenemy [noharm][dead]
/use [combat]Rapid Fire
/castsequence [nochanneling] reset=9 !Chimaera Shot,Steady Shot,Steady Shot,Aimed Shot,Steady Shot
/castsequence reset=60 !A Murder of Crows,!Barrage,!Barrage,!Barrage
/cast Berserking

---Hunter---
---MM 3223113---

Sequences['MMST'] = {
StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]], 
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat] Rapid Fire
]],
	'/cast Kill Shot',
	'/cast Chimaera Shot',	
	'/cast A Murder of Crows',
	'/cast Glaive Toss',
	'/cast Aimed Shot',
	'/cast Steady Shot',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
]],
}

Sequences['MMAOE'] = {
StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]], 
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat] Rapid Fire
]],
	'/cast Kill Shot',
	'/cast Chimaera Shot',	
	'/cast A Murder of Crows',
	'/cast Glaive Toss',
	'/cast Multi-Shot',
	'/cast Multi-Shot',
	'/cast Steady Shot',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
]],
}

I am using these two gnome sequence’s

what dps numbers do you get with those ? and what dps and if on dummies which dummies and what ilvl

Ok so i am trying to use these macros through gs i get them to finer off np but i’m not seeing where this person is pulling 21k dps with a ilvl 615 i’m 635 and i can only get like 14 to 15k I have the same talents. Is it cause i don’t have that autohotkey thing? I went to the site and I am hesitant to download it not sure if i need to know code to be able to use it or what not. Do you have to have that autohotkey program to pull these numbers? Maybe i have the wrong glyphs? Can you tell me your glyphs too?

i personally think there using dummies that “clip” the other dummies so there number appear higher . i see no screen shots ( which wont be great proof or even a link to a 5 min video would be great .

Just to be clear… I am not pulling 21k at 615.

I am able to pull between 17K to 20K on a fight that lasts 10 min vs a tier 3 garrison target dummy with my 634 gear. I understand that I get an extra hit when I use Chimaera Shot. However, I don’t get an execute phase with juicy Kill Shots. What does this mean for overall dps? I don’t know. What I do know is that on most tests I am doing around 19k. I think the few that have been closer to 17k were because my cooldowns were not properly reset before I started the test. I wish there was a better way to test than a target that does not have an execute phase and seems to have cleave included in the numbers.

As an index number of dps though it is outperforming other macros I have tried on my hunter. I highly suggest the macro’s I am using in my last post. if someone wants me to log my dps in an actual raid I would need help figuring out how to do that. I am totally willing to give it a shot though.