View Single Post
Old 08-24-2003, 01:41 PM   #5
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_BankWnd.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

DELETE:

<Label item="BW_SharedBankLabel">
<ScreenID>BW_SharedBankLabel</ScreenID>
<Font>3</Font>
<Text>Shared Bank</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>89</CX>
<CY>16</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>5</X>
<Y>196</Y>
</Location>
</Label>

Find:

<InvSlot item="BW_SharedBankSlot0">

Immediately before that line, ADD:

<Label item="BW_SharedBankLabel">
<ScreenID>BW_SharedBankLabel</ScreenID>
<Font>3</Font>
<Text>Shared Bank</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Size>
<CX>89</CX>
<CY>16</CY>
</Size>
<AlignCenter>true</AlignCenter>
<Location>
<X>5</X>
<Y>294</Y>
</Location>
</Label>



Find:

<InvSlot item="BW_SharedBankSlot0">
<ScreenID>BW_SharedBankSlot0</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>217</Y>
</Location>

CHANGE:
<Location>
<X>11</X>
<Y>217</Y>
</Location>

TO:

<Location>
<X>11</X>
<Y>312</Y>
</Location>

Find:

<InvSlot item="BW_SharedBankSlot1">
<ScreenID>BW_SharedBankSlot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>50</X>
<Y>217</Y>
</Location>

CHANGE:

<Location>
<X>50</X>
<Y>217</Y>
</Location>

TO:

<Location>
<X>50</X>
<Y>312</Y>
</Location>

Find and CHANGE:
<Button item="BW_Money0">
<ScreenID>BW_Money0</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>266</Y>
</Location>
<Size>
<CX>85</CX>
<CY>24</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Drop coins here or click to pick up Platinum</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>60000</Text>

TO:

<Button item="BW_SharedMoney0">
<ScreenID>BW_SharedMoney0</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>354</Y>
</Location>
<Size>
<CX>80</CX>
<CY>24</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Drop coins here or click to pick up Platinum</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>60000</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_RecessedBox</Normal>
<NormalDecal>A_PlatinumCoin</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>2</X>
<Y>2</Y>
</DecalOffset>
<DecalSize>
<CX>18</CX>
<CY>18</CY>
</DecalSize>
</Button>
<Button item="BW_Money0">
<ScreenID>BW_Money0</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>11</X>
<Y>194</Y>
</Location>
<Size>
<CX>80</CX>
<CY>24</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Drop coins here or click to pick up Platinum</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>60000</Text>

Find:

<Button item="BW_Money1">
<ScreenID>BW_Money1</ScreenID>
<!--<Font>3</Font>-->

Delete:

<!--<Font>3</Font>-->

Then CHANGE:

<Location>
<X>7</X>
<Y>290</Y>
</Location>

TO:

<Location>
<X>11</X>
<Y>218</Y>
</Location>

Then CHANGE:

<Size>
<CX>85</CX>
<CY>24</CY>
</Size>

TO:

<Size>
<CX>80</CX>
<CY>24</CY>
</Size>

Next, DELETE:

<!--<RadioGroup/>-->

Then DELETE:

<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->

Find:

<Button item="BW_Money2">
<ScreenID>BW_Money2</ScreenID>
<!--<Font>3</Font>-->

DELETE:

<!--<Font>3</Font>-->

Then CHANGE:

<Location>
<X>7</X>
<Y>314</Y>
</Location>

TO:

<Location>
<X>11</X>
<Y>242</Y>
</Location>

Then CHANGE:

<Size>
<CX>85</CX>
<CY>24</CY>
</Size>

TO:

<Size>
<CX>80</CX>
<CY>24</CY>
</Size>

Then DELETE:

<!--<RadioGroup/>-->

Next DELETE:

<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->

Find:

<Button item="BW_Money3">
<ScreenID>BW_Money3</ScreenID>
<!--<Font>3</Font>-->

DELETE:

<!--<Font>3</Font>-->

CHANGE:

<Location>
<X>7</X>
<Y>338</Y>
</Location>

TO:

<Location>
<X>11</X>
<Y>266</Y>
</Location>

CHANGE:

<Size>
<CX>85</CX>
<CY>24</CY>
</Size>

TO:

<Size>
<CX>80</CX>
<CY>24</CY>
</Size>

DELETE:

<!--<RadioGroup/>-->

DELETE:

<!--
<SoundPressed/>
<SoundUp/>
<SoundFlyby/>
-->

Find:

<Button item="BW_DoneButton">
<ScreenID>DoneButton</ScreenID>
<!--<Font>3</Font>-->

DELETE:

<!--<Font>3</Font>-->

CHANGE:

<Location>
<X>25</X>
<Y>369</Y>
</Location>

TO:

<Location>
<X>25</X>
<Y>382</Y>
</Location>

DELETE:

<!--<TooltipReference/>-->

DELETE:

<!--<RadioGroup/>-->

Find:

<Screen item="BankWnd">
<!--<ScreenID/>-->
<!--<Font/>-->

DELETE:

<!--<ScreenID/>-->
<!--<Font/>-->

CHANGE:

<Size>
<CX>108</CX>
<CY>420</CY>
</Size>

TO:

<Size>
<CX>108</CX>
<CY>432</CY>
</Size>

Find:

<Pieces>BW_SharedBankSlot1</Pieces>

ADD:

<Pieces>BW_SharedMoney0</Pieces>
Cairenn is offline