This this would work for setting focus if a toon dies?
/clearfocus
/target ToonNameLeastWantedAsLeader
/target ToonNameSecondLeastWantedAsLeader
/target ToonNameThirdLeastWantedAsLeader
/target ToonYouReallyWantAsLeader
/setfocus
/follow [target=focus]
I'm looking for a fast way to change focus to the next toon in the list, and if they die (and thus aren't nearby) to change the focus to the "next leader in line." Only things I'm not 100% on are - would you target their body, and thus keep focus on a dead leader (which negates this whole thing), and if that doesn't target the dead person, then the next uncertainty is if they are out of range, will /target still target them.
Any suggestions?
RE: This this would work for setting focus if a toon dies?
Quote:
Originally Posted by 'Kulzor',index.php?page=Thread&postID=99413#post99 413
/clearfocus
/target ToonNameLeastWantedAsLeader
/target ToonNameSecondLeastWantedAsLeader
/target ToonNameThirdLeastWantedAsLeader
/target ToonYouReallyWantAsLeader
/setfocus
/follow [target=focus]
I'm looking for a fast way to change focus to the next toon in the list, and if they die (and thus aren't nearby) to change the focus to the "next leader in line." Only things I'm not 100% on are - would you target their body, and thus keep focus on a dead leader (which negates this whole thing), and if that doesn't target the dead person, then the next uncertainty is if they are out of range, will /target still target them.
Any suggestions?
pretty sure it's on the wiki somewhere, this is what I use to switch when my guys go down.
/clearfocus
/focus [target=toon1, exists, nodead][target=toon2, exists, nodead][target=toon3, exists, nodead][target=toon4 ]
/follow focus
/assist focus
pretty sure that is what I'm using.