EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Test Server Changes (http://www.eqinterface.com/forums/forumdisplay.php?f=42)
-   -   16 Oct 03 UI Changes on Test (http://www.eqinterface.com/forums/showthread.php?t=10755)

Cairenn 10-16-2003 09:35 PM

16 Oct 03 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_OptionsWindow.xml

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

Cairenn 10-16-2003 09:35 PM

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

Find:

<!-- Anonymous -->


Immediately before that line, ADD:

<!-- Font Selection -->
<Label item ="OGP_FontLabel">
<ScreenID>OGP_FontLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>200</X>
<Y>220</Y>
</Location>
<Size>
<CX>90</CX>
<CY>14</CY>
</Size>
<Text>Current Font:</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Label item ="OGP_CurrentFont">
<ScreenID>OGP_CurrentFont</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>290</X>
<Y>220</Y>
</Location>
<Size>
<CX>80</CX>
<CY>14</CY>
</Size>
<Text>Arial</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Combobox item = "OGP_FontSelector">
<ScreenID>OGP_FontSelector</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Location>
<X>200</X>
<Y>240</Y>
</Location>
<Size>
<CX>110</CX>
<CY>24</CY>
</Size>
<ListHeight>90</ListHeight>
<Button>BDT_Combo</Button>
<Style_Border>true</Style_Border>
</Combobox>

<Button item = "OGP_ChangeFont">
<ScreenID>OGP_ChangeFont</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>316</X>
<Y>240</Y>
</Location>
<Size>
<CX>50</CX>
<CY>24</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>Accept</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>OGP_PlayerTradeCombobox</Pieces>


Immediately after that line, ADD:

<Pieces>OGP_FontLabel</Pieces>
<Pieces>OGP_CurrentFont</Pieces>
<Pieces>OGP_FontSelector</Pieces>
<Pieces>OGP_ChangeFont</Pieces>


Find:

<Button item = "OFP_MyPetAttacks">
<ScreenID>MyPetAttacks</ScreenID>


CHANGE that to:

<Button item = "OFP_MyPetHits">
<ScreenID>MyPetHits</ScreenID>


Find:

<Text>My Pet Attacks</Text>


CHANGE that to:

<Text>My Pet Hits</Text>


Find:

<!-- PC Spells -->


Immediately before that, ADD:

<Button item = "OFP_MyPetMisses">
<ScreenID>MyPetMisses</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>290</Y>
</Location>
<Size>
<CX>150</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>true</Style_Checkbox>
<Text>My Pet Misses</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 and [color=red]DELETE:

<Pieces>OFP_MyPetAttacks</Pieces>


Then ADD:

<Pieces>OFP_MyPetHits</Pieces>
<Pieces>OFP_MyPetMisses</Pieces>



Find:

<Page item = "OptionsColorPage">


Immediately before that line, ADD:

<Button item = "OCP_UserColor73">
<ScreenID>UserColor73</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>190</X>
<Y>760</Y>
</Location>
<Size>
<CX>150</CX>
<CY>20</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>74 - Damage Shield Reports</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>OCP_UserColor72</Pieces>


Immediately before that line, ADD:

<Pieces>OCP_UserColor73</Pieces>


All times are GMT -5. The time now is 03:01 PM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.