Equip your leather by Jaseowns
# Equip your leather by Jaseowns
# UO Outlands
if not findlayer self gloves and findtype "Leather Gloves" backpack as item
dclick item
wait 200
endif
if not findlayer self innertorso and findtype "leather tunic" backpack as item
dclick item
wait 200
endif
if not findlayer self head and findtype "leather cap" backpack as item
dclick item
wait 200
endif
if not findlayer self neck and findtype "leather gorget" backpack as item
dclick item
wait 200
endif
if not findlayer self innerlegs and findtype "leather leggings" backpack as item
dclick item
wait 200
endif
if not findlayer self arms and findtype "leather sleeves" backpack as item
dclick item
wait 200
endif