Dump, Restock and Organize by yagermeistertv
Description from the author:
# This is my first script on UO Outlands!
# I love you
# You might need to change serials to match your boxes in your house
# and if you want different items resupplied you can use >info to find out
# what their names are and change them in the script
# Gold
while findtype 'gold coin' backpack as Loot
lift Loot 60000
drop 0x44C9C9FA -1 -1 0
pause 500
endwhile
# Recycler
menu 0x44C38A93 1
# Restock Shelf
menu 0x6352A913 0
pause 500
target self
# Restock Stockpile
menu 0x43A28DDB 0
pause 500
target self
# Resupply
menu 0x6352A913 1
# Make Bags Pretty
if findtype "pouch" backpack 0 any any as mybag
setvar TidyBag mybag
endif
lift TidyBag
drop backpack 44 68
wait 350
lift 0x450BD9DF
drop backpack 50 65
wait 350
dclick TidyBag
dclick 0x450BD9DF
# Healing Pot
if findtype "yellow potion" backpack as myitem
lift myitem 999
drop TidyBag 45 65
wait 400
endif
# Cure Pot
if findtype "orange potion" backpack as myitem
lift myitem 999
drop TidyBag 55 65
wait 400
endif
# Refresh Pot
if findtype "red potion" backpack as myitem
lift myitem 999
drop TidyBag 65 65
wait 400
endif
# Strength Pot
if findtype "white potion" backpack as myitem
lift myitem 999
drop TidyBag 75 65
wait 400
endif
# Dexterity Pot
if findtype "blue potion" backpack as myitem
lift myitem 999
drop TidyBag 85 65
wait 400
endif
#Crook
if findtype "shepherd's crook" backpack as myitem
lift myitem 1
drop TidyBag 87 84
wait 400
endif
# Bandages
if findtype "clean bandage%s%" backpack as myitem
lift myitem 999
drop TidyBag 44 84
wait 400
endif
# Vet Supplies
if findtype "veterinary supplies" backpack as myitem
lift myitem 999
drop TidyBag 44 69
wait 400
endif
# Rope
if findtype "rope" backpack as myitem
lift myitem 999
drop TidyBag 67 84
wait 400
endif
# Aspect
say '[aspect'
pause 100
gumpresponse 500
pause 100
gumpresponse 500
pause 100
gumpresponse 600
pause 100
gumpresponse 600This script is one I built to help when I get back from runs.
1 button press and it:
Dumps my gold into Safe
Dumps Magic Items in Recycler
Restocks on Shelf
Restocks on Stockpile
Resupplies on Shelf
Hides Go Bag behind Rune Tome and Opens the Go Bag
Organizes my resupplied Go Bag
Activates my Aspect