Back to "lotto" tags

Pickup lotto loot by Jaseowns

1# Pickup lotto loot by Jaseowns
2# UO Outlands
3while findtype "prevalia coin" ground -1 -1 2 as item
4    hotkey "Grab item"
5    wft 500
6    target item
7endwhile
8
9while findtype "gold coin" ground -1 -1 2 as item
10    hotkey "Grab item"
11    wft 500
12    target item
13endwhile
14
15wait 50
16loop