Jump to content
  • 0

phpMyAdmin - search for items with 4 cards


China

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  152
  • Reputation:   4
  • Joined:  11/25/11
  • Last Seen:  

I was wondering if you could search for items with 4 cards in them ( whether cards or items ) and delete them whether they're in inventory/storage cause a GM lvl 99 just leaked some and I don't think I found all yet but I deleted probably half of what he leaked... Thanks in advance!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

Run each of these queries, one at a time.

They will list items (in auction, cart_inventory, guild_storage, inventory, mail, storage) with 4 cards in them.

SELECT * FROM `auction` WHERE card0 AND card1 AND card2 AND card3;
SELECT * FROM `cart_inventory` WHERE card0 AND card1 AND card2 AND card3;
SELECT * FROM `guild_storage` WHERE card0 AND card1 AND card2 AND card3;
SELECT * FROM `inventory` WHERE card0 AND card1 AND card2 AND card3;
SELECT * FROM `mail` WHERE card0 AND card1 AND card2 AND card3;
SELECT * FROM `storage` WHERE card0 AND card1 AND card2 AND card3;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  152
  • Reputation:   4
  • Joined:  11/25/11
  • Last Seen:  

Alrighty, thanks! Now time to find those equipment. ^_^

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