Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > General Discussion > Chit Chat
User Name
Password

Reply
 
Thread Tools Display Modes
Old 10-31-2002, 11:01 PM   #1
Ec11
A Bat
 
Join Date: Oct 2002
Posts: 1
Question Newbie help

I was just wondering how you create custom ui mods. I am a newbie to the whole thing, and am wanting some info please. How do you create the percentage symbols beside the health and mana bar? If I could "borrow" someone's that would be great. If not, I would just as well try to create my own. Please reply : )
Ec11 is offline   Reply With Quote
Old 10-31-2002, 11:44 PM   #2
Kungpo
A Snow Cougar
 
Join Date: Aug 2002
Posts: 41
Interface Author - Click to view interfaces
Default

Here is an example of a percantage:

<Label item="Mem_1_HP_LabelP"> <- Name of Percentage Label
<ScreenID>Mem_1_HP_LabelP</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location> <- screen Locations
<X>44</X>
<Y>24</Y>
</Location>
<Size> <- This is its size
<CX>20</CX>
<CY>15</CY>
</Size>
<Text>%</Text> <-- notice this piece here
<TextColor>
<R>255</R> <-This is telling it the color it should be ->
<G>150</G>
<B>150</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

This example was taken from Mofoo's group window ..hope ya dont mind me using it as an example Mofoo.

Hope this helps Ec11
Kungpo 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 08:33 AM.


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