vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
2  
3 <Script file="AtlasQuest_Instanzen.lua" />
4 <Script file="AtlasQuest_Buttons.lua" />
5 <Script file="localization.en.lua" />
6 <Script file="localization.de.lua" />
7 <Script file="localization.fr.lua" />
8 <Script file="AtlasQuest_Items.lua" />
9 <Script file="AtlasQuest.lua" />
10  
11 -- Tooltip
12 <GameTooltip name="AtlasQuestTooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"/>
13  
14 --Fonts
15 <FontString name="AQFont" inherits="MasterFont" font="Fonts\FRIZQT__.TTF" virtual="true">
16 <FontHeight>
17 <AbsValue val="13"/>
18 </FontHeight>
19 <Color r="1.0" g="0.82" b="0"/>
20 </FontString>
21  
22 <FontString name="AQFontBIG" inherits="MasterFont" font="Fonts\FRIZQT__.TTF" virtual="true">
23 <FontHeight>
24 <AbsValue val="15"/>
25 </FontHeight>
26 <Color r="1.0" g="0.82" b="0"/>
27 </FontString>
28  
29 <FontString name="AQFontVERYSmall" inherits="MasterFont" font="Fonts\FRIZQT__.TTF" virtual="true">
30 <FontHeight>
31 <AbsValue val="11"/>
32 </FontHeight>
33 <Color r="1.0" g="0.82" b="0"/>
34 </FontString>
35  
36 <Frame name="AtlasQuestFrame" frameStrata="HIGH" toplevel="false" enableMouse="true" movable="false" parent="AtlasFrame">
37 <Size>
38 <AbsDimension x="198" y="505"/>
39 </Size>
40 <Anchors>
41 <Anchor point="TOP" relativeTo="AtlasFrame">
42 <Offset><AbsDimension x="-503" y="-80"/></Offset>>
43 </Anchor>
44 </Anchors>
45 <Backdrop name="$parentBackdrop" bgFile="Interface\Minimap\TooltipBackdrop-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
46 <EdgeSize>
47 <AbsValue val="16"/>
48 </EdgeSize>
49 <TileSize>
50 <AbsValue val="32"/>
51 </TileSize>
52 <BackgroundInsets>
53 <AbsInset left="5" right="5" top="5" bottom="5"/>
54 </BackgroundInsets>
55 </Backdrop>
56 <Frames>
57 <Button name="CLOSEbutton" inherits="UIPanelCloseButton" text="X">
58 <Size>
59 <AbsDimension x="27" y="27"/>
60 </Size>
61 <Anchors>
62 <Anchor point="TOPLEFT">
63 <Offset>
64 <AbsDimension x="4" y="-4"/>
65 </Offset>
66 </Anchor>
67 </Anchors>
68 <Scripts>
69 <OnClick>
70 AQCLOSE1_OnClick();
71 </OnClick>
72 <OnShow>
73 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
74 </OnShow>
75 </Scripts>
76 </Button>
77 <Button name="OPTIONbutton" inherits="" text="Options">
78 <Size>
79 <AbsDimension x="55" y="30"/>
80 </Size>
81 <Anchors>
82 <Anchor point="BOTTOMRIGHT">
83 <Offset>
84 <AbsDimension x="-25" y="15"/>
85 </Offset>
86 </Anchor>
87 </Anchors>
88 <Scripts>
89 <OnClick>
90 AQOPTION1_OnClick();
91 </OnClick>
92 <OnShow>
93 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
94 </OnShow>
95 </Scripts>
96 </Button>
97 <Button name="STORYbutton" inherits="OptionsButtonTemplate" text="Story">
98 <Size>
99 <AbsDimension x="55" y="30"/>
100 </Size>
101 <Anchors>
102 <Anchor point="BOTTOMLEFT">
103 <Offset>
104 <AbsDimension x="25" y="15"/>
105 </Offset>
106 </Anchor>
107 </Anchors>
108 <Scripts>
109 <OnClick>
110 AQSTORY1_OnClick();
111 </OnClick>
112 <OnShow>
113 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
114 </OnShow>
115 </Scripts>
116 </Button>
117 <CheckButton name="AQACB" inherits="OptionsCheckButtonTemplate" checked="true" text="AQACB">
118 <Size>
119 <AbsDimension x="30" y="30"/>
120 </Size>
121 <Anchors>
122 <Anchor point="TOPLEFT">
123 <Offset>
124 <AbsDimension x="7" y="-73"></AbsDimension>
125 </Offset>
126 </Anchor>
127 <HitRectInsets>
128 <AbsInset left="0" right="0" top="0" bottom="0"/>
129 </HitRectInsets>
130 </Anchors>
131 <Scripts>
132 <OnClick> Alliance_OnClick(); </OnClick>
133 <OnShow>
134 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
135 </OnShow>
136 </Scripts>
137 </CheckButton>
138 <CheckButton name="AQHCB" inherits="OptionsCheckButtonTemplate" checked="false" text="AQHCB">
139 <Size>
140 <AbsDimension x="30" y="30"/>
141 </Size>
142 <Anchors>
143 <Anchor point="TOPRIGHT">
144 <Offset>
145 <AbsDimension x="-7" y="-73"></AbsDimension>
146 </Offset>
147 </Anchor>
148 <HitRectInsets>
149 <AbsInset left="0" right="0" top="0" bottom="0"/>
150 </HitRectInsets>
151 </Anchors>
152 <Scripts>
153 <OnClick> Horde_OnClick(); </OnClick>
154 <OnShow>
155 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
156 </OnShow>
157 </Scripts>
158 </CheckButton>
159 <Button name="AQQuestbutton1" inherits="" text="1">
160 <Size>
161 <AbsDimension x="165" y="20"/>
162 </Size>
163 <Anchors>
164 <Anchor point="TOPLEFT">
165 <Offset>
166 <AbsDimension x="15" y="-110"/>
167 </Offset>
168 </Anchor>
169 </Anchors>
170 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
171 <Scripts>
172 <OnClick>
173 AQSHOWNQUEST = 1;
174 Quest_OnClick();
175 </OnClick>
176 <OnShow>
177 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
178 </OnShow>
179 </Scripts>
180 </Button>
181 <Button name="AQQuestbutton2" inherits="" text="2">
182 <Size>
183 <AbsDimension x="165" y="20"/>
184 </Size>
185 <Anchors>
186 <Anchor point="TOPLEFT">
187 <Offset>
188 <AbsDimension x="15" y="-130"/>
189 </Offset>
190 </Anchor>
191 </Anchors>
192 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
193 <Scripts>
194 <OnClick>
195 AQSHOWNQUEST = 2;
196 Quest_OnClick();
197 </OnClick>
198 <OnShow>
199 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
200 </OnShow>
201 </Scripts>
202 </Button>
203 <Button name="AQQuestbutton3" inherits="" text="3">
204 <Size>
205 <AbsDimension x="165" y="20"/>
206 </Size>
207 <Anchors>
208 <Anchor point="TOPLEFT">
209 <Offset>
210 <AbsDimension x="15" y="-150"/>
211 </Offset>
212 </Anchor>
213 </Anchors>
214 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
215 <Scripts>
216 <OnClick> AQSHOWNQUEST = 3; Quest_OnClick(); </OnClick>
217 <OnShow>
218 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
219 </OnShow>
220 </Scripts>
221 </Button>
222 <Button name="AQQuestbutton4" inherits="" text="4">
223 <Size>
224 <AbsDimension x="165" y="20"/>
225 </Size>
226 <Anchors>
227 <Anchor point="TOPLEFT">
228 <Offset>
229 <AbsDimension x="15" y="-170"/>
230 </Offset>
231 </Anchor>
232 </Anchors>
233 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
234 <Scripts>
235 <OnClick> AQSHOWNQUEST = 4; Quest_OnClick(); </OnClick>
236 <OnShow>
237 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
238 </OnShow>
239 </Scripts>
240 </Button>
241 <Button name="AQQuestbutton5" inherits="" text="5">
242 <Size>
243 <AbsDimension x="165" y="20"/>
244 </Size>
245 <Anchors>
246 <Anchor point="TOPLEFT">
247 <Offset>
248 <AbsDimension x="15" y="-190"/>
249 </Offset>
250 </Anchor>
251 </Anchors>
252 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
253 <Scripts>
254 <OnClick> AQSHOWNQUEST = 5; Quest_OnClick(); </OnClick>
255 <OnShow>
256 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
257 </OnShow>
258 </Scripts>
259 </Button>
260 <Button name="AQQuestbutton6" inherits="" text="6">
261 <Size>
262 <AbsDimension x="165" y="20"/>
263 </Size>
264 <Anchors>
265 <Anchor point="TOPLEFT">
266 <Offset>
267 <AbsDimension x="15" y="-210"/>
268 </Offset>
269 </Anchor>
270 </Anchors>
271 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
272 <Scripts>
273 <OnClick> AQSHOWNQUEST = 6; Quest_OnClick(); </OnClick>
274 <OnShow>
275 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
276 </OnShow>
277 </Scripts>
278 </Button>
279 <Button name="AQQuestbutton7" inherits="" text="7">
280 <Size>
281 <AbsDimension x="165" y="20"/>
282 </Size>
283 <Anchors>
284 <Anchor point="TOPLEFT">
285 <Offset>
286 <AbsDimension x="15" y="-230"/>
287 </Offset>
288 </Anchor>
289 </Anchors>
290 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
291 <Scripts>
292 <OnClick> AQSHOWNQUEST = 7; Quest_OnClick(); </OnClick>
293 <OnShow>
294 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
295 </OnShow>
296 </Scripts>
297 </Button>
298 <Button name="AQQuestbutton8" inherits="" text="8">
299 <Size>
300 <AbsDimension x="165" y="20"/>
301 </Size>
302 <Anchors>
303 <Anchor point="TOPLEFT">
304 <Offset>
305 <AbsDimension x="15" y="-250"/>
306 </Offset>
307 </Anchor>
308 </Anchors>
309 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
310 <Scripts>
311 <OnClick> AQSHOWNQUEST = 8; Quest_OnClick(); </OnClick>
312 <OnShow>
313 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
314 </OnShow>
315 </Scripts>
316 </Button>
317 <Button name="AQQuestbutton9" inherits="" text="9">
318 <Size>
319 <AbsDimension x="165" y="20"/>
320 </Size>
321 <Anchors>
322 <Anchor point="TOPLEFT">
323 <Offset>
324 <AbsDimension x="15" y="-270"/>
325 </Offset>
326 </Anchor>
327 </Anchors>
328 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
329 <Scripts>
330 <OnClick> AQSHOWNQUEST = 9; Quest_OnClick(); </OnClick>
331 <OnShow>
332 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
333 </OnShow>
334 </Scripts>
335 </Button>
336 <Button name="AQQuestbutton10" inherits="" text="10">
337 <Size>
338 <AbsDimension x="165" y="20"/>
339 </Size>
340 <Anchors>
341 <Anchor point="TOPLEFT">
342 <Offset>
343 <AbsDimension x="15" y="-290"/>
344 </Offset>
345 </Anchor>
346 </Anchors>
347 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
348 <Scripts>
349 <OnClick> AQSHOWNQUEST = 10; Quest_OnClick(); </OnClick>
350 <OnShow>
351 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
352 </OnShow>
353 </Scripts>
354 </Button>
355 <Button name="AQQuestbutton11" inherits="" text="11">
356 <Size>
357 <AbsDimension x="165" y="20"/>
358 </Size>
359 <Anchors>
360 <Anchor point="TOPLEFT">
361 <Offset>
362 <AbsDimension x="15" y="-310"/>
363 </Offset>
364 </Anchor>
365 </Anchors>
366 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
367 <Scripts>
368 <OnClick> AQSHOWNQUEST = 11; Quest_OnClick(); </OnClick>
369 <OnShow>
370 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
371 </OnShow>
372 </Scripts>
373 </Button>
374 <Button name="AQQuestbutton12" inherits="" text="12">
375 <Size>
376 <AbsDimension x="165" y="20"/>
377 </Size>
378 <Anchors>
379 <Anchor point="TOPLEFT">
380 <Offset>
381 <AbsDimension x="15" y="-330"/>
382 </Offset>
383 </Anchor>
384 </Anchors>
385 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
386 <Scripts>
387 <OnClick> AQSHOWNQUEST = 12; Quest_OnClick(); </OnClick>
388 <OnShow>
389 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
390 </OnShow>
391 </Scripts>
392 </Button>
393 <Button name="AQQuestbutton13" inherits="" text="13">
394 <Size>
395 <AbsDimension x="165" y="20"/>
396 </Size>
397 <Anchors>
398 <Anchor point="TOPLEFT">
399 <Offset>
400 <AbsDimension x="15" y="-350"/>
401 </Offset>
402 </Anchor>
403 </Anchors>
404 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
405 <Scripts>
406 <OnClick> AQSHOWNQUEST = 13; Quest_OnClick(); </OnClick>
407 <OnShow>
408 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
409 </OnShow>
410 </Scripts>
411 </Button>
412 <Button name="AQQuestbutton14" inherits="" text="14">
413 <Size>
414 <AbsDimension x="165" y="20"/>
415 </Size>
416 <Anchors>
417 <Anchor point="TOPLEFT">
418 <Offset>
419 <AbsDimension x="15" y="-370"/>
420 </Offset>
421 </Anchor>
422 </Anchors>
423 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
424 <Scripts>
425 <OnClick> AQSHOWNQUEST = 14; Quest_OnClick(); </OnClick>
426 <OnShow>
427 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
428 </OnShow>
429 </Scripts>
430 </Button>
431 <Button name="AQQuestbutton15" inherits="" text="15">
432 <Size>
433 <AbsDimension x="165" y="20"/>
434 </Size>
435 <Anchors>
436 <Anchor point="TOPLEFT">
437 <Offset>
438 <AbsDimension x="15" y="-390"/>
439 </Offset>
440 </Anchor>
441 </Anchors>
442 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
443 <Scripts>
444 <OnClick> AQSHOWNQUEST = 15; Quest_OnClick(); </OnClick>
445 <OnShow>
446 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
447 </OnShow>
448 </Scripts>
449 </Button>
450 <Button name="AQQuestbutton16" inherits="" text="16">
451 <Size>
452 <AbsDimension x="165" y="20"/>
453 </Size>
454 <Anchors>
455 <Anchor point="TOPLEFT">
456 <Offset>
457 <AbsDimension x="15" y="-410"/>
458 </Offset>
459 </Anchor>
460 </Anchors>
461 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
462 <Scripts>
463 <OnClick> AQSHOWNQUEST = 16; Quest_OnClick(); </OnClick>
464 <OnShow>
465 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
466 </OnShow>
467 </Scripts>
468 </Button>
469 <Button name="AQQuestbutton17" inherits="" text="17">
470 <Size>
471 <AbsDimension x="165" y="20"/>
472 </Size>
473 <Anchors>
474 <Anchor point="TOPLEFT">
475 <Offset>
476 <AbsDimension x="15" y="-430"/>
477 </Offset>
478 </Anchor>
479 </Anchors>
480 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
481 <Scripts>
482 <OnClick> AQSHOWNQUEST = 17; Quest_OnClick(); </OnClick>
483 <OnShow>
484 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
485 </OnShow>
486 </Scripts>
487 </Button>
488 <Button name="AQQuestbutton18" inherits="" text="18">
489 <Size>
490 <AbsDimension x="165" y="20"/>
491 </Size>
492 <Anchors>
493 <Anchor point="TOPLEFT">
494 <Offset>
495 <AbsDimension x="15" y="-450"/>
496 </Offset>
497 </Anchor>
498 </Anchors>
499 <HighlightTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD"/>
500 <Scripts>
501 <OnClick> AQSHOWNQUEST = 18; Quest_OnClick(); </OnClick>
502 <OnShow>
503 this:SetFrameLevel( this:GetParent():GetFrameLevel() + 1 );
504 </OnShow>
505 </Scripts>
506 </Button>
507 </Frames>
508 <Layers>
509 <Layer level="ARTWORK">
510 <FontString name="Ueberschriftborder" inherits="GameFontNormal">
511 <Size>
512 <AbsDimension x="220" y="12"/>
513 </Size>
514 <Anchors>
515 <Anchor point="TOP">
516 <Offset>
517 <AbsDimension x="0" y="-50"/>
518 </Offset>
519 </Anchor>
520 </Anchors>
521 </FontString>
522 <FontString name="AtlasQuestUeberschrift" inherits="GameFontNormal">
523 <Size>
524 <AbsDimension x="200" y="12"/>
525 </Size>
526 <Anchors>
527 <Anchor point="TOP">
528 <Offset>
529 <AbsDimension x="6" y="-27"/>
530 </Offset>
531 </Anchor>
532 </Anchors>
533 </FontString>
534 <FontString name="AtlasQuestAnzahl" inherits="GameFontNormal">
535 <Size>
536 <AbsDimension x="60" y="40"/>
537 </Size>
538 <Anchors>
539 <Anchor point="TOP">
540 <Offset>
541 <AbsDimension x="0" y="-70"/>
542 </Offset>
543 </Anchor>
544 </Anchors>
545 </FontString>
546 <Texture name="AQBACKGROUNDTEXTUR" file="Interface\AddOns\Atlas\Images\AtlasFrame-Right">
547 <Size><AbsDimension x="185" y="495"/></Size>
548 <Anchors>
549 <Anchor point="TOPRIGHT" >
550 <Offset>
551 <AbsDimension x="-5" y="-5"/>
552 </Offset>
553 </Anchor>
554 </Anchors>
555 <TexCoords left="0.2" right="0.6" top="0.4" bottom="0.9" />
556 </Texture>
557 </Layer>
558 <Layer level="OVERLAY">
559 <Texture name="AQQuesstart_1" file="Interface\GossipFrame\PetitionGossipIcon">
560 <Size><AbsDimension x="13" y="15"/></Size>
561 <Anchors>
562 <Anchor point="TOPLEFT" >
563 <Offset>
564 <AbsDimension x="8" y="-112"/>
565 </Offset>
566 </Anchor>
567 </Anchors>
568 </Texture>
569 <Texture name="AQQuesstart_2" file="Interface\GossipFrame\PetitionGossipIcon">
570 <Size><AbsDimension x="13" y="15"/></Size>
571 <Anchors>
572 <Anchor point="TOPLEFT" relativeTo="AQQuesstart_1" relativePoint="TOPLEFT">
573 <Offset><AbsDimension x="0" y="-20"/></Offset>
574 </Anchor>
575 </Anchors>
576 </Texture>
577 <Texture name="AQQuesstart_3" file="Interface\GossipFrame\PetitionGossipIcon">
578 <Size><AbsDimension x="13" y="15"/></Size>
579 <Anchors>
580 <Anchor point="TOPLEFT" relativeTo="AQQuesstart_2" relativePoint="TOPLEFT">
581 <Offset><AbsDimension x="0" y="-20"/></Offset>
582 </Anchor>
583 </Anchors>
584 </Texture>
585 <Texture name="AQQuesstart_4" file="Interface\GossipFrame\PetitionGossipIcon">
586 <Size><AbsDimension x="13" y="15"/></Size>
587 <Anchors>
588 <Anchor point="TOPLEFT" relativeTo="AQQuesstart_3" relativePoint="TOPLEFT">
589 <Offset><AbsDimension x="0" y="-20"/></Offset>
590 </Anchor>
591 </Anchors>
592 </Texture>
593 <Texture name="AQQuesstart_5" file="Interface\GossipFrame\PetitionGossipIcon">
594 <Size><AbsDimension x="13" y="15"/></Size>
595 <Anchors>
596 <Anchor point="TOPLEFT" relativeTo="AQQuesstart_4" relativePoint="TOPLEFT">
597 <Offset><AbsDimension x="0" y="-20"/></Offset>
598 </Anchor>
599 </Anchors>
600 </Texture>
601 <Texture name="AQQuesstart_6" file="Interface\GossipFrame\PetitionGossipIcon">
602 <Size><AbsDimension x="13" y="15"/></Size>
603 <Anchors>
604 <Anchor point="TOPLEFT" relativeTo="AQQuesstart_5" relativePoint="TOPLEFT">
605 <Offset><AbsDimension x="0" y="-20"/></Offset>
606 </Anchor>
607 </Anchors>
608 </Texture>
609 <Texture name="AQQuesstart_7" file="Interface\GossipFrame\PetitionGossipIcon">
610 <Size><AbsDimension x="13" y="15"/></Size>
611 <Anchors>
612 <Anchor point="TOPLEFT" relativeTo="AQQuesstart_6" relativePoint="TOPLEFT">
613 <Offset><AbsDimension x="0" y="-20"/></Offset>
614 </Anchor>
615 </Anchors>
616 </Texture>
617 <Texture name="AQQuesstart_8" file="Interface\GossipFrame\PetitionGossipIcon">
618 <Size><AbsDimension x="13" y="15"/></Size>
619 <Anchors>
620 <Anchor point="TOPLEFT" relativeTo="AQQuesstart_7" relativePoint="TOPLEFT">
621 <Offset><AbsDimension x="0" y="-20"/></Offset>
622 </Anchor>
623 </Anchors>
624 </Texture>
625 <Texture name="AQQuesstart_9" file="Interface\GossipFrame\PetitionGossipIcon">
626 <Size><AbsDimension x="13" y="15"/></Size>
627 <Anchors>
628 <Anchor point="TOPLEFT" relativeTo="AQQuesstart_8" relativePoint="TOPLEFT">
629 <Offset><AbsDimension x="0" y="-20"/></Offset>
630 </Anchor>
631 </Anchors>
632 </Texture>
633 <Texture name="AQQuesstart_10" file="Interface\GossipFrame\PetitionGossipIcon">
634 <Size><AbsDimension x="13" y="15"/></Size>
635 <Anchors>
636 <Anchor point="TOPLEFT" relativeTo="AQQuesstart_9" relativePoint="TOPLEFT">
637 <Offset><AbsDimension x="0" y="-20"/></Offset>
638 </Anchor>
639 </Anchors>
640 </Texture>
641 <Texture name="AQQuesstart_11" file="Interface\GossipFrame\PetitionGossipIcon">
642 <Size><AbsDimension x="13" y="15"/></Size>
643 <Anchors>
644 <Anchor point="TOPLEFT" relativeTo="AQQuesstart_10" relativePoint="TOPLEFT">
645 <Offset><AbsDimension x="0" y="-20"/></Offset>
646 </Anchor>
647 </Anchors>
648 </Texture>
649 <Texture name="AQQuesstart_12" file="Interface\GossipFrame\PetitionGossipIcon">
650 <Size><AbsDimension x="13" y="15"/></Size>
651 <Anchors>
652 <Anchor point="TOPLEFT" relativeTo="AQQuesstart_11" relativePoint="TOPLEFT">
653 <Offset><AbsDimension x="0" y="-20"/></Offset>
654 </Anchor>
655 </Anchors>
656 </Texture>
657 <Texture name="AQQuesstart_13" file="Interface\GossipFrame\PetitionGossipIcon">
658 <Size><AbsDimension x="13" y="15"/></Size>
659 <Anchors>
660 <Anchor point="TOPLEFT" relativeTo="AQQuesstart_12" relativePoint="TOPLEFT">
661 <Offset><AbsDimension x="0" y="-20"/></Offset>
662 </Anchor>
663 </Anchors>
664 </Texture>
665 <Texture name="AQQuesstart_14" file="Interface\GossipFrame\PetitionGossipIcon">
666 <Size><AbsDimension x="13" y="15"/></Size>
667 <Anchors>
668 <Anchor point="TOPLEFT" relativeTo="AQQuesstart_13" relativePoint="TOPLEFT">
669 <Offset><AbsDimension x="0" y="-20"/></Offset>
670 </Anchor>
671 </Anchors>
672 </Texture>
673 <Texture name="AQQuesstart_15" file="Interface\GossipFrame\PetitionGossipIcon">
674 <Size><AbsDimension x="13" y="15"/></Size>
675 <Anchors>
676 <Anchor point="TOPLEFT" relativeTo="AQQuesstart_14" relativePoint="TOPLEFT">
677 <Offset><AbsDimension x="0" y="-20"/></Offset>
678 </Anchor>
679 </Anchors>
680 </Texture>
681 <Texture name="AQQuesstart_16" file="Interface\GossipFrame\PetitionGossipIcon">
682 <Size><AbsDimension x="13" y="15"/></Size>
683 <Anchors>
684 <Anchor point="TOPLEFT" relativeTo="AQQuesstart_15" relativePoint="TOPLEFT">
685 <Offset><AbsDimension x="0" y="-20"/></Offset>
686 </Anchor>
687 </Anchors>
688 </Texture>
689 <Texture name="AQQuestlineArrow_1" file="Interface\Glues\Login\UI-BackArrow">
690 <Size><AbsDimension x="13" y="15"/></Size>
691 <Anchors>
692 <Anchor point="TOPLEFT" >
693 <Offset>
694 <AbsDimension x="8" y="-112"/>
695 </Offset>
696 </Anchor>
697 </Anchors>
698 </Texture>
699 <Texture name="AQQuestlineArrow_2" file="Interface\Glues\Login\UI-BackArrow">
700 <Size><AbsDimension x="13" y="15"/></Size>
701 <Anchors>
702 <Anchor point="TOPLEFT" relativeTo="AQQuestlineArrow_1" relativePoint="TOPLEFT">
703 <Offset><AbsDimension x="0" y="-20"/></Offset>
704 </Anchor>
705 </Anchors>
706 </Texture>
707 <Texture name="AQQuestlineArrow_3" file="Interface\Glues\Login\UI-BackArrow">
708 <Size><AbsDimension x="13" y="15"/></Size>
709 <Anchors>
710 <Anchor point="TOPLEFT" relativeTo="AQQuestlineArrow_2" relativePoint="TOPLEFT">
711 <Offset><AbsDimension x="0" y="-20"/></Offset>
712 </Anchor>
713 </Anchors>
714 </Texture>
715 <Texture name="AQQuestlineArrow_4" file="Interface\Glues\Login\UI-BackArrow">
716 <Size><AbsDimension x="13" y="15"/></Size>
717 <Anchors>
718 <Anchor point="TOPLEFT" relativeTo="AQQuestlineArrow_3" relativePoint="TOPLEFT">
719 <Offset><AbsDimension x="0" y="-20"/></Offset>
720 </Anchor>
721 </Anchors>
722 </Texture>
723 <Texture name="AQQuestlineArrow_5" file="Interface\Glues\Login\UI-BackArrow">
724 <Size><AbsDimension x="13" y="15"/></Size>
725 <Anchors>
726 <Anchor point="TOPLEFT" relativeTo="AQQuestlineArrow_4" relativePoint="TOPLEFT">
727 <Offset><AbsDimension x="0" y="-20"/></Offset>
728 </Anchor>
729 </Anchors>
730 </Texture>
731 <Texture name="AQQuestlineArrow_6" file="Interface\Glues\Login\UI-BackArrow">
732 <Size><AbsDimension x="13" y="15"/></Size>
733 <Anchors>
734 <Anchor point="TOPLEFT" relativeTo="AQQuestlineArrow_5" relativePoint="TOPLEFT">
735 <Offset><AbsDimension x="0" y="-20"/></Offset>
736 </Anchor>
737 </Anchors>
738 </Texture>
739 <Texture name="AQQuestlineArrow_7" file="Interface\Glues\Login\UI-BackArrow">
740 <Size><AbsDimension x="13" y="15"/></Size>
741 <Anchors>
742 <Anchor point="TOPLEFT" relativeTo="AQQuestlineArrow_6" relativePoint="TOPLEFT">
743 <Offset><AbsDimension x="0" y="-20"/></Offset>
744 </Anchor>
745 </Anchors>
746 </Texture>
747 <Texture name="AQQuestlineArrow_8" file="Interface\Glues\Login\UI-BackArrow">
748 <Size><AbsDimension x="13" y="15"/></Size>
749 <Anchors>
750 <Anchor point="TOPLEFT" relativeTo="AQQuestlineArrow_7" relativePoint="TOPLEFT">
751 <Offset><AbsDimension x="0" y="-20"/></Offset>
752 </Anchor>
753 </Anchors>
754 </Texture>
755 <Texture name="AQQuestlineArrow_9" file="Interface\Glues\Login\UI-BackArrow">
756 <Size><AbsDimension x="13" y="15"/></Size>
757 <Anchors>
758 <Anchor point="TOPLEFT" relativeTo="AQQuestlineArrow_8" relativePoint="TOPLEFT">
759 <Offset><AbsDimension x="0" y="-20"/></Offset>
760 </Anchor>
761 </Anchors>
762 </Texture>
763 <Texture name="AQQuestlineArrow_10" file="Interface\Glues\Login\UI-BackArrow">
764 <Size><AbsDimension x="13" y="15"/></Size>
765 <Anchors>
766 <Anchor point="TOPLEFT" relativeTo="AQQuestlineArrow_9" relativePoint="TOPLEFT">
767 <Offset><AbsDimension x="0" y="-20"/></Offset>
768 </Anchor>
769 </Anchors>
770 </Texture>
771 <Texture name="AQQuestlineArrow_11" file="Interface\Glues\Login\UI-BackArrow">
772 <Size><AbsDimension x="13" y="15"/></Size>
773 <Anchors>
774 <Anchor point="TOPLEFT" relativeTo="AQQuestlineArrow_10" relativePoint="TOPLEFT">
775 <Offset><AbsDimension x="0" y="-20"/></Offset>
776 </Anchor>
777 </Anchors>
778 </Texture>
779 <Texture name="AQQuestlineArrow_12" file="Interface\Glues\Login\UI-BackArrow">
780 <Size><AbsDimension x="13" y="15"/></Size>
781 <Anchors>
782 <Anchor point="TOPLEFT" relativeTo="AQQuestlineArrow_11" relativePoint="TOPLEFT">
783 <Offset><AbsDimension x="0" y="-20"/></Offset>
784 </Anchor>
785 </Anchors>
786 </Texture>
787 <Texture name="AQQuestlineArrow_13" file="Interface\Glues\Login\UI-BackArrow">
788 <Size><AbsDimension x="13" y="15"/></Size>
789 <Anchors>
790 <Anchor point="TOPLEFT" relativeTo="AQQuestlineArrow_12" relativePoint="TOPLEFT">
791 <Offset><AbsDimension x="0" y="-20"/></Offset>
792 </Anchor>
793 </Anchors>
794 </Texture>
795 <Texture name="AQQuestlineArrow_14" file="Interface\Glues\Login\UI-BackArrow">
796 <Size><AbsDimension x="13" y="15"/></Size>
797 <Anchors>
798 <Anchor point="TOPLEFT" relativeTo="AQQuestlineArrow_13" relativePoint="TOPLEFT">
799 <Offset><AbsDimension x="0" y="-20"/></Offset>
800 </Anchor>
801 </Anchors>
802 </Texture>
803 <Texture name="AQQuestlineArrow_15" file="Interface\Glues\Login\UI-BackArrow">
804 <Size><AbsDimension x="13" y="15"/></Size>
805 <Anchors>
806 <Anchor point="TOPLEFT" relativeTo="AQQuestlineArrow_14" relativePoint="TOPLEFT">
807 <Offset><AbsDimension x="0" y="-20"/></Offset>
808 </Anchor>
809 </Anchors>
810 </Texture>
811 <Texture name="AQQuestlineArrow_16" file="Interface\Glues\Login\UI-BackArrow">
812 <Size><AbsDimension x="13" y="15"/></Size>
813 <Anchors>
814 <Anchor point="TOPLEFT" relativeTo="AQQuestlineArrow_15" relativePoint="TOPLEFT">
815 <Offset><AbsDimension x="0" y="-20"/></Offset>
816 </Anchor>
817 </Anchors>
818 </Texture>
819 <FontString name="AQBUTTONTEXT1" inherits="AQFontVERYSmall" text="1" justifyH = "LEFT">
820 <Size><AbsDimension x="165" y="20"/></Size>
821 <Anchors>
822 <Anchor point="TOPLEFT">
823 <Offset>
824 <AbsDimension x="22" y="-110"/>
825 </Offset>
826 </Anchor>
827 </Anchors>
828 </FontString>
829 <FontString name="AQBUTTONTEXT2" inherits="AQFontVERYSmall" text="2" justifyH = "LEFT">
830 <Size><AbsDimension x="165" y="20"/></Size>
831 <Anchors>
832 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT1" relativePoint="TOPLEFT">
833 <Offset><AbsDimension x="0" y="-20"/></Offset>
834 </Anchor>
835 </Anchors>
836 </FontString>
837 <FontString name="AQBUTTONTEXT3" inherits="AQFontVERYSmall" text="3" justifyH = "LEFT">
838 <Size><AbsDimension x="165" y="20"/></Size>
839 <Anchors>
840 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT2" relativePoint="TOPLEFT">
841 <Offset><AbsDimension x="0" y="-20"/></Offset>
842 </Anchor>
843 </Anchors>
844 </FontString>
845 <FontString name="AQBUTTONTEXT4" inherits="AQFontVERYSmall" text="4" justifyH = "LEFT">
846 <Size><AbsDimension x="165" y="20"/></Size>
847 <Anchors>
848 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT3" relativePoint="TOPLEFT">
849 <Offset><AbsDimension x="0" y="-20"/></Offset>
850 </Anchor>
851 </Anchors>
852 </FontString>
853 <FontString name="AQBUTTONTEXT5" inherits="AQFontVERYSmall" text="5" justifyH = "LEFT">
854 <Size><AbsDimension x="165" y="20"/></Size>
855 <Anchors>
856 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT4" relativePoint="TOPLEFT">
857 <Offset><AbsDimension x="0" y="-20"/></Offset>
858 </Anchor>
859 </Anchors>
860 </FontString>
861 <FontString name="AQBUTTONTEXT6" inherits="AQFontVERYSmall" text="6" justifyH = "LEFT">
862 <Size><AbsDimension x="165" y="20"/></Size>
863 <Anchors>
864 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT5" relativePoint="TOPLEFT">
865 <Offset><AbsDimension x="0" y="-20"/></Offset>
866 </Anchor>
867 </Anchors>
868 </FontString>
869 <FontString name="AQBUTTONTEXT7" inherits="AQFontVERYSmall" text="7" justifyH = "LEFT">
870 <Size><AbsDimension x="165" y="20"/></Size>
871 <Anchors>
872 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT6" relativePoint="TOPLEFT">
873 <Offset><AbsDimension x="0" y="-20"/></Offset>
874 </Anchor>
875 </Anchors>
876 </FontString>
877 <FontString name="AQBUTTONTEXT8" inherits="AQFontVERYSmall" text="8" justifyH = "LEFT">
878 <Size><AbsDimension x="165" y="20"/></Size>
879 <Anchors>
880 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT7" relativePoint="TOPLEFT">
881 <Offset><AbsDimension x="0" y="-20"/></Offset>
882 </Anchor>
883 </Anchors>
884 </FontString>
885 <FontString name="AQBUTTONTEXT9" inherits="AQFontVERYSmall" text="9" justifyH = "LEFT">
886 <Size><AbsDimension x="165" y="20"/></Size>
887 <Anchors>
888 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT8" relativePoint="TOPLEFT">
889 <Offset><AbsDimension x="0" y="-20"/></Offset>
890 </Anchor>
891 </Anchors>
892 </FontString>
893 <FontString name="AQBUTTONTEXT10" inherits="AQFontVERYSmall" text="10" justifyH = "LEFT">
894 <Size><AbsDimension x="165" y="20"/></Size>
895 <Anchors>
896 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT9" relativePoint="TOPLEFT">
897 <Offset><AbsDimension x="0" y="-20"/></Offset>
898 </Anchor>
899 </Anchors>
900 </FontString>
901 <FontString name="AQBUTTONTEXT11" inherits="AQFontVERYSmall" text="11" justifyH = "LEFT">
902 <Size><AbsDimension x="165" y="20"/></Size>
903 <Anchors>
904 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT10" relativePoint="TOPLEFT">
905 <Offset><AbsDimension x="0" y="-20"/></Offset>
906 </Anchor>
907 </Anchors>
908 </FontString>
909 <FontString name="AQBUTTONTEXT12" inherits="AQFontVERYSmall" text="12" justifyH = "LEFT">
910 <Size><AbsDimension x="165" y="20"/></Size>
911 <Anchors>
912 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT11" relativePoint="TOPLEFT">
913 <Offset><AbsDimension x="0" y="-20"/></Offset>
914 </Anchor>
915 </Anchors>
916 </FontString>
917 <FontString name="AQBUTTONTEXT13" inherits="AQFontVERYSmall" text="13" justifyH = "LEFT">
918 <Size><AbsDimension x="165" y="20"/></Size>
919 <Anchors>
920 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT12" relativePoint="TOPLEFT">
921 <Offset><AbsDimension x="0" y="-20"/></Offset>
922 </Anchor>
923 </Anchors>
924 </FontString>
925 <FontString name="AQBUTTONTEXT14" inherits="AQFontVERYSmall" text="14" justifyH = "LEFT">
926 <Size><AbsDimension x="165" y="20"/></Size>
927 <Anchors>
928 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT13" relativePoint="TOPLEFT">
929 <Offset><AbsDimension x="0" y="-20"/></Offset>
930 </Anchor>
931 </Anchors>
932 </FontString>
933 <FontString name="AQBUTTONTEXT15" inherits="AQFontVERYSmall" text="15" justifyH = "LEFT">
934 <Size><AbsDimension x="165" y="20"/></Size>
935 <Anchors>
936 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT14" relativePoint="TOPLEFT">
937 <Offset><AbsDimension x="0" y="-20"/></Offset>
938 </Anchor>
939 </Anchors>
940 </FontString>
941 <FontString name="AQBUTTONTEXT16" inherits="AQFontVERYSmall" text="16" justifyH = "LEFT">
942 <Size><AbsDimension x="165" y="20"/></Size>
943 <Anchors>
944 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT15" relativePoint="TOPLEFT">
945 <Offset><AbsDimension x="0" y="-20"/></Offset>
946 </Anchor>
947 </Anchors>
948 </FontString>
949 <FontString name="AQBUTTONTEXT17" inherits="AQFontVERYSmall" text="17" justifyH = "LEFT">
950 <Size><AbsDimension x="165" y="20"/></Size>
951 <Anchors>
952 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT16" relativePoint="TOPLEFT">
953 <Offset><AbsDimension x="0" y="-20"/></Offset>
954 </Anchor>
955 </Anchors>
956 </FontString>
957 <FontString name="AQBUTTONTEXT18" inherits="AQFontVERYSmall" text="18" justifyH = "LEFT">
958 <Size><AbsDimension x="165" y="20"/></Size>
959 <Anchors>
960 <Anchor point="TOPLEFT" relativeTo="AQBUTTONTEXT17" relativePoint="TOPLEFT">
961 <Offset><AbsDimension x="0" y="-20"/></Offset>
962 </Anchor>
963 </Anchors>
964 </FontString>
965 <Texture name="AQ_HordeTexture" file="Interface\TargetingFrame\UI-PVP-HORDE">
966 <Size><AbsDimension x="50" y="50"/></Size>
967 <Anchors>
968 <Anchor point="TOPRIGHT" >
969 <Offset><AbsDimension x="-22" y="-75"/></Offset>
970 </Anchor>
971 </Anchors>
972 </Texture>
973 <Texture name="AQ_AllianceTexture" file="Interface\TargetingFrame\UI-PVP-ALLIANCE">
974 <Size><AbsDimension x="50" y="50"/></Size>
975 <Anchors>
976 <Anchor point="TOPLEFT">
977 <Offset><AbsDimension x="38" y="-75"/></Offset>
978 </Anchor>
979 </Anchors>
980 </Texture>
981 </Layer>
982 </Layers>
983 <Scripts>
984 <OnLoad>
985 AQ_OnLoad();
986 </OnLoad>
987 <OnUpdate>
988 AQ_OnUpdate(arg1);
989 </OnUpdate>
990 <OnShow>
991 -- this:SetFrameLevel( AtlasFrame:GetFrameLevel() + 1);
992 </OnShow>
993 <OnEvent>
994 AtlasQuest_OnEvent();
995 </OnEvent>
996 </Scripts>
997 </Frame>
998  
999 <!-- Added for AlphaMap Compatibility -->
1000  
1001 <Button name="AQ_AMCloseButton" inherits="OptionsButtonTemplate" text="AQ" parent="AlphaMapAlphaMapFrame">
1002 <Size>
1003 <AbsDimension x="45" y="35"/>
1004 </Size>
1005 <Anchors>
1006 <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT" relativeTo="AlphaMapAlphaMapFrame">
1007 <Offset>
1008 <AbsDimension x="0" y="5"/>
1009 </Offset>
1010 </Anchor>
1011 </Anchors>
1012 <Scripts>
1013 <OnClick>
1014 AQCLOSE_OnClick();
1015 </OnClick>
1016 </Scripts>
1017 </Button>
1018  
1019 </Ui>