View Single Post
Old 02-21-2003, 07:12 PM   #4
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_GroupSearchWnd.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<Label item ="PIP_LevelRangeLabel">
<ScreenID>PIP_LevelRangeLabel</ScreenID>
<RelativePosition>true</RelativePosition>

<AutoStretch>true</AutoStretch>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>true</RightAnchorToLeft>
<TopAnchorOffset>140</TopAnchorOffset>
<BottomAnchorOffset>160</BottomAnchorOffset>
<LeftAnchorOffset>10</LeftAnchorOffset>
<RightAnchorOffset>130</RightAnchorOffset>

<Text>Looking for levels:</Text>

CHANGE:

<Text>Looking for levels:</Text>

TO:

<Text>Want group levels:</Text>

Find:

<!-- Group Roles -->
<Label item ="GIP_LookingForRolesLabel">
<ScreenID>GIP_LookingForRolesLabel</ScreenID>
<RelativePosition>true</RelativePosition>

<AutoStretch>true</AutoStretch>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>true</RightAnchorToLeft>
<TopAnchorOffset>64</TopAnchorOffset>
<BottomAnchorOffset>84</BottomAnchorOffset>
<LeftAnchorOffset>10</LeftAnchorOffset>
<RightAnchorOffset>100</RightAnchorOffset>

<Text>Looking For...</Text>

CHANGE:

<RightAnchorOffset>100</RightAnchorOffset>

TO:

<RightAnchorOffset>130</RightAnchorOffset>

CHANGE:

<Text>Looking For...</Text>

TO:

<Text>Want classes:</Text>

Find:

<Label item ="GIP_LevelRangeLabel">
<ScreenID>GIP_LevelRangeLabel</ScreenID>
<RelativePosition>true</RelativePosition>

<AutoStretch>true</AutoStretch>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>true</RightAnchorToLeft>
<TopAnchorOffset>140</TopAnchorOffset>
<BottomAnchorOffset>160</BottomAnchorOffset>
<LeftAnchorOffset>10</LeftAnchorOffset>
<RightAnchorOffset>130</RightAnchorOffset>

<Text>Looking for levels:</Text>

CHANGE:

<Text>Looking for levels:</Text>

TO:

<Text>Want player levels:</Text>
Cairenn is offline   Reply With Quote