Frequncy UI - I Like turtles

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

Moderator: MacroQuest Developers

bleem
decaying skeleton
decaying skeleton
Posts: 7
Joined: Sat Sep 18, 2004 2:58 pm
Contact:

Post by bleem » Sat Sep 18, 2004 2:59 pm

Hello,
Does new Fre UI has the 9 th spell gem slot?~

thanks

-Bleem

Bobo
decaying skeleton
decaying skeleton
Posts: 3
Joined: Tue Sep 14, 2004 11:53 pm

Post by Bobo » Mon Sep 20, 2004 7:54 pm

frabtik, the target / HoTT window is nice. I was wondering if it was possible to make one where the target and hott are side by side, to make a thinner profile.

Bobo

User avatar
Hertha
orc pawn
orc pawn
Posts: 12
Joined: Wed Sep 15, 2004 4:46 am

Post by Hertha » Tue Sep 21, 2004 1:53 am

I am absolutely not familiar with xml but changed castspellwindow to work with 9th spell slot - unfortunately I did not get it managed to expand the frame so spellbook icon is beyond the 9 spell slots in frame ... but it works... :roll:

This is how it looks like:

Image

EDIT: Code see posting below
Last edited by Hertha on Tue Sep 21, 2004 5:54 am, edited 1 time in total.
Art is if one cannot do it because if one can do it it is no art.

TheAFKBard
a ghoul
a ghoul
Posts: 133
Joined: Tue Dec 30, 2003 9:48 pm

Post by TheAFKBard » Tue Sep 21, 2004 4:35 am

Nice work. Can you load it into Notepad to copy/paste and re-post the code block? IE is terrible for displaying XML. ;)

User avatar
Hertha
orc pawn
orc pawn
Posts: 12
Joined: Wed Sep 15, 2004 4:46 am

Post by Hertha » Tue Sep 21, 2004 5:52 am

... your wish is my command:

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
  <Ui2DAnimation item="Infiniti-SB_BGa">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces_i1.tga</Texture>
      <Location>
        <X>183</X>
        <Y>0</Y>
      </Location>
      <Size>
        <CX>58</CX>
        <CY>142</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Infiniti-SB_BGb">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces_i1.tga</Texture>
      <Location>
        <X>183</X>
        <Y>105</Y>
      </Location>
      <Size>
        <CX>58</CX>
        <CY>150</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Infiniti-Spellbook">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces_i1.tga</Texture>
      <Location>
        <X>148</X>
        <Y>0</Y>
      </Location>
      <Size>
        <CX>24</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <StaticAnimation item="A_Spellbar_a">
    <ScreenID>A_PW_BG</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>0</Y>
    </Location>
    <Size>
      <CX>58</CX>
      <CY>142</CY>
    </Size>
    <Animation>Infiniti-SB_BGa</Animation>
  </StaticAnimation>
  <StaticAnimation item="A_Spellbar_b">
    <ScreenID>A_PW_BG</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>142</Y>
    </Location>
    <Size>
      <CX>58</CX>
      <CY>150</CY>
    </Size>
    <Animation>Infiniti-SB_BGb</Animation>
  </StaticAnimation>
  <SpellGem item="CSPW_Spell0">
    <ScreenID>CSPW_Spell0</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>9</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell1">
    <ScreenID>CSPW_Spell1</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>41</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell2">
    <ScreenID>CSPW_Spell2</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>73</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell3">
    <ScreenID>CSPW_Spell3</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>105</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell4">
    <ScreenID>CSPW_Spell4</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>137</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell5">
    <ScreenID>CSPW_Spell5</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>169</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell6">
    <ScreenID>CSPW_Spell6</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>201</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell7">
    <ScreenID>CSPW_Spell7</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>233</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>

  <SpellGem item="CSPW_Spell8">
    <ScreenID>CSPW_Spell8</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>265</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>

  <Label item="CSPW_Spell0_Name">
    <ScreenID>CSPW_Spell0_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>8</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>60</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
      <Alpha>255</Alpha>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="CSPW_Spell1_Name">
    <ScreenID>CSPW_Spell1_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>44</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>61</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="CSPW_Spell2_Name">
    <ScreenID>CSPW_Spell2_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>76</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>62</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="CSPW_Spell3_Name">
    <ScreenID>CSPW_Spell3_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>108</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>63</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="CSPW_Spell4_Name">
    <ScreenID>CSPW_Spell4_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>140</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>64</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="CSPW_Spell5_Name">
    <ScreenID>CSPW_Spell5_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>172</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>65</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="CSPW_Spell6_Name">
    <ScreenID>CSPW_Spell6_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>204</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>66</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="CSPW_Spell7_Name">
    <ScreenID>CSPW_Spell7_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>237</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>67</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>

<Label item="CSPW_Spell8_Name">
    <ScreenID>CSPW_Spell8_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>269</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>133</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>

  <Button item="CSPW_SpellBook">
    <ScreenID>CSPW_SpellBook</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>14</X>
      <Y>298</Y>
    </Location>
    <Size>
      <CX>24</CX>
      <CY>17</CY>
    </Size>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference>Opens and closes Your Spellbook</TooltipReference>
    <Style_Checkbox>true</Style_Checkbox>
    <!--<RadioGroup/>-->
    <ButtonDrawTemplate>
      <Normal>Infiniti-Spellbook</Normal>
      <Pressed>Infiniti-Spellbook</Pressed>
      <Flyby>Infiniti-Spellbook</Flyby>
      <Disabled>Infiniti-Spellbook</Disabled>
      <PressedFlyby>Infiniti-Spellbook</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <Label item="Spell_Label_0">
    <ScreenID>Spell_Label_0</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>27</Y>
    </Location>
    <Size>
      <CX>13</CX>
      <CY>12</CY>
    </Size>
    <Text>1</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="Spell_Label_1">
    <ScreenID>Spell_Label_1</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>59</Y>
    </Location>
    <Size>
      <CX>12</CX>
      <CY>12</CY>
    </Size>
    <Text>2</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="Spell_Label_2">
    <ScreenID>Spell_Label_2</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>91</Y>
    </Location>
    <Size>
      <CX>12</CX>
      <CY>12</CY>
    </Size>
    <Text>3</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="Spell_Label_3">
    <ScreenID>Spell_Label_3</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>123</Y>
    </Location>
    <Size>
      <CX>12</CX>
      <CY>12</CY>
    </Size>
    <Text>4</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="Spell_Label_4">
    <ScreenID>Spell_Label_4</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>155</Y>
    </Location>
    <Size>
      <CX>12</CX>
      <CY>12</CY>
    </Size>
    <Text>5</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="Spell_Label_5">
    <ScreenID>Spell_Label_5</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>187</Y>
    </Location>
    <Size>
      <CX>12</CX>
      <CY>12</CY>
    </Size>
    <Text>6</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="Spell_Label_6">
    <ScreenID>Spell_Label_6</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>219</Y>
    </Location>
    <Size>
      <CX>11</CX>
      <CY>12</CY>
    </Size>
    <Text>7</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="Spell_Label_7">
    <ScreenID>Spell_Label_7</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>251</Y>
    </Location>
    <Size>
      <CX>12</CX>
      <CY>12</CY>
    </Size>
    <Text>8</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>

    <Label item="Spell_Label_8">
    <ScreenID>Spell_Label_8</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>283</Y>
    </Location>
    <Size>
      <CX>12</CX>
      <CY>12</CY>
    </Size>
    <Text>9</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>

  <Label item="MQ_Chain1">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>25</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[1].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[1].Mana},${Me.Gem[1].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
  <Label item="MQ_Chain2">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>59</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[2].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[2].Mana},${Me.Gem[2].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
  <Label item="MQ_Chain3">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>91</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[3].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[3].Mana},${Me.Gem[3].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
  <Label item="MQ_Chain4">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>123</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[4].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[4].Mana},${Me.Gem[4].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
  <Label item="MQ_Chain5">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>155</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[5].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[5].Mana},${Me.Gem[5].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
  <Label item="MQ_Chain6">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>187</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[6].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[6].Mana},${Me.Gem[6].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
  <Label item="MQ_Chain7">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>219</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[7].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[7].Mana},${Me.Gem[7].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
  <Label item="MQ_Chain8">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>251</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[8].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[8].Mana},${Me.Gem[8].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>

<Label item="MQ_Chain9">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>283</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[9].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[9].Mana},${Me.Gem[9].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
  

  <Screen item="CastSpellWnd">
    <!--<ScreenID/>-->
    <!--<Font/>-->
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>0</X>
      <Y>25</Y>
    </Location>
    <Size>
      <CX>164</CX>
      <CY>315</CY>
    </Size>
    <Text>Spells</Text>
    <Style_Transparent>true</Style_Transparent>
    <TooltipReference>Allows you to cast your memorized spells</TooltipReference>
    <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>A_Spellbar_a</Pieces>
    <Pieces>A_Spellbar_b</Pieces>
    <Pieces>CSPW_Spell0</Pieces>
    <Pieces>CSPW_Spell1</Pieces>
    <Pieces>CSPW_Spell2</Pieces>
    <Pieces>CSPW_Spell3</Pieces>
    <Pieces>CSPW_Spell4</Pieces>
    <Pieces>CSPW_Spell5</Pieces>
    <Pieces>CSPW_Spell6</Pieces>
    <Pieces>CSPW_Spell7</Pieces>
    <Pieces>CSPW_Spell8</Pieces>
    <Pieces>CSPW_SpellBook</Pieces>
    <Pieces>CSPW_Spell0_Name</Pieces>
    <Pieces>CSPW_Spell1_Name</Pieces>
    <Pieces>CSPW_Spell2_Name</Pieces>
    <Pieces>CSPW_Spell3_Name</Pieces>
    <Pieces>CSPW_Spell4_Name</Pieces>
    <Pieces>CSPW_Spell5_Name</Pieces>
    <Pieces>CSPW_Spell6_Name</Pieces>
    <Pieces>CSPW_Spell7_Name</Pieces>
    <Pieces>CSPW_Spell8_Name</Pieces>
    <Pieces>Spell_Label_0</Pieces>
    <Pieces>Spell_Label_1</Pieces>
    <Pieces>Spell_Label_2</Pieces>
    <Pieces>Spell_Label_3</Pieces>
    <Pieces>Spell_Label_4</Pieces>
    <Pieces>Spell_Label_5</Pieces>
    <Pieces>Spell_Label_6</Pieces>
    <Pieces>Spell_Label_7</Pieces>
    <Pieces>Spell_Label_8</Pieces>
    <Pieces>MQ_Chain1</Pieces>
    <Pieces>MQ_Chain2</Pieces>
    <Pieces>MQ_Chain3</Pieces>
    <Pieces>MQ_Chain4</Pieces>
    <Pieces>MQ_Chain5</Pieces>
    <Pieces>MQ_Chain6</Pieces>
    <Pieces>MQ_Chain7</Pieces>
    <Pieces>MQ_Chain8</Pieces>
    <Pieces>MQ_Chain9</Pieces>
  </Screen>
</XML>
Edit: Deleted link to old zip - just take Moeymoejoe's new code! :D
Last edited by Hertha on Wed Sep 22, 2004 3:24 am, edited 1 time in total.
Art is if one cannot do it because if one can do it it is no art.

mackster
a ghoul
a ghoul
Posts: 95
Joined: Mon Sep 09, 2002 3:02 pm

Post by mackster » Tue Sep 21, 2004 11:09 am

omg thanks :P

Moeymoejoe
a snow griffon
a snow griffon
Posts: 363
Joined: Sun Jul 18, 2004 10:17 pm

Post by Moeymoejoe » Tue Sep 21, 2004 11:43 pm

Mod for the Hertha code to stretch the window around the buttons:

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
  <Ui2DAnimation item="Infiniti-SB_BGa">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces_i1.tga</Texture>
      <Location>
        <X>183</X>
        <Y>0</Y>
      </Location>
      <Size>
        <CX>58</CX>
        <CY>142</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Infiniti-SB_BGb">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces_i1.tga</Texture>
      <Location>
        <X>183</X>
        <Y>105</Y>
      </Location>
      <Size>
        <CX>58</CX>
        <CY>150</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <Ui2DAnimation item="Infiniti-Spellbook">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces_i1.tga</Texture>
      <Location>
        <X>148</X>
        <Y>0</Y>
      </Location>
      <Size>
        <CX>24</CX>
        <CY>17</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <StaticAnimation item="A_Spellbar_a">
    <ScreenID>A_PW_BG</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>0</Y>
    </Location>
    <Size>
      <CX>58</CX>
      <CY>142</CY>
    </Size>
    <Animation>Infiniti-SB_BGa</Animation>
  </StaticAnimation>
  <StaticAnimation item="A_Spellbar_b">
    <ScreenID>A_PW_BG</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>0</X>
      <Y>142</Y>
    </Location>
    <Size>
      <CX>58</CX>
      <CY>183</CY>
    </Size>
    <Animation>Infiniti-SB_BGb</Animation>
  </StaticAnimation>
  <SpellGem item="CSPW_Spell0">
    <ScreenID>CSPW_Spell0</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>9</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell1">
    <ScreenID>CSPW_Spell1</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>41</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell2">
    <ScreenID>CSPW_Spell2</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>73</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell3">
    <ScreenID>CSPW_Spell3</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>105</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell4">
    <ScreenID>CSPW_Spell4</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>137</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell5">
    <ScreenID>CSPW_Spell5</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>169</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell6">
    <ScreenID>CSPW_Spell6</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>201</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>
  <SpellGem item="CSPW_Spell7">
    <ScreenID>CSPW_Spell7</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>233</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>

  <SpellGem item="CSPW_Spell8">
    <ScreenID>CSPW_Spell8</ScreenID>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>265</Y>
    </Location>
    <Size>
      <CX>40</CX>
      <CY>32</CY>
    </Size>
    <SpellGemDrawTemplate>
      <Holder>A_SpellGemHolder</Holder>
      <Background>A_SpellGemBackground</Background>
      <Highlight>A_SpellGemHighlight</Highlight>
    </SpellGemDrawTemplate>
    <SpellIconOffsetX>2</SpellIconOffsetX>
    <SpellIconOffsetY>2</SpellIconOffsetY>
  </SpellGem>

  <Label item="CSPW_Spell0_Name">
    <ScreenID>CSPW_Spell0_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>8</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>60</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
      <Alpha>255</Alpha>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="CSPW_Spell1_Name">
    <ScreenID>CSPW_Spell1_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>44</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>61</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="CSPW_Spell2_Name">
    <ScreenID>CSPW_Spell2_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>76</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>62</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="CSPW_Spell3_Name">
    <ScreenID>CSPW_Spell3_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>108</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>63</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="CSPW_Spell4_Name">
    <ScreenID>CSPW_Spell4_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>140</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>64</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="CSPW_Spell5_Name">
    <ScreenID>CSPW_Spell5_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>172</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>65</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="CSPW_Spell6_Name">
    <ScreenID>CSPW_Spell6_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>204</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>66</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="CSPW_Spell7_Name">
    <ScreenID>CSPW_Spell7_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>237</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>67</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>

<Label item="CSPW_Spell8_Name">
    <ScreenID>CSPW_Spell8_Name</ScreenID>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>54</X>
      <Y>269</Y>
    </Location>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <EQType>133</EQType>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>false</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>

  <Button item="CSPW_SpellBook">
    <ScreenID>CSPW_SpellBook</ScreenID>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>14</X>
      <Y>298</Y>
    </Location>
    <Size>
      <CX>24</CX>
      <CY>17</CY>
    </Size>
    <Style_Transparent>false</Style_Transparent>
    <TooltipReference>Opens and closes Your Spellbook</TooltipReference>
    <Style_Checkbox>true</Style_Checkbox>
    <!--<RadioGroup/>-->
    <ButtonDrawTemplate>
      <Normal>Infiniti-Spellbook</Normal>
      <Pressed>Infiniti-Spellbook</Pressed>
      <Flyby>Infiniti-Spellbook</Flyby>
      <Disabled>Infiniti-Spellbook</Disabled>
      <PressedFlyby>Infiniti-Spellbook</PressedFlyby>
    </ButtonDrawTemplate>
  </Button>
  <Label item="Spell_Label_0">
    <ScreenID>Spell_Label_0</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>27</Y>
    </Location>
    <Size>
      <CX>13</CX>
      <CY>12</CY>
    </Size>
    <Text>1</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="Spell_Label_1">
    <ScreenID>Spell_Label_1</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>59</Y>
    </Location>
    <Size>
      <CX>12</CX>
      <CY>12</CY>
    </Size>
    <Text>2</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="Spell_Label_2">
    <ScreenID>Spell_Label_2</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>91</Y>
    </Location>
    <Size>
      <CX>12</CX>
      <CY>12</CY>
    </Size>
    <Text>3</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="Spell_Label_3">
    <ScreenID>Spell_Label_3</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>123</Y>
    </Location>
    <Size>
      <CX>12</CX>
      <CY>12</CY>
    </Size>
    <Text>4</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="Spell_Label_4">
    <ScreenID>Spell_Label_4</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>155</Y>
    </Location>
    <Size>
      <CX>12</CX>
      <CY>12</CY>
    </Size>
    <Text>5</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="Spell_Label_5">
    <ScreenID>Spell_Label_5</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>187</Y>
    </Location>
    <Size>
      <CX>12</CX>
      <CY>12</CY>
    </Size>
    <Text>6</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="Spell_Label_6">
    <ScreenID>Spell_Label_6</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>219</Y>
    </Location>
    <Size>
      <CX>11</CX>
      <CY>12</CY>
    </Size>
    <Text>7</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>
  <Label item="Spell_Label_7">
    <ScreenID>Spell_Label_7</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>251</Y>
    </Location>
    <Size>
      <CX>12</CX>
      <CY>12</CY>
    </Size>
    <Text>8</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>

    <Label item="Spell_Label_8">
    <ScreenID>Spell_Label_8</ScreenID>
    <Font>1</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>40</X>
      <Y>283</Y>
    </Location>
    <Size>
      <CX>12</CX>
      <CY>12</CY>
    </Size>
    <Text>9</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
  </Label>

  <Label item="MQ_Chain1">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>25</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[1].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[1].Mana},${Me.Gem[1].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
  <Label item="MQ_Chain2">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>59</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[2].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[2].Mana},${Me.Gem[2].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
  <Label item="MQ_Chain3">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>91</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[3].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[3].Mana},${Me.Gem[3].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
  <Label item="MQ_Chain4">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>123</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[4].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[4].Mana},${Me.Gem[4].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
  <Label item="MQ_Chain5">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>155</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[5].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[5].Mana},${Me.Gem[5].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
  <Label item="MQ_Chain6">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>187</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[6].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[6].Mana},${Me.Gem[6].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
  <Label item="MQ_Chain7">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>219</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[7].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[7].Mana},${Me.Gem[7].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
  <Label item="MQ_Chain8">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>251</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[8].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[8].Mana},${Me.Gem[8].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>

<Label item="MQ_Chain9">
    <Font>3</Font>
    <Text>ImaLabel</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <Size>
      <CX>105</CX>
      <CY>12</CY>
    </Size>
    <AlignCenter>true</AlignCenter>
    <Location>
      <X>32</X>
      <Y>283</Y>
    </Location>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Me.Gem[9].Mana},${Math.Calc[${Me.CurrentMana} / ${If[${Me.Gem[9].Mana},${Me.Gem[9].Mana},9999999999]}].Int},]} </TooltipReference>
  </Label>
 

  <Screen item="CastSpellWnd">
    <!--<ScreenID/>-->
    <!--<Font/>-->
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>0</X>
      <Y>25</Y>
    </Location>
    <Size>
      <CX>164</CX>
      <CY>325</CY>
    </Size>
    <Text>Spells</Text>
    <Style_Transparent>true</Style_Transparent>
    <TooltipReference>Allows you to cast your memorized spells</TooltipReference>
    <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>A_Spellbar_a</Pieces>
    <Pieces>A_Spellbar_b</Pieces>
    <Pieces>CSPW_Spell0</Pieces>
    <Pieces>CSPW_Spell1</Pieces>
    <Pieces>CSPW_Spell2</Pieces>
    <Pieces>CSPW_Spell3</Pieces>
    <Pieces>CSPW_Spell4</Pieces>
    <Pieces>CSPW_Spell5</Pieces>
    <Pieces>CSPW_Spell6</Pieces>
    <Pieces>CSPW_Spell7</Pieces>
    <Pieces>CSPW_Spell8</Pieces>
    <Pieces>CSPW_SpellBook</Pieces>
    <Pieces>CSPW_Spell0_Name</Pieces>
    <Pieces>CSPW_Spell1_Name</Pieces>
    <Pieces>CSPW_Spell2_Name</Pieces>
    <Pieces>CSPW_Spell3_Name</Pieces>
    <Pieces>CSPW_Spell4_Name</Pieces>
    <Pieces>CSPW_Spell5_Name</Pieces>
    <Pieces>CSPW_Spell6_Name</Pieces>
    <Pieces>CSPW_Spell7_Name</Pieces>
    <Pieces>CSPW_Spell8_Name</Pieces>
    <Pieces>Spell_Label_0</Pieces>
    <Pieces>Spell_Label_1</Pieces>
    <Pieces>Spell_Label_2</Pieces>
    <Pieces>Spell_Label_3</Pieces>
    <Pieces>Spell_Label_4</Pieces>
    <Pieces>Spell_Label_5</Pieces>
    <Pieces>Spell_Label_6</Pieces>
    <Pieces>Spell_Label_7</Pieces>
    <Pieces>Spell_Label_8</Pieces>
    <Pieces>MQ_Chain1</Pieces>
    <Pieces>MQ_Chain2</Pieces>
    <Pieces>MQ_Chain3</Pieces>
    <Pieces>MQ_Chain4</Pieces>
    <Pieces>MQ_Chain5</Pieces>
    <Pieces>MQ_Chain6</Pieces>
    <Pieces>MQ_Chain7</Pieces>
    <Pieces>MQ_Chain8</Pieces>
    <Pieces>MQ_Chain9</Pieces>
  </Screen>
</XML> 

frabtik
a ghoul
a ghoul
Posts: 114
Joined: Sat Feb 21, 2004 10:07 am

Post by frabtik » Tue Sep 21, 2004 11:51 pm

I posted updated EQUI_CastSpellWnd.xml back a page or so that has 9th gem without the glitches.
As for adjusting the Target window probly not something I will look at soon since I am happy with the way it is. Only reason I fixed it was because back when I first added HoTT I did a poor job and couldn't get the MQ fuctions to work for the HoTT target. In my work to add the 9th gem I actually learned how this mostly works so I went back and fixed it too. Feel free though to msg me with more specifics of what you are wanting and I might look at it sometime. But for now it is minor as I also am busy grinding my way to level 70 and farming my new spells.

SillyBluE
a lesser mummy
a lesser mummy
Posts: 35
Joined: Thu May 27, 2004 6:53 pm

Post by SillyBluE » Wed Sep 22, 2004 12:43 am

he hehe, Nice work , lvl 70 not all its cracked up too be... try being lvl 70 not able to get a group and have no new omens spells :P

User avatar
Hertha
orc pawn
orc pawn
Posts: 12
Joined: Wed Sep 15, 2004 4:46 am

Post by Hertha » Wed Sep 22, 2004 3:26 am

Thx, Moeymoejoe, with window completely around it looks much better! :D
Art is if one cannot do it because if one can do it it is no art.

User avatar
Hertha
orc pawn
orc pawn
Posts: 12
Joined: Wed Sep 15, 2004 4:46 am

Question concerning TheUnholy's horizontal Buffwindow

Post by Hertha » Wed Sep 22, 2004 6:50 am

@TheUnholy

I used and really loved your Buffwindow together with this UI - did you already make an update for OoW (20 buffs)?

I tried to fix it for myself but cannot test it (in office!!! :shock: ) and would like any suggestions if this UNTESTED buffwindow could work :? :oops: ?

UNTESTED CODE!!!!!:

Code: Select all

<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
  <Ui2DAnimation item="A_FrameNull">
    <Cycle>true</Cycle>
    <Frames>
      <Texture>window_pieces01.tga</Texture>
      <Location>
        <X>180</X>
        <Y>160</Y>
      </Location>
      <Size>
        <CX>0</CX>
        <CY>0</CY>
      </Size>
      <Hotspot>
        <X>0</X>
        <Y>0</Y>
      </Hotspot>
      <Duration>1000</Duration>
    </Frames>
  </Ui2DAnimation>
  <WindowDrawTemplate item="WDT_RoundedNoSides">
    <Background>wnd_bg_light_rock.tga</Background>
    <VSBTemplate>
      <UpButton>
        <Normal>A_VSBUpNormal</Normal>
        <Pressed>A_VSBUpPressed</Pressed>
        <Flyby>A_VSBUpFlyby</Flyby>
        <Disabled>A_VSBUpDisabled</Disabled>
        <PressedFlyby>A_VSBUpPressedFlyby</PressedFlyby>
      </UpButton>
      <DownButton>
        <Normal>A_VSBDownNormal</Normal>
        <Pressed>A_VSBDownPressed</Pressed>
        <Flyby>A_VSBDownFlyby</Flyby>
        <Disabled>A_VSBDownDisabled</Disabled>
        <PressedFlyby>A_VSBDownPressedFlyby</PressedFlyby>
      </DownButton>
      <Thumb>
        <Top>A_VSBThumbTop</Top>
        <Bottom>A_VSBThumbBottom</Bottom>
        <Middle>A_VSBThumbMiddle</Middle>
        <OverlapLeft>0</OverlapLeft>
        <OverlapTop>0</OverlapTop>
        <OverlapRight>0</OverlapRight>
        <OverlapBottom>0</OverlapBottom>
      </Thumb>
      <MiddleTextureInfo>scrollbar_gutter.tga</MiddleTextureInfo>
      <MiddleTint>
        <Alpha>255</Alpha>
        <R>128</R>
        <G>128</G>
        <B>128</B>
      </MiddleTint>
    </VSBTemplate>
    <HSBTemplate>
      <UpButton>
        <Normal>A_HSBLeftNormal</Normal>
        <Pressed>A_HSBLeftPressed</Pressed>
        <Flyby>A_HSBLeftFlyby</Flyby>
        <Disabled>A_HSBLeftDisabled</Disabled>
        <PressedFlyby>A_HSBLeftPressedFlyby</PressedFlyby>
      </UpButton>
      <DownButton>
        <Normal>A_HSBRightNormal</Normal>
        <Pressed>A_HSBRightPressed</Pressed>
        <Flyby>A_HSBRightFlyby</Flyby>
        <Disabled>A_HSBRightDisabled</Disabled>
        <PressedFlyby>A_HSBRightPressedFlyby</PressedFlyby>
      </DownButton>
      <Thumb>
        <Right>A_HSBThumbRight</Right>
        <Left>A_HSBThumbLeft</Left>
        <Middle>A_HSBThumbMiddle</Middle>
        <OverlapLeft>0</OverlapLeft>
        <OverlapTop>0</OverlapTop>
        <OverlapRight>0</OverlapRight>
        <OverlapBottom>0</OverlapBottom>
      </Thumb>
      <MiddleTextureInfo>scrollbar_gutter.tga</MiddleTextureInfo>
      <MiddleTint>
        <Alpha>255</Alpha>
        <R>128</R>
        <G>128</G>
        <B>128</B>
      </MiddleTint>
    </HSBTemplate>
    <CloseBox>
      <Normal>A_CloseBtnNormal</Normal>
      <Pressed>A_CloseBtnPressed</Pressed>
      <Flyby>A_CloseBtnFlyby</Flyby>
      <Disabled>A_CloseBtnDisabled</Disabled>
      <PressedFlyby>A_CloseBtnPressedFlyby</PressedFlyby>
    </CloseBox>
    <MinimizeBox>
      <Normal>A_MinimizeBtnNormal</Normal>
      <Pressed>A_MinimizeBtnPressed</Pressed>
      <Flyby>A_MinimizeBtnFlyby</Flyby>
      <Disabled>A_MinimizeBtnDisabled</Disabled>
      <PressedFlyby>A_MinimizeBtnPressedFlyby</PressedFlyby>
    </MinimizeBox>
    <TileBox>
      <Normal>A_TileBtnNormal</Normal>
      <Pressed>A_TileBtnPressed</Pressed>
      <Flyby>A_TileBtnFlyby</Flyby>
      <Disabled>A_TileBtnDisabled</Disabled>
      <PressedFlyby>A_TileBtnPressedFlyby</PressedFlyby>
    </TileBox>
    <Border>
      <TopLeft>A_RoundedFrameTopLeft</TopLeft>
      <Top>A_RoundedFrameTop</Top>
      <TopRight>A_RoundedFrameTopRight</TopRight>
      <RightTop>A_FrameNull</RightTop>
      <Right>A_FrameNull</Right>
      <RightBottom>A_FrameNull</RightBottom>
      <BottomRight>A_FrameNull</BottomRight>
      <Bottom>A_FrameNull</Bottom>
      <BottomLeft>A_FrameNull</BottomLeft>
      <LeftTop>A_FrameNull</LeftTop>
      <Left>A_FrameNull</Left>
      <LeftBottom>A_FrameNull</LeftBottom>
      <OverlapLeft>0</OverlapLeft>
      <OverlapTop>0</OverlapTop>
      <OverlapRight>0</OverlapRight>
      <OverlapBottom>0</OverlapBottom>
    </Border>
    <Titlebar>
      <Right>A_RoundedFrameTitleRight</Right>
      <Left>A_RoundedFrameTitleLeft</Left>
      <Middle>A_RoundedFrameTitleMiddle</Middle>
      <OverlapLeft>0</OverlapLeft>
      <OverlapTop>0</OverlapTop>
      <OverlapRight>0</OverlapRight>
      <OverlapBottom>0</OverlapBottom>
    </Titlebar>
  </WindowDrawTemplate>
  <Button item="BW_Buff0_Button">
    <ScreenID>Buff0</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>750</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff0_Label">
    <ScreenID>BW_Buff0_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[1]}]},${Me.Buff[1].Duration.Time} ${Me.Buff[1]},]}</TooltipReference>
    <Location>
      <X>745</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
    <Text>Katta's Song of Sword Dancing</Text>
    <TopAnchorToTop>false</TopAnchorToTop>
  </Label>
  <Button item="BW_Buff1_Button">
    <ScreenID>Buff1</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>710</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
    <TextColor>
      <Alpha>255</Alpha>
    </TextColor>
  </Button>
  <Label item="BW_Buff1_Label">
    <ScreenID>BW_Buff1_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[2]}]},${Me.Buff[2].Duration.Time} ${Me.Buff[2]},]}</TooltipReference>
    <Location>
      <X>706</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
      <Alpha>255</Alpha>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff2_Button">
    <ScreenID>Buff2</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>670</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff2_Label">
    <ScreenID>BW_Buff2_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[3]}]},${Me.Buff[3].Duration.Time} ${Me.Buff[3]},]}</TooltipReference>
    <Location>
      <X>667</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff3_Button">
    <ScreenID>Buff3</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>630</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <!--<TooltipReference/> -->
    <Style_Checkbox>false</Style_Checkbox>
    <RadioGroup />
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff3_Label">
    <ScreenID>BW_Buff3_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[4]}]},${Me.Buff[4].Duration.Time} ${Me.Buff[4]},]}</TooltipReference>
    <Location>
      <X>628</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <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>590</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <TooltipReference />
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff4_Label">
    <ScreenID>BW_Buff4_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[5]}]},${Me.Buff[5].Duration.Time} ${Me.Buff[5]},]}</TooltipReference>
    <Location>
      <X>589</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff5_Button">
    <ScreenID>Buff5</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>550</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff5_Label">
    <ScreenID>BW_Buff5_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[6]}]},${Me.Buff[6].Duration.Time} ${Me.Buff[6]},]}</TooltipReference>
    <Location>
      <X>550</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <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>510</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <TooltipReference />
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff6_Label">
    <ScreenID>BW_Buff6_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[7]}]},${Me.Buff[7].Duration.Time} ${Me.Buff[7]},]}</TooltipReference>
    <Location>
      <X>511</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff7_Button">
    <ScreenID>Buff7</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>470</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff7_Label">
    <ScreenID>BW_Buff7_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[8]}]},${Me.Buff[8].Duration.Time} ${Me.Buff[8]},]}</TooltipReference>
    <Location>
      <X>472</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <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>430</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff8_Label">
    <ScreenID>BW_Buff8_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[9]}]},${Me.Buff[9].Duration.Time} ${Me.Buff[9]},]}</TooltipReference>
    <Location>
      <X>433</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff9_Button">
    <ScreenID>Buff9</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>390</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff9_Label">
    <ScreenID>BW_Buff9_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[10]}]},${Me.Buff[10].Duration.Time} ${Me.Buff[10]},]}</TooltipReference>
    <Location>
      <X>394</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <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>350</X>
      <Y>3</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff10_Label">
    <ScreenID>BW_Buff10_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[11]}]},${Me.Buff[11].Duration.Time} ${Me.Buff[11]},]}</TooltipReference>
    <Location>
      <X>355</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
    <LeftAnchorToLeft>True</LeftAnchorToLeft>
  </Label>
  <Button item="BW_Buff11_Button">
    <ScreenID>Buff11</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>310</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff11_Label">
    <ScreenID>BW_Buff11_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[12]}]},${Me.Buff[12].Duration.Time} ${Me.Buff[12]},]}</TooltipReference>
    <Location>
      <X>316</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <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>275</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>BlueIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff12_Label">
    <ScreenID>BW_Buff12_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[13]}]},${Me.Buff[13].Duration.Time} ${Me.Buff[13]},]}</TooltipReference>
    <Location>
      <X>277</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>
  <Button item="BW_Buff13_Button">
    <ScreenID>Buff13</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>237</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff13_Label">
    <ScreenID>BW_Buff13_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[14]}]},${Me.Buff[14].Duration.Time} ${Me.Buff[14]},]}</TooltipReference>
    <Location>
      <X>238</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <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>200</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff14_Label">
    <ScreenID>BW_Buff14_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[15]}]},${Me.Buff[15].Duration.Time} ${Me.Buff[15]},]}</TooltipReference>
    <Location>
      <X>200</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>

<Button item="BW_Buff15_Button">
    <ScreenID>Buff15</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>160</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff15_Label">
    <ScreenID>BW_Buff15_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[16]}]},${Me.Buff[16].Duration.Time} ${Me.Buff[16]},]}</TooltipReference>
    <Location>
      <X>161</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>

<Button item="BW_Buff16_Button">
    <ScreenID>Buff16</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>120</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff16_Label">
    <ScreenID>BW_Buff16_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[17]}]},${Me.Buff[17].Duration.Time} ${Me.Buff[17]},]}</TooltipReference>
    <Location>
      <X>122</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>

<Button item="BW_Buff17_Button">
    <ScreenID>Buff17</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>80</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff17_Label">
    <ScreenID>BW_Buff17_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[18]}]},${Me.Buff[18].Duration.Time} ${Me.Buff[18]},]}</TooltipReference>
    <Location>
      <X>83</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>

<Button item="BW_Buff18_Button">
    <ScreenID>Buff18</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>40</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff18_Label">
    <ScreenID>BW_Buff18_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[19]}]},${Me.Buff[19].Duration.Time} ${Me.Buff[19]},]}</TooltipReference>
    <Location>
      <X>44</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>

<Button item="BW_Buff19_Button">
    <ScreenID>Buff19</ScreenID>
    <Font>3</Font>
    <Text />
    <Location>
      <X>0</X>
      <Y>1</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>50</CY>
    </Size>
    <Style_Checkbox>false</Style_Checkbox>
    <ButtonDrawTemplate>
      <Normal>RedIconBackground</Normal>
      <NormalDecal>BuffIcons</NormalDecal>
    </ButtonDrawTemplate>
    <DecalOffset>
      <X>2</X>
      <Y>1</Y>
    </DecalOffset>
    <DecalSize>
      <CX>34</CX>
      <CY>34</CY>
    </DecalSize>
  </Button>
  <Label item="BW_Buff19_Label">
    <ScreenID>BW_Buff19_Label</ScreenID>
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${If[${Bool[${Me.Buff[20]}]},${Me.Buff[20].Duration.Time} ${Me.Buff[20]},]}</TooltipReference>
    <Location>
      <X>5</X>
      <Y>37</Y>
    </Location>
    <Size>
      <CX>38</CX>
      <CY>100</CY>
    </Size>
    <Text>Katta's Song of Sword Dancing</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <AlignCenter>true</AlignCenter>
  </Label>


  <Screen item="BuffWindow">
    <!--<ScreenID/>-->
    <Text>Buffs</Text>
    <RelativePosition>false</RelativePosition>
    <Location>
      <X>0</X>
      <Y>20</Y>
    </Location>
    <Size>
      <CX>785</CX>
      <CY>102</CY>
    </Size>
    <Style_Transparent>true</Style_Transparent>
    <DrawTemplate>WDT_RoundedNoSides</DrawTemplate>
    <Style_Titlebar>false</Style_Titlebar>
    <Style_Closebox>false</Style_Closebox>
    <Style_Minimizebox>false</Style_Minimizebox>
    <Style_Border>true</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_Buff15_Button</Pieces>
    <Pieces>BW_Buff15_Label</Pieces>
<Pieces>BW_Buff16_Button</Pieces>
    <Pieces>BW_Buff16_Label</Pieces>
<Pieces>BW_Buff17_Button</Pieces>
    <Pieces>BW_Buff17_Label</Pieces>
<Pieces>BW_Buff18_Button</Pieces>
    <Pieces>BW_Buff18_Label</Pieces>
<Pieces>BW_Buff19_Button</Pieces>
    <Pieces>BW_Buff19_Label</Pieces>
  </Screen>
</XML>
Art is if one cannot do it because if one can do it it is no art.

User avatar
FreQuency
a hill giant
a hill giant
Posts: 215
Joined: Tue Sep 23, 2003 6:03 pm

Post by FreQuency » Wed Sep 22, 2004 4:30 pm

Sorry all been sick lately

/rude ass-fucks taht come into work sick getting everyone and there uncle sick

I swear i have not forgotten about this if anyting i have major enhancement plans which im wokrign out on paper hoping they are dobale in code
Frequency
[quote="Lax"] "And before you whine about how we treat our short bus users..."[/quote]
[quote="skyler"]"I come for the comradery, I stay for the positive atmosphere."[/quote]
[quote="dont_know_at_all"]"i rather you not get VIP so i won't feel bad about banning your ass when you keep asking stupid questions"[/quote]

SillyBluE
a lesser mummy
a lesser mummy
Posts: 35
Joined: Thu May 27, 2004 6:53 pm

Post by SillyBluE » Thu Sep 23, 2004 12:39 am

hope you get well soon :(, good luck on the new codeing :)

Daeas
a lesser mummy
a lesser mummy
Posts: 32
Joined: Fri May 07, 2004 1:45 pm

Post by Daeas » Thu Sep 23, 2004 3:57 pm

I hope you feel better Freq :)

Bawlzonyer4hed
decaying skeleton
decaying skeleton
Posts: 7
Joined: Tue Apr 27, 2004 8:17 am

Post by Bawlzonyer4hed » Thu Sep 23, 2004 10:27 pm

wtb fix to animations.xml so new omens items dont look like a pearl necklace.. i've done enough tinkering with fixing shit to make it just the way i want and could use a break

/sigh...


~Bawlz


get well soon Freq