View Single Post
  #6  
Old 12-22-2009, 05:59 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Switch View Post
I'm trying to get the function to run continually as the npc actually moves, so that won't really help, especially since it's moving every .1 second and it takes the server .1 second to actually call a .05 second event, at least that's what I'm seeing in my test.
It's only updating every tenth of a second on serverside anyway, it just appears smooth on clientside because of some special scripting to make it move at 20 steps per second on clientside. The only thing you can really do is have a .1 second timeout on serverside.
__________________
Reply With Quote