ZAGALiC Posted November 4, 2014 Posted November 4, 2014 How to change Drop Rate of cards. Ex: Normal Cards 10% / Boss Cards 5% What should I put in drops.conf item_rate_card: 100 item_rate_card_boss: 100 Thanks in advance. Quote
Kichi Posted November 5, 2014 Posted November 5, 2014 How to change Drop Rate of cards. Ex: Normal Cards 10% / Boss Cards 5% What should I put in drops.conf item_rate_card: 100 item_rate_card_boss: 100 Thanks in advance. // The rate the common items are dropped (Items that are in the ETC tab, besides card) item_rate_common: 100 = 1 item_rate_common_boss: 100 = 2 1.100 means 100% of droprate at database = 0.01 item_rate_setting * rate / 100 = output 100% * 1 / 100 = 0.01% all droprate for card is by default 1, change the item_rate_common to 1000 = 0.1%, 10000 = 1%, 100000 = 10% and so on 2. same Quote
Emistry Posted November 7, 2014 Posted November 7, 2014 value in conf file: 100 = 1x 1000 = 10x 10000 = 100x the rate is based on the drop rate set within mod_db.txt 0.01 x 1 = 0.01% ( 1x ) 0.01 x 10 = 0.10% ( 10x ) 0.01 x 100 = 1.00% ( 100x ) 0.01 x 1000 = 10.00% ( 1000x ) Quote
Question
ZAGALiC
How to change Drop Rate of cards.
Ex: Normal Cards 10% / Boss Cards 5%
What should I put in drops.conf
Thanks in advance.
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.