View Single Post
Old 01-15-2003, 07:40 AM   #1
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default UI Changes - 15 Jan 03

IF you have a custom EQUI_OptionsWindow.xml, open using a text editor (Word, WordPerfect, NotePad, etc.):

Using the Search/Find function of your text editor, find:

<!-- Fast Item Destroy -->
<Button item = "OGP_FastItemDestroyCheckbox">
<ScreenID>OGP_FastItemDestroyCheckbox</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>15</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>Fast Item Destroy</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>

Immediately after, ADD:

<!-- AA No Confirm -->
<Button item = "OGP_AANoConfirmCheckbox">
<ScreenID>OGP_AANoConfirmCheckbox</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>115</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>Fast AA Purchase</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>

Then Find:

<!-- Player trade options -->
<Label item ="OGP_PlayerTradeLabel">
<ScreenID>OGP_PlayerTradeLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>130</Y>
</Location>


CHANGE:

<Y>130</Y>

to be:
<Y>150</Y>

Next find:

<Combobox item = "OGP_PlayerTradeCombobox">
<ScreenID>OGP_PlayerTradeCombobox</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Location>
<X>10</X>
<Y>150</Y>
</Location>

CHANGE

<Y>150</Y>
to be:
<Y>170</Y>

Find

<Button item = "OGP_LoadSkinButton">
<ScreenID>OGP_LoadSkinButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>10</X>
<Y>180</Y>
</Location>

CHANGE
<Y>180</Y>
to be:
<Y>200</Y>

Then finally, find:

<Pieces>OGP_LoadSkinButton</Pieces>

After which, ADD:

<Pieces>OGP_AANoConfirmCheckbox</Pieces>
__________________
"My friends, love is better than anger. Hope is better than fear. Optimism is better than despair. So let us
be loving, hopeful and optimistic. And we’ll change the world."


Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RafM
Cairenn is offline