View Single Post
  #1  
Unread 04-29-2022, 11:41 AM
cowgod cowgod is offline
The Indomitable
 
Join Date: Dec 2010
Posts: 11
Need help with XP Level Meter

Hello,

I am trying to modify the skin JRR Azure Glass. I'm using the basic toolbar from that skin pack, but I want to show the text in the XP bar the same way the default skin does (such as "Level 5 - 2005/5000").

I am pretty sure the XML I need to modify is in this block of XML:

Code:
<Element ID="LevelMeter" 					X="1" Y="119" Width="841" Height="13">
        <Element ID="LevelMeterFill" 				X="5" Y="7" Width="831" Height="8">
	    <Element ID="LevelMeter_BonusMeter" 		X="0" Y="0" Width="831" Height="8"></Element>
        </Element>
        <Element ID="ToolbarButton_LevelUpXP_TutorialHighlight" X="0" Y="1" Width="1" Height="1"></Element>
        <Element ID="ToolbarButton_Experience_TutorialHighlight" X="0" Y="1" Width="1" Height="1"></Element>
        <Element ID="LevelMeterText" 				X="1" Y="1" Width="1" Height="1"></Element>
    </Element>
I have tried using all kinds of different values for the "LevelMeterText" element, but nothing I do seems to make it show up. Is this the right value to modify, and why isn't it working? Can anyone help out?
Reply With Quote