Jump to content
  • 0

HELP ABOUT RATES!


Question

Posted

How to change Drop Rate of cards.

Ex: Normal Cards 10% / Boss Cards 5%

What should I put in drops.conf

 

item_rate_card: 100

item_rate_card_boss: 100

 

 

Thanks in advance.

2 answers to this question

Recommended Posts

Posted

How to change Drop Rate of cards.

Ex: Normal Cards 10% / Boss Cards 5%

What should I put in drops.conf

 

item_rate_card: 100

item_rate_card_boss: 100

 

 

Thanks in advance.

// The rate the common items are dropped (Items that are in the ETC tab, besides card)

item_rate_common: 100  = 1

item_rate_common_boss: 100 = 2

1.100 means 100% of droprate at database = 0.01

   item_rate_setting * rate / 100 = output

   100%                       * 1     / 100 = 0.01%

   all droprate for card is by default 1, change the item_rate_common to 1000 = 0.1%, 10000 = 1%, 100000 = 10% and so on

2. same

Posted

value in conf file:

100 = 1x

1000 = 10x

10000 = 100x

 

the rate is based on the drop rate set within mod_db.txt

 

0.01 x 1 = 0.01%   ( 1x )

0.01 x 10 = 0.10%  ( 10x )

0.01 x 100 = 1.00%  ( 100x )

0.01 x 1000 = 10.00%  ( 1000x )

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