Thread: move() bug?
View Single Post
  #5  
Old 09-25-2006, 05:52 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by ZeroTrack View Post
*cough* Outdated function *cough* just use the this.x+(movement)*speed or whatever and update the timing so its smoother.
Uhh, don't know what you're smoking, but updating the position of an NPC Serverside in a timeout or for loop would lag. Which is why the move() function is used in the first place.

Your little x+(movement)*speed is what is outdated. That is how it was done before the NPC Server was introduced.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote