Jump to content
  • 0
Lemonation

mob_item_ratio should override item drop min/max

Question

Hello,

My server's drop rate is fixed 35%, and I need to have a specific drop rate for an item but when I add Items and rate in mob_item_ratio it has no effect the drop rate of that item is still 35% it is because mob_item_ratio does not override item drop min/max

 

// The rate the common items are dropped (Items that are in the ETC tab, besides card)
item_rate_common: 3500
item_rate_common_boss: 3500
item_drop_common_min: 3500
item_drop_common_max: 3500


// The rate healing items are dropped (items that restore HP or SP)
item_rate_heal: 3500
item_rate_heal_boss: 3500
item_drop_heal_min: 3500
item_drop_heal_max: 3500


// The rate at which usable items (in the item tab) other then healing items are dropped.
item_rate_use: 3500
item_rate_use_boss: 3500
item_drop_use_min: 3500
item_drop_use_max: 3500


// The rate at which equipment is dropped.
item_rate_equip: 3500
item_rate_equip_boss: 3500
item_drop_equip_min: 3500
item_drop_equip_max: 3500
 

How can I override the item drop min/max restriction?

 

Share this post


Link to post
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.

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

×
×
  • Create New...

Important Information

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