Ultimate Mining Ingot Drop Off by Jaseowns

# Puts ingots into resource stock pile or your choice of container by Jaseowns # Drop off script if findtype "resource container" ground -1 -1 2 as resource menu resource 0 wft 500 target self wait 200 elseif findtype 7154 backpack say "bank" @clearignore @setvar! myDropOffContainer while findtype 7154 backpack as item lift item 60000 drop myDropOffContainer -1 -1 -1 wait 650 @ignore item endwhile else overhead "No ingots found" 34 endif