Created: 13 days ago on 03/01/2025, 04:50:18 PMUpdated: 13 days ago on 03/01/2025, 04:51:18 PM
Note from JaseOwns:
Scripts will be leveraged on both UORazorscipts.com and this site. At the time of the launch (Feb 1st 2025), this isn't working right - but it will! Thanks for checking it out
FileType: Razor Script (Community Edition)
Size: 1128
Category: Gathering
Skills: Mining
Hotkey: No hotkey provided
Tags: smelting,ore
Description: This will take ore from your backpack and smelt it one by one. If the ore fails or turns into little ores it tries to combine them. It's a bit wonky but it's working!
# Smelting ore 1 by 1 to gain skill by Jaseowns
# UO Unchained
# Iron Ore 6585
if findtype 6585 backpack as item
getlabel item desc
overhead desc
lift item 1
drop backpack 0 0 0
wait 650
getlabel item desc
overhead desc
dclick item
wft 500
# Forge 4017
if findtype "forge" true as jaseForge
target jaseForge
endif
wait 500
replay
endif
if findtype 6584 backpack as item
getlabel item desc
overhead desc
lift item 1
drop backpack 0 0 0
wait 650
getlabel item desc
overhead desc
dclick item
wft 500
# Forge 4017
if findtype "forge" true as jaseForge
target jaseForge
endif
wait 500
replay
endif
if findtype 6583 backpack as smallOre
lift smallOre 60000
drop backpack -1 -1 -1
wait 1000
replay
endif