Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Ao se registrar conosco, você poderá discutir, compartilhar e enviar mensagens privadas com outros membros da nossa comunidade.
Registrar agora!Faça um pedido aqui -> http://forum.craftlandia.com.br/ipb/index.php?/forum/388-pedidos/KnightGloomy disse:
Use este do Phodalão:KnightGloomy disse:
$${
if(zlh);
log(&4Macro Desligado);
unset(zlh);
stop;
else;
log(&aMacro ATIVADO!);
set(zlh);
&dir = %DIRECTION%;
ifmatches(%&dir%,N);&dir=NORTH;endif;
ifmatches(%&dir%,S);&dir=SOUTH;endif;
ifmatches(%&dir%,E);&dir=EAST;endif;
ifmatches(%&dir%,W);&dir=WEST;endif;
do;
if(%DURABILITY%<15);
look(%&dir%);
look(,90);wait(1);
do;key(use);until(%DURABILITY%>70);
endif;
look(%&dir%);slot(1);
ifmatches(%HIT%,ENTITY);
key(attack);wait(70ms);
endif;
loop;
}$$