View Single Post
Old 09-13-2004, 11:28 PM   #10
Dolby
Lord Dolby of Veeshan
 
Dolby's Avatar
 
Join Date: Jul 2002
Server: Veeshan
Posts: 2,397
Default EQUI_TributeBenefitWnd.xml

IF you have a custom EQUI_TributeBenefitWnd.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:
Code:
<Label item ="TBW_TimeText">

REPLACE With:
Code:
<Label item ="TBWP_TimeText">


Find:
Code:
<Label item ="TBW_TimeLabel">

REPLACE With:
Code:
<Label item ="TBWP_TimeLabel">


Find:
Code:
<Label item ="TBW_CostText">

REPLACE With:
Code:
<Label item ="TBWP_CostText">


Find:
Code:
<Label item ="TBW_CostLabel">

REPLACE With:
Code:
<Label item ="TBWP_CostLabel">


Find:
Code:
<Label item ="TBW_CurrentText">

REPLACE With:
Code:
<Label item ="TBWP_CurrentText">


Find:
Code:
<Label item ="TBW_CurrentLabel">

REPLACE With:
Code:
<Label item ="TBWP_CurrentLabel">


Find:
Code:
<Label item ="TBW_TotalText">

REPLACE With:
Code:
<Label item ="TBWP_TotalText">


Find:
Code:
<Label item ="TBW_TotalLabel">

REPLACE With:
Code:
<Label item ="TBWP_TotalLabel">


Find:
Code:
<Screen item = "TBW_LabelWnd">

REPLACE With:
Code:
<Screen item = "TBWP_LabelWnd">


Find:
Code:
<Pieces>TBW_CostText</Pieces> <Pieces>TBW_CostLabel</Pieces> <Pieces>TBW_TimeText</Pieces> <Pieces>TBW_TimeLabel</Pieces> <Pieces>TBW_CurrentText</Pieces> <Pieces>TBW_CurrentLabel</Pieces> <Pieces>TBW_TotalText</Pieces> <Pieces>TBW_TotalLabel</Pieces>

REPLACE With:
Code:
<Pieces>TBWP_CostText</Pieces> <Pieces>TBWP_CostLabel</Pieces> <Pieces>TBWP_TimeText</Pieces> <Pieces>TBWP_TimeLabel</Pieces> <Pieces>TBWP_CurrentText</Pieces> <Pieces>TBWP_CurrentLabel</Pieces> <Pieces>TBWP_TotalText</Pieces> <Pieces>TBWP_TotalLabel</Pieces>


Find:
Code:
<Listbox item = "TBW_ActiveBenefitList">

REPLACE With:
Code:
<Listbox item = "TBWP_ActiveBenefitList">


Find:
Code:
<STMLbox item = "TBW_Description">

REPLACE With:
Code:
<STMLbox item = "TBWP_Description">


Find:
Code:
<VerticalLayoutBox item = "TBW_Layout">

REPLACE With:
Code:
<VerticalLayoutBox item = "TBWP_Layout">


Find:
Code:
<Pieces>TBW_ActiveBenefitList</Pieces> <Pieces>TBW_Description</Pieces>

REPLACE With:
Code:
<Pieces>TBWP_ActiveBenefitList</Pieces> <Pieces>TBWP_Description</Pieces>


Find:
Code:
<Button item = "TBW_DowngradeButton">

REPLACE With:
Code:
<Button item = "TBWP_DowngradeButton">


Find:
Code:
<Screen item = "TributeBenefitWnd">

Immediately above that line, INSERT:
This code box scrolls! Make sure that you select all the hidden code.
Code:
<Page item = "TBW_PersonalPage"> <ScreenID>PersonalPage</ScreenID> <RelativePosition>false</RelativePosition> <DrawTemplate>WDT_Def</DrawTemplate> <TabText>Personal</TabText> <TabTextColor> <R>255</R> <G>255</G> <B>255</B> </TabTextColor> <TabTextActiveColor> <R>255</R> <G>255</G> <B>0</B> </TabTextActiveColor> <Style_Sizable>true</Style_Sizable> <Pieces>Screen:TBWP_LabelWnd</Pieces> <Pieces>Button:TBWP_DowngradeButton</Pieces> <Pieces>VerticalLayoutBox:TBWP_Layout</Pieces> </Page> <Label item ="TBWG_GuildStatusText"> <ScreenID/> <Font>4</Font> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>0</LeftAnchorOffset> <TopAnchorOffset>0</TopAnchorOffset> <RightAnchorOffset>60</RightAnchorOffset> <BottomAnchorOffset>24</BottomAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <TopAnchorToTop>true</TopAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <BottomAnchorToTop>true</BottomAnchorToTop> <Text>Opted In?</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="TBWG_GuildStatusLabel"> <ScreenID>GuildStatusLabel</ScreenID> <Font>4</Font> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>60</LeftAnchorOffset> <TopAnchorOffset>0</TopAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <BottomAnchorOffset>24</BottomAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <TopAnchorToTop>true</TopAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <BottomAnchorToTop>true</BottomAnchorToTop> <Text>No</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="TBWG_GuildPoolText"> <ScreenID/> <Font>4</Font> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>0</LeftAnchorOffset> <TopAnchorOffset>25</TopAnchorOffset> <RightAnchorOffset>60</RightAnchorOffset> <BottomAnchorOffset>49</BottomAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <TopAnchorToTop>true</TopAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <BottomAnchorToTop>true</BottomAnchorToTop> <Text>Guild Points:</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="TBWG_GuildPoolLabel"> <ScreenID>GuildPoolLabel</ScreenID> <Font>4</Font> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>60</LeftAnchorOffset> <TopAnchorOffset>25</TopAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <BottomAnchorOffset>49</BottomAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <TopAnchorToTop>true</TopAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <BottomAnchorToTop>true</BottomAnchorToTop> <EQType>122</EQType> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="TBWG_GuildTimerText"> <ScreenID/> <Font>4</Font> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>0</LeftAnchorOffset> <TopAnchorOffset>50</TopAnchorOffset> <RightAnchorOffset>60</RightAnchorOffset> <BottomAnchorOffset>74</BottomAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <TopAnchorToTop>true</TopAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <BottomAnchorToTop>true</BottomAnchorToTop> <Text>Time Left:</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="TBWG_GuildTimerLabel"> <ScreenID>GuildTimerLabel</ScreenID> <Font>4</Font> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>60</LeftAnchorOffset> <TopAnchorOffset>50</TopAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <BottomAnchorOffset>74</BottomAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <TopAnchorToTop>true</TopAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <BottomAnchorToTop>true</BottomAnchorToTop> <EQType>121</EQType> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="TBWG_GuildPaymentText"> <ScreenID/> <Font>4</Font> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>0</LeftAnchorOffset> <TopAnchorOffset>75</TopAnchorOffset> <RightAnchorOffset>60</RightAnchorOffset> <BottomAnchorOffset>99</BottomAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <TopAnchorToTop>true</TopAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <BottomAnchorToTop>true</BottomAnchorToTop> <Text>Current Cost:</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="TBWG_GuildPaymentLabel"> <ScreenID>GuildPaymentLabel</ScreenID> <Font>4</Font> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>60</LeftAnchorOffset> <TopAnchorOffset>75</TopAnchorOffset> <RightAnchorOffset>0</RightAnchorOffset> <BottomAnchorOffset>99</BottomAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <TopAnchorToTop>true</TopAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <BottomAnchorToTop>true</BottomAnchorToTop> <EQType>123</EQType> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>false</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>false</AlignRight> </Label> <Screen item = "TBWG_LabelWnd"> <ScreenID>GuildLabelWnd</ScreenID> <!--<Font/>--> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>20</LeftAnchorOffset> <TopAnchorOffset>100</TopAnchorOffset> <RightAnchorOffset>20</RightAnchorOffset> <BottomAnchorOffset>0</BottomAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <TopAnchorToTop>false</TopAnchorToTop> <RightAnchorToLeft>false</RightAnchorToLeft> <BottomAnchorToTop>false</BottomAnchorToTop> <Style_VScroll>false</Style_VScroll> <Style_Transparent>true</Style_Transparent> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>false</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>TBWG_GuildStatusText</Pieces> <Pieces>TBWG_GuildStatusLabel</Pieces> <Pieces>TBWG_GuildPoolText</Pieces> <Pieces>TBWG_GuildPoolLabel</Pieces> <Pieces>TBWG_GuildTimerText</Pieces> <Pieces>TBWG_GuildTimerLabel</Pieces> <Pieces>TBWG_GuildPaymentText</Pieces> <Pieces>TBWG_GuildPaymentLabel</Pieces> </Screen> <Listbox item = "TBWG_GuildBenefitList"> <ScreenID>GuildBenefitList</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>200</CX> <CY>100</CY> </Size> <Columns> <Width>120</Width> <Heading>Benefit Name</Heading> </Columns> <Columns> <Width>30</Width> <Heading>Tier</Heading> </Columns> <Columns> <Width>50</Width> <Heading>Cost</Heading> </Columns> <Style_Border>true</Style_Border> <Style_VScroll>true</Style_VScroll> </Listbox> <STMLbox item = "TBWG_Description"> <ScreenID>GuildDescription</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <RelativePosition>true</RelativePosition> <Style_VScroll>true</Style_VScroll> <Style_Transparent>false</Style_Transparent> <Location> <X>0</X> <Y>103</Y> </Location> <Size> <CX>200</CX> <CY>80</CY> </Size> <Style_Border>true</Style_Border> <Text>Description Area</Text> </STMLbox> <VerticalLayoutBox item = "TBWG_Layout"> <ScreenID>GuildLayout</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>2</LeftAnchorOffset> <TopAnchorOffset>2</TopAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <BottomAnchorOffset>126</BottomAnchorOffset> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <Spacing>4</Spacing> <Style_Border>false</Style_Border> <Style_VScroll>false</Style_VScroll> <Style_Transparent>true</Style_Transparent> <Pieces>TBWG_GuildBenefitList</Pieces> <Pieces>TBWG_Description</Pieces> </VerticalLayoutBox> <Button item = "TBWG_OptOutButton"> <ScreenID>OptOutButton</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>10</LeftAnchorOffset> <TopAnchorOffset>124</TopAnchorOffset> <RightAnchorOffset>90</RightAnchorOffset> <BottomAnchorOffset>102</BottomAnchorOffset> <TopAnchorToTop>false</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>true</RightAnchorToLeft> <Style_Transparent>false</Style_Transparent> <TooltipReference>Click this button to stop participating in Guild Tribute Benefits.</TooltipReference> <Style_Checkbox>false</Style_Checkbox> <Text>Opt Out</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 = "TBWG_ActivateButton"> <ScreenID>ActivateButton</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>90</LeftAnchorOffset> <TopAnchorOffset>124</TopAnchorOffset> <RightAnchorOffset>10</RightAnchorOffset> <BottomAnchorOffset>102</BottomAnchorOffset> <TopAnchorToTop>false</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_Transparent>false</Style_Transparent> <TooltipReference>Click this button to Activate/Deactivate Guild Tribute Benefits (Officer and up).</TooltipReference> <Style_Checkbox>false</Style_Checkbox> <Text>Activate</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> <Page item = "TBW_GuildPage"> <ScreenID>GuildPage</ScreenID> <RelativePosition>false</RelativePosition> <DrawTemplate>WDT_Def</DrawTemplate> <TabText>Guild</TabText> <TabTextColor> <R>255</R> <G>255</G> <B>255</B> </TabTextColor> <TabTextActiveColor> <R>255</R> <G>255</G> <B>0</B> </TabTextActiveColor> <Style_Sizable>true</Style_Sizable> <Pieces>Screen:TBWG_LabelWnd</Pieces> <Pieces>Button:TBWG_OptOutButton</Pieces> <Pieces>Button:TBWG_ActivateButton</Pieces> <Pieces>VerticalLayoutBox:TBWG_Layout</Pieces> </Page> <TabBox item = "TBW_Subwindows"> <ScreenID>Subwindows</ScreenID> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>2</LeftAnchorOffset> <TopAnchorOffset>2</TopAnchorOffset> <RightAnchorOffset>2</RightAnchorOffset> <BottomAnchorOffset>2</BottomAnchorOffset> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TabBorderTemplate>FT_DefTabBorder</TabBorderTemplate> <PageBorderTemplate>FT_DefPageBorder</PageBorderTemplate> <Pages>TBW_PersonalPage</Pages> <Pages>TBW_GuildPage</Pages> </TabBox>


Find:
Code:
<Screen item = "TributeBenefitWnd"> <!--<ScreenID/>--> <!--<Font/>--> <RelativePosition>false</RelativePosition> <Location> <X>20</X> <Y>25</Y> </Location> <Size> <CX>220</CX> <CY>300</CY> </Size>

Then where:
Code:
<Size> <CX>220</CX> <CY>300</CY> </Size>

REPLACE That with:
Code:
<Size> <CX>230</CX> <CY>340</CY> </Size>


Find:
Code:
<Pieces>TBW_LabelWnd</Pieces> <Pieces>TBW_DowngradeButton</Pieces> <Pieces>TBW_Layout</Pieces>

REPLACE With:
Code:
<Pieces>TBW_Subwindows</Pieces>


Find:
Code:
A Soda (or beer if 21)

THEN:
Code:
Take a break and drink it.
Dolby is offline