View Single Post
Old 09-20-2003, 06:44 PM   #6
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:

<Screen item = "RaidWindow">


Immediately before that, ADD:

<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>
<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>Dump Raid to text file</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Text>Dump</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
</Button>


Find:

<Pieces>Raid_AddLooterButton</Pieces>


Immediately after that, ADD:

<Pieces>Raid_DumpButton</Pieces>
Cairenn is offline   Reply With Quote