View Single Post
  #2  
Unread 01-23-2011, 05:13 AM
Ray's Avatar
Ray Ray is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Dec 2009
Location: The Netherlands
Posts: 22
Yes, I was searching for that too.
Read a couple topics back how to search for assetid's in the .dat with a hex editor (http://www.lotrointerface.com/forums...2&postcount=19)

I've searched through the client_general.dat and found out that Turbine uses normal name convention for that tab:
Code:
	<Mapping ArtAssetID="reputation_tab_highlight" 				FileName="..\..\deedlog\buttons\r_tab_highlight.tga" />
 	<Mapping ArtAssetID="reputation_tab_highlight_pressed" 			FileName="..\..\deedlog\buttons\r_tab_highlight.tga" />
 	<Mapping ArtAssetID="reputation_tab_normal" 				FileName="..\..\deedlog\buttons\r_tab_normal.tga" />
 	<Mapping ArtAssetID="reputation_tab_pressed" 				FileName="..\..\deedlog\buttons\r_tab_highlight.tga" />
 	<Mapping ArtAssetID="reputation_tab_rollover" 				FileName="..\..\deedlog\buttons\r_tab_rollover.tga" />
 	<Mapping ArtAssetID="reputation_tab_rollover_highlight" 		FileName="..\..\deedlog\buttons\r_tab_rollover.tga" />
BUT, these ArtAssetID's don't seem to work. So my guess is that they somehow forget to check the Skindefinition.xml file for replacements...

Bottomline of the story:
Either it's the code above, but is bugged, or it's a different code which I couldn't find.

Cheers from a disappointed Ray, who likes to know this code as well (as well as the barterwallet button on mainbar.
Reply With Quote