Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #1  
Old 11-01-2011, 02:31 PM
Lovely Lovely is offline
Fire Giant

Lovely's Avatar

Join Date: Oct 2011
Posts: 828
Default Adding numbers to mana bar?

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.
Reply With Quote
  #2  
Old 11-01-2011, 02:33 PM
dcapotos dcapotos is offline
Kobold

dcapotos's Avatar

Join Date: Jan 2011
Posts: 124
Default

Quote:
Originally Posted by Lovely [You must be logged in to view images. Log in or Register.]
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
Reply With Quote
  #3  
Old 11-01-2011, 02:55 PM
Extunarian Extunarian is offline
Planar Protector

Extunarian's Avatar

Join Date: May 2010
Location: MN
Posts: 1,186
Default

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.
__________________
Jorg Shaman
Reply With Quote
  #4  
Old 11-01-2011, 03:19 PM
Daldaen Daldaen is offline
Planar Protector


Join Date: Jun 2010
Location: Kedge Keep
Posts: 9,062
Default

Quote:
Originally Posted by Daldaen
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:

Code:
	<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.

Code:
	<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
Reply With Quote
  #5  
Old 11-01-2011, 04:24 PM
Ele Ele is offline
Planar Protector

Ele's Avatar

Join Date: Jan 2011
Posts: 5,290
Default

Back in my day we had to count mana by bubbles and mob health by letters in their name.
Reply With Quote
  #6  
Old 11-01-2011, 04:26 PM
Xeliso Xeliso is offline
Fire Giant

Xeliso's Avatar

Join Date: Feb 2010
Posts: 586
Default

Quote:
Originally Posted by Ele
Back in my day we had to count mana by bubbles and mob health by letters in their name.
This.
__________________
[ANONYMOUS] Xeli <The Mystical Order>
[ANONYMOUS] Biffins <The Mystical Order>
Recruitment Officer of The Mystical Order
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:26 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.