If the mods feel that this is in the wrong category please feel free to move it but, I figured it fit here best as the coding corner seems to be about RunUO scripts for the shard rather than for individual player use.
while weight <= 416
usetype 0xf39
waitfortarget 1000
targettileoffset 0 0 0
pause 750
if @injournal 'no metal' 'system'
@clearjournal
for 3
@usetype 0x19b9
waitfortarget 1000
// change net line to your beetle or mobile forge ID
target! 0x669a8
@usetype 0x19b8
waitfortarget 1000
// change net line to your beetle or mobile forge ID
target! 0x669a8
@usetype 0x19b7
waitfortarget 1000
// change net line to your beetle or mobile forge ID
target! 0x669a8
@usetype 0x19ba
waitfortarget 1000
target! 0x669a8
endfor
usetype 0x1be8
waitforgump 0x6abce12 1000
replygump 0x6abce12 31
waitforgump 0x6abce12 1000
replygump 0x6abce12 0
sysmsg 'No more ore here. Smelting complete!'
stop
endif
endwhile
for 3
@usetype 0x19b9
waitfortarget 1000
// change net line to your beetle or mobile forge ID
target! 0x669a8
@usetype 0x19b8
waitfortarget 1000
// change net line to your beetle or mobile forge ID
target! 0x669a8
@usetype 0x19b7
waitfortarget 1000
// change net line to your beetle or mobile forge ID
target! 0x669a8
@usetype 0x19ba
waitfortarget 1000
// change net line to your beetle or mobile forge ID
target! 0x669a8
endfor
What this script will does is mine the spot you are standing on, thus it is no good for mountain mining at this time. It does not walk, talk, recall, gate travel or move in any way and it never will. It will mine the spot you are standing on and when you reach the weight set at the top or the spot is empty it will smelt your ore on your fire beetle or mobile forge (please check the comments and make sure your forge or beetle are set properly). If the spot is empty it will also put all of the ingots it just smelted into your ingot keys (should you have them) and will send a system message stating that it is done. Now you must manually move o a new spot and run the macro again. As stated previously, it will NEVER walk or move in any way on it's own. I do not encourage unattented macroing and the current set up forces you to be paying attention or not mining.