EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Patch fix archive (http://www.eqinterface.com/forums/forumdisplay.php?f=43)
-   -   14 Sept 04 - UI Changes (OoW) (http://www.eqinterface.com/forums/showthread.php?t=15121)

Dolby 09-13-2004 10:38 PM

14 Sept 04 - UI Changes (OoW)
 
Disclaimer: As always, this is a comparision of the new default files to the previous default files. Sizes and locations are specific to those files, and may need to be adjusted to "fit" in your custom files appropriately.

The following files have been added and are new:
Bran-spankin New!

dragitem28.tga
dragitem29.tga

EQUI_AdvancedDisplayOptionsWnd.xml
EQUI_GuildTributeMasterWnd.xml
EQUI_TaskSelectWnd.xml
EQUI_TaskWnd.xml
EQUI_TitleWnd.xml
EQUI_VoiceMacroWnd.xml


Files changed with this patch:

dragitem27.tga
EQUI.xml
EQUI_AAWindow.xml
EQUI_Animations.xml
EQUI_BuffWindow.xml
EQUI_CastSpellWnd.xml
EQUI_GuildManagementWnd.xml
EQUI_OptionsWindow.xml
EQUI_TributeBenefitWnd.xml


(Click on the File Name link to go to the post detailing the changes to that specific file.)

Dolby 09-13-2004 10:43 PM

dragitem27.tga
 
1 Attachment(s)
IF you have a custom dragitem27.tga file, open using a graphics editor (Adobe Photoshop, Jasc Paintshop Pro, Gimp, etc.) and make the changes shown in the graphic:

More then likely you do not have a custom dragitem27.tga and if you do it would be best just to delete it and make your modifications to the new version.

Anyways this following image explains what changed:

Must be logged in to see image.

Dolby 09-13-2004 10:46 PM

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

Find:
Code:
<Include>EQUI_TicketCommentWindow.xml</Include>


Immediately below that line, INSERT:
Code:
<Include>EQUI_GuildTributeMasterWnd.xml</Include> <Include>EQUI_TaskWnd.xml</Include> <Include>EQUI_TaskSelectWnd.xml</Include> <Include>EQUI_AdvancedDisplayOptionsWnd.xml</Include> <Include>EQUI_TitleWnd.xml</Include> <Include>EQUI_VoiceMacroWnd.xml</Include>

Dolby 09-13-2004 10:50 PM

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

Find:
Code:
<TabBox item = "AAW_Subwindows">

Immediately above that line, INSERT:
This code box scrolls! Make sure that you select all the hidden code.
Code:
<Listbox item = "AAW_List7"> <ScreenID>List7</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_Border>true</Style_Border> <Style_VScroll>true</Style_VScroll> <Columns> <Width>210</Width> <Heading>Title</Heading> </Columns> <Columns> <Width>70</Width> <Heading>Cur/Max</Heading> </Columns> <Columns> <Width>40</Width> <Heading>Cost</Heading> </Columns> </Listbox> <Page item = "AAW_Page7"> <ScreenID>Page7</ScreenID> <RelativePosition>true</RelativePosition> <!-- Pages are sized and positioned by their parent tab --> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Def</DrawTemplate> <TabText>Omens</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>AAW_List7</Pieces> </Page>


Find:
Code:
<Pages>AAW_Page6</Pages>

Immediately below that line, INSERT:
Code:
<Pages>AAW_Page7</Pages>

Dolby 09-13-2004 10:54 PM

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

Find:
Code:
<TextureInfo item = "cleric01.tga">

Immediately above that line, INSERT:
Code:
<TextureInfo item = "dragitem28.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo> <TextureInfo item = "dragitem29.tga"> <Size> <CX>256</CX> <CY>256</CY> </Size> </TextureInfo>


Find:
Code:
</Ui2DAnimation> <!-- Default Tab Frame --> <Ui2DAnimation item = "A_TabBottomLeft">

Immediately above those lines, INSERT:
This code box scrolls! Make sure that you select all the hidden code.
Code:
<Frames> <Texture>dragitem28.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> <Frames> <Texture>dragitem29.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames>

Dolby 09-13-2004 10:58 PM

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

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

Immediately above that line, INSERT:
This code box scrolls! Make sure that you select all the hidden code.
Code:
<Button item = "BW_Buff15_Button"> <ScreenID>Buff15</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>3</Y> </Location> <Size> <CX>44</CX> <CY>44</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/> --> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/> --> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!-- <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>2</X> <Y>2</Y> </DecalOffset> <DecalSize> <CX>40</CX> <CY>40</CY> </DecalSize> </Button> <Button item = "BW_Buff16_Button"> <ScreenID>Buff16</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>3</Y> </Location> <Size> <CX>44</CX> <CY>44</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/> --> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/> --> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!-- <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>2</X> <Y>2</Y> </DecalOffset> <DecalSize> <CX>40</CX> <CY>40</CY> </DecalSize> </Button> <Button item = "BW_Buff17_Button"> <ScreenID>Buff17</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>3</Y> </Location> <Size> <CX>44</CX> <CY>44</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/> --> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/> --> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!-- <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>2</X> <Y>2</Y> </DecalOffset> <DecalSize> <CX>40</CX> <CY>40</CY> </DecalSize> </Button> <Button item = "BW_Buff18_Button"> <ScreenID>Buff18</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>3</Y> </Location> <Size> <CX>44</CX> <CY>44</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/> --> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/> --> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!-- <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>2</X> <Y>2</Y> </DecalOffset> <DecalSize> <CX>40</CX> <CY>40</CY> </DecalSize> </Button> <Button item = "BW_Buff19_Button"> <ScreenID>Buff19</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>3</X> <Y>3</Y> </Location> <Size> <CX>44</CX> <CY>44</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/> --> <Style_Checkbox>false</Style_Checkbox> <!--<RadioGroup/> --> <ButtonDrawTemplate> <Normal>BlueIconBackground</Normal> <NormalDecal>BuffIcons</NormalDecal> </ButtonDrawTemplate> <!-- <SoundPressed/> <SoundUp/> <SoundFlyby/> --> <DecalOffset> <X>2</X> <Y>2</Y> </DecalOffset> <DecalSize> <CX>40</CX> <CY>40</CY> </DecalSize> </Button>


Find:
Code:
<Pieces>BW_Buff14_Button</Pieces>

Immediately below that line, INSERT:
Code:
<Pieces>BW_Buff15_Button</Pieces> <Pieces>BW_Buff16_Button</Pieces> <Pieces>BW_Buff17_Button</Pieces> <Pieces>BW_Buff18_Button</Pieces> <Pieces>BW_Buff19_Button</Pieces>

Dolby 09-13-2004 11:06 PM

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

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

Immediately above that line, INSERT:
Code:
<SpellGem item = "CSPW_Spell8"> <ScreenID>CSPW_Spell8</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>1</X> <Y>264</Y> </Location> <Size> <CX>40</CX> <CY>32</CY> </Size> <SpellGemDrawTemplate> <Holder>A_SpellGemHolder</Holder> <Background>A_SpellGemBackground</Background> <Highlight>A_SpellGemHighlight</Highlight> </SpellGemDrawTemplate> <SpellIconOffsetX>8</SpellIconOffsetX> <SpellIconOffsetY>4</SpellIconOffsetY> </SpellGem>


Find:
Code:
<Button item = "CSPW_SpellBook"> <ScreenID>CSPW_SpellBook</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>9</X> <Y>271</Y> </Location> <Size> <CX>22</CX> <CY>22</CY> </Size> <Style_Transparent>false</Style_Transparent> <TooltipReference>Opens and closes Your Spellbook</TooltipReference> <Style_Checkbox>true</Style_Checkbox> <!--<RadioGroup/>--> <ButtonDrawTemplate> <Normal>A_BookBtnNormal</Normal> <Pressed>A_BookBtnPressed</Pressed> <Flyby>A_BookBtnFlyby</Flyby> <Disabled>A_BookBtnDisabled</Disabled> <PressedFlyby>A_BookBtnPressedFlyby</PressedFlyby> </ButtonDrawTemplate> </Button>

Then where:
Code:
<Location> <X>9</X> <Y>271</Y> </Location>

REPLACE That with:
Code:
<Location> <X>9</X> <Y>304</Y> </Location>


Find:
Code:
<Screen item = "CastSpellWnd"> <!--<ScreenID/>--> <!--<Font/>--> <RelativePosition>false</RelativePosition> <Location> <X>0</X> <Y>25</Y> </Location> <Size> <CX>50</CX> <CY>315</CY> </Size> <Text>Spells</Text>

Then where:
Code:
<Size> <CX>50</CX> <CY>315</CY> </Size>

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


Find:
Code:
<Pieces>CSPW_Spell7</Pieces>

Immediately below that line, INSERT:
Code:
<Pieces>CSPW_Spell8</Pieces>

Dolby 09-13-2004 11:09 PM

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

Find:
Code:
<TabBox item = "GT_Subwindows">


Immediately above that line, INSERT:
This code box scrolls! Make sure that you select all the hidden code.
Code:
<Listbox item = "GT_TributeList"> <ScreenID>TributeList</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <TooltipReference>List of Guild members.</TooltipReference> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>4</LeftAnchorOffset> <TopAnchorOffset>4</TopAnchorOffset> <RightAnchorOffset>4</RightAnchorOffset> <BottomAnchorOffset>28</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>100</Width> <Heading>Name</Heading> </Columns> <Columns> <Width>45</Width> <Heading>Status</Heading> </Columns> <Columns> <Width>70</Width> <Heading>Donations</Heading> </Columns> <Columns> <Width>130</Width> <Heading>Last Donation</Heading> </Columns> </Listbox> <Button item = "GT_OptOutButton"> <ScreenID>OptOutButton</ScreenID> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>4</LeftAnchorOffset> <TopAnchorOffset>24</TopAnchorOffset> <RightAnchorOffset>64</RightAnchorOffset> <BottomAnchorOffset>2</BottomAnchorOffset> <TopAnchorToTop>false</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>true</RightAnchorToLeft> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Text>Opt Out</Text> <TooltipReference>Press this button to opt out of Guild Tribute benefits.</TooltipReference> <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 = "GT_TributePoolLabel"> <ScreenID/> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>160</LeftAnchorOffset> <TopAnchorOffset>22</TopAnchorOffset> <RightAnchorOffset>74</RightAnchorOffset> <BottomAnchorOffset>2</BottomAnchorOffset> <TopAnchorToTop>false</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <Text>Tribute Points:</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item = "GT_TributePool"> <ScreenID>TributePool</ScreenID>> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>70</LeftAnchorOffset> <TopAnchorOffset>22</TopAnchorOffset> <RightAnchorOffset>4</RightAnchorOffset> <BottomAnchorOffset>2</BottomAnchorOffset> <TopAnchorToTop>false</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <EQType>122</EQType> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>false</AlignRight> </Label> <Page item = "GT_TributePage"> <ScreenID>TributePage</ScreenID> <RelativePosition>false</RelativePosition> <DrawTemplate>WDT_Def</DrawTemplate> <TabText>Tribute</TabText> <TabTextColor> <R>255</R> <G>255</G> <B>255</B> </TabTextColor> <TabTextActiveColor> <R>255</R> <G>255</G> <B>0</B> </TabTextActiveColor> <Pieces>GT_TributeList</Pieces> <Pieces>GT_OptOutButton</Pieces> <Pieces>GT_TributePoolLabel</Pieces> <Pieces>GT_TributePool</Pieces> <Style_Sizable>true</Style_Sizable> </Page>


Find:
Code:
<Pages>GT_NotePage</Pages>


Immediately below that line, INSERT:
Code:
<Pages>GT_TributePage</Pages>

Dolby 09-13-2004 11:12 PM

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

Find:
Code:
<!-- Display options page --> <Page item = "OptionsDisplayPage">


Immediately below that line, INSERT:
Code:
<!-- Advanced Display Options --> <Button item = "ODP_AdvancedButton"> <ScreenID>ODP_AdvancedButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>190</X> <Y>350</Y> </Location> <Size> <CX>150</CX> <CY>20</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <Text>Advanced</Text> <TooltipReference>Pop up the advanced display options window.</TooltipReference> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <ButtonDrawTemplate> <Normal>A_BtnNormal</Normal> <Pressed>A_BtnPressed</Pressed> <Flyby>A_BtnFlyby</Flyby> <Disabled>A_BtnDisabled</Disabled> <PressedFlyby>A_BtnPressedFlyby</PressedFlyby> </ButtonDrawTemplate> </Button>


Find:
Code:
<Pieces>ODP_ParticlesLabel</Pieces>


Immediately below that line, INSERT:
Code:
<Pieces>ODP_AdvancedButton</Pieces>

Dolby 09-13-2004 11:28 PM

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.


All times are GMT -5. The time now is 04:43 PM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.