Max's Marksman 3/18

Sequences['hMMSingle'] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast Rapid Fire
]],
	'/castsequence [@focus,exists][@Pet] reset=combat Misdirection,Mend Pet',
	'/castsequence [nochanneling] reset=15 !Glaive Toss',
	'/cast [nochanneling] Stampede',
	'/castsequence [nochanneling] reset=15 !Glaive Toss',
	'/castsequence [nochanneling] Kill Shot,Steady Shot,Steady Shot',
	'/cast [nochanneling] Chimaera Shot',        
	'/cast [nochanneling] Aimed Shot',
	'/cast [nochanneling] !Kill Shot',
	'/cast [nochanneling] Chimaera Shot',
	'/cast [nochanneling] Steady Shot', 
	'/cast [nochanneling] Chimaera Shot', 
	'/cast [nochanneling] !Kill Shot',
	'/cast [nochanneling] Aimed Shot',
	'/cast [nochanneling] Stampede',
	'/cast [nochanneling] Chimaera Shot',
	'/cast [nochanneling] Chimaera Shot', 	
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

AOE

Sequences['hMarksAoE'] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast Rapid Fire
]],
'/castsequence [@focus,exists][@Pet] reset=combat Misdirection,Mend Pet',
	'/cast [nochanneling] Kill Shot',
	'/castsequence [nochanneling] reset=20 Glaive Toss',
	'/cast [nochanneling] Stampede',
	'/castsequence [nochanneling] reset=20 Glaive Toss',
    	'/castsequence [nochanneling] reset=5 Multi-Shot, Steady Shot, Steady Shot',
	'/cast [nochanneling] Multi-Shot',
    	'/cast [nochanneling] Chimaera Shot',	
	'/cast [nochanneling] Multi-Shot',   
	'/cast [nochanneling] Kill Shot',
	'/cast [nochanneling] Multi-Shot',
PostMacro = [[
/petattack
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

Talents
3123313

All macros tested by me. Some code stolen from users of these boards, most notably Beef Wellington, and modified for my own use. Hope they work out for you.

Works great. Ty.

Glyphs please?

This does work quite well.

I am having difficult though changing stampede for A Murder of Crows–a talent I prefer.

I have tried different things, but can’t seem to get A murder of crows to fire off.

but the macro works very nicely otherwise.

Try this one Jalisco

Sequences['hMarksAoE'] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast Rapid Fire
]],
'/castsequence [@focus,exists][@Pet] reset=combat Misdirection,Mend Pet',
'/cast [nochanneling] Kill Shot',
'/cast !Murder Of Crows',
'/castsequence [nochanneling] reset=20 Glaive Toss',
'/castsequence [nochanneling] reset=20 Glaive Toss',
'/castsequence [nochanneling] reset=5 Multi-Shot, Steady Shot, Steady Shot',
'/cast [nochanneling] Multi-Shot',
'/cast [nochanneling] Chimaera Shot',
'/cast [nochanneling] Multi-Shot',
'/cast [nochanneling] Kill Shot',
'/cast [nochanneling] Multi-Shot',
PostMacro = [[
/petattack
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

Hello! I want to remove Stampede and Rapid Fire because I’ll use them only when I want, so I just remove them from the macro or I should change anything else? Thanks in advance

How to do this macro yet max characters is 255?