Jump to content
  • 0

Refine edit


Question

Posted

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

3 answers to this question

Recommended Posts

Posted (edited)

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

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