mayonese Posted February 21, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 12/10/16 Last Seen: August 6, 2018 Share Posted February 21, 2017 anyone can help me with script hourly announcer random message onclock? Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted February 23, 2017 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted February 23, 2017 Quote Link to comment Share on other sites More sharing options...
1 Promise Posted February 21, 2017 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 386 Reputation: 38 Joined: 04/28/13 Last Seen: March 22, 2024 Share Posted February 21, 2017 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; } } Quote Link to comment Share on other sites More sharing options...
0 mayonese Posted February 21, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 12/10/16 Last Seen: August 6, 2018 Author Share Posted February 21, 2017 (edited) Thanks Sir it works !!! Edited February 21, 2017 by mayonese Quote Link to comment Share on other sites More sharing options...
Question
mayonese
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.