Hellos,

i've been grinding up a couple of hunters the last few days, they are on follow on my main hunter 90% of the time in instances. Im now in Zul Farrak and i'd like to start skilling them up so i can mess about in the Bgs with them @ 39. So i need to setup my assist macros.

My typical dps macro for my hunter, which is spam non stop is this:

/script UIErrorsFrame:Hide()
/castsequence reset=3 Steady Shot, Auto Shot
/cast [exists,target=pettarget] Kill Command
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()

My current "assist main char" macro is this:

/assist [target=focus, exists]
/cast [nocombat] ;
/startattack [combat];

I have to admit i completely suck with macros, but what im trying to do is have the characters on follow run the same macro as my main character.

Is it as simple as this? :

/assist [target=focus, exists]
/castsequence reset=3 Steady Shot, Auto Shot
/cast [exists,target=pettarget] Kill Command
/cast [nocombat] ;
/startattack [combat];

I cant test it at the moment (at work) hence the post ;D

Any hunter macro advice appreicated.