View Single Post
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