View Single Post
  #4  
Old 06-03-2001, 04:33 AM
galen galen is offline
Professional God
Join Date: Mar 2001
Location: Colorado, USA
Posts: 925
galen is on a distinguished road
updating a level doesn't keep the lag down, it will increase it. The process of updating a level involves sending all level and NPC information to every player in the updated level. I also believe an NPC function to update levels is a bad idea. What if someone did this
NPC Code:

for ($i=0;$i==$i;$i++) {npc_levelupdate($currlevel);}


this isn't real GScript but you understand the idea. An infinant levle update. LAGMONSTER

Last edited by galen; 06-03-2001 at 04:35 AM..
Reply With Quote