Home Forum Downloads My Favorites Register FAQ

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

Reply
 
Thread Tools Display Modes
Old 07-30-2002, 05:58 PM   #1
Yotyot
A Fire Beetle
 
Join Date: Jul 2002
Posts: 2
Default arggg problems with EQUI_Inventory.xml

this is my problem, no matter which one I use, it always comes up with this
<Label item ="IW_Name">
<ScreenID>NameLabel</ScreenID>
<EQType>1</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>8</X>
<Y>4</Y>
</Location>
<Size>
<CX>112</CX>
<CY>14</CY>
</Size>
<Text>Playername123456</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="IW_Level">
<ScreenID>LevelClassLabel</ScreenID>
<EQType>2</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>8</X>
<Y>18</Y>
</Location>
<Size>
<CX>15</CX>
<CY>14</CY>
</Size>
<Text>60 Shadow Knight</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="IW_Class">
<EQType>3</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>28</X>
<Y>18</Y>
</Location>
<Size>
<CX>100</CX>
<CY>14</CY>
</Size>
<Text>60 Shadow Knight</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Label item ="IW_Deity">
<ScreenID>DeityLabel</ScreenID>
<EQType>4</EQType>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>8</X>
<Y>32</Y>
</Location>
<Size>
<CX>112</CX>
<CY>14</CY>
</Size>
<Text>Mithaniel Marr</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>



I've tried using a freshly downloaded one, checking in the zip file, it still does that.. shows up exactly the same, and it's annoying.
what gives? Anyone know how to fix this?
I'm a wizard, not a shadowknight. all the stats and saves showup as 255 as well.
Yotyot is offline   Reply With Quote
Old 07-30-2002, 06:10 PM   #2
Faeriemage
A Snow Griffin
 
Join Date: Jul 2002
Server: Zebuxoruk
Posts: 55
Default

First off, any changes you make must be made in an alternate directory otherwise, everytime you load into EQ it will repatch over your changes.


Second, please explain your exact problem, because all I see is default code for the inventory.
Faeriemage is offline   Reply With Quote
Old 07-30-2002, 06:18 PM   #3
Yotyot
A Fire Beetle
 
Join Date: Jul 2002
Posts: 2
Default further explanation

when I open my inventory, it shows me as
Yotyot
60 60 Shadow Knight
Mithaniel Mar
all stats and saves are 255

the problem is i'm..
Yotyot
58 Wizard
Agonistic
and I wish my stats were all 255 but they aren't

When I checked all of the other EQUI_Inventory.xml files, in my Quartz directory, Targetting directory and default directory, they all listed the same items in those lines. no difference.
I checked a couple zip fiules that I saved from the original downloads. Those too, were like this. Before I used Quartz today, my display was fine, it showed the correct listings.

I tried deleting my default directory and redownloading via the patch server. When I checked the file again, the listing was the same. If I had a place to host a screenshot of it I would, but I don't have a host.
Yotyot is offline   Reply With Quote
Old 07-30-2002, 06:25 PM   #4
Faeriemage
A Snow Griffin
 
Join Date: Jul 2002
Server: Zebuxoruk
Posts: 55
Default

I am having the hardest time reading your code. In the future make sure to put it in code marks. to see what they are do a quote on my text and you will see a code mark before and after my code.

here is the code from the INV file that is working properly on my computer

Code:
<Label item ="IW_Name"> <ScreenID>NameLabel</ScreenID> <EQType>1</EQType> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>8</X> <Y>4</Y> </Location> <Size> <CX>112</CX> <CY>14</CY> </Size> <Text>Playername123456</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="IW_Level"> <ScreenID>LevelClassLabel</ScreenID> <EQType>2</EQType> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>8</X> <Y>18</Y> </Location> <Size> <CX>15</CX> <CY>14</CY> </Size> <Text>60 Shadow Knight</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="IW_Class"> <EQType>3</EQType> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>28</X> <Y>18</Y> </Location> <Size> <CX>100</CX> <CY>14</CY> </Size> <Text>60 Shadow Knight</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="IW_Deity"> <ScreenID>DeityLabel</ScreenID> <EQType>4</EQType> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>8</X> <Y>32</Y> </Location> <Size> <CX>112</CX> <CY>14</CY> </Size> <Text>Mithaniel Marr</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label>
Faeriemage 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 01:18 AM.


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