My recall miner script has stopped responing to:
useobject OreBook[]
waitforgump 0x59 5000
replygump 0x59 Runes[]
pause 2000
useobject 'self'
clearjournal
while not @injournal 'There is no metal here' 'system'
if @counttype 0x1eb8 'any' 'backpack' < 2
while @counttype 0x1eb8 'any' 'backpack' < 2
@usetype 0x1eb8 'any' 'backpack'
waitforgump 0x9e26d92d 15000
replygump 0x9e26d92d 15
Once the spot is empty it should smelt the ore and move to the next spot.
But it has stopped doing that.
Any suggestions?
			
			useobject OreBook[]
waitforgump 0x59 5000
replygump 0x59 Runes[]
pause 2000
useobject 'self'
clearjournal
while not @injournal 'There is no metal here' 'system'
if @counttype 0x1eb8 'any' 'backpack' < 2
while @counttype 0x1eb8 'any' 'backpack' < 2
@usetype 0x1eb8 'any' 'backpack'
waitforgump 0x9e26d92d 15000
replygump 0x9e26d92d 15
Once the spot is empty it should smelt the ore and move to the next spot.
But it has stopped doing that.
Any suggestions?
 
				 
 
		