macro rep :V

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.

zPeGaSuSz

Craftlandiano
Gamers
VIP
Entrou
Jun 4, 2013
Mensagens
2,019
Cubos
0
alguem sabe um macro de rep? os do forum testei bugado no titan 1 ;-; sei la pq
 
realmente no titan os macros de rep é bugado kkkk mas pra min foi normal
 
Tenho esse aqui, são com a Hotbar Completa de Enxada
$${
if(z);
log(" &c[&3%PLAYER%&c] &5Reparaçao com Enxada &4OFF");
log(" &bForam reparadas um total de : &c%#cont% &benxadas");
unset(z);
stop();

else;
set(z);
log(" &c[&3%PLAYER%&c] &5Reparaçao com Enxada &2ON");
endif;

&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;
// ------------
#enx=1;
#cont=0;
look(%&dir%);

do;
wait(10ms);
look(+50,0);
slot(%#enx%);
key(use);

if(%DURABILITY% < 30)
INC(#enx,1);
wait(100ms);

if(%#enx% = 10);
wait(250ms);
look(%&dir%);
look(+0,90);
#enx=1;
do;
slot(%#enx%);
wait(250ms);
key(use);
wait(250ms);
key(use);
wait(250ms);
INC(#enx,1);
until(%#enx% = 10);
#enx=1;
#cont= %#cont% + 9;
endif;
endif;
loop;

log(" &c[&3%PLAYER%&c] &5Reparaçao com Enxada &4OFF");
unset(z);
stop();
}$$
 
os macros de rep não estão bugados pra mim, vo achar 1 e te passo calma e
 
procura no youtube,"macro de reparaçao craftiozão",acho que é assim,nunca bugou pra mim esse ai.
 
$${
if(z);
log(" &c[&3%PLAYER%&c] &5Reparaçao com Enxada &4OFF");
log(" &bForam reparadas um total de : &c%#cont% &benxadas");
unset(z);
stop();

else;
set(z);
log(" &c[&3%PLAYER%&c] &5Reparaçao com Enxada &2ON");
endif;

&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;
// ------------
#enx=1;
#cont=0;
look(%&dir%);

do;
wait(10ms);
look(+50,0);
slot(%#enx%);
key(use);

if(%DURABILITY% < 30)
INC(#enx,1);
wait(100ms);

if(%#enx% = 10);
wait(250ms);
look(%&dir%);
look(+0,90);
#enx=1;
do;
slot(%#enx%);
wait(250ms);
key(use);
wait(250ms);
key(use);
wait(250ms);
INC(#enx,1);
until(%#enx% = 10);
#enx=1;
#cont= %#cont% + 9;
endif;
endif;
loop;

log(" &c[&3%PLAYER%&c] &5Reparaçao com Enxada &4OFF");
unset(z);
stop();
}$$
 
Eu uso esse aqui cara.

$${
if(z);
log(" &c[&3%PLAYER%&c] &5Reparaçao com Enxada &4OFF");
log(" &bForam reparadas um total de : &c%#cont% &benxadas");
unset(z);
stop();

else;
set(z);
log(" &c[&3%PLAYER%&c] &5Reparaçao com Enxada &2ON");
endif;

&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;
// ------------
#enx=1;
#cont=0;
look(%&dir%);

do;
wait(10ms);
look(+50,0);
slot(%#enx%);
key(use);

if(%DURABILITY% < 30)
INC(#enx,1);
wait(100ms);

if(%#enx% = 10);
wait(250ms);
look(%&dir%);
look(+0,90);
#enx=1;
do;
slot(%#enx%);
wait(250ms);
key(use);
wait(250ms);
key(use);
wait(250ms);
INC(#enx,1);
until(%#enx% = 10);
#enx=1;
#cont= %#cont% + 9;
endif;
endif;
loop;

log(" &c[&3%PLAYER%&c] &5Reparaçao com Enxada &4OFF");
unset(z);
stop();
}$$
 
Status
Não está aberto para novas respostas.

Users who are viewing this thread

Voltar
Topo