EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Patch fix archive (http://www.eqinterface.com/forums/forumdisplay.php?f=43)
-   -   31 Oct02 Patch - UI Changes (http://www.eqinterface.com/forums/showthread.php?t=3619)

Cairenn 10-31-2002 11:02 AM

31 Oct 02 Patch - UI Changes
 
The only UI file that has changed at all is the EQUI_RaidWindow.xml file.

If you have a custom RaidWindow, you will need to add the following:

Quote:
After:
<Label item ="RAID_PlayerCountStringLabel">
<ScreenID>RAID_PlayerCountStringLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>105</LeftAnchorOffset>
<TopAnchorOffset>24</TopAnchorOffset>
<RightAnchorOffset>20</RightAnchorOffset>
<BottomAnchorOffset>2</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Text>Players in Raid</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

Add:
<Label item ="RAID_LevelAverageLabel">
<ScreenID>RAID_LevelAverageLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>20</LeftAnchorOffset>
<TopAnchorOffset>51</TopAnchorOffset>
<RightAnchorOffset>1</RightAnchorOffset>
<BottomAnchorOffset>29</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Label item ="RAID_LevelAverageStringLabel">
<ScreenID>RAID_LevelAverageStringLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>105</LeftAnchorOffset>
<TopAnchorOffset>51</TopAnchorOffset>
<RightAnchorOffset>20</RightAnchorOffset>
<BottomAnchorOffset>29</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Text>Raid Level Avg</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

After:
<Pieces>RAID_NotInGroupPlayerListLabel</Pieces>

Add:
<Pieces>RAID_LevelAverageLabel</Pieces>
<Pieces>RAID_LevelAverageStringLabel</Pieces>


All times are GMT -5. The time now is 07:17 PM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.