Auto Snoop Pouches (tries to pop reds) by Jaseowns
Description from the author:
# Auto Snoop Pouches and Pop Red ones by Jaseowns
# UO Outlands - youtube.com/jaseowns
# 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/
@setvar! tbag lastobject
if counttype "pouch" tbag 38 as foundPouches
overhead "{{foundPouches}} trapped pouches found!" 38
while findtype "pouch" tbag 38 as found
dclick found
ignore found
wait 500
endwhile
clearignore
endif
if counttype "pouch" tbag 0 as foundPouches
overhead "{{foundPouches}} un-trapped pouches found!" 77
while findtype "pouch" tbag 0 as found
dclick found
ignore found
wait 1200
endwhile
clearignore
endifThese may no longer work due to recent patch: https://forums.uooutlands.com/index.php?threads/classicuo-client-patch-1-0-0-11-notes.4301/