Quote:
Originally posted by DIABLO2099
I guess most people do that because they think it would cause less traffic being sent to the NPC-Server.
|
AAAH
The npcserver is doing all the npc stuff anyway, the question is if the thing needs to be sent to the client. If you do the initialization on the clientside then the npcserverr is bored, but needs to send the script to everyone who enters the level, the players then need to run the script which cause even more lag because entering the level causes delays from downloading the npcs, downloading the scripts and running the scripts.
When you do that on npcserver it just needs to be done one time and everything is fine. That is actually the purpose of the npcserver, doing the npcs