Boa!
Vamos ver se dá pra unificar isso aí, xD
Código:
$${
#pescadas = 300;
IF(fishing);
LOG("&cPesca Finalizada ");
toggle(fishing);
STOP;
ELSE;
echo("/esconder");
LOG(" &aPesca iniciada. ");
toggle(fishing);
ENDIF;
PICK(346);
wait(500ms);
DO();
do(%#pescadas%);
if(%DURABILITY%>15);
KEY(USE);
WAIT(3T);
else;
if(%ITEM%=="346");
echo("/reparar");
do(15);
wait(250ms);
until(%DURABILITY% > 15);
if(%DURABILITY% > 10);
key(use);
wait(3t);
key(use);
wait(3t);
endif;
else;
pick(346);
wait(500ms);
endif;
endif;
ifmatches(%HIT%,"PLAYER");
break;
endif;
loop;
echo("/esconder");
ifmatches(%HIT%,"PLAYER");
wait(2);
endif;
LOOP;
}$$