Jump to content
  • 0

HELP ABOUT RATES!


ZAGALiC

Question


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  125
  • Reputation:   0
  • Joined:  06/07/13
  • Last Seen:  

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.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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 )

Link to comment
Share on other sites

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.

×
×
  • Create New...