Jump to content
  • 0

Plz guys help pfff


z1r3k

Question

7 answers to this question

Recommended Posts

  • 0

How to delete all mobs on server

Need more info on which pack you are using, but check the General.properties file in the config directory for a line that looks like this:

 

# Don't load spawntable.

# Default: False

AltDevNoSpawns = False <- Set this to True

 

Aside from that you would need to write an MySQL script to remove all mobs from the spawnlist.sql table.

Link to comment
Share on other sites

  • 0

So far he asked only for mobs (so second choice of minideed, aka : you have to drop all L2Monster spawns, use a SQL query for that).

Link to comment
Share on other sites

  • 0

#Delete ALL mobs UNDER 40 lvl:

DELETE spawnlist, npc FROM spawnlist, npc WHERE spawnlist.npc_templateid=npc.idTemplate AND npc.level<40 AND npc.TYPE='L2Monster';

Link to comment
Share on other sites

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