Jump to content
  • 0

how to delete equipped item?


paolokupal

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  49
  • Reputation:   4
  • Joined:  02/04/12
  • Last Seen:  

i want to delete the exact item equiped ..

/no1

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  49
  • Reputation:   4
  • Joined:  02/04/12
  • Last Seen:  

I want the exact item equipped to be deleted/destroyed ..

like the function of failedrefitem and failedremovecards.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  520
  • Reputation:   64
  • Joined:  11/19/11
  • Last Seen:  

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.

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