cvscenj Posted September 3, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 11 Reputation: 1 Joined: 08/23/13 Last Seen: February 27, 2022 Share Posted September 3, 2013 (edited) This is from another server that im playing,How to do this?Server RatesMobinfoIve been searching and working on it for about 2 days now but it seems i cant make things right. Anyone help please? Edited September 3, 2013 by cvscenj Quote Link to comment Share on other sites More sharing options...
cvscenj Posted September 3, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 11 Reputation: 1 Joined: 08/23/13 Last Seen: February 27, 2022 Author Share Posted September 3, 2013 This is from another server that im playing,How to do this?Server RatesMobinfoIve been searching and working on it for about 2 days now but it seems i cant make things right. Anyone help please? Quote Link to comment Share on other sites More sharing options...
Patskie Posted September 4, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 9 hours ago Share Posted September 4, 2013 On your conf/battle/drops.conf#L40, Try : item_rate_common: 250000 item_rate_common_boss: 250000 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: 250000 item_rate_heal_boss: 250000 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: 250000 item_rate_use_boss: 250000 item_drop_use_min: 1 item_drop_use_max: 10000 // The rate at which equipment is dropped. item_rate_equip: 250000 item_rate_equip_boss: 250000 item_drop_equip_min: 1 item_drop_equip_max: 10000 // The rate at which cards are dropped item_rate_card: 250000 item_rate_card_boss: 250000 item_drop_card_min: 1 item_drop_card_max: 10000 Quote Link to comment Share on other sites More sharing options...
Brian Posted September 4, 2013 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted September 4, 2013 To make everything drop at 25% chance (regardless of what @rates says the drop rates are), set all the _min and _max chances to 2500. conf/battle/drops.conf#L40 // The rate the common items are dropped (Items that are in the ETC tab, besides card) item_rate_common: 100 item_rate_common_boss: 100 item_drop_common_min: 2500 item_drop_common_max: 2500 // The rate healing items are dropped (items that restore HP or SP) item_rate_heal: 100 item_rate_heal_boss: 100 item_drop_heal_min: 2500 item_drop_heal_max: 2500 // The rate at which usable items (in the item tab) other then healing items are dropped. item_rate_use: 100 item_rate_use_boss: 100 item_drop_use_min: 2500 item_drop_use_max: 2500 // The rate at which equipment is dropped. item_rate_equip: 100 item_rate_equip_boss: 100 item_drop_equip_min: 2500 item_drop_equip_max: 2500 // The rate at which cards are dropped item_rate_card: 100 item_rate_card_boss: 100 item_drop_card_min: 2500 item_drop_card_max: 2500 // The rate adjustment for the MVP items that the MVP gets directly in their inventory item_rate_mvp: 100 item_drop_mvp_min: 2500 item_drop_mvp_max: 2500 // The rate adjustment for card-granted item drops. item_rate_adddrop: 100 item_drop_add_min: 2500 item_drop_add_max: 2500 // Rate adjustment for Treasure Box drops (these override all other modifiers) item_rate_treasure: 100 item_drop_treasure_min: 2500 item_drop_treasure_max: 2500 Quote Link to comment Share on other sites More sharing options...
Question
cvscenj
This is from another server that im playing,


Edited by cvscenjHow to do this?
Server Rates
Mobinfo
Ive been searching and working on it for about 2 days now but it seems i cant make things right. Anyone help please?
Link to comment
Share on other sites
3 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.