[MACRO] Recomendação de Macro de Reparação PROPANO

Bem-vindo!

Ao se registrar conosco, você poderá discutir, compartilhar e enviar mensagens privadas com outros membros da nossa comunidade.

Inscreva-se agora!
Status
Não está aberto para novas respostas.

lucb123

Neutro
VIP
Entrou
Out 20, 2011
Mensagens
79
Cubos
0
Eae pessoal, tudo bem? (x2) -> Fiz um outro post hoje mesmo (também sobre macro)

Eu gostaria de saber se vocês poderiam me recomendar um MACRO de Reparação para o Server PROPANO.

OBS: NÃO tenho 100 de REP

Vlw e um abraço =)
 
Mano não sei macro de rep pra 1.8 não dsclp...

Enviado de meu SM-G531H usando Tapatalk
 
Macro
Código:
$${
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:
 
Xylic 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:
Redstone desativada no servidor

PS: não vi a data do topico, desculpa por reviver :(
 
Status
Não está aberto para novas respostas.

Users who are viewing this thread

Voltar
Topo