Jump to content
  • 0

Clarification on bExpAddRace and bDropAddRace


norightinfo

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.01
  • Content Count:  24
  • Reputation:   1
  • Joined:  07/15/20
  • Last Seen:  

Hi, I have clarifications regarding on bExpAddRace and bDropAddRace bonus, how does it work? does this adds on top of the current rate or does it overwrites the rate?

I have an item that adds 10% drop when killing monster (RC_ALL), Just to test this out, I set it to "bonus2 bDropAddRace,RC_ALL,1000;" which is 1000%. now assuming I have mob that drops an item(ex. Card) with 0.05 chance.

Doing the Math from what I understand:

0.05% (Card) + 1000% (bDropAddRace script) = 0.55% (expected result)

Result: When I test it out, it only displays 0.50% (I enabled announce on drop to check the changes)

Proof:
checking mobinfo - image.png.3acf940be5375c2074849cd17274774e.png

when it drops - image.png.6443c7a59eebad8c75f4aa59c0281500.png

-----

So this kind of make me wonder if does it overwrite, If I am wrong with my calculations can you enlighten me on how it really works?

Thank you.

image.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   166
  • Joined:  04/05/13
  • Last Seen:  

Bonus from item bonus will not affected text that announce in your screenshots.

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.01
  • Content Count:  24
  • Reputation:   1
  • Joined:  07/15/20
  • Last Seen:  

1 hour ago, Start_ said:

Bonus from item bonus will not affected text that announce in your screenshots.

I see, you mean it doesn't affect the announce message provided by the drops.conf ?

// Make broadcast ** Player1 won Pupa's Pupa Card (chance 0.01%) ***
// This can be set to any value between 0~10000.
// Note: It also announces STEAL skill usage with rare items
// 0 = don't show announces at all
// 1 = show announces for 0.01% drop chance items
// 333 = show announces for 3.33% or lower drop chance items
// 10000 = show announces for all items
rare_drop_announce: 333

Also, I further test with 2 additional items the same add bonus drop set to 1000% a total of 3000% (Upper, Middle and Lower)
This is the calculation:
0.03% (Card) + 3000% (bDropAddRace script) = 0.93%

Result: Drop announce with 0.90%, which removes the 0.03% decimal point, I guess it doesn't show some decimal point position or simply rounds it off (not sure though).

Link to comment
Share on other sites

  • 0

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

1000% = 10 times of your current item drop rate

so 0.05% * 10 = 0.50%

3000% = 30 times of your current item drop rate

so 0.03% * 30 = 0.90%

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