Lemonation
New member
- Messages
- 7
- Points
- 0
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?
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?