Jump to content
  • 0

Credit Refiner with Cash Point giver


Patskie

Question


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

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

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Can i set the chance for refining here?

Link to comment
Share on other sites


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

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;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Works fine for me.

Can i set one more array on here?


setarray .Amount[0],50,70,90,100,120,150,180,400,1000;

Have problem with this sir

http://harmony-ragnarok.com/Untitled.png

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