Jess Posted March 2, 2018 Posted March 2, 2018 Hello, I would like someone to ask me a little question, how do I calculate the drop chance of an item? In the configuration it looks like this: item_rate_common: 2000 The chance of the item is set to 1, like this: 7019: 1 How is the calculation done? Thank you for helping me. Quote
0 Archetype Saber Posted March 2, 2018 Posted March 2, 2018 100 - 0.01% 1000 - 0.1% 10000 - 1% I think? In my case I just put any numbers until I reach the percentage I want. lol Quote
0 BrOgBr Posted March 2, 2018 Posted March 2, 2018 (edited) @Jess in your example you can calculate so: rate 2000 = 2000/100 = 2 7019 = 1 then: 1/100 = 0,01 2 x 0,01 = 0,02 2 is your rate.0,01 is the normal item's rate. Then with rate 2000 in your emulator, the chance of drop the item 7019 is 0,02%. Edited March 2, 2018 by BrOgBr Quote
Question
Jess
Hello, I would like someone to ask me a little question, how do I calculate the drop chance of an item?
In the configuration it looks like this:
item_rate_common: 2000
The chance of the item is set to 1, like this:
7019: 1
How is the calculation done?
Thank you for helping me.
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.