Jump to content
  • 0

H>Automated events


Erba

Question


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  100
  • Topics Per Day:  0.03
  • Content Count:  333
  • Reputation:   7
  • Joined:  03/01/14
  • Last Seen:  


if (agitcheck() or agitcheck2()){

end;

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

if (agitcheck() or agitcheck2()){
      end;
}

 

Should i put this under the

OnClock2020: ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  89
  • Reputation:   7
  • Joined:  02/27/12
  • Last Seen:  

 

 

Erba

Posted Today, 11:32 AM

Yuka, on 03 Jun 2014 - 05:46 AM, said:snapback.png

if (agitcheck() or agitcheck2()){

end;

}

 

Should i put this under the

OnClock2020: ?

 

Yep!

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  


OnClockXXXX:

if( agitcheck() || agitcheck2() ) end; // <-- add this line

// event start

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  100
  • Topics Per Day:  0.03
  • Content Count:  333
  • Reputation:   7
  • Joined:  03/01/14
  • Last Seen:  

OnClockXXXX:
if( agitcheck() || agitcheck2() ) end;   // <-- add this line
// event start 

Right, it's || not or.

Too many languages. :P

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...