My Marksman Hunter StepFunction Script

Hello,

i tried them all - just to present you my own one which is using Stepfunction.
I had the best results with this, it just from time to time delays the chimaera, but that happens with all the other ones as well :slight_smile:

Talents are: x-x-x-3-3-1-3 where x=does not matter at all
Feel free to use A Murder of Crows and put it on a seperate button (same as my stampede)
This macro is setup to NOT use a pet - i suggest you solo play BM

here comes my GS:


Sequences['MMStepST'] = {
StepFunction = [[
order = newtable(3, 1, 2, 4, 4, 3, 5, 3)
	 
	 newstep = (newstep and (newstep % #order + 1)) or 2
	 step = order[newstep]
    ]],
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],

-- Macro1
[[
/cast [nochanneling] Kill Shot
]],
-- Macro2
[[
/cast [nochanneling] Glaive Toss
]],
-- Macro3
[[
/cast [nochanneling] Chimaera Shot
]],
-- Macro4
[[
/cast [nochanneling] Aimed Shot
]],
-- Macro5
[[
/cast [nochanneling] Steady Shot
]],
-- Macro6
[[
]],
-- Macro7
[[
]],
-- Macro8
[[
]],
-- Macro9
[[
]],
}

Sequences['MMStepAE'] = {
StepFunction = [[
order = newtable(3, 1, 2, 6, 4, 4, 3, 5, 3)
	 
	 newstep = (newstep and (newstep % #order + 1)) or 2
	 step = order[newstep]
    ]],
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],

-- Macro1
[[
/cast [nochanneling] Kill Shot
]],
-- Macro2
[[
/cast [nochanneling] Glaive Toss
]],
-- Macro3
[[
/cast [nochanneling] Chimaera Shot
]],
-- Macro4
[[
/cast [nochanneling] Aimed Shot
]],
-- Macro5
[[
/cast [nochanneling] Steady Shot
]],
-- Macro6
[[
/cast [nochanneling] Multi-Shot
]],
-- Macro7
[[
]],
-- Macro8
[[
]],
-- Macro9
[[
]],
}

As you can see the Macro6 - Macro 9 are placeholders - if you find any spell you like to use - you can put them in there.

Please let me know what your results are with this - how you like it - and if you have any suggestions!

Thanks

Been using this macro for about 2 months now and can’t believe more people haven’t found it yet.
This makes changing/adjusting your sequence so easy and you can spam the crap out of it with
good results. Use this mainly for PvP and use GT and AMoC seperately although they are in the
sequence body. Also have a seperate extra macro for Kill Shot that is called by this macro bound
to my action bar. I found that I rarely miss a kill shot when spamming. Also keeps focus up. Very
simple to use.

Sequences[“MMPvP”] = {
StepFunction = [[
stepa = “112344”
limit = string.len(stepa) or 1
if stepc == nil then
stepc = 1
end
if stepc >= limit then
stepc = 1
else
stepc = stepc + 1
end
step = tonumber(strsub (stepa, stepc, stepc))
]],
PreMacro = [[
/dismount
/targetenemy [noharm][dead]
/petassist
/cast [combat] Rapid Fire
]],
– Macro 1
[[
/cast !Aimed Shot
]],

-- Macro 2
[[

/cast !Chimaera Shot
]],

-- Macro 3
[[

/cast Steady Shot
]],

-- Macro 4
[[

/cast !Kill Shot
]],

-- Macro 5
[[

/cast A Murder of Crows
]],

-- Macro 6
[[

/cast Glaive Toss
]],

-- Macro 7
[[

/cast Concussive Shot
]],

-- Macro 8
[[

/cast Counter Shot
]],

-- Macro 9
[[

/cast Tranquilizing Shot
]],
PostMacro = [[
/startattack
/cast !Chimaera Shot
/click MultiBarBottomRightButton1
/cast !Kill Shot
]],
}

Thanks for your reply - tho i don’t really get why you posted it in this thread :slight_smile:

Hello there its my first time here and i am really new at this.

That macro is for just only 1 key?

How do you put all that in one macro?

This can be used with Barrage and with Stampede?

How this work with Thrill of the Hunt?

This work good for pve?

I really dont know that this macros exist.

i copied and pasted the first one and could not get it to work. can someone please help.

2Dogz