Jump to content
  • 0

Plz guys help pfff


Question

7 answers to this question

Recommended Posts

  • 0
Posted

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.

  • 0
Posted

#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';

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