View Single Post
  #1  
Unread 12-08-2006, 10:34 PM
RickF7666's Avatar
RickF7666 RickF7666 is offline
A Griffawn
Interface Author - Click to view interfaces
 
Join Date: Jun 2005
Server: Oasis
Posts: 70
Default Background pictures

The eq2ui_mainhud_achievements window has a picture in the background that is specific for each Class. So if you log in with your Paladin you get a different picture than if you log in with a Wizard. Very cool. The command appears to be :

<Image Location="10,10" Name="ClassImage" PackLocation="cfc,cfc" PackLocationProp="0001/0001,0000/0001" ScrollExtent="632,471" Size="632,471" Style="/SpecialElements.ClassBackdrop.data.templar" Visible="false"/>

Unfortunatly, simply cutting a pasting this line into another UI peice doesn't work. I think it would be really nifty to be able to have different pictures or watermarks based on things like class or deity or what ever else you could come up with. I was wondering if someone been able to do this and could they point me in the right direction.

ps. Yes I did try getting rid of the Visible="false". All that did was show the Templar image, not one for the class of my character.
Reply With Quote