Hello everyone!
I create my first MM Macro.
I used Raejyn sound lines.(i hope you do not mind and ty)
I tested on class hall raider training dummy, 260-280k dps without food and burst stuffs.
Im 848ilvl with one useless legendary (sephuz’s secret), one usable trinket, and one six-feather trinket.
Talents: 1,1,1,3,3,1,1,
Thanx for any feedback. (if u like this i create aoe version)
Sequences['MMSGL'] = {
author="TKutya",
specID=254,
helpTxt = "Talents: 1113311",
StepFunction = GSStaticPriority,
PreMacro=[[
/run x=GetCVar("Sound_EnableSFX") SlashCmdList.UI_ERRORS_OFF()
/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection
/targetenemy [noharm][dead]
]],
'/cast [nochanneling] Marked Shot',
'/cast [nochanneling] A Murder of Crows',
'/cast [nochanneling] Windburst',
'/cast [nochanneling] Aimed Shot',
'/cast [nochanneling] Arcane Shot',
PostMacro=[[
/use [combat] 13
/use [combat] 14
/run SlashCmdList.UI_ERRORS_ON() SetCVar("Sound_EnableSFX",x)
]],
}