Back to "shuffler" tags

Shuffle Loot in backpack by Jaseowns

1# Shuffle Loot by Jaseowns
2# UO Outlands
3@setvar! mySourceContainerToShuffle backpack
4@clearignore 
5// You would add any items to this list >info
6while findtype 5362|12345 mySourceContainerToShuffle as item
7#    hotkey "Grab item"
8#    wft 500
9#    target item
10    lift item 60000
11    drop mySourceContainerToShuffle -1 -1 -1
12    wait 650
13    @ignore item
14endwhile
15@clearignore 
16