View Single Post
Old 06-03-2017, 10:12 PM   #2
Gidono
A Gray Wolf
 
Join Date: Aug 2002
Server: Xegony
Posts: 7
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by katmandu26
I spent several hours today trying to figure out the coding behind this bar and unfortunately, it escapes me. I turned off the guild and leader exp and it's still throwing up an error when I log in.

Would someone please be kind and see if you can get the errors fixed in this bar? It's a beautiful piece of work and it's a shame it hasn't been updated recently.

http://www.eqinterface.com/download...nfo.php?id=6381


The labels and gauges you need to get rid of are the ones that are tied to group leadership experience and raid leadership experience since those no longer exist. Delete all the way from <Label> to </Label> or <Gauge> to </Gauge>

<Label item="Player_GroupLabel">
<Label item="Player_GroupCount">
<Label item="Player_RaidLabel">
<Label item="Player_RaidCount">
<Label item="Player_GL">
<Gauge item="Player_GLGauge">
<Label item="Player_GLLabel">
<Label item="Player_GLPercLabel">
<Label item="Player_RL">
<Gauge item="Player_RLGauge">
<Label item="Player_RLLabel">
<Label item="Player_RLPercLabel">

Then delete all the <Pieces> for each of those elements down at the bottom of the file.
Gidono is offline   Reply With Quote