Shuffle Backpacks and grab one (random loot bag selector) by Jaseowns

1# Shuffle Backpacks and grab one by Jaseowns
2# UO Outlands
3# Used on our giveaway stream!
4@setvar! mySourceContainerToShuffle 0x42B811E3
5@clearignore 
6while findtype 3701 mySourceContainerToShuffle as item
7    lift item 60000
8    drop mySourceContainerToShuffle -1 -1 -1
9    wait 650
10    @ignore item
11endwhile
12@clearignore 
13
14if findtype 3701 mySourceContainerToShuffle as item
15    lift item 60000
16    drop backpack -1 -1 -1
17endif