Jump to content
  • 0

Drop rate problem some cards/weapon/armor are 0.01% some are 100%


Question

Posted (edited)

how to make all cards/weapon/armor are 100% drop rate including MVP cards

i already edit the drops.conf

change it to this

// 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: 1
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: 1
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: 1
item_drop_use_max: 10000

// The rate at which equipment is dropped.
item_rate_equip: 1000000
item_rate_equip_boss: 1000000
item_drop_equip_min: 1
item_drop_equip_max: 10000

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

here's the Rate print screen as show on the image MVP drops are x1

asgd.png.8e077c98347c28d55439cfc36672f787.png

thnx in advance

EDIT: I was able to fix it i check the rathena on github and ive notice theres an update

// 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_rate_common_mvp: 1000000
item_drop_common_min: 1
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_rate_heal_mvp: 1000000
item_drop_heal_min: 1
item_drop_heal_max: 10000

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

// The rate at which equipment is dropped.
item_rate_equip: 1000000
item_rate_equip_boss: 1000000
item_rate_equip_mvp: 1000000
item_drop_equip_min: 1
item_drop_equip_max: 10000

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

i've change the old drops.conf to this

thnx

Edited by whodhell

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...