Olá, meu amigo @OmegaIII
Na época do Classic, nosso amigo @abrisqui usava esta, recomendo que teste.
$${
if(arc1);
log("&d» &6Archer Skill UP &c[OFF]");
unset(arc1);
stop();
else;
log("&d» &6Archer Skill UP &a[ON]");
set(arc1);
&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;
do;
ifmatches(%GUI%,INVENTORY);else;wait(2);gui(inventory);endif;
pick(261);
ifmatches(%HIT%,ENTITY);
do(22);
key(use);
loop;
wait(20ms);
endif;
look(%&dir%);
look(,-20);
if(%DURABILITY%<25);
look(,90);
wait(500ms);
key(use);
wait(500ms);
endif;
loop;
endif;
}$$