Limestone Posted September 18, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Share Posted September 18, 2013 i just want to ask if it is possible to edit the additional success chance of Enriched Refiner? thanks! Quote Link to comment Share on other sites More sharing options...
Euphy Posted September 18, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted September 18, 2013 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. Quote Link to comment Share on other sites More sharing options...
Limestone Posted September 19, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Author Share Posted September 19, 2013 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? Quote Link to comment Share on other sites More sharing options...
Question
Limestone
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.