vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --********************************************************** |
2 | --* Here i store every information about the Questrewards * |
||
3 | --*(expect the name). * |
||
4 | --* Informations stored: Rewards(Yes/NO) * |
||
5 | --* Itemcolor(grey, white, green, blue, purple, red), * |
||
6 | --* Itemtextur(where is the pic saved), ItemID * |
||
7 | --* and a link(translation issue) to the Item description * |
||
8 | --********************************************************** |
||
9 | |||
10 | --Color |
||
11 | local WHITE = "|cffFFFFFF"; |
||
12 | local GREEN = "|cff1eff00"; |
||
13 | local RED = "|cffff0000"; |
||
14 | |||
15 | -- Item Color |
||
16 | local Itemc1 = "|cff9d9d9d" --grey |
||
17 | local Itemc2 = "|cffFFFFFF" --white |
||
18 | local Itemc3 = "|cff1eff00" --green |
||
19 | local Itemc4 = "|cff0070dd" --blue |
||
20 | local Itemc5 = "|cffa335ee" --purple |
||
21 | local Itemc6 = "|cffFF8000" --orange |
||
22 | local Itemc7 = "|cffFF0000" --red |
||
23 | -- |
||
24 | local Itemc8 = "|cffFFd200" --ingame yellow |
||
25 | |||
26 | |||
27 | ------------------------------- VC/Inst 1 -------------------------------------------------------------------- |
||
28 | -----------Quest1 A |
||
29 | Inst1Quest1Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
30 | --ITEM1 |
||
31 | Inst1Quest1ITC1 = Itemc3; |
||
32 | Inst1Quest1textur1 = "INV_Sword_23" |
||
33 | Inst1Quest1description1 = AQITEM_ONEHAND..AQITEM_SWORD |
||
34 | Inst1Quest1ID1 = "2074" |
||
35 | --ITEM2 |
||
36 | Inst1Quest1ITC2 = Itemc3; |
||
37 | Inst1Quest1textur2 = "INV_Weapon_ShortBlade_01" |
||
38 | Inst1Quest1description2 = AQITEM_ONEHAND..AQITEM_DAGGER |
||
39 | Inst1Quest1ID2 = "2089" |
||
40 | --ITEM3 |
||
41 | Inst1Quest1ITC3 = Itemc3; |
||
42 | Inst1Quest1textur3 = "INV_ThrowingAxe_01" |
||
43 | Inst1Quest1description3 = AQITEM_TWOHAND..AQITEM_AXE |
||
44 | Inst1Quest1ID3 = "6094" |
||
45 | |||
46 | -----------Quest2 A |
||
47 | Inst1Quest2Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
48 | --ITEM1 |
||
49 | Inst1Quest2ITC1 = Itemc3; |
||
50 | Inst1Quest2textur1 = "INV_Boots_01" |
||
51 | Inst1Quest2description1 = AQITEM_FEET..AQITEM_MAIL |
||
52 | Inst1Quest2ID1 = "2037" |
||
53 | --ITEM2 |
||
54 | Inst1Quest2ITC2 = Itemc3; |
||
55 | Inst1Quest2textur2 = "INV_Gauntlets_05" |
||
56 | Inst1Quest2description2 = AQITEM_HANDS..AQITEM_LEATHER |
||
57 | Inst1Quest2ID2 = "2036" |
||
58 | |||
59 | -----------Quest3 A |
||
60 | Inst1Quest3Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
61 | --ITEM1 |
||
62 | Inst1Quest3ITC1 = Itemc3; |
||
63 | Inst1Quest3textur1 = "INV_Pick_03" |
||
64 | Inst1Quest3description1 = AQITEM_TWOHAND..AQITEM_AXE |
||
65 | Inst1Quest3ID1 = "1893" |
||
66 | |||
67 | -----------Quest4 A |
||
68 | Inst1Quest4Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
69 | --ITEM1 |
||
70 | Inst1Quest4ITC1 = Itemc3; |
||
71 | Inst1Quest4textur1 = "INV_Gauntlets_04" |
||
72 | Inst1Quest4description1 = AQITEM_HANDS..AQITEM_MAIL |
||
73 | Inst1Quest4ID1 = "7606" |
||
74 | --ITEM2 |
||
75 | Inst1Quest4ITC2 = Itemc3; |
||
76 | Inst1Quest4textur2 = "INV_Staff_02" |
||
77 | Inst1Quest4description2 = AQITEM_WAND |
||
78 | Inst1Quest4ID2 = "7607" |
||
79 | |||
80 | -----------Quest5 A |
||
81 | Inst1Quest5Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
82 | --ITEM1 |
||
83 | Inst1Quest5ITC1 = Itemc4; |
||
84 | Inst1Quest5textur1 = "INV_Pants_03" |
||
85 | Inst1Quest5description1 = AQITEM_LEGS..AQITEM_MAIL |
||
86 | Inst1Quest5ID1 = "6087" |
||
87 | --ITEM2 |
||
88 | Inst1Quest5ITC2 = Itemc4; |
||
89 | Inst1Quest5textur2 = "INV_Chest_Leather_07" |
||
90 | Inst1Quest5description2 = AQITEM_CHEST..AQITEM_LEATHER |
||
91 | Inst1Quest5ID2 = "2041" |
||
92 | --ITEM3 |
||
93 | Inst1Quest5ITC3 = Itemc4; |
||
94 | Inst1Quest5textur3 = "INV_Staff_10" |
||
95 | Inst1Quest5description3 = AQITEM_STAFF |
||
96 | Inst1Quest5ID3 = "2042" |
||
97 | |||
98 | -----------Quest6 A |
||
99 | Inst1Quest6Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
100 | --ITEM1 |
||
101 | Inst1Quest6ITC1 = Itemc4; |
||
102 | Inst1Quest6textur1 = "INV_Hammer_05" |
||
103 | Inst1Quest6description1 = AQITEM_TWOHAND..AQITEM_MACE |
||
104 | Inst1Quest6ID1 = "6953" |
||
105 | |||
106 | ------------------------------- WC/Inst 2 -------------------------------------------------------------------- |
||
107 | -----------Quest1 A |
||
108 | Inst2Quest1Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
109 | --ITEM1 |
||
110 | Inst2Quest1ITC1 = Itemc3; |
||
111 | Inst2Quest1textur1 = "INV_Pants_02" |
||
112 | Inst2Quest1description1 = AQITEM_LEGS..AQITEM_LEATHER |
||
113 | Inst2Quest1ID1 = "6480" |
||
114 | --ITEM2 |
||
115 | Inst2Quest1ITC2 = Itemc2; |
||
116 | Inst2Quest1textur2 = "INV_Misc_Bag_07_Black" |
||
117 | Inst2Quest1description2 = AQITEM_BAG |
||
118 | Inst2Quest1ID2 = "918" |
||
119 | |||
120 | -----------Quest2 A |
||
121 | Inst2Quest2Rewardtext = RED..AQNoReward |
||
122 | |||
123 | -----------Quest3 A |
||
124 | Inst2Quest3Rewardtext = RED..AQNoReward |
||
125 | |||
126 | -----------Quest4 A |
||
127 | Inst2Quest4Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
128 | --ITEM1 |
||
129 | Inst2Quest4ITC1 = Itemc3; |
||
130 | Inst2Quest4textur1 = "INV_Scroll_06" |
||
131 | Inst2Quest4description1 = AQITEM_PATTERN |
||
132 | Inst2Quest4ID1 = "6476" |
||
133 | --ITEM2 |
||
134 | Inst2Quest4ITC2 = Itemc3; |
||
135 | Inst2Quest4textur2 = "INV_Staff_02" |
||
136 | Inst2Quest4description2 = AQITEM_WAND |
||
137 | Inst2Quest4ID2 = "8071" |
||
138 | --ITEM3 |
||
139 | Inst2Quest4ITC3 = Itemc3; |
||
140 | Inst2Quest4textur3 = "INV_Gauntlets_05" |
||
141 | Inst2Quest4description3 = AQITEM_HANDS..AQITEM_MAIL |
||
142 | Inst2Quest4ID3 = "6481" |
||
143 | |||
144 | -----------Quest5 A |
||
145 | Inst2Quest5Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
146 | --ITEM1 |
||
147 | Inst2Quest5ITC1 = Itemc3; |
||
148 | Inst2Quest5textur1 = "INV_Shoulder_09" |
||
149 | Inst2Quest5description1 = AQITEM_SHOULDER..AQITEM_CLOTH |
||
150 | Inst2Quest5ID1 = "10657" |
||
151 | --ITEM2 |
||
152 | Inst2Quest5ITC2 = Itemc3; |
||
153 | Inst2Quest5textur2 = "INV_Boots_07" |
||
154 | Inst2Quest5description2 = AQITEM_FEET..AQITEM_MAIL |
||
155 | Inst2Quest5ID2 = "10658" |
||
156 | |||
157 | --------------------------------------- |
||
158 | -- + + + +++ ++ +++ |
||
159 | -- +++ + + + + + + ++ |
||
160 | -- + + + + + ++ +++ |
||
161 | --------------------------------------- |
||
162 | |||
163 | -----------Quest1 H |
||
164 | Inst2Quest1Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
165 | --ITEM1 |
||
166 | Inst2Quest1ITC1_HORDE = Itemc3; |
||
167 | Inst2Quest1textur1_HORDE = "INV_Pants_02" |
||
168 | Inst2Quest1description1_HORDE = AQITEM_LEGS..AQITEM_LEATHER |
||
169 | Inst2Quest1ID1_HORDE = "6480" |
||
170 | --ITEM2 |
||
171 | Inst2Quest1ITC2_HORDE = Itemc2; |
||
172 | Inst2Quest1textur2_HORDE = "INV_Misc_Bag_07_Black" |
||
173 | Inst2Quest1description2_HORDE = AQITEM_BAG |
||
174 | Inst2Quest1ID2_HORDE = "918" |
||
175 | |||
176 | -----------Quest2 H |
||
177 | Inst2Quest2Rewardtext_HORDE = RED..AQNoReward |
||
178 | |||
179 | -----------Quest3 H |
||
180 | Inst2Quest3Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
181 | --ITEM1 |
||
182 | Inst2Quest3ITC1_HORDE = Itemc3; |
||
183 | Inst2Quest3textur1_HORDE = "INV_Gauntlets_06" |
||
184 | Inst2Quest3description1_HORDE = AQITEM_HANDS..AQITEM_CLOTH |
||
185 | Inst2Quest3ID1_HORDE = "10919" |
||
186 | |||
187 | -----------Quest4 H |
||
188 | Inst2Quest4Rewardtext_HORDE = RED..AQNoReward |
||
189 | |||
190 | -----------Quest5 H |
||
191 | Inst2Quest5Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
192 | --ITEM1 |
||
193 | Inst2Quest5ITC1_HORDE = Itemc3; |
||
194 | Inst2Quest5textur1_HORDE = "INV_Scroll_06" |
||
195 | Inst2Quest5description1_HORDE = AQITEM_PATTERN |
||
196 | Inst2Quest5ID1_HORDE = "6476" |
||
197 | --ITEM2 |
||
198 | Inst2Quest5ITC2_HORDE = Itemc3; |
||
199 | Inst2Quest5textur2_HORDE = "INV_Staff_02" |
||
200 | Inst2Quest5description2_HORDE = AQITEM_WAND |
||
201 | Inst2Quest5ID2_HORDE = "8071" |
||
202 | --ITEM3 |
||
203 | Inst2Quest5ITC3_HORDE = Itemc3; |
||
204 | Inst2Quest5textur3_HORDE = "INV_Gauntlets_05" |
||
205 | Inst2Quest5description3_HORDE = AQITEM_HANDS..AQITEM_MAIL |
||
206 | Inst2Quest5ID3_HORDE = "6481" |
||
207 | |||
208 | -----------Quest6 H |
||
209 | Inst2Quest6Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
210 | --ITEM1 |
||
211 | Inst2Quest6ITC1_HORDE = Itemc4; |
||
212 | Inst2Quest6textur1_HORDE = "INV_Staff_04" |
||
213 | Inst2Quest6description1_HORDE = AQITEM_STAFF |
||
214 | Inst2Quest6ID1_HORDE = "6505" |
||
215 | --ITEM2 |
||
216 | Inst2Quest6ITC2_HORDE = Itemc4; |
||
217 | Inst2Quest6textur2_HORDE = "INV_Sword_16" |
||
218 | Inst2Quest6description2_HORDE = AQITEM_MAINHAND..AQITEM_SWORD |
||
219 | Inst2Quest6ID2_HORDE = "6504" |
||
220 | |||
221 | -----------Quest7 H |
||
222 | Inst2Quest7Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
223 | --ITEM1 |
||
224 | Inst2Quest7ITC1_HORDE = Itemc3; |
||
225 | Inst2Quest7textur1_HORDE = "INV_Shoulder_09" |
||
226 | Inst2Quest7description1_HORDE = AQITEM_SHOULDER..AQITEM_CLOTH |
||
227 | Inst2Quest7ID1_HORDE = "10657" |
||
228 | --ITEM2 |
||
229 | Inst2Quest7ITC2_HORDE = Itemc3; |
||
230 | Inst2Quest7textur2_HORDE = "INV_Boots_07" |
||
231 | Inst2Quest7description2_HORDE = AQITEM_FEET..AQITEM_MAIL |
||
232 | Inst2Quest7ID2_HORDE = "10658" |
||
233 | |||
234 | ------------------------------- ULD/Inst 4 -------------------------------------------------------------------- |
||
235 | -----------Quest1 A |
||
236 | Inst4Quest1Rewardtext = RED..AQNoReward |
||
237 | |||
238 | -----------Quest2 A |
||
239 | Inst4Quest2Rewardtext = RED..AQNoReward |
||
240 | |||
241 | -----------Quest3 A |
||
242 | Inst4Quest3Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
243 | --ITEM1 |
||
244 | Inst4Quest3ITC1 = Itemc3; |
||
245 | Inst4Quest3textur1 = "INV_Jewelry_Amulet_03" |
||
246 | Inst4Quest3description1 = AQITEM_NECK |
||
247 | Inst4Quest3ID1 = "6723" |
||
248 | |||
249 | -----------Quest4 A |
||
250 | Inst4Quest4Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
251 | --ITEM1 |
||
252 | Inst4Quest4ITC1 = Itemc3; |
||
253 | Inst4Quest4textur1 = "INV_Shield_10" |
||
254 | Inst4Quest4description1 = AQITEM_SHIELD |
||
255 | Inst4Quest4ID1 = "9522" |
||
256 | --ITEM2 |
||
257 | Inst4Quest4ITC2 = Itemc3; |
||
258 | Inst4Quest4textur2 = "INV_Bracer_04" |
||
259 | Inst4Quest4description2 = AQITEM_WRIST..AQITEM_MAIL |
||
260 | Inst4Quest4ID2 = "10358" |
||
261 | --ITEM3 |
||
262 | Inst4Quest4ITC3 = Itemc3; |
||
263 | Inst4Quest4textur3 = "INV_Boots_07" |
||
264 | Inst4Quest4description3 = AQITEM_FEET..AQITEM_CLOTH |
||
265 | Inst4Quest4ID3 = "10359" |
||
266 | |||
267 | -----------Quest5 A |
||
268 | Inst4Quest5Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
269 | --ITEM1 |
||
270 | Inst4Quest5ITC1 = Itemc3; |
||
271 | Inst4Quest5textur1 = "INV_Gauntlets_04" |
||
272 | Inst4Quest5description1 = AQITEM_HANDS..AQITEM_LEATHER |
||
273 | Inst4Quest5ID1 = "4980" |
||
274 | |||
275 | -----------Quest6 A |
||
276 | Inst4Quest6Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
277 | --ITEM1 |
||
278 | Inst4Quest6ITC1 = Itemc3; |
||
279 | Inst4Quest6textur1 = "INV_Chest_Cloth_19" |
||
280 | Inst4Quest6description1 = AQITEM_CHEST..AQITEM_CLOTH |
||
281 | Inst4Quest6ID1 = "4746" |
||
282 | |||
283 | -----------Quest7 A |
||
284 | Inst4Quest7Rewardtext = RED..AQNoReward |
||
285 | |||
286 | -----------Quest8 A |
||
287 | Inst4Quest8Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
288 | --ITEM1 |
||
289 | Inst4Quest8ITC1 = Itemc3; |
||
290 | Inst4Quest8textur1 = "INV_Axe_09" |
||
291 | Inst4Quest8description1 = AQITEM_TWOHAND..AQITEM_AXE |
||
292 | Inst4Quest8ID1 = "9626" |
||
293 | --ITEM2 |
||
294 | Inst4Quest8ITC2 = Itemc3; |
||
295 | Inst4Quest8textur2 = "INV_Misc_Lantern_01" |
||
296 | Inst4Quest8description2 = AQITEM_OFFHAND |
||
297 | Inst4Quest8ID2 = "9627" |
||
298 | |||
299 | -----------Quest9 A |
||
300 | Inst4Quest9Rewardtext = RED..AQNoReward |
||
301 | |||
302 | -----------Quest10 A |
||
303 | Inst4Quest10Rewardtext = RED..AQNoReward |
||
304 | |||
305 | -----------Quest11 A |
||
306 | Inst4Quest11Rewardtext = RED..AQNoReward |
||
307 | |||
308 | -----------Quest12 A |
||
309 | Inst4Quest12Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
310 | --ITEM1 |
||
311 | Inst4Quest12ITC1 = Itemc4; |
||
312 | Inst4Quest12textur1 = "INV_Jewelry_Necklace_02" |
||
313 | Inst4Quest12description1 = AQITEM_NECK |
||
314 | Inst4Quest12ID1 = "7673" |
||
315 | |||
316 | -----------Quest13 A |
||
317 | Inst4Quest13Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1(x5)" |
||
318 | --ITEM1 |
||
319 | Inst4Quest13ITC1 = Itemc2; |
||
320 | Inst4Quest13textur1 = "INV_Potion_01" |
||
321 | Inst4Quest13description1 = AQITEM_POTION |
||
322 | Inst4Quest13ID1 = "9030" |
||
323 | |||
324 | -----------Quest14 A |
||
325 | Inst4Quest14Rewardtext = RED..AQNoReward |
||
326 | |||
327 | -----------Quest15 A |
||
328 | Inst4Quest15Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2(x5)"..AQDiscription_OR..WHITE.."3(x5)" |
||
329 | --ITEM1 |
||
330 | Inst4Quest15ITC1 = Itemc2; |
||
331 | Inst4Quest15textur1 = "INV_Misc_Bag_17" |
||
332 | Inst4Quest15description1 = AQITEM_BAG |
||
333 | Inst4Quest15ID1 = "9587" |
||
334 | --ITEM2 |
||
335 | Inst4Quest15ITC2 = Itemc2; |
||
336 | Inst4Quest15textur2 = "INV_Potion_53" |
||
337 | Inst4Quest15description2 = AQITEM_POTION |
||
338 | Inst4Quest15ID2 = "3928" |
||
339 | --ITEM3 |
||
340 | Inst4Quest15ITC3 = Itemc2; |
||
341 | Inst4Quest15textur3 = "INV_Potion_73" |
||
342 | Inst4Quest15description3 = AQITEM_POTION |
||
343 | Inst4Quest15ID3 = "6149" |
||
344 | |||
345 | -----------Quest16 A |
||
346 | Inst4Quest16Rewardtext = RED..AQNoReward |
||
347 | |||
348 | ---------------------------------------- |
||
349 | -- + + + +++ ++ +++ |
||
350 | -- +++ + + + + + + ++ |
||
351 | -- + + + + + ++ +++ |
||
352 | ----------------------------------------- |
||
353 | |||
354 | -----------Quest1 H |
||
355 | Inst4Quest1Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
356 | --ITEM1 |
||
357 | Inst4Quest1ITC1_HORDE = Itemc3; |
||
358 | Inst4Quest1textur1_HORDE = "INV_Shield_10" |
||
359 | Inst4Quest1description1_HORDE = AQITEM_SHIELD |
||
360 | Inst4Quest1ID1_HORDE = "9522" |
||
361 | --ITEM2 |
||
362 | Inst4Quest1ITC2_HORDE = Itemc3; |
||
363 | Inst4Quest1textur2_HORDE = "INV_Bracer_04" |
||
364 | Inst4Quest1description2_HORDE = AQITEM_WRIST..AQITEM_MAIL |
||
365 | Inst4Quest1ID2_HORDE = "10358" |
||
366 | --ITEM3 |
||
367 | Inst4Quest1ITC3_HORDE = Itemc3; |
||
368 | Inst4Quest1textur3_HORDE = "INV_Boots_07" |
||
369 | Inst4Quest1description3_HORDE = AQITEM_FEET..AQITEM_CLOTH |
||
370 | Inst4Quest1ID3_HORDE = "10359" |
||
371 | |||
372 | -----------Quest2 H |
||
373 | Inst4Quest2Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
374 | --ITEM1 |
||
375 | Inst4Quest2ITC1_HORDE = Itemc3; |
||
376 | Inst4Quest2textur1_HORDE = "INV_Chest_Cloth_19" |
||
377 | Inst4Quest2description1_HORDE = AQITEM_CHEST..AQITEM_CLOTH |
||
378 | Inst4Quest2ID1_HORDE = "4746" |
||
379 | |||
380 | -----------Quest3 H |
||
381 | Inst4Quest3Rewardtext_HORDE = RED..AQNoReward |
||
382 | |||
383 | -----------Quest4 H |
||
384 | Inst4Quest4Rewardtext_HORDE = RED..AQNoReward |
||
385 | |||
386 | -----------Quest5 H |
||
387 | Inst4Quest5Rewardtext_HORDE = RED..AQNoReward |
||
388 | |||
389 | -----------Quest6 H |
||
390 | Inst4Quest6Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
391 | --ITEM1 |
||
392 | Inst4Quest6ITC1_HORDE = Itemc4; |
||
393 | Inst4Quest6textur1_HORDE = "INV_Jewelry_Necklace_02" |
||
394 | Inst4Quest6description1_HORDE = AQITEM_NECK |
||
395 | Inst4Quest6ID1_HORDE = "7888" |
||
396 | |||
397 | -----------Quest7 H |
||
398 | Inst4Quest7Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1(x5)" |
||
399 | --ITEM1 |
||
400 | Inst4Quest7ITC1_HORDE = Itemc2; |
||
401 | Inst4Quest7textur1_HORDE = "INV_Potion_01" |
||
402 | Inst4Quest7description1_HORDE = AQITEM_POTION |
||
403 | Inst4Quest7ID1_HORDE = "9030" |
||
404 | |||
405 | -----------Quest8 H |
||
406 | Inst4Quest8Rewardtext_HORDE = RED..AQNoReward |
||
407 | |||
408 | -----------Quest9 H |
||
409 | Inst4Quest9Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2(x5)"..AQDiscription_OR..WHITE.."3(x5)" |
||
410 | --ITEM1 |
||
411 | Inst4Quest9ITC1_HORDE = Itemc2; |
||
412 | Inst4Quest9textur1_HORDE = "INV_Misc_Bag_17" |
||
413 | Inst4Quest9description1_HORDE = AQITEM_BAG |
||
414 | Inst4Quest9ID1_HORDE = "9587" |
||
415 | --ITEM2 |
||
416 | Inst4Quest9ITC2_HORDE = Itemc2; |
||
417 | Inst4Quest9textur2_HORDE = "INV_Potion_53" |
||
418 | Inst4Quest9description2_HORDE = AQITEM_POTION |
||
419 | Inst4Quest9ID2_HORDE = "3928" |
||
420 | --ITEM3 |
||
421 | Inst4Quest9ITC3_HORDE = Itemc2; |
||
422 | Inst4Quest9textur3_HORDE = "INV_Potion_73" |
||
423 | Inst4Quest9description3_HORDE = AQITEM_POTION |
||
424 | Inst4Quest9ID3_HORDE = "6149" |
||
425 | |||
426 | -----------Quest10 H |
||
427 | Inst4Quest10Rewardtext_HORDE = RED..AQNoReward |
||
428 | |||
429 | ------------------------------- RFA/Inst 3 -------------------------------------------------------------------- |
||
430 | |||
431 | -----------Quest1 H |
||
432 | Inst3Quest1Rewardtext_HORDE = RED..AQNoReward |
||
433 | |||
434 | -----------Quest2 H |
||
435 | Inst3Quest2Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
436 | --ITEM1 |
||
437 | Inst3Quest2ITC1_HORDE = Itemc3; |
||
438 | Inst3Quest2textur1_HORDE = "INV_Pants_14" |
||
439 | Inst3Quest2description1_HORDE = AQITEM_LEGS..AQITEM_CLOTH |
||
440 | Inst3Quest2ID1_HORDE = "15449" |
||
441 | --ITEM2 |
||
442 | Inst3Quest2ITC2_HORDE = Itemc3; |
||
443 | Inst3Quest2textur2_HORDE = "INV_Pants_07" |
||
444 | Inst3Quest2description2_HORDE = AQITEM_LEGS..AQITEM_LEATHER |
||
445 | Inst3Quest2ID2_HORDE = "15450" |
||
446 | --ITEM3 |
||
447 | Inst3Quest2ITC3_HORDE = Itemc3; |
||
448 | Inst3Quest2textur3_HORDE = "INV_Pants_03" |
||
449 | Inst3Quest2description3_HORDE = AQITEM_LEGS..AQITEM_MAIL |
||
450 | Inst3Quest2ID3_HORDE = "15451" |
||
451 | |||
452 | -----------Quest3 H |
||
453 | Inst3Quest3Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
454 | --ITEM1 |
||
455 | Inst3Quest3ITC1_HORDE = Itemc3; |
||
456 | Inst3Quest3textur1_HORDE = "INV_Bracer_08" |
||
457 | Inst3Quest3description1_HORDE = AQITEM_WRIST..AQITEM_CLOTH |
||
458 | Inst3Quest3ID1_HORDE = "15452" |
||
459 | --ITEM2 |
||
460 | Inst3Quest3ITC2_HORDE = Itemc3; |
||
461 | Inst3Quest3textur2_HORDE = "INV_Bracer_07" |
||
462 | Inst3Quest3description2_HORDE = AQITEM_WRIST..AQITEM_LEATHER |
||
463 | Inst3Quest3ID2_HORDE = "15453" |
||
464 | |||
465 | -----------Quest4 H |
||
466 | Inst3Quest4Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3"..AQDiscription_OR..WHITE.."4" |
||
467 | --ITEM1 |
||
468 | Inst3Quest4ITC1_HORDE = Itemc3; |
||
469 | Inst3Quest4textur1_HORDE = "INV_Weapon_ShortBlade_05" |
||
470 | Inst3Quest4description1_HORDE = AQITEM_ONEHAND..AQITEM_DAGGER |
||
471 | Inst3Quest4ID1_HORDE = "15443" |
||
472 | --ITEM2 |
||
473 | Inst3Quest4ITC2_HORDE = Itemc3; |
||
474 | Inst3Quest4textur2_HORDE = "INV_Hammer_23" |
||
475 | Inst3Quest4description2_HORDE = AQITEM_MAINHAND..AQITEM_MACE |
||
476 | Inst3Quest4ID2_HORDE = "15445" |
||
477 | --ITEM3 |
||
478 | Inst3Quest4ITC3_HORDE = Itemc3; |
||
479 | Inst3Quest4textur3_HORDE = "INV_Axe_04" |
||
480 | Inst3Quest4description3_HORDE = AQITEM_TWOHAND..AQITEM_AXE |
||
481 | Inst3Quest4ID3_HORDE = "15424" |
||
482 | --ITEM4 |
||
483 | Inst3Quest4ITC4_HORDE = Itemc3; |
||
484 | Inst3Quest4textur4_HORDE = "INV_Staff_Goldfeathered_01" |
||
485 | Inst3Quest4description4_HORDE = AQITEM_STAFF |
||
486 | Inst3Quest4ID4_HORDE = "15444" |
||
487 | |||
488 | -----------Quest5 H |
||
489 | Inst3Quest5Rewardtext_HORDE = RED..AQNoReward |
||
490 | |||
491 | ------------------------------- ZUL/Inst 27 -------------------------------------------------------------------- |
||
492 | -----------Quest1 A |
||
493 | Inst27Quest1Rewardtext = RED..AQNoReward |
||
494 | |||
495 | -----------Quest2 A |
||
496 | Inst27Quest2Rewardtext = RED..AQNoReward |
||
497 | |||
498 | -----------Quest3 A |
||
499 | Inst27Quest3Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2" |
||
500 | --ITEM1 |
||
501 | Inst27Quest3ITC1 = Itemc3; |
||
502 | Inst27Quest3textur1 = "INV_Wand_11" |
||
503 | Inst27Quest3description1 = AQITEM_STAFF |
||
504 | Inst27Quest3ID1 = "9527" |
||
505 | --ITEM2 |
||
506 | Inst27Quest3ITC2 = Itemc3; |
||
507 | Inst27Quest3textur2 = "INV_Shoulder_23" |
||
508 | Inst27Quest3description2 = AQITEM_SHOULDER..AQITEM_PLATE |
||
509 | Inst27Quest3ID2 = "9531" |
||
510 | |||
511 | -----------Quest4 A |
||
512 | Inst27Quest4Rewardtext = RED..AQNoReward |
||
513 | |||
514 | -----------Quest5 A |
||
515 | Inst27Quest5Rewardtext = RED..AQNoReward |
||
516 | |||
517 | -----------Quest6 A |
||
518 | Inst27Quest6Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
519 | --ITEM1 |
||
520 | Inst27Quest6ITC1 = Itemc4; |
||
521 | Inst27Quest6textur1 = "INV_Jewelry_Ring_03" |
||
522 | Inst27Quest6description1 = AQITEM_RING |
||
523 | Inst27Quest6ID1 = "9533" |
||
524 | --ITEM2 |
||
525 | Inst27Quest6ITC2 = Itemc4; |
||
526 | Inst27Quest6textur2 = "INV_Helmet_33" |
||
527 | Inst27Quest6description2 = AQITEM_HEAD..AQITEM_LEATHER |
||
528 | Inst27Quest6ID2 = "9534" |
||
529 | |||
530 | -----------Quest7 A |
||
531 | Inst27Quest7Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
532 | --ITEM1 |
||
533 | Inst27Quest7ITC1 = Itemc3; |
||
534 | Inst27Quest7textur1 = "INV_Misc_Food_54" |
||
535 | Inst27Quest7description1 = AQITEM_TRINKET |
||
536 | Inst27Quest7ID1 = "11122" |
||
537 | |||
538 | ------------------------------------------ |
||
539 | -- + + + +++ ++ +++ |
||
540 | -- +++ + + + + + + ++ |
||
541 | -- + + + + + ++ +++ |
||
542 | ------------------------------------------ |
||
543 | |||
544 | -----------Quest1 H |
||
545 | Inst27Quest1Rewardtext_HORDE = RED..AQNoReward |
||
546 | |||
547 | -----------Quest2 H |
||
548 | Inst27Quest2Rewardtext_HORDE = RED..AQNoReward |
||
549 | |||
550 | -----------Quest3 H |
||
551 | Inst27Quest3Rewardtext_HORDE = RED..AQNoReward |
||
552 | |||
553 | -----------Quest4 H |
||
554 | Inst27Quest4Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2" |
||
555 | --ITEM1 |
||
556 | Inst27Quest4ITC1_HORDE = Itemc3; |
||
557 | Inst27Quest4textur1_HORDE = "INV_Wand_11" |
||
558 | Inst27Quest4description1_HORDE = AQITEM_STAFF |
||
559 | Inst27Quest4ID1_HORDE = "9527" |
||
560 | --ITEM2 |
||
561 | Inst27Quest4ITC2_HORDE = Itemc3; |
||
562 | Inst27Quest4textur2_HORDE = "INV_Shoulder_23" |
||
563 | Inst27Quest4description2_HORDE = AQITEM_SHOULDER..AQITEM_PLATE |
||
564 | Inst27Quest4ID2_HORDE = "9531" |
||
565 | |||
566 | -----------Quest5 H |
||
567 | Inst27Quest5Rewardtext_HORDE = RED..AQNoReward |
||
568 | |||
569 | -----------Quest6 H |
||
570 | Inst27Quest6Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
571 | --ITEM1 |
||
572 | Inst27Quest6ITC1_HORDE = Itemc4; |
||
573 | Inst27Quest6textur1_HORDE = "INV_Jewelry_Ring_03" |
||
574 | Inst27Quest6description1_HORDE = AQITEM_RING |
||
575 | Inst27Quest6ID1_HORDE = "9533" |
||
576 | --ITEM2 |
||
577 | Inst27Quest6ITC2_HORDE = Itemc4; |
||
578 | Inst27Quest6textur2_HORDE = "INV_Helmet_33" |
||
579 | Inst27Quest6description2_HORDE = AQITEM_HEAD..AQITEM_LEATHER |
||
580 | Inst27Quest6ID2_HORDE = "9534" |
||
581 | |||
582 | -----------Quest7 H |
||
583 | Inst27Quest7Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
584 | --ITEM1 |
||
585 | Inst27Quest7ITC1_HORDE = Itemc3; |
||
586 | Inst27Quest7textur1_HORDE = "INV_Misc_Food_54" |
||
587 | Inst27Quest7description1_HORDE = AQITEM_TRINKET |
||
588 | Inst27Quest7ID1_HORDE = "11122" |
||
589 | |||
590 | |||
591 | ------------------------------- STOCKADE/Inst 24 -------------------------------------------------------------------- |
||
592 | |||
593 | -----------Quest1 A |
||
594 | Inst24Quest1Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
595 | --ITEM1 |
||
596 | Inst24Quest1ITC1 = Itemc3; |
||
597 | Inst24Quest1textur1 = "INV_Sword_20" |
||
598 | Inst24Quest1description1 = AQITEM_MAINHAND..AQITEM_SWORD |
||
599 | Inst24Quest1ID1 = "3400" |
||
600 | --ITEM2 |
||
601 | Inst24Quest1ITC2 = Itemc3; |
||
602 | Inst24Quest1textur2 = "INV_Staff_16" |
||
603 | Inst24Quest1description2 = AQITEM_STAFF |
||
604 | Inst24Quest1ID2 = "1317" |
||
605 | |||
606 | -----------Quest2 A |
||
607 | Inst24Quest2Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
608 | --ITEM1 |
||
609 | Inst24Quest2ITC1 = Itemc3; |
||
610 | Inst24Quest2textur1 = "INV_Boots_08" |
||
611 | Inst24Quest2description1 = AQITEM_FEET..AQITEM_LEATHER |
||
612 | Inst24Quest2ID1 = "2033" |
||
613 | --ITEM2 |
||
614 | Inst24Quest2ITC2 = Itemc3; |
||
615 | Inst24Quest2textur2 = "INV_Pants_03" |
||
616 | Inst24Quest2description2 = AQITEM_LEGS..AQITEM_MAIL |
||
617 | Inst24Quest2ID2 = "2906" |
||
618 | |||
619 | -----------Quest3 A |
||
620 | Inst24Quest3Rewardtext = RED..AQNoReward |
||
621 | |||
622 | -----------Quest4 A |
||
623 | Inst24Quest4Rewardtext = RED..AQNoReward |
||
624 | |||
625 | -----------Quest5 A |
||
626 | Inst24Quest5Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
627 | --ITEM1 |
||
628 | Inst24Quest5ITC1 = Itemc3; |
||
629 | Inst24Quest5textur1 = "INV_Belt_05" |
||
630 | Inst24Quest5description1 = AQITEM_WAIST..AQITEM_LEATHER |
||
631 | Inst24Quest5ID1 = "3562" |
||
632 | --ITEM2 |
||
633 | Inst24Quest5ITC2 = Itemc3; |
||
634 | Inst24Quest5textur2 = "INV_Mace_07" |
||
635 | Inst24Quest5description2 = AQITEM_TWOHAND..AQITEM_MACE |
||
636 | Inst24Quest5ID2 = "1264" |
||
637 | |||
638 | -----------Quest6 A |
||
639 | Inst24Quest6Rewardtext = RED..AQNoReward |
||
640 | |||
641 | ------------------------------- HUEGEL/Inst 17 -------------------------------------------------------------------- |
||
642 | -----------Quest1 A |
||
643 | Inst17Quest1Rewardtext = RED..AQNoReward |
||
644 | |||
645 | -----------Quest2 A |
||
646 | Inst17Quest2Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
647 | --ITEM1 |
||
648 | Inst17Quest2ITC1 = Itemc4; |
||
649 | Inst17Quest2textur1 = "INV_Jewelry_Ring_04" |
||
650 | Inst17Quest2description1 = AQITEM_RING |
||
651 | Inst17Quest2ID1 = "10710" |
||
652 | |||
653 | -----------Quest3 A |
||
654 | Inst17Quest3Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2" |
||
655 | --ITEM1 |
||
656 | Inst17Quest3ITC1 = Itemc4; |
||
657 | Inst17Quest3textur1 = "INV_Sword_35" |
||
658 | Inst17Quest3description1 = AQITEM_ONEHAND..AQITEM_SWORD |
||
659 | Inst17Quest3ID1 = "10823" |
||
660 | --ITEM2 |
||
661 | Inst17Quest3ITC2 = Itemc4; |
||
662 | Inst17Quest3textur2 = "INV_Jewelry_Necklace_07" |
||
663 | Inst17Quest3description2 = AQITEM_NECK |
||
664 | Inst17Quest3ID2 = "10824" |
||
665 | |||
666 | --------------------------------------- |
||
667 | -- + + + +++ ++ +++ |
||
668 | -- +++ + + + + + + ++ |
||
669 | -- + + + + + ++ +++ |
||
670 | ---------------------------------------- |
||
671 | |||
672 | -----------Quest1 H |
||
673 | Inst17Quest1Rewardtext_HORDE = RED..AQNoReward |
||
674 | |||
675 | -----------Quest2 H |
||
676 | Inst17Quest2Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
677 | --ITEM1 |
||
678 | Inst17Quest2ITC1_HORDE = Itemc3; |
||
679 | Inst17Quest2textur1_HORDE = "INV_Misc_Bone_DwarfSkull_01" |
||
680 | Inst17Quest2description1_HORDE = AQITEM_MAINHAND..AQITEM_MACE |
||
681 | Inst17Quest2ID1_HORDE = "17039" |
||
682 | --ITEM2 |
||
683 | Inst17Quest2ITC2_HORDE = Itemc3; |
||
684 | Inst17Quest2textur2_HORDE = "INV_Weapon_Rifle_01" |
||
685 | Inst17Quest2description2_HORDE = AQITEM_GUN |
||
686 | Inst17Quest2ID2_HORDE = "17042" |
||
687 | --ITEM3 |
||
688 | Inst17Quest2ITC3_HORDE = Itemc3; |
||
689 | Inst17Quest2textur3_HORDE = "INV_Chest_Cloth_06" |
||
690 | Inst17Quest2description3_HORDE = AQITEM_CHEST..AQITEM_CLOTH |
||
691 | Inst17Quest2ID3_HORDE = "17043" |
||
692 | |||
693 | -----------Quest3 H |
||
694 | Inst17Quest3Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
695 | --ITEM1 |
||
696 | Inst17Quest3ITC1_HORDE = Itemc4; |
||
697 | Inst17Quest3textur1_HORDE = "INV_Jewelry_Ring_04" |
||
698 | Inst17Quest3description1_HORDE = AQITEM_RING |
||
699 | Inst17Quest3ID1_HORDE = "10710" |
||
700 | |||
701 | -----------Quest4 H |
||
702 | Inst17Quest4Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2" |
||
703 | --ITEM1 |
||
704 | Inst17Quest4ITC1_HORDE = Itemc4; |
||
705 | Inst17Quest4textur1_HORDE = "INV_Sword_35" |
||
706 | Inst17Quest4description1_HORDE = AQITEM_ONEHAND..AQITEM_SWORD |
||
707 | Inst17Quest4ID1_HORDE = "10823" |
||
708 | --ITEM2 |
||
709 | Inst17Quest4ITC2_HORDE = Itemc4; |
||
710 | Inst17Quest4textur2_HORDE = "INV_Jewelry_Necklace_07" |
||
711 | Inst17Quest4description2_HORDE = AQITEM_NECK |
||
712 | Inst17Quest4ID2_HORDE = "10824" |
||
713 | |||
714 | ------------------------------- SM/Inst 19 -------------------------------------------------------------------- |
||
715 | -----------Quest1 A |
||
716 | Inst19Quest1Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
717 | --ITEM1 |
||
718 | Inst19Quest1ITC1 = Itemc3; |
||
719 | Inst19Quest1textur1 = "INV_Jewelry_Talisman_01" |
||
720 | Inst19Quest1description1 = AQITEM_NECK |
||
721 | Inst19Quest1ID1 = "7746" |
||
722 | |||
723 | -----------Quest2 A |
||
724 | Inst19Quest2Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
725 | --ITEM1 |
||
726 | Inst19Quest2ITC1 = Itemc4; |
||
727 | Inst19Quest2textur1 = "INV_Sword_27" |
||
728 | Inst19Quest2description1 = AQITEM_ONEHAND..AQITEM_SWORD |
||
729 | Inst19Quest2ID1 = "6829" |
||
730 | --ITEM2 |
||
731 | Inst19Quest2ITC2 = Itemc4; |
||
732 | Inst19Quest2textur2 = "INV_Axe_04" |
||
733 | Inst19Quest2description2 = AQITEM_TWOHAND..AQITEM_AXE |
||
734 | Inst19Quest2ID2 = "6830" |
||
735 | --ITEM3 |
||
736 | Inst19Quest2ITC3 = Itemc4; |
||
737 | Inst19Quest2textur3 = "INV_Sword_13" |
||
738 | Inst19Quest2description3 = AQITEM_ONEHAND..AQITEM_DAGGER |
||
739 | Inst19Quest2ID3 = "6831" |
||
740 | --ITEM4 |
||
741 | Inst19Quest2ITC4 = Itemc4; |
||
742 | Inst19Quest2textur4 = "INV_Misc_Orb_01" |
||
743 | Inst19Quest2description4 = AQITEM_OFFHAND |
||
744 | Inst19Quest2ID4 = "11262" |
||
745 | |||
746 | -----------Quest3 A |
||
747 | Inst19Quest3Rewardtext = RED..AQNoReward |
||
748 | |||
749 | ---------------------------------------- |
||
750 | -- + + + +++ ++ +++ |
||
751 | -- +++ + + + + + + ++ |
||
752 | -- + + + + + ++ +++ |
||
753 | --------------------------------------- |
||
754 | |||
755 | -----------Quest1 H |
||
756 | Inst19Quest1Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
757 | --ITEM1 |
||
758 | Inst19Quest1ITC1_HORDE = Itemc3; |
||
759 | Inst19Quest1textur1_HORDE = "INV_Boots_03" |
||
760 | Inst19Quest1description1_HORDE = AQITEM_FEET..AQITEM_LEATHER |
||
761 | Inst19Quest1ID1_HORDE = "7751" |
||
762 | --ITEM2 |
||
763 | Inst19Quest1ITC2_HORDE = Itemc3; |
||
764 | Inst19Quest1textur2_HORDE = "INV_Shoulder_23" |
||
765 | Inst19Quest1description2_HORDE = AQITEM_SHOULDER..AQITEM_CLOTH |
||
766 | Inst19Quest1ID2_HORDE = "7750" |
||
767 | --ITEM3 |
||
768 | Inst19Quest1ITC3_HORDE = Itemc3; |
||
769 | Inst19Quest1textur3_HORDE = "INV_Misc_Cape_02" |
||
770 | Inst19Quest1description3_HORDE = AQITEM_BACK |
||
771 | Inst19Quest1ID3_HORDE = "4643" |
||
772 | |||
773 | -----------Quest2 H |
||
774 | Inst19Quest2Rewardtext_HORDE = RED..AQNoReward |
||
775 | |||
776 | -----------Quest3 H |
||
777 | Inst19Quest3Rewardtext_HORDE = RED..AQNoReward |
||
778 | |||
779 | -----------Quest4 H |
||
780 | Inst19Quest4Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
781 | --ITEM1 |
||
782 | Inst19Quest4ITC1_HORDE = Itemc3; |
||
783 | Inst19Quest4textur1_HORDE = "INV_Shield_02" |
||
784 | Inst19Quest4description1_HORDE = AQITEM_SHIELD |
||
785 | Inst19Quest4ID1_HORDE = "7747" |
||
786 | --ITEM2 |
||
787 | Inst19Quest4ITC2_HORDE = Itemc3; |
||
788 | Inst19Quest4textur2_HORDE = "INV_Shield_02" |
||
789 | Inst19Quest4description2_HORDE = AQITEM_SHIELD |
||
790 | Inst19Quest4ID2_HORDE = "17508" |
||
791 | --ITEM3 |
||
792 | Inst19Quest4ITC3_HORDE = Itemc3; |
||
793 | Inst19Quest4textur3_HORDE = "INV_Misc_Orb_03" |
||
794 | Inst19Quest4description3_HORDE = AQITEM_OFFHAND |
||
795 | Inst19Quest4ID3_HORDE = "7749" |
||
796 | |||
797 | -----------Quest5 H |
||
798 | Inst19Quest5Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
799 | --ITEM1 |
||
800 | Inst19Quest5ITC1_HORDE = Itemc4; |
||
801 | Inst19Quest5textur1_HORDE = "INV_Sword_19" |
||
802 | Inst19Quest5description1_HORDE = AQITEM_ONEHAND..AQITEM_SWORD |
||
803 | Inst19Quest5ID1_HORDE = "6802" |
||
804 | --ITEM2 |
||
805 | Inst19Quest5ITC2_HORDE = Itemc4; |
||
806 | Inst19Quest5textur2_HORDE = "INV_Staff_01" |
||
807 | Inst19Quest5description2_HORDE = AQITEM_OFFHAND |
||
808 | Inst19Quest5ID2_HORDE = "6803" |
||
809 | --ITEM3 |
||
810 | Inst19Quest5ITC3_HORDE = Itemc4; |
||
811 | Inst19Quest5textur3_HORDE = "INV_Jewelry_Necklace_02" |
||
812 | Inst19Quest5description3_HORDE = AQITEM_NECK |
||
813 | Inst19Quest5ID3_HORDE = "10711" |
||
814 | |||
815 | -----------Quest6 H |
||
816 | Inst19Quest6Rewardtext_HORDE = RED..AQNoReward |
||
817 | |||
818 | ------------------------------- KRAL/Inst 18 -------------------------------------------------------------------- |
||
819 | -----------Quest1 A |
||
820 | Inst18Quest1Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
821 | --ITEM1 |
||
822 | Inst18Quest1ITC1 = Itemc2; |
||
823 | Inst18Quest1textur1 = "INV_Misc_OrnateBox" |
||
824 | Inst18Quest1description1 = "" |
||
825 | Inst18Quest1ID1 = "6755" |
||
826 | |||
827 | |||
828 | -----------Quest2 A |
||
829 | Inst18Quest2Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
830 | --ITEM1 |
||
831 | Inst18Quest2ITC1 = Itemc3; |
||
832 | Inst18Quest2textur1 = "INV_Misc_Cape_11" |
||
833 | Inst18Quest2description1 = AQITEM_BACK |
||
834 | Inst18Quest2ID1 = "6751" |
||
835 | --ITEM2 |
||
836 | Inst18Quest2ITC2 = Itemc3; |
||
837 | Inst18Quest2textur2 = "INV_Boots_03" |
||
838 | Inst18Quest2description2 = AQITEM_FEET..AQITEM_LEATHER |
||
839 | Inst18Quest2ID2 = "6752" |
||
840 | |||
841 | -----------Quest3 A |
||
842 | Inst18Quest3Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
843 | --ITEM1 |
||
844 | Inst18Quest3ITC1 = Itemc3; |
||
845 | Inst18Quest3textur1 = "INV_Jewelry_Ring_14" |
||
846 | Inst18Quest3description1 = AQITEM_RING |
||
847 | Inst18Quest3ID1 = "6748" |
||
848 | --ITEM2 |
||
849 | Inst18Quest3ITC2 = Itemc3; |
||
850 | Inst18Quest3textur2 = "INV_Jewelry_Ring_06" |
||
851 | Inst18Quest3description2 = AQITEM_RING |
||
852 | Inst18Quest3ID2 = "6750" |
||
853 | --ITEM3 |
||
854 | Inst18Quest3ITC3 = Itemc3; |
||
855 | Inst18Quest3textur3 = "INV_Jewelry_Ring_13" |
||
856 | Inst18Quest3description3 = AQITEM_RING |
||
857 | Inst18Quest3ID3 = "6749" |
||
858 | |||
859 | -----------Quest4 A |
||
860 | Inst18Quest4Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2"..AQDiscription_OR..WHITE.."3"..AQDiscription_OR..WHITE.."4" |
||
861 | --ITEM1 |
||
862 | Inst18Quest4ITC1 = Itemc3; |
||
863 | Inst18Quest4textur1 = "INV_Weapon_Rifle_05" |
||
864 | Inst18Quest4description1 = AQITEM_GUN |
||
865 | Inst18Quest4ID1 = "3041" |
||
866 | --ITEM2 |
||
867 | Inst18Quest4ITC2 = Itemc4; |
||
868 | Inst18Quest4textur2 = "INV_Shoulder_05" |
||
869 | Inst18Quest4description2 = AQITEM_SHOULDER..AQITEM_CLOTH |
||
870 | Inst18Quest4ID2 = "4197" |
||
871 | --ITEM3 |
||
872 | Inst18Quest4ITC3 = Itemc4; |
||
873 | Inst18Quest4textur3 = "INV_Belt_35" |
||
874 | Inst18Quest4description3 = AQITEM_WAIST..AQITEM_MAIL |
||
875 | Inst18Quest4ID3 = "6742" |
||
876 | --ITEM4 |
||
877 | Inst18Quest4ITC4 = Itemc4; |
||
878 | Inst18Quest4textur4 = "INV_Shield_10" |
||
879 | Inst18Quest4description4 = AQITEM_SHIELD |
||
880 | Inst18Quest4ID4 = "6725" |
||
881 | |||
882 | -----------Quest5 A |
||
883 | Inst18Quest5Rewardtext = RED..AQNoReward |
||
884 | |||
885 | ------------------------------------- |
||
886 | -- + + + +++ ++ +++ |
||
887 | -- +++ + + + + + + ++ |
||
888 | -- + + + + + ++ +++ |
||
889 | --------------------------------------- |
||
890 | |||
891 | -----------Quest1 H |
||
892 | Inst18Quest1Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
893 | --ITEM1 |
||
894 | Inst18Quest1ITC1_HORDE = Itemc2; |
||
895 | Inst18Quest1textur1_HORDE = "INV_Misc_OrnateBox" |
||
896 | Inst18Quest1description1_HORDE = "" |
||
897 | Inst18Quest1ID1_HORDE = "6755" |
||
898 | |||
899 | -----------Quest2 H |
||
900 | Inst18Quest2Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
901 | --ITEM1 |
||
902 | Inst18Quest2ITC1_HORDE = Itemc3; |
||
903 | Inst18Quest2textur1_HORDE = "INV_Jewelry_Ring_14" |
||
904 | Inst18Quest2description1_HORDE = AQITEM_RING |
||
905 | Inst18Quest2ID1_HORDE = "6748" |
||
906 | --ITEM2 |
||
907 | Inst18Quest2ITC2_HORDE = Itemc3; |
||
908 | Inst18Quest2textur2_HORDE = "INV_Jewelry_Ring_06" |
||
909 | Inst18Quest2description2_HORDE = AQITEM_RING |
||
910 | Inst18Quest2ID2_HORDE = "6750" |
||
911 | --ITEM3 |
||
912 | Inst18Quest2ITC3_HORDE = Itemc3; |
||
913 | Inst18Quest2textur3_HORDE = "INV_Jewelry_Ring_13" |
||
914 | Inst18Quest2description3_HORDE = AQITEM_RING |
||
915 | Inst18Quest2ID3_HORDE = "6749" |
||
916 | |||
917 | -----------Quest3 H |
||
918 | Inst18Quest3Rewardtext_HORDE = RED..AQNoReward |
||
919 | |||
920 | -----------Quest4 H |
||
921 | Inst18Quest4Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
922 | --ITEM1 |
||
923 | Inst18Quest4ITC1_HORDE = Itemc4; |
||
924 | Inst18Quest4textur1_HORDE = "INV_Shoulder_05" |
||
925 | Inst18Quest4description1_HORDE = AQITEM_SHOULDER..AQITEM_CLOTH |
||
926 | Inst18Quest4ID1_HORDE = "4197" |
||
927 | --ITEM2 |
||
928 | Inst18Quest4ITC2_HORDE = Itemc4; |
||
929 | Inst18Quest4textur2_HORDE = "INV_Belt_35" |
||
930 | Inst18Quest4description2_HORDE = AQITEM_WAIST..AQITEM_MAIL |
||
931 | Inst18Quest4ID2_HORDE = "6742" |
||
932 | --ITEM3 |
||
933 | Inst18Quest4ITC3_HORDE = Itemc4; |
||
934 | Inst18Quest4textur3_HORDE = "INV_Shield_10" |
||
935 | Inst18Quest4description3_HORDE = AQITEM_SHIELD |
||
936 | Inst18Quest4ID3_HORDE = "6725" |
||
937 | |||
938 | -----------Quest5 H |
||
939 | Inst18Quest5Rewardtext_HORDE = RED..AQNoReward |
||
940 | |||
941 | ------------------------------- SCHOLO/Inst 20 -------------------------------------------------------------------- |
||
942 | |||
943 | -----------Quest1 A |
||
944 | Inst20Quest1Rewardtext = RED..AQNoReward |
||
945 | |||
946 | -----------Quest2 A |
||
947 | Inst20Quest2Rewardtext = RED..AQNoReward |
||
948 | |||
949 | -----------Quest3 A |
||
950 | Inst20Quest3Rewardtext = RED..AQNoReward |
||
951 | |||
952 | -----------Quest4 A |
||
953 | Inst20Quest4Rewardtext = RED..AQNoReward |
||
954 | |||
955 | -----------Quest5 A |
||
956 | Inst20Quest5Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
957 | --ITEM1 |
||
958 | Inst20Quest5ITC1 = Itemc3; |
||
959 | Inst20Quest5textur1 = "INV_Misc_Orb_05" |
||
960 | Inst20Quest5description1 = AQITEM_TRINKET |
||
961 | Inst20Quest5ID1 = "13544" |
||
962 | --ITEM2 |
||
963 | Inst20Quest5ITC2 = Itemc4; |
||
964 | Inst20Quest5textur2 = "INV_Misc_Flower_04" |
||
965 | Inst20Quest5description2 = AQITEM_OFFHAND |
||
966 | Inst20Quest5ID2 = "15805" |
||
967 | --ITEM3 |
||
968 | Inst20Quest5ITC3 = Itemc4; |
||
969 | Inst20Quest5textur3 = "INV_Sword_34" |
||
970 | Inst20Quest5description3 = AQITEM_ONEHAND..AQITEM_SWORD |
||
971 | Inst20Quest5ID3 = "15806" |
||
972 | |||
973 | -----------Quest6 A |
||
974 | Inst20Quest6Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2"..AQDiscription_OR..WHITE.."3"..AQDiscription_OR..WHITE.."4" |
||
975 | --ITEM1 |
||
976 | Inst20Quest6ITC1 = Itemc4; |
||
977 | Inst20Quest6textur1 = "INV_Shield_05" |
||
978 | Inst20Quest6description1 = AQITEM_SHIELD |
||
979 | Inst20Quest6ID1 = "14002" |
||
980 | --ITEM2 |
||
981 | Inst20Quest6ITC2 = Itemc4; |
||
982 | Inst20Quest6textur2 = "INV_Sword_39" |
||
983 | Inst20Quest6description2 = AQITEM_TWOHAND..AQITEM_SWORD |
||
984 | Inst20Quest6ID2 = "13982" |
||
985 | --ITEM3 |
||
986 | Inst20Quest6ITC3 = Itemc4; |
||
987 | Inst20Quest6textur3 = "INV_Crown_01" |
||
988 | Inst20Quest6description3 = AQITEM_HEAD..AQITEM_CLOTH |
||
989 | Inst20Quest6ID3 = "13986" |
||
990 | --ITE4 |
||
991 | Inst20Quest6ITC4 = Itemc4; |
||
992 | Inst20Quest6textur4 = "INV_Weapon_ShortBlade_21" |
||
993 | Inst20Quest6description4 = AQITEM_ONEHAND..AQITEM_DAGGER |
||
994 | Inst20Quest6ID4 = "13984" |
||
995 | |||
996 | -----------Quest7 A |
||
997 | Inst20Quest7Rewardtext = RED..AQNoReward |
||
998 | |||
999 | -----------Quest8 A |
||
1000 | Inst20Quest8Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2"..AQDiscription_OR..WHITE.."3"..AQDiscription_OR..WHITE.."4" |
||
1001 | --ITEM1 |
||
1002 | Inst20Quest8ITC1 = Itemc4; |
||
1003 | Inst20Quest8textur1 = "INV_Axe_08" |
||
1004 | Inst20Quest8description1 = AQITEM_ONEHAND..AQITEM_AXE |
||
1005 | Inst20Quest8ID1 = "15853" |
||
1006 | --ITEM2 |
||
1007 | Inst20Quest8ITC2 = Itemc4; |
||
1008 | Inst20Quest8textur2 = "INV_Staff_07" |
||
1009 | Inst20Quest8description2 = AQITEM_STAFF |
||
1010 | Inst20Quest8ID2 = "15854" |
||
1011 | |||
1012 | -----------Quest9 A |
||
1013 | Inst20Quest9Rewardtext = RED..AQNoReward |
||
1014 | |||
1015 | |||
1016 | ------------------------------------- |
||
1017 | -- + + + +++ ++ +++ |
||
1018 | -- +++ + + + + + + ++ |
||
1019 | -- + + + + + ++ +++ |
||
1020 | ------------------------------------- |
||
1021 | |||
1022 | -----------Quest1 H |
||
1023 | Inst20Quest1Rewardtext_HORDE = RED..AQNoReward |
||
1024 | |||
1025 | -----------Quest2 H |
||
1026 | Inst20Quest2Rewardtext_HORDE = RED..AQNoReward |
||
1027 | |||
1028 | -----------Quest3 H |
||
1029 | Inst20Quest3Rewardtext_HORDE = RED..AQNoReward |
||
1030 | |||
1031 | -----------Quest4 H |
||
1032 | Inst20Quest4Rewardtext_HORDE = RED..AQNoReward |
||
1033 | |||
1034 | -----------Quest5 H |
||
1035 | Inst20Quest5Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
1036 | --ITEM1 |
||
1037 | Inst20Quest5ITC1_HORDE = Itemc3; |
||
1038 | Inst20Quest5textur1_HORDE = "INV_Misc_Orb_05" |
||
1039 | Inst20Quest5description1_HORDE = AQITEM_TRINKET |
||
1040 | Inst20Quest5ID1_HORDE = "13544" |
||
1041 | --ITEM2 |
||
1042 | Inst20Quest5ITC2_HORDE = Itemc4; |
||
1043 | Inst20Quest5textur2_HORDE = "INV_Misc_Flower_04" |
||
1044 | Inst20Quest5description2_HORDE = AQITEM_OFFHAND |
||
1045 | Inst20Quest5ID2_HORDE = "15805" |
||
1046 | --ITEM3 |
||
1047 | Inst20Quest5ITC3_HORDE = Itemc4; |
||
1048 | Inst20Quest5textur3_HORDE = "INV_Sword_34" |
||
1049 | Inst20Quest5description3_HORDE = AQITEM_ONEHAND..AQITEM_SWORD |
||
1050 | Inst20Quest5ID3_HORDE = "15806" |
||
1051 | |||
1052 | -----------Quest6 H |
||
1053 | Inst20Quest6Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2"..AQDiscription_OR..WHITE.."3"..AQDiscription_OR..WHITE.."4" |
||
1054 | --ITEM1 |
||
1055 | Inst20Quest6ITC1_HORDE = Itemc4; |
||
1056 | Inst20Quest6textur1_HORDE = "INV_Shield_05" |
||
1057 | Inst20Quest6description1_HORDE = AQITEM_SHIELD |
||
1058 | Inst20Quest6ID1_HORDE = "14002" |
||
1059 | --ITEM2 |
||
1060 | Inst20Quest6ITC2_HORDE = Itemc4; |
||
1061 | Inst20Quest6textur2_HORDE = "INV_Sword_39" |
||
1062 | Inst20Quest6description2_HORDE = AQITEM_TWOHAND..AQITEM_SWORD |
||
1063 | Inst20Quest6ID2_HORDE = "13982" |
||
1064 | --ITEM3 |
||
1065 | Inst20Quest6ITC3_HORDE = Itemc4; |
||
1066 | Inst20Quest6textur3_HORDE = "INV_Crown_01" |
||
1067 | Inst20Quest6description3_HORDE = AQITEM_HEAD..AQITEM_CLOTH |
||
1068 | Inst20Quest6ID3_HORDE = "13986" |
||
1069 | --ITE4 |
||
1070 | Inst20Quest6ITC4_HORDE = Itemc4; |
||
1071 | Inst20Quest6textur4_HORDE = "INV_Weapon_ShortBlade_21" |
||
1072 | Inst20Quest6description4_HORDE = AQITEM_ONEHAND..AQITEM_DAGGER |
||
1073 | Inst20Quest6ID4_HORDE = "13984" |
||
1074 | |||
1075 | -----------Quest7 H |
||
1076 | Inst20Quest7Rewardtext_HORDE = RED..AQNoReward |
||
1077 | |||
1078 | -----------Quest8 H |
||
1079 | Inst20Quest8Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2"..AQDiscription_OR..WHITE.."3"..AQDiscription_OR..WHITE.."4" |
||
1080 | --ITEM1 |
||
1081 | Inst20Quest8ITC1_HORDE = Itemc4; |
||
1082 | Inst20Quest8textur1_HORDE = "INV_Axe_08" |
||
1083 | Inst20Quest8description1_HORDE = AQITEM_ONEHAND..AQITEM_AXE |
||
1084 | Inst20Quest8ID1_HORDE = "15853" |
||
1085 | --ITEM2 |
||
1086 | Inst20Quest8ITC2_HORDE = Itemc4; |
||
1087 | Inst20Quest8textur2_HORDE = "INV_Staff_07" |
||
1088 | Inst20Quest8description2_HORDE = AQITEM_STAFF |
||
1089 | Inst20Quest8ID2_HORDE = "15854" |
||
1090 | |||
1091 | -----------Quest9 H |
||
1092 | Inst20Quest9Rewardtext_HORDE = RED..AQNoReward |
||
1093 | |||
1094 | |||
1095 | ------------------------------- BFD/Inst 7 -------------------------------------------------------------------- |
||
1096 | -----------Quest1 A |
||
1097 | Inst7Quest1Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
1098 | --ITEM1 |
||
1099 | Inst7Quest1ITC1 = Itemc3; |
||
1100 | Inst7Quest1textur1 = "INV_Jewelry_Ring_08" |
||
1101 | Inst7Quest1description1 = AQITEM_RING |
||
1102 | Inst7Quest1ID1 = "6743" |
||
1103 | |||
1104 | -----------Quest2 A |
||
1105 | Inst7Quest2Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1106 | --ITEM1 |
||
1107 | Inst7Quest2ITC1 = Itemc3; |
||
1108 | Inst7Quest2textur1 = "INV_Bracer_06" |
||
1109 | Inst7Quest2description1 = AQITEM_WRIST..AQITEM_MAIL |
||
1110 | Inst7Quest2ID1 = "7003" |
||
1111 | --ITEM1 |
||
1112 | Inst7Quest2ITC2 = Itemc3; |
||
1113 | Inst7Quest2textur2 = "INV_Misc_Cape_18" |
||
1114 | Inst7Quest2description2 = AQITEM_BACK |
||
1115 | Inst7Quest2ID2 = "7004" |
||
1116 | |||
1117 | -----------Quest3 A |
||
1118 | Inst7Quest3Rewardtext = RED..AQNoReward |
||
1119 | |||
1120 | -----------Quest4 A |
||
1121 | Inst7Quest4Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1122 | --ITEM1 |
||
1123 | Inst7Quest4ITC1 = Itemc4; |
||
1124 | Inst7Quest4textur1 = "INV_Wand_04" |
||
1125 | Inst7Quest4description1 = AQITEM_WAND |
||
1126 | Inst7Quest4ID1 = "7001" |
||
1127 | --ITEM1 |
||
1128 | Inst7Quest4ITC2 = Itemc4; |
||
1129 | Inst7Quest4textur2 = "INV_Shield_02" |
||
1130 | Inst7Quest4description2 = AQITEM_SHIELD |
||
1131 | Inst7Quest4ID2 = "7002" |
||
1132 | |||
1133 | -----------Quest5 A |
||
1134 | Inst7Quest5Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2" |
||
1135 | --ITEM1 |
||
1136 | Inst7Quest5ITC1 = Itemc3; |
||
1137 | Inst7Quest5textur1 = "INV_Boots_05" |
||
1138 | Inst7Quest5description1 = AQITEM_FEET..AQITEM_CLOTH |
||
1139 | Inst7Quest5ID1 = "6998" |
||
1140 | --ITEM1 |
||
1141 | Inst7Quest5ITC2 = Itemc3; |
||
1142 | Inst7Quest5textur2 = "INV_Belt_04" |
||
1143 | Inst7Quest5description2 = AQITEM_WAIST..AQITEM_LEATHER |
||
1144 | Inst7Quest5ID2 = "7000" |
||
1145 | |||
1146 | -----------Quest6 A |
||
1147 | Inst7Quest6Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1148 | --ITEM1 |
||
1149 | Inst7Quest6ITC1 = Itemc3; |
||
1150 | Inst7Quest6textur1 = "INV_Misc_Orb_03" |
||
1151 | Inst7Quest6description1 = AQITEM_OFFHAND |
||
1152 | Inst7Quest6ID1 = "6898" |
||
1153 | --ITEM1 |
||
1154 | Inst7Quest6ITC2 = Itemc3; |
||
1155 | Inst7Quest6textur2 = "INV_Staff_09" |
||
1156 | Inst7Quest6description2 = AQITEM_STAFF |
||
1157 | Inst7Quest6ID2 = "15109" |
||
1158 | |||
1159 | ------------------------------------- |
||
1160 | -- + + + +++ ++ +++ |
||
1161 | -- +++ + + + + + + ++ |
||
1162 | -- + + + + + ++ +++ |
||
1163 | ------------------------------------- |
||
1164 | |||
1165 | -----------Quest1 H |
||
1166 | Inst7Quest1Rewardtext_HORDE = RED..AQNoReward |
||
1167 | |||
1168 | -----------Quest2 H |
||
1169 | Inst7Quest2Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1170 | --ITEM1 |
||
1171 | Inst7Quest2ITC1_HORDE = Itemc3; |
||
1172 | Inst7Quest2textur1_HORDE = "INV_Jewelry_Ring_02" |
||
1173 | Inst7Quest2description1_HORDE = AQITEM_RING |
||
1174 | Inst7Quest2ID1_HORDE = "17694" |
||
1175 | --ITEM1 |
||
1176 | Inst7Quest2ITC2_HORDE = Itemc3; |
||
1177 | Inst7Quest2textur2_HORDE = "INV_Shoulder_09" |
||
1178 | Inst7Quest2description2_HORDE = AQITEM_SHOULDER..AQITEM_CLOTH |
||
1179 | Inst7Quest2ID2_HORDE = "17695" |
||
1180 | |||
1181 | -----------Quest3 H |
||
1182 | Inst7Quest3Rewardtext_HORDE = RED..AQNoReward |
||
1183 | |||
1184 | -----------Quest4 H |
||
1185 | Inst7Quest4Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1186 | --ITEM1 |
||
1187 | Inst7Quest4ITC1_HORDE = Itemc4; |
||
1188 | Inst7Quest4textur1_HORDE = "INV_Wand_04" |
||
1189 | Inst7Quest4description1_HORDE = AQITEM_WAND |
||
1190 | Inst7Quest4ID1_HORDE = "7001" |
||
1191 | --ITEM1 |
||
1192 | Inst7Quest4ITC2_HORDE = Itemc4; |
||
1193 | Inst7Quest4textur2_HORDE = "INV_Shield_02" |
||
1194 | Inst7Quest4description2_HORDE = AQITEM_SHIELD |
||
1195 | Inst7Quest4ID2_HORDE = "7002" |
||
1196 | |||
1197 | -----------Quest5 H |
||
1198 | Inst7Quest5Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1199 | --ITEM1 |
||
1200 | Inst7Quest5ITC1_HORDE = Itemc3; |
||
1201 | Inst7Quest5textur1_HORDE = "INV_Misc_Orb_03" |
||
1202 | Inst7Quest5description1_HORDE = AQITEM_OFFHAND |
||
1203 | Inst7Quest5ID1_HORDE = "6898" |
||
1204 | --ITEM1 |
||
1205 | Inst7Quest5ITC2_HORDE = Itemc3; |
||
1206 | Inst7Quest5textur2_HORDE = "INV_Staff_09" |
||
1207 | Inst7Quest5description2_HORDE = AQITEM_STAFF |
||
1208 | Inst7Quest5ID2_HORDE = "15109" |
||
1209 | |||
1210 | ------------------------------- TEMPLE/Inst 25 -------------------------------------------------------------------- |
||
1211 | -----------Quest1 A |
||
1212 | Inst25Quest1Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
1213 | --ITEM1 |
||
1214 | Inst25Quest1ITC1 = Itemc3; |
||
1215 | Inst25Quest1textur1 = "INV_Jewelry_Talisman_05" |
||
1216 | Inst25Quest1description1 = AQITEM_TRINKET |
||
1217 | Inst25Quest1ID1 = "1490" |
||
1218 | |||
1219 | -----------Quest2 A |
||
1220 | Inst25Quest2Rewardtext = RED..AQNoReward |
||
1221 | |||
1222 | -----------Quest3 A |
||
1223 | Inst25Quest3Rewardtext = RED..AQNoReward |
||
1224 | |||
1225 | -----------Quest4 A |
||
1226 | Inst25Quest4Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
1227 | --ITEM1 |
||
1228 | Inst25Quest4ITC1 = Itemc3; |
||
1229 | Inst25Quest4textur1 = "INV_Box_01" |
||
1230 | Inst25Quest4description1 = "" |
||
1231 | Inst25Quest4ID1 = "10773" |
||
1232 | |||
1233 | -----------Quest5 A |
||
1234 | Inst25Quest5Rewardtext = RED..AQNoReward |
||
1235 | |||
1236 | -----------Quest6 A |
||
1237 | Inst25Quest6Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
1238 | --ITEM1 |
||
1239 | Inst25Quest6ITC1 = Itemc4; |
||
1240 | Inst25Quest6textur1 = "INV_Helmet_22" |
||
1241 | Inst25Quest6description1 = AQITEM_HEAD..AQITEM_PLATE |
||
1242 | Inst25Quest6ID1 = "10749" |
||
1243 | --ITEM2 |
||
1244 | Inst25Quest6ITC2 = Itemc4; |
||
1245 | Inst25Quest6textur2 = "INV_Sword_21" |
||
1246 | Inst25Quest6description2 = AQITEM_ONEHAND..AQITEM_DAGGER |
||
1247 | Inst25Quest6ID2 = "10750" |
||
1248 | --ITEM3 |
||
1249 | Inst25Quest6ITC3 = Itemc4; |
||
1250 | Inst25Quest6textur3 = "INV_Crown_01" |
||
1251 | Inst25Quest6description3 = AQITEM_HEAD..AQITEM_CLOTH |
||
1252 | Inst25Quest6ID3 = "10751" |
||
1253 | |||
1254 | -----------Quest7 A |
||
1255 | Inst25Quest7Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1256 | --ITEM1 |
||
1257 | Inst25Quest7ITC1 = Itemc4; |
||
1258 | Inst25Quest7textur1 = "INV_Pants_08" |
||
1259 | Inst25Quest7description1 = AQITEM_LEGS..AQITEM_CLOTH |
||
1260 | Inst25Quest7ID1 = "11123" |
||
1261 | --ITEM2 |
||
1262 | Inst25Quest7ITC2 = Itemc4; |
||
1263 | Inst25Quest7textur2 = "INV_Helmet_21" |
||
1264 | Inst25Quest7description2 = AQITEM_HEAD..AQITEM_MAIL |
||
1265 | Inst25Quest7ID2 = "11124" |
||
1266 | |||
1267 | -----------Quest8 A |
||
1268 | Inst25Quest8Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
1269 | --ITEM1 |
||
1270 | Inst25Quest8ITC1 = Itemc3; |
||
1271 | Inst25Quest8textur1 = "INV_Stone_03" |
||
1272 | Inst25Quest8description1 = AQITEM_TRINKET |
||
1273 | Inst25Quest8ID1 = "10455" |
||
1274 | |||
1275 | ------------------------------------- |
||
1276 | -- + + + +++ ++ +++ |
||
1277 | -- +++ + + + + + + ++ |
||
1278 | -- + + + + + ++ +++ |
||
1279 | ------------------------------------- |
||
1280 | |||
1281 | -----------Quest1 H |
||
1282 | Inst25Quest1Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
1283 | --ITEM1 |
||
1284 | Inst25Quest1ITC1_HORDE = Itemc3; |
||
1285 | Inst25Quest1textur1_HORDE = "INV_Jewelry_Talisman_05" |
||
1286 | Inst25Quest1description1_HORDE = AQITEM_TRINKET |
||
1287 | Inst25Quest1ID1_HORDE = "1490" |
||
1288 | |||
1289 | -----------Quest2 H |
||
1290 | Inst25Quest2Rewardtext_HORDE = RED..AQNoReward |
||
1291 | |||
1292 | -----------Quest3 H |
||
1293 | Inst25Quest3Rewardtext_HORDE = RED..AQNoReward |
||
1294 | |||
1295 | -----------Quest4 H |
||
1296 | Inst25Quest4Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
1297 | --ITEM1 |
||
1298 | Inst25Quest4ITC1_HORDE = Itemc3; |
||
1299 | Inst25Quest4textur1_HORDE = "INV_Box_01" |
||
1300 | Inst25Quest4description1_HORDE = "" |
||
1301 | Inst25Quest4ID1_HORDE = "10773" |
||
1302 | |||
1303 | -----------Quest5 H |
||
1304 | Inst25Quest5Rewardtext_HORDE = RED..AQNoReward |
||
1305 | |||
1306 | -----------Quest6 H |
||
1307 | Inst25Quest6Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
1308 | --ITEM1 |
||
1309 | Inst25Quest6ITC1_HORDE = Itemc4; |
||
1310 | Inst25Quest6textur1_HORDE = "INV_Helmet_22" |
||
1311 | Inst25Quest6description1_HORDE = AQITEM_HEAD..AQITEM_PLATE |
||
1312 | Inst25Quest6ID1_HORDE = "10749" |
||
1313 | --ITEM2 |
||
1314 | Inst25Quest6ITC2_HORDE = Itemc4; |
||
1315 | Inst25Quest6textur2_HORDE = "INV_Sword_21" |
||
1316 | Inst25Quest6description2_HORDE = AQITEM_ONEHAND..AQITEM_DAGGER |
||
1317 | Inst25Quest6ID2_HORDE = "10750" |
||
1318 | --ITEM3 |
||
1319 | Inst25Quest6ITC3_HORDE = Itemc4; |
||
1320 | Inst25Quest6textur3_HORDE = "INV_Crown_01" |
||
1321 | Inst25Quest6description3_HORDE = AQITEM_HEAD..AQITEM_CLOTH |
||
1322 | Inst25Quest6ID3_HORDE = "10751" |
||
1323 | |||
1324 | -----------Quest7 H |
||
1325 | Inst25Quest7Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1326 | --ITEM1 |
||
1327 | Inst25Quest7ITC1_HORDE = Itemc4; |
||
1328 | Inst25Quest7textur1_HORDE = "INV_Pants_08" |
||
1329 | Inst25Quest7description1_HORDE = AQITEM_LEGS..AQITEM_CLOTH |
||
1330 | Inst25Quest7ID1_HORDE = "11123" |
||
1331 | --ITEM2 |
||
1332 | Inst25Quest7ITC2_HORDE = Itemc4; |
||
1333 | Inst25Quest7textur2_HORDE = "INV_Helmet_21" |
||
1334 | Inst25Quest7description2_HORDE = AQITEM_HEAD..AQITEM_MAIL |
||
1335 | Inst25Quest7ID2_HORDE = "11124" |
||
1336 | |||
1337 | -----------Quest8 H |
||
1338 | Inst25Quest8Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
1339 | --ITEM1 |
||
1340 | Inst25Quest8ITC1_HORDE = Itemc3; |
||
1341 | Inst25Quest8textur1_HORDE = "INV_Stone_03" |
||
1342 | Inst25Quest8description1_HORDE = AQITEM_TRINKET |
||
1343 | Inst25Quest8ID1_HORDE = "10455" |
||
1344 | |||
1345 | ------------------------------- BSF/Inst 21 -------------------------------------------------------------------- |
||
1346 | -----------Quest1 A |
||
1347 | Inst21Quest1Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
1348 | --ITEM1 |
||
1349 | Inst21Quest1ITC1 = Itemc4; |
||
1350 | Inst21Quest1textur1 = "INV_Hammer_05" |
||
1351 | Inst21Quest1description1 = AQITEM_TWOHAND..AQITEM_MACE |
||
1352 | Inst21Quest1ID1 = "6953" |
||
1353 | |||
1354 | -----------Quest3 A |
||
1355 | Inst21Quest3Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1356 | --ITEM1 |
||
1357 | Inst21Quest3ITC1 = Itemc3; |
||
1358 | Inst21Quest3textur1 = "INV_Misc_Orb_03" |
||
1359 | Inst21Quest3description1 = AQITEM_OFFHAND |
||
1360 | Inst21Quest3ID1 = "6898" |
||
1361 | --ITEM1 |
||
1362 | Inst21Quest3ITC2 = Itemc3; |
||
1363 | Inst21Quest3textur2 = "INV_Staff_09" |
||
1364 | Inst21Quest3description2 = AQITEM_STAFF |
||
1365 | Inst21Quest3ID2 = "15109" |
||
1366 | |||
1367 | ------------------------------------- |
||
1368 | -- + + + +++ ++ +++ |
||
1369 | -- +++ + + + + + + ++ |
||
1370 | -- + + + + + ++ +++ |
||
1371 | ------------------------------------- |
||
1372 | |||
1373 | -----------Quest1 H |
||
1374 | Inst21Quest1Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
1375 | --ITEM1 |
||
1376 | Inst21Quest1ITC1_HORDE = Itemc3; |
||
1377 | Inst21Quest1textur1_HORDE = "INV_Shoulder_09" |
||
1378 | Inst21Quest1description1_HORDE = AQITEM_SHOULDER..AQITEM_CLOTH |
||
1379 | Inst21Quest1ID1_HORDE = "3324" |
||
1380 | |||
1381 | -----------Quest2 H |
||
1382 | Inst21Quest2Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1383 | --ITEM1 |
||
1384 | Inst21Quest2ITC1_HORDE = Itemc3; |
||
1385 | Inst21Quest2textur1_HORDE = "INV_Boots_03" |
||
1386 | Inst21Quest2description1_HORDE = AQITEM_FEET..AQITEM_LEATHER |
||
1387 | Inst21Quest2ID1_HORDE = "6335" |
||
1388 | --ITEM2 |
||
1389 | Inst21Quest2ITC2_HORDE = Itemc3; |
||
1390 | Inst21Quest2textur2_HORDE = "INV_Bracer_06" |
||
1391 | Inst21Quest2description2_HORDE = AQITEM_WRIST..AQITEM_MAIL |
||
1392 | Inst21Quest2ID2_HORDE = "4534" |
||
1393 | |||
1394 | -----------Quest3 H |
||
1395 | Inst21Quest3Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
1396 | --ITEM1 |
||
1397 | Inst21Quest3ITC1_HORDE = Itemc4; |
||
1398 | Inst21Quest3textur1_HORDE = "INV_Jewelry_Ring_15" |
||
1399 | Inst21Quest3description1_HORDE = AQITEM_RING |
||
1400 | Inst21Quest3ID1_HORDE = "6414" |
||
1401 | |||
1402 | -----------Quest4 A |
||
1403 | Inst21Quest4Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1404 | --ITEM1 |
||
1405 | Inst21Quest4ITC1_HORDE = Itemc3; |
||
1406 | Inst21Quest4textur1_HORDE = "INV_Misc_Orb_03" |
||
1407 | Inst21Quest4description1_HORDE = AQITEM_OFFHAND |
||
1408 | Inst21Quest4ID1_HORDE = "6898" |
||
1409 | --ITEM1 |
||
1410 | Inst21Quest4ITC2_HORDE = Itemc3; |
||
1411 | Inst21Quest4textur2_HORDE = "INV_Staff_09" |
||
1412 | Inst21Quest4description2_HORDE = AQITEM_STAFF |
||
1413 | Inst21Quest4ID2_HORDE = "15109" |
||
1414 | |||
1415 | ------------------------------- BRD/Inst 5 -------------------------------------------------------------------- |
||
1416 | -----------Quest1 A |
||
1417 | Inst5Quest1Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
1418 | --ITEM1 |
||
1419 | Inst5Quest1ITC1 = Itemc2; |
||
1420 | Inst5Quest1textur1 = "INV_Misc_Key_08" |
||
1421 | Inst5Quest1description1 = AQITEM_KEY |
||
1422 | Inst5Quest1ID1 = "11000" |
||
1423 | |||
1424 | -----------Quest2 A |
||
1425 | Inst5Quest2Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
1426 | --ITEM1 |
||
1427 | Inst5Quest2ITC1 = Itemc3; |
||
1428 | Inst5Quest2textur1 = "INV_Boots_02" |
||
1429 | Inst5Quest2description1 = AQITEM_FEET..AQITEM_CLOTH |
||
1430 | Inst5Quest2ID1 = "11865" |
||
1431 | --ITEM2 |
||
1432 | Inst5Quest2ITC2 = Itemc3; |
||
1433 | Inst5Quest2textur2 = "INV_Shoulder_25" |
||
1434 | Inst5Quest2description2 = AQITEM_SHOULDER..AQITEM_LEATHER |
||
1435 | Inst5Quest2ID2 = "11963" |
||
1436 | --ITEM3 |
||
1437 | Inst5Quest2ITC3 = Itemc3; |
||
1438 | Inst5Quest2textur3 = "INV_Chest_Chain_16" |
||
1439 | Inst5Quest2description3 = AQITEM_CHEST..AQITEM_MAIL |
||
1440 | Inst5Quest2ID3 = "12049" |
||
1441 | |||
1442 | -----------Quest3 A |
||
1443 | Inst5Quest3Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1444 | --ITEM1 |
||
1445 | Inst5Quest3ITC1 = Itemc4; |
||
1446 | Inst5Quest3textur1 = "INV_Bracer_13" |
||
1447 | Inst5Quest3description1 = AQITEM_WRIST..AQITEM_CLOTH |
||
1448 | Inst5Quest3ID1 = "11962" |
||
1449 | --ITEM2 |
||
1450 | Inst5Quest3ITC2 = Itemc4; |
||
1451 | Inst5Quest3textur2 = "INV_Belt_11" |
||
1452 | Inst5Quest3description2 = AQITEM_WAIST..AQITEM_LEATHER |
||
1453 | Inst5Quest3ID2 = "11866" |
||
1454 | |||
1455 | -----------Quest4 A |
||
1456 | Inst5Quest4Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1(x10)"..AQDiscription_AND..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
1457 | --ITEM1 |
||
1458 | Inst5Quest4ITC1 = Itemc2; |
||
1459 | Inst5Quest4textur1 = "INV_Drink_05" |
||
1460 | Inst5Quest4description1 = "" |
||
1461 | Inst5Quest4ID1 = "12003" |
||
1462 | --ITEM2 |
||
1463 | Inst5Quest4ITC2 = Itemc3; |
||
1464 | Inst5Quest4textur2 = "INV_Mace_08" |
||
1465 | Inst5Quest4description2 = AQITEM_MAINHAND..AQITEM_MACE |
||
1466 | Inst5Quest4ID2 = "11964" |
||
1467 | --ITEM3 |
||
1468 | Inst5Quest4ITC3 = Itemc3; |
||
1469 | Inst5Quest4textur3 = "INV_Axe_02" |
||
1470 | Inst5Quest4description3 = AQITEM_TWOHAND..AQITEM_AXE |
||
1471 | Inst5Quest4ID3 = "12000" |
||
1472 | |||
1473 | |||
1474 | -----------Quest5 A |
||
1475 | Inst5Quest5Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3"..AQDiscription_OR..WHITE.."4" |
||
1476 | --ITEM1 |
||
1477 | Inst5Quest5ITC1 = Itemc3; |
||
1478 | Inst5Quest5textur1 = "INV_Misc_Cape_08" |
||
1479 | Inst5Quest5description1 = AQITEM_BACK |
||
1480 | Inst5Quest5ID1 = "12113" |
||
1481 | --ITEM2 |
||
1482 | Inst5Quest5ITC2 = Itemc3; |
||
1483 | Inst5Quest5textur2 = "INV_Gauntlets_17" |
||
1484 | Inst5Quest5description2 = AQITEM_HANDS..AQITEM_LEATHER |
||
1485 | Inst5Quest5ID2 = "12114" |
||
1486 | --ITEM3 |
||
1487 | Inst5Quest5ITC3 = Itemc3; |
||
1488 | Inst5Quest5textur3 = "INV_Bracer_17" |
||
1489 | Inst5Quest5description3 = AQITEM_WRIST..AQITEM_MAIL |
||
1490 | Inst5Quest5ID3 = "12112" |
||
1491 | --ITEM4 |
||
1492 | Inst5Quest5ITC4 = Itemc3; |
||
1493 | Inst5Quest5textur4 = "INV_Belt_34" |
||
1494 | Inst5Quest5description4 = AQITEM_WAIST..AQITEM_PLATE |
||
1495 | Inst5Quest5ID4 = "12115" |
||
1496 | |||
1497 | -----------Quest6 A |
||
1498 | Inst5Quest6Rewardtext = RED..AQNoReward |
||
1499 | |||
1500 | -----------Quest7 A |
||
1501 | Inst5Quest7Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
1502 | --ITEM1 |
||
1503 | Inst5Quest7ITC1 = Itemc2; |
||
1504 | Inst5Quest7textur1 = "INV_Misc_Bag_09_Black" |
||
1505 | Inst5Quest7description1 = "" |
||
1506 | Inst5Quest7ID1 = "11883" |
||
1507 | |||
1508 | -----------Quest8 A |
||
1509 | Inst5Quest8Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
1510 | --ITEM1 |
||
1511 | Inst5Quest8ITC1 = Itemc3; |
||
1512 | Inst5Quest8textur1 = "INV_Helmet_01" |
||
1513 | Inst5Quest8description1 = AQITEM_HEAD..AQITEM_MAIL |
||
1514 | Inst5Quest8ID1 = "12018" |
||
1515 | --ITEM2 |
||
1516 | Inst5Quest8ITC2 = Itemc3; |
||
1517 | Inst5Quest8textur2 = "INV_Boots_Plate_01" |
||
1518 | Inst5Quest8description2 = AQITEM_FEET..AQITEM_PLATE |
||
1519 | Inst5Quest8ID2 = "12021" |
||
1520 | --ITEM3 |
||
1521 | Inst5Quest8ITC3 = Itemc3; |
||
1522 | Inst5Quest8textur3 = "INV_Pants_13" |
||
1523 | Inst5Quest8description3 = AQITEM_LEGS..AQITEM_LEATHER |
||
1524 | Inst5Quest8ID3 = "12041" |
||
1525 | |||
1526 | -----------Quest9 A |
||
1527 | Inst5Quest9Rewardtext = RED..AQNoReward |
||
1528 | |||
1529 | -----------Quest10 A |
||
1530 | Inst5Quest10Rewardtext = RED..AQNoReward |
||
1531 | |||
1532 | -----------Quest11 A |
||
1533 | Inst5Quest11Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
1534 | --ITEM1 |
||
1535 | Inst5Quest11ITC1 = Itemc3; |
||
1536 | Inst5Quest11textur1 = "INV_Jewelry_Talisman_02" |
||
1537 | Inst5Quest11description1 = AQITEM_TRINKET |
||
1538 | Inst5Quest11ID1 = "12065" |
||
1539 | --ITEM2 |
||
1540 | Inst5Quest11ITC2 = Itemc3; |
||
1541 | Inst5Quest11textur2 = "INV_Sword_26" |
||
1542 | Inst5Quest11description2 = AQITEM_ONEHAND..AQITEM_SWORD |
||
1543 | Inst5Quest11ID2 = "12061" |
||
1544 | --ITEM3 |
||
1545 | Inst5Quest11ITC3 = Itemc3; |
||
1546 | Inst5Quest11textur3 = "INV_Sword_21" |
||
1547 | Inst5Quest11description3 = AQITEM_ONEHAND..AQITEM_DAGGER |
||
1548 | Inst5Quest11ID3 = "12062" |
||
1549 | |||
1550 | -----------Quest12 A |
||
1551 | Inst5Quest12Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
1552 | --ITEM1 |
||
1553 | Inst5Quest12ITC1 = Itemc3; |
||
1554 | Inst5Quest12textur1 = "INV_Misc_Cape_02" |
||
1555 | Inst5Quest12description1 = AQITEM_BACK |
||
1556 | Inst5Quest12ID1 = "12066" |
||
1557 | --ITEM2 |
||
1558 | Inst5Quest12ITC2 = Itemc3; |
||
1559 | Inst5Quest12textur2 = "INV_Shoulder_16" |
||
1560 | Inst5Quest12description2 = AQITEM_SHOULDER..AQITEM_LEATHER |
||
1561 | Inst5Quest12ID2 = "12082" |
||
1562 | --ITEM3 |
||
1563 | Inst5Quest12ITC3 = Itemc3; |
||
1564 | Inst5Quest12textur3 = "INV_Belt_11" |
||
1565 | Inst5Quest12description3 = AQITEM_WAIST..AQITEM_CLOTH |
||
1566 | Inst5Quest12ID3 = "12083" |
||
1567 | |||
1568 | -----------Quest13 A |
||
1569 | Inst5Quest13Rewardtext = RED..AQNoReward |
||
1570 | |||
1571 | -----------Quest14 A |
||
1572 | Inst5Quest14Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1573 | --ITEM1 |
||
1574 | Inst5Quest14ITC1 = Itemc4; |
||
1575 | Inst5Quest14textur1 = "INV_Jewelry_Ring_05" |
||
1576 | Inst5Quest14description1 = AQITEM_RING |
||
1577 | Inst5Quest14ID1 = "12548" |
||
1578 | --ITEM2 |
||
1579 | Inst5Quest14ITC2 = Itemc4; |
||
1580 | Inst5Quest14textur2 = "INV_Jewelry_Ring_05" |
||
1581 | Inst5Quest14description2 = AQITEM_RING |
||
1582 | Inst5Quest14ID2 = "12543" |
||
1583 | ------------------------------------- |
||
1584 | -- + + + +++ ++ +++ |
||
1585 | -- +++ + + + + + + ++ |
||
1586 | -- + + + + + ++ +++ |
||
1587 | ------------------------------------- |
||
1588 | |||
1589 | -----------Quest1 H |
||
1590 | Inst5Quest1Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
1591 | --ITEM1 |
||
1592 | Inst5Quest1ITC1_HORDE = Itemc2; |
||
1593 | Inst5Quest1textur1_HORDE = "INV_Misc_Key_08" |
||
1594 | Inst5Quest1description1_HORDE = AQITEM_KEY |
||
1595 | Inst5Quest1ID1_HORDE = "11000" |
||
1596 | |||
1597 | -----------Quest2 H |
||
1598 | Inst5Quest2Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
1599 | --ITEM1 |
||
1600 | Inst5Quest2ITC1_HORDE = Itemc3; |
||
1601 | Inst5Quest2textur1_HORDE = "INV_Boots_02" |
||
1602 | Inst5Quest2description1_HORDE = AQITEM_FEET..AQITEM_CLOTH |
||
1603 | Inst5Quest2ID1_HORDE = "11865" |
||
1604 | --ITEM2 |
||
1605 | Inst5Quest2ITC2_HORDE = Itemc3; |
||
1606 | Inst5Quest2textur2_HORDE = "INV_Shoulder_25" |
||
1607 | Inst5Quest2description2_HORDE = AQITEM_SHOULDER..AQITEM_LEATHER |
||
1608 | Inst5Quest2ID2_HORDE = "11963" |
||
1609 | --ITEM3 |
||
1610 | Inst5Quest2ITC3_HORDE = Itemc3; |
||
1611 | Inst5Quest2textur3_HORDE = "INV_Chest_Chain_16" |
||
1612 | Inst5Quest2description3_HORDE = AQITEM_CHEST..AQITEM_MAIL |
||
1613 | Inst5Quest2ID3_HORDE = "12049" |
||
1614 | |||
1615 | -----------Quest3 H |
||
1616 | Inst5Quest3Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1617 | --ITEM1 |
||
1618 | Inst5Quest3ITC1_HORDE = Itemc4; |
||
1619 | Inst5Quest3textur1_HORDE = "INV_Bracer_13" |
||
1620 | Inst5Quest3description1_HORDE = AQITEM_WRIST..AQITEM_CLOTH |
||
1621 | Inst5Quest3ID1_HORDE = "11962" |
||
1622 | --ITEM2 |
||
1623 | Inst5Quest3ITC2_HORDE = Itemc4; |
||
1624 | Inst5Quest3textur2_HORDE = "INV_Belt_11" |
||
1625 | Inst5Quest3description2_HORDE = AQITEM_WAIST..AQITEM_LEATHER |
||
1626 | Inst5Quest3ID2_HORDE = "11866" |
||
1627 | |||
1628 | -----------Quest4 H |
||
1629 | Inst5Quest4Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1(x5)"..AQDiscription_AND..WHITE.."2(x5)"..AQDiscription_OR..WHITE.."3"..AQDiscription_OR..WHITE.."4" |
||
1630 | --ITEM1 |
||
1631 | Inst5Quest4ITC1_HORDE = Itemc2; |
||
1632 | Inst5Quest4textur1_HORDE = "INV_Potion_53" |
||
1633 | Inst5Quest4description1_HORDE = AQITEM_POTION |
||
1634 | Inst5Quest4ID1_HORDE = "3928" |
||
1635 | --ITEM2 |
||
1636 | Inst5Quest4ITC2_HORDE = Itemc2; |
||
1637 | Inst5Quest4textur2_HORDE = "INV_Potion_73" |
||
1638 | Inst5Quest4description2_HORDE = AQITEM_POTION |
||
1639 | Inst5Quest4ID2_HORDE = "6149" |
||
1640 | --ITEM3 |
||
1641 | Inst5Quest4ITC3_HORDE = Itemc3; |
||
1642 | Inst5Quest4textur3_HORDE = "INV_Mace_08" |
||
1643 | Inst5Quest4description3_HORDE = AQITEM_MAINHAND..AQITEM_MACE |
||
1644 | Inst5Quest4ID3_HORDE = "11964" |
||
1645 | --ITEM4 |
||
1646 | Inst5Quest4ITC4_HORDE = Itemc3; |
||
1647 | Inst5Quest4textur4_HORDE = "INV_Axe_02" |
||
1648 | Inst5Quest4description4_HORDE = AQITEM_TWOHAND..AQITEM_AXE |
||
1649 | Inst5Quest4ID4_HORDE = "12000" |
||
1650 | |||
1651 | -----------Quest5 H |
||
1652 | Inst5Quest5Rewardtext_HORDE = RED..AQNoReward |
||
1653 | |||
1654 | -----------Quest6 H |
||
1655 | Inst5Quest6Rewardtext_HORDE = RED..AQNoReward |
||
1656 | |||
1657 | -----------Quest7 H |
||
1658 | Inst5Quest7Rewardtext_HORDE = RED..AQNoReward |
||
1659 | |||
1660 | -----------Quest8 H |
||
1661 | Inst5Quest8Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
1662 | --ITEM1 |
||
1663 | Inst5Quest8ITC1_HORDE = Itemc4; |
||
1664 | Inst5Quest8textur1_HORDE = "INV_Jewelry_Amulet_03" |
||
1665 | Inst5Quest8description1_HORDE = AQITEM_NECK |
||
1666 | Inst5Quest8ID1_HORDE = "12059" |
||
1667 | |||
1668 | -----------Quest9 H |
||
1669 | Inst5Quest9Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3"..AQDiscription_OR..WHITE.."4" |
||
1670 | --ITEM1 |
||
1671 | Inst5Quest9ITC1_HORDE = Itemc3; |
||
1672 | Inst5Quest9textur1_HORDE = "INV_Shoulder_02" |
||
1673 | Inst5Quest9description1_HORDE = AQITEM_BACK |
||
1674 | Inst5Quest9ID1_HORDE = "12109" |
||
1675 | --ITEM2 |
||
1676 | Inst5Quest9ITC2_HORDE = Itemc3; |
||
1677 | Inst5Quest9textur2_HORDE = "INV_Misc_Cape_16" |
||
1678 | Inst5Quest9description2_HORDE = AQITEM_BACK |
||
1679 | Inst5Quest9ID2_HORDE = "12110" |
||
1680 | --ITEM3 |
||
1681 | Inst5Quest9ITC3_HORDE = Itemc3; |
||
1682 | Inst5Quest9textur3_HORDE = "INV_Chest_Chain_16" |
||
1683 | Inst5Quest9description3_HORDE = AQITEM_CHEST..AQITEM_MAIL |
||
1684 | Inst5Quest9ID3_HORDE = "12108" |
||
1685 | --ITEM4 |
||
1686 | Inst5Quest9ITC4_HORDE = Itemc3; |
||
1687 | Inst5Quest9textur4_HORDE = "INV_Gauntlets_26" |
||
1688 | Inst5Quest9description4_HORDE = AQITEM_HANDS..AQITEM_PLATE |
||
1689 | Inst5Quest9ID4_HORDE = "12111" |
||
1690 | |||
1691 | -----------Quest10 H |
||
1692 | Inst5Quest10Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
1693 | --ITEM1 |
||
1694 | Inst5Quest10ITC1_HORDE = Itemc3; |
||
1695 | Inst5Quest10textur1_HORDE = "INV_Misc_Cape_02" |
||
1696 | Inst5Quest10description1_HORDE = AQITEM_BACK |
||
1697 | Inst5Quest10ID1_HORDE = "12066" |
||
1698 | --ITEM2 |
||
1699 | Inst5Quest10ITC2_HORDE = Itemc3; |
||
1700 | Inst5Quest10textur2_HORDE = "INV_Shoulder_16" |
||
1701 | Inst5Quest10description2_HORDE = AQITEM_SHOULDER..AQITEM_LEATHER |
||
1702 | Inst5Quest10ID2_HORDE = "12082" |
||
1703 | --ITEM3 |
||
1704 | Inst5Quest10ITC3_HORDE = Itemc3; |
||
1705 | Inst5Quest10textur3_HORDE = "INV_Belt_11" |
||
1706 | Inst5Quest10description3_HORDE = AQITEM_WAIST..AQITEM_CLOTH |
||
1707 | Inst5Quest10ID3_HORDE = "12083" |
||
1708 | |||
1709 | -----------Quest11 H |
||
1710 | Inst5Quest11Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3"..AQDiscription_OR..WHITE.."4" |
||
1711 | --ITEM1 |
||
1712 | Inst5Quest11ITC1_HORDE = Itemc3; |
||
1713 | Inst5Quest11textur1_HORDE = "INV_Misc_Cape_08" |
||
1714 | Inst5Quest11description1_HORDE = AQITEM_BACK |
||
1715 | Inst5Quest11ID1_HORDE = "12113" |
||
1716 | --ITEM2 |
||
1717 | Inst5Quest11ITC2_HORDE = Itemc3; |
||
1718 | Inst5Quest11textur2_HORDE = "INV_Gauntlets_17" |
||
1719 | Inst5Quest11description2_HORDE = AQITEM_HANDS..AQITEM_LEATHER |
||
1720 | Inst5Quest11ID2_HORDE = "12114" |
||
1721 | --ITEM3 |
||
1722 | Inst5Quest11ITC3_HORDE = Itemc3; |
||
1723 | Inst5Quest11textur3_HORDE = "INV_Bracer_17" |
||
1724 | Inst5Quest11description3_HORDE = AQITEM_WRIST..AQITEM_MAIL |
||
1725 | Inst5Quest11ID3_HORDE = "12112" |
||
1726 | --ITEM4 |
||
1727 | Inst5Quest11ITC4_HORDE = Itemc3; |
||
1728 | Inst5Quest11textur4_HORDE = "INV_Belt_34" |
||
1729 | Inst5Quest11description4_HORDE = AQITEM_WAIST..AQITEM_PLATE |
||
1730 | Inst5Quest11ID4_HORDE = "12115" |
||
1731 | |||
1732 | -----------Quest12 H |
||
1733 | Inst5Quest12Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1" |
||
1734 | --ITEM1 |
||
1735 | Inst5Quest12ITC1_HORDE = Itemc3; |
||
1736 | Inst5Quest12textur1_HORDE = "INV_Jewelry_Ring_03" |
||
1737 | Inst5Quest12description1_HORDE = AQITEM_RING |
||
1738 | Inst5Quest12ID1_HORDE = "12038" |
||
1739 | |||
1740 | -----------Quest13 H |
||
1741 | Inst5Quest13Rewardtext_HORDE = RED..AQNoReward |
||
1742 | |||
1743 | -----------Quest14 H |
||
1744 | Inst5Quest14Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1745 | --ITEM1 |
||
1746 | Inst5Quest14ITC1_HORDE = Itemc4; |
||
1747 | Inst5Quest14textur1_HORDE = "INV_Jewelry_Ring_05" |
||
1748 | Inst5Quest14description1_HORDE = AQITEM_RING |
||
1749 | Inst5Quest14ID1_HORDE = "12544" |
||
1750 | --ITEM2 |
||
1751 | Inst5Quest14ITC2_HORDE = Itemc4; |
||
1752 | Inst5Quest14textur2_HORDE = "INV_Jewelry_Ring_05" |
||
1753 | Inst5Quest14description2_HORDE = AQITEM_RING |
||
1754 | Inst5Quest14ID2_HORDE = "12545" |
||
1755 | |||
1756 | |||
1757 | ------------------------------- Gnomeregan/Inst 29 -------------------------------------------------------------------- |
||
1758 | -----------Quest1 A |
||
1759 | Inst29Quest1Rewardtext = RED..AQNoReward |
||
1760 | |||
1761 | -----------Quest2 A |
||
1762 | Inst29Quest2Rewardtext = RED..AQNoReward |
||
1763 | |||
1764 | -----------Quest3 A |
||
1765 | Inst29Quest3Rewardtext = RED..AQNoReward |
||
1766 | |||
1767 | |||
1768 | -----------Quest4 A |
||
1769 | Inst29Quest4Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1770 | --ITEM1 |
||
1771 | Inst29Quest4ITC1 = Itemc3; |
||
1772 | Inst29Quest4textur1 = "INV_Misc_Wrench_01" |
||
1773 | Inst29Quest4description1 = AQITEM_OFFHAND..AQITEM_AXE |
||
1774 | Inst29Quest4ID1 = "9608" |
||
1775 | --ITEM2 |
||
1776 | Inst29Quest4ITC2 = Itemc3; |
||
1777 | Inst29Quest4textur2 = "INV_Gauntlets_27" |
||
1778 | Inst29Quest4description2 = AQITEM_HANDS..AQITEM_CLOTH |
||
1779 | Inst29Quest4ID2 = "9609" |
||
1780 | |||
1781 | -----------Quest5 A |
||
1782 | Inst29Quest5Rewardtext = RED..AQNoReward |
||
1783 | |||
1784 | -----------Quest6 A |
||
1785 | Inst29Quest6Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_AND..WHITE.."2" |
||
1786 | --ITEM1 |
||
1787 | Inst29Quest6ITC1 = Itemc3; |
||
1788 | Inst29Quest6textur1 = "INV_Misc_Cape_06" |
||
1789 | Inst29Quest6description1 = AQITEM_BACK |
||
1790 | Inst29Quest6ID1 = "9605" |
||
1791 | --ITEM2 |
||
1792 | Inst29Quest6ITC2 = Itemc3; |
||
1793 | Inst29Quest6textur2 = "INV_Mace_04" |
||
1794 | Inst29Quest6description2 = AQITEM_TWOHAND..AQITEM_MACE |
||
1795 | Inst29Quest6ID2 = "9604" |
||
1796 | |||
1797 | -----------Quest7 A |
||
1798 | Inst29Quest7Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1799 | --ITEM1 |
||
1800 | Inst29Quest7ITC1 = Itemc3; |
||
1801 | Inst29Quest7textur1 = "INV_Bracer_02" |
||
1802 | Inst29Quest7description1 = AQITEM_WRIST..AQITEM_MAIL |
||
1803 | Inst29Quest7ID1 = "9535" |
||
1804 | --ITEM2 |
||
1805 | Inst29Quest7ITC2 = Itemc3; |
||
1806 | Inst29Quest7textur2 = "INV_Shoulder_02" |
||
1807 | Inst29Quest7description2 = AQITEM_SHOULDER..AQITEM_CLOTH |
||
1808 | Inst29Quest7ID2 = "9536" |
||
1809 | |||
1810 | -----------Quest8 A |
||
1811 | Inst29Quest8Rewardtext = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
1812 | --ITEM1 |
||
1813 | Inst29Quest8ITC1 = Itemc4; |
||
1814 | Inst29Quest8textur1 = "INV_Chest_Cloth_18." |
||
1815 | Inst29Quest8description1 = AQITEM_CHEST..AQITEM_CLOTH |
||
1816 | Inst29Quest8ID1 = "9623" |
||
1817 | --ITEM2 |
||
1818 | Inst29Quest8ITC2 = Itemc4; |
||
1819 | Inst29Quest8textur2 = "INV_Pants_08" |
||
1820 | Inst29Quest8description2 = AQITEM_LEGS..AQITEM_LEATHER |
||
1821 | Inst29Quest8ID2 = "9624" |
||
1822 | --ITEM3 |
||
1823 | Inst29Quest8ITC3 = Itemc4; |
||
1824 | Inst29Quest8textur3 = "INV_Pants_03" |
||
1825 | Inst29Quest8description3 = AQITEM_LEGS..AQITEM_MAIL |
||
1826 | Inst29Quest8ID3 = "9625" |
||
1827 | |||
1828 | ------------------------------------- |
||
1829 | -- + + + +++ ++ +++ |
||
1830 | -- +++ + + + + + + ++ |
||
1831 | -- + + + + + ++ +++ |
||
1832 | ------------------------------------- |
||
1833 | |||
1834 | -----------Quest1 H |
||
1835 | Inst29Quest1Rewardtext_HORDE = RED..AQNoReward |
||
1836 | |||
1837 | -----------Quest2 H |
||
1838 | Inst29Quest2Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2" |
||
1839 | --ITEM1 |
||
1840 | Inst29Quest2ITC1_HORDE = Itemc3; |
||
1841 | Inst29Quest2textur1_HORDE = "INV_Bracer_02" |
||
1842 | Inst29Quest2description1_HORDE = AQITEM_WRIST..AQITEM_MAIL |
||
1843 | Inst29Quest2ID1_HORDE = "9535" |
||
1844 | --ITEM2 |
||
1845 | Inst29Quest2ITC2_HORDE = Itemc3; |
||
1846 | Inst29Quest2textur2_HORDE = "INV_Shoulder_02" |
||
1847 | Inst29Quest2description2_HORDE = AQITEM_SHOULDER..AQITEM_CLOTH |
||
1848 | Inst29Quest2ID2_HORDE = "9536" |
||
1849 | |||
1850 | -----------Quest3 H |
||
1851 | Inst29Quest3Rewardtext_HORDE = GREEN..AQDiscription_REWARD..WHITE.."1"..AQDiscription_OR..WHITE.."2"..AQDiscription_OR..WHITE.."3" |
||
1852 | --ITEM1 |
||
1853 | Inst29Quest3ITC1_HORDE = Itemc4; |
||
1854 | Inst29Quest3textur1_HORDE = "INV_Chest_Cloth_18." |
||
1855 | Inst29Quest3description1_HORDE = AQITEM_CHEST..AQITEM_CLOTH |
||
1856 | Inst29Quest3ID1_HORDE = "9623" |
||
1857 | --ITEM2 |
||
1858 | Inst29Quest3ITC2_HORDE = Itemc4; |
||
1859 | Inst29Quest3textur2_HORDE = "INV_Pants_08" |
||
1860 | Inst29Quest3description2_HORDE = AQITEM_LEGS..AQITEM_LEATHER |
||
1861 | Inst29Quest3ID2_HORDE = "9624" |
||
1862 | --ITEM3 |
||
1863 | Inst29Quest3ITC3_HORDE = Itemc4; |
||
1864 | Inst29Quest3textur3_HORDE = "INV_Pants_03" |
||
1865 | Inst29Quest3description3_HORDE = AQITEM_LEGS..AQITEM_MAIL |
||
1866 | Inst29Quest3ID3_HORDE = "9625" |