View Single Post
  #30  
Old 02-03-2004, 04:24 AM
DIABLO2099 DIABLO2099 is offline
Registered User
Join Date: Sep 2002
Location: New York
Posts: 290
DIABLO2099 is on a distinguished road
Quote:
Originally posted by Stefan


x-x
You can do all initializations on the serverside, its faster anyway and causing less traffic since the script doesn't need to be sent to the client, and the npcs actually see each other then
You can also drawoverplayer, drawunderplayer etc. on the server, don't know why some people always put that in the clientside part. The only problem is when you do lights or similar things, the commands setcoloreffect, setzoomeffect and seteffectmode only work on clientside.
I guess most people do that because they think it would cause less traffic being sent to the NPC-Server.
__________________
-Former UnholyNation Server Manager.

Call me Xecutor.
Reply With Quote