EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Help ! ? ! ? (http://www.eqinterface.com/forums/forumdisplay.php?f=16)
-   -   % exp bar wont work =I (http://www.eqinterface.com/forums/showthread.php?t=11957)

Lenanu 01-03-2004 06:45 AM

% exp bar wont work =I
 
Heyaz, I downloaded the % exp bar some days ago from here, downloaded, unzipped putted them in a map called exp inside the UIfiles map, then I went to EQ and loaded it but it didnt work :( anyone know what I can do to get it to work ?

Inokis 01-03-2004 08:11 AM

This was made to work inside a group window hence GW. To get it to work in other windows you will have to edit that label item for the specific window:

<Label item = "GW_Player_EXPLabel">
<ScreenID>EXPLabel</ScreenID>
<EQType>26</EQType>
<RelativePosition>true</RelativePosition>
<Location>
<X>30</X>
<Y>91</Y>
</Location>
<Size>
<CX>60</CX>
<CY>12</CY>
</Size>
<Text>123456</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item = "GW_Player_EXPPercLabel">
<ScreenID>EXPPerLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>90</X>
<Y>91</Y>
</Location>
<Size>
<CX>16</CX>
<CY>12</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>

<Pieces>GW_Player_EXPLabel</Pieces>
<Pieces>GW_Player_EXPPercLabel</Pieces>


All times are GMT -5. The time now is 05:30 PM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.