lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > General Discussion & Support > Interface Help (L)

Reply
Thread Tools Display Modes
  #1  
Unread 04-17-2012, 08:58 PM
Eili's Avatar
Eili Eili is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Montreal
Posts: 159
Player vital change see the code below

So after some guess and test on my UI and computer i made this changes to the skindefinition and this is working fine.

PLAYER
Code:
<Mapping ArtAssetID="player_vitals_backdrop_1_year" FileName="Frames\player_vitals_backdrop.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_2_years" FileName="Frames\player_vitals_backdrop.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_3_years" FileName="Frames\player_vitals_backdrop.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_4_years" FileName="Frames\player_vitals_backdrop.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_5_years" FileName="Frames\player_vitals_backdrop.tga"></Mapping>
TARGET
Code:
<Mapping ArtAssetID="opponent_vitals_backdrop" FileName="Frames\opponent_vitals_normal.tga"></Mapping>
<Mapping ArtAssetID="opponent_vitals_backdrop_1_year" FileName="Frames\opponent_vitals_normal.tga"></Mapping>
<Mapping ArtAssetID="opponent_vitals_backdrop_2_years" FileName="Frames\opponent_vitals_normal.tga"></Mapping>
<Mapping ArtAssetID="opponent_vitals_backdrop_3_years" FileName="Frames\opponent_vitals_normal.tga"></Mapping>
<Mapping ArtAssetID="opponent_vitals_backdrop_4_years" FileName="Frames\opponent_vitals_normal.tga"></Mapping>
<Mapping ArtAssetID="opponent_vitals_backdrop_5_years" FileName="Frames\opponent_vitals_normal.tga"></Mapping>

FELLOWSHIP
Code:
<Mapping ArtAssetID="player_vitals_backdrop_mini" FileName="Frames\player_vitals_backdrop_mini.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_mini_1_year" FileName="Frames\player_vitals_backdrop_mini.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_mini_2_years" FileName="Frames\player_vitals_backdrop_mini.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_mini_3_years" FileName="Frames\player_vitals_backdrop_mini.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_mini_4_years" FileName="Frames\player_vitals_backdrop_mini.tga"></Mapping>
<Mapping ArtAssetID="player_vitals_backdrop_mini_5_years" FileName="Frames\player_vitals_backdrop_mini.tga"></Mapping>
i tested with hubby characters, all with checked Portrait, and 5 years, and on my own computer i had no more his portrait character either as target or felloship.
Reply With Quote
  #2  
Unread 04-18-2012, 08:51 AM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
That's great ! TYVM Eili !

(Ask Narrel to give you his pay this month )
__________________
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
  #3  
Unread 04-18-2012, 10:06 AM
Eili's Avatar
Eili Eili is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Montreal
Posts: 159
Quote:
Originally Posted by Adra
That's great ! TYVM Eili !

(Ask Narrel to give you his pay this month )
you kidding haha next month he will ask me to give it back if i do nothing :P
Reply With Quote
  #4  
Unread 04-18-2012, 12:00 PM
Thomms Thomms is offline
The Wary
 
Join Date: Apr 2012
Posts: 1
Hi, this works very fine for me, thnk you.

but unfortunately it doesnīt work for the monsterplay.

for example I tried this:

<Mapping ArtAssetID="opponent_vitals_backdrop_signature_mp" FileName="
<Mapping ArtAssetID="opponent_vitals_backdrop_signature_mp_ 1_year" FileName=
<Mapping ArtAssetID="opponent_vitals_backdrop_signature_mp_ 2_years" FileName=

and this

<Mapping ArtAssetID="opponent_vitals_backdrop_signature" FileName=
<Mapping ArtAssetID="opponent_vitals_backdrop_signature_1_y ear" FileName=
<Mapping ArtAssetID="opponent_vitals_backdrop_signature_2_y ears" FileName=

For all types of MPīs but it doesnīt work, any idea ?

Grees
Thomms
Reply With Quote
  #5  
Unread 04-18-2012, 05:10 PM
Eili's Avatar
Eili Eili is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Montreal
Posts: 159
humm i went to Moors to test my guess. And the good coding is :

player_vitals_backdrop_1_year_mp

opponent_vitals_backdrop_5_years_mp

player_vitals_backdrop_mini_1_year_mp





-------------------------------------------------------------------------------------------

As for Signature in moors i never saw a code with signature MP but more with *opponent_vitals_signature_good.tga*

But so far, i did not add on that particular code anything concerning the anniversary as i thought that no creeps or freeps could be signature (i mean players not the npc or monsters creatures)

At least my UI works fine so far.

Last edited by Eili : 04-18-2012 at 06:08 PM. Reason: Testing Moors for interface purpose
Reply With Quote
  #6  
Unread 04-20-2012, 08:55 AM
Elfheart's Avatar
Elfheart Elfheart is offline
The Undefeated
Interface Author - Click to view interfaces
 
Join Date: Aug 2010
Location: East Coast
Posts: 8
So what did you have to do to fix the vitals? Did it need moved in the mapping or does the image file itself need to be changed? All my character and target vitals have extra bits underneath them now. Thought I would ask so I know what I need to do to fix the UI's I am maintaining.

Last edited by Elfheart : 04-20-2012 at 08:59 AM.
Reply With Quote
  #7  
Unread 04-20-2012, 12:01 PM
Eili's Avatar
Eili Eili is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Montreal
Posts: 159
I did not touch anything on my .tga.

I just added into the skindefinition the code lines above thus giving the new images the same look of the normal ones.
Reply With Quote
  #8  
Unread 04-22-2012, 09:38 AM
Wicked Mouse's Avatar
Wicked Mouse Wicked Mouse is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2008
Location: The Netherlands
Posts: 183
Are the level backdrops renamed now too? or just incorporated into the vitals?
__________________
Author of: "Delving Hills"
Reply With Quote
  #9  
Unread 07-06-2012, 10:37 PM
grezgorz grezgorz is offline
The Indomitable
 
Join Date: Sep 2010
Posts: 13
works like a charm! thanks for posting this!
Reply With Quote
  #10  
Unread 07-11-2012, 09:59 PM
grezgorz grezgorz is offline
The Indomitable
 
Join Date: Sep 2010
Posts: 13
Hi, the only thing I'm having a problem with now is my player vital panel while I'm playing creep. Does anyone have the asset ID for that panel? I've tried player_vitals_mp but that doesn't work

[EDIT] Update: opponent_vitals_signature_mp controls your vitals when you play creep side.

Last edited by grezgorz : 07-12-2012 at 11:14 AM.
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
Vital Bars... Lilayna Graphics modification help (D) 2 02-12-2012 08:00 AM
Mp3 player Hyperactive Child Interface Requests (L) 0 06-23-2011 08:36 AM
Vital Modifications Svenn XML modification help (L) 1 04-07-2010 09:58 PM
Help with vital issues... Putnal08 Interface Help (L) 10 10-21-2009 05:21 AM
Chop a vital box in half wackafoo XML modification help (L) 6 08-16-2009 11:31 PM


All times are GMT -5. The time now is 08:21 AM.


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