ShiroYasha Posted August 31, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 57 Reputation: 0 Joined: 08/25/13 Last Seen: September 22, 2013 Share Posted August 31, 2013 Can you please teach me how to make my server droprates to 100%? Quote Link to comment Share on other sites More sharing options...
Patskie Posted August 31, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 39 minutes ago Share Posted August 31, 2013 Change your configuration to this ( trunk/conf/battle/drops.conf ) : // The rate the common items are dropped (Items that are in the ETC tab, besides card) item_rate_common: 1000000 item_rate_common_boss: 1000000 item_drop_common_min: 1 item_drop_common_max: 10000 // The rate healing items are dropped (items that restore HP or SP) item_rate_heal: 1000000 item_rate_heal_boss: 1000000 item_drop_heal_min: 1 item_drop_heal_max: 10000 // The rate at which usable items (in the item tab) other then healing items are dropped. item_rate_use: 1000000 item_rate_use_boss: 1000000 item_drop_use_min: 1 item_drop_use_max: 10000 // The rate at which equipment is dropped. item_rate_equip: 1000000 item_rate_equip_boss: 1000000 item_drop_equip_min: 1 item_drop_equip_max: 10000 // The rate at which cards are dropped item_rate_card: 1000000 item_rate_card_boss: 1000000 item_drop_card_min: 1 item_drop_card_max: 10000 Formula : 1,000,000 / 10,000 = 100% Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 31, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted August 31, 2013 conf/battle/drops.conf item_drop_common_min: 10000 item_drop_heal_min: 10000 item_drop_use_min: 10000 item_drop_equip_min: 10000 item_drop_card_min: 10000 item_drop_mvp_min: 10000 item_drop_add_min: 10000 item_drop_treasure_min: 10000 Quote Link to comment Share on other sites More sharing options...
ShiroYasha Posted August 31, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 57 Reputation: 0 Joined: 08/25/13 Last Seen: September 22, 2013 Author Share Posted August 31, 2013 do i need to change the rates in battle.c? Quote Link to comment Share on other sites More sharing options...
Patskie Posted August 31, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 39 minutes ago Share Posted August 31, 2013 do i need to change the rates in battle.c? No Quote Link to comment Share on other sites More sharing options...
ShiroYasha Posted August 31, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 57 Reputation: 0 Joined: 08/25/13 Last Seen: September 22, 2013 Author Share Posted August 31, 2013 Thnx Quote Link to comment Share on other sites More sharing options...
LuLu Posted August 31, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted August 31, 2013 also disable renewal drop for sure 100%. Quote Link to comment Share on other sites More sharing options...
Question
ShiroYasha
Can you please teach me how to make my server droprates to 100%?
Link to comment
Share on other sites
6 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.