Mercurial > wow > kbf
comparison KBF.xml @ 65:e19d0380b9f3
finished investigation into the 4.3 issues, clean up to address some of the bugs that were fixed
author | Chris Mellon <arkanes@gmail.com> |
---|---|
date | Sat, 03 Dec 2011 07:30:24 -0600 |
parents | 15b9e97ab2d2 |
children | 6f1457157688 |
comparison
equal
deleted
inserted
replaced
64:e5c07fdfb70b | 65:e19d0380b9f3 |
---|---|
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/ | 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 ..\FrameXML\UI.xsd"> | 2 ..\FrameXML\UI.xsd"> |
3 <!-- A button template for unit aura buttons --> | 3 <!-- A button template for unit aura buttons --> |
4 <Button name="KBFSecureUnitAuraTemplate" inherits="SecureActionButtonTemplate" virtual="true"> | 4 <Button name="KBFSecureUnitAuraTemplate" inherits="SecureActionButtonTemplate" virtual="true"> |
5 <Attributes> | |
6 <Attribute name="type" value="cancelaura" /> | |
7 <Attribute name="toggleForVehicle" value="true" /> | |
8 <Attribute name="unit" value="player" /> | |
9 </Attributes> | |
10 <Size> | |
11 <AbsDimension x="216" y="16" /> | |
12 </Size> | |
13 <Scripts> | |
14 <OnEnter> | |
15 KBF:OnEnter(self, motion) | |
16 </OnEnter> | |
17 <OnLeave> | |
18 GameTooltip:Hide(); | |
19 </OnLeave> | |
20 </Scripts> | |
21 </Button> | |
22 | |
23 <Button name="KBFSecureWeaponEnchantTemplate" inherits="SecureActionButtonTemplate" virtual="true"> | |
5 <Attributes> | 24 <Attributes> |
6 <Attribute name="type" value="cancelaura" /> | 25 <Attribute name="type" value="cancelaura" /> |
7 <Attribute name="toggleForVehicle" value="true" /> | 26 <Attribute name="toggleForVehicle" value="true" /> |
8 <Attribute name="unit" value="player" /> | 27 <Attribute name="unit" value="player" /> |
9 </Attributes> | 28 </Attributes> |