EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   XML modification help. (http://www.eqinterface.com/forums/forumdisplay.php?f=30)
-   -   Need help with endurance numbers plus.... (http://www.eqinterface.com/forums/showthread.php?t=14637)

Xylan Trueheart 07-25-2004 03:57 PM

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

Weskat 07-25-2004 05:21 PM

You can make it whatever name you want.
I made mine EndNumb, but you can use whatever name you want.

Xylan Trueheart 07-27-2004 03:12 PM

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


All times are GMT -5. The time now is 05:50 PM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.