Home Forum Downloads My Favorites Register FAQ

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

Reply
 
Thread Tools Display Modes
Old 07-29-2002, 01:13 PM   #1
Yasoldat
A Gray Wolf
 
Join Date: Jul 2002
Server: Innoruuk
Posts: 7
Interface Author - Click to view interfaces
Default 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
Yasoldat is offline   Reply With Quote
Old 07-29-2002, 01:34 PM   #2
Faeriemage
A Snow Griffin
 
Join Date: Jul 2002
Server: Zebuxoruk
Posts: 55
Thumbs up 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.
Faeriemage is offline   Reply With Quote
Old 07-29-2002, 01:34 PM   #3
JMinara
A Ghoul
 
Join Date: Jul 2002
Posts: 11
Default 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>
JMinara is offline   Reply With Quote
Old 07-29-2002, 04:16 PM   #4
Faeriemage
A Snow Griffin
 
Join Date: Jul 2002
Server: Zebuxoruk
Posts: 55
Default 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
Faeriemage is offline   Reply With Quote
Old 07-30-2002, 02:00 AM   #5
Yasoldat
A Gray Wolf
 
Join Date: Jul 2002
Server: Innoruuk
Posts: 7
Interface Author - Click to view interfaces
Default Thanks, got it fixed

Thanks, you guys pointed me in the right direction.
Yasoldat 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:49 AM.


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