Originally Posted by Coca Cola Injection',index.php?page=Thread&postID=181166#pos t181166]Ok, well here is my suggestion.
#1 are your toons twinks? Because if they are then that means you have alot more keys free for use.
#2 As for your macro to set your focus, you can do 2 different things. You can set up a few /focus /follow /assist focus /cast macros making a separate macro for each differnt ability on your hunters.
For example.
Lets say Skulljr is allways your main then toon #2 is MSred #3 MSpink #4 MSgreen.
Lets say you want to shoot someone with Arcane Shot. You can make a macro like this.
/clear focus
/focus [target=Skulljr,nodead,exists][target=Msred,nodead,exists][target=Mspink,nodead,exists][target=Msgreen,nodead,exists][target=player];
/assist [Target=focus,nodead,exists];
/cast Arcane Shot
/follow [Target=focus,nodead,exists];
This macro should do the following; one it will clear the current focus, two it till set focus on Skulljr if he is dead or he isn't online it will move on and set focus on Msred then Mspink then Msgreen. Next it will set assist on the current focus whoever that maybe. Then it will cast Arcane Shot on whome ever the current focus is targeting. After it casts Arcane shot it will automaticly set itself onto follow whoevere is the focus.
So when you do this. all toons clear there focus set Skulljr on focus considering he is alive. Then they will all cast Arcane Shot on whoever Skulljr is targeting.
CAUTION!
This macro might be reversed!! If when you press it it sets Msgreen to the focus, then just take the macro out and switch it with this one. All i did was reverse the order of the na,mes in the macro. This will fix it because it will considering this is the case target the first person in teh macro. but it will continue to target each person in succession untill it gets to the end. Point being if when you press it and it sets and it dosnt set focus to Skulljr to the focus and put follow on him just use this macro instead.
/clear focus
/focus [target=Msgreen,nodead,exists][target=Mspink,nodead,exists][target=Msred,nodead,exists][target=Skulljr,nodead,exists][target=player];
/assist [Target=focus,nodead,exists];
/follow [Target=focus,nodead,exists];
/cast Arcane Shot
This macro can be altered as needed for each different spell btw keep in mind tho at this moment including spaces and stuff this macro is 248 caracters long macros cant exceed 255 if i am correct. this macro btw can be broken down to a single key focus/follow macro for the purpose of when u first start up a group when u need toput everone on follow jsut use this macro thats been altered.
[font='Calibri
/clear focus
/focus [target=Skulljr,nodead,exists][target=Msred,nodead,exists][target=Mspink,nodead,exists][target=Msgreen,nodead,exists][target=player];
/follow [Target=focus,nodead,exists]
And the reveresed macro is [/font]
/clear focus
/focus [target=Msgreen,nodead,exists][target=Mspink,nodead,exists][target=Msred,nodead,exists][target=Skulljr,nodead,exists][target=player];
/follow [Target=focus,nodead,exists]
Hope this helps you sry for it being so long =P