Jump to content
  • 0
Sign in to follow this  
rector

Base Drop Rate Tweek !

Question

Hello everyone :)

 

I was changing drop rates for a
server today and found that there is no configuration for drop rates to
be double the base drop rate, for example the poring has got drop rate
for empty bottle as 15% and card as 0.01% , there is no configuration to
make the setting for all monsters goes like

 

poring : 15 => 30 % and card 0.01 to 0.02%

same goes for any other monster. no configs for exact double the drop percentage?

 

I  apolozise if I am lacking the information as i have been through the forum and didn't found anything useful.


 

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

to exactly double the amount? you can make a script that will increase all drop rates to exactly double using something like

setbattleflag "drop_rate_common",getbattleflag("drop_rate_common")*2;

 

and run this every hour or day for any drop rate battle flag that you need using the OnDay, OnHour, OnMinute events. See http://herc.ws/wiki/Timers_(Scripting) for more info 

Edited by Smokexyz

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.