Cobbled Mining Script by Nalco
Description from the author:
dclick 'pickaxe'
wait 300
target 'self'
for 20
if insysmsg 'Now tracking'
overhead 'Run For Your Life!!!'
script 'Recall'
endif
wait 500
wait 300
if insysmsg 'you do not see any harvestable resources nearby'
replay
endif
wait 150
if insysmsg 'you must wait'
replay
endif
if insysmsg 'you have worn out'
stop
endif
if weight > 515
overhead 'Too Heavy!'
organizer 1
wait 1100
replay
endif
if insysmsg 'you dig '
replay
endif
if insysmsg 'you loosen some rocks'
replay
endif
endforNot as good as Jase!