Jump to content
  • 0

Sql For Delete All Drops From Mobs (Except Raids).


Question

Posted (edited)

Chronicle: Freya
l2jdp - revision="7968"
l2j - revision="4601"

 

I m looking for a SQL script for delete any type of drop from MOBS including ADENA.

Edited by Chakl22

2 answers to this question

Recommended Posts

  • 0
Posted

UPDATE (TableName) SET (ColumnName) = Null;

 

Used to run this query in my db when I wanted to change the values of a certain column to null. 

 

Idk if this is going to work for you, but give it a shot.

  • 0
Posted (edited)

DELETE FROM tablename WHERE condition>0 AND contition != 'raid';

fix this to fill the table name and contitions(column names)

the fist contition will delete where drops are bigger of 0 and second contition will prevent it on deleting the raid (raid is example you will add the i dont know L2Raid or something)

possible table name = drops

possible first contition = type

possible second contition = monsters

Edited by Nightw0lf

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

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