Jump to content
  • 0

Request random hourly announcer


mayonese

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  12/10/16
  • Last Seen:  

anyone can help me with script hourly announcer random message onclock?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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

 

Link to comment
Share on other sites

  • 1

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

This is a script i made for my server, very simple.

 

-	script	announcer-script	-1,{


OnMinute00:
switch(rand(1,20)) {
case 1:
	announce "[SelkRO]: Recuerda votar por el servidor cada 12 horas",bc_all;
	break;
case 2:
	announce "[SelkRO]: Recuerda usar @partysearch para buscar party, te puede ser util.",bc_all;
	break;
case 3:
	announce "[SelkRO]: Puedes revisar tus cooldown de los partyquests con @partyquest",bc_all;
	break;
case 4:
	announce "[SelkRO]: Cualquier duda/sugerencia/queja puedes realizarla en el foro.",bc_all;
	break;
case 5:
	announce "[SelkRO]: En SelkRO tenemos mapas exclusivos de Battleground",bc_all;
	break;
case 6:
	announce "[SelkRO]: Al terminar BG obtendrás Cash Points dependiendo si ganas o si pierdes",bc_all;
	break;
case 7:
	announce "[SelkRO]: En morocc hay un NPC que te ayuda a ingresar al [Morocc Party Quest]",bc_all;
	break;
case 8:
	announce "[SelkRO]: Contamos con BGs rotativos (TvT - Conquest - CTF)",bc_all;
	break;
case 9:
	announce "[SelkRO]: No le des tu contraseña a nadie, el staff nunca te la pedirá",bc_all;
	break;
case 10:
	announce "[SelkRO]: Usa @request para enviar un mensaje a todos los miembros del staff conectados",bc_all;
	break;
case 11:
	announce "[SelkRO]: Vota porel servidor y obtén libros de experiencia...",bc_all;
	break;
case 12:
	announce "[SelkRO]: Las SelkRO Costume Box[0] contienen items únicos, que no puedes obtener de otra manera!",bc_all;
	break;
case 13:
	announce "[SelkRO]: Por 20 BGs jugados, te puedes llevar una SelkRO Box[0] o una SelkRO Costume Box[0]",bc_all;
	break;
case 14:
	announce "[SelkRO]: Participa en los Party Quests y obten increibles premios!",bc_all;
	break;
case 15:
	announce "[SelkRO]: Tip: Vota por el servidor y consigue pets únicos",bc_all;
	break;
case 16:
	announce "[SelkRO]: Tip: ¿Sabías que tenemos más de 50 quest hats?",bc_all;
	break;
case 17:
	announce "[SelkRO]: Tip: Las MvP Coins caen a 5% y se utilizan en la MvP Machine de prontera",bc_all;
	break;
case 18:
	announce "[SelkRO]: Tip: Canjea nuestras event coins en el NPC de prontera EventShop",bc_all;
	break;
case 19:
	announce "[SelkRO]: Participa de nuestros eventos automáticos y gana Event Coins",bc_all;
	break;
case 20:
	announce "[SelkRO]: Reporta cualquiér tipo de Bug, el abuso de ellos provoca un baneo permanente",bc_all;
	break;
default: 
	announce "[SelkRO]: Reporta cualquiér tipo de Bug, el abuso de ellos provoca un baneo permanente",bc_all;
	break;
	}

}

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  12/10/16
  • Last Seen:  

Thanks Sir it works !!!

Edited by mayonese
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...