Back to "trap" tags

Make sure you trap all your pouches by Jaseowns

1# Make sure you trap all your pouches by Jaseowns
2# UO Outlands
3if counttype "pouch" backpack 38 as cnt
4    overhead "trapped pouch: {{cnt}}"
5endif
6
7while findtype "pouch" backpack 0 as untrapped
8    cast 'Magic trap'
9    wft 1500
10    target untrapped
11    wait 200
12endwhile
13
14if counttype "pouch" backpack 38 as cnt
15    overhead "trapped pouch: {{cnt}}"
16endif
17
18