EQInterface Forums

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

Cairenn 06-09-2003 09:47 AM

30 May 03 - UI Changes on Test Server
 
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 06-09-2003 09:47 AM

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:

<Label item ="OGP_ItemDroppingLabel">
<ScreenID>OGP_ItemDroppingLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>200</X>
<Y>130</Y>
</Location>

CHANGE:

<Location>
<X>200</X>
<Y>130</Y>
</Location>

TO:

<Location>
<X>200</X>
<Y>154</Y>
</Location>

Find:

<Combobox item = "OGP_ItemDroppingCombobox">
<ScreenID>OGP_ItemDroppingCombobox</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Location>
<X>200</X>
<Y>150</Y>
</Location>


CHANGE:

<Location>
<X>200</X>
<Y>150</Y>
</Location>


TO:

<Location>
<X>200</X>
<Y>174</Y>
</Location>

Find:

<!-- General options page -->

Immediately before that line, ADD:

<!-- Environment sounds -->
<Button item = "OGP_EnvSoundsCheckbox">
<ScreenID>OGP_EnvSoundsCheckbox</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>200</X>
<Y>130</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>Environment Sounds</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_PetWindowPopupCheckbox</Pieces>

ADD:

<Pieces>OGP_EnvSoundsCheckbox</Pieces>

Find:

<!-- Mouse sensitivity -->

Immediately before that line, ADD:

<!-- Mouse Wheel Zoom -->
<Button item = "OMP_MouseWheelZoomCheckbox">
<ScreenID>OMP_MouseWheelZoomCheckbox</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>70</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>Mouse Wheel Zoom</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>OMP_MouseLookCheckbox</Pieces>


ADD:

<Pieces>OMP_MouseWheelZoomCheckbox</Pieces>

Find:

<!-- PC Spells -->

Immediately before that line, ADD:

<Button item = "OFP_DotDamage">
<ScreenID>DotDamage</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>250</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>Dot Damage</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:

<Page item = "OptionsChatPage">

Immediately before that, ADD:

<!-- Critical Melee -->
<Label item ="OFP_NonMeleeLabel">
<ScreenID>NonMeleeLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>190</X>
<Y>210</Y>
</Location>
<Size>
<CX>150</CX>
<CY>14</CY>
</Size>
<Text>Spell Damage</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Combobox item = "OFP_NonMeleeComboBox">
<ScreenID>NonMeleeComboBox</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Location>
<X>190</X>
<Y>230</Y>
</Location>
<Size>
<CX>150</CX>
<CY>24</CY>
</Size>
<ListHeight>60</ListHeight>
<Button>BDT_Combo</Button>
<Style_Border>true</Style_Border>
<Choices>All</Choices>
<Choices>Me</Choices>
<Choices>Off</Choices>
</Combobox>

Find:

<Pieces>OFP_CriticalMeleeComboBox</Pieces>

ADD:

<Pieces>OFP_NonMeleeLabel</Pieces>
<Pieces>OFP_NonMeleeComboBox</Pieces>

Find:

<Pieces>OFP_PCSpellsComboBox</Pieces>

ADD:

<Pieces>OFP_DotDamage</Pieces>


All times are GMT -5. The time now is 09:33 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.