Quote Originally Posted by 'Wide',index.php?page=Thread&postID=128058#post128 058
Quote Originally Posted by 'Ughmahedhurtz',index.php?page=Thread&postID=12790 7#post127907
Two things:

1) NEVER, EVER use /assist focus on your main's macro. It WILL switch back to the previous target if you press it when quickly switching targets.
2) Remove the "/assist focus" line from your original macro and it should work OK as long as you retarget with your alts when your main gets nailed.

Okay, but how do you then switch main (if it dies)? Then the one you switch to, will swap targets too.
Maby it will be a better idea to switch to that Leaderless, Focusless system (Hotstrings).
I've had this issue as well, for some reason when your main is CCd for any reason your slaves won't be able to pick up the leader's target. Most of this is paraphrased from one of my other posts, but hopefully this should solve what your trying to do...

Change your /assist focus line to the following...
/a [target=focus,help]; [target=focus,noexists];party1

What it does is assists a helpful focus, if no focus it assists no one, if a hostile focus assist party1 works great for mages for CC as well. The key thing to remember here is whichever toon is your leader at the time won't have a focus

All you need after this is a set of macros that focus your toons by name for passing leader, and when a toon is in charge it does a /clearfocus . Example of these focus passing macros is below

Focus another toon macros (tyia, juggo and potnaie are all toons on one particular account)
/focus [target=tyia,exists,nodead] Tyia
/focus [target=juggo,exists,nodead] juggo
/focus [target=Potniae,exists,nodead] Potniae
/script SetView(3);
/stopmacro [nomounted]
/follow focus

Leader focus, ie on the Tyia/Juggo/Potnaie account for when its selected as leader
/clearfocus
/c ky Set and in Charge

the last line of the above broadcasts in "Ky" channel that only my toons are in...

but overall you can see how this works to have all toons on the same macro set, just pass focus and your good to go...