$${
//verificando se estava usando macro e ligando//
ifmatches(%CHATCLEAN%,"^\» CraftLandia Propano \(\www.craftlandia.com.br\)");
wait(500ms);
log("&c[&3%PLAYER%&c]&aAlpaca-OnChat &4(By:elissonS2) &aON");
wait(1);
log("&c[&3%PLAYER%&c]&aAlpaca-OnChat &4(By:elissonS2) &aesperando senha");
wait(6);
if(@alpaca);
log("&c[&3%PLAYER%&c]&aAlpaca-Macro &4(By:elissonS2) &aestava &aON");
else;
log("&c[&3%PLAYER%&c]&aAlpaca-Macro &4(By:elissonS2) &aestava &aOFF");
stop;
endif;
wait(1);
log("&c[&3%PLAYER%&c]&aAlpaca-Auto Relogue &4(By:elissonS2) &aON");
wait(2);
do();
exec(%@&key%);
wait(1);
if(@alpaca);
#login=3;
else;
#login=0;
endif;
until(%#login%=3);
endif;
//olhando as horas

//
ifmatches(%CHATCLEAN%,"Reiniciando mundo em: ([0-9]+)

[0-9]+)

[0-9]+)");
match(%CHATCLEAN%,"Reiniciando mundo em: ([0-9]+)

[0-9]+)

[0-9]+)",{#tempo,#tempo1,#tempo2});
if(%#tempo%=0);
if(%#tempo1%=0);
if(%#tempo2%<60);
set(@pausa);
endif;
endif;
endif;
if(%#tempo%>0);
if(%#tempo1%>0);
unset(@pausa);
endif;
endif;
endif;
ifmatches(%CHATCLEAN%,"resetar cordenadas");
@#xpos=0;
@#zpos=0;
log(Cordenadas apagadas com sucesso!!);
endif;
ifmatches(%CHATCLEAN%,"alterar nome");
PROMPT(@&key,$$?,Qual nome voce colocou na macro?(exatamente iqual para funcionar ->exemplo: blaze3.txt));
log(Nome alterado para %@&key%!!);
endif;
}$$