Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C by Anunciador ( 14 years ago )
// ===========================================================
//===== Cronus Script ========================================
//= Anunciador
//===== Por: =================================================
//= Adriano Barbosa
//===== Versão Atual: ========================================
//= 1.0
//===== Compatibilidade: =====================================
//= Cronus Emulador
//===== Descrição: ===========================================
// Fas anuncios para o Servidor.
//============================================================
- script ANC#00 -1,{
OnInit:
//===== Tempo de espera entre os Anuncios: ===================
set .@ESP, 1; // Tempo em Minutos
//============================================================
//===== Annuncios que serão exibidos no Servidor: ============
setarray .@ANNOUNCE$[0],
"Bem vindo ao Ragnarok Online.",
"Ajude a manter o Servidor OnLine Doando.",
"Ragnarok Online o Melhor MMORPG do Brasil";
//============================================================
set .@sESP, 60000*.@ESP;
while(1)
for(set .@i, 0; .@i < getarraysize(.@ANNOUNCE$);set .@i,.@i+1){
announce "[ANUNCIO] "+.@ANNOUNCE$[.@i],bc_all,0xBAB9B9;
sleep .@sESP;
}
}
end;
}
Revise this Paste