Jump to content
  • 0

Delete all the Items


medo

Question


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.01
  • Content Count:  138
  • Reputation:   0
  • Joined:  07/05/12
  • Last Seen:  

hello

 

How do I delete all the items in a specific account

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

I prefer to use DB.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.01
  • Content Count:  138
  • Reputation:   0
  • Joined:  07/05/12
  • Last Seen:  

Can you explain to me the steps

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2369
  • Joined:  10/28/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   241
  • Joined:  09/05/12
  • Last Seen:  

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

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