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.
Inscreva-se agora!Para usar essa macro precisa ter 100 de Reparação, e como eu disse anteriormente eu não tenho tal nível -> tenho nível 4 em ReparaçãozDinho2k disse:
$${
if(repxyl);
unset(repxyl);
LOG([Macro] Reparação Encerrado!);
stop();
else;
set(repxyl);
LOG([Macro] Reparação Iniciado!);
ifmatches(%ITEMNAME%,HAND);
pick(stone_hoe);
endif;
Do();
IF(DURABILITY < 15);
LOOK(0,90);
PICK(stone_hoe);
KEY(use);
wait(17ms);
KEY(use);
wait(17ms);
KEY(use);
WAIT(300ms);
ELSE;
LOOK(0,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(45,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(90,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(135,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(180,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(225,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(270,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(315,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
//IF(DURABILITY < 11);
//LOOK(0,90);
//KEY(use);
//WAIT(300ms);
//EndIf;
LOOK(0,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(45,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(90,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(135,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(180,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(225,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(270,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(315,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
ENDIF;
Loop;
ENDIF;
}$$
Redstone desativada no servidorXylic disse:Macro$${
if(repxyl);
unset(repxyl);
LOG([Macro] Reparação Encerrado!);
stop();
else;
set(repxyl);
LOG([Macro] Reparação Iniciado!);
ifmatches(%ITEMNAME%,HAND);
pick(stone_hoe);
endif;
Do();
IF(DURABILITY < 15);
LOOK(0,90);
PICK(stone_hoe);
KEY(use);
wait(17ms);
KEY(use);
wait(17ms);
KEY(use);
WAIT(300ms);
ELSE;
LOOK(0,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(45,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(90,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(135,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(180,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(225,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(270,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(315,0);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
//IF(DURABILITY < 11);
//LOOK(0,90);
//KEY(use);
//WAIT(300ms);
//EndIf;
LOOK(0,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(45,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(90,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(135,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(180,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(225,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(270,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
LOOK(315,30);
PICK(stone_hoe);
KEY(use);
WAIT(7ms);
ENDIF;
Loop;
ENDIF;
}$$
Trap: