Issue information

Issue ID
#7684
Status
Working as Intended
Severity
None
Started
kerbiii
Sep 1, 2013 2:44
Last Post
kerbiii
Sep 10, 2013 5:50
Confirmation
Yes (0)
No (1)

kerbiii - Sep 1, 2013 2:44

// Item drop rates (Note 2)

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

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

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

// The rate at which equipment is dropped.
item_rate_equip: 100
item_rate_equip_boss: 100
item_drop_equip_min: 2000
item_drop_equip_max: 10000

// The rate at which cards are dropped
item_rate_card: 50000
item_rate_card_boss: 10000
item_drop_card_min: 1
item_drop_card_max: 10000

// The rate adjustment for the MVP items that the MVP gets directly in their inventory
item_rate_mvp: 100
item_drop_mvp_min: 1
item_drop_mvp_max: 10000

// The rate adjustment for card-granted item drops.
item_rate_adddrop: 100
item_drop_add_min: 1
item_drop_add_max: 10000

// Rate adjustment for Treasure Box drops (these override all other modifiers)
item_rate_treasure: 100000
item_drop_treasure_min: 1
item_drop_treasure_max: 10000






when i use @mi it shows 100% but when i kill the monster it doesnt always drop anything

malufett - Sep 1, 2013 3:26

if your using renewal then enable this to see actual drop rate after the drop rate penalty applies..
[code=auto:0] // requires RENEWAL_DROP to be enabled (src/map/config/renewal.h) // modifies @mobinfo to display the users' real drop rate as per renewal_drop formula // modifies @iteminfo to not display the minimum item drop rate (since it can't tell the mob level) atcommand_mobinfo_type: 0 [/code]
:meow:

kerbiii - Sep 10, 2013 5:50

i uncomment the renewal drop rate, working as intended now thank you :)