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/">
2  
3 <Frame name="GroupButtonsFrame" >
4 <Size><AbsDimension x="10" y="10"/></Size>
5 <Anchors>
6 <Anchor point="TOPLEFT"/>
7 </Anchors>
8 <Scripts>
9 <OnLoad>
10 this.auratimers = {};
11 GB_Main_OnLoad();
12 </OnLoad>
13 <OnEvent>
14 GB_Main_OnEvent(event);
15 </OnEvent>
16 <OnUpdate>
17 if (GB_INITIALIZED) then
18 if (GB_MOUSE_ACTION.idtype == "item" or GB_MOUSE_ACTION.idtype == "inv") then
19 if (not CursorHasItem()) then
20 GB_MOUSE_ACTION = { nil };
21 end
22 end
23 GB_CheckItemUpdateTimer(arg1);
24 GB_CheckSpellsUpdateTimer(arg1);
25 end
26 if (GB_BAGS_LOADED == nil) then
27 GB_CheckBagsTimer(arg1);
28 end
29 </OnUpdate>
30 </Scripts>
31 </Frame>
32  
33 <Button name="GB_PlayerClickbox" inherits="GB_ClickboxTemplate" parent="UIParent" frameStrata="LOW" id="1">
34 <Scripts>
35 <OnLoad>
36 this:RegisterForClicks("LeftButtonUp", "RightButtonUp", "MiddleButtonUp", "Button4Up", "Button5Up");
37 this:RegisterForDrag("LeftButton");
38 this.bar = "player";
39 this.unit = "player";
40 </OnLoad>
41 </Scripts>
42 </Button>
43  
44 <Button name="GB_Party1Clickbox" inherits="GB_ClickboxTemplate" parent="UIParent" frameStrata="LOW" id="1">
45 <Scripts>
46 <OnLoad>
47 this:RegisterForClicks("LeftButtonUp", "RightButtonUp", "MiddleButtonUp", "Button4Up", "Button5Up");
48 this:RegisterEvent("PARTY_MEMBERS_CHANGED");
49 this.bar = "party";
50 this.unit = "party1";
51 </OnLoad>
52 </Scripts>
53 </Button>
54  
55 <Button name="GB_Party2Clickbox" inherits="GB_ClickboxTemplate" parent="UIParent" frameStrata="LOW" id="2">
56 <Scripts>
57 <OnLoad>
58 this:RegisterForClicks("LeftButtonUp", "RightButtonUp", "MiddleButtonUp", "Button4Up", "Button5Up");
59 this:RegisterEvent("PARTY_MEMBERS_CHANGED");
60 this.bar = "party";
61 this.unit = "party2";
62 </OnLoad>
63 </Scripts>
64 </Button>
65  
66 <Button name="GB_Party3Clickbox" inherits="GB_ClickboxTemplate" parent="UIParent" frameStrata="LOW" id="3">
67 <Scripts>
68 <OnLoad>
69 this:RegisterForClicks("LeftButtonUp", "RightButtonUp", "MiddleButtonUp", "Button4Up", "Button5Up");
70 this:RegisterEvent("PARTY_MEMBERS_CHANGED");
71 this.bar = "party";
72 this.unit = "party3";
73 </OnLoad>
74 </Scripts>
75 </Button>
76  
77 <Button name="GB_Party4Clickbox" inherits="GB_ClickboxTemplate" parent="UIParent" frameStrata="LOW" id="4">
78 <Scripts>
79 <OnLoad>
80 this:RegisterForClicks("LeftButtonUp", "RightButtonUp", "MiddleButtonUp", "Button4Up", "Button5Up");
81 this:RegisterEvent("PARTY_MEMBERS_CHANGED");
82 this.bar = "party";
83 this.unit = "party4";
84 </OnLoad>
85 </Scripts>
86 </Button>
87  
88 <Button name="GB_TargetClickbox" inherits="GB_ClickboxTemplate" parent="UIParent" frameStrata="LOW" id="1">
89 <Scripts>
90 <OnLoad>
91 this:RegisterForClicks("LeftButtonUp", "RightButtonUp", "MiddleButtonUp", "Button4Up", "Button5Up");
92 this:RegisterEvent("PLAYER_TARGET_CHANGED");
93 this.bar = "target";
94 this.unit = "target";
95 </OnLoad>
96 </Scripts>
97 </Button>
98  
99 <Button name="GB_Pet0Clickbox" inherits="GB_ClickboxTemplate" parent="UIParent" frameStrata="LOW" id="1">
100 <Scripts>
101 <OnLoad>
102 this:RegisterForClicks("LeftButtonUp", "RightButtonUp", "MiddleButtonUp", "Button4Up", "Button5Up");
103 this:RegisterEvent("UNIT_PET");
104 this.bar = "partypet";
105 this.unit = "pet";
106 </OnLoad>
107 </Scripts>
108 </Button>
109  
110 <Button name="GB_Pet1Clickbox" inherits="GB_ClickboxTemplate" parent="GB_Party1Clickbox" frameStrata="LOW" id="1">
111 <Scripts>
112 <OnLoad>
113 this:RegisterForClicks("LeftButtonUp", "RightButtonUp", "MiddleButtonUp", "Button4Up", "Button5Up");
114 this:RegisterEvent("UNIT_PET");
115 this.bar = "partypet";
116 this.unit = "partypet1";
117 </OnLoad>
118 </Scripts>
119 </Button>
120  
121 <Button name="GB_Pet2Clickbox" inherits="GB_ClickboxTemplate" parent="GB_Party2Clickbox" frameStrata="LOW" id="2">
122 <Scripts>
123 <OnLoad>
124 this:RegisterForClicks("LeftButtonUp", "RightButtonUp", "MiddleButtonUp", "Button4Up", "Button5Up");
125 this:RegisterEvent("UNIT_PET");
126 this.bar = "partypet";
127 this.unit = "partypet2";
128 </OnLoad>
129 </Scripts>
130 </Button>
131  
132 <Button name="GB_Pet3Clickbox" inherits="GB_ClickboxTemplate" parent="GB_Party3Clickbox" frameStrata="LOW" id="3">
133 <Scripts>
134 <OnLoad>
135 this:RegisterForClicks("LeftButtonUp", "RightButtonUp", "MiddleButtonUp", "Button4Up", "Button5Up");
136 this:RegisterEvent("UNIT_PET");
137 this.bar = "partypet";
138 this.unit = "partypet3";
139 </OnLoad>
140 </Scripts>
141 </Button>
142  
143 <Button name="GB_Pet4Clickbox" inherits="GB_ClickboxTemplate" parent="GB_Party4Clickbox" frameStrata="LOW" id="4">
144 <Scripts>
145 <OnLoad>
146 this:RegisterForClicks("LeftButtonUp", "RightButtonUp", "MiddleButtonUp", "Button4Up", "Button5Up");
147 this:RegisterEvent("UNIT_PET");
148 this.bar = "partypet";
149 this.unit = "partypet4";
150 </OnLoad>
151 </Scripts>
152 </Button>
153  
154 <Frame name="GB_PlayerBar" inherits="GB_ActionBarTemplate" parent="UIParent">
155 <Anchors>
156 <Anchor point="TOP">
157 <Offset><AbsDimension x="0" y="-100"/></Offset>
158 </Anchor>
159 </Anchors>
160 <Scripts>
161 <OnLoad>
162 this.unit = "player";
163 this.index = "player";
164 </OnLoad>
165 </Scripts>
166 </Frame>
167  
168 <Frame name="GB_PartyBar1" inherits="GB_ActionBarTemplate" hidden="true" id="1" parent="UIParent">
169 <Anchors>
170 <Anchor point="TOP">
171 <Offset><AbsDimension x="0" y="-150"/></Offset>
172 </Anchor>
173 </Anchors>
174 <Scripts>
175 <OnLoad>
176 this.unit = "party1";
177 this.index = "party";
178 this.noshow = true;
179 this:RegisterEvent("PARTY_MEMBERS_CHANGED");
180 </OnLoad>
181 </Scripts>
182 </Frame>
183  
184 <Frame name="GB_PartyBar2" inherits="GB_ActionBarTemplate" hidden="true" id="2" parent="UIParent">
185 <Anchors>
186 <Anchor point="TOP">
187 <Offset><AbsDimension x="0" y="-200"/></Offset>
188 </Anchor>
189 </Anchors>
190 <Scripts>
191 <OnLoad>
192 this.unit = "party2";
193 this.index = "party";
194 this.noshow = true;
195 this:RegisterEvent("PARTY_MEMBERS_CHANGED");
196 </OnLoad>
197 </Scripts>
198 </Frame>
199  
200 <Frame name="GB_PartyBar3" inherits="GB_ActionBarTemplate" hidden="true" id="3" parent="UIParent">
201 <Anchors>
202 <Anchor point="TOP">
203 <Offset><AbsDimension x="0" y="-250"/></Offset>
204 </Anchor>
205 </Anchors>
206 <Scripts>
207 <OnLoad>
208 this.unit = "party3";
209 this.index = "party";
210 this.noshow = true;
211 this:RegisterEvent("PARTY_MEMBERS_CHANGED");
212 </OnLoad>
213 </Scripts>
214 </Frame>
215  
216 <Frame name="GB_PartyBar4" inherits="GB_ActionBarTemplate" hidden="true" id="4" parent="UIParent">
217 <Anchors>
218 <Anchor point="TOP">
219 <Offset><AbsDimension x="0" y="-300"/></Offset>
220 </Anchor>
221 </Anchors>
222 <Scripts>
223 <OnLoad>
224 this.unit = "party4";
225 this.index = "party";
226 this.noshow = true;
227 this:RegisterEvent("PARTY_MEMBERS_CHANGED");
228 </OnLoad>
229 </Scripts>
230 </Frame>
231  
232 <Frame name="GB_FriendlyTargetBar" inherits="GB_ActionBarTemplate" hidden="true" parent="UIParent">
233 <Anchors>
234 <Anchor point="TOP">
235 <Offset><AbsDimension x="0" y="-350"/></Offset>
236 </Anchor>
237 </Anchors>
238 <Scripts>
239 <OnLoad>
240 this.unit = "target";
241 this.index = "friendlytarget";
242 this.noshow = true;
243 this:RegisterEvent("PLAYER_TARGET_CHANGED");
244 </OnLoad>
245 </Scripts>
246 </Frame>
247  
248 <Frame name="GB_HostileTargetBar" inherits="GB_ActionBarTemplate" hidden="true" parent="UIParent">
249 <Anchors>
250 <Anchor point="TOP">
251 <Offset><AbsDimension x="0" y="-400"/></Offset>
252 </Anchor>
253 </Anchors>
254 <Scripts>
255 <OnLoad>
256 this.unit = "target";
257 this.index = "hostiletarget";
258 this.noshow = true;
259 this:RegisterEvent("PLAYER_TARGET_CHANGED");
260 </OnLoad>
261 </Scripts>
262 </Frame>
263  
264 <Frame name="GB_LowestHealthBar" inherits="GB_ActionBarTemplate" hidden="true" parent="UIParent">
265 <Anchors>
266 <Anchor point="TOP">
267 <Offset><AbsDimension x="" y="-450"/></Offset>
268 </Anchor>
269 </Anchors>
270 <Scripts>
271 <OnLoad>
272 this.unit = GB_Get_LowestHealthUnit;
273 this.noshow = true;
274 this.index = "lowesthealth";
275 this:RegisterEvent("PARTY_MEMBERS_CHANGED");
276 --for i=1,20 do
277 -- getglobal("GB_LowestHealthBar_Button_"..i.."_Name"):SetTextColor(.5, .5, .1);
278 --end
279 </OnLoad>
280 </Scripts>
281 </Frame>
282  
283 <GameTooltip name="GBTooltip" inherits="GameTooltipTemplate"/>
284 <GameTooltip name="GBAuraTooltip" inherits="GameTooltipTemplate"/>
285  
286 <EditBox name="GB_MacroBox" inherits="ChatFrameEditBoxTemplate" parent="UIParent" letters="2048" hidden="true">
287 <Scripts>
288 <OnLoad>
289 -- Preventing an error message at log-in
290 </OnLoad>
291 </Scripts>
292 </EditBox>
293  
294 <Frame name="GB_PetBar0" inherits="GB_PetRaidBarTemplate" hidden="true" parent="GB_PlayerBar">
295 <Scripts>
296 <OnLoad>
297 this.unit = "pet";
298 this.index = "pet";
299 this.noshow = true;
300 this:RegisterEvent("UNIT_PET");
301 </OnLoad>
302 </Scripts>
303 </Frame>
304 <Frame name="GB_PetBar1" inherits="GB_PetRaidBarTemplate" hidden="true" parent="GB_PartyBar1" id="1">
305 <Scripts>
306 <OnLoad>
307 this.unit = "partypet1";
308 this.index = "partypet";
309 this.noshow = true;
310 this:RegisterEvent("UNIT_PET");
311 </OnLoad>
312 </Scripts>
313 </Frame>
314 <Frame name="GB_PetBar2" inherits="GB_PetRaidBarTemplate" hidden="true" parent="GB_PartyBar2" id="2">
315 <Scripts>
316 <OnLoad>
317 this.unit = "partypet2";
318 this.index = "partypet";
319 this.noshow = true;
320 this:RegisterEvent("UNIT_PET");
321 </OnLoad>
322 </Scripts>
323 </Frame>
324 <Frame name="GB_PetBar3" inherits="GB_PetRaidBarTemplate" hidden="true" parent="GB_PartyBar3" id="3">
325 <Scripts>
326 <OnLoad>
327 this.unit = "partypet3";
328 this.index = "partypet";
329 this.noshow = true;
330 this:RegisterEvent("UNIT_PET");
331 </OnLoad>
332 </Scripts>
333 </Frame>
334 <Frame name="GB_PetBar4" inherits="GB_PetRaidBarTemplate" hidden="true" parent="GB_PartyBar4" id="4">
335 <Scripts>
336 <OnLoad>
337 this.unit = "partypet4";
338 this.index = "partypet";
339 this.noshow = true;
340 this:RegisterEvent("UNIT_PET");
341 </OnLoad>
342 </Scripts>
343 </Frame>
344  
345 <Frame name="GB_RaidBar1" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="1">
346 <Scripts>
347 <OnLoad>
348 this.unit = "raid1";
349 this.index = "raid";
350 this.noshow = true;
351 this:RegisterEvent("RAID_ROSTER_UPDATE");
352 </OnLoad>
353 </Scripts>
354 </Frame>
355 <Frame name="GB_RaidBar2" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="2">
356 <Scripts>
357 <OnLoad>
358 this.unit = "raid2";
359 this.index = "raid";
360 this.noshow = true;
361 this:RegisterEvent("RAID_ROSTER_UPDATE");
362 </OnLoad>
363 </Scripts>
364 </Frame>
365 <Frame name="GB_RaidBar3" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="3">
366 <Scripts>
367 <OnLoad>
368 this.unit = "raid3";
369 this.index = "raid";
370 this.noshow = true;
371 this:RegisterEvent("RAID_ROSTER_UPDATE");
372 </OnLoad>
373 </Scripts>
374 </Frame>
375 <Frame name="GB_RaidBar4" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="4">
376 <Scripts>
377 <OnLoad>
378 this.unit = "raid4";
379 this.index = "raid";
380 this.noshow = true;
381 this:RegisterEvent("RAID_ROSTER_UPDATE");
382 </OnLoad>
383 </Scripts>
384 </Frame>
385 <Frame name="GB_RaidBar5" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="5">
386 <Scripts>
387 <OnLoad>
388 this.unit = "raid5";
389 this.index = "raid";
390 this.noshow = true;
391 this:RegisterEvent("RAID_ROSTER_UPDATE");
392 </OnLoad>
393 </Scripts>
394 </Frame>
395 <Frame name="GB_RaidBar6" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="6">
396 <Scripts>
397 <OnLoad>
398 this.unit = "raid6";
399 this.index = "raid";
400 this.noshow = true;
401 this:RegisterEvent("RAID_ROSTER_UPDATE");
402 </OnLoad>
403 </Scripts>
404 </Frame>
405 <Frame name="GB_RaidBar7" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="7">
406 <Scripts>
407 <OnLoad>
408 this.unit = "raid7";
409 this.index = "raid";
410 this.noshow = true;
411 this:RegisterEvent("RAID_ROSTER_UPDATE");
412 </OnLoad>
413 </Scripts>
414 </Frame>
415 <Frame name="GB_RaidBar8" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="8">
416 <Scripts>
417 <OnLoad>
418 this.unit = "raid8";
419 this.index = "raid";
420 this.noshow = true;
421 this:RegisterEvent("RAID_ROSTER_UPDATE");
422 </OnLoad>
423 </Scripts>
424 </Frame>
425 <Frame name="GB_RaidBar9" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="9">
426 <Scripts>
427 <OnLoad>
428 this.unit = "raid9";
429 this.index = "raid";
430 this.noshow = true;
431 this:RegisterEvent("RAID_ROSTER_UPDATE");
432 </OnLoad>
433 </Scripts>
434 </Frame>
435 <Frame name="GB_RaidBar10" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="10">
436 <Scripts>
437 <OnLoad>
438 this.unit = "raid10";
439 this.index = "raid";
440 this.noshow = true;
441 this:RegisterEvent("RAID_ROSTER_UPDATE");
442 </OnLoad>
443 </Scripts>
444 </Frame>
445 <Frame name="GB_RaidBar11" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="11">
446 <Scripts>
447 <OnLoad>
448 this.unit = "raid11";
449 this.index = "raid";
450 this.noshow = true;
451 this:RegisterEvent("RAID_ROSTER_UPDATE");
452 </OnLoad>
453 </Scripts>
454 </Frame>
455 <Frame name="GB_RaidBar12" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="12">
456 <Scripts>
457 <OnLoad>
458 this.unit = "raid12";
459 this.index = "raid";
460 this.noshow = true;
461 this:RegisterEvent("RAID_ROSTER_UPDATE");
462 </OnLoad>
463 </Scripts>
464 </Frame>
465 <Frame name="GB_RaidBar13" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="13">
466 <Scripts>
467 <OnLoad>
468 this.unit = "raid13";
469 this.index = "raid";
470 this.noshow = true;
471 this:RegisterEvent("RAID_ROSTER_UPDATE");
472 </OnLoad>
473 </Scripts>
474 </Frame>
475 <Frame name="GB_RaidBar14" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="14">
476 <Scripts>
477 <OnLoad>
478 this.unit = "raid14";
479 this.index = "raid";
480 this.noshow = true;
481 this:RegisterEvent("RAID_ROSTER_UPDATE");
482 </OnLoad>
483 </Scripts>
484 </Frame>
485 <Frame name="GB_RaidBar15" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="15">
486 <Scripts>
487 <OnLoad>
488 this.unit = "raid15";
489 this.index = "raid";
490 this.noshow = true;
491 this:RegisterEvent("RAID_ROSTER_UPDATE");
492 </OnLoad>
493 </Scripts>
494 </Frame>
495 <Frame name="GB_RaidBar16" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="16">
496 <Scripts>
497 <OnLoad>
498 this.unit = "raid16";
499 this.index = "raid";
500 this.noshow = true;
501 this:RegisterEvent("RAID_ROSTER_UPDATE");
502 </OnLoad>
503 </Scripts>
504 </Frame>
505 <Frame name="GB_RaidBar17" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="17">
506 <Scripts>
507 <OnLoad>
508 this.unit = "raid17";
509 this.index = "raid";
510 this.noshow = true;
511 this:RegisterEvent("RAID_ROSTER_UPDATE");
512 </OnLoad>
513 </Scripts>
514 </Frame>
515 <Frame name="GB_RaidBar18" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="18">
516 <Scripts>
517 <OnLoad>
518 this.unit = "raid18";
519 this.index = "raid";
520 this.noshow = true;
521 this:RegisterEvent("RAID_ROSTER_UPDATE");
522 </OnLoad>
523 </Scripts>
524 </Frame>
525 <Frame name="GB_RaidBar19" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="19">
526 <Scripts>
527 <OnLoad>
528 this.unit = "raid19";
529 this.index = "raid";
530 this.noshow = true;
531 this:RegisterEvent("RAID_ROSTER_UPDATE");
532 </OnLoad>
533 </Scripts>
534 </Frame>
535 <Frame name="GB_RaidBar20" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="20">
536 <Scripts>
537 <OnLoad>
538 this.unit = "raid20";
539 this.index = "raid";
540 this.noshow = true;
541 this:RegisterEvent("RAID_ROSTER_UPDATE");
542 </OnLoad>
543 </Scripts>
544 </Frame>
545 <Frame name="GB_RaidBar21" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="21">
546 <Scripts>
547 <OnLoad>
548 this.unit = "raid21";
549 this.index = "raid";
550 this.noshow = true;
551 this:RegisterEvent("RAID_ROSTER_UPDATE");
552 </OnLoad>
553 </Scripts>
554 </Frame>
555 <Frame name="GB_RaidBar22" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="22">
556 <Scripts>
557 <OnLoad>
558 this.unit = "raid22";
559 this.index = "raid";
560 this.noshow = true;
561 this:RegisterEvent("RAID_ROSTER_UPDATE");
562 </OnLoad>
563 </Scripts>
564 </Frame>
565 <Frame name="GB_RaidBar23" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="23">
566 <Scripts>
567 <OnLoad>
568 this.unit = "raid23";
569 this.index = "raid";
570 this.noshow = true;
571 this:RegisterEvent("RAID_ROSTER_UPDATE");
572 </OnLoad>
573 </Scripts>
574 </Frame>
575 <Frame name="GB_RaidBar24" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="24">
576 <Scripts>
577 <OnLoad>
578 this.unit = "raid24";
579 this.index = "raid";
580 this.noshow = true;
581 this:RegisterEvent("RAID_ROSTER_UPDATE");
582 </OnLoad>
583 </Scripts>
584 </Frame>
585 <Frame name="GB_RaidBar25" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="25">
586 <Scripts>
587 <OnLoad>
588 this.unit = "raid25";
589 this.index = "raid";
590 this.noshow = true;
591 this:RegisterEvent("RAID_ROSTER_UPDATE");
592 </OnLoad>
593 </Scripts>
594 </Frame>
595 <Frame name="GB_RaidBar26" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="26">
596 <Scripts>
597 <OnLoad>
598 this.unit = "raid26";
599 this.index = "raid";
600 this.noshow = true;
601 this:RegisterEvent("RAID_ROSTER_UPDATE");
602 </OnLoad>
603 </Scripts>
604 </Frame>
605 <Frame name="GB_RaidBar27" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="27">
606 <Scripts>
607 <OnLoad>
608 this.unit = "raid27";
609 this.index = "raid";
610 this.noshow = true;
611 this:RegisterEvent("RAID_ROSTER_UPDATE");
612 </OnLoad>
613 </Scripts>
614 </Frame>
615 <Frame name="GB_RaidBar28" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="28">
616 <Scripts>
617 <OnLoad>
618 this.unit = "raid28";
619 this.index = "raid";
620 this.noshow = true;
621 this:RegisterEvent("RAID_ROSTER_UPDATE");
622 </OnLoad>
623 </Scripts>
624 </Frame>
625 <Frame name="GB_RaidBar29" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="29">
626 <Scripts>
627 <OnLoad>
628 this.unit = "raid29";
629 this.index = "raid";
630 this.noshow = true;
631 this:RegisterEvent("RAID_ROSTER_UPDATE");
632 </OnLoad>
633 </Scripts>
634 </Frame>
635 <Frame name="GB_RaidBar30" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="30">
636 <Scripts>
637 <OnLoad>
638 this.unit = "raid30";
639 this.index = "raid";
640 this.noshow = true;
641 this:RegisterEvent("RAID_ROSTER_UPDATE");
642 </OnLoad>
643 </Scripts>
644 </Frame>
645 <Frame name="GB_RaidBar31" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="31">
646 <Scripts>
647 <OnLoad>
648 this.unit = "raid31";
649 this.index = "raid";
650 this.noshow = true;
651 this:RegisterEvent("RAID_ROSTER_UPDATE");
652 </OnLoad>
653 </Scripts>
654 </Frame>
655 <Frame name="GB_RaidBar32" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="32">
656 <Scripts>
657 <OnLoad>
658 this.unit = "raid32";
659 this.index = "raid";
660 this.noshow = true;
661 this:RegisterEvent("RAID_ROSTER_UPDATE");
662 </OnLoad>
663 </Scripts>
664 </Frame>
665 <Frame name="GB_RaidBar33" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="33">
666 <Scripts>
667 <OnLoad>
668 this.unit = "raid33";
669 this.index = "raid";
670 this.noshow = true;
671 this:RegisterEvent("RAID_ROSTER_UPDATE");
672 </OnLoad>
673 </Scripts>
674 </Frame>
675 <Frame name="GB_RaidBar34" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="34">
676 <Scripts>
677 <OnLoad>
678 this.unit = "raid34";
679 this.index = "raid";
680 this.noshow = true;
681 this:RegisterEvent("RAID_ROSTER_UPDATE");
682 </OnLoad>
683 </Scripts>
684 </Frame>
685 <Frame name="GB_RaidBar35" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="35">
686 <Scripts>
687 <OnLoad>
688 this.unit = "raid35";
689 this.index = "raid";
690 this.noshow = true;
691 this:RegisterEvent("RAID_ROSTER_UPDATE");
692 </OnLoad>
693 </Scripts>
694 </Frame>
695 <Frame name="GB_RaidBar36" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="36">
696 <Scripts>
697 <OnLoad>
698 this.unit = "raid36";
699 this.index = "raid";
700 this.noshow = true;
701 this:RegisterEvent("RAID_ROSTER_UPDATE");
702 </OnLoad>
703 </Scripts>
704 </Frame>
705 <Frame name="GB_RaidBar37" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="37">
706 <Scripts>
707 <OnLoad>
708 this.unit = "raid37";
709 this.index = "raid";
710 this.noshow = true;
711 this:RegisterEvent("RAID_ROSTER_UPDATE");
712 </OnLoad>
713 </Scripts>
714 </Frame>
715 <Frame name="GB_RaidBar38" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="38">
716 <Scripts>
717 <OnLoad>
718 this.unit = "raid38";
719 this.index = "raid";
720 this.noshow = true;
721 this:RegisterEvent("RAID_ROSTER_UPDATE");
722 </OnLoad>
723 </Scripts>
724 </Frame>
725 <Frame name="GB_RaidBar39" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="39">
726 <Scripts>
727 <OnLoad>
728 this.unit = "raid39";
729 this.index = "raid";
730 this.noshow = true;
731 this:RegisterEvent("RAID_ROSTER_UPDATE");
732 </OnLoad>
733 </Scripts>
734 </Frame>
735 <Frame name="GB_RaidBar40" inherits="GB_PetRaidBarTemplate" hidden="true" parent="UIParent" id="40">
736 <Scripts>
737 <OnLoad>
738 this.unit = "raid40";
739 this.index = "raid";
740 this.noshow = true;
741 this:RegisterEvent("RAID_ROSTER_UPDATE");
742 </OnLoad>
743 </Scripts>
744 </Frame>
745 </Ui>