UO Unchained: Smelting ore 1 by 1 to gain skill

Created: 3 months ago on 03/01/2025, 04:50:18 PMUpdated: 3 months ago on 03/01/2025, 04:51:18 PM
FileType: Razor Script (Community Edition)
Size: 1128
Category: Gathering
Skills: Mining
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
View list of scripts
Disclaimer: This is a fan made site and is not directly associated with Ultima Online or UO staff.