lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > Developer Discussions > XML modification help (L)

Reply
Thread Tools Display Modes
  #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
  #2  
Unread 04-29-2022, 12:25 PM
cowgod cowgod is offline
The Indomitable
 
Join Date: Dec 2010
Posts: 11
I was able to get the text to show up. I didn't realize the width had to span the entire toolbar width.

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="3" Y="1" Width="837" Height="15"></Element>
    </Element>
Reply With Quote
  #3  
Unread 04-29-2022, 12:41 PM
cowgod cowgod is offline
The Indomitable
 
Join Date: Dec 2010
Posts: 11
I have a new problem. I'm trying to make the background the same as the default XP bar. By default the JRR Azure Blue makes your earned XP a blueish color instead of the normal yellow. I'm trying to change it back to yellow.

I copied all the default xpbar_* tga files from the default skinpack into the appropriate place, and added definitions for them in the XML file:

Code:
<Mapping ArtAssetID="xpbar_blue_fill" 						FileName="..\toolbar\xpbar_blue_fill.tga"></Mapping>
<Mapping ArtAssetID="xpbar_bonus_fill" 						FileName="..\toolbar\xpbar_bonus_fill.tga"></Mapping>
<Mapping ArtAssetID="xpbar_bonus_suppresed_fill" 				FileName="..\toolbar\xpbar_bonus_suppresed_fill.tga"></Mapping>
<Mapping ArtAssetID="xpbar_bonusamount_fill" 					FileName="..\toolbar\xpbar_bonusamount_fill.tga"></Mapping>
<Mapping ArtAssetID="xpbar_purchasedbonusamount_fill" 				FileName="..\toolbar\xpbar_purchasedbonusamount_fill.tga"></Mapping>
<Mapping ArtAssetID="xpbar_suppressed" 						FileName="..\toolbar\xpbar_suppressed.tga"></Mapping>
<Mapping ArtAssetID="mount_xp_meter_full" 					FileName="..\toolbar\mount_xp_meter_full.tga"></Mapping>
All of the files show up correctly, except that blue is still being overlayed on top of the yellow. Does anyone know what is causing this?
Reply With Quote
  #4  
Unread 04-30-2022, 06:59 AM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
Hi, just delete this line

Code:
 	<Mapping ArtAssetID="letterbox_bottom_glass_overlay"    FileName="toolbar\letterbox_bottom_glass_overlay.tga"></Mapping>
__________________
JRR skins collection download page
JRR Azure Glass download page
Extended and enhanced panels
Adra/Adragor/Osred from Sirannon.
Derelos/Prurit/Karnaj from Evernight.
Reply With Quote
  #5  
Unread 04-30-2022, 08:24 AM
cowgod cowgod is offline
The Indomitable
 
Join Date: Dec 2010
Posts: 11
Thank you!
Reply With Quote
  #6  
Unread 04-30-2022, 08:36 AM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
You're welcome
__________________
JRR skins collection download page
JRR Azure Glass download page
Extended and enhanced panels
Adra/Adragor/Osred from Sirannon.
Derelos/Prurit/Karnaj from Evernight.
Reply With Quote
Reply


Thread Tools
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
JRR Azure Glass 2x2 character vitals level background issue Theiol Released Interfaces (L) 2 10-23-2012 07:08 AM
champ moveable fervour meter Offensive Newbie Interface Requests (L) 2 10-01-2011 05:23 PM
Need help from Hunter level 48-51 Valdacil Lua Programming Help (L) 6 12-10-2010 01:36 PM
Threat Meter killertomato LotRO Wish List (L) 30 10-03-2010 03:56 PM
level meter?! liftedplane General Authoring Discussion (L) 5 09-18-2010 09:22 PM


All times are GMT -5. The time now is 10:25 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui