[UOSteam] Semi auto mining macro

If you make a Client-side script you can publish it here for other players to use
Locked
User avatar
patrix
Elder Scribe
Posts: 184
Joined: Mon Jul 22, 2013 8:52 am
Location: Adelaide. Australia

[UOSteam] Semi auto mining macro

Post by patrix »

This isn't my script, i snitched it from a web search. It works for me, it requires you to be at keyboard to move to next spot so u can't be pinged for afk. Well u could be if u didn't respond to check on time. It pauses at a certain backpack weight, i have a hot key that moves ore to HBOH so I don't have weight prob. You could smelt at this point or move to packy.

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
while weight >= 380
headmsg 'Time to Smelt'
pause 1000
endwhile
while @findtype '0x19b9' 'any' 'backpack' 'any' '2' and weight >= 300
@moveitem 'found' 'mount'
pause 600
endwhile
Michiko in game

A woman without a man is like a fish without a bicycle..
Irina Dunn
Locked