GS MM 7.03 Lone Wolf build

Sequences['DB_MM1'] = {
specID = 254,
author = "Kirr",
helpTxt = "Talent: 1113121",
---StepFunction = GSStaticPriority,
PreMacro = [[
/cast [combat,nochanneling] !Blood Fury
/cast [combat,nochanneling] !Trueshot
]],
'/cast [nochanneling] Marked Shot',
'/cast [nochanneling] Windburst',
'/cast [nochanneling] Barrage',
'/cast [nochanneling] Sidewinders',
'/cast [nochanneling] Aimed Shot',
'/cast [nochanneling] Aimed Shot',
'/cast [nochanneling] Marked Shot',
'/cast [nochanneling] Black Arrow',
PostMacro = [[
]],
}

Just edited this, I am item lvl 870 now and did 520k dps over 2 min on the Raiding dummy outside of the Trueshot Lodge so it includes the multiple targets damage as well. I dont use the static priority its — out because I swap to Black Arrow and Carefull Aim when doing solo stuff to use a pet.

This is awesome -

Just a note:
These lines will cause the scam warning dialog. These are Global Options now in GS-E that you can turn on and off for all your Sequences so you don’t need them in the sequence itself.

/console Sound_EnableSFX 0
/script UIErrorsFrame:Clear();
/console Sound_EnableSFX 1

also this

StepFunction =  [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]], 

can be simplified to
StepFunction = GSStaticPriority,

I tried that GSStacicPriority and my dps was worse then the one I posted.

edit- Oh I was still using the original GS. Downloading the newer enhanced now to try.

Hi,
Anyone know how to activate [Mirror of the Blademaster/Use: Summon 4 Mirror Images to attack your target and nearby enemies for 20 sec.] in a script for GS-E?

@E.D.B. Im going to hjave to look at that as hese is the code from linke 36 of GS-Core\startup.lua

-------------------------------------------------------------------------------------
-- GSStaticPriority is a static step function that goes 1121231234123451234561234567
-- use this like StepFunction = GSStaticPriority, in a macro
-- This overides the sequential behaviour that is standard in GS
-------------------------------------------------------------------------------------
GSStaticPriority = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]]

They are identical.

I wasnt using GS-E when I first posted that, I just copied the author and texthelp from the other macros so thats why it didnt work right for me, I have switched since, only thing I dont like is everytime there is a GS-E update it overwrites all my macros which I prefer and work better for my specs then the default ones supplied.

Hey @E.D.B.

If you are using GS-E dont edit the stuff in GS-DraikMacros. Grab GS-E myMacros Addin Pack : Discontinued and Outdated Mods : World of Warcraft AddOns It is DraikMacros without the macros and any changes you make to that will not ever get overwritten by mod updates.

(I will add this as a not to DraikMacros )

[quote quote=30629]Hey @E.D.B.

If you are using GS-E dont edit the stuff in GS-DraikMacros. Grab http://www.wowinterface.com/downloads/info24062-GS-EmyMacrosAddinPack.html It is DraikMacros without the macros and any changes you make to that will not ever get overwritten by mod updates.

(I will add this as a not to DraikMacros )

[/quote]

Ok thanks

Ported to GS-E for the OP.

Sequences['MMboss'] = {
author = "Kirr",
specID= 254,
helpTxt = "Talent: 1113121",
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat,nochanneling] !Blood Fury
/cast [combat,nochanneling] !Trueshot
]],
	'/cast [nochanneling] Barrage',
	'/cast [nochanneling] Sidewinders',
	'/cast [nochanneling] Marked Shot',
	'/cast [nochanneling] Aimed Shot',
PostMacro = [[
/startattack
]],
}

black arrow would be good for the rotation too, it does alot of damage plus its great to dot rouges etc.

Item level 701. I made a logitech keyboard macro to press the macro for 20 times a second. When I start it goes to around 38K then drops and steadies around 32K.
I did the dps test on a single Raider’s training dummy.
Is this normal?

[quote quote=30892]Ported to GS-E for the OP.

Sequences['MMboss'] = {
author = "Kirr",
specID= 254,
helpTxt = "Talent: 1113121",
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat,nochanneling] !Blood Fury
/cast [combat,nochanneling] !Trueshot
]],
	'/cast [nochanneling] Barrage',
	'/cast [nochanneling] Sidewinders',
	'/cast [nochanneling] Marked Shot',
	'/cast [nochanneling] Aimed Shot',
PostMacro = [[
/startattack
]],
}
```[/quote]

Nice clean macro, but, I'd add Barrage on a separate key to avoid wiping groups.

I have one that goes like this:

Sequences['ZazurakAttack'] = {
author="Ambergreen@wowtheorycraft.com",
specID=254,
helpTxt = "Talents: 1323321",
StepFunction = GSStaticPriority,
icon=236179,
PreMacro=[[
/targetenemy [noharm][dead]
/cast Trueshot
]],
"/cast [nochanneling] !Trueshot",
"/cast [nochanneling] !Marked Shot",
"/cast [nochanneling] !Sidewinders",
"/cast [nochanneling] !Barrage",
"/cast [nochanneling] !Aimed Shot",
PostMacro=[[
/startattack]],
}

[quote quote=32058]I have one that goes like this:

Sequences['ZazurakAttack'] = {
author="Ambergreen@wowtheorycraft.com",
specID=254,
helpTxt = "Talents: 1323321",
StepFunction = GSStaticPriority,
icon=236179,
PreMacro=[[
/targetenemy [noharm][dead]
/cast Trueshot
]],
"/cast [nochanneling] !Trueshot",
"/cast [nochanneling] !Marked Shot",
"/cast [nochanneling] !Sidewinders",
"/cast [nochanneling] !Barrage",
"/cast [nochanneling] !Aimed Shot",
PostMacro=[[
/startattack]],
}

[/quote]

Working well for me, even in PvP, thanks a bunch :smiley:

Item level 701. I made a logitech keyboard macro to press the macro for 20 times a second. When I start it goes to around 38K then drops and steadies around 32K.
I did the dps test on a single Raider’s training dummy.
Is this normal?

in short… yes.
at the start you always get higher dps due to your cooldowns. after you have used the cooldowns, the dps will go down till. When a cooldown is ready, your dps wil go up a little again, until it wears off again. rinse and repeat.

Thx.

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

[quote quote=34899]i have no idea how to edit this to incorporate windburst. can anyone tell me how?
[/quote]Add this to the main macro through the editor in-game: '/cast [nochanneling] Windburst',

This macro works great i still cant get the pet one to work im itl 850 im doing 300k on dummies