Jump to content
  • 0
Sign in to follow this  
keough

[Request] - Happy Hour drop rate increase!

Question

Good day! i would like to request a script that increase drop rates..

 

well my current drop rate it 3x and i want it to make 4x every monday, tuesday, wednesday, and thursday.

 

the time start will be 3:00PM to 4:00PM and 8:00PM to 10:00PM

 

once the happy hour starts it will announce and also announce when it ends. just a simple script i guess.

 

Thank you in advance!

Edited by keough

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0
-	script	HappyHourDrops	-1,{	OnMon1500:	OnMon1600:	OnMon2000:	OnMon2200:	OnTue1500:	OnTue1600:	OnTue2000:	OnTue2200:	OnWed1500:	OnWed1600:	OnWed2000:	OnWed2200:	OnThu1500:	OnThu1600:	OnThu2000:	OnThu2200:	OnInit:		if ( gettime( 4 ) == 0 || gettime( 4 ) > 4 ) {			setbattleflag "item_rate_common", 3000;			setbattleflag "item_rate_heal", 3000;			setbattleflag "item_rate_use", 3000;			setbattleflag "item_rate_equip", 3000;			atcommand "@reloadmobdb";			announce "The Happy Hour Drop Rate has ended!", bc_all;		} else if ( ( gettime( 3 ) >= 15 && gettime( 3 ) < 16 ) || ( gettime( 3 ) >= 20 && gettime( 3 ) < 22 )  ) {			setbattleflag "item_rate_common", 4000;			setbattleflag "item_rate_heal", 4000;			setbattleflag "item_rate_use", 4000;			setbattleflag "item_rate_equip", 4000;			atcommand "@reloadmobdb";			announce "The Happy Hour Drop Rate has started!", bc_all;		}	end;}

Share this post


Link to post
Share on other sites
  • 0
setbattleflag "item_rate_common", 4000;			setbattleflag "item_rate_heal", 4000;			setbattleflag "item_rate_use", 4000;			setbattleflag "item_rate_equip", 4000;

this is 40x right? 400 would be 4x?

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.