Boxan Posted January 14, 2010 Posted January 14, 2010 Maybe that sounds kinda stupid, but I just wanna ask you guys if you had any ideea about how can I clean up all the NPC's from the server? I'm running an OFF server not a java one. So I'm waiting for someone from the L2OFF developing side to respond. The only NPC's that I wanna see them up are that ones spawned by me. It's there any way available to do that? Thanks in advance guys! Quote
0 CrazyDeagle Posted January 14, 2010 Posted January 14, 2010 Go spawnlist and delete all the NPC in the spawnlist ^^ Edit GO > Mysql > GO you database 'for me l2jdb' > Go table spawnlist > delete all the npc > but dont delete the table > and save and it ok ^^ Quote
0 RedmanFTW Posted January 14, 2010 Posted January 14, 2010 do it from your database and delete them.. Quote
0 Boxan Posted January 14, 2010 Author Posted January 14, 2010 Thanks guys but I'm running an OFF server not a java one. So I'm waiting for someone from the L2OFF developing side to respond. Quote
0 mcbigmac Posted January 14, 2010 Posted January 14, 2010 If you can't figure it out by looking thru the script folder (Keyword being NPC), maybe l2j is the way go. Quote
0 Visionx Posted January 25, 2010 Posted January 25, 2010 npcpos = mob spawn positions npcdata = mobs defined to only see spawns you create, open npcpos, delete all entries EXCEPT domain_begin-domain_end entries and this: // Market won // 2006-03-31 // none=0 // gludio=1 // dion=2 // giran=3 // oren=4 // aden=5 // innadrile=6 // godard=7 // [Writing D five chapter won] to add a spawn, get the npcname from npcdata and create an entry under the domain entries, in this format: example: territory_begin [custom_territory_name] {{-89210;-252619;-3312;-2312};{-89310;-252619;-3312;-2312};{-89310;-252719;-3312;-2312};{-89210;-252719;-3312;-2312}} territory_end npcmaker_begin [custom_territory_name] maximum_npc=1 npc_begin [npcname] pos={-89260;-252669;-3312;0} total=1 respawn=1min npc_end npcmaker_end and change the territory coords and npc pos= accordingly. Quote
Question
Boxan
Maybe that sounds kinda stupid, but I just wanna ask you guys if you had any ideea about how can I clean up all the NPC's from the server?
I'm running an OFF server not a java one. So I'm waiting for someone from the L2OFF developing side to respond.
The only NPC's that I wanna see them up are that ones spawned by me.
It's there any way available to do that?
Thanks in advance guys!
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.