Jump to content
  • 0
Sign in to follow this  
N e s s

H> about drop rates

Question

17 answers to this question

Recommended Posts

  • 0

following this format?

// The rate at which cards are droppeditem_rate_card: 10000 //Normal card = 100%item_rate_card_boss: 100 // bosscard = 1%item_drop_card_min: 10000item_drop_card_max: 10000

Share this post


Link to post
Share on other sites
  • 0
/// renewal drop rate algorithms
/// (disable by commenting the line)
///
/// leave this line to enable renewal item drop rate algorithms
/// while enabled a special modified based on the difference between the player and monster level is applied
//#define RENEWAL_DROP
 
here is my setting then i recompile it still not working properly :(

Share this post


Link to post
Share on other sites
  • 0

sir mhalicot base on my testing right now

 

1% = 10000

 

so if you want 100 percent drop rate without editing item_drop_card_min and item_drop_card_max

 

multiply 10000 to 100

 

10000 x 100 = 1000000

Share this post


Link to post
Share on other sites
  • 0

hi sir mysterious why is that when i set it 10000 the drop rate of the card is not 100%? yah when i chect it using @rates the rates are correct. but when i kill a monster monter wont drop a card

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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