Back to "stream" tags

Shuffle Loot in backpack by Jaseowns

# Shuffle Loot by Jaseowns # UO Outlands @setvar! mySourceContainerToShuffle backpack @clearignore // You would add any items to this list >info while findtype 5362|12345 mySourceContainerToShuffle as item # hotkey "Grab item" # wft 500 # target item lift item 60000 drop mySourceContainerToShuffle -1 -1 -1 wait 650 @ignore item endwhile @clearignore