Hunter Marksman GS WOD 2 button

So, I have come up with some macros that work extremely well for me. I use scroll up and scroll down as my entire dps rotation… So all I have to do is spam my scroll wheel on my mouse and everything just dies. I use glaive toss for the ease of use in the macros with mobility.

Sequences[‘Mark_ScrollUP’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [@focus, help] [@pet, nodead, exists] Misdirection
/cast [combat]Rapid fire
]],
‘/cast Kill Shot’,
‘/cast Aimed Shot’,
‘/cast Aimed Shot’,
‘/cast Aimed Shot’,
‘/cast Steady Shot’,
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences[‘Mark_ScrollDWN’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [@focus, help] [@pet, nodead, exists] Misdirection
/cast [combat]Rapid fire
]],
‘/cast A Murder of Crows’,
‘/cast Chimaera Shot’,
‘/cast Chimaera Shot’,
‘/cast Glaive Toss’,
‘/cast Kill Shot’,
‘/cast Kill Shot’,

PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Also, for all you Mac users out there that don’t have access to notepad++… text edit really sucks for this lua file. You can get a free app from the mac app store called Text Wrangler that works like a charm.

in this format…

Sequences['Mark_ScrollUP'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [@focus, help] [@pet, nodead, exists] Misdirection
/cast [combat]Rapid fire
]],
	'/cast Kill Shot',
	'/cast Aimed Shot',
	'/cast Aimed Shot',
	'/cast Aimed Shot',
	'/cast Steady Shot',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences['Mark_ScrollDWN'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [@focus, help] [@pet, nodead, exists] Misdirection
/cast [combat]Rapid fire
]],
	'/cast A Murder of Crows',
	'/cast Chimaera Shot',
	'/cast Chimaera Shot',
	'/cast Glaive Toss',
	'/cast Kill Shot',
	'/cast Kill Shot',
	
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Nice idea about the mouse scroll wheel!!
Never even considered that… but now I will :slight_smile:

I’m intrigued to try this when I get home from work. Do you have to keybind Scroll Up/Down? Does it require the use of AutoHotkey at all?

For that matter, do most folks use AutoHotkey with GS macros?

Ya no Haddon required for binding… i just put them on my bar and bind them to the scroll wheel… my shift scroll up and down are the same macro… which is my aoe macro… I have the same macro on both up and down so when I want to a o e I just hold shift while scrolling…

Sequences['MarksAOE'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [@focus, help] [@pet, nodead, exists] Misdirection
]],
	'/cast Multi-Shot',
	'/cast Multi-Shot',
	'/cast Multi-Shot',
	'/cast Multi-Shot',
	'/cast Multi-Shot',
	'/cast Steady Shot',
	
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Huh, that’s pretty slick - I’ll give that a shot tonight. Thanks for clarifying!

no worries, I am getting really good dps with these macros. Also, when I doing some pvp, I am usually using exotic ammo, so i can use spirit bond… but sometimes… I may want to pvp with Lone Wolf… So in my scroll up… I add Concussive shot… and boom there is a perm a slow instead of using ice arrows.