medo Posted June 25, 2013 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 138 Reputation: 0 Joined: 07/05/12 Last Seen: March 31, 2018 Share Posted June 25, 2013 hello How do I delete all the items in a specific account Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 25, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted June 25, 2013 I prefer to use DB. Quote Link to comment Share on other sites More sharing options...
medo Posted June 25, 2013 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 138 Reputation: 0 Joined: 07/05/12 Last Seen: March 31, 2018 Author Share Posted June 25, 2013 Can you explain to me the steps Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 25, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 8 hours ago Share Posted June 25, 2013 shut down server run this query in your sql machine DELETE FROM `tablebalblabla` WHERE `blbalablalabla` = blablabla; of course do the same to other relevant table... Quote Link to comment Share on other sites More sharing options...
Patskie Posted June 25, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 1 minute ago Share Posted June 25, 2013 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; Quote Link to comment Share on other sites More sharing options...
Question
medo
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.