Jump to content
  • 0
Sign in to follow this  
anacondaq

[item_rate_card_boss] How change drop rate to smaller value then 0.01%?

Question

I want to decrease drop rate of cards to smaller value then 0.01%

How can i do that? 

 

 

// The rate at which cards are droppeditem_rate_card: 100item_rate_card_boss: 100item_drop_card_min: 1item_drop_card_max: 10000

Where item_rate_card: 100 = 0.01%

Where item_rate_card_boss = 0.01%

 

How can i change item_rate_card_boss to 0.00001% ?

Is it possible?

 

Thank you.

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

try 10 or 1

 

minimal value is 100, maximal is 10000.

That's why i'm asking it in source support cathegory.

 

Just by curiosity : why do you want to put mvp card to such a lower value ? ¤.¤ it's gonna be inhuman for your players.

 

because i need that?

Edited by UltraCat

Share this post


Link to post
Share on other sites
  • 0

well... it's possible to make it lower than 0.01% if you do it using NPC script with some work around ...

 

if using database ... probably 0.01 is the lowest ...

Share this post


Link to post
Share on other sites
  • 0

I haven't checked this entirely but maybe change if (rnd() % 10000 >= drop_rate) in mob.c to 100000 and keep default server rate 10x instead of 1x would it even out ? :P

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.