Kamii Posted September 14, 2016 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
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
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.