Jump to content
  • 0

[Help Wanted] Mob's Wipe.


Question

Posted

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

  • 0
Posted

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 ^^

  • 0
Posted

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.

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...