View Single Post
Old 08-24-2003, 01:42 PM   #7
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_CharacterCreate.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<Button item="CC0_Stat0_Button">
<ScreenID>CC0_Stat0_Button</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>157</LeftAnchorOffset>
<TopAnchorOffset>96</TopAnchorOffset>
<RightAnchorOffset>56</RightAnchorOffset>
<BottomAnchorOffset>134</BottomAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Press to place as many points as possible into Strength</TooltipReference>

CHANGE:

<TooltipReference>Press

TO:

<TooltipReference>Right-click

Find:

<Button item="CC0_Stat1_Button">
<ScreenID>CC0_Stat1_Button</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>157</LeftAnchorOffset>
<TopAnchorOffset>136</TopAnchorOffset>
<RightAnchorOffset>56</RightAnchorOffset>
<BottomAnchorOffset>174</BottomAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Press to place as many points as possible into Stamina</TooltipReference>

CHANGE:

<TooltipReference>Press

TO:

<TooltipReference>Right-click

Find:

<Button item="CC0_Stat2_Button">
<ScreenID>CC0_Stat2_Button</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>157</LeftAnchorOffset>
<TopAnchorOffset>176</TopAnchorOffset>
<RightAnchorOffset>56</RightAnchorOffset>
<BottomAnchorOffset>214</BottomAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Press to place as many points as possible into Agility</TooltipReference>

CHANGE:

<TooltipReference>Press

TO:

<TooltipReference>Right-click

Find:

<Button item="CC0_Stat3_Button">
<ScreenID>CC0_Stat3_Button</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>157</LeftAnchorOffset>
<TopAnchorOffset>216</TopAnchorOffset>
<RightAnchorOffset>56</RightAnchorOffset>
<BottomAnchorOffset>254</BottomAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Press to place as many points as possible into Dexterity</TooltipReference>

CHANGE:

<TooltipReference>Press

TO:

TooltipReference>Right-click

Find:

<Button item="CC0_Stat4_Button">
<ScreenID>CC0_Stat4_Button</ScreenID>
<AutoStretch>true</AutoStretch>
<RelativePosition>true</RelativePosition>
<LeftAnchorOffset>157</LeftAnchorOffset>
<TopAnchorOffset>256</TopAnchorOffset>
<RightAnchorOffset>56</RightAnchorOffset>
<BottomAnchorOffset>294</BottomAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Press to place as many points as possible into Wisdom</TooltipReference>
<Button item="CC0_Stat4_Button">
<ScreenID>CC0_Stat4_Button</ScreenID>
<AutoStretch>true</AutoStretch>
<RelativePosition>true</RelativePosition>
<LeftAnchorOffset>157</LeftAnchorOffset>
<TopAnchorOffset>256</TopAnchorOffset>
<RightAnchorOffset>56</RightAnchorOffset>
<BottomAnchorOffset>294</BottomAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>

CHANGE:

<TooltipReference>Press

TO:

<TooltipReference>Right-click

Find:

<Button item="CC0_Stat5_Button">
<ScreenID>CC0_Stat5_Button</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>157</LeftAnchorOffset>
<TopAnchorOffset>296</TopAnchorOffset>
<RightAnchorOffset>56</RightAnchorOffset>
<BottomAnchorOffset>334</BottomAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Press to place as many points as possible into Intelligence</TooltipReference>

CHANGE:

<TooltipReference>Press

TO:

<TooltipReference>Right-click

Find:

<Button item="CC0_Stat6_Button">
<ScreenID>CC0_Stat6_Button</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>157</LeftAnchorOffset>
<TopAnchorOffset>336</TopAnchorOffset>
<RightAnchorOffset>56</RightAnchorOffset>
<BottomAnchorOffset>374</BottomAnchorOffset>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Press to place as many points as possible into Charisma</TooltipReference>

CHANGE:

<TooltipReference>Press

TO:

<TooltipReference>Right-click
Cairenn is offline