View Single Post
  #9  
Unread 07-04-2007, 01:45 AM
Aalwein's Avatar
Aalwein Aalwein is offline
GM, Scarlet Underground
Premium Member
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Posts: 163
Ah now that you mention it, looks like Trottimus left out the "_item_" in version 1.3.

Code:
<Mapping ArtAssetID="blue_selection_vendor_item_highlight_active" FileName="selection\elab_blue_selection_vendor_item_highlight_active.tga"></Mapping>
<Mapping ArtAssetID="blue_selection_vendor_item_normal" FileName="selection\elab_blue_selection_vendor_item_normal.tga"></Mapping>
<Mapping ArtAssetID="blue_selection_vendor_repair" FileName="selection\elab_blue_selection_skilltrainer_ghosted.tga"></Mapping>
<Mapping ArtAssetID="blue_selection_vendor_repair_highlight" FileName="selection\elab_blue_selection_skilltrainer_highlight.tga"></Mapping>
<Mapping ArtAssetID="blue_selection_vendor_repair_normal" FileName="selection\elab_blue_selection_skilltrainer_normal.tga"></Mapping>
should be

Code:
<Mapping ArtAssetID="blue_selection_vendor_item_highlight_active" FileName="selection\elab_blue_selection_vendor_item_highlight_active.tga"></Mapping>
<Mapping ArtAssetID="blue_selection_vendor_item_normal" FileName="selection\elab_blue_selection_vendor_item_normal.tga"></Mapping>
<Mapping ArtAssetID="blue_selection_vendor_item_repair" FileName="selection\elab_blue_selection_skilltrainer_ghosted.tga"></Mapping>
<Mapping ArtAssetID="blue_selection_vendor_item_repair_highlight" FileName="selection\elab_blue_selection_skilltrainer_highlight.tga"></Mapping>
<Mapping ArtAssetID="blue_selection_vendor_item_repair_normal" FileName="selection\elab_blue_selection_skilltrainer_normal.tga"></Mapping>
Reply With Quote