Quote Originally Posted by '1Kurgan1',index.php?page=Thread&postID=105600#pos t105600
Ok thanks for the links. Since mouse targeting wont work I'm gonna try and setup some macro's and here is what I got so far.

I start with: Focus Target (my F12)

Then I use:
/target focus
/follow
/assist
/stopcasting

Then I use:
/cast [target=focus, nodead, harm] Auto Shot

And so far what I have gotten when I engage in combat with my warlock is nothing. Am I doing something wrong here? I click these macros before combat and by reading them I assume that this would make the huntard attack whatever the locks target is with just auto shot constantly.
Depending on exactly what you;re doing there's a couple of problems.

If your 'Focus Target' on F12 item means that you have a macro on both toons bound to F12 key that is like this '/focus target' then you've made a mistake in the following macro becasue you can't follow or assist any target other than allied toons

You can use a '/focus WARLOCKNAMEHERE' macro on your hunter that will set his focus to your warlock (you will only need to press this once)

Then the second macro will work fine and you can spam it as often as you like but there's still a problem with the third one:

'/cast [target=focus, nodead, harm] Auto Shot' won't work

'/cast [target=focustarget, nodead, harm] [] Auto Shot' will work - note that the empty brackets are NOT optional, you really need them for reasons I'm not going to explain here