Thread: XP Bar Problem
View Single Post
  #2  
Unread 08-05-2011, 05:01 PM
ZhuHanuku's Avatar
ZhuHanuku ZhuHanuku is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2009
Posts: 43
I don't remember exactly but it has something to do with the text area graphics (appearing behind the level and xp text) in the xp bar. I think I solved it by making those graphics transparent.

Here's the code I used in Black Vellum, where blank.tga is a fully transparent image I made:
Code:
<Mapping ArtAssetID="letterbox_bottom_glass_overlay" FileName="blank.tga" />
<Mapping ArtAssetID="letterbox_bottom_left_cap" FileName="blank.tga" />
<Mapping ArtAssetID="letterbox_bottom_left_mid_cap" FileName="blank.tga" />
<Mapping ArtAssetID="letterbox_bottom_right_cap" FileName="blank.tga" />
<Mapping ArtAssetID="letterbox_bottom_right_mid_cap" FileName="blank.tga" />
__________________
Zhu Hanuku :: Black Vellum Portal :: LotRO Duo
Reply With Quote