Clever Posted February 22, 2013 Posted February 22, 2013 where i can find this on src // The rate at which equipment is dropped.item_rate_equip:800000item_rate_equip_boss: 800000item_drop_equip_min: 1item_drop_equip_max: 10000-->i want to increase this value Quote
Cydh Posted February 22, 2013 Posted February 22, 2013 (edited) not needed, that value is max means 100% or if you want to add it, change this on your src/map/battle.c { "item_drop_equip_max", &battle_config.item_drop_equip_max, 10000, 1, 10000, }, Edited February 22, 2013 by Cydh Quote
Emistry Posted February 22, 2013 Posted February 22, 2013 why you want to increase it ? it's somekind of limit to a percentage in game.. 10000 = 100.00% why would you need to increase it further ? 100% is absolute drop rate already. this settings are usually used to limit the max drop rate...not increase the max drop rate. Quote
Question
Clever
where i can find this on src
// The rate at which equipment is dropped.
item_rate_equip:800000
item_rate_equip_boss: 800000
item_drop_equip_min: 1
item_drop_equip_max: 10000-->i want to increase this value
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.