i want to make drop rate of normal monster 100% like poring, drops, horn, ect and mvp drop rate 10% and mini boss rate 20%
i already edited trunk/conf/battle/drops.conf
its still not working
// The rate the common items are dropped (Items that are in the ETC tab, besides card)
item_rate_common: 10000
item_rate_common_boss: 10000
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: 10000
item_rate_heal_boss: 10000
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: 10000
item_rate_use_boss: 10000
item_drop_use_min: 1
item_drop_use_max: 10000
// The rate at which equipment is dropped.
item_rate_equip: 10000
item_rate_equip_boss: 10000
item_drop_equip_min: 1
item_drop_equip_max: 10000
// The rate at which cards are dropped
item_rate_card: 10000
item_rate_card_boss: 1000
item_drop_card_min: 1
item_drop_card_max: 10000
Question
JassMax
Hello rA,
i want to make drop rate of normal monster 100% like poring, drops, horn, ect
and mvp drop rate 10% and mini boss rate 20%
i already edited trunk/conf/battle/drops.conf
its still not working
Also i added in edited trunk\src\map\battle.c
and i recompiled also..after changes..still normal monster not drop 100% card
Link to comment
Share on other sites
4 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.