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.