Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > General Discussion > Help ! ? ! ?
User Name
Password

Reply
 
Thread Tools Display Modes
Old 12-31-2002, 07:21 PM   #1
chasim
A Ghoul
 
Join Date: Jul 2002
Posts: 14
Default Chermer's Pet Mod Help

I use the following pet info window for my bard:

http://www.eqinterface.com/sdownloa...info.php?id=194

I've been trying to figure out how to add the pet's hp percentage to the center of the pet hp gauge. I've cut and pasted and adjusted but keep crashing my UI.

Can anyone tell me how to add the pet hp percentage (just number, not percent sign) to the center of the pet hp gauge on this mod?

Thanks very much for any help.

Chorz
53 Cat Bard
chasim is offline   Reply With Quote
Old 01-02-2003, 09:35 PM   #2
kitsinu
A Shissar Defiler
 
Join Date: Dec 2002
Server: Xegony
Posts: 179
Default

The link to the zip file is broken, so I can't give specific help. :/

If you want to remove the percentage sign, find the .xml stuff that looks like this :

<Label item ="GW_Pet_Mine">
<ScreenID>PetOneLabel</ScreenID>
<EQType>69</EQType>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>370</X>
<Y>14</Y>
</Location>
<Size>
<CX>15</CX>
<CY>10</CY>
</Size>
<Text>%</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>
<Label item ="GW_Pet_Mine%">
<ScreenID>PetOneLabel%</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>386</X>
<Y>14</Y>
</Location>
<Size>
<CX>8</CX>
<CY>10</CY>
</Size>
<Text>%</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

<Pieces>GW_Pet_Mine</Pieces>
<Pieces>GW_Pet_Mine%</Pieces>



*** Notice the "<EQType>69</EQType>" That set has the actual percentage that you want to keep. Change the numbers to move that around to the center (using the AlignCenter might work, but probably not). You might need to turn the "Align" to false.

The one without the "<EQType>69</EQType>" is the one you want to delete. Delete that AND the "<Pieces>GW_Pet_Mine%</Pieces>" line from the "<Screen item = "PetInfoWindow">" section.

I hope this works, I don't guarantee it by any stretch.
kitsinu 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:19 PM.


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