Jump to content
  • 0

Credit Refiner with Cash Point giver


Question

Posted

Can i request for a refiner script with the following

Requirements :

- I can set the requirements for refining.

- I can set the chance for refining

- When item failed to refine. It will give the player 1 cash point.

And i want it like this

For example i will use mithril coin as a requirement

+ 1 = 50 Mithril Coins

+ 2 = 70 Mithril Coins

+ 3 = 90 Mithril Coins

+ 4 = 100 Mithril Coins

+ 5 = 120 Mithril Coins

+ 6 = 150 Mithril Coins

+ 7 = 180 Mithril Coins

+ 8 = 400 Mithril Coins

+ 10 = 1000 Mithril Coins

As the refine gets higher the requirements gets higher too. xD thanks for advance /thx/no1

4 answers to this question

Recommended Posts

Posted

change this

}else if( getequippercentrefinery( .@i ) < rand(100) ){

into this

}else if( .Rate[getequiprefinerycnt(.@i)] < rand(100) ){

add this in OnInit Label..

setarray .Rate[0],100,90,80,70,60,50,40,30,20,10;

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