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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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