Find bones and corpses to loot maybe by Jaseowns
1# Find bones and corpses to loot maybe by Jaseowns
2# UO Outlands
3@clearignore
4for 16
5 if index > 0 and findtype "bones|corpse" ground -1 -1 index as chest
6 getlabel chest desc
7 if "remains" in desc
8 overhead "{{desc}} - {{index}} tiles" 88 chest
9 @ignore chest
10 break
11 else
12 @ignore chest
13 endif
14 endif
15endfor
16@clearignore
17
18wait 200
19loop