View Single Post
Old 02-10-2004, 12:02 PM   #13
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:

<Listbox item = "RAID_PlayerList">
<ScreenID>RAID_PlayerList</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>85</Width>
<Heading>Player Name</Heading>
</Columns>
<Columns>
<Width>30</Width>
<Heading>Lvl</Heading>
</Columns>
<Columns>
<Width>60</Width>
<Heading>Class</Heading>
</Columns>


CHANGE:

<BottomAnchorOffset>150</BottomAnchorOffset>

TO:

<BottomAnchorOffset>180</BottomAnchorOffset>

CHANGE:

<Columns>
<Width>85</Width>
<Heading>Player Name</Heading>
</Columns>

TO:

<Columns>
<Width>100</Width>
<Heading>Player Name</Heading>
</Columns>

CHANGE:


<Columns>
<Width>60</Width>
<Heading>Class</Heading>
</Columns>

TO:

<Columns>
<Width>100</Width>
<Heading>Class</Heading>
</Columns>


Immediately after that last line, ADD:

<Columns>
<Width>50</Width>
<Heading>Role</Heading>
</Columns>


Find:

<Label item ="RAID_NotInGroupPlayerListLabel">
<ScreenID>RAID_NotInGroupPlayerListLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>5</LeftAnchorOffset>
<TopAnchorOffset>145</TopAnchorOffset>
<RightAnchorOffset>190</RightAnchorOffset>
<BottomAnchorOffset>130</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>145</TopAnchorOffset>

TO:

<TopAnchorOffset>175</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>130</BottomAnchorOffset>

TO:

<BottomAnchorOffset>160</BottomAnchorOffset>


Find:

<Listbox item = "RAID_NotInGroupPlayerList">
<ScreenID>RAID_NotInGroupPlayerList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<TooltipReference>List of all players currently in your raid not in a group</TooltipReference>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>5</LeftAnchorOffset>
<TopAnchorOffset>130</TopAnchorOffset>
<RightAnchorOffset>5</RightAnchorOffset>
<BottomAnchorOffset>65</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_Border>true</Style_Border>
<Style_VScroll>true</Style_VScroll>
<Columns>
<Width>30</Width>
<Heading>Grp</Heading>
</Columns>
<Columns>
<Width>85</Width>
<Heading>Player Name</Heading>
</Columns>
<Columns>
<Width>30</Width>
<Heading>Lvl</Heading>
</Columns>
<Columns>
<Width>60</Width>
<Heading>Class</Heading>
</Columns>


CHANGE:

<TopAnchorOffset>130</TopAnchorOffset>

TO:

<TopAnchorOffset>160</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>65</BottomAnchorOffset>

TO:

<BottomAnchorOffset>95</BottomAnchorOffset>

CHANGE:

<Columns>
<Width>85</Width>
<Heading>Player Name</Heading>
</Columns>

TO:

<Columns>
<Width>100</Width>
<Heading>Player Name</Heading>
</Columns>

CHANGE:

<Columns>
<Width>60</Width>
<Heading>Class</Heading>
</Columns>

TO:

<Columns>
<Width>100</Width>
<Heading>Class</Heading>
</Columns>


Immediately after that last line, ADD:

<Columns>
<Width>50</Width>
<Heading>Role</Heading>
</Columns>


Find:

<Button item = "Raid_InviteButton">
<ScreenID>Raid_InviteButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>5</LeftAnchorOffset>
<TopAnchorOffset>60</TopAnchorOffset>
<RightAnchorOffset>75</RightAnchorOffset>
<BottomAnchorOffset>35</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>60</TopAnchorOffset>

TO:

<TopAnchorOffset>90</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>35</BottomAnchorOffset>

TO:

<BottomAnchorOffset>65</BottomAnchorOffset>


Find:

<Button item = "Raid_DisbandButton">
<ScreenID>Raid_DisbandButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>80</LeftAnchorOffset>
<TopAnchorOffset>60</TopAnchorOffset>
<RightAnchorOffset>150</RightAnchorOffset>
<BottomAnchorOffset>35</BottomAnchorOffset>



CHANGE:

<TopAnchorOffset>60</TopAnchorOffset>

TO:

<TopAnchorOffset>90</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>35</BottomAnchorOffset>

TO:

<BottomAnchorOffset>65</BottomAnchorOffset>


Find:

<Button item = "Raid_AcceptButton">
<ScreenID>Raid_AcceptButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>5</LeftAnchorOffset>
<TopAnchorOffset>60</TopAnchorOffset>
<RightAnchorOffset>75</RightAnchorOffset>
<BottomAnchorOffset>35</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>60</TopAnchorOffset>

TO:

<TopAnchorOffset>90</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>35</BottomAnchorOffset>

TO:

<BottomAnchorOffset>65</BottomAnchorOffset>


Find:

<Button item = "Raid_DeclineButton">
<ScreenID>Raid_DeclineButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>80</LeftAnchorOffset>
<TopAnchorOffset>60</TopAnchorOffset>
<RightAnchorOffset>150</RightAnchorOffset>
<BottomAnchorOffset>35</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>60</TopAnchorOffset>

TO:

<TopAnchorOffset>90</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>35</BottomAnchorOffset>

TO:

<BottomAnchorOffset>65</BottomAnchorOffset>


Find:

<Button item = "Raid_MakeLeaderButton">
<ScreenID>Raid_MakeLeaderButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>155</LeftAnchorOffset>
<TopAnchorOffset>60</TopAnchorOffset>
<RightAnchorOffset>224</RightAnchorOffset>
<BottomAnchorOffset>35</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>60</TopAnchorOffset>

TO:

<TopAnchorOffset>90</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>35</BottomAnchorOffset>

TO:

<BottomAnchorOffset>65</BottomAnchorOffset>


Find:

<Button item = "Raid_AddLooterButton">
<ScreenID>Raid_AddLooterButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>5</LeftAnchorOffset>
<TopAnchorOffset>30</TopAnchorOffset>
<RightAnchorOffset>75</RightAnchorOffset>
<BottomAnchorOffset>5</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>30</TopAnchorOffset>

TO:

<TopAnchorOffset>60</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>5</BottomAnchorOffset>

TO:

<BottomAnchorOffset>35</BottomAnchorOffset>


Find:

<Button item = "Raid_RemoveLooterButton">
<ScreenID>Raid_RemoveLooterButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>80</LeftAnchorOffset>
<TopAnchorOffset>30</TopAnchorOffset>
<RightAnchorOffset>150</RightAnchorOffset>
<BottomAnchorOffset>5</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>30</TopAnchorOffset>

TO:

<TopAnchorOffset>60</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>5</BottomAnchorOffset>

TO:

<BottomAnchorOffset>35</BottomAnchorOffset>


Find:

<Button item = "Raid_OptionsButton">
<ScreenID>Raid_OptionsButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>155</LeftAnchorOffset>
<TopAnchorOffset>30</TopAnchorOffset>
<RightAnchorOffset>220</RightAnchorOffset>
<BottomAnchorOffset>5</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>30</TopAnchorOffset>

TO:

<TopAnchorOffset>60</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>5</BottomAnchorOffset>

TO:

<BottomAnchorOffset>35</BottomAnchorOffset>


Find:

<Button item = "Raid_DumpButton">
<ScreenID>Raid_DumpButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>225</LeftAnchorOffset>
<TopAnchorOffset>30</TopAnchorOffset>
<RightAnchorOffset>295</RightAnchorOffset>
<BottomAnchorOffset>5</BottomAnchorOffset>


CHANGE:

<TopAnchorOffset>30</TopAnchorOffset>

TO:

<TopAnchorOffset>60</TopAnchorOffset>

CHANGE:

<BottomAnchorOffset>5</BottomAnchorOffset>

TO:

<BottomAnchorOffset>35</BottomAnchorOffset>


Find:

<Screen item = "RaidWindow">


Immediately before that line, ADD:

<Button item = "Raid_MainAssistButton">
<ScreenID>Raid_MainAssistButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>5</LeftAnchorOffset>
<TopAnchorOffset>30</TopAnchorOffset>
<RightAnchorOffset>75</RightAnchorOffset>
<BottomAnchorOffset>5</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>true</RightAnchorToLeft>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Toggle the selected member's Delegate Main Assist flag ("A")</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>MainAssist</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>

<Button item = "Raid_MarkNPCButton">
<ScreenID>Raid_MarkNPCButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>80</LeftAnchorOffset>
<TopAnchorOffset>30</TopAnchorOffset>
<RightAnchorOffset>150</RightAnchorOffset>
<BottomAnchorOffset>5</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>true</RightAnchorToLeft>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Toggle the selected member's Delegate Mark NPC flag ("M")</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>MarkNPC</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>

<Button item = "Raid_FindPCButton">
<ScreenID>Raid_FindPCButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>155</LeftAnchorOffset>
<TopAnchorOffset>30</TopAnchorOffset>
<RightAnchorOffset>220</RightAnchorOffset>
<BottomAnchorOffset>5</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>true</RightAnchorToLeft>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Find a path to the selected member</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Find PC</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>


Find:

<Screen item = "RaidWindow">
<ScreenID/>
<RelativePosition>false</RelativePosition>
<Location>
<X>200</X>
<Y>78</Y>
</Location>
<Size>
<CX>335</CX>
<CY>280</CY>
</Size>


CHANGE:

<Location>
<X>200</X>
<Y>78</Y>
</Location>

TO:

<Location>
<X>100</X>
<Y>78</Y>
</Location>

CHANGE:

<Size>
<CX>335</CX>
<CY>280</CY>
</Size>

TO:

<Size>
<CX>423</CX>
<CY>337</CY>
</Size>


Find:

<Pieces>Raid_DumpButton</Pieces>


Immediately after that line, ADD:

<Pieces>Raid_MainAssistButton</Pieces>
<Pieces>Raid_MarkNPCButton</Pieces>
<Pieces>Raid_FindPCButton</Pieces>
Cairenn is offline