lieneil Posted November 3, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 39 Reputation: 0 Joined: 10/03/12 Last Seen: January 30, 2013 Share Posted November 3, 2012 so my server goes lag when woe time which is not happening when my server doesnt have automated events. so i think its th automated events that causes the server to lag when woe time. so how can i disable automated events when woe is started? hope you can help me thanks alot.. Quote Link to comment Share on other sites More sharing options...
Thanna Posted November 3, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 271 Reputation: 7 Joined: 01/06/12 Last Seen: May 16, 2015 Share Posted November 3, 2012 its very simple, open your event file and find the time setup of it, for example your WOE is 1:00am find a line like this and remove it OnClock0100: Quote Link to comment Share on other sites More sharing options...
llchrisll Posted November 4, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 626 Reputation: 189 Joined: 11/19/11 Last Seen: March 25 Share Posted November 4, 2012 (edited) Well, instead removing you could use agitcheck() and agitcheck2() at the event files when they start. The problem is when the events are already running. You could add this: OnMinute00: while( (agitcheck() ==1 || agitcheck2() ==1) && <EventVariable> ==1) { donpcevent strnpcinfo(0)+"::<EventOffLabel>; announce " The event <Event Name> has shut down duo WoE starting.",0; sleep 180000; // 30 minutes } end; Just edit the <EventOffLabel> to the label which shuts down the event. Also <Event Name> which should b obvious. <EventVariable> to check if the event is running or not. Regards, Chris Edited November 4, 2012 by llchrisll Quote Link to comment Share on other sites More sharing options...
Question
lieneil
so my server goes lag when woe time which is not happening when my server doesnt have automated events. so i think its th automated events that causes the server to lag when woe time. so how can i disable automated events when woe is started?
hope you can help me thanks alot..
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.