EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Help ! ? ! ? (http://www.eqinterface.com/forums/forumdisplay.php?f=16)
-   -   arggg problems with EQUI_Inventory.xml (http://www.eqinterface.com/forums/showthread.php?t=346)

Yotyot 07-30-2002 05:58 PM

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.

Faeriemage 07-30-2002 06:10 PM

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.

Yotyot 07-30-2002 06:18 PM

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.

Faeriemage 07-30-2002 06:25 PM

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>


All times are GMT -5. The time now is 12:55 PM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.