View Single Post
  #1  
Old 06-03-2002, 07:56 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Unique Non-Database NPC Names

ok, since some of the maloria NPCs are running in infinite loops and causing server lag and maybe the NPC Server to shut down, I think that the non database NPCs should have unique names, instead of just
npcs npc[0]
it should be like
start.nw npc[0]
which will allow better error fixing if something like this happens again
Reply With Quote