Opened 9 years ago

Closed 8 years ago

#119 closed defect (fixed)

Inventory view not using CustomIcon

Reported by: Alloc Owned by: Alloc
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 Changed 9 years ago by Alloc

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 Changed 8 years ago by Alloc

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in A13 build.

Note: See TracTickets for help on using tickets.