The single target one looks like the one I posted.
This macros rulezzz for now! thx you very much.
@ Ron this is how I came up with this macro
This section describes the recommended way to start the fight as a Marksmanship Hunter. It assumes you are using the recommended talents for the spec.
Just before the encounter starts, use your Potion of Deadly Grace.
Cast A Murder of Crows if you have chosen this talent.
Cast Windburst from as far away as possible.
Activate Trueshot while Windburst is still flying.
Cast Aimed Shot once.
Cast Arcane Shot once.
Cast Aimed Shot 3 times…
Cast Arcane Shot once
Cast Marked Shot.
Cast Arcane Shot once.
Cast Aimed Shot twice. (3 times with Bloodlust)
Proceed with your normal rotation.
and that’s from Marksmanship Hunter DPS Rotation, Cooldowns, and Abilities - Dragonflight 10.0.5 - World of Warcraft - Icy Veins
Really?? How do you think I came up with my macro last night?? Yours is almost the same as mine, except I use Murder of Crows on a separate key. Stop trying to be condescending to me. If you look at the time posted, I already had a macro with that rotation last night and you posted yours today.
And if you read the whole post on icy veins you would see you need different talents for an AOE build.
yes I know that’s why I said abit of AoE
And stop trying to talk down to me.
lol
Your arrogant attitude is not amusing.
why thank you
Maybe you two would like to start your own thread devoted to bashing each other? Please keep this thread on point.
I try to kevin sorry
Mod please delete this post.
The macro is set to an internal loop of 1 so it should do the premacro, then the macro once through, then the premacro again. However Windburst and Arcane Shot are never even fired.
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 Arcane Shot",
},
"/cast Marked Shot",
"/castsequence Aimed Shot, Aimed Shot, Aimed Shot",
PostMacro={
},
KeyRelease={
"/cast A Murder of Crows",
},
},
},
}
This is what I see in the debug info.
MM_Raiding,1,Marked Shot,Not Able to Cast,Resources Available,GCD Free,Not actively casting anything else.
MM_Raiding,1,Marked Shot,Not Able to Cast,Resources Available,GCD In Cooldown,Casting Aimed Shot
MM_Raiding,1,Marked Shot,Not Able to Cast,Resources Available,GCD In Cooldown,Casting Aimed Shot
MM_Raiding,1,Marked Shot,Not Able to Cast,Resources Available,GCD In Cooldown,Casting Aimed Shot
MM_Raiding,1,Marked Shot,Not Able to Cast,Resources Available,GCD In Cooldown,Casting Aimed Shot
MM_Raiding,1,Marked Shot,Not Able to Cast,Resources Available,GCD Free,Casting Aimed Shot
MM_Raiding,1,Marked Shot,Not Able to Cast,Resources Available,GCD In Cooldown,Not actively casting anything else.
Added a looping macro that I feel works much better for hunters. I’m pulling 400k+ on the boss dumby in Trushot lodge.
Dear Kevin,
I tested 2 of your macros. On a level 85 dummy in Orgrimmar. My iLevel is 847.
Sequences['MM_Raiding_Kevin'] = {
Author="Sybrant@Azuremyst",
SpecID=254,
Talents = "1313113",
Help = "1.6M DPS on Single Target Level 85 Dummy. iLevel 847",
Default=1,
Icon='Ability_Hunter_FocusedAim',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
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",
},
},
},
}
In this macro, I managed to pull 1.6M DPS.
Sequences['MM_Raiding_Kevin_2'] = {
Author="Sybrant@Azuremyst",
SpecID=254,
Talents = "1313113",
Help = "1.7M DPS on a Single Target Level 85 Dummy. iLevel 847",
Default=1,
Icon='Ability_Hunter_FocusedAim',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
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",
PostMacro={
},
KeyRelease={
"/cast A Murder of Crows",
},
},
},
}
On this macro I managed to get 1.7M DPS.
BR,
Kevin,
Are you doing resets on Combat only?
You could reset it on target but I don’t see the point with the rotation it has. If that’s how you like it then go for it. Let me know how it works for ya.
[quote quote=41017]Added a looping macro that I feel works much better for hunters. I’m pulling 400k+ on the boss dumby in Trushot lodge.
[/quote]
What ilvl?
At 879 I’m just over 300k on the Raider’s Dummy and often drifting below using your first macro.
What frequency are your keypresses?
Thanks.
[quote quote=41134]What ilvl?
At 879 I’m just over 300k on the Raider’s Dummy and often drifting below using your first macro.
What frequency are your keypresses?
Thanks.
[/quote]
I’m 876 remember trinkets and legendaries make the difference.
Went to Raider’s Training Dummy at Trueshot Lodge.
Doing 341k at 5 minute point per Skada.
Doing 320k at 5 minute point per Recount on second run.
Nowhere near 400k and I think character comparable.
Either you were using a non-raid dummy, or something about your keypress timing.