vitalro 0 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 Share this post Link to post Share on other sites
0 Dastgir 1246 Posted July 4, 2015 Change if(gettime(4) == 0) To if(gettime(4) == 1) Quote Share this post Link to post Share on other sites
why is it that it ended saturday 11:59pm. it must end sunday 11:59pm
Share this post
Link to post
Share on other sites