Opened 9 years ago

Closed 9 years ago

#119 closed defect (fixed)

Inventory view not using CustomIcon

Reported by: Christian Illy Owned by: Christian Illy
Priority: major Component: Server fixes
Keywords: Cc:

Description

GIDustin:

... I noticed some of the inventory icons on the webserver inventory dialog are not exactly correct. My best guess is that it is returning the icon based on the item name, and not respecting the 'CustomIcon' and 'CustomIconTint' properties.

Change History (2)

comment:1 by Christian Illy, 9 years ago

schwanz9000:

The shirts and tank tops are a good example.

<item id="708" name="plaidShirtRed">

<property name="Meshfile" value="Items/Crafting/leather" />
<property name="Material" value="cloth" />
<property name="HoldType" value="21" />
<property name="Stacknumber" value="1" />
<property name="RepairTools" value="cloth" />
<property name="EquipSlot" value="Chest" />
<property name="FuelValue" value="3" />
<property name="Weight" value="3" />
<property name="CustomIcon" value="plaidShirt" />
<property name="CustomIconTint" value="AD0000" />

comment:2 by Christian Illy, 9 years ago

Resolution: fixed
Status: newclosed

Fixed in A13 build.

Note: See TracTickets for help on using tickets.