Jump to content
  • 0

Removed all refined items


chrono01

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  12/03/13
  • Last Seen:  

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
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  135
  • Reputation:   20
  • Joined:  02/05/13
  • Last Seen:  

So what your asking is how to de-refine everything that's currently refined in your server? And as for skill what are you asking? to add and item requirement to use the skill?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  12/03/13
  • Last Seen:  

Yes.

As for the skill, I want to change the item ID for the weapon refine to a custom one.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  135
  • Reputation:   20
  • Joined:  02/05/13
  • Last Seen:  

i'm not 100% sure on this, but i believe you can refine something equipped to a character, that might be your best method, via sql.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  12/03/13
  • Last Seen:  


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  12/03/13
  • Last Seen:  

Thanks emistry. How about changing the item requirements for Weapon Refine skill?

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