Jump to content
  • 0

Delete all the Items


Question

4 answers to this question

Recommended Posts

Posted
  1. shut down server
  2. run this query in your sql machine
  3. DELETE FROM `tablebalblabla` WHERE `blbalablalabla` = blablabla;
    

    of course do the same to other relevant table...

Posted

Deleting all apple on a player. Note that you need to re-log if you want to see the changes

DELETE FROM `auction` WHERE nameid=512;
DELETE FROM `cart_inventory` WHERE nameid=512;
DELETE FROM `guild_storage` WHERE nameid=512;
DELETE FROM `inventory` WHERE nameid=512;
DELETE FROM `mail` WHERE nameid=512;
DELETE FROM `storage` WHERE nameid=512;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...