View Single Post
Old 07-15-2004, 05:22 PM   #1
Kudane
Co-Founder
 
Kudane's Avatar
 
Join Date: Jul 2002
Server: Xegony
Posts: 2,145
Interface Author - Click to view interfaces
Default 15 July 04 Patch Changes

After pointing out to SOE that they had forgotten to code the new mana numbers into the default UI, they have patched it in today..

EQUI_PlayerWindow.xml
To change do a FIND for:
<Label item ="IW_HP">

hightlight everything down to
<Label item ="IW_AC">

and replace with

<ScreenID>HPLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>8</X>
<Y>50</Y>
</Location>
<Size>
<CX>64</CX>
<CY>14</CY>
</Size>
<Text>HP</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="IW_CurrentHP">
<ScreenID>HPNumberLabel</ScreenID>
<EQType>17</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>40</X>
<Y>50</Y>
</Location>
<Size>
<CX>35</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item ="IW_HPDivider">
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>78</X>
<Y>50</Y>
</Location>
<Size>
<CX>8</CX>
<CY>14</CY>
</Size>
<Text>/</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="IW_MaxHP">
<EQType>18</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>83</X>
<Y>50</Y>
</Location>
<Size>
<CX>37</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>

<Label item ="IW_MANA">
<ScreenID>MANALabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>8</X>
<Y>64</Y>
</Location>
<Size>
<CX>64</CX>
<CY>14</CY>
</Size>
<Text>MANA</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="IW_CurrentMANA">
<ScreenID>MANANumberLabel</ScreenID>
<EQType>124</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>40</X>
<Y>64</Y>
</Location>
<Size>
<CX>35</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item ="IW_MANADivider">
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>78</X>
<Y>64</Y>
</Location>
<Size>
<CX>8</CX>
<CY>14</CY>
</Size>
<Text>/</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="IW_MaxMANA">
<EQType>125</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>83</X>
<Y>64</Y>
</Location>
<Size>
<CX>37</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>

<Label item ="IW_ENDR">
<ScreenID>ENDRLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>8</X>
<Y>78</Y>
</Location>
<Size>
<CX>64</CX>
<CY>14</CY>
</Size>
<Text>ENDR</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="IW_CurrentENDR">
<ScreenID>ENDRNumberLabel</ScreenID>
<EQType>126</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>40</X>
<Y>78</Y>
</Location>
<Size>
<CX>35</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item ="IW_ENDRDivider">
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>78</X>
<Y>78</Y>
</Location>
<Size>
<CX>8</CX>
<CY>14</CY>
</Size>
<Text>/</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="IW_MaxENDR">
<EQType>127</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>83</X>
<Y>78</Y>
</Location>
<Size>
<CX>37</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>


And at the bottom find <Pieces>IW_Deity</Pieces> and add this directly below it:

<Pieces>IW_HP</Pieces>
<Pieces>IW_CurrentHP</Pieces>
<Pieces>IW_MaxHP</Pieces>
<Pieces>IW_HPDivider</Pieces>
<Pieces>IW_MANA</Pieces>
<Pieces>IW_CurrentMANA</Pieces>
<Pieces>IW_MaxMANA</Pieces>
<Pieces>IW_MANADivider</Pieces>
<Pieces>IW_ENDR</Pieces>
<Pieces>IW_CurrentENDR</Pieces>
<Pieces>IW_MaxENDR</Pieces>
<Pieces>IW_ENDRDivider</Pieces>


They have also added an ENDURANCE numerical value on the default UI.
__________________


.: Have a question? Read this :.
[ F.A.Q ]
Kudane is offline