Jump to content
  • 0

phpMyAdmin - search for items with 4 cards


Question

Posted

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!

2 answers to this question

Recommended Posts

Posted

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;

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...