pick chest & loot by flutschi

Related: Lockpicking

1if findtype 3651|3649|3648|3650|3708|2475 ground -1 -1 2 as chest
2    getlabel chest chestName 
3    pause 500
4    dclick chest
5    pause 800
6    
7    if 'locked' in chestName
8        if ingump 'cleared of traps'
9            overhead 'cleared'
10        else
11            overhead 'not cleared, lets clear it..'
12            gumpresponse 7
13            waitforgump 736038070
14            pause 500
15            
16            while not insysmsg 'you have successfully cleared it of traps'
17                if not bandaging and not cooldown 'heal'
18                    if findtype 25750 backpack as bandages
19                        dclick bandages
20                    endif
21                    cooldown 'heal' 1000
22                endif
23                pause 1000
24            endwhile
25        endif
26        
27        pause 1000
28        
29        gumpresponse 4
30        waitforgump 736038070
31        pause 500
32        
33        while not insysmsg 'you successfully pick the lock'
34            if not bandaging and not cooldown 'heal'
35                if findtype 25750 backpack as bandages
36                    dclick bandages
37                endif
38                cooldown 'heal' 1000
39            endif
40            pause 1000
41        endwhile
42        overhead 'loot!'
43    endif
44endif
45
46
47clearignore 
48
49removelist ItemTypes
50createlist ItemTypes
51
52#add here more items to loot
53
54@pushlist 'ItemTypes' 22187
55//Shields
56@pushlist 'ItemTypes' 0x1b72 //BronzeShields
57@pushlist 'ItemTypes' 0x1b73 //Buckler
58@pushlist 'ItemTypes' 0x1b7b //MetalShield
59@pushlist 'ItemTypes' 0x1b74 //MetalKiteShield
60@pushlist 'ItemTypes' 0x1b79 //TearKiteShield
61@pushlist 'ItemTypes' 0x1b7a //WoodenShield
62@pushlist 'ItemTypes' 0x1b76 //HeaterShield
63@pushlist 'ItemTypes' 0x1b77 //HeaterShield
64//Platemail
65@pushlist 'ItemTypes' 0x1408 //CloseHelmet
66@pushlist 'ItemTypes' 0x1410 //PlatemailArms
67@pushlist 'ItemTypes' 0x1417 //PlatemailArms
68@pushlist 'ItemTypes' 0x1411 //PlatemailLegs
69@pushlist 'ItemTypes' 0x1412 //PlateHelm
70@pushlist 'ItemTypes' 0x1413 //PlateGorget
71@pushlist 'ItemTypes' 0x1418 //PlatemailGloves
72@pushlist 'ItemTypes' 0x1415 //PlateChest
73@pushlist 'ItemTypes' 0x140a //Helmet
74@pushlist 'ItemTypes' 0x140c //Bascinet
75@pushlist 'ItemTypes' 0x140e //NorseHelm
76//Chainmail
77@pushlist 'ItemTypes' 0x13bb //ChainmailCoif
78@pushlist 'ItemTypes' 0x13c3 //ChainmailLeggins
79@pushlist 'ItemTypes' 0x13c4 //ChainmailChest
80@pushlist 'ItemTypes' 0x13c0 //ChainmailHelm
81//Ringmail
82@pushlist 'ItemTypes' 0x13ef //RingmailArms
83@pushlist 'ItemTypes' 0x13f2 //RingmailGloves
84@pushlist 'ItemTypes' 0x13ed //RingmailChest
85@pushlist 'ItemTypes' 0x13f1 //RingmailLeggins
86@pushlist 'ItemTypes' 0x140b //RingmailHelm
87//Studded
88@pushlist 'ItemTypes' 0x1dba //Studdedcap
89@pushlist 'ItemTypes' 0x13e1 //StuddedLeggings
90@pushlist 'ItemTypes' 0x13db //StuddedTunic
91@pushlist 'ItemTypes' 0x13d5 //StuddedGloves
92@pushlist 'ItemTypes' 0x13d6 //StuddedGorget
93@pushlist 'ItemTypes' 0x13dc //StuddedSleeves
94//Leather
95@pushlist 'ItemTypes' 0x13ce //LeatherGloves
96@pushlist 'ItemTypes' 0x13cd //LeatherSleeves
97@pushlist 'ItemTypes' 0x13d3 //LeatherChest
98@pushlist 'ItemTypes' 0x13cb //LeatherPants
99@pushlist 'ItemTypes' 0x13c7 //LeatherGorget
100@pushlist 'ItemTypes' 0x1db9 //LeatherCap
101@pushlist 'ItemTypes' 0x13c5 //LeatherArms
102//FemaleArmor
103@pushlist 'ItemTypes' 0x1c04 //FemalePlate
104@pushlist 'ItemTypes' 0x1c09 //FemalePlateSkirt
105@pushlist 'ItemTypes' 0x1c0c //FemaleStuddedBustier
106@pushlist 'ItemTypes' 0x1c02 //FemaleStuddedArmor
107@pushlist 'ItemTypes' 0x1c09 //FemaleRingmailSkirt
108@pushlist 'ItemTypes' 0x1c00 //FemaleLeatherShorts
109@pushlist 'ItemTypes' 0x1c09 //FemaleLeatherSkirt
110@pushlist 'ItemTypes' 0x1c06 //FemaleLeatherArmor
111@pushlist 'ItemTypes' 0x1c0b //FemaleLeatherBustier
112@pushlist 'ItemTypes' 0x1c09 //FemaleBoneSkirt
113//Fencing
114@pushlist 'ItemTypes' 0xf62  //Spear
115@pushlist 'ItemTypes' 0x1403 //ShortSpear
116@pushlist 'ItemTypes' 0xe87  //Pitchfork
117@pushlist 'ItemTypes' 0x1405 //Warfork
118@pushlist 'ItemTypes' 0x1401 //Kryss
119@pushlist 'ItemTypes' 0xf52  //Dagger
120//Macing
121@pushlist 'ItemTypes' 0x13b0 //Waraxe
122@pushlist 'ItemTypes' 0xdf0  //BlackStaff
123@pushlist 'ItemTypes' 0x1439 //WarHammer
124@pushlist 'ItemTypes' 0x1407 //WarMace
125@pushlist 'ItemTypes' 0xe89  //QuarterStaff
126@pushlist 'ItemTypes' 0x143d //HammerPick
127@pushlist 'ItemTypes' 0x13b4 //Club
128@pushlist 'ItemTypes' 0xe81  //ShepherdsCrook
129@pushlist 'ItemTypes' 0x13f8 //GnarledStaff
130@pushlist 'ItemTypes' 0xf5c  //Mace
131@pushlist 'ItemTypes' 0x143b //Maul
132//Swords
133@pushlist 'ItemTypes' 0x13b9 //VikingSword
134@pushlist 'ItemTypes' 0xf61  //Longsword
135@pushlist 'ItemTypes' 0x1441 //Cutlass
136@pushlist 'ItemTypes' 0x13b6 //Scimitar
137@pushlist 'ItemTypes' 0xec4  //SkinningKnife
138@pushlist 'ItemTypes' 0x13f6 //ButcherKnife
139@pushlist 'ItemTypes' 0xf5e  //Broadsword
140@pushlist 'ItemTypes' 0x13ff //Katana
141@pushlist 'ItemTypes' 0xec3  //Cleaver
142//Axes
143@pushlist 'ItemTypes' 0xf43 //Hatchet
144@pushlist 'ItemTypes' 0xf45 //ExecutionersAxe
145@pushlist 'ItemTypes' 0xf4d //Bardiche
146@pushlist 'ItemTypes' 0xf4b  //DoubleAxe
147@pushlist 'ItemTypes' 0x143e //Halberd
148@pushlist 'ItemTypes' 0x13fb //LargeBattleAxe
149@pushlist 'ItemTypes' 0x1443 //TwoHandedAxe
150@pushlist 'ItemTypes' 0xf47  //BattleAxe
151@pushlist 'ItemTypes' 0xf49  //Axe
152//Bows
153@pushlist 'ItemTypes' 0x13fd //HeavyXbow
154@pushlist 'ItemTypes' 0xf50  //Xbow
155@pushlist 'ItemTypes' 0x13b2 //bow
156//Instruments
157@pushlist 'ItemTypes' 0xeb2 //Harp
158@pushlist 'ItemTypes' 0xe9c //Drums
159@pushlist 'ItemTypes' 0xeb3 //Lute
160@pushlist 'ItemTypes' 0xe9e //Tambourine
161@pushlist 'ItemTypes' 0x2805 //BambooFlute
162//Other Helmets
163@pushlist 'ItemTypes' 0x140f //NorseHelm
164//BoneArmor
165@pushlist 'ItemTypes' 0x1451 //BoneHelm
166@pushlist 'ItemTypes' 0x1457 //BoneLegs
167@pushlist 'ItemTypes' 0x1453 //BoneArms
168@pushlist 'ItemTypes' 0x1455 //BoneGloves
169//SlayerWands
170@pushlist 'ItemTypes' 0xdf2 //SlayerWands
171@pushlist 'ItemTypes' 0xdf3 //SlayerWands
172@pushlist 'ItemTypes' 0xdf4 //SlayerWands
173@pushlist 'ItemTypes' 0xdf5 //SlayerWands
174//OtherSTuff, that wasnt in list...
175@pushlist 'ItemTypes' 0xdf5 //SlayerWands
176@pushlist 'ItemTypes' 0xefa //SpellBook
177@pushlist 'ItemTypes' 0x141a //platemailleggings
178@pushlist 'ItemTypes' 0x1b7a //woodenshield
179@pushlist 'ItemTypes' 0x13e2 //studdedchets
180@pushlist 'ItemTypes' 0x1b79 //woodenkiteshield
181@pushlist 'ItemTypes' 0x26bd //harpoon
182@pushlist 'ItemTypes' 0x1c05 //Femaleplatechest
183@pushlist 'ItemTypes' 0x1c0d //studdedbrasier
184@pushlist 'ItemTypes' 0x1c01 //leathershorts
185@pushlist 'ItemTypes' 0x1b75 //metalkiteshield
186@pushlist 'ItemTypes' 0x1c07 //Femaleleather
187@pushlist 'ItemTypes' 0x1416 //platemailchest
188@pushlist 'ItemTypes' 0x13dd //studdedgloves
189@pushlist 'ItemTypes' 0x1454 //Bonechest
190@pushlist 'ItemTypes' 0x13d2 //leatherleggings
191@pushlist 'ItemTypes' 0x1409 //closehelm
192@pushlist 'ItemTypes' 0x13d4 //studdedarms
193
194
195#outland items
196@pushlist 'ItemTypes' 31009 //studdedarms
197@pushlist 'ItemTypes' 31004 //studdedarms
198@pushlist 'ItemTypes' 31035 //studdedarms
199@pushlist 'ItemTypes' 31178 //studdedarms
200@pushlist 'ItemTypes' 31031 //studdedarms
201@pushlist 'ItemTypes' 30991 //studdedarms
202@pushlist 'ItemTypes' 31037 //studdedarms
203@pushlist 'ItemTypes' 31021 //studdedarms
204@pushlist 'ItemTypes' 31041 //studdedarms
205@pushlist 'ItemTypes' 20016 //studdedarms
206@pushlist 'ItemTypes' 30994 //studdedarms
207@pushlist 'ItemTypes' 7109 //studdedarms
208@pushlist 'ItemTypes' 31047 //studdedarms
209@pushlist 'ItemTypes' 31011 //studdedarms
210@pushlist 'ItemTypes' 31142 //studdedarms
211@pushlist 'ItemTypes' 31002 //studdedarms
212@pushlist 'ItemTypes' 20012 //studdedarms
213@pushlist 'ItemTypes' 31038 //studdedarms
214@pushlist 'ItemTypes' 31006 //studdedarms
215@pushlist 'ItemTypes' 31017 //studdedarms
216@pushlist 'ItemTypes' 31027 //studdedarms
217@pushlist 'ItemTypes' 31029 //studdedarms
218@pushlist 'ItemTypes' 30993 //studdedarms
219@pushlist 'ItemTypes' 20008 //studdedarms
220@pushlist 'ItemTypes' 20008 //studdedarms
221@pushlist 'ItemTypes' 31003 //studdedarms
222@pushlist 'ItemTypes' 31182 //studdedarms
223@pushlist 'ItemTypes' 31190 //studdedarms
224@pushlist 'ItemTypes' 30995 //studdedarms
225@pushlist 'ItemTypes' 20010 //studdedarms
226@pushlist 'ItemTypes' 31000 //studdedarms
227@pushlist 'ItemTypes' 20014 //studdedarms
228@pushlist 'ItemTypes' 7107 //studdedarms
229@pushlist 'ItemTypes' 24434 //studdedarms
230@pushlist 'ItemTypes' 31012 //studdedarms
231@pushlist 'ItemTypes' 30993 //studdedarms
232@pushlist 'ItemTypes' 30998 //studdedarms
233@pushlist 'ItemTypes' 30993 //studdedarms
234@pushlist 'ItemTypes' 30989 //studdedarms
235@pushlist 'ItemTypes' 31045 //studdedarms
236@pushlist 'ItemTypes' 31184 //studdedarms
237@pushlist 'ItemTypes' 30996 //studdedarms
238@pushlist 'ItemTypes' 31176 //studdedarms
239@pushlist 'ItemTypes' 31128 //studdedarms
240@pushlist 'ItemTypes' 31191 //studdedarms
241@pushlist 'ItemTypes' 31015 //studdedarms
242@pushlist 'ItemTypes' 30990 //studdedarms
243@pushlist 'ItemTypes' 31005 //studdedarms
244@pushlist 'ItemTypes' 3915 //studdedarms
245@pushlist 'ItemTypes' 31176 //studdedarms
246@pushlist 'ItemTypes' 31007 //studdedarms
247@pushlist 'ItemTypes' 31008 //studdedarms
248@pushlist 'ItemTypes' 31130 //studdedarms
249@pushlist 'ItemTypes' 30997 //studdedarms
250@pushlist 'ItemTypes' 31053 //studdedarms
251@pushlist 'ItemTypes' 31055 //studdedarms
252@pushlist 'ItemTypes' 31001 //studdedarms
253@pushlist 'ItemTypes' 20014 //studdedarms
254@pushlist 'ItemTypes' 31010 //studdedarms
255@pushlist 'ItemTypes' 30992 //studdedarms
256@pushlist 'ItemTypes' 31010 //studdedarms
257@pushlist 'ItemTypes' 31001 //studdedarms
258@pushlist 'ItemTypes' 30988
259@pushlist 'ItemTypes' 31186
260@pushlist 'ItemTypes' 31141
261@pushlist 'ItemTypes' 31188
262@pushlist 'ItemTypes' 31019
263@pushlist 'ItemTypes' 31169
264@pushlist 'ItemTypes' 20006
265@pushlist 'ItemTypes' 31014
266@pushlist 'ItemTypes' 31001
267@pushlist 'ItemTypes' 31043
268@pushlist 'ItemTypes' 31033
269@pushlist 'ItemTypes' 31001
270@pushlist 'ItemTypes' 31180
271@pushlist 'ItemTypes' 31023
272@pushlist 'ItemTypes' 31172
273@pushlist 'ItemTypes' 31051
274@pushlist 'ItemTypes' 30999
275@pushlist 'ItemTypes' 31049
276@pushlist 'ItemTypes' 31180
277@pushlist 'ItemTypes' 31025
278@pushlist 'ItemTypes' 17686
279@pushlist 'ItemTypes' 29036
280@pushlist 'ItemTypes' 43166
281@pushlist 'ItemTypes' 17686
282@pushlist 'ItemTypes' 17686
283
284if findtype 3651|3649|3648|3650|3708|2475 ground -1 -1 2 as chest
285  
286    foreach x in ItemTypes
287        if findtype x chest as item
288            @drop backpack
289            lift item 11111
290            pause 200
291            drop backpack -1 -1 0
292            pause 200
293            ignore item
294        endif
295    endfor
296 
297    stop
298    
299    
300endif