Equip your leather by Jaseowns

1# Equip your leather by Jaseowns
2# UO Outlands
3
4if not findlayer self gloves and findtype "Leather Gloves" backpack as item
5    dclick item
6    wait 200
7endif
8
9if not findlayer self innertorso and findtype "leather tunic" backpack as item
10    dclick item
11    wait 200
12endif
13
14if not findlayer self head and findtype "leather cap" backpack as item
15    dclick item
16    wait 200
17endif
18
19if not findlayer self neck and findtype "leather gorget" backpack as item
20    dclick item
21    wait 200
22endif
23
24if not findlayer self innerlegs and findtype "leather leggings" backpack as item
25    dclick item
26    wait 200
27endif
28
29
30if not findlayer self arms and findtype "leather sleeves" backpack as item
31    dclick item
32    wait 200
33endif
34
35
36
37 
38 
39