vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<!--

        Name:           MobHealth2
        Version:        2.6
        Author:         Wyv (wyv@wp.pl)
        Description:    Displays health value for mobs.
                        Original version by Telo.
        URL:            http://www.curse-gaming.com/mod.php?addid=1087
                        http://ui.worldofwar.net/ui.php?id=681
                        http://www.wowinterface.com/downloads/fileinfo.php?id=3938

-->

<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/
C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
        <Script file="localization.lua"/>
        <Script file="MobHealth.lua"/>
        <Frame name="MobHealthFrame" toplevel="true" frameStrata="HIGH" movable="true" enableMouse="true" parent="UIParent">
                <Size>
                        <AbsDimension x="128" y="32"/>
                </Size>
                <Anchors>
                        <Anchor point="TOP" relativeTo="TargetFrameHealthBar" relativePoint="BOTTOM">
                                <Offset>
                                        <AbsDimension x="-2" y="22"/>
                                </Offset>
                        </Anchor>
                </Anchors>
                <Layers>
                        <Layer level="ARTWORK">
                                <FontString name="MobHealthText" inherits="GameFontNormalSmall">
                                        <Color r="1.0" g="1.0" b="1.0"/>
                                </FontString>
                        </Layer>
                </Layers>
                <Scripts>
                        <OnLoad>
                                MobHealth_OnLoad();
                        </OnLoad>
                        <OnEvent>
                                MobHealth_OnEvent(event);
                        </OnEvent>
                </Scripts>
        </Frame>
</Ui>