Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #1  
Old 12-11-2011, 12:51 PM
Skrimp Skrimp is offline
Sarnak


Join Date: Jun 2011
Posts: 200
Default How to get actual mana to show

Ive seen several screen shots of people with the inventory window up and it showing exactly how much mana you have. Mine however, does not. And yes, im a caster. Can anyone advise here? Id like to have this feature


Thank you
Reply With Quote
  #2  
Old 12-11-2011, 01:20 PM
DoucLangur DoucLangur is offline
Fire Giant


Join Date: Jan 2011
Posts: 566
Default

Are you using a custom UI? In the standard UI, this should be displayed...
Reply With Quote
  #3  
Old 12-11-2011, 01:21 PM
Skrimp Skrimp is offline
Sarnak


Join Date: Jun 2011
Posts: 200
Default

I have the velious ui loaded.
Reply With Quote
  #4  
Old 12-11-2011, 01:37 PM
Savok Savok is offline
Fire Giant

Savok's Avatar

Join Date: May 2010
Posts: 971
Default

If its my version of the Velious UI then just use the EQUI_Inventory.xml file from the extras zip.
__________________
Reply With Quote
  #5  
Old 12-11-2011, 05:05 PM
Chrushev Chrushev is offline
Fire Giant

Chrushev's Avatar

Join Date: Feb 2011
Posts: 682
Default

Both of my UI's show it, and duxaui shows it along with all your other stats at all times not just inventory (see link in my signature).
Reply With Quote
  #6  
Old 12-11-2011, 05:57 PM
Daldaen Daldaen is offline
Planar Protector


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

Quote:
Originally Posted by Skrimp [You must be logged in to view images. Log in or Register.]
Ive seen several screen shots of people with the inventory window up and it showing exactly how much mana you have. Mine however, does not. And yes, im a caster. Can anyone advise here? Id like to have this feature


Thank you
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>
......................
	<Screen item = "InventoryWindow">
		<!--<ScreenID/>-->
		<RelativePosition>false</RelativePosition>
		<Location>
			<X>100</X>
			<Y>50</Y>
		</Location>
		<Size>
			<CX>359</CX>
			<CY>378</CY>
		</Size>
		<Text>Inventory</Text>
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<TooltipReference>Inventory</TooltipReference>
		<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
		<Style_Titlebar>false</Style_Titlebar>
		<Style_Closebox>true</Style_Closebox>
		<Style_Minimizebox>true</Style_Minimizebox>
		<Style_Border>true</Style_Border>
		<Style_Sizable>false</Style_Sizable>
.................................................................
		<Pieces>IW_Mana</Pieces>
		<Pieces>IW_CurrentMana</Pieces>
.................................................................
Or... do what they suggested and copy the EQUI_Inventory files they have in their downloads with em.
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 06:17 PM.


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.