Back to "snippet" tags

Drop an item in the trash by Jaseowns

# Drop an item in the trash by Jaseowns # UO Outlands @setvar! itemToDrop while find itemToDrop backpack if findtype 3703 ground 0 -1 2 as jrash lift itemToDrop 60000 drop jrash -1 -1 -1 wait 650 elseif findtype 3703 ground 0 -1 10 overhead "Move closer to the barrel" 77 else overhead "No barrel nearby" 34 endif wait 100 endwhile say "Thanks to Jaseowns I am keeping the street clean" 88