ZAGALiC Posted November 4, 2014 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 125 Reputation: 0 Joined: 06/07/13 Last Seen: May 20, 2020 Share 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 Link to comment Share on other sites More sharing options...
Kichi Posted November 5, 2014 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted November 7, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Saturday at 07:13 PM Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.