Move Regs to your satchel by Jaseowns
# Move regs to your satchel by Jaseowns
# UO Outlands
# Description:
# Moves regs to your satchel wether
# its equipped or not
@setvar! globalWaitTime 650
clearignore
if findtype "reagent satchel" self as satchel
overhead "Organizing Satchel..." 24
while findtype 3963|3980|3974|3973|3981|3962|3976|3972 backpack as reg
getlabel reg regDesc
overhead "Moving {{regDesc}}" 66
lift reg 60000
drop satchel -1 -1 -1
wait globalWaitTime
ignore reg
endwhile
overhead "Satchel Organized!" 24
clearignore
else
overhead "No satchel found" 34
endif