Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > XML modification help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 09-09-2002, 09:51 PM   #1
Ayrieal
A Fire Beetle
 
Join Date: Aug 2002
Server: Innoruuk
Posts: 2
Send a message via AIM to Ayrieal
Default Getting rid of Spell Name Label

I have racked my brain till it is all mushy. I am trying to get rid of the Name of the Buff in the box. I want JUST the small icon. Here is the XML file for the buff effects box....

<?xml version = "1.0"?>
<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>140</CX>
<CY>16</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff0">

<EQType>45</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>299</X>
<Y>0</Y>
</Location>
<Size>
<CX>119</CX>
<CY>16</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item = "BW_Buff1_Button">
<ScreenID>Buff1</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>140</CX>
<CY>16</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff1">

<EQType>46</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>299</X>
<Y>17</Y>
</Location>
<Size>
<CX>119</CX>
<CY>16</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item = "BW_Buff2_Button">
<ScreenID>Buff2</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>140</CX>
<CY>16</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff2">

<EQType>47</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>299</X>
<Y>34</Y>
</Location>
<Size>
<CX>119</CX>
<CY>16</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item = "BW_Buff3_Button">
<ScreenID>Buff3</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>140</CX>
<CY>16</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff3">

<EQType>48</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>299</X>
<Y>51</Y>
</Location>
<Size>
<CX>119</CX>
<CY>16</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item = "BW_Buff4_Button">
<ScreenID>Buff4</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>140</CX>
<CY>16</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff4">

<EQType>49</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>299</X>
<Y>68</Y>
</Location>
<Size>
<CX>119</CX>
<CY>16</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item = "BW_Buff5_Button">
<ScreenID>Buff5</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>140</CX>
<CY>16</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff5">

<EQType>50</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>158</X>
<Y>0</Y>
</Location>
<Size>
<CX>119</CX>
<CY>16</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item = "BW_Buff6_Button">
<ScreenID>Buff6</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>140</CX>
<CY>16</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff6">

<EQType>51</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>158</X>
<Y>17</Y>
</Location>
<Size>
<CX>119</CX>
<CY>16</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item = "BW_Buff7_Button">
<ScreenID>Buff7</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>140</CX>
<CY>16</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff7">

<EQType>52</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>158</X>
<Y>34</Y>
</Location>
<Size>
<CX>119</CX>
<CY>16</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item = "BW_Buff8_Button">
<ScreenID>Buff8</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>140</CX>
<CY>16</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff8">

<EQType>53</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>158</X>
<Y>51</Y>
</Location>
<Size>
<CX>119</CX>
<CY>16</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item = "BW_Buff9_Button">
<ScreenID>Buff9</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>140</CX>
<CY>16</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff9">

<EQType>54</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>158</X>
<Y>68</Y>
</Location>
<Size>
<CX>119</CX>
<CY>16</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item = "BW_Buff10_Button">
<ScreenID>Buff10</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>140</CX>
<CY>16</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff10">

<EQType>55</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>17</X>
<Y>0</Y>
</Location>
<Size>
<CX>119</CX>
<CY>16</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item = "BW_Buff11_Button">
<ScreenID>Buff11</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>140</CX>
<CY>16</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff11">

<EQType>56</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>17</X>
<Y>17</Y>
</Location>
<Size>
<CX>119</CX>
<CY>16</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item = "BW_Buff12_Button">
<ScreenID>Buff12</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>140</CX>
<CY>16</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff12">

<EQType>57</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>17</X>
<Y>34</Y>
</Location>
<Size>
<CX>119</CX>
<CY>16</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item = "BW_Buff13_Button">
<ScreenID>Buff13</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>140</CX>
<CY>16</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff13">
<EQType>58</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>17</X>
<Y>51</Y>
</Location>
<Size>
<CX>119</CX>
<CY>16</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Button item = "BW_Buff14_Button">
<ScreenID>Buff14</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>140</CX>
<CY>16</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<!--</TooltipReference>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>BlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>0</X>
<Y>0</Y>
</DecalOffset>
<DecalSize>
<CX>16</CX>
<CY>16</CY>
</DecalSize>
</Button>
<Label item ="BW_Buff14">

<EQType>59</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>17</X>
<Y>68</Y>
</Location>
<Size>
<CX>119</CX>
<CY>16</CY>
</Size>
<Text></Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Screen item = "BuffWindow">
<!--<ScreenID/>-->
<Text>Effects</Text>
<RelativePosition>false</RelativePosition>
<Location>
<X>496</X>
<Y>230</Y>
</Location>
<Size>
<CX>431</CX>
<CY>93</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>true</Style_Transparent>
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>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_Buff1_Button</Pieces>
<Pieces>BW_Buff2_Button</Pieces>
<Pieces>BW_Buff3_Button</Pieces>
<Pieces>BW_Buff4_Button</Pieces>
<Pieces>BW_Buff5_Button</Pieces>
<Pieces>BW_Buff6_Button</Pieces>
<Pieces>BW_Buff7_Button</Pieces>
<Pieces>BW_Buff8_Button</Pieces>
<Pieces>BW_Buff9_Button</Pieces>
<Pieces>BW_Buff10_Button</Pieces>
<Pieces>BW_Buff11_Button</Pieces>
<Pieces>BW_Buff12_Button</Pieces>
<Pieces>BW_Buff13_Button</Pieces>
<Pieces>BW_Buff14_Button</Pieces>
<Pieces>BW_Buff0</Pieces>
<Pieces>BW_Buff1</Pieces>
<Pieces>BW_Buff2</Pieces>
<Pieces>BW_Buff3</Pieces>
<Pieces>BW_Buff4</Pieces>
<Pieces>BW_Buff5</Pieces>
<Pieces>BW_Buff6</Pieces>
<Pieces>BW_Buff7</Pieces>
<Pieces>BW_Buff8</Pieces>
<Pieces>BW_Buff9</Pieces>
<Pieces>BW_Buff10</Pieces>
<Pieces>BW_Buff11</Pieces>
<Pieces>BW_Buff12</Pieces>
<Pieces>BW_Buff13</Pieces>
<Pieces>BW_Buff14</Pieces>
</Screen>
</XML>


Could someone please help me figure out how to do this. Then paste the changes in their thread. Thank you for any help you can give me in advance.
Ayrieal is offline   Reply With Quote
Old 09-19-2002, 10:39 AM   #2
Theryon
A Ghoul
 
Join Date: Aug 2002
Posts: 13
Default

I hope you figured it out by now but the BW_Buff0_Button is the icon of the buff and BW_Buff0 is the title of the buff. Just remove the non-"button" references in your EQUI_BuffWindow.xml file. That means the Button definition of BW_Buff0 through BW_Buff14 and the <Pieces>BW_Buff#</Pieces> in the Screen definition.
Theryon is offline   Reply With Quote
Reply




Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 06:02 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI