Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Add-On]How to Remove NPCs

Newbie Spellweaver
Joined
Mar 15, 2009
Messages
24
Reaction score
4
During the past few times, I saw so many posts about
how to remove NPCs.
So here, this might be useful to some, or I might get ended up flamed >.>
Anyways, here it is

There are two ways you can remove it from.
First, if you created a NPC by !pnpc,
Follow this.

First, lets say that you !pnpc'ed spinel by accident.
DayStory - [Add-On]How to Remove NPCs - RaGEZONE Forums



Than go to your MySql, or whatever your database is,
DayStory - [Add-On]How to Remove NPCs - RaGEZONE Forums

Click spawns table,


Something like that should come out.
DayStory - [Add-On]How to Remove NPCs - RaGEZONE Forums



Ctrl + F it and find the NPC Id that you !pnpc'ed on, in this case, 9000020 is Spinel
DayStory - [Add-On]How to Remove NPCs - RaGEZONE Forums



You press Edit,
DayStory - [Add-On]How to Remove NPCs - RaGEZONE Forums



And right click the row, and click delete row >.>
DayStory - [Add-On]How to Remove NPCs - RaGEZONE Forums



Now if the NPC was there, but it wasnt spawned by !pnpc, or
the method above does not work, follow this,

-Go to your wz. files. It's in your repack if you don't know.
-and Click Map.wz
-and click Map again,
-than, you should be in the folder where there are folders named Map0 ~ Map9
Now, lets say that the NPC that you want to remove is in the FM,(910000000)
Since the map id of fm is 910000000, you should go to Map9 since the starting
number of the Map's ID is 9.
-Now than, find your map ID, in this case, I'm going to pick FM (910000000)
-Right click - Edit
-Now Ctrl + F and find "life"
-Lets say that the NPC i want to delete is Shanks(22000), than I would delete this
Code:
<imgdir name="2">
			<string name="type" value="n"/>
			<string name="id" value="22000"/>//Shanks 
			<int name="x" value="-276"/>
			<int name="y" value="34"/>
			<int name="mobTime" value="0"/>
			<int name="f" value="0"/>
			<int name="hide" value="0"/>
			<int name="fh" value="80"/>
			<int name="cy" value="65"/>
			<int name="rx0" value="-226"/>
			<int name="rx1" value="-326"/>
		</imgdir>
and Server restart, and you are done.
 
Last edited by a moderator:
Junior Spellweaver
Joined
Jul 31, 2008
Messages
113
Reaction score
0
Re: [Tut]How to Remove NPCs

Nice tut for the beginners. Hopefully this'll decrease some thread counts. :)
 
Newbie Spellweaver
Joined
Jul 14, 2008
Messages
41
Reaction score
1
Re: [Tut]How to Remove NPCs

lol Nice Tut.< You Beat Meh to it.. xD I was just Starting Now.. , xD Nice. xD
 
Junior Spellweaver
Joined
Nov 18, 2008
Messages
106
Reaction score
1
Re: [Tut]How to Remove NPCs

Finally Some one realsed something useful for the nubs
 
Elite Diviner
Joined
Jul 16, 2008
Messages
411
Reaction score
0
Re: [Tut]How to Remove NPCs

Nice tut for noobs.
 
Junior Spellweaver
Joined
Oct 4, 2008
Messages
164
Reaction score
0
Re: [Tut]How to Remove NPCs

Nice tut foor noobs yea xD
 
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
27
Reaction score
1
Re: [Tut]How to Remove NPCs

Everybody already said it, but it's a great tut for noobs :p ... So many people wanting to get rid of those Maple TV's :D
 
Initiate Mage
Joined
Dec 22, 2008
Messages
2
Reaction score
0
Re: [Tut]How to Remove NPCs

How about if you dont have that one? o.o
 
Initiate Mage
Joined
Mar 28, 2009
Messages
4
Reaction score
0
Re: [Tut]How to Remove NPCs

What if you wanna remove lets say Sera?
Cause You had someone else you wanted more.?
Then what?
o-o
 
Junior Spellweaver
Joined
Mar 31, 2009
Messages
138
Reaction score
0
Re: [Tut]How to Remove NPCs

Heh Thx , Will be helpful :O
 
Newbie Spellweaver
Joined
Mar 25, 2009
Messages
13
Reaction score
0
Re: [Tut]How to Remove NPCs

Thank You so much! i been looking for it for so long... thankkkkk youuuuuu.
 
Newbie Spellweaver
Joined
Apr 5, 2009
Messages
69
Reaction score
0
Re: [Tut]How to Remove NPCs

DayStory - [Add-On]How to Remove NPCs - RaGEZONE Forums


i get stuck at the character screen still
i've done everything correctly, from mysql to wz files
help please !
 
Newbie Spellweaver
Joined
Mar 20, 2009
Messages
23
Reaction score
0
Re: [Tut]How to Remove NPCs

Nice tut for the beginners. Hopefully this'll decrease some thread counts. :)


probably not T.T people will still continue macking threads asking how to do this.
 
Initiate Mage
Joined
Nov 9, 2009
Messages
1
Reaction score
0
Re: [Tut]How to Remove NPCs

I tried to delete scrooge and fredrick. I deleted what you said and restarted server but it didnt get removed.... help plz? o.o
 
Newbie Spellweaver
Joined
Sep 8, 2014
Messages
23
Reaction score
0
During the past few times, I saw so many posts about
how to remove NPCs.
So here, this might be useful to some, or I might get ended up flamed >.>
Anyways, here it is

There are two ways you can remove it from.
First, if you created a NPC by !pnpc,
Follow this.

First, lets say that you !pnpc'ed spinel by accident.
DayStory - [Add-On]How to Remove NPCs - RaGEZONE Forums



Than go to your MySql, or whatever your database is,
DayStory - [Add-On]How to Remove NPCs - RaGEZONE Forums

Click spawns table,


Something like that should come out.
DayStory - [Add-On]How to Remove NPCs - RaGEZONE Forums



Ctrl + F it and find the NPC Id that you !pnpc'ed on, in this case, 9000020 is Spinel
DayStory - [Add-On]How to Remove NPCs - RaGEZONE Forums



You press Edit,
DayStory - [Add-On]How to Remove NPCs - RaGEZONE Forums



And right click the row, and click delete row >.>
DayStory - [Add-On]How to Remove NPCs - RaGEZONE Forums



Now if the NPC was there, but it wasnt spawned by !pnpc, or
the method above does not work, follow this,

-Go to your wz. files. It's in your repack if you don't know.
-and Click Map.wz
-and click Map again,
-than, you should be in the folder where there are folders named Map0 ~ Map9
Now, lets say that the NPC that you want to remove is in the FM,(910000000)
Since the map id of fm is 910000000, you should go to Map9 since the starting
number of the Map's ID is 9.
-Now than, find your map ID, in this case, I'm going to pick FM (910000000)
-Right click - Edit
-Now Ctrl + F and find "life"
-Lets say that the NPC i want to delete is Shanks(22000), than I would delete this
Code:
<imgdir name="2">
            <string name="type" value="n"/>
            <string name="id" value="22000"/>//Shanks 
            <int name="x" value="-276"/>
            <int name="y" value="34"/>
            <int name="mobTime" value="0"/>
            <int name="f" value="0"/>
            <int name="hide" value="0"/>
            <int name="fh" value="80"/>
            <int name="cy" value="65"/>
            <int name="rx0" value="-226"/>
            <int name="rx1" value="-326"/>
        </imgdir>
and Server restart, and you are done.

Hey.

I don't have either of these options, I'm running v117 and there is no spawns in the DB and the Map.wz only has Fredrick Scrooge and the MapleTV.

Any chance you can help me with what to do next to remove the NPC's?
 
Back
Top