Mini short duration buff window

Forum for posting custom UIs, portions of UIs, and HUD stuff using MQ's enhancements.

Moderator: MacroQuest Developers

blamstick
orc pawn
orc pawn
Posts: 27
Joined: Sat Sep 06, 2003 6:50 pm

Mini short duration buff window

Post by blamstick » Wed Apr 21, 2004 6:04 pm

EQUI_ShortDurationBuffWindow.xml

Code: Select all

<?xml version="1.0" encoding="us-ascii"?> 
<XML ID="EQInterfaceDefinitionLanguage"> 
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" /> 
  <Button item="SDBW_Buff0_Button"> 
    <ScreenID>Buff0</ScreenID> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>3</X> 
      <Y>3</Y> 
    </Location> 
    <Size> 
      <CX>198</CX> 
      <CY>13</CY> 
    </Size> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <Style_Checkbox>false</Style_Checkbox> 
    <ButtonDrawTemplate> 
      <Normal>BlueIconBackground</Normal> 
      <NormalDecal>BuffIcons</NormalDecal> 
    </ButtonDrawTemplate> 
    <DecalOffset> 
      <X>0</X> 
      <Y>0</Y> 
    </DecalOffset> 
    <DecalSize> 
      <CX>12</CX> 
      <CY>12</CY> 
    </DecalSize> 
  </Button> 
  <Button item="SDBW_Buff1_Button"> 
    <ScreenID>Buff1</ScreenID> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>3</X> 
      <Y>3</Y> 
    </Location> 
    <Size> 
      <CX>198</CX> 
      <CY>13</CY> 
    </Size> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <Style_Checkbox>false</Style_Checkbox> 
    <ButtonDrawTemplate> 
      <Normal>RedIconBackground</Normal> 
      <NormalDecal>BuffIcons</NormalDecal> 
    </ButtonDrawTemplate> 
    <DecalOffset> 
      <X>0</X> 
      <Y>0</Y> 
    </DecalOffset> 
    <DecalSize> 
      <CX>12</CX> 
      <CY>12</CY> 
    </DecalSize> 
  </Button> 
  <Button item="SDBW_Buff2_Button"> 
    <ScreenID>Buff2</ScreenID> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>93</X> 
      <Y>3</Y> 
    </Location> 
    <Size> 
      <CX>198</CX> 
      <CY>13</CY> 
    </Size> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <Style_Checkbox>false</Style_Checkbox> 
    <ButtonDrawTemplate> 
      <Normal>RedIconBackground</Normal> 
      <NormalDecal>BuffIcons</NormalDecal> 
    </ButtonDrawTemplate> 
    <DecalOffset> 
      <X>0</X> 
      <Y>0</Y> 
    </DecalOffset> 
    <DecalSize> 
      <CX>12</CX> 
      <CY>12</CY> 
    </DecalSize> 
  </Button> 
  <Button item="SDBW_Buff3_Button"> 
    <ScreenID>Buff3</ScreenID> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>3</X> 
      <Y>49</Y> 
    </Location> 
    <Size> 
      <CX>198</CX> 
      <CY>13</CY> 
    </Size> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <Style_Checkbox>false</Style_Checkbox> 
    <ButtonDrawTemplate> 
      <Normal>BlueIconBackground</Normal> 
      <NormalDecal>BuffIcons</NormalDecal> 
    </ButtonDrawTemplate> 
    <DecalOffset> 
      <X>0</X> 
      <Y>0</Y> 
    </DecalOffset> 
    <DecalSize> 
      <CX>12</CX> 
      <CY>12</CY> 
    </DecalSize> 
  </Button> 
  <Button item="SDBW_Buff4_Button"> 
    <ScreenID>Buff4</ScreenID> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>48</X> 
      <Y>49</Y> 
    </Location> 
    <Size> 
      <CX>198</CX> 
      <CY>13</CY> 
    </Size> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <Style_Checkbox>false</Style_Checkbox> 
    <ButtonDrawTemplate> 
      <Normal>RedIconBackground</Normal> 
      <NormalDecal>BuffIcons</NormalDecal> 
    </ButtonDrawTemplate> 
    <DecalOffset> 
      <X>0</X> 
      <Y>0</Y> 
    </DecalOffset> 
    <DecalSize> 
      <CX>12</CX> 
      <CY>12</CY> 
    </DecalSize> 
  </Button> 
  <Button item="SDBW_Buff5_Button"> 
    <ScreenID>Buff5</ScreenID> 
    <Font>2</Font> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>93</X> 
      <Y>49</Y> 
    </Location> 
    <Size> 
      <CX>198</CX> 
      <CY>13</CY> 
    </Size> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>false</Style_Transparent> 
    <Style_Checkbox>false</Style_Checkbox> 
    <ButtonDrawTemplate> 
      <Normal>RedIconBackground</Normal> 
      <NormalDecal>BuffIcons</NormalDecal> 
    </ButtonDrawTemplate> 
    <DecalOffset> 
      <X>0</X> 
      <Y>0</Y> 
    </DecalOffset> 
    <DecalSize> 
      <CX>12</CX> 
      <CY>12</CY> 
    </DecalSize> 
  </Button> 
  <Label item="SDBW_Buff0"> 
    <ScreenID>Buff0Label</ScreenID> 
    <EQType>9999</EQType> 
    <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Song[1]}]},${Me.Song[1]} ${Me.Song[1].Duration.Time},]}</TooltipReference> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>25</X> 
      <Y>0</Y> 
    </Location> 
    <Size> 
      <CX>344</CX> 
      <CY>10</CY> 
    </Size> 
    <Text /> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
  </Label> 
  <Label item="SDBW_Buff1"> 
    <ScreenID>Buff1Label</ScreenID> 
    <EQType>9999</EQType> 
    <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Song[2]}]},${Me.Song[2]} ${Me.Song[2].Duration.Time},]}</TooltipReference> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>25</X> 
      <Y>14</Y> 
    </Location> 
    <Size> 
      <CX>344</CX> 
      <CY>10</CY> 
    </Size> 
    <Text /> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
  </Label> 
  <Label item="SDBW_Buff2"> 
    <ScreenID>Buff2Label</ScreenID> 
    <EQType>9999</EQType> 
    <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Song[3]}]},${Me.Song[3]} ${Me.Song[3].Duration.Time},]}</TooltipReference> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>25</X> 
      <Y>28</Y> 
    </Location> 
    <Size> 
      <CX>344</CX> 
      <CY>10</CY> 
    </Size> 
    <Text /> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
  </Label> 
  <Label item="SDBW_Buff3"> 
    <ScreenID>Buff3Label</ScreenID> 
    <EQType>9999</EQType> 
    <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Song[4]}]},${Me.Song[4]} ${Me.Song[4].Duration.Time},]}</TooltipReference> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>25</X> 
      <Y>42</Y> 
    </Location> 
    <Size> 
      <CX>344</CX> 
      <CY>10</CY> 
    </Size> 
    <Text /> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
  </Label> 
  <Label item="SDBW_Buff4"> 
    <ScreenID>Buff4Label</ScreenID> 
    <EQType>9999</EQType> 
    <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Song[5]}]},${Me.Song[5]} ${Me.Song[5].Duration.Time},]}</TooltipReference> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>25</X> 
      <Y>56</Y> 
    </Location> 
    <Size> 
      <CX>344</CX> 
      <CY>10</CY> 
    </Size> 
    <Text /> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
  </Label> 
  <Label item="SDBW_Buff5"> 
    <ScreenID>Buff5Label</ScreenID> 
    <EQType>9999</EQType> 
    <Font>1</Font> 
<TooltipReference>${If[${Bool[${Me.Song[6]}]},${Me.Song[6]} ${Me.Song[6].Duration.Time},]}</TooltipReference> 
    <RelativePosition>true</RelativePosition> 
    <Location> 
      <X>25</X> 
      <Y>70</Y> 
    </Location> 
    <Size> 
      <CX>344</CX> 
      <CY>10</CY> 
    </Size> 
    <Text /> 
    <TextColor> 
      <R>255</R> 
      <G>255</G> 
      <B>255</B> 
    </TextColor> 
    <NoWrap>true</NoWrap> 
    <AlignCenter>false</AlignCenter> 
    <AlignRight>false</AlignRight> 
  </Label> 
  <Screen item="ShortDurationBuffWindow"> 
    <Text /> 
    <RelativePosition>false</RelativePosition> 
    <Location> 
      <X>415</X> 
      <Y>395</Y> 
    </Location> 
    <Size> 
      <CX>210</CX> 
      <CY>88</CY> 
    </Size> 
    <Style_VScroll>false</Style_VScroll> 
    <Style_HScroll>false</Style_HScroll> 
    <Style_Transparent>true</Style_Transparent> 
    <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate> 
    <Style_Titlebar>false</Style_Titlebar> 
    <Style_Closebox>true</Style_Closebox> 
    <Style_Minimizebox>false</Style_Minimizebox> 
    <Style_Border>false</Style_Border> 
    <Style_Sizable>false</Style_Sizable> 
    <Pieces>SDBW_Buff0_Button</Pieces> 
    <Pieces>SDBW_Buff1_Button</Pieces> 
    <Pieces>SDBW_Buff2_Button</Pieces> 
    <Pieces>SDBW_Buff3_Button</Pieces> 
    <Pieces>SDBW_Buff4_Button</Pieces> 
    <Pieces>SDBW_Buff5_Button</Pieces> 
    <Pieces>SDBW_Buff0</Pieces> 
    <Pieces>SDBW_Buff1</Pieces> 
    <Pieces>SDBW_Buff2</Pieces> 
    <Pieces>SDBW_Buff3</Pieces> 
    <Pieces>SDBW_Buff4</Pieces> 
    <Pieces>SDBW_Buff5</Pieces> 
  </Screen> 
</XML>