View Single Post
Old 09-20-2004, 09:09 PM   #3
CVamian
Enhanced Imperial Golem
 
CVamian's Avatar
 
Join Date: Sep 2002
Server: Mithaniel Marr
Posts: 204
Interface Author - Click to view interfaces
Default

I see it here:

<Label item ="GW_HPLabel1">
<ScreenID>HPLabel1</ScreenID>
<EQType>35</EQType>
<RelativePosition>true</RelativePosition>
<Location>
<X>3</X>
<Y>14</Y>
</Location>
<Size>
<CX>60</CX>
<CY>12</CY>
</Size>
<Text>Playername123456</Text>
<TextColor>
<R>240</R>
<G>140</G>
<B>200</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

But shows as: 35 = Group Member 1 Health Pecentage

So I would change the # from 35 to 30 to correspond:
30 = Group Member 1 Name
?

In the bottom it has:
<Pieces>GW_HPLabel1</Pieces>
<Pieces>GW_HPPercLabel1</Pieces>
<Pieces>GW_HPLabel2</Pieces>
<Pieces>GW_HPPercLabel2</Pieces>
<Pieces>GW_HPLabel3</Pieces>
<Pieces>GW_HPPercLabel3</Pieces>
<Pieces>GW_HPLabel4</Pieces>
<Pieces>GW_HPPercLabel4</Pieces>
<Pieces>GW_HPLabel5</Pieces>
<Pieces>GW_HPPercLabel5</Pieces>


If I did that change wouldn't completely disrupt this to represent the 0%s from the patch prior?

As those were included to show 100 then % for the new group bars earlier; what I am asking if I changed the eqtype to Names instead of % wouldn't it mess it up ?
CVamian is offline   Reply With Quote