vanilla-wow-addons – Blame information for rev 1
?pathlinks?
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 | C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd"> |
||
3 | <Script file="localization.lua"/> |
||
4 | <Script file="localization.ge.lua"/> |
||
5 | <Script file="localization.fr.lua"/> |
||
6 | <Script file="CT_PartyBuffs.lua"/> |
||
7 | <Button name="CT_PartyBuffButtonTemplate" hidden="true" virtual="true"> |
||
8 | <Size> |
||
9 | <AbsDimension x="15" y="15"/> |
||
10 | </Size> |
||
11 | <Layers> |
||
12 | <Layer level="ARTWORK"> |
||
13 | <Texture name="$parentIcon" setAllPoints="true"/> |
||
14 | </Layer> |
||
15 | </Layers> |
||
16 | <Scripts> |
||
17 | <OnEnter> |
||
18 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
19 | GameTooltip:SetUnitBuff("party"..this:GetParent():GetID(), this:GetID()); |
||
20 | </OnEnter> |
||
21 | <OnLeave> |
||
22 | GameTooltip:Hide(); |
||
23 | </OnLeave> |
||
24 | </Scripts> |
||
25 | </Button> |
||
26 | <Button name="CT_PartyPetBuffButtonTemplate" hidden="true" virtual="true"> |
||
27 | <Size> |
||
28 | <AbsDimension x="15" y="15"/> |
||
29 | </Size> |
||
30 | <Layers> |
||
31 | <Layer level="ARTWORK"> |
||
32 | <Texture name="$parentIcon" setAllPoints="true"/> |
||
33 | </Layer> |
||
34 | </Layers> |
||
35 | <Scripts> |
||
36 | <OnEnter> |
||
37 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
38 | GameTooltip:SetUnitBuff("pet", this:GetID()); |
||
39 | </OnEnter> |
||
40 | <OnLeave> |
||
41 | GameTooltip:Hide(); |
||
42 | </OnLeave> |
||
43 | </Scripts> |
||
44 | </Button> |
||
45 | <Button name="CT_PartyDebuffButtonTemplate" hidden="true" virtual="true"> |
||
46 | <Size> |
||
47 | <AbsDimension x="15" y="15"/> |
||
48 | </Size> |
||
49 | <Layers> |
||
50 | <Layer level="ARTWORK"> |
||
51 | <Texture name="$parentIcon" setAllPoints="true"/> |
||
52 | <FontString name="$parentCount" inherits="NumberFontNormalSmall"> |
||
53 | <Anchors> |
||
54 | <Anchor point="BOTTOMRIGHT"> |
||
55 | <Offset> |
||
56 | <AbsDimension x="-1" y="0"/> |
||
57 | </Offset> |
||
58 | </Anchor> |
||
59 | </Anchors> |
||
60 | </FontString> |
||
61 | </Layer> |
||
62 | <Layer level="OVERLAY"> |
||
63 | <Texture name="$parentOverlay" file="Interface\Buttons\UI-Debuff-Border"> |
||
64 | <Size> |
||
65 | <AbsDimension x="17" y="17"/> |
||
66 | </Size> |
||
67 | <Anchors> |
||
68 | <Anchor point="CENTER"> |
||
69 | <Offset> |
||
70 | <AbsDimension x="0" y="0"/> |
||
71 | </Offset> |
||
72 | </Anchor> |
||
73 | </Anchors> |
||
74 | </Texture> |
||
75 | </Layer> |
||
76 | </Layers> |
||
77 | <Scripts> |
||
78 | <OnEnter> |
||
79 | GameTooltip:SetOwner(this, "ANCHOR_RIGHT"); |
||
80 | GameTooltip:SetUnitDebuff("party"..this:GetParent():GetID(), this:GetID()); |
||
81 | </OnEnter> |
||
82 | <OnLeave> |
||
83 | GameTooltip:Hide(); |
||
84 | </OnLeave> |
||
85 | </Scripts> |
||
86 | </Button> |
||
87 | <Button name="CT_PartyMemberFrameTemplate" hidden="false" virtual="true"> |
||
88 | <Size> |
||
89 | <AbsDimension x="70" y="50"/> |
||
90 | </Size> |
||
91 | <Frames> |
||
92 | <Button name="$parentBuff1" inherits="CT_PartyBuffButtonTemplate" id="1"> |
||
93 | <Anchors> |
||
94 | <Anchor point="TOPLEFT"/> |
||
95 | </Anchors> |
||
96 | </Button> |
||
97 | <Button name="$parentBuff2" inherits="CT_PartyBuffButtonTemplate" id="2"> |
||
98 | <Anchors> |
||
99 | <Anchor point="LEFT" relativeTo="$parentBuff1" relativePoint="RIGHT"> |
||
100 | <Offset> |
||
101 | <AbsDimension x="2" y="0"/> |
||
102 | </Offset> |
||
103 | </Anchor> |
||
104 | </Anchors> |
||
105 | </Button> |
||
106 | <Button name="$parentBuff3" inherits="CT_PartyBuffButtonTemplate" id="3"> |
||
107 | <Anchors> |
||
108 | <Anchor point="LEFT" relativeTo="$parentBuff2" relativePoint="RIGHT"> |
||
109 | <Offset> |
||
110 | <AbsDimension x="2" y="0"/> |
||
111 | </Offset> |
||
112 | </Anchor> |
||
113 | </Anchors> |
||
114 | </Button> |
||
115 | <Button name="$parentBuff4" inherits="CT_PartyBuffButtonTemplate" id="4"> |
||
116 | <Anchors> |
||
117 | <Anchor point="LEFT" relativeTo="$parentBuff3" relativePoint="RIGHT"> |
||
118 | <Offset> |
||
119 | <AbsDimension x="2" y="0"/> |
||
120 | </Offset> |
||
121 | </Anchor> |
||
122 | </Anchors> |
||
123 | </Button> |
||
124 | <Button name="$parentBuff5" inherits="CT_PartyBuffButtonTemplate" id="5"> |
||
125 | <Anchors> |
||
126 | <Anchor point="LEFT" relativeTo="$parentBuff4" relativePoint="RIGHT"> |
||
127 | <Offset> |
||
128 | <AbsDimension x="2" y="0"/> |
||
129 | </Offset> |
||
130 | </Anchor> |
||
131 | </Anchors> |
||
132 | </Button> |
||
133 | <Button name="$parentBuff6" inherits="CT_PartyBuffButtonTemplate" id="6"> |
||
134 | <Anchors> |
||
135 | <Anchor point="LEFT" relativeTo="$parentBuff5" relativePoint="RIGHT"> |
||
136 | <Offset> |
||
137 | <AbsDimension x="2" y="0"/> |
||
138 | </Offset> |
||
139 | </Anchor> |
||
140 | </Anchors> |
||
141 | </Button> |
||
142 | <Button name="$parentBuff7" inherits="CT_PartyBuffButtonTemplate" id="7"> |
||
143 | <Anchors> |
||
144 | <Anchor point="LEFT" relativeTo="$parentBuff6" relativePoint="RIGHT"> |
||
145 | <Offset> |
||
146 | <AbsDimension x="2" y="0"/> |
||
147 | </Offset> |
||
148 | </Anchor> |
||
149 | </Anchors> |
||
150 | </Button> |
||
151 | <Button name="$parentBuff8" inherits="CT_PartyBuffButtonTemplate" id="8"> |
||
152 | <Anchors> |
||
153 | <Anchor point="LEFT" relativeTo="$parentBuff7" relativePoint="RIGHT"> |
||
154 | <Offset> |
||
155 | <AbsDimension x="2" y="0"/> |
||
156 | </Offset> |
||
157 | </Anchor> |
||
158 | </Anchors> |
||
159 | </Button> |
||
160 | <Button name="$parentBuff9" inherits="CT_PartyBuffButtonTemplate" id="9"> |
||
161 | <Anchors> |
||
162 | <Anchor point="LEFT" relativeTo="$parentBuff8" relativePoint="RIGHT"> |
||
163 | <Offset> |
||
164 | <AbsDimension x="2" y="0"/> |
||
165 | </Offset> |
||
166 | </Anchor> |
||
167 | </Anchors> |
||
168 | </Button> |
||
169 | <Button name="$parentBuff10" inherits="CT_PartyBuffButtonTemplate" id="10"> |
||
170 | <Anchors> |
||
171 | <Anchor point="LEFT" relativeTo="$parentBuff9" relativePoint="RIGHT"> |
||
172 | <Offset> |
||
173 | <AbsDimension x="2" y="0"/> |
||
174 | </Offset> |
||
175 | </Anchor> |
||
176 | </Anchors> |
||
177 | </Button> |
||
178 | <Button name="$parentBuff11" inherits="CT_PartyBuffButtonTemplate" id="11"> |
||
179 | <Anchors> |
||
180 | <Anchor point="LEFT" relativeTo="$parentBuff10" relativePoint="RIGHT"> |
||
181 | <Offset> |
||
182 | <AbsDimension x="2" y="0"/> |
||
183 | </Offset> |
||
184 | </Anchor> |
||
185 | </Anchors> |
||
186 | </Button> |
||
187 | <Button name="$parentBuff12" inherits="CT_PartyBuffButtonTemplate" id="12"> |
||
188 | <Anchors> |
||
189 | <Anchor point="LEFT" relativeTo="$parentBuff11" relativePoint="RIGHT"> |
||
190 | <Offset> |
||
191 | <AbsDimension x="2" y="0"/> |
||
192 | </Offset> |
||
193 | </Anchor> |
||
194 | </Anchors> |
||
195 | </Button> |
||
196 | <Button name="$parentBuff13" inherits="CT_PartyBuffButtonTemplate" id="13"> |
||
197 | <Anchors> |
||
198 | <Anchor point="LEFT" relativeTo="$parentBuff12" relativePoint="RIGHT"> |
||
199 | <Offset> |
||
200 | <AbsDimension x="2" y="0"/> |
||
201 | </Offset> |
||
202 | </Anchor> |
||
203 | </Anchors> |
||
204 | </Button> |
||
205 | <Button name="$parentBuff14" inherits="CT_PartyBuffButtonTemplate" id="14"> |
||
206 | <Anchors> |
||
207 | <Anchor point="LEFT" relativeTo="$parentBuff13" relativePoint="RIGHT"> |
||
208 | <Offset> |
||
209 | <AbsDimension x="2" y="0"/> |
||
210 | </Offset> |
||
211 | </Anchor> |
||
212 | </Anchors> |
||
213 | </Button> |
||
214 | <Button name="$parentDebuff1" inherits="CT_PartyDebuffButtonTemplate" id="1"> |
||
215 | <Anchors> |
||
216 | <Anchor point="TOPLEFT"> |
||
217 | <Offset> |
||
218 | <AbsDimension x="75" y="38"/> |
||
219 | </Offset> |
||
220 | </Anchor> |
||
221 | </Anchors> |
||
222 | </Button> |
||
223 | <Button name="$parentDebuff2" inherits="CT_PartyDebuffButtonTemplate" id="2"> |
||
224 | <Anchors> |
||
225 | <Anchor point="LEFT" relativeTo="$parentDebuff1" relativePoint="RIGHT"> |
||
226 | <Offset> |
||
227 | <AbsDimension x="2" y="0"/> |
||
228 | </Offset> |
||
229 | </Anchor> |
||
230 | </Anchors> |
||
231 | </Button> |
||
232 | <Button name="$parentDebuff3" inherits="CT_PartyDebuffButtonTemplate" id="3"> |
||
233 | <Anchors> |
||
234 | <Anchor point="LEFT" relativeTo="$parentDebuff2" relativePoint="RIGHT"> |
||
235 | <Offset> |
||
236 | <AbsDimension x="2" y="0"/> |
||
237 | </Offset> |
||
238 | </Anchor> |
||
239 | </Anchors> |
||
240 | </Button> |
||
241 | <Button name="$parentDebuff4" inherits="CT_PartyDebuffButtonTemplate" id="4"> |
||
242 | <Anchors> |
||
243 | <Anchor point="LEFT" relativeTo="$parentDebuff3" relativePoint="RIGHT"> |
||
244 | <Offset> |
||
245 | <AbsDimension x="2" y="0"/> |
||
246 | </Offset> |
||
247 | </Anchor> |
||
248 | </Anchors> |
||
249 | </Button> |
||
250 | <Button name="$parentDebuff5" inherits="CT_PartyDebuffButtonTemplate" id="5"> |
||
251 | <Anchors> |
||
252 | <Anchor point="LEFT" relativeTo="$parentDebuff4" relativePoint="RIGHT"> |
||
253 | <Offset> |
||
254 | <AbsDimension x="2" y="0"/> |
||
255 | </Offset> |
||
256 | </Anchor> |
||
257 | </Anchors> |
||
258 | </Button> |
||
259 | <Button name="$parentDebuff6" inherits="CT_PartyDebuffButtonTemplate" id="6"> |
||
260 | <Anchors> |
||
261 | <Anchor point="LEFT" relativeTo="$parentDebuff5" relativePoint="RIGHT"> |
||
262 | <Offset> |
||
263 | <AbsDimension x="2" y="0"/> |
||
264 | </Offset> |
||
265 | </Anchor> |
||
266 | </Anchors> |
||
267 | </Button> |
||
268 | </Frames> |
||
269 | <Scripts> |
||
270 | <OnUpdate> |
||
271 | CT_PartyBuffs_RefreshBuffs(arg1); |
||
272 | </OnUpdate> |
||
273 | <OnLoad> |
||
274 | this.update = 1; |
||
275 | CT_PartyBuffs_OnLoad(); |
||
276 | </OnLoad> |
||
277 | </Scripts> |
||
278 | </Button> |
||
279 | <Button name="CT_PartyBuffFrame1" hidden="false" inherits="CT_PartyMemberFrameTemplate" parent="UIParent" id="1"> |
||
280 | <Anchors> |
||
281 | <Anchor point="TOPLEFT" relativeTo="PartyMemberFrame1"> |
||
282 | <Offset> |
||
283 | <AbsDimension x="48" y="-32"/> |
||
284 | </Offset> |
||
285 | </Anchor> |
||
286 | </Anchors> |
||
287 | </Button> |
||
288 | <Button name="CT_PartyBuffFrame2" hidden="false" inherits="CT_PartyMemberFrameTemplate" parent="UIParent" id="2"> |
||
289 | <Anchors> |
||
290 | <Anchor point="TOPLEFT" relativeTo="PartyMemberFrame2"> |
||
291 | <Offset> |
||
292 | <AbsDimension x="48" y="-32"/> |
||
293 | </Offset> |
||
294 | </Anchor> |
||
295 | </Anchors> |
||
296 | </Button> |
||
297 | <Button name="CT_PartyBuffFrame3" hidden="false" inherits="CT_PartyMemberFrameTemplate" parent="UIParent" id="3"> |
||
298 | <Anchors> |
||
299 | <Anchor point="TOPLEFT" relativeTo="PartyMemberFrame3"> |
||
300 | <Offset> |
||
301 | <AbsDimension x="48" y="-32"/> |
||
302 | </Offset> |
||
303 | </Anchor> |
||
304 | </Anchors> |
||
305 | </Button> |
||
306 | <Button name="CT_PartyBuffFrame4" hidden="false" inherits="CT_PartyMemberFrameTemplate" parent="UIParent" id="4"> |
||
307 | <Anchors> |
||
308 | <Anchor point="TOPLEFT" relativeTo="PartyMemberFrame4"> |
||
309 | <Offset> |
||
310 | <AbsDimension x="48" y="-32"/> |
||
311 | </Offset> |
||
312 | </Anchor> |
||
313 | </Anchors> |
||
314 | </Button> |
||
315 | |||
316 | <Button name="CT_PetBuffFrame" hidden="false" parent="PlayerFrame"> |
||
317 | <Anchors> |
||
318 | <Anchor point="TOPLEFT"> |
||
319 | <Offset> |
||
320 | <AbsDimension x="128" y="-102"/> |
||
321 | </Offset> |
||
322 | </Anchor> |
||
323 | </Anchors> |
||
324 | <Size> |
||
325 | <AbsDimension x="70" y="50"/> |
||
326 | </Size> |
||
327 | <Frames> |
||
328 | <Button name="$parentBuff1" inherits="CT_PartyPetBuffButtonTemplate" id="1"> |
||
329 | <Anchors> |
||
330 | <Anchor point="TOPLEFT"/> |
||
331 | </Anchors> |
||
332 | </Button> |
||
333 | <Button name="$parentBuff2" inherits="CT_PartyPetBuffButtonTemplate" id="2"> |
||
334 | <Anchors> |
||
335 | <Anchor point="LEFT" relativeTo="$parentBuff1" relativePoint="RIGHT"> |
||
336 | <Offset> |
||
337 | <AbsDimension x="2" y="0"/> |
||
338 | </Offset> |
||
339 | </Anchor> |
||
340 | </Anchors> |
||
341 | </Button> |
||
342 | <Button name="$parentBuff3" inherits="CT_PartyPetBuffButtonTemplate" id="3"> |
||
343 | <Anchors> |
||
344 | <Anchor point="LEFT" relativeTo="$parentBuff2" relativePoint="RIGHT"> |
||
345 | <Offset> |
||
346 | <AbsDimension x="2" y="0"/> |
||
347 | </Offset> |
||
348 | </Anchor> |
||
349 | </Anchors> |
||
350 | </Button> |
||
351 | <Button name="$parentBuff4" inherits="CT_PartyPetBuffButtonTemplate" id="4"> |
||
352 | <Anchors> |
||
353 | <Anchor point="LEFT" relativeTo="$parentBuff3" relativePoint="RIGHT"> |
||
354 | <Offset> |
||
355 | <AbsDimension x="2" y="0"/> |
||
356 | </Offset> |
||
357 | </Anchor> |
||
358 | </Anchors> |
||
359 | </Button> |
||
360 | <Button name="$parentBuff5" inherits="CT_PartyPetBuffButtonTemplate" id="5"> |
||
361 | <Anchors> |
||
362 | <Anchor point="LEFT" relativeTo="$parentBuff4" relativePoint="RIGHT"> |
||
363 | <Offset> |
||
364 | <AbsDimension x="2" y="0"/> |
||
365 | </Offset> |
||
366 | </Anchor> |
||
367 | </Anchors> |
||
368 | </Button> |
||
369 | <Button name="$parentBuff6" inherits="CT_PartyPetBuffButtonTemplate" id="6"> |
||
370 | <Anchors> |
||
371 | <Anchor point="LEFT" relativeTo="$parentBuff5" relativePoint="RIGHT"> |
||
372 | <Offset> |
||
373 | <AbsDimension x="2" y="0"/> |
||
374 | </Offset> |
||
375 | </Anchor> |
||
376 | </Anchors> |
||
377 | </Button> |
||
378 | <Button name="$parentBuff7" inherits="CT_PartyPetBuffButtonTemplate" id="7"> |
||
379 | <Anchors> |
||
380 | <Anchor point="LEFT" relativeTo="$parentBuff6" relativePoint="RIGHT"> |
||
381 | <Offset> |
||
382 | <AbsDimension x="2" y="0"/> |
||
383 | </Offset> |
||
384 | </Anchor> |
||
385 | </Anchors> |
||
386 | </Button> |
||
387 | <Button name="$parentBuff8" inherits="CT_PartyPetBuffButtonTemplate" id="8"> |
||
388 | <Anchors> |
||
389 | <Anchor point="LEFT" relativeTo="$parentBuff7" relativePoint="RIGHT"> |
||
390 | <Offset> |
||
391 | <AbsDimension x="2" y="0"/> |
||
392 | </Offset> |
||
393 | </Anchor> |
||
394 | </Anchors> |
||
395 | </Button> |
||
396 | <Button name="$parentBuff9" inherits="CT_PartyPetBuffButtonTemplate" id="9"> |
||
397 | <Anchors> |
||
398 | <Anchor point="LEFT" relativeTo="$parentBuff8" relativePoint="RIGHT"> |
||
399 | <Offset> |
||
400 | <AbsDimension x="2" y="0"/> |
||
401 | </Offset> |
||
402 | </Anchor> |
||
403 | </Anchors> |
||
404 | </Button> |
||
405 | </Frames> |
||
406 | <Scripts> |
||
407 | <OnUpdate> |
||
408 | CT_PartyBuffs_RefreshPetBuffs(arg1); |
||
409 | </OnUpdate> |
||
410 | <OnLoad> |
||
411 | this.update = 0; |
||
412 | </OnLoad> |
||
413 | </Scripts> |
||
414 | </Button> |
||
415 | </Ui> |