Jump to content
  • 0
Sign in to follow this  
gidzdlcrz

About Exp and Drop Rates

Question

Hi guys. I want to base it to:

Base Exp: 15000x
Job Exp: 15000x
Item Droprate: 100%
Equip Drop: 20%
Card Drop: 20%
MVP Card Drop: 5%
MVP Equip Drop: 20%

 

 

Something like that. What value should i set?

 

default exp.conf

 

// 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


Default drops.conf

 

// The rate the common items are dropped (Items that are in the ETC tab, besides card)item_rate_common: 100item_rate_common_boss: 100item_drop_common_min: 1item_drop_common_max: 10000// The rate healing items are dropped (items that restore HP or SP)item_rate_heal: 100item_rate_heal_boss: 100item_drop_heal_min: 1item_drop_heal_max: 10000// The rate at which usable items (in the item tab) other then healing items are dropped.item_rate_use: 100item_rate_use_boss: 100item_drop_use_min: 1item_drop_use_max: 10000// The rate at which equipment is dropped.item_rate_equip: 100item_rate_equip_boss: 100item_drop_equip_min: 1item_drop_equip_max: 10000// The rate at which cards are droppeditem_rate_card: 100item_rate_card_boss: 100item_drop_card_min: 1item_drop_card_max: 10000// The rate adjustment for the MVP items that the MVP gets directly in their inventoryitem_rate_mvp: 100item_drop_mvp_min: 1item_drop_mvp_max: 10000// The rate adjustment for card-granted item drops.item_rate_adddrop: 100item_drop_add_min: 1item_drop_add_max: 10000// Rate adjustment for Treasure Box drops (these override all other modifiers)item_rate_treasure: 100item_drop_treasure_min: 1item_drop_treasure_max: 10000

 

Help please. Im not good at numbers.

 

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0
// Rate at which exp. is given. (Note 2)base_exp_rate: 1500000// Rate at which job exp. is given. (Note 2)job_exp_rate: 1500000

for item drop configuration, you must set it your self, here little clue for you :

item_rate_?? : //multiply actual drop rate
item_drop_??_min: 1     // override " item_rate_?? " lowest / minimum drop chanceitem_drop_??_max: 10000 // override " item_rate_?? " Highest / maximum drop chance

Share this post


Link to post
Share on other sites
  • 0
// The rate at which cards are dropped
item_rate_card: 10000
item_rate_card_boss: 10000
item_drop_card_min: 1
item_drop_card_max: 10000
 
then go to  db/mob_item_ratio.txt
i set mine to 5%
4399,50000 // Thanatos Card // 10000 = 1.00% Drop Rate / 50000 = 5.00% Card Drop Rate

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.