Back to "pet" tags

Bapeth's One-Tile Item Dumper by barryroser

Description: The script automates the process of sorting and dumping items into specific containers. It relies on a setup where you have a "one-tile" storage system in your house. The script handles various types of items and uses a series of commands to sort and store them efficiently.

1# Bapeths One Tile Item Dump & Restock
2#
3# March 28th 2025
4#
5# This script will quickly dump and sort all items you acquire while adventuring in Outlands.
6# If you ever need to reset storage items, tomes, containers etc... simply delete the varibles in Script Options
7#
8# "PEACE MODE" : Will recall to your dump & restock spot and proceed to dump & restock.
9#
10# "WAR MODE" : Recall is blocked, the script assumes you are already in range of your containers and proceeds to dump & restock
11#
12# "***REQUIRED***"
13#
14# Items this script uses are as follows:
15# 
16# Do not put any of these items inside containers
17# All of these items should be locked down/secured in your inn room or house
18# Arrange these items so that you character can reach them from your house rune spot/inn room warp point (2 tile distance)
19#   
20# Two containers of any kind, locked down and secured in your house
21# "A rare cloth tome"
22# "A dyes tome"
23# "An arcane rune tome"
24# "A treasure map tome"
25# "A ship upgrade tome"
26# "A skill mastery tome"
27# "A collectable card tome"
28# "An ore map tome"
29# "A skinning map tome"
30# "A lumber map tome"
31# "A fishing map tome"
32# "A storage shelf"
33# "A bank deposit box"
34# "A garden shelf"
35# "A resource stockpile"
36# "A magic item recycler"
37# "A magic item vault"
38# "A repair bench"
39# "A rune tome" - with a rune marked to your dump & restock spot
40#
41# The script will assume your house rune is in the very first entry of the runebook
42#
43# Script starts here...
44
45@clearignore 
46if not varexist lootchestdump
47    overhead "Set Main Loot Container" 88
48    hotkey "Cancel Current Target"
49    setlasttarget 
50    wft 500
51    while targetexists      
52        //donothing
53    endwhile
54    @setvar "lootchestdump" lasttarget 
55    overhead "Loot Container Set" 77
56endif
57
58if not varexist lootchestdump2
59    overhead "Set Second Loot Container" 88
60    hotkey "Cancel Current Target"
61    setlasttarget 
62    wft 500
63    while targetexists      
64        //donothing
65    endwhile
66    @setvar "lootchestdump2" lasttarget 
67    overhead "Loot Container Set" 77
68endif
69
70if not varexist rareclothtome
71    if findtype "book" ground 1495 -1 2 as book
72        @setvar "rareclothtome" book
73    endif
74endif
75
76if not varexist dyestome
77    if findtype "book" ground 1494 -1 2 as book
78        @setvar "dyestome" book
79    endif
80endif
81
82if not varexist arcanerunetome
83    if findtype "book" ground 2085 -1 2 as book
84        @setvar "arcanerunetome" book
85    endif
86endif
87
88if not varexist treasuremaptome
89    if findtype "book" ground 2990 -1 2 as book
90        @setvar "treasuremaptome" book
91    endif
92endif
93
94if not varexist shipupgradetome
95    if findtype "book" ground 2877 -1 2 as book
96        @setvar "shipupgradetome" book
97    endif
98endif
99
100if not varexist skillmasterytome
101    if findtype "book" ground 2963 -1 2 as book
102        @setvar "skillmasterytome" book
103    endif
104endif
105
106if not varexist collectablecardtome
107    if findtype "book" ground 2141 -1 2 as book
108        @setvar "collectablecardtome" book
109    endif
110endif
111
112if not varexist oremaptome
113    if findtype "book" ground 2796 -1 2 as book
114        @setvar "oremaptome" book
115    endif
116endif
117
118if not varexist skinningmaptome
119    if findtype "book" ground 2651 -1 2 as book
120        @setvar "skinningmaptome" book
121    endif
122endif
123
124if not varexist lumbermaptome
125    if findtype "book" ground 2799 -1 2 as book
126        @setvar "lumbermaptome" book
127    endif
128endif
129
130if not varexist fishingmaptome
131    if findtype "book" ground 2722 -1 2 as book
132        @setvar "fishingmaptome" book
133    endif
134endif
135
136if not varexist repbench
137    if findtype "repair bench" ground -1 -1 2 as rbench
138        @setvar "repbench" rbench
139    endif
140endif
141
142if not varexist deposafe
143    if findtype "bank deposit safe" ground -1 -1 2 as bsafe
144        @setvar "deposafe" bsafe
145    endif
146endif
147
148if not varexist myshelf
149    if findtype "storage shelf" ground -1 -1 2 as shelf
150        @setvar "myshelf" shelf
151    endif
152endif
153
154if not varexist gardenshelf
155    if findtype "barrel planter shelf|garden shelf" ground -1 -1 2 as gshelf
156    @setvar "gardenshelf" gshelf
157    endif
158endif
159
160if not varexist respile
161    if findtype "resource container" ground -1 -1 2 as pile
162    @setvar "respile" pile
163    endif
164endif
165
166if not varexist magicrecycler
167    if findtype "magic item recycler|ornate elven chest" ground -1 -1 2 as recycle
168        @setvar "magicrecycler" recycle
169    endif
170endif
171
172if not varexist magicchest
173    if findtype "sm magic item vault|magic item chest" ground -1 -1 2 as mchest
174        @setvar "magicchest" mchest
175    endif
176endif
177
178if not find "bhomerune" backpack
179    overhead "Select Home Runetome" 88
180    pause 750
181    setlasttarget 
182    wft 500
183    while targetexists 
184        //donothing
185    endwhile
186    @setvar "bhomerune" lasttarget 
187    hotkey "Cancel Current Target"
188    overhead "Home Runebook Set" 78
189    pause 750
190endif
191
192if not warmode
193    //Recalling to dump loot
194    dclick "bhomerune"
195    waitforgump 167090027 500
196    if skill "Magery" <= 60
197        clearsysmsg 
198        gumpresponse 100
199        getlabel backpack ping
200        pause 2500
201    endif
202    if skill "Magery" >= 60
203        gumpresponse 200
204        waitforgump 167090027 500
205        gumpresponse 10
206        getlabel backpack ping
207        pause 2500
208    endif
209endif
210
211warmode off
212
213if skill "Magery" >= 30 and mana >= 4 and not findbuff "Reactive Armor"
214    cast 'Reactive Armor'
215endif
216
217//Repair Bench
218dclick repbench
219pause 2000
220getlabel backpack ping
221
222while findtype "iron ore" backpack as ore
223    dclick ore
224    pause 500
225    getlabel backpack ping
226endwhile
227
228while findtype "12686" backpack as bessence
229    lift bessence 60000
230    drop magicrecycler -1 -1 0
231    while queued
232        //donothing
233    endwhile
234endwhile
235
236while findtype 5901|5899|5903|5905 backpack as footwear
237    getlabel footwear desc
238    if "[blessed]" in desc
239        @ignore footwear
240    elseif findtype "scissors" backpack as footcutter
241        while queued
242            //donothing
243        endwhile
244        dclick footcutter
245        wft 500
246        target footwear
247        pause 500
248        getlabel backpack ping
249    else
250        lift footwear 60000
251        drop lootchestdump2 -1 -1 0
252    endif
253endwhile
254
255//Dumping Gear
256hotkey "Cancel Current Target"
257menu myshelf 0
258wft 500
259target self
260pause 500
261getlabel backpack ping
262gumpclose 3232825965
263
264//Dumping all items
265menu respile 0
266waitfortarget 1000
267target 'self'
268menu gardenshelf 0
269waitfortarget 1000
270target 'self'
271menu rareclothtome 0
272menu dyestome 0
273menu arcanerunetome 0
274menu treasuremaptome 0
275menu shipupgradetome 0
276menu skillmasterytome 0
277menu collectablecardtome 0
278menu oremaptome 0
279menu skinningmaptome 0
280menu lumbermaptome 0
281menu fishingmaptome 0
282menu magicrecycler 1
283if skill "Discordance" <= 50 and skill "Peacemaking" <= 50 and skill "Provocation" <= 50 and skill "Tactics" <= 50
284    menu magicchest 0
285    wft 500
286    target self
287    hotkey "Cancel Current Target"
288endif
289
290while findtype "gold coin" backpack as bgold
291    lift bgold 60000
292    drop deposafe -1 -1 0
293    while queued
294        //donothing
295    endwhile
296endwhile
297
298while findtype "doubloon" backpack as bdoubloon
299    lift bdoubloon 60000
300    drop deposafe -1 -1 0
301    while queued
302        //donothing
303    endwhile
304endwhile
305
306while findtype "void orb" backpack as bvoid
307    lift bvoid 60000
308    drop lootchestdump -1 -1 0
309    while queued
310        //donothing
311    endwhile
312endwhile
313
314while findtype "research materials" backpack as bresearch
315    lift bresearch 60000
316    drop lootchestdump -1 -1 0
317    while queued
318        //donothing
319    endwhile
320endwhile
321
322while findtype "spell hue deed" backpack as bdeed
323    lift bdeed 60000
324    drop lootchestdump -1 -1 0
325    while queued
326        //donothing
327    endwhile
328endwhile
329
330while findtype "bag of gems|17619|17617|2508|7710|3712|3648|3650|3708|3648|2475|3649|29833|29832|2463" backpack as bpirateboot
331    lift bpirateboot 60000
332    drop lootchestdump2 -1 -1 0
333    while queued
334        //donothing
335    endwhile
336endwhile
337
338while findtype "3530" backpack as bspecialnets
339    getlabel bspecialnets desc
340    if "mastercrafted" in desc
341        @ignore bspecialnets
342    else
343        lift bspecialnets 60000
344        drop lootchestdump2 -1 -1 0
345        while queued
346            //donothing
347        endwhile
348    endif
349endwhile
350
351while findtype "black market goods" backpack as bmg
352    lift bmg 60000
353    drop lootchestdump -1 -1 0
354    while queued
355        //donothing
356    endwhile
357endwhile
358
359while findtype "redline bottle" backpack as redlinebot
360    lift redlinebot 60000
361    drop lootchestdump -1 -1 0
362    while queued
363        //donothing
364    endwhile
365endwhile
366
367while findtype "carpet" backpack as carptile
368    lift carptile 60000
369    drop lootchestdump2 -1 -1 0
370    while queued
371        //donothing
372    endwhile
373endwhile
374
375while findtype "15178" backpack as battlecommloot
376    lift battlecommloot 60000
377    drop lootchestdump2 -1 -1 0
378    while queued
379        //donothing
380    endwhile
381endwhile
382
383while findtype "card|soul jar|candy corn|colonial marks|27612|eggplant seeds" backpack as eventitem
384    lift eventitem 60000
385    drop lootchestdump2 -1 -1 0
386    while queued
387        //donothing
388    endwhile
389endwhile
390
391//Resupply
392hotkey "Cancel Current Target"
393menu myshelf 1
394
395
396if skill "Magery" >= 80 and mana >= 14 and not findbuff "Magic Reflection"
397    cast 'Magic Reflection'
398endif
399
400clearall
401overhead '********************' 181
402overhead '**DUMP COMPLETE**' 181
403overhead '********************' 181