kalabasa Posted March 23, 2021 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted March 23, 2021 i already set everything to drop at 100% on equipments on my drops.conf // The rate at which equipment is dropped. item_rate_equip: 1000000 item_rate_equip_boss: 1000000 item_rate_equip_mvp: 1000000 item_drop_equip_min: 1 item_drop_equip_max: 10000 but it seems its not affected by the settings Quote Link to comment Share on other sites More sharing options...
1 Haruka Mayumi Posted March 24, 2021 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: January 30 Share Posted March 24, 2021 9 hours ago, kalabasa said: you mean on src thing right? not on database edit so i just took a look at the source and it seems there's already a config for it conf/battle/drops.conf item_drop_mvp_mode: 2 Quote Link to comment Share on other sites More sharing options...
0 mrfizi Posted March 23, 2021 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 381 Reputation: 77 Joined: 10/30/12 Last Seen: February 1 Share Posted March 23, 2021 (edited) Normal mvp item drop is 1x = 100 = 0.01% item_rate_equip_mvp: 100 So, for 100% drop: item_rate_equip_mvp: 1000000 After edit, please do @reloadbattleconf in-game using your GM account OR restart your server. Edited March 23, 2021 by mrfizi Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted March 23, 2021 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Author Share Posted March 23, 2021 48 minutes ago, kalabasa said: i already set everything to drop at 100% on equipments on my drops.conf // The rate at which equipment is dropped. item_rate_equip: 1000000 item_rate_equip_boss: 1000000 item_rate_equip_mvp: 1000000 item_drop_equip_min: 1 item_drop_equip_max: 10000 but it seems its not affected by the settings i already set it Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted March 23, 2021 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Author Share Posted March 23, 2021 15 minutes ago, mrfizi said: Normal mvp item drop is 1x = 100 = 0.01% item_rate_equip_mvp: 100 So, for 100% drop: item_rate_equip_mvp: 1000000 After edit, please do @reloadbattleconf in-game using your GM account OR restart your server. still the same im talking about this MvP drops just to be clear Quote Link to comment Share on other sites More sharing options...
0 mrfizi Posted March 23, 2021 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 381 Reputation: 77 Joined: 10/30/12 Last Seen: February 1 Share Posted March 23, 2021 Here i changed all item drop by MVP include card to 100% drop. // 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_rate_common_mvp: 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: 100 item_rate_heal_boss: 100 item_rate_heal_mvp: 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: 100 item_rate_use_boss: 100 item_rate_use_mvp: 1000000 item_drop_use_min: 1 item_drop_use_max: 10000 // The rate at which equipment is dropped. item_rate_equip: 100 item_rate_equip_boss: 100 item_rate_equip_mvp: 1000000 item_drop_equip_min: 1 item_drop_equip_max: 10000 // The rate at which cards are dropped item_rate_card: 100 item_rate_card_boss: 100 item_rate_card_mvp: 1000000 item_drop_card_min: 1 item_drop_card_max: 10000 Quote Link to comment Share on other sites More sharing options...
0 Haruka Mayumi Posted March 23, 2021 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: January 30 Share Posted March 23, 2021 12 minutes ago, kalabasa said: still the same im talking about this MvP drops just to be clear You can't make those 100% because the MVP Drops is random unless it's only 1 item.. it shows how much your chance on getting each item randomly.. if you want to get all then you need to source modify it 1 Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted March 24, 2021 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Author Share Posted March 24, 2021 15 hours ago, Haruka Mayumi said: You can't make those 100% because the MVP Drops is random unless it's only 1 item.. it shows how much your chance on getting each item randomly.. if you want to get all then you need to source modify it you mean on src thing right? not on database edit Quote Link to comment Share on other sites More sharing options...
Question
kalabasa
i already set everything to drop at 100% on equipments on my drops.conf
// The rate at which equipment is dropped.
item_rate_equip: 1000000
item_rate_equip_boss: 1000000
item_rate_equip_mvp: 1000000
item_drop_equip_min: 1
item_drop_equip_max: 10000
but it seems its not affected by the settings
Link to comment
Share on other sites
7 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.