Page 1 of 1

UOSteam Miner - Aira

Posted: Sat Mar 23, 2019 1:38 pm
by Aira
All you need to do is on the 3rd to last line, change that value to that of your own mobile forge, this will mine and smelt once your specified pack weight is reached, 400 in the case of this script and works with both shovel and pickaxe(garg as well)



if @findtype '0xf39' 'any' 'backpack' 'any' '2'
@usetype '0xf39' '0' 'backpack' '1' 1
elseif @findtype '0xe86' 'any' 'backpack' 'any' '2'
@usetype '0xe86' 'any' 'backpack' 'any' '2'
endif
waitfortarget 5000
if direction == 0
targettileoffset 0 -1 0
elseif direction == 1
targettileoffset 1 -1 0
elseif direction == 2
targettileoffset 1 0 0
elseif direction == 3
targettileoffset 1 1 0
elseif direction == 4
targettileoffset 0 1 0
elseif direction == 5
targettileoffset -1 1 0
elseif direction == 6
targettileoffset -1 0 0
elseif direction == 7
targettileoffset -1 -1 0
else
headmsg 'No Tools Found!'
endif
pause 600
if @injournal 'no metal' 'system'
headmsg 'Time to Move'
pause 2000
@clearjournal
endif
if weight > 400
findtype 0x19b9
usetype 0x19b9
waitfortarget 15000
target! 0x4007708d
endif
pause 500

Re: UOSteam Miner - Aira

Posted: Sat Mar 23, 2019 1:44 pm
by Drinyan
Works like a charm!!! Thank you for this!

Re: UOSteam Miner - Aira

Posted: Fri Dec 13, 2019 7:51 am
by Mythgarr
Still working just fine! Thanks for the script :)

Re: UOSteam Miner - Aira

Posted: Sun Dec 22, 2019 12:59 pm
by kurganwins
This works great for walls, but what about cave floors, cant get it to work on cave floors. Thanks

Re: UOSteam Miner - Aira

Posted: Tue Jan 03, 2023 10:05 am
by Reskal
I did not get it to work, what means "to last line" ?

I changed the 3rd line "elseif @findtype '0xe86' 'any' 'backpack' 'any' '2' " to "elseif @findtype '0x43aa0843' 'any' 'backpack' 'any' '2' ", since "0x43aa0843" is the Serial of my mobile forge, and the game keeps telling me: Select the forge on which you want to smelt the ore on.
Is there another line i should change that value ?
I tried the Graphic (0xe32) too, but same result.

Re: UOSteam Miner - Aira

Posted: Sun Mar 10, 2024 5:43 pm
by Aira
3rd to last line, not the 3rd from top.

target! 0x4007708d this portion