Initial commit — WyntrWear v1.2.2 WotLK tabard reminder addon (2009)

This commit is contained in:
2026-04-05 09:26:23 -07:00
commit 3979f0e1ff
8 changed files with 523 additions and 0 deletions

140
WyntrWear.xml Normal file
View File

@@ -0,0 +1,140 @@
<Ui xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.blizzard.com/wow/ui/">
<Script file="WyntrWear.lua" />
<Frame name="wynFrame1" parent="UIParent" visible="false" toplevel="true" movable="true" enableMouse="true">
<Size>
<AbsDimension x="296" y="173" />
</Size>
<Anchors>
<Anchor point="CENTER">
<Offset x="0" y="0" />
</Anchor>
</Anchors>
<Backdrop bgFile="Interface\DressUpFrame\DressUpBackground-Scourge1" edgeFile="Interface\DialogFrame\UI-DialogBox-Border">
<BackgroundInsets>
<AbsInset left="11" right="12" top="12" bottom="11" />
</BackgroundInsets>
<TileSize>
<AbsValue val="32" />
</TileSize>
<EdgeSize>
<AbsValue val="32" />
</EdgeSize>
</Backdrop>
<Frames>
<Button name="ButtonClose" inherits="UIPanelButtonTemplate" text="Thanks, Wyn!">
<Size>
<AbsDimension x="98" y="30" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset x="104" y="-88" />
</Anchor>
</Anchors>
<Scripts>
<OnClick>wynFrame1:Hide();</OnClick>
</Scripts>
</Button>
<Button name="$parent_Button1" inherits="UIPanelCloseButton">
<Anchors>
<Anchor point="TOPRIGHT">
<Offset>
<AbsDimension x="-3" y="-3"/>
</Offset>
</Anchor>
</Anchors>
</Button>
<CheckButton name="wynCheckBox1" inherits="UICheckButtonTemplate" text="CheckButton1">
<Anchors>
<Anchor point="TOPLEFT">
<Offset x="49" y="-123" />
</Anchor>
</Anchors>
<Layers>
<Layer level="OVERLAY">
<FontString name="FontString3" inherits="GameFontNormal" text="Skip tabard checks for this toon">
<Size>
<AbsDimension x="215" y="20" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset x="15" y="-7" />
</Anchor>
</Anchors>
<Color r="0" g="0.5" b="0" />
</FontString>
</Layer>
</Layers>
<Scripts>
<OnClick>
wynCheckBoxFunction();
</OnClick>
</Scripts>
</CheckButton>
</Frames>
<Layers>
<Layer level="FANCYHEADER">
<Texture name="wynHeader" file="Interface\DialogFrame\UI-DialogBox-Header">
<Size>
<AbsDimension x="356" y="64"/>
</Size>
<Anchors>
<Anchor point="TOP">
<Offset>
<AbsDimension x="0" y="12"/>
</Offset>
</Anchor>
</Anchors>
</Texture>
<FontString inherits="GameFontNormalLarge" text="WyntrWear 1.0">
<Anchors>
<Anchor point="TOP" relativeTo="wynHeader">
<Offset>
<AbsDimension x="0" y="-14"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
</Layer>
<Layer level="OVERLAY">
<FontString name="FontString1" inherits="GameFontNormal" text="Wyntr sez...">
<Size>
<AbsDimension x="79" y="20" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset x="19" y="-27" />
</Anchor>
</Anchors>
<Color r="0" g="1" b="0" />
</FontString>
<FontString name="FontString2" inherits="GameFontNormal" text="Put Your Tabard On!">
<Size>
<AbsDimension x="137" y="20" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset x="80" y="-53" />
</Anchor>
</Anchors>
<Color r="1" g="0" b="0" />
<Shadow>
<Offset>
<AbsDimension x="1" y="-1" />
</Offset>
<Color r="0" g="0.25" b="0" />
</Shadow>
</FontString>
</Layer>
</Layers>
<Scripts>
<OnLoad>
WyntrWear_OnLoad(self);
</OnLoad>
<OnEvent>
WyntrWear_OnEvent(self, event, ...)
</OnEvent>
<OnDragStart>self:StartMoving();</OnDragStart>
<OnDragStop>self:StopMovingOrSizing();</OnDragStop>
</Scripts>
</Frame>
</Ui>