Jump to content
  • 0
Sign in to follow this  
iZeal

Request for an Double Exp Event every Friday and Saturday

Question

Hi anyone here have a working Double Exp or Drops Event and it works every Friday and Saturday on a set time like from morning and in the evening of the day like:

 

Friday:

8:00am to 2:pm = 6hrs on morning

7:00pm to 1:00am = 6hrs on night

 

Thank you in advance.

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

you can try this  not tested

 

-    script    asdfjkl    -1,{end;OnClock0800:OnClock1900:	.@tt = 1;OnInit:        atcommand "@reloadbattleconf";	if(gettime(4)!=5 && gettime(4)!=6  && ( !gettime(4) && !@tt ? 0 : 1 ) )		end;	if((gettime(3) >= 1 && gettime(3) < 8 ) || (gettime(3) >= 14 && gettime(3) < 19) )		end;	announce "double drop rate started", bc_all;	setbattleflag ("base_exp_rate", getbattleflag("base_exp_rate")*2);	setbattleflag ("job_exp_rate", getbattleflag("job_exp_rate")*2);	setbattleflag ("item_rate_common", getbattleflag("item_rate_common")*2);	setbattleflag ("item_rate_heal", getbattleflag("item_rate_heal")*2);	setbattleflag ("item_rate_use", getbattleflag("item_rate_use")*2);	setbattleflag ("item_rate_equip", getbattleflag("item_rate_equip")*2);	end;OnClock0100:	.@mo = 1;OnClock1400:	if(gettime(4)!=5 && gettime(4)!=6 && ( !gettime(4) && !.@mo ? 0 : 1 ) )		end;	atcommand "@reloadbattleconf";	announce "double drop rate ended", bc_all;	end;}
Edited by Angelmelody

Share this post


Link to post
Share on other sites
  • 0

i edit the script try this but i think it is not working. Can you help me on this? 

Fri-Sunday X 5.

 

-    script    asdfjkl    -1,{end;OnFri0000:OnSat0000:OnSun0000:	.@tt = 1;OnInit:        atcommand "@reloadbattleconf";	if(gettime(4)!=5 && gettime(4)!=0  && ( !gettime(4) && !@tt ? 0 : 1 ) )		end;	if((gettime(3) >= 1 && gettime(3) < 8 ) || (gettime(3) >= 14 && gettime(3) < 19) )		end;	announce "double drop rate started", bc_all;	setbattleflag ("base_exp_rate", getbattleflag("base_exp_rate")*2);	setbattleflag ("job_exp_rate", getbattleflag("job_exp_rate")*2);	setbattleflag ("item_rate_common", getbattleflag("item_rate_common")*2);	setbattleflag ("item_rate_heal", getbattleflag("item_rate_heal")*2);	setbattleflag ("item_rate_use", getbattleflag("item_rate_use")*2);	setbattleflag ("item_rate_equip", getbattleflag("item_rate_equip")*2);	end;OnMon1200:	.@mo = 1;OnMon1230:	if(gettime(4)!=5 && gettime(4)!=0 && ( !gettime(4) && !.@mo ? 0 : 1 ) )		end;	atcommand "@reloadbattleconf";	announce "double drop rate ended", bc_all;	end;}
Edited by xcethx

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.