Project 1999

Project 1999 (/forums/index.php)
-   Technical Discussion (/forums/forumdisplay.php?f=40)
-   -   Showing Mana with Velious UI (/forums/showthread.php?t=20847)

Lithiumm 11-07-2010 09:53 PM

Showing Mana with Velious UI
 
Does anyone know what I need to do to see a numerical value on my mana when using Velious UI?

MiRo2 11-07-2010 10:51 PM

Current mana level is EQType 124.

This is the code taken from my modded UI

Quote:

<Label item="MNANumberHB">
<ScreenID>MNANumberHBLabel</ScreenID>
<EQType>124</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>106</X>
<Y>168</Y>
</Location>
<Size>
<CX>25</CX>
<CY>15</CY>
</Size>
<TextColor>
<R>52</R>
<G>159</G>
<B>250</B>
</TextColor>
<Text>7000</Text>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
Font, and text color can change based on your preferences. Location and size will depend on where you want it in whatever window you put it in.

You will also need to add it to the Screen block under pieces.

Savok 11-08-2010 06:59 AM

Quote:

Originally Posted by Lithiumm (Post 170244)
Does anyone know what I need to do to see a numerical value on my mana when using Velious UI?

Try this link.


All times are GMT -4. The time now is 03:22 PM.

Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.