Jump to content
  • 0

Different Card Rates


Question

Posted

Hey,

I want to make something like this:

Normal Mob Card rate: 0,1%

MvP Card Rate: 0,05%

// The rate at which cards are dropped
item_rate_card: 10
item_rate_card_boss: 5
item_drop_card_min: 10
item_drop_card_max: 10

This should normaly work.

Poring Drops: 0,1%

Thanatos Drops: 0,1%

Strange..

// The rate at which cards are dropped
item_rate_card: 10
item_rate_card_boss: 5
item_drop_card_min: 5
item_drop_card_max: 10

Poring Drops: 0,05%

Thanatos Drops: 0,05%

This doesn't make any sense.

Is there a way to fix this, or must I execute a "UPDATE mob_db SET DropCardper=2;"

Greetings,

Loki

7 answers to this question

Recommended Posts

Posted

Leave everything at default:

item_rate_card: 1000
item_rate_card_boss: 500
item_drop_card_min: 1
item_drop_card_max: 10000

And only change the item_rate_card (For normal monsters) and item_rate_card_boss (For MvPS). Do not touch the Min and Max.

Posted

// Note 2: Value is in percents (100 means 100%)

item_rate_card: 1000
item_rate_card_boss: 500
item_drop_card_min: 1
item_drop_card_max: 10000

Thanks, that worked fine :)

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