Simple retreive arrows from the ground by Rafa MenyeKalavera
Description from the author:
if findtype "crossbow bolt" ground 0 0 2 as bolt
lift bolt
@clearignore
wait 250
drop backpack -1 -1 -1
wait 250
@ignore bolt
endif
if findtype "arrow" ground 0 0 2 as arrow
lift arrow
@clearignore
wait 250
drop backpack -1 -1 -1
wait 250
@ignore arrow
endifim not sure if clearignore and waits are really necessary, but scripts works.