Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Developer Discussion > XML modification help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 07-25-2004, 03:57 PM   #1
Xylan Trueheart
A Treant
 
Join Date: Dec 2003
Server: Tunare
Posts: 21
Default Need help with endurance numbers plus....

This topic is needing help on adding endurance numbers to my player window. I followed the instructions given by Remelio under Patch Fixes with his Sticky titled 7/14 Patch - Container Fixes and How to Add Mana Numbers. This worked great. That link is here 7/14 Patch - Container Fixes and How to Add Mana Numbers Remelio also says that you can use the same set he illustrated for Endurance numbers keeping in mind you must change the EQ type number. But after that I am lost. He doesn't mention about where to put this set for Endurance numbers. I assume that this goes with the Fatique section? Also how should I change, if I should, to

<Label item ="PW_ManaNumbers">
<ScreenID>ManaNumberLabel</ScreenID>

Should it be EnduranceNumbers or FatiqueNumbers
and ditto to the

<Pieces>PW_ManaNumbers</Pieces>

I would appreciate help on this.

Also I need to mention what I assume to be a slight imperfection to Remelio's instruction on adding mana numbers. Using Notepad I put in the appropriate additon as he instructed. But when I logged in the char that uses the mana number addition I noticed the number was to the far right on the Mana bar. After logging off I opened the Player window again and carefully looked as his code I had added and I saw this,

<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>

I noticed the the align was reversed. I simply then made it look like this

<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>false</AlignLeft>

after saving I logged the char back on and viola the mana number is now in the center of the mana bar.

Thanks for the great work Remelio. Now if you only can help me get MORE mana in my bar that would be great /joking

Xylan Trueheart
65th Mage
Tunare
Xylan Trueheart is offline   Reply With Quote
Old 07-25-2004, 05:21 PM   #2
Weskat
A Tempest Toad
 
Weskat's Avatar
 
Join Date: Oct 2002
Server: Tunare - mostly retired
Posts: 464
Interface Author - Click to view interfaces
Default

You can make it whatever name you want.
I made mine EndNumb, but you can use whatever name you want.
Weskat is offline   Reply With Quote
Old 07-27-2004, 03:12 PM   #3
Xylan Trueheart
A Treant
 
Join Date: Dec 2003
Server: Tunare
Posts: 21
Default

I like to thank Weskat for steering me in the right direction on how to name the Endurance number addition.

This turned out to be quite simple and I show the same coding as done by Remelio but for displaying Endurance Numbers. I placed this right after the last <Gauge> line of the <Gauge item="Player_Fatigue"> section.

<Label item ="PW_EnduranceNumbers">
<ScreenID>EnduranceNumberLabel</ScreenID>
<EQType>129</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>42</X>
<Y>60</Y>
</Location>
<Size>
<CX>108</CX>
<CY>14</CY>
</Size>
<Text> </Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>

Please keep in mind the postion numbers are for the custom UI I am using. Please refer to the above Remelio link on setting the correct numbers.

And I added this at the end of the Pieces section.

<Pieces>PW_EnduranceNumbers</Pieces>

Also this code is for a simple Player Window mod. There are other Player Window mods that are heavily modified and you may want to contact the original designer to help you make the changes if its proves too intimidating to do it yourself. Hope this helps those itching to make these changes who have, like me, rudimentary xml knowledge.

Xylan Trueheart
65th Mage
Tunare

Last edited by Xylan Trueheart : 07-27-2004 at 03:30 PM.
Xylan Trueheart is offline   Reply With Quote
Reply



Thread Tools
Display Modes

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:49 AM.


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