Jump to content
  • 0

Removed all refined items


Question

Posted (edited)

Title typo: 

Remove* all refined items

 

Hello. Is there anyway to remove ALL refined items around my server? We just released earlier then we disabled the refine so no one can + their weapons/armors first. But I didn't thought of whitesmiths/blacksmiths. I just removed the refiners not thinking blacksmiths can also refine. ~_~ 

 

Also how can I edit the item id required for the skill refine on blacksmiths?

Edited by chrono01

6 answers to this question

Recommended Posts

Posted
DELETE FROM `inventory` WHERE `refine` > 0;
DELETE FROM `storage` WHERE `refine` > 0;
DELETE FROM `cart_inventory` WHERE `refine` > 0;
DELETE FROM `mail` WHERE `refine` > 0;
DELETE FROM `guild_storage` WHERE `refine` > 0; 

shutdown server and run these query.

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