paolokupal Posted December 2, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 49 Reputation: 4 Joined: 02/04/12 Last Seen: October 18, 2018 Share Posted December 2, 2012 i want to delete the exact item equiped .. Quote Link to comment Share on other sites More sharing options...
goddameit Posted December 2, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted December 2, 2012 what's that mean? Quote Link to comment Share on other sites More sharing options...
paolokupal Posted December 2, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 49 Reputation: 4 Joined: 02/04/12 Last Seen: October 18, 2018 Author Share Posted December 2, 2012 I want the exact item equipped to be deleted/destroyed .. like the function of failedrefitem and failedremovecards. Quote Link to comment Share on other sites More sharing options...
Sryx Posted December 2, 2012 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 520 Reputation: 64 Joined: 11/19/11 Last Seen: October 19, 2024 Share 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 Link to comment Share on other sites More sharing options...
Question
paolokupal
i want to delete the exact item equiped ..
Link to comment
Share on other sites
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.