Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Developer Discussion > Test Server Changes
User Name
Password

Closed Thread
 
Thread Tools Display Modes
Old 09-20-2003, 06:42 PM   #1
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default 11 Sept - 20 Sept (inclusvie) UI Changes on Test

Disclaimer: As always, this is a comparision of the new default files to the previous default files. Sizes and locations are specific to those files, and may need to be adjusted to "fit" in your custom files appropriately.

Files changed with this patch:

EQUI.xml
EQUI_ActionsWindow.xml
EQUI_LootWnd.xml
EQUI_PetInfoWindow.xml
EQUI_RaidWindow.xml

(Click on the File Name link to go to the post detailing the changes to that specific file.)

Files added with this patch:

EQUI_FindLocationWnd.xml
Cairenn is offline   Reply With Quote
Old 09-20-2003, 06:42 PM   #2
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

IF you have a custom EQUI.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<Include>EQUI_AdventureLeaderboardWnd.xml</Include>


Immediately after that, ADD:

<Include>EQUI_FindLocationWnd.xml</Include>
Cairenn is offline   Reply With Quote
Old 09-20-2003, 06:42 PM   #3
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

IF you have a custom EQUI_ActionsWindow.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<!-- Actions Main Page -->


Immediately after that, ADD:

<!-- Note that the Who Button is being "replaced" by the Find button, so here it has been shrunk to have 0x0 dimensions. The button still exists in the window, so you can feel free to put it back in your own custom skin, if you desire.-->


Find:

<Button item = "AMP_WhoButton">
<ScreenID>AMP_WhoButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>10</Y>
</Location>
<Size>
<CX>90</CX>
<CY>20</CY>
</Size>


CHANGE:

<Size>
<CX>90</CX>
<CY>20</CY>
</Size>

TO:

<Size>
<CX>0</CX>
<CY>0</CY>
</Size>


Find:

<Button item = "AMP_InviteButton">


Immediately before that, ADD:

<Button item = "AMP_FindButton">
<ScreenID>AMP_FindButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>10</Y>
</Location>
<Size>
<CX>90</CX>
<CY>20</CY>
</Size>
<Text>Find</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>


Find:

<Pieces>AMP_WhoButton</Pieces>


Immediately after that, ADD:

<Pieces>AMP_FindButton</Pieces>

Last edited by Cairenn : 09-20-2003 at 08:51 PM.
Cairenn is offline   Reply With Quote
Old 09-20-2003, 06:43 PM   #4
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

IF you have a custom EQUI_LootWnd.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<InvSlot item = "LW_LootSlot0">


Immediately before that, ADD:

<Button item = "LW_BroadcastButton">
<ScreenID>BroadcastButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>42</Y>
</Location>
<Size>
<CX>80</CX>
<CY>24</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>Link all</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BigBtnNormal</Normal>
<Pressed>A_BigBtnPressed</Pressed>
<Flyby>A_BigBtnFlyby</Flyby>
<Disabled>A_BigBtnDisabled</Disabled>
<PressedFlyby>A_BigBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>


Find:

<Screen item = "LW_LootInvWnd">
<ScreenID>LootInvWnd</ScreenID>
<!--<Font/>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>0</LeftAnchorOffset>
<TopAnchorOffset>42</TopAnchorOffset>


CHANGE:

<TopAnchorOffset>42</TopAnchorOffset>

TO:

<TopAnchorOffset>68</TopAnchorOffset>


Find:

<Pieces>LW_LootInvWnd</Pieces>


Immediately after that, ADD:

<Pieces>LW_BroadcastButton</Pieces>
Cairenn is offline   Reply With Quote
Old 09-20-2003, 06:44 PM   #5
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

IF you have a custom EQUI_PetInfoWindow.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>


Immediately after that, ADD:

<Ui2DAnimation item = "A_PetSpellIcons">
<Cycle>false</Cycle>
<Grid>true</Grid>
<Vertical>false</Vertical>
<CellHeight>40</CellHeight>
<CellWidth>40</CellWidth>
<Frames>
<Texture>Spells01.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
<Frames>
<Texture>Spells02.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
<Frames>
<Texture>Spells03.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
<Frames>
<Texture>Spells04.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
<Frames>
<Texture>Spells05.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "PetBlueIconBackground">
<Cycle>true</Cycle>
<Frames>
<Texture>CS_Buttons.bmp</Texture>
<Location>
<X>4</X>
<Y>4</Y>
</Location>
<Size>
<CX>124</CX>
<CY>20</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "PetRedIconBackground">
<Cycle>true</Cycle>
<Frames>
<Texture>CS_Buttons.bmp</Texture>
<Location>
<X>4</X>
<Y>104</Y>
</Location>
<Size>
<CX>120</CX>
<CY>20</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Button item = "PIW_PetBuff0_Button">
<ScreenID>PetBuff0</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetBlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff1_Button">
<ScreenID>PetBuff1</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>3</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff2_Button">
<ScreenID>PetBuff2</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>3</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff3_Button">
<ScreenID>PetBuff3</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>49</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetBlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!-- Default and not used
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff4_Button">
<ScreenID>PetBuff4</ScreenID>
<!--<Font>3</Font> Default -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>49</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff5_Button">
<ScreenID>PetBuff5</ScreenID>
<!--<Font>3</Font> Defautl -->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>49</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Default -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff6_Button">
<ScreenID>PetBuff6</ScreenID>
<!--<Font>3</Font> Default -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>95</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>PetBlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff7_Button">
<ScreenID>PetBuff7</ScreenID>
<!--<Font>3</Font> Use defaults -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>95</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Use defaults -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Use Defaults -->
<ButtonDrawTemplate>
<Normal>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!-- Use defaults
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff8_Button">
<ScreenID>PetBuff8</ScreenID>
<!--<Font>3</Font>Defaults-->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>95</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Use default -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>Use default-->
<ButtonDrawTemplate>
<Normal>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff9_Button">
<ScreenID>PetBuff9</ScreenID>
<!--<Font>3</Font>Use Defaults -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>141</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Use Defaults -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>PetBlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff10_Button">
<ScreenID>PetBuff10</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>141</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff11_Button">
<ScreenID>PetBuff11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>141</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff12_Button">
<ScreenID>PetBuff12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>187</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetBlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff13_Button">
<ScreenID>PetBuff13</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>187</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff14_Button">
<ScreenID>PetBuff14</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff15_Button">
<ScreenID>PetBuff15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>3</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetBlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff16_Button">
<ScreenID>PetBuff16</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>3</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff17_Button">
<ScreenID>PetBuff17</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>3</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff18_Button">
<ScreenID>PetBuff18</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>49</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetBlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!-- Default and not used
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff19_Button">
<ScreenID>PetBuff19</ScreenID>
<!--<Font>3</Font> Default -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>49</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--Default
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff20_Button">
<ScreenID>PetBuff20</ScreenID>
<!--<Font>3</Font> Defautl -->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>49</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Default -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff21_Button">
<ScreenID>PetBuff21</ScreenID>
<!--<Font>3</Font> Default -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>95</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference/>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Default -->
<ButtonDrawTemplate>
<Normal>PetBlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff22_Button">
<ScreenID>PetBuff22</ScreenID>
<!--<Font>3</Font> Use defaults -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>95</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Use defaults -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> Use Defaults -->
<ButtonDrawTemplate>
<Normal>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!-- Use defaults
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff23_Button">
<ScreenID>PetBuff23</ScreenID>
<!--<Font>3</Font>Defaults-->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>95</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Use default -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>Use default-->
<ButtonDrawTemplate>
<Normal>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff24_Button">
<ScreenID>PetBuff24</ScreenID>
<!--<Font>3</Font>Use Defaults -->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>141</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/> Use Defaults -->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/> -->
<ButtonDrawTemplate>
<Normal>PetBlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff25_Button">
<ScreenID>PetBuff25</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>141</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff26_Button">
<ScreenID>PetBuff26</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>141</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff27_Button">
<ScreenID>PetBuff27</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>187</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetBlueIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff28_Button">
<ScreenID>PetBuff28</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>48</X>
<Y>187</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>

<Button item = "PIW_PetBuff29_Button">
<ScreenID>PetBuff29</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>93</X>
<Y>187</Y>
</Location>
<Size>
<CX>24</CX>
<CY>24</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>PetRedIconBackground</Normal>
<NormalDecal>BuffIcons</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>20</CX>
<CY>20</CY>
</DecalSize>
</Button>


Find:

<Gauge item = "PIW_PetHPGauge">


Immediately before that, ADD:

<Screen item = "PIW_BuffWindow">
<ScreenID>BuffWindow</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>112</LeftAnchorOffset>
<TopAnchorOffset>4</TopAnchorOffset>
<RightAnchorOffset>4</RightAnchorOffset>
<BottomAnchorOffset>4</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Buffs on your pet will show here</TooltipReference>
<DrawTemplate>WDT_Inner</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>PIW_PetBuff0_Button</Pieces>
<Pieces>PIW_PetBuff1_Button</Pieces>
<Pieces>PIW_PetBuff2_Button</Pieces>
<Pieces>PIW_PetBuff3_Button</Pieces>
<Pieces>PIW_PetBuff4_Button</Pieces>
<Pieces>PIW_PetBuff5_Button</Pieces>
<Pieces>PIW_PetBuff6_Button</Pieces>
<Pieces>PIW_PetBuff7_Button</Pieces>
<Pieces>PIW_PetBuff8_Button</Pieces>
<Pieces>PIW_PetBuff9_Button</Pieces>
<Pieces>PIW_PetBuff10_Button</Pieces>
<Pieces>PIW_PetBuff11_Button</Pieces>
<Pieces>PIW_PetBuff12_Button</Pieces>
<Pieces>PIW_PetBuff13_Button</Pieces>
<Pieces>PIW_PetBuff14_Button</Pieces>
<Pieces>PIW_PetBuff15_Button</Pieces>
<Pieces>PIW_PetBuff16_Button</Pieces>
<Pieces>PIW_PetBuff17_Button</Pieces>
<Pieces>PIW_PetBuff18_Button</Pieces>
<Pieces>PIW_PetBuff19_Button</Pieces>
<Pieces>PIW_PetBuff20_Button</Pieces>
<Pieces>PIW_PetBuff21_Button</Pieces>
<Pieces>PIW_PetBuff22_Button</Pieces>
<Pieces>PIW_PetBuff23_Button</Pieces>
<Pieces>PIW_PetBuff24_Button</Pieces>
<Pieces>PIW_PetBuff25_Button</Pieces>
<Pieces>PIW_PetBuff26_Button</Pieces>
<Pieces>PIW_PetBuff27_Button</Pieces>
<Pieces>PIW_PetBuff28_Button</Pieces>
<Pieces>PIW_PetBuff29_Button</Pieces>
</Screen>


Find:

<Screen item = "PetInfoWindow">
<!--<ScreenID/>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>50</X>
<Y>160</Y>
</Location>
<Size>
<CX>120</CX>
<CY>144</CY>
</Size>


CHANGE:

<Size>
<CX>120</CX>
<CY>144</CY>
</Size>

TO:

<Size>
<CX>154</CX>
<CY>142</CY>
</Size>


Find:

<Style_Sizable>false</Style_Sizable>


CHANGE TO:

<Style_Sizable>true</Style_Sizable>


Find:

<Pieces>PIW_PetHPGauge</Pieces>


Immediately after that, ADD:

<Pieces>PIW_BuffWindow</Pieces>
Cairenn is offline   Reply With Quote
Old 09-20-2003, 06:44 PM   #6
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

IF you have a custom EQUI_RaidWindow.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<Screen item = "RaidWindow">


Immediately before that, ADD:

<Button item = "Raid_DumpButton">
<ScreenID>Raid_DumpButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>225</LeftAnchorOffset>
<TopAnchorOffset>30</TopAnchorOffset>
<RightAnchorOffset>295</RightAnchorOffset>
<BottomAnchorOffset>5</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>true</RightAnchorToLeft>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Dump Raid to text file</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Text>Dump</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
</Button>


Find:

<Pieces>Raid_AddLooterButton</Pieces>


Immediately after that, ADD:

<Pieces>Raid_DumpButton</Pieces>
Cairenn is offline   Reply With Quote
Closed Thread



Thread Tools
Display Modes

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 02:35 PM.


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