PDA

View Full Version : Adding numbers to mana bar?


Lovely
11-01-2011, 02:31 PM
Is it possible to add numbers to your mana/hp bar without downloading a whole UI package? It's the only thing I wanna change. It's really annoying to sit with your inventory up 24/7 when playing a mana user.

dcapotos
11-01-2011, 02:33 PM
Is it possible to add numbers to your mana/hp bar without downloading a whole UI package? It's the only thing I wanna change. It's really annoying to sit with your inventory up 24/7 when playing a mana user.

Welcome to classic EQ

Extunarian
11-01-2011, 02:55 PM
I have never tried to put something together piecemeal, but I'm sure it is possible.

I would recommend just getting a new UI that has the features, look and feel that you want, and save yourself some trouble, but to each their own.

Daldaen
11-01-2011, 03:19 PM
Find your P99 Folder. Go to uifiles -> velious folder. Find EQUI_Inventory.xml . Open that file.

CTRL F for "CurrentHP". The section you are looking for is:

<Label item ="IW_CurrentHP">
<ScreenID>HPNumberLabel</ScreenID>
<EQType>70</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>284</X>
<Y>50</Y>
</Location>
<Size>
<CX>60</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>
PASTE ME HERE
<Label item ="IW_AC">


Copy and paste the below section, right at the PASTE ME HERE part.

<Label item ="IW_Mana">
<ScreenID>ManaLabel</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>245</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>128</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>284</X>
<Y>64</Y>
</Location>
<Size>
<CX>60</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>

Save the file. Close it, and reload the UI. It should shift your HP value up a bit and put Mana directly below it

Ele
11-01-2011, 04:24 PM
Back in my day we had to count mana by bubbles and mob health by letters in their name.

Xeliso
11-01-2011, 04:26 PM
Back in my day we had to count mana by bubbles and mob health by letters in their name.

This.