medo Posted June 25, 2013 Posted June 25, 2013 hello How do I delete all the items in a specific account Quote
Emistry Posted June 25, 2013 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
Patskie Posted June 25, 2013 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
Question
medo
hello
How do I delete all the items in a specific account
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.