Fala ae, tenho usado um macro pra pescar na warp vip mas uma coisa tem me incomodado muito
o macro n guarda os bglh do inventario qnd ta cheio
queria ver se alguem consegue adcionar ao macro a opção de ir pra alguma home guardar os bglh num bau qnd o inventario ficasse cheio
eh isso, tmj
brigadao se alguem conseguir
$${
IF(fishing);
LOG("&3&l[Macro] &4&lPesca Livros Finalizada by.&b&l(LostEvill). ");
toggle(fishing);
STOP;
ELSE;
LOG("&3&l[Macro] &4&lPesca Livros iniciada by.&b&l(LostEvill). ");
toggle(fishing);
DO;
if(%DURABILITY%>15);
PICK(346);
KEY(USE);
WAIT(3T);
else;
echo("/reparar");
look(,-180)
key(use);
wait(3T);
key(use);
wait(3t);
endif;
LOOP;
endif;
}$$