Back to "idoc" tags

IDOC Loot Example by Jaseowns

1# IDOC Loot Example by Jaseowns
2# UO Outlands
3# Use a scavenger agent but also this...
4// Update the list here to be items you want
5// >info on the item
6if findtype "gold coin|skirt|bag of seeds" ground -1 -1 2 as item
7    hotkey 'Grab item'
8    wft 500
9    target item
10    wait 650
11endif
12if findtype "skirt" backpack
13    overhead "we got the goods"
14    // recall
15    // script Recall
16endif
17
18loop