Erio-chan Posted July 28, 2017 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 97 Reputation: 10 Joined: 07/23/16 Last Seen: August 31, 2018 Share Posted July 28, 2017 item_rate_card: 100 item_rate_card_boss: 100 item_rate_card_mvp: 100 item_drop_card_min: 1 item_drop_card_max: 10000 setting mvp and boss to 0 means disable mvp/boss card in my game? What these two line mean? item_drop_card_min: 1 item_drop_card_max: 10000 // Rate at which exp. is given. (Note 2) base_exp_rate: 100 // Rate at which job exp. is given. (Note 2) job_exp_rate: 100 // Note 2: Value is in percents (100 means 100%) How can I multiply rates? base_exp_rate: 100*2 = 2x??? or base_exp_rate: 200 = 2x??? and how about 10x, 15x, 20x and so on...? Quote Link to comment Share on other sites More sharing options...
1 Earnestinence Posted July 28, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 152 Reputation: 78 Joined: 06/13/15 Last Seen: November 14, 2024 Share Posted July 28, 2017 For drops : Quote 100 = 0.01% 1000 = 0.1% 10000 = 1% 100000 = 10% 1000000 = 100% For exp: Quote 100 = 200 = 2x 1000 = 10000 = .. and so on 1 Quote Link to comment Share on other sites More sharing options...
2 Haki Posted July 28, 2017 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 96 Reputation: 23 Joined: 06/14/16 Last Seen: April 30, 2021 Share Posted July 28, 2017 For the item_drop_card_max: 10000 just keep it at that way. it means the max drop rate is 100% 1 Quote Link to comment Share on other sites More sharing options...
Question
Erio-chan
item_rate_card: 100 item_rate_card_boss: 100 item_rate_card_mvp: 100 item_drop_card_min: 1 item_drop_card_max: 10000
setting mvp and boss to 0 means disable mvp/boss card in my game?
What these two line mean?
item_drop_card_min: 1
item_drop_card_max: 10000
// Rate at which exp. is given. (Note 2) base_exp_rate: 100 // Rate at which job exp. is given. (Note 2) job_exp_rate: 100
// Note 2: Value is in percents (100 means 100%)
How can I multiply rates?
base_exp_rate: 100*2 = 2x??? or base_exp_rate: 200 = 2x???
and how about 10x, 15x, 20x and so on...?
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.