Back to "b" tags

Organize and Drop Off Script (Control Shift O) by Jaseowns

Description: 2/5/2025 - fix dubs

10/31/2024 - Added Gothic shelf

8/24/2024 - Added potion satchel and different organizer option for pretty potions

8/17/2024 - Add new type of recycler, fix some overhead messages, clear up jootbag desciption

5/20/2024 - Added magic item chest, removed overhead for blessed items

1# Organize all our dungeon loot by Jaseowns
2# UO Outlands
3# ctrl shift owyn ctrl shift o ctrl shift owen control shift owyn
4# Put regs and stuff on shelf, put other resources on resource pile
5# Put gold in depsoit box, any tomes we have run that, items into recycler
6# restock from shelf
7
8
9###
10# 2/5/2025 - adding in doubloons
11# 12/20/2024 - putting back scrolls
12# 10/31/2024 - adding gothic shelf
13# 8/24/2024 - Adding potion satchel organizeing and opening
14##
15
16####################
17### Use >info to fill in tomeChest and myRecallScrollsChest
18#####
19@setvar! globalTimeout 650
20@setvar! tomeChest 0x411EDE22
21@setvar! myRecallScrollsChest 0x479D6FC8
22@setvar! bandagesToMoveIntoTrappedPouches 25
23@setvar! putPotsInUnTrappedLootPouch 0
24@setvar! myHouseSign 0x483CCEAB
25@setvar! prettyPotionOrganizer 0
26@setvar! prettyItemOrganizer 0
27@setvar! moveOnlyUnidentifiedItems 0
28
29if name = "Jaseowns" or name = "Jase Owns"
30    if not position 4089 2197
31        overhead "Not at home" 34
32        stop
33    endif
34endif
35
36# This is where loot goes that does not get sucked up into shelfs
37if not varexist lootdropoff or not find lootdropoff ground -1 -1 2
38    overhead "Where should items go that do not fit into a recycler or shelf?"
39    sysmsg "Where should items go that do not fit into a recycler or shelf?"
40    @setvar! lootdropoff
41endif
42
43if not findlayer self righthand and varexist jase_righthand and jase_righthand != 0 and find jase_righthand self
44    // handle crooky 
45    dclick jase_righthand
46    wait globalTimeout
47endif
48
49
50if name = "Jase Owns" or name = "Jaseowns"
51    @setvar! prettyItemOrganizer 0
52    @setvar! bandagesToMoveIntoTrappedPouches 0
53endif
54
55if find myHouseSign ground -1 -1 20
56    dclick myHouseSign
57    waitforgump 2490201206 500
58    gumpclose 2490201206
59    wait globalTimeout
60endif 
61
62if skill "Mining" >= 50 and findtype "forge" ground -1 -1 2
63    while findtype 6585 backpack as item
64        dclick item
65        wait 650
66        @ignore item
67    endwhile
68endif
69
70
71if findtype "repair bench" ground -1 -1 2 as bench
72    clearsysmsg 
73    dclick bench
74    getlabel backpack jaseowns_PingCheck
75    if insysmsg "You do not have any items equipped or in your backpack in need of repairs."
76        // continue
77    else
78        settimer lilJaseTimer 0
79        while timer lilJaseTimer <= 5000 
80            if insysmsg "Repair"
81                break
82            endif
83        endwhile
84        overhead "Repair took: {{lilJaseTimer}}"
85        removetimer lilJaseTimer
86    endif
87endif
88
89
90if findtype "magic item chest|sm magic item vault" ground -1 -1 2 as jaseowns_WildlandsMagicChest
91    menu jaseowns_WildlandsMagicChest 0
92    wft 500
93    target self
94    wait 200
95endif
96
97
98if findtype "storage shelf|gothic storage shelf" ground -1 -1 2 as shelf
99    menu shelf 0
100    wft 500
101    target self
102    wait 200
103    gumpclose 3232825965
104endif
105
106// our tomes
107dclick tomeChest
108wait 200
109if tomeChest = myRecallScrollsChest
110    // do nothing
111else
112    dclick myRecallScrollsChest
113    wait 200
114endif
115@clearignore 
116while findtype 29104 ground -1 -1 2 as tome
117    menu tome 0
118    wait 200
119    @ignore tome
120endwhile
121while findtype 29104 tomeChest -1 -1 2 as tome
122    menu tome 0
123    wait 200
124    @ignore tome
125endwhile
126@clearignore 
127
128if findtype "bank deposit safe" ground -1 -1 2 as safe
129    while findtype "gold coin" backpack as gold
130        lift gold 60000
131        drop safe -1 -1 -1
132        wait globalTimeout
133    endwhile
134    while findtype "doubloon" backpack as joubloons
135        lift joubloons 60000
136        drop safe -1 -1 -1
137        wait globalTimeout
138    endwhile
139endif
140
141if findtype "resource container" ground -1 -1 2 as resource
142    menu resource 0
143    wft 500
144    target self
145    wait 200
146endif
147
148if findtype "ornate elven chest|magic item recycler" ground -1 -1 2 as recycler
149    menu recycler 1
150    wait 200
151endif
152
153if findtype "spellbook" self 0 as mySpellBook
154    #overhead "Ignoring spellbook"
155    @ignore mySpellBook
156endif
157
158if varexist jase_MyInny and find jase_MyInny backpack
159    getlabel jase_MyInny innyDesc
160    overhead "Ignoring: {{innyDesc}}" 77
161    @ignore jase_MyInny
162    wait 200
163endif
164
165#while findtype 12686 backpack as item
166#    lift item 60000
167#    drop ddd -1 -1 -1
168#    wait globalTimeout 
169#    @ignore item  
170#endwhile
171
172while findtype 31169|3568|3570|3571|3572|3573|3713|3719|3721|3740|3742|3762|3763|3834|3909|3911|3913|3915|3917|3920|3922|3932|3934|3937|3938|5040|5042|5044|5046|5049|5112|5115|5117|5119|5121|5123|5125|5127|5177|5179|5181|5182|5185|5187|7026|7027|7029|7031|7033|7034|7035|7107|7109|10245|20006|20008|20010|20012|20014|20016|22187|30988|30989|30990|30991|30992|30993|30994|30995|30996|30997|30998|30999|31000|31001|31002|31014|31017|31019|31021|31023|31025|31027|31029|31031|31033|31035|31037|31038|31041|31043|31045|31047|31049|31051|31053|31055|31128|31130|31141|31142|31176|31178|31180|31182|31184|31186|31188|31190|576|2472|2475|2594|2597|2744|2750|2760|2771|2778|2799|3648|3649|3650|3651|3708|3712|3735|3736|3737|3738|3827|3836|3838|3839|3842|3843|3985|4248|5356|5359|5981|8826|12686|15297|17087|17686|19717|22244|22336|23996|23997|24343|24434|29025|29036|29040|29832|29833|43166|43179|43206|48405|48407|3834|6238|8786|8787|8901|11881|11882|11883|11884|11885|11886|11887|11888|11889|11890|11891|11893|11895|29103|29104|29105|41471|42516|45340|45823|5056|5059|5060|5061|5063|5070|5074|5075|5076|5078|5085|5089|5090|5101|5103|5105|5106|5129|5131|5132|5135|5138|5139|5142|5143|5144|5146|5201|5203|5204|5205|5207|7169|7170|7173|7175|7177|7179|7181|7610|7947|31003|31004|31005|31006|31007|31008|31009|31010|31011|31012|31015|31191|4025|4026|24434|43206|29363|43166|22336|29348|17087|3985|8826|3827|29030|3836|5981|4248|5359|3839|3838|3843|2597|29036|48407|3834|3865|3859|3885|3856|3878|3877|3873|3861|3862|576|5123|7177|7027|3920|5131|5179|5075|3980|5060|5076|5042|10245|3938|3913|7169|3909|5063|5089|3981|7170|7033|3976|3762|5040|5103|5117|7181|7029|3568|6264|3742|5139|6263|7026|5125|3740|5121|3973|3974|5204|5105|5185|5078|5115|7175|5059|7034|3915|5112|5070|5049|5119|5205|5046|3962|3934|7035|3911|7179|5106|5143|3573|3719|5177|7610|5181|3917|5132|3963|7031|5207|5056|5085|3763|5129|5187|3721|3972|5138|3570|5101|5061|5074|5142|5182|5146|6265|5090|5203|5044|5144|3932|5201|5127|3572|7173|5135|3937|3571|22326|27611|9917|3821|5356|8455|5362|45315|8454|22187|5901|7163|3617|3903|12686 backpack as item
173    getlabel item checkForBlessed
174    if "blessed" in checkForBlessed or "aspect" in checkForBlessed
175        # overhead "Ignoring {{checkForBlessed}}" 34
176        @ignore item
177    else
178        getlabel lootdropoff desc    
179        if "125 items" in desc
180            overhead "Our box is full!" 34
181            overhead "Our box is full!" 34
182            overhead "Our box is full!" 34
183            sysmsg "Our box is full!" 34
184            sysmsg "Our box is full!" 34
185            sysmsg "Our box is full!" 34
186            break
187        endif
188        if moveOnlyUnidentifiedItems = 1
189            if "unidentified" in checkForBlessed
190                lift item 60000
191                drop lootdropoff -1 -1 -1
192                wait globalTimeout
193            endif 
194        else
195            lift item 60000
196            drop lootdropoff -1 -1 -1
197            wait globalTimeout 
198        endif
199        @ignore item
200    endif
201endwhile
202
203if findtype "storage shelf" ground -1 -1 2 as shelf
204    menu shelf 1
205    wait 200
206endif
207
208# OCD your items into a "bag" by Jaseowns
209# UO Outlands 
210# Live stream: https://youtu.be/P4jbgpvM_8c
211# If you want to adjust for other bags use -info
212@setvar! globalTimeout 650
213
214if not varexist jootbag or not find jootbag backpack
215    if counttype "bag" backpack = 1 and findtype "bag" backpack as lootbag
216        overhead "jootbag: Automatically setting to bag"
217        sysmsg "jootbag: Automatically setting to bag"
218        @setvar! jootbag lootbag
219    else
220        overhead "jootbag: Select your personal loot bag - where items go from your shelf"
221        sysmsg "jootbag: Select your personal loot bag - where items go from your shelf"
222        @setvar! jootbag 
223    endif    
224endif
225
226hotkey "Set Grab Item Hotbag"
227wft 500
228target backpack
229
230clearsysmsg 
231
232if findtype "reagent satchel" self as jatchel
233    overhead "Organize Satchel" 88
234    menu jatchel 0
235endif
236
237if findtype 31262 self as jpotsatchel
238    overhead "Organize Potion Satchel" 88
239    menu jpotsatchel 0
240endif
241
242lift jootbag
243drop backpack 0 0 0
244wait globalTimeout
245if jootbag = self
246    // do nothing
247else
248    dclick jootbag
249    wait 200
250endif
251
252@setvar! dropPouchOrBagForPots jootbag
253
254@clearignore
255
256if prettyItemOrganizer = 1
257
258    // crook into pouch
259    if findtype "pouch" backpack 0 as jtem
260        while findtype 3713 backpack as item
261            overhead "Organize Crook" 77
262            lift item 60000
263            drop jtem 37 66 0
264            wait globalTimeout
265            if insysmsg "you may pick up an item from here"
266                // do nothing
267            else
268                @ignore item
269            endif
270        endwhile
271        
272        while findtype "veterinary supplies" backpack as item
273            overhead "Organize Vet Supplies" 80
274            lift item 60000
275            drop jtem 32 34 0
276            wait globalTimeout
277            if insysmsg "you may pick up an item from here"
278                // do nothing
279            else
280                @ignore item
281            endif
282        endwhile
283    endif
284
285    while findtype "pouch" backpack 0 as item
286        overhead "Organize Open Pouches" 77
287        lift item
288        drop jootbag 0 0 0
289        wait globalTimeout
290        if insysmsg "you may pick up an item from here"
291            // do nothing
292        else
293            @ignore item
294            if putPotsInUnTrappedLootPouch = 1
295                @setvar! dropPouchOrBagForPots item
296            endif
297        endif
298    endwhile
299
300    while findtype "pouch" backpack 38 as item
301        overhead "Organize Trapped Pouches" 38
302        lift item
303        drop jootbag 0 0 0
304        wait globalTimeout
305        if insysmsg "you may pick up an item from here"
306            // do nothing
307        else
308            @ignore item
309        endif
310    endwhile
311    
312
313    while findtype "tray" backpack as item
314        overhead "Organize Food Tray" 66
315        lift item 60000
316        drop jootbag 99 68 0
317        wait globalTimeout
318        if insysmsg "you may pick up an item from here"
319            // do nothing
320        else
321            @ignore item
322        endif
323    endwhile
324
325    // crook
326    while findtype 3713 backpack as item
327        overhead "Organize Crook" 77
328        lift item 60000
329        drop jootbag 37 66 0
330        wait globalTimeout
331        if insysmsg "you may pick up an item from here"
332            // do nothing
333        else
334            @ignore item
335        endif
336    endwhile
337
338    // aids
339    while findtype "clean bandage%s%" backpack as item
340        overhead "Organize Aids" 81
341        lift item 60000
342        drop jootbag 45 70 0
343        wait globalTimeout
344        if insysmsg "you may pick up an item from here"
345            // do nothing
346        else
347            @ignore item
348        endif
349    endwhile
350
351    // rope
352    while findtype "rope" backpack as item
353        overhead "Organize Rope" 80
354        lift item 60000
355        drop jootbag 32 34 0
356        wait globalTimeout
357        if insysmsg "you may pick up an item from here"
358            // do nothing
359        else
360            @ignore item
361        endif
362    endwhile
363    
364    // vet kits
365    while findtype "veterinary supplies" backpack as item
366        overhead "Organize Vet Supplies" 80
367        lift item 60000
368        drop jootbag 32 34 0
369        wait globalTimeout
370        if insysmsg "you may pick up an item from here"
371            // do nothing
372        else
373            @ignore item
374        endif
375    endwhile
376endif
377
378@setvar! jaseowns_PotionSatchel dropPouchOrBagForPots
379if findtype 31262 self as jpotsatchel
380    @setvar! jaseowns_PotionSatchel jpotsatchel
381    dclick jaseowns_PotionSatchel
382    wait 200
383endif
384
385if prettyPotionOrganizer = 1
386
387    while findtype "Purple Potion" self as item
388        overhead "Organize Purple Potions" 118
389        lift item 60000
390        drop jaseowns_PotionSatchel 53 68 0
391        wait globalTimeout
392        if insysmsg "you may pick up an item from here"
393            // do nothing
394        else
395            @ignore item
396        endif
397    endwhile
398
399
400    while findtype "Orange Potion" self as item
401        overhead "Organize Orange Potions" 48
402        lift item 60000
403        drop jaseowns_PotionSatchel 58 68 0
404        wait globalTimeout
405        if insysmsg "you may pick up an item from here"
406            // do nothing
407        else
408            @ignore item
409        endif
410    endwhile
411
412    while findtype "Red Potion" self as item
413        overhead "Organize Red Potions" 33
414        lift item 60000
415        drop jaseowns_PotionSatchel 63 68 0
416        wait globalTimeout
417        if insysmsg "you may pick up an item from here"
418            // do nothing
419        else
420            @ignore item
421        endif
422    endwhile
423
424    while findtype "Yellow Potion" self as item
425        overhead "Organize Yellow Potions" 53
426        lift item 60000
427        drop jaseowns_PotionSatchel 68 68 0
428        wait globalTimeout
429        if insysmsg "you may pick up an item from here"
430            // do nothing
431        else
432            @ignore item
433        endif
434    endwhile
435
436    while findtype "White Potion" self as item
437        overhead "Organize White Potions" 0
438        lift item 60000
439        drop jaseowns_PotionSatchel 73 68 0
440        wait globalTimeout
441        if insysmsg "you may pick up an item from here"
442            // do nothing
443        else
444            @ignore item
445        endif
446    endwhile
447
448    while findtype "Black Potion" self as item
449        overhead "Organize Black Potions" 1
450        lift item 60000
451        drop jaseowns_PotionSatchel 78 68 0
452        wait globalTimeout
453        if insysmsg "you may pick up an item from here"
454            // do nothing
455        else
456            @ignore item
457        endif
458    endwhile
459
460
461    while findtype "Green Potion" self as item
462        overhead "Organize Green Potions" 68
463        lift item 60000
464        drop jaseowns_PotionSatchel 83 68 0
465        wait globalTimeout
466        if insysmsg "you may pick up an item from here"
467            // do nothing
468        else
469            @ignore item
470        endif
471    endwhile
472
473
474    while findtype "Blue Potion" self as item
475        overhead "Organize Blue Potions" 3
476        lift item 60000
477        drop jaseowns_PotionSatchel 53 68 0
478        wait globalTimeout
479        if insysmsg "you may pick up an item from here"
480            // do nothing
481        else
482            @ignore item
483        endif
484    endwhile
485
486    
487    
488
489endif
490
491@clearignore
492if bandagesToMoveIntoTrappedPouches = 0
493    // do nothing
494elseif findtype "clean bandage%s%" backpack 
495    while findtype "pouch" backpack 38 as item
496        getlabel item desc
497        if "(0 items" in desc
498            overhead "Found an empty pouch" 77
499            // empty
500            if findtype "clean bandage%s%" backpack as aids
501                getlabel aids aidsdesc
502                overhead "Moving an aid {{aidsdesc}}" 88
503                lift aids bandagesToMoveIntoTrappedPouches
504                drop item -1 -1 -1
505                wait globalTimeout
506                if "bandage" in aidsdesc
507                    ignore aids
508                endif
509            else
510                overhead "We do not have any bandages" 34
511                break
512            endif
513        endif
514        @ignore item
515    endwhile
516endif
517@clearignore
518
519// OPEN pouches
520while findtype "pouch" backpack 0 as item
521    overhead "Open Untrapped Pouches" 89
522    dclick item
523    wait globalTimeout
524    @ignore item
525endwhile
526
527while findtype "runetome|runebook" backpack as tome
528    if findtype 8012 backpack 0 as item
529        getlabel item desc
530        overhead desc 88
531        lift item 60000
532        drop tome
533    elseif findtype 8012 myRecallScrollsChest 0 as item
534        getlabel item desc
535        overhead desc 88
536        lift item 60000
537        drop tome
538    endif
539    @ignore tome
540endwhile
541
542while findtype "runetome|runebook" ground -1 -1 2 as tome
543    if findtype 8012 backpack 0 as item
544        getlabel item desc
545        overhead desc 88
546        lift item 60000
547        drop tome
548    elseif findtype 8012 myRecallScrollsChest 0 as item
549        getlabel item desc
550        overhead desc 88
551        lift item 60000
552        drop tome
553    else
554        overhead "Out of scrolls!" 34
555    endif
556    @ignore tome
557endwhile
558@clearignore
559
560
561### Set our gear as variables
562@setvar! jase_shrooms 0
563
564if not varexist jase_righthand
565    @setvar! jase_righthand 0
566endif
567if not varexist jase_lefthand
568    @setvar! jase_lefthand 0
569endif
570if not varexist jase_shoes
571    @setvar! jase_shoes 0
572endif
573if not varexist jase_pants
574    @setvar! jase_pants 0
575endif
576if not varexist jase_shirt
577    @setvar! jase_shirt 0
578endif
579if not varexist jase_head
580    @setvar! jase_head 0
581endif
582if not varexist jase_gloves
583    @setvar! jase_gloves 0
584endif
585if not varexist jase_ring
586    @setvar! jase_ring 0
587endif
588if not varexist jase_talisman
589    @setvar! jase_talisman 0
590endif
591if not varexist jase_neck
592    @setvar! jase_neck 0
593endif
594if not varexist jase_waist
595    @setvar! jase_waist 0
596endif
597if not varexist jase_innertorso
598    @setvar! jase_innertorso 0
599endif
600if not varexist jase_bracelet
601    @setvar! jase_bracelet 0
602endif
603if not varexist jase_face
604    @setvar! jase_face 0
605endif
606if not varexist jase_middletorso
607    @setvar! jase_middletorso 0
608endif
609if not varexist jase_earrings
610    @setvar! jase_earrings 0
611endif
612if not varexist jase_arms
613    @setvar! jase_arms 0
614endif
615if not varexist jase_cloak
616    @setvar! jase_cloak 0
617endif
618if not varexist jase_outertorso
619    @setvar! jase_outertorso 0
620endif
621if not varexist jase_outerlegs
622    @setvar! jase_outerlegs 0
623endif
624if not varexist jase_innerlegs
625    @setvar! jase_innerlegs 0
626endif
627if not varexist jase_onehandedsecondary
628    @setvar! jase_onehandedsecondary 0
629endif
630if not varexist jase_quiver
631    @setvar! jase_quiver 0
632endif
633if not varexist jase_outerbody
634    @setvar! jase_outerbody 0
635endif
636
637if findtype "mushroom" backpack as mushy
638    @setvar! jase_shrooms mushy
639endif
640if findlayer self righthand as item
641    @setvar! jase_righthand item
642endif
643if findlayer self lefthand as item
644    @setvar! jase_lefthand item
645endif
646if findlayer self shoes as item
647    @setvar! jase_shoes item
648endif
649if findlayer self pants as item
650    @setvar! jase_pants item
651endif
652if findlayer self shirt as item
653    @setvar! jase_shirt item
654endif
655if findlayer self head as item
656    @setvar! jase_head item
657endif
658if findlayer self gloves as item
659    @setvar! jase_gloves item
660endif
661if findlayer self ring as item
662    @setvar! jase_ring item
663endif
664if findlayer self talisman as item
665    @setvar! jase_talisman item
666endif
667if findlayer self neck as item
668    @setvar! jase_neck item
669endif
670if findlayer self waist as item
671    @setvar! jase_waist item
672endif
673if findlayer self innertorso as item
674    @setvar! jase_innertorso item
675endif
676if findlayer self bracelet as item
677    @setvar! jase_bracelet item
678endif
679if findlayer self face as item
680    @setvar! jase_face item
681endif
682if findlayer self middletorso as item
683    @setvar! jase_middletorso item
684endif
685if findlayer self earrings as item
686    @setvar! jase_earrings item
687endif
688if findlayer self arms as item
689    @setvar! jase_arms item
690endif
691if findlayer self cloak as item
692    @setvar! jase_cloak item
693endif
694if findlayer self outertorso as item
695    @setvar! jase_outertorso item
696endif
697if findlayer self outerlegs as item
698    @setvar! jase_outerlegs item
699endif
700if findlayer self innerlegs as item
701    @setvar! jase_innerlegs item
702endif
703if findlayer self onehandedsecondary as item
704    @setvar! jase_onehandedsecondary item
705endif
706if findlayer self quiver as item
707    @setvar! jase_quiver item
708endif
709if findlayer self outerbody as item
710    @setvar! jase_outerbody item
711endif
712
713if jase_righthand = 0 and jase_lefthand = 0
714    overhead "We do not see your weapon!" 34
715elseif find jase_righthand backpack
716    dclick jase_righthand
717endif
718
719if followers > 0
720    say "all follow me" 88
721endif
722
723@clearignore 
724
725# Set an Instrument by Jaseowns
726# UO Outlands
727if not varexist jase_MyInny or not find jase_MyInny backpack
728
729    @setvar! innySelectionRequired 0
730
731    removelist innnies
732    createlist innnies
733    
734    if counttype "bamboo flute" backpack as innyCount
735        pushlist innnies "bamboo flute"
736        if innyCount > 1
737            @setvar! innySelectionRequired 1
738        endif
739    endif    
740    
741    if counttype "tambourine" backpack as innyCount
742        pushlist innnies "tambourine"
743        if innyCount > 1
744            @setvar! innySelectionRequired 1
745        endif
746    endif  
747  
748    if counttype "drum" backpack as innyCount
749        pushlist innnies "drum"
750        if innyCount > 1
751            @setvar! innySelectionRequired 1
752        endif
753    endif    
754    
755    if counttype "lute" backpack as innyCount
756        pushlist innnies "lute"
757        if innyCount > 1
758            @setvar! innySelectionRequired 1
759        endif
760    endif    
761    
762    if counttype "flute" backpack as innyCount
763        pushlist innnies "flute"
764        if innyCount > 1
765            @setvar! innySelectionRequired 1
766        endif
767    endif  
768  
769    if counttype "lap harp" backpack as innyCount
770        pushlist innnies "lap harp"
771        if innyCount > 1
772            @setvar! innySelectionRequired 1
773        endif
774    endif    
775    
776    if list innnies <= 0
777        // do nothing
778    elseif innySelectionRequired = 1
779        overhead "Please select your instrunment"
780        setvar jase_MyInny
781    elseif list innnies = 1
782        foreach goodies in innnies
783            if findtype goodies backpack as setInny
784                setvar jase_MyInny setInny
785            endif
786        endfor
787    elseif list innnies > 1
788        overhead "You got a bunch bro" 34
789        overhead "Please select your instrunment"
790        setvar jase_MyInny
791    endif
792    
793    if find jase_MyInny backpack
794        dclick jase_MyInny
795        wait 650
796    endif
797endif
798
799
800if varexist jootbag and find jootbag backpack
801    hotkey "Set Grab Item Hotbag"
802    wft 500
803    target jootbag
804endif
805
806if skill "Inscription" < 80 
807    while findtype 18283 ground -1 -1 2 as jaseowns_Shelf
808        overhead "Putting away scrolls..."
809        while findtype 8029|8017|8031 self as jaseowns_Item
810            lift jaseowns_Item 60000
811            drop jaseowns_Shelf -1 -1 -1
812            wait 650
813        endwhile
814        break
815    endwhile
816endif
817
818overhead "Ready to farm!"
819
820#if name = "Jase Owns"
821#    hotkey "Play Script: Tamer\PutAwayCrook"
822#endif