paolokupal Posted December 2, 2012 Posted December 2, 2012 i want to delete the exact item equiped .. Quote
paolokupal Posted December 2, 2012 Author Posted December 2, 2012 I want the exact item equipped to be deleted/destroyed .. like the function of failedrefitem and failedremovecards. Quote
Sryx Posted December 2, 2012 Posted December 2, 2012 Delete? go to your phpmyAdmin then click the inventory table, and click the SQL tab and type this SELECT * FROM `inventory` where nameid = <item_id> Item ID of the item that you wan't to delete. Using this you can search all of the player that has/have the item. If you just wan't to delete the ITEM to a few player. You can use #delitem command. Reminders: Once you delete it you can't retrieve it again. I hope it helps. Quote
Question
paolokupal
i want to delete the exact item equiped ..
3 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.