Erba Posted June 3, 2014 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 550 Reputation: 9 Joined: 11/06/12 Last Seen: August 14, 2014 Share Posted June 3, 2014 How to disable any automated events during woe? its like Automated events with Broadcast will not Broadcast that the start of event and it will not spawn the NPC as it starts. thank you Quote Link to comment Share on other sites More sharing options...
Yuka Posted June 3, 2014 Group: Members Topic Count: 100 Topics Per Day: 0.02 Content Count: 333 Reputation: 7 Joined: 03/01/14 Last Seen: May 6, 2020 Share Posted June 3, 2014 if (agitcheck() or agitcheck2()){ end; } Quote Link to comment Share on other sites More sharing options...
Erba Posted June 3, 2014 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 550 Reputation: 9 Joined: 11/06/12 Last Seen: August 14, 2014 Author Share Posted June 3, 2014 if (agitcheck() or agitcheck2()){ end; } Should i put this under the OnClock2020: ? Quote Link to comment Share on other sites More sharing options...
Jyabil Posted June 3, 2014 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 89 Reputation: 7 Joined: 02/27/12 Last Seen: July 22, 2014 Share Posted June 3, 2014 Erba Posted Today, 11:32 AM Yuka, on 03 Jun 2014 - 05:46 AM, said: if (agitcheck() or agitcheck2()){end; } Should i put this under the OnClock2020: ? Yep! Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 3, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 3 hours ago Share Posted June 3, 2014 OnClockXXXX: if( agitcheck() || agitcheck2() ) end; // <-- add this line // event start Quote Link to comment Share on other sites More sharing options...
Yuka Posted June 3, 2014 Group: Members Topic Count: 100 Topics Per Day: 0.02 Content Count: 333 Reputation: 7 Joined: 03/01/14 Last Seen: May 6, 2020 Share Posted June 3, 2014 OnClockXXXX: if( agitcheck() || agitcheck2() ) end; // <-- add this line // event start Right, it's || not or. Too many languages. Quote Link to comment Share on other sites More sharing options...
Question
Erba
How to disable any automated events during woe?
its like Automated events with Broadcast will not Broadcast that the start of event and it will not spawn the NPC as it starts.
thank you
Link to comment
Share on other sites
5 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.