Quote:
As in changing focus till all yer chars have acquired the new target. When switching focus it first has to acquire from the server the new focus then acquire the target with ftl it just gets the new target
it'll also depend on how yeh implement it, what will also affect it is how much lag yeh have if yer lag is really low yeh might not even notice a delay but with any good amount of lag say over 150 yeh start to notice it
As far as I can tell using /assist focus is about the slowest way of getting a new target
The fastest seems to be using [target=char_name-target] within the cast macro.
No idea, thats just the way it appears to me meh need more coffeee :P
I went over that, and I'll point you back to my post:
Quote:
There is no difference -- at all -- between the amount of time it takes for the other characters to acquire a target. Either way, the main character sets his target, which is sent to the server, and then back to the other players before they can acquire the new target.
Whether it's /assist focus, [target=focustarget], [target=mychartarget], or otherwise, it's relying on the current client having the other character's target information. It doesn't get it from somewhere different if you use FTL than if you use focus, the only difference is how it is referenced in the macro -- the word "focus" versus the character name. All your client is essentially doing is converting the word "focus" to your character's name (not literally, but the result is the same).
If you notice a difference, it's from other variables, not whether you used focus or FTL :)