Clever Posted February 22, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 03/20/12 Last Seen: November 3, 2021 Share 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 Link to comment Share on other sites More sharing options...
Cydh Posted February 22, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted February 22, 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 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.