little assistance with a buff window please

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

Moderator: MacroQuest Developers

ubah_cleric_001
decaying skeleton
decaying skeleton
Posts: 5
Joined: Wed Feb 11, 2004 11:39 am

little assistance with a buff window please

Post by ubah_cleric_001 » Thu Feb 12, 2004 11:22 am

i downloaded and loaded the new frequency ui but didnt like the buff window so i took one that i had before. i took out his buff window and put mine in and now the ui loads to default in game. i also changed the group and spell book windows but it loaded fine until i put in the buff window. here is the code of the buff window, if anyone can spot the problem id appreciate it.

Code: Select all

 <!--  Duration and spell mod code taken from 's UI, added here by 
  --> 
- <!--  edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by 
  --> 
- <!-- Mini-Buffs written by
  --> 
- <XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" /> 
- <Button item="BW_Buff0_Button">
  <ScreenID>Buff0</ScreenID> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>3</X> 
  <Y>3</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>13</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>BlueIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>12</CX> 
  <CY>12</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff1_Button">
  <ScreenID>Buff1</ScreenID> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>3</X> 
  <Y>3</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>13</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>12</CX> 
  <CY>12</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff2_Button">
  <ScreenID>Buff2</ScreenID> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>93</X> 
  <Y>3</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>13</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>12</CX> 
  <CY>12</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff3_Button">
  <ScreenID>Buff3</ScreenID> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>3</X> 
  <Y>49</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>13</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>BlueIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>12</CX> 
  <CY>12</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff4_Button">
  <ScreenID>Buff4</ScreenID> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>48</X> 
  <Y>49</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>13</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>12</CX> 
  <CY>12</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff5_Button">
  <ScreenID>Buff5</ScreenID> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>93</X> 
  <Y>49</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>13</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>12</CX> 
  <CY>12</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff6_Button">
  <ScreenID>Buff6</ScreenID> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>3</X> 
  <Y>95</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>13</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>BlueIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>12</CX> 
  <CY>12</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff7_Button">
  <ScreenID>Buff7</ScreenID> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>48</X> 
  <Y>95</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>13</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>12</CX> 
  <CY>12</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff8_Button">
  <ScreenID>Buff8</ScreenID> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>93</X> 
  <Y>95</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>13</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>12</CX> 
  <CY>12</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff9_Button">
  <ScreenID>Buff9</ScreenID> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>3</X> 
  <Y>141</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>13</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>BlueIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>12</CX> 
  <CY>12</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff10_Button">
  <ScreenID>Buff10</ScreenID> 
  <Font>1</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>48</X> 
  <Y>141</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>13</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>12</CX> 
  <CY>12</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff11_Button">
  <ScreenID>Buff11</ScreenID> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>93</X> 
  <Y>141</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>13</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>12</CX> 
  <CY>12</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff12_Button">
  <ScreenID>Buff12</ScreenID> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>3</X> 
  <Y>187</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>13</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>BlueIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>12</CX> 
  <CY>12</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff13_Button">
  <ScreenID>Buff13</ScreenID> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>48</X> 
  <Y>187</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>13</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>12</CX> 
  <CY>12</CY> 
  </DecalSize>
  </Button>
- <Button item="BW_Buff14_Button">
  <ScreenID>Buff14</ScreenID> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>93</X> 
  <Y>187</Y> 
  </Location>
- <Size>
  <CX>198</CX> 
  <CY>13</CY> 
  </Size>
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>RedIconBackground</Normal> 
  <NormalDecal>BuffIcons</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>0</X> 
  <Y>0</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>12</CX> 
  <CY>12</CY> 
  </DecalSize>
  </Button>
- <Label item="BW_Buff0_Duration">
  <ScreenID>Buff0Duration</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,1,durationsecs)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>140</X> 
  <Y>0</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff0_Mod">
  <ScreenID>Buff0Mod</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,1,mod)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>170</X> 
  <Y>0</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>0</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff1_Duration">
  <ScreenID>Buff1Duration</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,2,durationsecs)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>140</X> 
  <Y>14</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff1_Mod">
  <ScreenID>Buff1Mod</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,2,mod)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>170</X> 
  <Y>14</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>0</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff2_Duration">
  <ScreenID>Buff2Duration</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,3,durationsecs)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>140</X> 
  <Y>28</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff2_Mod">
  <ScreenID>Buff2Mod</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,3,mod)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>170</X> 
  <Y>28</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>0</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff3_Duration">
  <ScreenID>Buff3Duration</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,4,durationsecs)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>140</X> 
  <Y>42</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff3_Mod">
  <ScreenID>Buff3Mod</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,4,mod)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>170</X> 
  <Y>42</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>0</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff4_Duration">
  <ScreenID>Buff4Duration</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,5,durationsecs)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>140</X> 
  <Y>56</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff4_Mod">
  <ScreenID>Buff4Mod</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,5,mod)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>170</X> 
  <Y>56</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>0</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff5_Duration">
  <ScreenID>Buff5Duration</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,6,durationsecs)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>140</X> 
  <Y>70</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff5_Mod">
  <ScreenID>Buff5Mod</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,6,mod)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>170</X> 
  <Y>70</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>0</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff6_Duration">
  <ScreenID>Buff6Duration</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,7,durationsecs)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>140</X> 
  <Y>84</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff6_Mod">
  <ScreenID>Buff6Mod</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,7,mod)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>170</X> 
  <Y>84</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>0</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff7_Duration">
  <ScreenID>Buff7Duration</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,8,durationsecs)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>140</X> 
  <Y>98</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff7_Mod">
  <ScreenID>Buff7Mod</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,8,mod)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>170</X> 
  <Y>98</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>0</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff8_Duration">
  <ScreenID>Buff8Duration</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,9,durationsecs)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>140</X> 
  <Y>112</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff8_Mod">
  <ScreenID>Buff8Mod</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,9,mod)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>170</X> 
  <Y>112</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>0</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff9_Duration">
  <ScreenID>Buff9Duration</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,10,durationsecs)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>140</X> 
  <Y>126</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff9_Mod">
  <ScreenID>Buff9Mod</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,10,mod)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>170</X> 
  <Y>126</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>0</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff10_Duration">
  <ScreenID>Buff10Duration</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,11,durationsecs)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>140</X> 
  <Y>140</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff10_Mod">
  <ScreenID>Buff10Mod</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,11,mod)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>170</X> 
  <Y>140</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>0</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff11_Duration">
  <ScreenID>Buff11Duration</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,12,durationsecs)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>140</X> 
  <Y>154</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff11_Mod">
  <ScreenID>Buff11Mod</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,12,mod)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>170</X> 
  <Y>154</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>0</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff12_Duration">
  <ScreenID>Buff12Duration</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,13,durationsecs)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>140</X> 
  <Y>168</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff12_Mod">
  <ScreenID>Buff12Mod</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,13,mod)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>170</X> 
  <Y>168</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>0</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff13_Duration">
  <ScreenID>Buff13Duration</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,14,durationsecs)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>140</X> 
  <Y>182</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff13_Mod">
  <ScreenID>Buff13Mod</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,14,mod)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>170</X> 
  <Y>182</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>0</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff14_Duration">
  <ScreenID>Buff14Duration</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,15,durationsecs)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>140</X> 
  <Y>196</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff14_Mod">
  <ScreenID>Buff14Mod</ScreenID> 
  <EQType>9999</EQType> 
  <TooltipReference>$char(buff,15,mod)</TooltipReference> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>170</X> 
  <Y>196</Y> 
  </Location>
- <Size>
  <CX>153</CX> 
  <CY>14</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>0</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff0">
  <ScreenID>Buff0Label</ScreenID> 
  <EQType>45</EQType> 
  <Font>1</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>25</X> 
  <Y>0</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>10</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff1">
  <ScreenID>Buff1Label</ScreenID> 
  <EQType>46</EQType> 
  <Font>1</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>25</X> 
  <Y>14</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>10</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff2">
  <ScreenID>Buff2Label</ScreenID> 
  <EQType>47</EQType> 
  <Font>1</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>25</X> 
  <Y>28</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>10</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff3">
  <ScreenID>Buff3Label</ScreenID> 
  <EQType>48</EQType> 
  <Font>1</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>25</X> 
  <Y>42</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>10</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff4">
  <ScreenID>Buff4Label</ScreenID> 
  <EQType>49</EQType> 
  <Font>1</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>25</X> 
  <Y>56</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>10</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff5">
  <ScreenID>Buff5Label</ScreenID> 
  <EQType>50</EQType> 
  <Font>1</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>25</X> 
  <Y>70</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>10</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff6">
  <ScreenID>Buff6Label</ScreenID> 
  <EQType>51</EQType> 
  <Font>1</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>25</X> 
  <Y>84</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>10</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff7">
  <ScreenID>Buff7Label</ScreenID> 
  <EQType>52</EQType> 
  <Font>1</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>25</X> 
  <Y>98</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>10</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff8">
  <ScreenID>Buff8Label</ScreenID> 
  <EQType>53</EQType> 
  <Font>1</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>25</X> 
  <Y>112</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>10</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff9">
  <ScreenID>Buff9Label</ScreenID> 
  <EQType>54</EQType> 
  <Font>1</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>25</X> 
  <Y>126</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>10</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff10">
  <ScreenID>Buff10Label</ScreenID> 
  <EQType>55</EQType> 
  <Font>1</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>25</X> 
  <Y>140</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>10</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff11">
  <ScreenID>Buff11Label</ScreenID> 
  <EQType>56</EQType> 
  <Font>1</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>25</X> 
  <Y>154</Y> 
  </Location>
- <Size>
  <CX>344</CX> 
  <CY>10</CY> 
  </Size>
  <Text /> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Label item="BW_Buff1
dorf cleric!

ubah_cleric_001
decaying skeleton
decaying skeleton
Posts: 5
Joined: Wed Feb 11, 2004 11:39 am

Post by ubah_cleric_001 » Thu Feb 12, 2004 11:58 am

umm thats not all the code, think it got cut off it was so long :cry:
dorf cleric!

sandrahowards
decaying skeleton
decaying skeleton
Posts: 3
Joined: Wed Jan 07, 2004 1:11 pm

Post by sandrahowards » Thu Feb 12, 2004 3:08 pm

Maybe looking at the UIErrors.txt file would be more indicative of what's wrong.

Consilium
Contributing Member
Contributing Member
Posts: 100
Joined: Wed Oct 02, 2002 10:42 pm

man

Post by Consilium » Thu Feb 12, 2004 7:10 pm

um...thank you ui programmers for making for me what I wouldnt have the time to do myself.
-SH
+Student
digitalsavior.com