mm one button ilvl 847

please assist me with a one button macro in old school coding.
meaning without all the “keypress” stuff.

I don’t care about a pet.
I want to rule the dungeons

Hi J,

These may help but somewhat out dated but gives you somewhere to start.

Sequences['BM'] = {
specID = 253,
author = "???",
helpTxt = "Talent: 3232123",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/cast [@pet,dead]Heart of the Phoenix
/petautocastoff [group] Growl
/petautocaston [nogroup] Growl
/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection
]],
"/cast [nochanneling] Bestial Wrath",
"/cast [nochanneling] !Kill Command",
"/cast [nochanneling] Dire Frenzy",
"/cast !Barrage",
"/cast [nochanneling] Concussive Shot",
"/cast [nochanneling] Cobra Shot",
"/cast [nochanneling] Titan's Thunder",
"/cast [nochanneling] !Kill Command",
"/cast [nochanneling] Bestial Wrath",
PostMacro = [[
/Use [combat] 14
/cast [nogroup] Mend Pet
/cast Aspect of the Wild
/use Draenic Agility Potion
]],
}

Sequences['MM'] = {
author='???',
specID=254,
helpTxt = 'Talents: 3113111',
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/cast [@pet,dead]Heart of the Phoenix
/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection
/cast Trueshot
/cast Blood Fury
]],
'/cast [nochanneling] A Murder of Crows',
'/cast [nochanneling] Sidewinders',
'/cast [nochanneling] !Marked Shot',
'/cast [nochanneling] Windburst',
'/cast [nochanneling] !Aimed Shot',
'/cast [nochanneling] !Marked Shot',
PostMacro = [[
/startattack
/petattack
/Use [combat] 14
/use Draenic Agility Potion
]],
}

Sequences['SV'] = {
specID = 255,
author = "???",
helpTxt = "Talents 2123222",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/use [nopet,nomod]Call Pet 2
/petattack [@target,harm]
]],
'/cast Explosive Trap',
'/cast Dragonsfire Grenade',
'/cast Lacerate',
'/cast Mongoose Bite',
'/cast Throwing Axes',
'/castsequence Flanking Strike,Raptor Strike',
'/cast Mongoose Bite',
'/cast A Murder of Crows',
PostMacro=[[
/cast Fury of the Eagle(Artifact)
/startattack
/cast [nogroup] Mend Pet
/use Draenic Agility Potion
]],
}

Very nice! Thank You :slight_smile: