Jump to content
  • 0

Auto Broadcast every hour script


busterdemon

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  93
  • Reputation:   1
  • Joined:  06/01/12
  • Last Seen:  

My request is a script that would automaticaly global broadcast a message in yelow every hour!

Thanks!

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

- <tab> script <tab> HourlyAnnounce <tab> -1,{
OnInit: setarray .Messages$[0],"Welcome!","(type your messages here)","Etc."; end;
OnMinute00: announce .Messages$[rand(getarraysize(.Messages$))],0; end;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  93
  • Reputation:   1
  • Joined:  06/01/12
  • Last Seen:  

- <tab> script <tab> HourlyAnnounce <tab> -1,{
OnInit: setarray .Messages$[0],"Welcome!","(type your messages here)","Etc."; end;
OnMinute00: announce .Messages$[rand(getarraysize(.Messages$))],0; end;
}

Thank you again Euphy! This would broadcast every hour, or do I have to modify a line? Can you tell me wich line makes the script broadcast at every hour, im trying to learn :P

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

"OnMinuteXX" triggers the script every hour at minute XX. You can change that to whatever you want (00-59).

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  93
  • Reputation:   1
  • Joined:  06/01/12
  • Last Seen:  

Can't it go up to 60? 59 is the max?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

It's like a clock. 00 is the start and end of every hour. o;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  93
  • Reputation:   1
  • Joined:  06/01/12
  • Last Seen:  

Ahh now I understand, thank you sir !

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...