Back to "archery" tags

Simple retreive arrows from the ground by Rafa MenyeKalavera

Description: im not sure if clearignore and waits are really necessary, but scripts works.

1if findtype "crossbow bolt" ground 0 0 2 as bolt
2    lift bolt
3    @clearignore
4    wait 250
5    drop backpack -1 -1 -1
6    wait 250
7    @ignore bolt
8endif
9
10if findtype "arrow" ground 0 0 2 as arrow
11    lift arrow
12    @clearignore
13    wait 250
14    drop backpack -1 -1 -1
15    wait 250
16    @ignore arrow
17endif