Back to "snoop" tags

Auto Snoop Pouches (tries to pop reds) by Jaseowns

Description: These may no longer work due to recent patch: https://forums.uooutlands.com/index.php?threads/classicuo-client-patch-1-0-0-11-notes.4301/

1# Auto Snoop Pouches and Pop Red ones by Jaseowns
2# UO Outlands - youtube.com/jaseowns
3# These may no longer work due to recent patch:  https://forums.uooutlands.com/index.php?threads/classicuo-client-patch-1-0-0-11-notes.4301/
4@setvar! tbag lastobject 
5if counttype "pouch" tbag 38 as foundPouches
6    overhead "{{foundPouches}} trapped pouches found!" 38
7    while findtype "pouch" tbag 38 as found
8        dclick found
9        ignore found
10        wait 500
11    endwhile
12    clearignore
13endif
14
15if counttype "pouch" tbag 0 as foundPouches
16    overhead "{{foundPouches}} un-trapped pouches found!" 77
17    while findtype "pouch" tbag 0 as found
18        dclick found
19        ignore found
20        wait 1200
21    endwhile
22    clearignore 
23endif