GS MM 7.03 Lone Wolf build

[quote quote=34922]

i have no idea how to edit this to incorporate windburst. can anyone tell me how?

Add this to the main macro through the editor in-game: '/cast [nochanneling] Windburst', [/quote]

appreciate it man. Im new to the addon but im finding a lot of these MM ones arent following the proper rotation

tweaked this add on a little getting over 200k on dummy with no food or flask buffs at ilvl 849 has good up time on vulnerability. A button mashers delight might want to fill in aimed shots with lock and load procs during vulnerability

Sequences['MMRaid'] = {
author="Morcak@Area 52",
specID=254,
version=1,
source = "Local",
helpTxt = "Talents: 1113121",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast [combat,nochanneling] Blood Fury
/cast [combat,nochanneling] Trueshot
]],
"/cast [nochanneling] Marked Shot",
"/cast [nochanneling] Windburst",
"/cast [nochanneling,talent:6/2] Barrage; [nochanneling,talent:6/1] A Murder of Crows",
"/castsequence [nochanneling,talent:7/1] Sidewinders, Aimed Shot, Aimed Shot",
PostMacro=[[
]],
}

[quote quote=34975]tweaked this add on a little getting over 200k on dummy with no food or flask buffs at ilvl 849 has good up time on vulnerability. A button mashers delight might want to fill in aimed shots with lock and load procs during vulnerability
Sequences[‘MMRaid’] = { author=”Morcak@Area 52″, specID=254, version=1, source = “Local”, helpTxt = “Talents: 1113121″, icon=’INV_MISC_QUESTIONMARK’, lang=”enUS”, PreMacro=[[ /targetenemy [noharm][dead] /cast [combat,nochanneling] Blood Fury /cast [combat,nochanneling] Trueshot ]], “/cast [nochanneling] Marked Shot”, “/cast [nochanneling] Windburst”, “/cast [nochanneling,talent:6/2] Barrage; [nochanneling,talent:6/1] A Murder of Crows”, “/castsequence [nochanneling,talent:7/1] Sidewinders, Aimed Shot, Aimed Shot”, PostMacro=[[ ]], }
[/quote]

You should be able to get way more then 200k im doing 500k at first then holding 350-400k with itl 850

witch one are you using

the one I posted is single target damage only over a 6 min spam

Sequences['MMRaid'] = 
author="Morcak@Area 52",
specID=254,
version=1,
source = "Local",
helpTxt = "Talents: 1113121",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast [combat,nochanneling] Blood Fury
/cast [combat,nochanneling] Trueshot
]],
"/cast [nochanneling] Marked Shot",
"/cast [nochanneling] Windburst",
"/cast [nochanneling,talent:6/2] Barrage; [nochanneling,talent:6/1] A Murder of Crows",
"/castsequence [nochanneling,talent:7/1] Sidewinders, Aimed Shot, Aimed Shot",
PostMacro=[[
]],
}

can some people test this out and let me know what kind of results they are getting an maybe way to improve it

Using it for leveling right now, seems to work well.

Why Use Barrage As It Is A Raid Wipe IMO

[quote quote=35334]Using it for leveling right now, seems to work well.
[/quote]

how did you manage to use the last macro ?? it has a error in it in the first line
Sequences[‘MMRaid’] = must be : Sequences[‘MMRaid’] = {

Going to try your macro after work. I always test them with 25ms spam rate, 10 min @ boss dummy.

My current macro is this one but i don’t think it’s good

PreMacro=[[
/use Trueshot
]],
'/cast A Murder of Crows',
'/cast Marked Shot',
'/cast Windburst',
'/cast Sidewinders',
'/cast Aimed Shot',
PostMacro=[[
/targetenemy [noharm][dead]
/startattack
]],
}