View Single Post
Old 08-05-2002, 01:07 PM   #6
Vanje
A Snow Cougar
 
Join Date: Jul 2002
Posts: 43
Default

Ok, for the file: EQUI_PlayerWindow.xml (You'll need to adjust the X,Y values)


PHP Code:
 Place the following code somewhere above:     <Screen item "PlayerWindow">

________________________________________________


<Label item ="PW_HPLabel">
        <
Font>2</Font>
        <
RelativePosition>true</RelativePosition>
        <
Location>
            <
X>3</X>
            <
Y>1</Y>
        </
Location>
        <
Size>
            <
CX>21</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 ="PW_CurrentHP">
        <
ScreenID>HPNumberLabel</ScreenID>
        <
EQType>17</EQType>
        <
Font>2</Font>
        <
RelativePosition>true</RelativePosition>
        <
Location>
            <
X>10</X>
            <
Y>1</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 ="PW_HPDivider">
        <
Font>2</Font>
        <
RelativePosition>true</RelativePosition>
        <
Location>
            <
X>48</X>
            <
Y>1</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 ="PW_MaxHP">
        <
EQType>18</EQType>
        <
Font>2</Font>
        <
RelativePosition>true</RelativePosition>
        <
Location>
            <
X>53</X>
            <
Y>1</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 ="PW_AC">
        <
ScreenID>ACLabel</ScreenID>
        <
Font>2</Font>
        <
RelativePosition>true</RelativePosition>
        <
Location>
            <
X>91</X>
            <
Y>1</Y>
        </
Location>
        <
Size>
            <
CX>21</CX>
            <
CY>14</CY>
        </
Size>
        <
Text>AC</Text>
        <
TextColor>
                <
R>255</R>
                <
G>255</G>
                <
B>255</B>
        </
TextColor>
        <
NoWrap>true</NoWrap>
        <
AlignCenter>false</AlignCenter>
        <
AlignRight>false</AlignRight>
    </
Label>
    <
Label item ="PW_ACNumber">
        <
ScreenID>ACNumberLabel</ScreenID>
        <
EQType>22</EQType>
        <
Font>2</Font>
        <
RelativePosition>true</RelativePosition>
        <
Location>
            <
X>112</X>
            <
Y>1</Y>
        </
Location>
        <
Size>
            <
CX>27</CX>
            <
CY>14</CY>
        </
Size>
        <
Text>0</Text>
        <
TextColor>
                <
R>255</R>
                <
G>255</G>
                <
B>255</B>
        </
TextColor>
        <
NoWrap>true</NoWrap>
        <
AlignCenter>true</AlignCenter>
        <
AlignRight>false</AlignRight>
    </
Label




PHP Code:
 Place the following code at the bottom of the file:

____________________________________________

<Pieces>PW_HPLabel</Pieces>
        <
Pieces>PW_CurrentHP</Pieces>
        <
Pieces>PW_HPDivider</Pieces>
        <
Pieces>PW_MaxHP</Pieces>
        <
Pieces>PW_AC</Pieces>
        <
Pieces>PW_ACNumber</Pieces



I'm not sure I can sufficiently explain how to change the inventory items out.
Vanje is offline   Reply With Quote