Make sure you trap all your pouches by Jaseowns
# Make sure you trap all your pouches by Jaseowns
# UO Outlands
if counttype "pouch" backpack 38 as cnt
overhead "trapped pouch: {{cnt}}"
endif
while findtype "pouch" backpack 0 as untrapped
cast 'Magic trap'
wft 1500
target untrapped
wait 200
endwhile
if counttype "pouch" backpack 38 as cnt
overhead "trapped pouch: {{cnt}}"
endif