Transparent Timer Buffs, Only working with Mqdata Format...

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

Moderator: MacroQuest Developers

llama
orc pawn
orc pawn
Posts: 20
Joined: Mon Dec 29, 2003 8:13 am

Transparent Timer Buffs, Only working with Mqdata Format...

Post by llama » Wed Mar 31, 2004 8:23 am

This is using the new Mqdata Format...

Credit to Original creator, as I only changed the labels....

Code: Select all

 <?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
  <Button item="BW_Buff0_Button">
    <ScreenID>Buff0</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff0_Label">
    <ScreenID>BW_Buff0_Label</ScreenID>
    <Font>1</Font>
    <EQType>45</EQType>
    <Location>
      <X>3</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff0_LabelDur">
    <ScreenID>BW_Buff0_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>${Me.Buff[1].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>25</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff1_Button">
    <ScreenID>Buff1</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>38</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff1_Label">
    <ScreenID>BW_Buff1_Label</ScreenID>
    <Font>1</Font>
    <EQType>46</EQType>
    <Location>
      <X>3</X>
      <Y>38</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff1_LabelDur">
    <ScreenID>BW_Buff1_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>${Me.Buff[2].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>60</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff2_Button">
    <ScreenID>Buff2</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>73</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff2_Label">
    <ScreenID>BW_Buff2_Label</ScreenID>
    <Font>1</Font>
    <EQType>47</EQType>
    <Location>
      <X>3</X>
      <Y>73</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff2_LabelDur">
    <ScreenID>BW_Buff2_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>${Me.Buff[3].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>95</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff3_Button">
    <ScreenID>Buff3</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>108</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <!--<TooltipReference/>   -->
    <Style_Checkbox>false</Style_Checkbox>
    <RadioGroup />
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff3_Label">
    <ScreenID>BW_Buff3_Label</ScreenID>
    <Font>1</Font>
    <EQType>48</EQType>
    <Location>
      <X>3</X>
      <Y>108</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff3_LabelDur">
    <ScreenID>BW_Buff3_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>${Me.Buff[4].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>130</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff4_Button">
    <ScreenID>Buff4</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>143</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <TooltipReference />
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff4_Label">
    <ScreenID>BW_Buff4_Label</ScreenID>
    <Font>1</Font>
    <EQType>49</EQType>
    <Location>
      <X>3</X>
      <Y>143</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff4_LabelDur">
    <ScreenID>BW_Buff4_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>${Me.Buff[5].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>165</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff5_Button">
    <ScreenID>Buff5</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>178</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff5_Label">
    <ScreenID>BW_Buff5_Label</ScreenID>
    <Font>1</Font>
    <EQType>50</EQType>
    <Location>
      <X>3</X>
      <Y>178</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff5_LabelDur">
    <ScreenID>BW_Buff5_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>${Me.Buff[6].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>200</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff6_Button">
    <ScreenID>Buff6</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>213</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <TooltipReference />
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff6_Label">
    <ScreenID>BW_Buff6_Label</ScreenID>
    <Font>1</Font>
    <EQType>51</EQType>
    <Location>
      <X>3</X>
      <Y>213</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff6_LabelDur">
    <ScreenID>BW_Buff6_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>${Me.Buff[7].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>235</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff7_Button">
    <ScreenID>Buff7</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>248</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff7_Label">
    <ScreenID>BW_Buff7_Label</ScreenID>
    <Font>1</Font>
    <EQType>52</EQType>
    <Location>
      <X>3</X>
      <Y>248</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff7_LabelDur">
    <ScreenID>BW_Buff7_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>${Me.Buff[8].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>270</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff8_Button">
    <ScreenID>Buff8</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>283</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff8_Label">
    <ScreenID>BW_Buff8_Label</ScreenID>
    <Font>1</Font>
    <EQType>53</EQType>
    <Location>
      <X>3</X>
      <Y>283</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff8_LabelDur">
    <ScreenID>BW_Buff8_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>${Me.Buff[9].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>305</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff9_Button">
    <ScreenID>Buff9</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>318</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff9_Label">
    <ScreenID>BW_Buff9_Label</ScreenID>
    <Font>1</Font>
    <EQType>54</EQType>
    <Location>
      <X>3</X>
      <Y>318</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff9_LabelDur">
    <ScreenID>BW_Buff9_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>${Me.Buff[10].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>340</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff10_Button">
    <ScreenID>Buff10</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>353</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff10_Label">
    <ScreenID>BW_Buff10_Label</ScreenID>
    <Font>1</Font>
    <EQType>55</EQType>
    <Location>
      <X>3</X>
      <Y>353</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff10_LabelDur">
    <ScreenID>BW_Buff10_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>${Me.Buff[11].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>375</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff11_Button">
    <ScreenID>Buff11</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>388</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff11_Label">
    <ScreenID>BW_Buff11_Label</ScreenID>
    <Font>1</Font>
    <EQType>56</EQType>
    <Location>
      <X>3</X>
      <Y>388</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff11_LabelDur">
    <ScreenID>BW_Buff11_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>${Me.Buff[12].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>410</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff12_Button">
    <ScreenID>Buff12</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>423</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff12_Label">
    <ScreenID>BW_Buff12_Label</ScreenID>
    <Font>1</Font>
    <EQType>57</EQType>
    <Location>
      <X>3</X>
      <Y>423</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff12_LabelDur">
    <ScreenID>BW_Buff12_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>${Me.Buff[13].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>445</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff13_Button">
    <ScreenID>Buff13</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>458</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff13_Label">
    <ScreenID>BW_Buff13_Label</ScreenID>
    <Font>1</Font>
    <EQType>58</EQType>
    <Location>
      <X>3</X>
      <Y>458</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff13_LabelDur">
    <ScreenID>BW_Buff13_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>${Me.Buff[14].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>480</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff14_Button">
    <ScreenID>Buff14</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>3</X>
      <Y>493</Y>
    </Location>
    <Size>
      <CX>34</CX>
      <CY>34</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>2</Y>
    </DecalOffset>
    <DecalSize>
      <CX>30</CX>
      <CY>30</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff14_Label">
    <ScreenID>BW_Buff14_Label</ScreenID>
    <Font>1</Font>
    <EQType>59</EQType>
    <Location>
      <X>3</X>
      <Y>493</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>24</CY>
    </Size>
    <Text />
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Label item="BW_Buff14_LabelDur">
    <ScreenID>BW_Buff14_LabelDur</ScreenID>
    <Font>2</Font>
    <EQType>9999</EQType>
        <TooltipReference>${Me.Buff[15].Duration.Time}</TooltipReference>
    <Location>
      <X>3</X>
      <Y>515</Y>
    </Location>
    <Size>
      <CX>82</CX>
      <CY>12</CY>
    </Size>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Screen item="BuffWindow">
    <!--<ScreenID/>-->
    <Text>Buffs</Text>
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>560</X>
      <Y>0</Y>
    </Location>
    <Size>
      <CX>120</CX>
      <CY>530</CY>
    </Size>
    <Style_Transparent>true</Style_Transparent>
    <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
    <Style_Titlebar>false</Style_Titlebar>
    <Style_Closebox>false</Style_Closebox>
    <Style_Minimizebox>false</Style_Minimizebox>
    <Style_Border>false</Style_Border>
    <Style_Sizable>false</Style_Sizable>
    <Pieces>BW_Buff0_Button</Pieces>
    <Pieces>BW_Buff0_Label</Pieces>
    <Pieces>BW_Buff1_Button</Pieces>
    <Pieces>BW_Buff1_Label</Pieces>
    <Pieces>BW_Buff2_Button</Pieces>
    <Pieces>BW_Buff2_Label</Pieces>
    <Pieces>BW_Buff3_Button</Pieces>
    <Pieces>BW_Buff3_Label</Pieces>
    <Pieces>BW_Buff4_Button</Pieces>
    <Pieces>BW_Buff4_Label</Pieces>
    <Pieces>BW_Buff5_Button</Pieces>
    <Pieces>BW_Buff5_Label</Pieces>
    <Pieces>BW_Buff6_Button</Pieces>
    <Pieces>BW_Buff6_Label</Pieces>
    <Pieces>BW_Buff7_Button</Pieces>
    <Pieces>BW_Buff7_Label</Pieces>
    <Pieces>BW_Buff8_Button</Pieces>
    <Pieces>BW_Buff8_Label</Pieces>
    <Pieces>BW_Buff9_Button</Pieces>
    <Pieces>BW_Buff9_Label</Pieces>
    <Pieces>BW_Buff10_Button</Pieces>
    <Pieces>BW_Buff10_Label</Pieces>
    <Pieces>BW_Buff11_Button</Pieces>
    <Pieces>BW_Buff11_Label</Pieces>
    <Pieces>BW_Buff12_Button</Pieces>
    <Pieces>BW_Buff12_Label</Pieces>
    <Pieces>BW_Buff13_Button</Pieces>
    <Pieces>BW_Buff13_Label</Pieces>
    <Pieces>BW_Buff14_Button</Pieces>
    <Pieces>BW_Buff14_Label</Pieces>
    <Pieces>BW_Buff0_LabelDur</Pieces>
    <Pieces>BW_Buff1_LabelDur</Pieces>
    <Pieces>BW_Buff2_LabelDur</Pieces>
    <Pieces>BW_Buff3_LabelDur</Pieces>
    <Pieces>BW_Buff4_LabelDur</Pieces>
    <Pieces>BW_Buff5_LabelDur</Pieces>
    <Pieces>BW_Buff6_LabelDur</Pieces>
    <Pieces>BW_Buff7_LabelDur</Pieces>
    <Pieces>BW_Buff8_LabelDur</Pieces>
    <Pieces>BW_Buff9_LabelDur</Pieces>
    <Pieces>BW_Buff10_LabelDur</Pieces>
    <Pieces>BW_Buff11_LabelDur</Pieces>
    <Pieces>BW_Buff12_LabelDur</Pieces>
    <Pieces>BW_Buff13_LabelDur</Pieces>
    <Pieces>BW_Buff14_LabelDur</Pieces>
  </Screen>
</XML>
Last edited by llama on Wed Mar 31, 2004 7:20 pm, edited 3 times in total.

Sensay
orc pawn
orc pawn
Posts: 26
Joined: Thu Dec 11, 2003 12:06 am
Location: VA
Contact:

Post by Sensay » Wed Mar 31, 2004 6:45 pm

im thinking i did somethign wrong but cant find on search..

Copy this into .txt file..

Rename .xml

Put in eq UI file?

Did that... getting the spell icons and all but no timer, just a bunch of random numbers/text... where the timer would be. The spell icon / name si there... but no timer ><

fryfrog
a hill giant
a hill giant
Posts: 271
Joined: Fri Jun 20, 2003 5:37 am

Post by fryfrog » Wed Mar 31, 2004 7:45 pm

did you uncomment the mq2data thing when you compiled mq2?