Jump to content
  • 0

How do i delete All Retail Mobs?


Question

Recommended Posts

  • 0
Posted

well i know how to do it from ingame but i cant do that to all of l2 world Mobs!

I will Try and do what Akz tell me .

Leki i men the mobs that are already there... not the custom 1 the ones that are from official... Get it?!

 

 

And thanks guys for  respond :)!

  • 0
Posted

well i know how to do it from ingame but i cant do that to all of l2 world Mobs!

I will Try and do what Akz tell me .

Leki i men the mobs that are already there... not the custom 1 the ones that are from official... Get it?!

 

 

And thanks guys for  respond :)!

if don't add it self all packs have retail mobs i think

  • 0
Posted
delete from `spawnlist` where `npc_templateid` in (SELECT `id` FROM `npc` WHERE type` = 'L2Monster' AND `title` = '');

  • 0
Posted

easy to explain lets go :

 

1. Open notepad and put this

 

delete from `spawnlist` where `npc_templateid` in (SELECT `id` FROM `npc` WHERE type` = 'L2Monster' AND `title` = '');

 

2. Save as delete.sql (ofc its example) .

 

3. Open Navicat click twice on localhost then right-click in our database (default name is l2jdb) select execute SQL from a file and select your file called delete.sql and click excute and all finished ;)

  • 0
Posted

easy to explain lets go :

 

1. Open notepad and put this

 

delete from `spawnlist` where `npc_templateid` in (SELECT `id` FROM `npc` WHERE type` = 'L2Monster' AND `title` = '');

 

2. Save as delete.sql (ofc its example) .

 

3. Open Navicat click twice on localhost then right-click in our database (default name is l2jdb) select execute SQL from a file and select your file called delete.sql and click excute and all finished ;)

btw u must edit the sql..

  • 0
Posted

well i know how to do it from ingame but i cant do that to all of l2 world Mobs!

I will Try and do what Akz tell me .

Leki i men the mobs that are already there... not the custom 1 the ones that are from official... Get it?!

 

 

And thanks guys for  respond :)!

ye but you may need again in a future.

That's why i suggest to delete in game.

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock