Back to "ultimate mining" tags
Ultimate Mining Ingot Drop Off by Jaseowns
1# Puts ingots into resource stock pile or your choice of container by Jaseowns
2# Drop off script
3if findtype "resource container" ground -1 -1 2 as resource
4 menu resource 0
5 wft 500
6 target self
7 wait 200
8elseif findtype 7154 backpack
9
10 say "bank"
11
12 @clearignore
13 @setvar! myDropOffContainer
14
15 while findtype 7154 backpack as item
16 lift item 60000
17 drop myDropOffContainer -1 -1 -1
18 wait 650
19 @ignore item
20 endwhile
21else
22 overhead "No ingots found" 34
23endif