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

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.