View Full Version : How to get actual mana to show
Skrimp
12-11-2011, 12:51 PM
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
DoucLangur
12-11-2011, 01:20 PM
Are you using a custom UI? In the standard UI, this should be displayed...
Skrimp
12-11-2011, 01:21 PM
I have the velious ui loaded.
Savok
12-11-2011, 01:37 PM
If its my version of the Velious UI then just use the EQUI_Inventory.xml file from the extras zip.
Chrushev
12-11-2011, 05:05 PM
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).
Daldaen
12-11-2011, 05:57 PM
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
<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.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.