Drop an item in the trash by Jaseowns
1# Drop an item in the trash by Jaseowns
2# UO Outlands
3@setvar! itemToDrop
4
5while find itemToDrop backpack
6
7 if findtype 3703 ground 0 -1 2 as jrash
8 lift itemToDrop 60000
9 drop jrash -1 -1 -1
10 wait 650
11 elseif findtype 3703 ground 0 -1 10
12 overhead "Move closer to the barrel" 77
13 else
14 overhead "No barrel nearby" 34
15 endif
16 wait 100
17endwhile
18
19say "Thanks to Jaseowns I am keeping the street clean" 88