Created: 23 days ago on 02/20/2025, 03:12:54 AM
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: 612
Category: Utility
Skills: No skills provided
Hotkey: 4
Tags: dust,recycle,auto dust
Description: This was a request by Dorrian to have the dust be consumed
# Auto Dust and Consume by Jaseowns
# UO Unchained
if not targetexists and findtype "sewing kit" backpack as jaseowns_Item
dclick jaseowns_Item
waitforgump 949095101 500
gumpresponse 63 949095101
endif
while targetexists
wft 500
endwhile
if targetexists
hotkey "Cancel Current Target"
endif
if findtype "faery dust" backpack as jaseowns_Item
getlabel jaseowns_Item desc
overhead "Dust: {{desc}}" 89
dclick jaseowns_Item
endif