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"
2 xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\..\FrameXML\UI.xsd">
3 <Script file="localization.lua"/>
4 <Script file="Moog_MH.lua"/>
5 <Script file="Moog_Hud.lua"/>
6  
7 <!-- Aura Template -->
8 <Button name="Moog_HudAuraTemplate" virtual="true">
9 <Size>
10 <AbsDimension x="13" y="13"/>
11 </Size>
12 <Layers>
13 <Layer level="ARTWORK">
14 <Texture name="$parentIcon" setAllPoints="true"/>
15 </Layer>
16 <Layer level="OVERLAY">
17 <Texture name="$parentBorder" file="Interface\Buttons\UI-Debuff-Border" hidden="true">
18 <Size>
19 <AbsDimension x="13" y="13"/>
20 </Size>
21 <Anchors>
22 <Anchor point="CENTER">
23 <Offset>
24 <AbsDimension x="0" y="0"/>
25 </Offset>
26 </Anchor>
27 </Anchors>
28 </Texture>
29 <FontString name="$parentCount" inherits="NumberFontNormalSmall">
30 <Anchors>
31 <Anchor point="BOTTOMRIGHT">
32 <Offset>
33 <AbsDimension x="-1" y="0"/>
34 </Offset>
35 </Anchor>
36 </Anchors>
37 </FontString>
38 </Layer>
39 </Layers>
40 <Scripts>
41 <OnLoad>
42 local icon = getglobal(this:GetName().."Icon");
43 icon:SetTexture("Interface\\Icons\\INV_Misc_Ear_Human_02");
44 </OnLoad>
45 <OnEnter>
46 Moog_HudSetAuraTooltip();
47 </OnEnter>
48 <OnLeave>
49 GameTooltip:Hide();
50 </OnLeave>
51 </Scripts>
52 </Button>
53  
54 <Frame name="Moog_Hud" parent="UIParent" hidden="false" frameStrata="LOW">
55 <Size>
56 <AbsDimension x="50" y="350"/>
57 </Size>
58 <Anchors>
59 <Anchor point="CENTER" relativeTo="UIParent" relativePoint="CENTER">
60 <Offset>
61 <AbsDimension x="0" y="50"/>
62 </Offset>
63 </Anchor>
64 </Anchors>
65 <Frames>
66 <Frame name="Moog_SelfHud" parent="Moog_Hud" hidden="false" frameStrata="LOW">
67 <Size>
68 <AbsDimension x="50" y="350"/>
69 </Size>
70 <Anchors>
71 <Anchor point="CENTER" relativeTo="Moog_Hud" relativePoint="CENTER">
72 <Offset>
73 <AbsDimension x="0" y="0"/>
74 </Offset>
75 </Anchor>
76 </Anchors>
77 <Layers>
78 <Layer level = "BACKGROUND">
79 <FontString name="Moog_HudCombo" outline="NORMAL" font="Fonts\FRIZQT__.TTF" justifyH="CENTER">
80 <FontHeight>
81 <AbsValue val="30"/>
82 </FontHeight>
83 <Color r="1" g="1" b="0"/>
84 <Size>
85 <AbsDimension x="50" y="30"/>
86 </Size>
87 <Anchors>
88 <Anchor point="BOTTOM">
89 <Offset>
90 <AbsDimension x="0" y="-20"/>
91 </Offset>
92 </Anchor>
93 </Anchors>
94 </FontString>
95 <FontString name="Moog_HudHealthText" outline="NORMAL" font="Fonts\FRIZQT__.TTF" justifyH="RIGHT">
96 <FontHeight>
97 <AbsValue val="14"/>
98 </FontHeight>
99 <Color r="1" g="1" b="0"/>
100 <Size>
101 <AbsDimension x="150" y="14"/>
102 </Size>
103 <Anchors>
104 <Anchor point="BOTTOMRIGHT" relativeTo="Moog_HudCombo" relativePoint="TOPLEFT">
105 <Offset>
106 <AbsDimension x="0" y="0"/>
107 </Offset>
108 </Anchor>
109 </Anchors>
110 </FontString>
111 <FontString name="Moog_HudManaText" outline="NORMAL" font="Fonts\FRIZQT__.TTF" justifyH="LEFT">
112 <FontHeight>
113 <AbsValue val="14"/>
114 </FontHeight>
115 <Color r="1" g="1" b="0"/>
116 <Size>
117 <AbsDimension x="150" y="14"/>
118 </Size>
119 <Anchors>
120 <Anchor point="BOTTOMLEFT" relativeTo="Moog_HudCombo" relativePoint="TOPRIGHT">
121 <Offset>
122 <AbsDimension x="0" y="0"/>
123 </Offset>
124 </Anchor>
125 </Anchors>
126 </FontString>
127 </Layer>
128 </Layers>
129 <Frames>
130 <Button name="Moog_Player_Icon" parent="Moog_SelfHud" hidden="false" frameStrata="LOW" enableMouse="true" movable="true">
131 <Size>
132 <AbsDimension x="20" y="20"/>
133 </Size>
134 <Anchors>
135 <Anchor point="BOTTOMLEFT" relativeTo="Moog_HudCombo" relativePoint="TOPLEFT">
136 <Offset>
137 <AbsDimension x="15" y="0"/>
138 </Offset>
139 </Anchor>
140 </Anchors>
141 <Layers>
142 <Layer level="OVERLAY">
143 <Texture name="Moog_Player_ClassTexture" file="Interface\Glues\CharacterCreate\UI-CharacterCreate-Classes" enableMouse="true">
144 <Size>
145 <AbsDimension x="20" y="20"/>
146 </Size>
147 <Anchors>
148 <Anchor point="CENTER">
149 <Offset>
150 <AbsDimension x="0" y="0"/>
151 </Offset>
152 </Anchor>
153 </Anchors>
154 </Texture>
155 <!-- Seal: Added -->
156 <Texture name="Moog_Hud_player_StatusTexture" file="Interface\CharacterFrame\UI-StateIcon" enableMouse="false" hidden="true">
157 <Size>
158 <AbsDimension x="12" y="12"/>
159 </Size>
160 <Anchors>
161 <Anchor point="BOTTOMRIGHT" relativeTo="Moog_Player_ClassTexture" relativePoint="TOPLEFT">
162 <Offset>
163 <AbsDimension x="0" y="0"/>
164 </Offset>
165 </Anchor>
166 </Anchors>
167 </Texture>
168 <Texture name="Moog_Hud_player_PvPTexture" file="Interface\\TargetingFrame\\UI-PVP-FFA" enableMouse="false" hidden="true">
169 <Size>
170 <AbsDimension x="24" y="24"/>
171 </Size>
172 <Anchors>
173 <Anchor point="BOTTOMLEFT" relativeTo="Moog_Player_ClassTexture" relativePoint="TOPRIGHT">
174 <Offset>
175 <AbsDimension x="-2" y="-11"/>
176 </Offset>
177 </Anchor>
178 </Anchors>
179 </Texture>
180 <Texture name="Moog_Hud_player_LeaderTexture" file="Interface\GroupFrame\UI-Group-LeaderIcon" enableMouse="false" hidden="true">
181 <Size>
182 <AbsDimension x="12" y="12"/>
183 </Size>
184 <Anchors>
185 <Anchor point="TOPRIGHT" relativeTo="Moog_Player_ClassTexture" relativePoint="TOPLEFT">
186 <Offset>
187 <AbsDimension x="0" y="-2"/>
188 </Offset>
189 </Anchor>
190 </Anchors>
191 </Texture>
192 <Texture name="Moog_Hud_player_LootTexture" file="Interface\GroupFrame\UI-Group-MasterLooter" enableMouse="false" hidden="true">
193 <Size>
194 <AbsDimension x="11" y="11"/>
195 </Size>
196 <Anchors>
197 <Anchor point="TOPLEFT" relativeTo="Moog_Player_ClassTexture" relativePoint="TOPRIGHT">
198 <Offset>
199 <AbsDimension x="0" y="-2"/>
200 </Offset>
201 </Anchor>
202 </Anchors>
203 </Texture>
204 <!-- Seal: End Add-->
205 </Layer>
206 </Layers>
207 <Scripts>
208 <OnMouseDown>
209 Moog_Player_MouseDown(arg1);
210 </OnMouseDown>
211 <OnMouseUp>
212 Moog_Player_MouseUp(arg1);
213 </OnMouseUp>
214 </Scripts>
215 </Button>
216 <Frame name="Moog_Player_DropDown" inherits="UIDropDownMenuTemplate" id="1" hidden="true">
217 <Size>
218 <AbsDimension x="10" y="10"/>
219 </Size>
220 <Anchors>
221 <Anchor point="TOPLEFT" relativeTo="Moog_Player_ClassTexture" relativePoint="CENTER">
222 <Offset>
223 <AbsDimension x="0" y="0"/>
224 </Offset>
225 </Anchor>
226 </Anchors>
227 <Scripts>
228 <OnLoad>
229 Moog_PlayerDropDown_OnLoad();
230 </OnLoad>
231 </Scripts>
232 </Frame>
233 </Frames>
234 </Frame>
235 <Frame name="Moog_HudLeft" parent="Moog_Hud" hidden="false" frameStrata="LOW">
236 <Size>
237 <AbsDimension x="50" y="350"/>
238 </Size>
239 <Anchors>
240 <Anchor point="CENTER" relativeTo="Moog_Hud" relativePoint="CENTER">
241 <Offset>
242 <AbsDimension x="0" y="0"/>
243 </Offset>
244 </Anchor>
245 </Anchors>
246 <Layers>
247 <Layer level="OVERLAY">
248 <Texture name="Moog_HealthHud" file="Interface\AddOns\Moog_Hud\Icons\health_sphere.tga">
249 <Size>
250 <AbsDimension x="256" y="256"/>
251 </Size>
252 <Anchors>
253 <Anchor point="BOTTOMLEFT">
254 <Offset>
255 <AbsDimension x="0" y="0"/>
256 </Offset>
257 </Anchor>
258 </Anchors>
259 </Texture>
260 </Layer>
261 <Layer level = "BACKGROUND">
262 <Texture name="Moog_HealthHudBG" file="Interface\AddOns\Moog_Hud\Icons\health_sphere.tga">
263 <Size>
264 <AbsDimension x="256" y="256"/>
265 </Size>
266 <Anchors>
267 <Anchor point="BOTTOMLEFT">
268 <Offset>
269 <AbsDimension x="0" y="0"/>
270 </Offset>
271 </Anchor>
272 </Anchors>
273 </Texture>
274 </Layer>
275 </Layers>
276 </Frame>
277 <Frame name="Moog_HudRight" parent="Moog_Hud" hidden="false" frameStrata="LOW">
278 <Size>
279 <AbsDimension x="50" y="350"/>
280 </Size>
281 <Anchors>
282 <Anchor point="CENTER" relativeTo="Moog_Hud" relativePoint="CENTER">
283 <Offset>
284 <AbsDimension x="0" y="0"/>
285 </Offset>
286 </Anchor>
287 </Anchors>
288 <Layers>
289 <Layer level="OVERLAY">
290 <Texture name="Moog_ManaHud" file="Interface\AddOns\Moog_Hud\Icons\mana_sphere_r.tga">
291 <Size>
292 <AbsDimension x="256" y="256"/>
293 </Size>
294 <Anchors>
295 <Anchor point="BOTTOMRIGHT">
296 <Offset>
297 <AbsDimension x="0" y="0"/>
298 </Offset>
299 </Anchor>
300 </Anchors>
301 </Texture>
302 </Layer>
303 <Layer level = "BACKGROUND">
304 <Texture name="Moog_ManaHudBG" file="Interface\AddOns\Moog_Hud\Icons\mana_sphere_r.tga">
305 <Size>
306 <AbsDimension x="256" y="256"/>
307 </Size>
308 <Anchors>
309 <Anchor point="BOTTOMRIGHT">
310 <Offset>
311 <AbsDimension x="0" y="0"/>
312 </Offset>
313 </Anchor>
314 </Anchors>
315 </Texture>
316 <FontString name="Moog_HudCastTime" outline="NORMAL" font="Fonts\FRIZQT__.TTF" justifyH="RIGHT">
317 <FontHeight>
318 <AbsValue val="13"/>
319 </FontHeight>
320 <Color r="1" g="1" b="0"/>
321 <Size>
322 <AbsDimension x="50" y="14"/>
323 </Size>
324 <Anchors>
325 <Anchor point="BOTTOMLEFT" relativeTo="Moog_HudRight" relativePoint="BOTTOM">
326 <Offset>
327 <AbsDimension x="-8" y="-38"/>
328 </Offset>
329 </Anchor>
330 </Anchors>
331 </FontString>
332 </Layer>
333 </Layers>
334 </Frame>
335 <Frame name="Moog_TargetHud" parent="Moog_Hud" hidden="false">
336 <Size>
337 <AbsDimension x="300" y="100"/>
338 </Size>
339 <Anchors>
340 <Anchor point="TOP" relativeTo="Moog_Hud" relativePoint="BOTTOM">
341 <Offset>
342 <AbsDimension x="0" y="-50"/>
343 </Offset>
344 </Anchor>
345 </Anchors>
346 <Layers>
347 <Layer level="OVERLAY">
348 <FontString name="Moog_TargetHudName" outline="NORMAL" font="Fonts\FRIZQT__.TTF" justifyH="CENTER">
349 <FontHeight>
350 <AbsValue val="15"/>
351 </FontHeight>
352 <Color r="1" g="1" b="1"/>
353 <Size>
354 <AbsDimension x="300" y="15"/>
355 </Size>
356 <Anchors>
357 <Anchor point="TOP">
358 <Offset>
359 <AbsDimension x="0" y="0"/>
360 </Offset>
361 </Anchor>
362 </Anchors>
363 </FontString>
364 <FontString name="Moog_TargetHudHPText" outline="NORMAL" font="Fonts\FRIZQT__.TTF" justifyH="RIGHT">
365 <FontHeight>
366 <AbsValue val="13"/>
367 </FontHeight>
368 <Color r="1" g="1" b="1"/>
369 <Size>
370 <AbsDimension x="100" y="13"/>
371 </Size>
372 <Anchors>
373 <Anchor point="TOPLEFT" relativeTo="Moog_TargetHudName" relativePoint="BOTTOMLEFT">
374 <Offset>
375 <AbsDimension x="0" y="-2"/>
376 </Offset>
377 </Anchor>
378 </Anchors>
379 </FontString>
380 <FontString name="Moog_TargetHudMPText" outline="NORMAL" font="Fonts\FRIZQT__.TTF" justifyH="LEFT">
381 <FontHeight>
382 <AbsValue val="13"/>
383 </FontHeight>
384 <Color r="1" g="1" b="1"/>
385 <Size>
386 <AbsDimension x="100" y="13"/>
387 </Size>
388 <Anchors>
389 <Anchor point="TOPRIGHT" relativeTo="Moog_TargetHudName" relativePoint="BOTTOMRIGHT">
390 <Offset>
391 <AbsDimension x="0" y="-2"/>
392 </Offset>
393 </Anchor>
394 </Anchors>
395 </FontString>
396 <FontString name="Moog_TargetHudLevel" outline="NORMAL" font="Fonts\FRIZQT__.TTF" justifyH="CENTER">
397 <FontHeight>
398 <AbsValue val="13"/>
399 </FontHeight>
400 <Color r="1" g="1" b="1"/>
401 <Size>
402 <AbsDimension x="40" y="13"/>
403 </Size>
404 <Anchors>
405 <Anchor point="TOP" relativeTo="Moog_TargetHudName" relativePoint="BOTTOM">
406 <Offset>
407 <AbsDimension x="0" y="-2"/>
408 </Offset>
409 </Anchor>
410 </Anchors>
411 </FontString>
412 </Layer>
413 </Layers>
414 <Frames>
415 <Button name="Moog_Target_Icon" parent="Moog_TargetHud" frameStrata="LOW" enableMouse="true" movable="true" hidden="false">
416 <Size>
417 <AbsDimension x="20" y="20"/>
418 </Size>
419 <Anchors>
420 <Anchor point="TOP" relativeTo="Moog_TargetHudLevel" relativePoint="BOTTOM">
421 <Offset>
422 <AbsDimension x="0" y="-3"/>
423 </Offset>
424 </Anchor>
425 </Anchors>
426 <Layers>
427 <Layer level="OVERLAY">
428 <Texture name="Moog_Target_ClassTexture" file="Interface\Glues\CharacterCreate\UI-CharacterCreate-Classes" enableMouse="true">
429 <Size>
430 <AbsDimension x="20" y="20"/>
431 </Size>
432 <Anchors>
433 <Anchor point="CENTER">
434 <Offset>
435 <AbsDimension x="0" y="0"/>
436 </Offset>
437 </Anchor>
438 </Anchors>
439 </Texture>
440 <!-- Seal: Added-->
441 <Texture name="Moog_Hud_target_StatusTexture" file="Interface\CharacterFrame\UI-StateIcon" enableMouse="false" hidden="true">
442 <Size>
443 <AbsDimension x="15" y="15"/>
444 </Size>
445 <Anchors>
446 <Anchor point="TOPLEFT" relativeTo="Moog_Target_ClassTexture" relativePoint="TOPRIGHT">
447 <Offset>
448 <AbsDimension x="0" y="0"/>
449 </Offset>
450 </Anchor>
451 </Anchors>
452 </Texture>
453 <Texture name="Moog_Hud_target_PvPTexture" file="Interface\\TargetingFrame\\UI-PVP-FFA" enableMouse="false" hidden="true">
454 <Size>
455 <AbsDimension x="24" y="24"/>
456 </Size>
457 <Anchors>
458 <Anchor point="TOPRIGHT" relativeTo="Moog_Target_ClassTexture" relativePoint="TOPLEFT">
459 <Offset>
460 <AbsDimension x="8" y="0"/>
461 </Offset>
462 </Anchor>
463 </Anchors>
464 </Texture>
465 <!-- Seal: End Add-->
466 </Layer>
467 </Layers>
468 <Scripts>
469 <OnMouseDown>
470 Moog_Target_MouseDown(arg1);
471 </OnMouseDown>
472 <OnMouseUp>
473 Moog_Target_MouseUp(arg1);
474 </OnMouseUp>
475 </Scripts>
476 </Button>
477 <Frame name="Moog_Target_DropDown" inherits="UIDropDownMenuTemplate" id="1" hidden="true">
478 <Size>
479 <AbsDimension x="10" y="10"/>
480 </Size>
481 <Anchors>
482 <Anchor point="TOPLEFT" relativeTo="Moog_Target_ClassTexture" relativePoint="CENTER">
483 <Offset>
484 <AbsDimension x="0" y="0"/>
485 </Offset>
486 </Anchor>
487 </Anchors>
488 <Scripts>
489 <OnLoad>
490 Moog_TargetDropDown_OnLoad();
491 </OnLoad>
492 </Scripts>
493 </Frame>
494 <Button name="Moog_TargetHudBuff1" inherits="Moog_HudAuraTemplate" id="1" hidden="true">
495 <Anchors>
496 <Anchor point="TOPRIGHT" relativeTo="Moog_TargetHudHPText" relativePoint="BOTTOMRIGHT">
497 <Offset>
498 <AbsDimension x="0" y="-2"/>
499 </Offset>
500 </Anchor>
501 </Anchors>
502 </Button>
503 <Button name="Moog_TargetHudBuff2" inherits="Moog_HudAuraTemplate" id="2" hidden="true">
504 <Anchors>
505 <Anchor point="RIGHT" relativeTo="Moog_TargetHudBuff1" relativePoint="LEFT">
506 <Offset>
507 <AbsDimension x="-1" y="0"/>
508 </Offset>
509 </Anchor>
510 </Anchors>
511 </Button>
512 <Button name="Moog_TargetHudBuff3" inherits="Moog_HudAuraTemplate" id="3" hidden="true">
513 <Anchors>
514 <Anchor point="RIGHT" relativeTo="Moog_TargetHudBuff2" relativePoint="LEFT">
515 <Offset>
516 <AbsDimension x="-1" y="0"/>
517 </Offset>
518 </Anchor>
519 </Anchors>
520 </Button>
521 <Button name="Moog_TargetHudBuff4" inherits="Moog_HudAuraTemplate" id="4" hidden="true">
522 <Anchors>
523 <Anchor point="RIGHT" relativeTo="Moog_TargetHudBuff3" relativePoint="LEFT">
524 <Offset>
525 <AbsDimension x="-1" y="0"/>
526 </Offset>
527 </Anchor>
528 </Anchors>
529 </Button>
530 <Button name="Moog_TargetHudBuff5" inherits="Moog_HudAuraTemplate" id="5" hidden="true">
531 <Anchors>
532 <Anchor point="RIGHT" relativeTo="Moog_TargetHudBuff4" relativePoint="LEFT">
533 <Offset>
534 <AbsDimension x="-1" y="0"/>
535 </Offset>
536 </Anchor>
537 </Anchors>
538 </Button>
539 <Button name="Moog_TargetHudBuff6" inherits="Moog_HudAuraTemplate" id="6" hidden="true">
540 <Anchors>
541 <Anchor point="RIGHT" relativeTo="Moog_TargetHudBuff5" relativePoint="LEFT">
542 <Offset>
543 <AbsDimension x="-1" y="0"/>
544 </Offset>
545 </Anchor>
546 </Anchors>
547 </Button>
548 <Button name="Moog_TargetHudBuff7" inherits="Moog_HudAuraTemplate" id="7" hidden="true">
549 <Anchors>
550 <Anchor point="RIGHT" relativeTo="Moog_TargetHudBuff6" relativePoint="LEFT">
551 <Offset>
552 <AbsDimension x="-1" y="0"/>
553 </Offset>
554 </Anchor>
555 </Anchors>
556 </Button>
557 <Button name="Moog_TargetHudBuff8" inherits="Moog_HudAuraTemplate" id="8" hidden="true">
558 <Anchors>
559 <Anchor point="RIGHT" relativeTo="Moog_TargetHudBuff7" relativePoint="LEFT">
560 <Offset>
561 <AbsDimension x="-1" y="0"/>
562 </Offset>
563 </Anchor>
564 </Anchors>
565 </Button>
566  
567 <Button name="Moog_TargetHudBuff9" inherits="Moog_HudAuraTemplate" id="9" hidden="true">
568 <Anchors>
569 <Anchor point="TOPRIGHT" relativeTo="Moog_TargetHudBuff1" relativePoint="BOTTOMRIGHT">
570 <Offset>
571 <AbsDimension x="0" y="-1"/>
572 </Offset>
573 </Anchor>
574 </Anchors>
575 </Button>
576 <Button name="Moog_TargetHudBuff10" inherits="Moog_HudAuraTemplate" id="10" hidden="true">
577 <Anchors>
578 <Anchor point="RIGHT" relativeTo="Moog_TargetHudBuff9" relativePoint="LEFT">
579 <Offset>
580 <AbsDimension x="-1" y="0"/>
581 </Offset>
582 </Anchor>
583 </Anchors>
584 </Button>
585 <Button name="Moog_TargetHudBuff11" inherits="Moog_HudAuraTemplate" id="11" hidden="true">
586 <Anchors>
587 <Anchor point="RIGHT" relativeTo="Moog_TargetHudBuff10" relativePoint="LEFT">
588 <Offset>
589 <AbsDimension x="-1" y="0"/>
590 </Offset>
591 </Anchor>
592 </Anchors>
593 </Button>
594 <Button name="Moog_TargetHudBuff12" inherits="Moog_HudAuraTemplate" id="12" hidden="true">
595 <Anchors>
596 <Anchor point="RIGHT" relativeTo="Moog_TargetHudBuff11" relativePoint="LEFT">
597 <Offset>
598 <AbsDimension x="-1" y="0"/>
599 </Offset>
600 </Anchor>
601 </Anchors>
602 </Button>
603 <Button name="Moog_TargetHudBuff13" inherits="Moog_HudAuraTemplate" id="13" hidden="true">
604 <Anchors>
605 <Anchor point="RIGHT" relativeTo="Moog_TargetHudBuff12" relativePoint="LEFT">
606 <Offset>
607 <AbsDimension x="-1" y="0"/>
608 </Offset>
609 </Anchor>
610 </Anchors>
611 </Button>
612 <Button name="Moog_TargetHudBuff14" inherits="Moog_HudAuraTemplate" id="14" hidden="true">
613 <Anchors>
614 <Anchor point="RIGHT" relativeTo="Moog_TargetHudBuff13" relativePoint="LEFT">
615 <Offset>
616 <AbsDimension x="-1" y="0"/>
617 </Offset>
618 </Anchor>
619 </Anchors>
620 </Button>
621 <Button name="Moog_TargetHudBuff15" inherits="Moog_HudAuraTemplate" id="15" hidden="true">
622 <Anchors>
623 <Anchor point="RIGHT" relativeTo="Moog_TargetHudBuff14" relativePoint="LEFT">
624 <Offset>
625 <AbsDimension x="-1" y="0"/>
626 </Offset>
627 </Anchor>
628 </Anchors>
629 </Button>
630 <Button name="Moog_TargetHudBuff16" inherits="Moog_HudAuraTemplate" id="16" hidden="true">
631 <Anchors>
632 <Anchor point="RIGHT" relativeTo="Moog_TargetHudBuff15" relativePoint="LEFT">
633 <Offset>
634 <AbsDimension x="-1" y="0"/>
635 </Offset>
636 </Anchor>
637 </Anchors>
638 </Button>
639  
640 <Button name="Moog_TargetHudDeBuff1" inherits="Moog_HudAuraTemplate" id="1" hidden="true">
641 <Anchors>
642 <Anchor point="TOPLEFT" relativeTo="Moog_TargetHudMPText" relativePoint="BOTTOMLEFT">
643 <Offset>
644 <AbsDimension x="0" y="-2"/>
645 </Offset>
646 </Anchor>
647 </Anchors>
648 </Button>
649 <Button name="Moog_TargetHudDeBuff2" inherits="Moog_HudAuraTemplate" id="2" hidden="true">
650 <Anchors>
651 <Anchor point="LEFT" relativeTo="Moog_TargetHudDeBuff1" relativePoint="RIGHT">
652 <Offset>
653 <AbsDimension x="-1" y="0"/>
654 </Offset>
655 </Anchor>
656 </Anchors>
657 </Button>
658 <Button name="Moog_TargetHudDeBuff3" inherits="Moog_HudAuraTemplate" id="3" hidden="true">
659 <Anchors>
660 <Anchor point="LEFT" relativeTo="Moog_TargetHudDeBuff2" relativePoint="RIGHT">
661 <Offset>
662 <AbsDimension x="-1" y="0"/>
663 </Offset>
664 </Anchor>
665 </Anchors>
666 </Button>
667 <Button name="Moog_TargetHudDeBuff4" inherits="Moog_HudAuraTemplate" id="4" hidden="true">
668 <Anchors>
669 <Anchor point="LEFT" relativeTo="Moog_TargetHudDeBuff3" relativePoint="RIGHT">
670 <Offset>
671 <AbsDimension x="-1" y="0"/>
672 </Offset>
673 </Anchor>
674 </Anchors>
675 </Button>
676 <Button name="Moog_TargetHudDeBuff5" inherits="Moog_HudAuraTemplate" id="5" hidden="true">
677 <Anchors>
678 <Anchor point="LEFT" relativeTo="Moog_TargetHudDeBuff4" relativePoint="RIGHT">
679 <Offset>
680 <AbsDimension x="-1" y="0"/>
681 </Offset>
682 </Anchor>
683 </Anchors>
684 </Button>
685 <Button name="Moog_TargetHudDeBuff6" inherits="Moog_HudAuraTemplate" id="6" hidden="true">
686 <Anchors>
687 <Anchor point="LEFT" relativeTo="Moog_TargetHudDeBuff5" relativePoint="RIGHT">
688 <Offset>
689 <AbsDimension x="-1" y="0"/>
690 </Offset>
691 </Anchor>
692 </Anchors>
693 </Button>
694 <Button name="Moog_TargetHudDeBuff7" inherits="Moog_HudAuraTemplate" id="7" hidden="true">
695 <Anchors>
696 <Anchor point="LEFT" relativeTo="Moog_TargetHudDeBuff6" relativePoint="RIGHT">
697 <Offset>
698 <AbsDimension x="-1" y="0"/>
699 </Offset>
700 </Anchor>
701 </Anchors>
702 </Button>
703 <Button name="Moog_TargetHudDeBuff8" inherits="Moog_HudAuraTemplate" id="8" hidden="true">
704 <Anchors>
705 <Anchor point="LEFT" relativeTo="Moog_TargetHudDeBuff7" relativePoint="RIGHT">
706 <Offset>
707 <AbsDimension x="-1" y="0"/>
708 </Offset>
709 </Anchor>
710 </Anchors>
711 </Button>
712  
713 <Button name="Moog_TargetHudDeBuff9" inherits="Moog_HudAuraTemplate" id="9" hidden="true">
714 <Anchors>
715 <Anchor point="TOPLEFT" relativeTo="Moog_TargetHudDeBuff1" relativePoint="BOTTOMLEFT">
716 <Offset>
717 <AbsDimension x="0" y="-1"/>
718 </Offset>
719 </Anchor>
720 </Anchors>
721 </Button>
722 <Button name="Moog_TargetHudDeBuff10" inherits="Moog_HudAuraTemplate" id="10" hidden="true">
723 <Anchors>
724 <Anchor point="LEFT" relativeTo="Moog_TargetHudDeBuff9" relativePoint="RIGHT">
725 <Offset>
726 <AbsDimension x="-1" y="0"/>
727 </Offset>
728 </Anchor>
729 </Anchors>
730 </Button>
731 <Button name="Moog_TargetHudDeBuff11" inherits="Moog_HudAuraTemplate" id="11" hidden="true">
732 <Anchors>
733 <Anchor point="LEFT" relativeTo="Moog_TargetHudDeBuff10" relativePoint="RIGHT">
734 <Offset>
735 <AbsDimension x="-1" y="0"/>
736 </Offset>
737 </Anchor>
738 </Anchors>
739 </Button>
740 <Button name="Moog_TargetHudDeBuff12" inherits="Moog_HudAuraTemplate" id="12" hidden="true">
741 <Anchors>
742 <Anchor point="LEFT" relativeTo="Moog_TargetHudDeBuff11" relativePoint="RIGHT">
743 <Offset>
744 <AbsDimension x="-1" y="0"/>
745 </Offset>
746 </Anchor>
747 </Anchors>
748 </Button>
749 <Button name="Moog_TargetHudDeBuff13" inherits="Moog_HudAuraTemplate" id="13" hidden="true">
750 <Anchors>
751 <Anchor point="LEFT" relativeTo="Moog_TargetHudDeBuff12" relativePoint="RIGHT">
752 <Offset>
753 <AbsDimension x="-1" y="0"/>
754 </Offset>
755 </Anchor>
756 </Anchors>
757 </Button>
758 <Button name="Moog_TargetHudDeBuff14" inherits="Moog_HudAuraTemplate" id="14" hidden="true">
759 <Anchors>
760 <Anchor point="LEFT" relativeTo="Moog_TargetHudDeBuff13" relativePoint="RIGHT">
761 <Offset>
762 <AbsDimension x="-1" y="0"/>
763 </Offset>
764 </Anchor>
765 </Anchors>
766 </Button>
767 <Button name="Moog_TargetHudDeBuff15" inherits="Moog_HudAuraTemplate" id="15" hidden="true">
768 <Anchors>
769 <Anchor point="LEFT" relativeTo="Moog_TargetHudDeBuff14" relativePoint="RIGHT">
770 <Offset>
771 <AbsDimension x="-1" y="0"/>
772 </Offset>
773 </Anchor>
774 </Anchors>
775 </Button>
776 <Button name="Moog_TargetHudDeBuff16" inherits="Moog_HudAuraTemplate" id="16" hidden="true">
777 <Anchors>
778 <Anchor point="LEFT" relativeTo="Moog_TargetHudDeBuff15" relativePoint="RIGHT">
779 <Offset>
780 <AbsDimension x="-1" y="0"/>
781 </Offset>
782 </Anchor>
783 </Anchors>
784 </Button>
785 </Frames>
786 <Scripts>
787 <OnLoad>
788 this:RegisterEvent("PLAYER_TARGET_CHANGED");
789 </OnLoad>
790 <OnEvent>
791 Moog_HudTargetUpdate();
792 </OnEvent>
793 <OnHide>
794 HideDropDownMenu(1, nil, Moog_Target_DropDown);
795 </OnHide>
796 </Scripts>
797 </Frame>
798 </Frames>
799 <Scripts>
800 <OnLoad>
801 Moog_Hud_OnLoad();
802 </OnLoad>
803 <OnEvent>
804 Moog_HudOnEvent(event);
805 </OnEvent>
806 </Scripts>
807 </Frame>
808 </Ui>