Olá galera bom hoje venho deixar o macro que eu uso pra upar herbalismo! Pra quem quiser ta ai!!!
$${
// ================================ on off
IF(herbalismo);
LOG("&3[%PLAYER%] &6Herbalismo &4[OFF]");
UNSET(herbalismo);
KEY(Attack);
STOP();
// ---------------------------------------
ELSE;
LOG("&3[%PLAYER%] &6Herbalismo &2[ON]");
LOG("&3[%PLAYER%] &3Para desligar pressione %KEYNAME%");
SET(herbalismo);
// ================================ on off
DO;
PICK(338);
if(%ITEM% = 338);
LOOK(NORTH);
LOOK(,+90);
KEY(Use);
KEY(Use);
KEY(Attack);
KEY(Attack);
wait(50ms);
endif;
LOOP;
}$$