How Do I Delete NPC's?

02/07/2010 23:06 Metapod#1
How Do I Delete NPC's?
What file do I need to go in to do it?
02/07/2010 23:28 gulpi_de_gulat#2
Quote:
Originally Posted by Metapod View Post
How Do I Delete NPC's?
What file do I need to go in to do it?
if this in 5165 source go to oldCODB NPC.txt
02/08/2010 02:13 copz1337#3
First, go in OldCODB/NPCs.txt and find the NPC info.
Then delete it.
Now save it and close it.
Then open Visual C# 2008 and go into your NPCDialog.cs and find the NPC code.
Then delete it and press f5 (debug).

That's it (if your using 5165, that is).
02/08/2010 02:53 Metapod#4
thanks alex
02/08/2010 04:11 copz1337#5
Quote:
Originally Posted by Metapod View Post
thanks alex
I forgot to mention you need to debug it after you delete it from NPCDialog.cs