EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Help ! ? ! ? (http://www.eqinterface.com/forums/forumdisplay.php?f=16)
-   -   Duplicate items in Player window (http://www.eqinterface.com/forums/showthread.php?t=239)

Yasoldat 07-29-2002 01:13 PM

Duplicate items in Player window
 
I keep getting this error when i try to add the xp bar to the player window. Any ideas?

Schema error - Duplicate item IW_ExpGauge

Thank you,

Yasoldat

Faeriemage 07-29-2002 01:34 PM

Simple answer
 
You are going to have to change the name of the item from IW_ExpGauge to anything else. ExpGauge works or you could do PW_ExpGauge.

JMinara 07-29-2002 01:34 PM

You..
 
need to change the ScreenID on the exp gauge you're trying to put it. The error means that there's already one named that. Try

Code:
<ScreenID>Player_ExpGauge</ScreenID>

Faeriemage 07-29-2002 04:16 PM

Re: You..
 
Quote:
Originally posted by JMinara
need to change the ScreenID on the exp gauge you're trying to put it. The error means that there's already one named that. Try

Code:
<ScreenID>Player_ExpGauge</ScreenID>


You would have a problem if you tried this, since ScreenID is the EQ internal name for the item and can be used more than once. I know this because I have a mod that uses EXPGauge.

Next what you need to change is actually
Code:
<Gauge item = "IW_ExpGauge">


To something unique for you window.
example
Code:
<Gauge item = "Player_ExpGauge">


hope this helps

Yasoldat 07-30-2002 02:00 AM

Thanks, got it fixed
 
Thanks, you guys pointed me in the right direction.


All times are GMT -5. The time now is 04:03 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.