View Single Post
  #14  
Old 11-03-2001, 03:16 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Also, if you do the for-loop stuff on serverside NPCs, the NPC would "jump" a lot on the client's side (which is what you actually see), even if the minimum timeout was 0.05, because the NPC repeatly sends his position information to the client, but move tells the clientside version of the NPC when to be where I guess, so the actual movement is done clientside, and the server just confirms it.
Bash me if I am wrong, not sure
Reply With Quote