Bluk move Unidentified item to another container or trade player by EternallyLight
Description: I am not the original writer, just a modifer
1//This Script is made for trading all your unidentified equipment to another play
2//you can use this script moves all unidentified items to another container
3//will skip blessed and exceptional items
4
5#sysmsg 'Target Garbage Bag'
6#setvar junkBag
7
8@setvar junkBag 0x283839
9
10
11###Start Script Here###
12clearsysmsg
13clearignore
14
15createlist ItemTypes
16//martial manual
17@pushlist 'ItemTypes' 22187
18//Shields
19@pushlist 'ItemTypes' 0x1b72 //BronzeShields
20@pushlist 'ItemTypes' 0x1b73 //Buckler
21@pushlist 'ItemTypes' 0x1b7b //MetalShield
22@pushlist 'ItemTypes' 0x1b74 //MetalKiteShield
23@pushlist 'ItemTypes' 0x1b79 //TearKiteShield
24@pushlist 'ItemTypes' 0x1b7a //WoodenShield
25@pushlist 'ItemTypes' 0x1b76 //HeaterShield
26@pushlist 'ItemTypes' 0x1b77 //HeaterShield
27//Platemail
28@pushlist 'ItemTypes' 0x1408 //CloseHelmet
29@pushlist 'ItemTypes' 0x1410 //PlatemailArms
30@pushlist 'ItemTypes' 0x1417 //PlatemailArms
31@pushlist 'ItemTypes' 0x1411 //PlatemailLegs
32@pushlist 'ItemTypes' 0x1412 //PlateHelm
33@pushlist 'ItemTypes' 0x1413 //PlateGorget
34@pushlist 'ItemTypes' 0x1418 //PlatemailGloves
35@pushlist 'ItemTypes' 0x1415 //PlateChest
36@pushlist 'ItemTypes' 0x140a //Helmet
37@pushlist 'ItemTypes' 0x140c //Bascinet
38@pushlist 'ItemTypes' 0x140e //NorseHelm
39//Chainmail
40@pushlist 'ItemTypes' 0x13bb //ChainmailCoif
41@pushlist 'ItemTypes' 0x13c3 //ChainmailLeggins
42@pushlist 'ItemTypes' 0x13c4 //ChainmailChest
43@pushlist 'ItemTypes' 0x13c0 //ChainmailHelm
44//Ringmail
45@pushlist 'ItemTypes' 0x13ef //RingmailArms
46@pushlist 'ItemTypes' 0x13f2 //RingmailGloves
47@pushlist 'ItemTypes' 0x13ed //RingmailChest
48@pushlist 'ItemTypes' 0x13f1 //RingmailLeggins
49@pushlist 'ItemTypes' 0x140b //RingmailHelm
50//Studded
51@pushlist 'ItemTypes' 0x1dba //Studdedcap
52@pushlist 'ItemTypes' 0x13e1 //StuddedLeggings
53@pushlist 'ItemTypes' 0x13db //StuddedTunic
54@pushlist 'ItemTypes' 0x13d5 //StuddedGloves
55@pushlist 'ItemTypes' 0x13d6 //StuddedGorget
56@pushlist 'ItemTypes' 0x13dc //StuddedSleeves
57//Leather
58@pushlist 'ItemTypes' 0x13ce //LeatherGloves
59@pushlist 'ItemTypes' 0x13cd //LeatherSleeves
60@pushlist 'ItemTypes' 0x13d3 //LeatherChest
61@pushlist 'ItemTypes' 0x13cb //LeatherPants
62@pushlist 'ItemTypes' 0x13c7 //LeatherGorget
63@pushlist 'ItemTypes' 0x1db9 //LeatherCap
64@pushlist 'ItemTypes' 0x13c5 //LeatherArms
65//FemaleArmor
66@pushlist 'ItemTypes' 0x1c04 //FemalePlate
67@pushlist 'ItemTypes' 0x1c09 //FemalePlateSkirt
68@pushlist 'ItemTypes' 0x1c0c //FemaleStuddedBustier
69@pushlist 'ItemTypes' 0x1c02 //FemaleStuddedArmor
70@pushlist 'ItemTypes' 0x1c09 //FemaleRingmailSkirt
71@pushlist 'ItemTypes' 0x1c00 //FemaleLeatherShorts
72@pushlist 'ItemTypes' 0x1c09 //FemaleLeatherSkirt
73@pushlist 'ItemTypes' 0x1c06 //FemaleLeatherArmor
74@pushlist 'ItemTypes' 0x1c0b //FemaleLeatherBustier
75@pushlist 'ItemTypes' 0x1c09 //FemaleBoneSkirt
76//Fencing
77@pushlist 'ItemTypes' 0xf62 //Spear
78@pushlist 'ItemTypes' 0x1403 //ShortSpear
79@pushlist 'ItemTypes' 0xe87 //Pitchfork
80@pushlist 'ItemTypes' 0x1405 //Warfork
81@pushlist 'ItemTypes' 0x1401 //Kryss
82@pushlist 'ItemTypes' 0xf52 //Dagger
83//Macing
84@pushlist 'ItemTypes' 0x13b0 //Waraxe
85@pushlist 'ItemTypes' 0xdf0 //BlackStaff
86@pushlist 'ItemTypes' 0x1439 //WarHammer
87@pushlist 'ItemTypes' 0x1407 //WarMace
88@pushlist 'ItemTypes' 0xe89 //QuarterStaff
89@pushlist 'ItemTypes' 0x143d //HammerPick
90@pushlist 'ItemTypes' 0x13b4 //Club
91@pushlist 'ItemTypes' 0xe81 //ShepherdsCrook
92@pushlist 'ItemTypes' 0x13f8 //GnarledStaff
93@pushlist 'ItemTypes' 0xf5c //Mace
94@pushlist 'ItemTypes' 0x143b //Maul
95//Swords
96@pushlist 'ItemTypes' 0x13b9 //VikingSword
97@pushlist 'ItemTypes' 0xf61 //Longsword
98@pushlist 'ItemTypes' 0x1441 //Cutlass
99@pushlist 'ItemTypes' 0x13b6 //Scimitar
100@pushlist 'ItemTypes' 0xec4 //SkinningKnife
101@pushlist 'ItemTypes' 0x13f6 //ButcherKnife
102@pushlist 'ItemTypes' 0xf5e //Broadsword
103@pushlist 'ItemTypes' 0x13ff //Katana
104@pushlist 'ItemTypes' 0xec3 //Cleaver
105//Axes
106@pushlist 'ItemTypes' 0xf43 //Hatchet
107@pushlist 'ItemTypes' 0xf45 //ExecutionersAxe
108@pushlist 'ItemTypes' 0xf4d //Bardiche
109@pushlist 'ItemTypes' 0xf4b //DoubleAxe
110@pushlist 'ItemTypes' 0x143e //Halberd
111@pushlist 'ItemTypes' 0x13fb //LargeBattleAxe
112@pushlist 'ItemTypes' 0x1443 //TwoHandedAxe
113@pushlist 'ItemTypes' 0xf47 //BattleAxe
114@pushlist 'ItemTypes' 0xf49 //Axe
115//Bows
116@pushlist 'ItemTypes' 0x13fd //HeavyXbow
117@pushlist 'ItemTypes' 0xf50 //Xbow
118@pushlist 'ItemTypes' 0x13b2 //bow
119//Instruments
120@pushlist 'ItemTypes' 0xeb2 //Harp
121@pushlist 'ItemTypes' 0xe9c //Drums
122@pushlist 'ItemTypes' 0xeb3 //Lute
123@pushlist 'ItemTypes' 0xe9e //Tambourine
124@pushlist 'ItemTypes' 0x2805 //BambooFlute
125//Other Helmets
126@pushlist 'ItemTypes' 0x140f //NorseHelm
127//BoneArmor
128@pushlist 'ItemTypes' 0x1451 //BoneHelm
129@pushlist 'ItemTypes' 0x1457 //BoneLegs
130@pushlist 'ItemTypes' 0x1453 //BoneArms
131@pushlist 'ItemTypes' 0x1455 //BoneGloves
132//SlayerWands
133@pushlist 'ItemTypes' 0xdf2 //SlayerWands
134@pushlist 'ItemTypes' 0xdf3 //SlayerWands
135@pushlist 'ItemTypes' 0xdf4 //SlayerWands
136@pushlist 'ItemTypes' 0xdf5 //SlayerWands
137//OtherSTuff, that wasnt in list...
138@pushlist 'ItemTypes' 0xdf5 //SlayerWands
139@pushlist 'ItemTypes' 0xefa //SpellBook
140@pushlist 'ItemTypes' 0x141a //platemailleggings
141@pushlist 'ItemTypes' 0x1b7a //woodenshield
142@pushlist 'ItemTypes' 0x13e2 //studdedchets
143@pushlist 'ItemTypes' 0x1b79 //woodenkiteshield
144@pushlist 'ItemTypes' 0x26bd //harpoon
145@pushlist 'ItemTypes' 0x1c05 //Femaleplatechest
146@pushlist 'ItemTypes' 0x1c0d //studdedbrasier
147@pushlist 'ItemTypes' 0x1c01 //leathershorts
148@pushlist 'ItemTypes' 0x1b75 //metalkiteshield
149@pushlist 'ItemTypes' 0x1c07 //Femaleleather
150@pushlist 'ItemTypes' 0x1416 //platemailchest
151@pushlist 'ItemTypes' 0x13dd //studdedgloves
152@pushlist 'ItemTypes' 0x1454 //Bonechest
153@pushlist 'ItemTypes' 0x13d2 //leatherleggings
154@pushlist 'ItemTypes' 0x1409 //closehelm
155@pushlist 'ItemTypes' 0x13d4 //studdedarms
156
157foreach x in ItemTypes
158 while findtype x backpack as found
159 hotkey 'set last target'
160 target found
161 @setvar myVariable lasttarget
162 wait 200
163 getlabel 'myVariable' myLabel
164 if 'unidentified' in myLabel
165 lift myVariable 1
166 drop junkBag -1 -1 0
167 elseif 'blessed' in myLabel
168 #ignore blessed and continue
169 @ignore myVariable
170 elseif 'exceptional' in myLabel
171 @ignore myVariable
172 endif
173 sysmsg myLabel 85
174 wait 1000
175 endwhile
176endfor
177
178
179
180
181sysmsg 'Done'