Shuffle Backpacks and grab one (random loot bag selector) by Jaseowns
# Shuffle Backpacks and grab one by Jaseowns
# UO Outlands
# Used on our giveaway stream!
@setvar! mySourceContainerToShuffle 0x42B811E3
@clearignore
while findtype 3701 mySourceContainerToShuffle as item
lift item 60000
drop mySourceContainerToShuffle -1 -1 -1
wait 650
@ignore item
endwhile
@clearignore
if findtype 3701 mySourceContainerToShuffle as item
lift item 60000
drop backpack -1 -1 -1
endif