vitalro Posted July 4, 2015 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 12/21/13 Last Seen: July 5, 2015 Share Posted July 4, 2015 why is it that it ended saturday 11:59pm. it must end sunday 11:59pm - script FloatingRates -1,{ OnInit: OnClock0001: if(gettime(4)==4 || gettime(4)==5 || gettime(4)==6 ) { setbattleflag("base_exp_rate"), 1400; setbattleflag("job_exp_rate"), 1400; atcommand "@reloadmobdb"; end; } if(gettime(4) == 0) { announce "Weekend Exp Event is finished",bc_all,0xFF6060; atcommand "@reloadbattleconf"; atcommand "@reloadmobdb"; } end; OnMinute02: if(gettime(4)==4 || gettime(4)==5 || gettime(4)==6 ) { announce "Weekend Exp Event(Base: 14x, Job: 14x) is active!!",bc_all,0xFF6060; } end; } Quote Link to comment Share on other sites More sharing options...
Nova Posted July 5, 2015 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 265 Reputation: 96 Joined: 09/30/14 Last Seen: May 15, 2024 Share Posted July 5, 2015 (edited) If it's ending on Saturday at midnight and you want it to end on Sunday at midnight then change if(gettime(4) == 0) To if(gettime(4) == 1) Edited July 5, 2015 by Nova 1 Quote Link to comment Share on other sites More sharing options...
yueric04 Posted July 5, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 05/24/15 Last Seen: October 10, 2018 Share Posted July 5, 2015 where to see it Quote Link to comment Share on other sites More sharing options...
Question
vitalro
why is it that it ended saturday 11:59pm. it must end sunday 11:59pm
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.