Jump to content
  • 0

Refine edit


Genius

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  08/05/12
  • Last Seen:  

Hey guys, i have created an item called Refinery Token and im wanting to implement it into the official refiner so that you can select [ Use Refinery Token ] and it gives you +1 safe refine without the chance of breaking.

How would i implement this?

sorry but *bump

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  08/05/12
  • Last Seen:  

Another bump!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  130
  • Reputation:   43
  • Joined:  12/11/11
  • Last Seen:  

Edit: To change the "advanced_refiner.txt" in merchants folder, just change the red part to the item id you want:

// Make sure you have the neccessary items and Zeny to refine your items

// Determines chance of failure and verifies that you want to continue.

switch( getequipweaponlv(.@part) )

{

case 1: callsub S_RefineValidate,1,7620,50,.@part; break;

case 2: callsub S_RefineValidate,2,7620,200,.@part; break;

case 3: callsub S_RefineValidate,3,7620,5000,.@part; break;

case 4: callsub S_RefineValidate,4,7620,20000,.@part; break;

default: callsub S_RefineValidate,0,7619,2000,.@part; break;

}

Edited by plankt
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  08/05/12
  • Last Seen:  

thank you.

Edited by Genius
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...