Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > General authoring help / discussion
User Name
Password

Reply
 
Thread Tools Display Modes
Old 05-23-2003, 09:36 AM   #1
Jindl
A Fire Beetle
 
Join Date: May 2003
Posts: 2
Default How to ad mana percentage and exp percentage

This has probably been asked and answered before, but from a quick search of the boards, there wasn't a obvious answer.
I would like to have manapercentage show on my player window and exp percentage show in in inventory window.

I know XML well enough to understand the changes to the files, but from a standard usage point of view, what should I do: Just edit the existing files and then reedit them every time a patch changes them or copy them someplace else and make my own UI?
__________________
Jindl

Last edited by Jindl : 05-23-2003 at 09:42 AM.
Jindl is offline   Reply With Quote
Old 05-23-2003, 10:49 AM   #2
kenney
Bad Ass Kitty
 
kenney's Avatar
 
Join Date: Aug 2002
Server: if you know me you know =P
Posts: 695
Interface Author - Click to view interfaces
Default

this is the way i have mine just add to where you want them then move them to where ya want them..........


<!-- Player Experiance Stats -->

<Label item ="Exp_Percent">
<ScreenID>Exp_Percent</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>103</X>
<Y>103</Y>
</Location>
<Size>
<CX>35</CX>
<CY>25</CY>
</Size>
<EQType>26</EQType>
<TextColor>
<R>220</R>
<G>220</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item ="Exp_Percent_Label">
<ScreenID>Exp_Percent_Label</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>138</X>
<Y>103</Y>
</Location>
<Size>
<CX>35</CX>
<CY>25</CY>
</Size>
<Text>%</Text>
<TextColor>
<R>220</R>
<G>220</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
**************************************************
<Pieces>Exp_Percent</Pieces>
<Pieces>Exp_Percent_Label</Pieces>
**************************************************

<!-- Player Mana Stats -->

<Label item ="Mana_Percent">
<ScreenID>Mana_Percent</ScreenID>
<Font>6</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>124</X>
<Y>55</Y>
</Location>
<Size>
<CX>35</CX>
<CY>25</CY>
</Size>
<EQType>20</EQType>
<TextColor>
<R>0</R>
<G>75</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>

<Label item = "Mana_Percent_Label">
<ScreenID>Mana_Percent_Label</ScreenID>
<Font>6</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>160</X>
<Y>55</Y>
</Location>
<Size>
<CX>35</CX>
<CY>25</CY>
</Size>
<Text>%</Text>
<TextColor>
<R>0</R>
<G>75</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

**************************************************
<Pieces>Mana_Percent</Pieces>
<Pieces>Mana_Percent_Label</Pieces>
**************************************************
kenney is offline   Reply With Quote
Old 05-23-2003, 04:11 PM   #3
Jindl
A Fire Beetle
 
Join Date: May 2003
Posts: 2
Default

That's great info, but it didn't quite answer my question. Did oyu make a sperate personal ui or just edit the existaing one?
Jindl is offline   Reply With Quote
Old 05-23-2003, 04:43 PM   #4
kenney
Bad Ass Kitty
 
kenney's Avatar
 
Join Date: Aug 2002
Server: if you know me you know =P
Posts: 695
Interface Author - Click to view interfaces
Default

just add it to what ever window ya want .. and yes i add it to mine
kenney is offline   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

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


All times are GMT -5. The time now is 09:28 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI