mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 09:44:44 +00:00
373 lines
16 KiB
XML
373 lines
16 KiB
XML
<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/ ..\FrameXML\UI.xsd">
|
|
<Script file="HealBot_Options_Buffs.lua" />
|
|
<Frame name="HealBot_Options_Panel6" parent="HealBot_Options" hidden="true" setAllPoints="true">
|
|
<Frames>
|
|
<Frame name="HealBot_Options_BuffFrame" inherits="OptionFrameBoxTemplate">
|
|
<Scripts>
|
|
<OnLoad>
|
|
this:SetBackdropBorderColor(0.4, 0.4, 0.4);
|
|
this:SetBackdropColor(0, 0, 0, 0);
|
|
</OnLoad>
|
|
</Scripts>
|
|
<Size>
|
|
<AbsDimension y="330"/>
|
|
</Size>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="21" y="-35"/>
|
|
</Offset>
|
|
</Anchor>
|
|
<Anchor point="TOPRIGHT">
|
|
<Offset>
|
|
<AbsDimension x="-21" y="0"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Layers>
|
|
<Layer level="BACKGROUND">
|
|
<FontString name="HealBot_BuffPanel_Text" text="Buff Settings" inherits="GameFontNormalSmall">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="15" y="10" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
</Frame>
|
|
|
|
<CheckButton name="HealBot_Options_BuffWatch" inherits="OptionsCheckButtonTemplate">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffFrame" relativePoint="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="15" y="-15"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>HealBot_WarningSound_OnLoad(this,HEALBOT_OPTIONS_BUFFWATCH)</OnLoad>
|
|
<OnClick>HealBot_Options_BuffWatch_OnClick(this)</OnClick>
|
|
</Scripts>
|
|
</CheckButton>
|
|
|
|
<CheckButton name="HealBot_Options_BuffWatchInCombat" inherits="OptionsCheckButtonTemplate">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffWatch" relativePoint="BOTTOMLEFT">
|
|
<Offset>
|
|
<AbsDimension x="20" y="0"/>
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>HealBot_WarningSound_OnLoad(this,HEALBOT_OPTIONS_BUFFWATCHINCOMBAT)</OnLoad>
|
|
<OnClick>HealBot_Options_BuffWatchInCombat_OnClick(this)</OnClick>
|
|
</Scripts>
|
|
</CheckButton>
|
|
|
|
<Frame name="HealBot_Options_Buff1" inherits="UIDropDownMenuTemplate" id="1">
|
|
<Layers>
|
|
<Layer level="BACKGROUND">
|
|
<FontString name="HealBot_Options_Buff1Text" text="HEALBOT_OPTIONS_BUFF1" inherits="GameFontNormalSmall">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="-10" y="15" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffWatchInCombat" relativePoint="BOTTOMLEFT">
|
|
<Offset>
|
|
<AbsDimension x="-15" y="-30" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad> HealBot_Options_Buff_OnLoad(this) </OnLoad>
|
|
</Scripts>
|
|
</Frame>
|
|
<CheckButton name="HealBot_Options_Buff1Self" inherits="OptionsCheckButtonTemplate" id="1">
|
|
<Size><AbsDimension x="20" y="20"/></Size>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Buff1" relativePoint="TOPLEFT">
|
|
<Offset><AbsDimension x="40" y="18"/></Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>HealBot_Options_BuffSelf_OnLoad(this)</OnLoad>
|
|
<OnClick>HealBot_Options_BuffSelf_OnClick(this)</OnClick>
|
|
</Scripts>
|
|
</CheckButton>
|
|
<Frame name="HealBot_Options_Buff2" inherits="UIDropDownMenuTemplate" id="2">
|
|
<Layers>
|
|
<Layer level="BACKGROUND">
|
|
<FontString name="HealBot_Options_Buff2Text" text="HEALBOT_OPTIONS_BUFF2" inherits="GameFontNormalSmall">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="-10" y="15" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Buff1" relativePoint="BOTTOMLEFT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="-20" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad> HealBot_Options_Buff_OnLoad(this) </OnLoad>
|
|
</Scripts>
|
|
</Frame>
|
|
<CheckButton name="HealBot_Options_Buff2Self" inherits="OptionsCheckButtonTemplate" id="2">
|
|
<Size><AbsDimension x="20" y="20"/></Size>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Buff2" relativePoint="TOPLEFT">
|
|
<Offset><AbsDimension x="40" y="18"/></Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>HealBot_Options_BuffSelf_OnLoad(this)</OnLoad>
|
|
<OnClick>HealBot_Options_BuffSelf_OnClick(this)</OnClick>
|
|
</Scripts>
|
|
</CheckButton>
|
|
<Frame name="HealBot_Options_Buff3" inherits="UIDropDownMenuTemplate" id="3">
|
|
<Layers>
|
|
<Layer level="BACKGROUND">
|
|
<FontString name="HealBot_Options_Buff3Text" text="HEALBOT_OPTIONS_BUFF3" inherits="GameFontNormalSmall">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="-10" y="15" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Buff2" relativePoint="BOTTOMLEFT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="-20" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad> HealBot_Options_Buff_OnLoad(this) </OnLoad>
|
|
</Scripts>
|
|
</Frame>
|
|
<CheckButton name="HealBot_Options_Buff3Self" inherits="OptionsCheckButtonTemplate" id="3">
|
|
<Size><AbsDimension x="20" y="20"/></Size>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Buff3" relativePoint="TOPLEFT">
|
|
<Offset><AbsDimension x="40" y="18"/></Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>HealBot_Options_BuffSelf_OnLoad(this)</OnLoad>
|
|
<OnClick>HealBot_Options_BuffSelf_OnClick(this)</OnClick>
|
|
</Scripts>
|
|
</CheckButton>
|
|
<Frame name="HealBot_Options_Buff4" inherits="UIDropDownMenuTemplate" id="4">
|
|
<Layers>
|
|
<Layer level="BACKGROUND">
|
|
<FontString name="HealBot_Options_Buff4Text" text="HEALBOT_OPTIONS_BUFF4" inherits="GameFontNormalSmall">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="-10" y="15" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Buff3" relativePoint="BOTTOMLEFT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="-20" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad> HealBot_Options_Buff_OnLoad(this) </OnLoad>
|
|
</Scripts>
|
|
</Frame>
|
|
<CheckButton name="HealBot_Options_Buff4Self" inherits="OptionsCheckButtonTemplate" id="4">
|
|
<Size><AbsDimension x="20" y="20"/></Size>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Buff4" relativePoint="TOPLEFT">
|
|
<Offset><AbsDimension x="40" y="18"/></Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>HealBot_Options_BuffSelf_OnLoad(this)</OnLoad>
|
|
<OnClick>HealBot_Options_BuffSelf_OnClick(this)</OnClick>
|
|
</Scripts>
|
|
</CheckButton>
|
|
<Frame name="HealBot_Options_Buff5" inherits="UIDropDownMenuTemplate" id="5">
|
|
<Layers>
|
|
<Layer level="BACKGROUND">
|
|
<FontString name="HealBot_Options_Buff5Text" text="HEALBOT_OPTIONS_BUFF5" inherits="GameFontNormalSmall">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="-10" y="15" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_BuffWatchInCombat" relativePoint="BOTTOMLEFT">
|
|
<Offset>
|
|
<AbsDimension x="160" y="-30" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad> HealBot_Options_Buff_OnLoad(this) </OnLoad>
|
|
</Scripts>
|
|
</Frame>
|
|
<CheckButton name="HealBot_Options_Buff5Self" inherits="OptionsCheckButtonTemplate" id="5">
|
|
<Size><AbsDimension x="20" y="20"/></Size>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Buff5" relativePoint="TOPLEFT">
|
|
<Offset><AbsDimension x="40" y="18"/></Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>HealBot_Options_BuffSelf_OnLoad(this)</OnLoad>
|
|
<OnClick>HealBot_Options_BuffSelf_OnClick(this)</OnClick>
|
|
</Scripts>
|
|
</CheckButton>
|
|
<Frame name="HealBot_Options_Buff6" inherits="UIDropDownMenuTemplate" id="6">
|
|
<Layers>
|
|
<Layer level="BACKGROUND">
|
|
<FontString name="HealBot_Options_Buff6Text" text="HEALBOT_OPTIONS_BUFF6" inherits="GameFontNormalSmall">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="-10" y="15" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Buff5" relativePoint="BOTTOMLEFT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="-20" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad> HealBot_Options_Buff_OnLoad(this) </OnLoad>
|
|
</Scripts>
|
|
</Frame>
|
|
<CheckButton name="HealBot_Options_Buff6Self" inherits="OptionsCheckButtonTemplate" id="6">
|
|
<Size><AbsDimension x="20" y="20"/></Size>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Buff6" relativePoint="TOPLEFT">
|
|
<Offset><AbsDimension x="40" y="18"/></Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>HealBot_Options_BuffSelf_OnLoad(this)</OnLoad>
|
|
<OnClick>HealBot_Options_BuffSelf_OnClick(this)</OnClick>
|
|
</Scripts>
|
|
</CheckButton>
|
|
<Frame name="HealBot_Options_Buff7" inherits="UIDropDownMenuTemplate" id="7">
|
|
<Layers>
|
|
<Layer level="BACKGROUND">
|
|
<FontString name="HealBot_Options_Buff7Text" text="HEALBOT_OPTIONS_BUFF7" inherits="GameFontNormalSmall">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="-10" y="15" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Buff6" relativePoint="BOTTOMLEFT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="-20" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad> HealBot_Options_Buff_OnLoad(this) </OnLoad>
|
|
</Scripts>
|
|
</Frame>
|
|
<CheckButton name="HealBot_Options_Buff7Self" inherits="OptionsCheckButtonTemplate" id="7">
|
|
<Size><AbsDimension x="20" y="20"/></Size>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Buff7" relativePoint="TOPLEFT">
|
|
<Offset><AbsDimension x="40" y="18"/></Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>HealBot_Options_BuffSelf_OnLoad(this)</OnLoad>
|
|
<OnClick>HealBot_Options_BuffSelf_OnClick(this)</OnClick>
|
|
</Scripts>
|
|
</CheckButton>
|
|
<Frame name="HealBot_Options_Buff8" inherits="UIDropDownMenuTemplate" id="8">
|
|
<Layers>
|
|
<Layer level="BACKGROUND">
|
|
<FontString name="HealBot_Options_Buff8Text" text="HEALBOT_OPTIONS_BUFF8" inherits="GameFontNormalSmall">
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT">
|
|
<Offset>
|
|
<AbsDimension x="-10" y="15" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
</FontString>
|
|
</Layer>
|
|
</Layers>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Buff7" relativePoint="BOTTOMLEFT">
|
|
<Offset>
|
|
<AbsDimension x="0" y="-20" />
|
|
</Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad> HealBot_Options_Buff_OnLoad(this) </OnLoad>
|
|
</Scripts>
|
|
</Frame>
|
|
<CheckButton name="HealBot_Options_Buff8Self" inherits="OptionsCheckButtonTemplate" id="8">
|
|
<Size><AbsDimension x="20" y="20"/></Size>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="HealBot_Options_Buff8" relativePoint="TOPLEFT">
|
|
<Offset><AbsDimension x="40" y="18"/></Offset>
|
|
</Anchor>
|
|
</Anchors>
|
|
<Scripts>
|
|
<OnLoad>HealBot_Options_BuffSelf_OnLoad(this)</OnLoad>
|
|
<OnClick>HealBot_Options_BuffSelf_OnClick(this)</OnClick>
|
|
</Scripts>
|
|
</CheckButton>
|
|
|
|
</Frames>
|
|
</Frame>
|
|
|
|
</Ui>
|