Jump to content
  • 0

Question about Enriched Refiners


Limestone

Question


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

i just want to ask if it is possible to edit the additional success chance of Enriched Refiner? thanks!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1131
  • Joined:  05/27/12
  • Last Seen:  

This is how it's calculated:

if (getequippercentrefinery(.@part) > rand(100) || getequippercentrefinery(.@part) > rand(100)) {
That means that it's (essentially) doubling the original refine rate, or more technically giving you two attempts at the original rate. You can edit or add conditions as you'd like.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

oh, i see.. so if i put 

 

if (getequippercentrefinery(.@part) > rand(100) || getequippercentrefinery(.@part) > rand(50)) {

 

thats 1.5x times success rates of the original refine rate, if i set it like that, then for example my percentage or success in refine in +9 ~ +10 is 10%, it will become 15%? am i correct?

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