Kamii Posted September 14, 2016 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 21 Reputation: 1 Joined: 06/10/14 Last Seen: September 26, 2016 Share Posted September 14, 2016 (edited) Hello there, i was wondering how the chances are Calculated.For me it looks like this:chance = DropXPer * DropRate (Conf) / 100if chance > 10000 then chance = 10000chance = chance * Drop Penalty (varies per level)Example:Droprate 3xYoyo Tail Drop Per 7000chance = 7000 * 3 = 21000because 21000 > 10000 -> chance = 10000chance * Penalty (50%) -> chance = 5000Am i right or is the mechanic different?Also is it Possible that the Drop Chance is dropping to 0? (If i understand the text in the config file correctly, it's not)Greetings Edited September 15, 2016 by Kamii Quote Link to comment Share on other sites More sharing options...
Question
Kamii
Hello there,
i was wondering how the chances are Calculated.
Edited by KamiiFor me it looks like this:
chance = DropXPer * DropRate (Conf) / 100
if chance > 10000 then chance = 10000
chance = chance * Drop Penalty (varies per level)
Example:
Droprate 3x
Yoyo Tail Drop Per 7000
chance = 7000 * 3 = 21000
because 21000 > 10000 -> chance = 10000
chance * Penalty (50%) -> chance = 5000
Am i right or is the mechanic different?
Also is it Possible that the Drop Chance is dropping to 0? (If i understand the text in the config file correctly, it's not)
Greetings
Link to comment
Share on other sites
0 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.