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...Quote:
Originally Posted by 'Wide',index.php?page=Thread&postID=128058#post128 058
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...