Base Drop Rate Tweek !

rector

New member
Messages
25
Points
0
Hello everyone
default_smile.png


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.

 
Have you checked conf/battle/drops.conf?

 
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 

 
Last edited by a moderator:
Back
Top