View Single Post
Old 05-11-2003, 11:58 AM   #5
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

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:

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:

<Combobox item = "OKP_KeyboardFilterCombobox">
<ScreenID>OKP_KeyboardFilterCombobox</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Location>
<X>20</X>
<Y>24</Y>
</Location>
<Size>
<CX>150</CX>
<CY>24</CY>
</Size>
<ListHeight>300</ListHeight>
<Button>BDT_Combo</Button>
<Style_Border>true</Style_Border>
<Choices>Movement</Choices>)
<Choices>Commands</Choices>)
<Choices>Spell casting</Choices>
<Choices>Target</Choices>
<Choices>Camera</Choices>
<Choices>Chat</Choices>
<Choices>UI</Choices>
<Choices>Macros</Choices>
<Choices>All</Choices>
</Combobox>

CHANGE:

<Style_Border>true</Style_Border>
<Choices>Movement</Choices>)
<Choices>Commands</Choices>)

To:

<Style_Border>true</Style_Border>
<Choices>Movement</Choices>
<Choices>Commands</Choices>
Cairenn is offline   Reply With Quote