View Single Post
Old 02-11-2005, 03:27 PM   #5
Dolby
Lord Dolby of Veeshan
 
Dolby's Avatar
 
Join Date: Jul 2002
Server: Veeshan
Posts: 2,397
Default EQUI_OptionsWindow.xml

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:
Code:
<!-- Player trade options --> <Label item ="OGP_PlayerTradeLabel"> <ScreenID>OGP_PlayerTradeLabel</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>200</X> <Y>205</Y> </Location> <Size> <CX>150</CX> <CY>14</CY> </Size> <Text>Allow trading with:</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label>

Find WHERE:
Code:
<Y>205</Y>

REPLACE with:
Code:
<Y>230</Y>


--

Find:
Code:
<Combobox item = "OGP_PlayerTradeCombobox"> <ScreenID>OGP_PlayerTradeCombobox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <Location> <X>200</X> <Y>225</Y> </Location> <Size> <CX>150</CX> <CY>24</CY> </Size> <ListHeight>60</ListHeight> <Button>BDT_Combo</Button> <Style_Border>true</Style_Border> <Choices>Everyone</Choices> <Choices>Party members only</Choices> <Choices>No one</Choices> </Combobox>

Find WHERE:
Code:
<Y>225</Y>

REPLACE with:
Code:
<Y>250</Y>


--

Find:
Code:
<!-- Item dropping options --> <Label item ="OGP_ItemDroppingLabel"> <ScreenID>OGP_ItemDroppingLabel</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>200</X> <Y>154</Y> </Location> <Size> <CX>150</CX> <CY>14</CY> </Size> <Text>Fast Drop:</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label>

Find WHERE:
Code:
<Y>154</Y>

REPLACE with:
Code:
<Y>179</Y>


--

Find:
Code:
<Combobox item = "OGP_ItemDroppingCombobox"> <ScreenID>OGP_ItemDroppingCombobox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <Location> <X>200</X> <Y>174</Y> </Location> <Size> <CX>150</CX> <CY>24</CY> </Size> <ListHeight>60</ListHeight> <Button>BDT_Combo</Button> <Style_Border>true</Style_Border> <Choices>With confirmation</Choices> <Choices>Without confirmation</Choices> <Choices>Never</Choices> </Combobox>

Find WHERE:
Code:
<Y>174</Y>

REPLACE with:
Code:
<Y>199</Y>


--

Find:
Code:
<!-- Font Selection --> <Label item ="OGP_FontLabel"> <ScreenID>OGP_FontLabel</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>200</X> <Y>260</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>

Find WHERE:
Code:
<Y>260</Y>

REPLACE with:
Code:
<Y>285</Y>


--


Find:
Code:
<Label item ="OGP_CurrentFont"> <ScreenID>OGP_CurrentFont</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>290</X> <Y>260</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>

Find WHERE:
Code:
<Y>260</Y>

REPLACE with:
Code:
<Y>285</Y>


--

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

Find WHERE:
Code:
<Y>280</Y>

REPLACE with:
Code:
<Y>305</Y>


--

Find:
Code:
<Button item = "OGP_ChangeFont"> <ScreenID>OGP_ChangeFont</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>316</X> <Y>280</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 WHERE:
Code:
<Y>280</Y>

REPLACE with:
Code:
<Y>305</Y>


--

Find:
Code:
<ButtonDrawTemplate> <Normal>A_BtnNormal</Normal> <Pressed>A_BtnPressed</Pressed> <Flyby>A_BtnFlyby</Flyby> <Disabled>A_BtnDisabled</Disabled> <PressedFlyby>A_BtnPressedFlyby</PressedFlyby> </ButtonDrawTemplate> </Button>

Immediately below that line, INSERT:
Code:
<!-- Combat Music --> <Button item = "OGP_CombatMusicCheckbox"> <ScreenID>OGP_CombatMusicCheckbox</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>200</X> <Y>155</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>Combat Music</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>


--

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:
Code:
<Pieces>OGP_EnvSoundsCheckbox</Pieces>

Immediately below that line, INSERT:
Code:
<Pieces>OGP_CombatMusicCheckbox</Pieces>
Dolby is offline