View Single Post
Old 06-16-2004, 12:14 PM   #2
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_RaidWindow.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:

<Button item = "Raid_InviteButton"> <ScreenID>Raid_InviteButton</ScreenID>


CHANGE:

<Button item = "Raid_InviteButton"> <ScreenID>Raid_InviteButton</ScreenID>

TO:

<Button item = "RAID_InviteButton"> <ScreenID>RAID_InviteButton</ScreenID>

(aka, capitalize the entire word “RAID”)


Find:

<Button item = "Raid_DisbandButton"> <ScreenID>Raid_DisbandButton</ScreenID>


Repeat as per first, capitalize the entire word “RAID”

Find:

<Button item = "Raid_AcceptButton"> <ScreenID>Raid_AcceptButton</ScreenID>


Repeat as per first, capitalize the entire word “RAID”

Find:

<Button item = "Raid_DeclineButton"> <ScreenID>Raid_DeclineButton</ScreenID>



Repeat as per first, capitalize the entire word “RAID”

Find:

<Button item = "Raid_MakeLeaderButton"> <ScreenID>Raid_MakeLeaderButton</ScreenID>


Repeat as per first, capitalize the entire word “RAID”

Find:

<Button item = "Raid_AddLooterButton"> <ScreenID>Raid_AddLooterButton</ScreenID>



Repeat as per first, capitalize the entire word “RAID”

Find:

<Button item = "Raid_RemoveLooterButton"> <ScreenID>Raid_RemoveLooterButton</ScreenID>


Repeat as per first, capitalize the entire word “RAID”

Find:

<Button item = "Raid_OptionsButton"> <ScreenID>Raid_OptionsButton</ScreenID>


Repeat as per first, capitalize the entire word “RAID”

Find:

<Button item = "Raid_DumpButton"> <ScreenID>Raid_DumpButton</ScreenID>


Repeat as per first, capitalize the entire word “RAID”

Find:

<Button item = "Raid_MainAssistButton"> <ScreenID>Raid_MainAssistButton</ScreenID>


Repeat as per first, capitalize the entire word “RAID”

Find:

<Button item = "Raid_MarkNPCButton"> <ScreenID>Raid_MarkNPCButton</ScreenID>


Repeat as per first, capitalize the entire word “RAID”

Find:

<Button item = "Raid_FindPCButton"> <ScreenID>Raid_FindPCButton</ScreenID>


Repeat as per first, capitalize the entire word “RAID”

Find:

<Screen item = "RaidWindow">
<ScreenID/>


CHANGE TO:

<Page item = "RAID_MemberPage">
<ScreenID>MemberPage</ScreenID>


Find:

<Location>
<X>100</X>
<Y>78</Y>
</Location>
<Size>
<CX>423</CX>
<CY>337</CY>
</Size>
<Text>Raid Window</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>This is the raid window.</TooltipReference>
<DrawTemplate>WDT_Rounded</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>true</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>


CHANGE TO:

<DrawTemplate>WDT_Def</DrawTemplate>
<TabText>Members</TabText>
<TabTextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TabTextColor>
<TabTextActiveColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TabTextActiveColor>


Find:

<Pieces>Raid_InviteButton</Pieces>
<Pieces>Raid_DisbandButton</Pieces>
<Pieces>Raid_AcceptButton</Pieces>
<Pieces>Raid_DeclineButton</Pieces>
<Pieces>Raid_MakeLeaderButton</Pieces>
<Pieces>Raid_OptionsButton</Pieces>
<Pieces>Raid_RemoveLooterButton</Pieces>
<Pieces>Raid_AddLooterButton</Pieces>
<Pieces>Raid_DumpButton</Pieces>
<Pieces>Raid_MainAssistButton</Pieces>
<Pieces>Raid_MarkNPCButton</Pieces>
<Pieces>Raid_FindPCButton</Pieces>


CHANGE: Change all so that the entire word “RAID” is capitalized.

Find:

<Pieces>RAID_LevelAverageStringLabel</Pieces>


Immediately after that line, ADD:

<Style_Sizable>true</Style_Sizable>
</Page>

<Listbox item = "RAID_NoteList">
<ScreenID>RAID_NoteList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<TooltipReference>List of all players currently in your raid</TooltipReference>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>5</LeftAnchorOffset>
<TopAnchorOffset>20</TopAnchorOffset>
<RightAnchorOffset>5</RightAnchorOffset>
<BottomAnchorOffset>150</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Style_Border>true</Style_Border>
<Style_VScroll>true</Style_VScroll>
<Columns>
<Width>30</Width>
<Heading>Grp</Heading>
</Columns>
<Columns>
<Width>100</Width>
<Heading>Player Name</Heading>
</Columns>
<Columns>
<Width>250</Width>
<Heading>Note</Heading>
</Columns>
</Listbox>

<Label item = "RAID_NoteLabel">
<ScreenID/>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>5</LeftAnchorOffset>
<TopAnchorOffset>141</TopAnchorOffset>
<RightAnchorOffset>65</RightAnchorOffset>
<BottomAnchorOffset>121</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>true</RightAnchorToLeft>
<Text>Note:</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Editbox item = "RAID_NoteEdit">
<ScreenID>NoteEdit</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<TooltipReference>This note is viewable by the entire raid, but is set by the Raid Leader.</TooltipReference>
<Style_Border>true</Style_Border>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>68</LeftAnchorOffset>
<TopAnchorOffset>145</TopAnchorOffset>
<RightAnchorOffset>68</RightAnchorOffset>
<BottomAnchorOffset>121</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
</Editbox>

<Button item = "RAID_NoteUpdateButton">
<ScreenID>NoteUpdateButton</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>64</LeftAnchorOffset>
<TopAnchorOffset>145</TopAnchorOffset>
<RightAnchorOffset>5</RightAnchorOffset>
<BottomAnchorOffset>121</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<TooltipReference>Change the selected player's note to the text input (Leader only).</TooltipReference>
<Text>Update</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<Label item = "RAID_MOTDLabel">
<ScreenID/>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>5</LeftAnchorOffset>
<TopAnchorOffset>70</TopAnchorOffset>
<RightAnchorOffset>70</RightAnchorOffset>
<BottomAnchorOffset>46</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>true</RightAnchorToLeft>
<Text>MOTD:</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Editbox item = "RAID_MOTDInput">
<ScreenID>MOTDInput</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Style_VScroll>true</Style_VScroll>
<RelativePosition>true</RelativePosition>
<TooltipReference>This is your Raid's Message of the Day.</TooltipReference>
<Style_Border>true</Style_Border>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>74</LeftAnchorOffset>
<TopAnchorOffset>116</TopAnchorOffset>
<RightAnchorOffset>68</RightAnchorOffset>
<BottomAnchorOffset>5</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Style_Multiline>true</Style_Multiline>
</Editbox>

<Button item = "RAID_UpdateMOTDButton">
<ScreenID>UpdateMOTDButton</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>64</LeftAnchorOffset>
<TopAnchorOffset>72</TopAnchorOffset>
<RightAnchorOffset>5</RightAnchorOffset>
<BottomAnchorOffset>48</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>false</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<TooltipReference>Update the MOTD for your raid.</TooltipReference>
<Text>Update</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>

<STMLbox item = "RAID_MOTDViewer">
<ScreenID>MOTDViewer</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<Style_VScroll>true</Style_VScroll>
<TooltipReference>This is the Raid's Message of the Day.</TooltipReference>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>74</LeftAnchorOffset>
<TopAnchorOffset>116</TopAnchorOffset>
<RightAnchorOffset>5</RightAnchorOffset>
<BottomAnchorOffset>5</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_Border>true</Style_Border>
</STMLbox>

<Page item = "RAID_NotePage">
<ScreenID>NotePage</ScreenID>
<RelativePosition>false</RelativePosition>
<DrawTemplate>WDT_Def</DrawTemplate>
<TabText>Notes</TabText>
<TabTextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TabTextColor>
<TabTextActiveColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TabTextActiveColor>
<Pieces>RAID_NoteList</Pieces>
<Pieces>RAID_NoteLabel</Pieces>
<Pieces>RAID_NoteEdit</Pieces>
<Pieces>RAID_NoteUpdateButton</Pieces>
<Pieces>RAID_MOTDLabel</Pieces>
<Pieces>RAID_MOTDInput</Pieces>
<Pieces>RAID_MOTDViewer</Pieces>
<Pieces>RAID_UpdateMOTDButton</Pieces>
<Style_Sizable>true</Style_Sizable>
</Page>

<TabBox item = "RAID_Subwindows">
<ScreenID>Subwindows</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>0</LeftAnchorOffset>
<TopAnchorOffset>0</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>0</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<TabBorderTemplate>FT_DefTabBorder</TabBorderTemplate>
<PageBorderTemplate>FT_DefPageBorder</PageBorderTemplate>
<Pages>RAID_MemberPage</Pages>
<Pages>RAID_NotePage</Pages>
</TabBox>

<Screen item = "RaidWindow">
<ScreenID/>
<RelativePosition>false</RelativePosition>
<Location>
<X>100</X>
<Y>78</Y>
</Location>
<Size>
<CX>423</CX>
<CY>337</CY>
</Size>
<Text>Raid Window</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>This is the raid window.</TooltipReference>
<DrawTemplate>WDT_Rounded</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>true</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Pieces>RAID_Subwindows</Pieces>
Cairenn is offline