Hey all !
Is there any tutorial to understand how rates are working ? For example, in the text there is a note that says "Note 2: Value is in percents (100 means 100%)"
In card rates :
item_rate_card: 500 item_rate_card_boss: 300item_drop_card_min: 10item_drop_card_max: 10000
What exactly these lines mean ? We have a regular card rates and same thing for bosses. Also we have min and max.
Lets say, i wanna set the regular card rate to : 2% and boss card rate to : %0.5. Then i probably should make item_rate_card: 2 and boss item_rate_card_boss: 0.5. In this case, what should i type to min and max ? Thanks