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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..