Back to "dump" tags

Dump, Restock and Organize by yagermeistertv

Description: This 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

1# This is my first script on UO Outlands!
2# I love you
3# You might need to change serials to match your boxes in your house 
4# and if you want different items resupplied you can use  >info to find out 
5# what their names are and change them in the script
6
7# Gold
8while findtype 'gold coin' backpack as Loot
9    lift Loot 60000
10    drop 0x44C9C9FA -1 -1 0
11    pause 500
12endwhile
13
14# Recycler
15menu 0x44C38A93 1
16
17# Restock Shelf
18menu 0x6352A913 0
19pause 500
20target self
21
22# Restock Stockpile
23menu 0x43A28DDB 0
24pause 500
25target self
26
27# Resupply
28menu 0x6352A913 1
29
30# Make Bags Pretty
31if findtype "pouch" backpack 0 any any as mybag
32    setvar TidyBag mybag
33endif
34
35lift TidyBag
36drop backpack 44 68
37wait 350
38
39lift 0x450BD9DF
40drop backpack 50 65
41wait 350
42
43dclick TidyBag
44dclick 0x450BD9DF
45
46# Healing Pot
47if findtype "yellow potion" backpack as myitem
48    lift myitem 999
49    drop TidyBag 45 65
50    wait 400
51endif
52
53# Cure Pot
54if findtype "orange potion" backpack as myitem
55    lift myitem 999
56    drop TidyBag 55 65
57    wait 400
58endif
59
60# Refresh Pot
61if findtype "red potion" backpack as myitem
62    lift myitem 999
63    drop TidyBag 65 65
64    wait 400
65endif
66
67# Strength Pot
68if findtype "white potion" backpack as myitem
69    lift myitem 999
70    drop TidyBag 75 65
71    wait 400
72endif
73
74# Dexterity Pot
75if findtype "blue potion" backpack as myitem
76    lift myitem 999
77    drop TidyBag 85 65
78    wait 400
79endif
80
81#Crook
82if findtype "shepherd's crook" backpack as myitem
83    lift myitem 1
84    drop TidyBag 87 84
85    wait 400
86endif
87
88# Bandages
89if findtype "clean bandage%s%" backpack as myitem
90    lift myitem 999
91    drop TidyBag 44 84
92    wait 400
93endif
94
95# Vet Supplies
96if findtype "veterinary supplies" backpack as myitem
97    lift myitem 999
98    drop TidyBag 44 69
99    wait 400
100endif    
101
102# Rope
103if findtype "rope" backpack as myitem
104    lift myitem 999
105    drop TidyBag 67 84
106    wait 400
107endif    
108
109# Aspect
110say '[aspect'
111pause 100
112gumpresponse 500
113pause 100
114gumpresponse 500
115pause 100
116gumpresponse 600
117pause 100
118gumpresponse 600