Jump to content
  • 0

How to wipe specific card in sql


Question

Posted

Hi guys,

 

I wanted to reset the thanatos card that my player already have in the my ragnarok server. I already delete all the card that i found through the sql inventory, cart inventory,mail,storage. Unfortunately, i cant find a way how to reset the card from the player weapon. Is there anyone can help me on this part? I dont know how to reset the thanatos card that were equip on their weapon.  

5 answers to this question

Recommended Posts

Posted
UPDATE `inventory` SET `card0` = 0 WHERE `card0` = 4001;
UPDATE `inventory` SET `card1` = 0 WHERE `card1` = 4001;
UPDATE `inventory` SET `card2` = 0 WHERE `card2` = 4001;
UPDATE `inventory` SET `card3` = 0 WHERE `card3` = 4001;

try this.

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