Clothes cannot use

Issue #643 closed
Nevin Vu created an issue

Certain purchasable clothing from catalog does not have "arrow" to even select "use".

  1. I had set the item interaction to "clothing" and "interaction_modes_count" to 1
  2. I even tried setting "clothing" to default and it does not work.
  3. I had added correctly for the catalog_clothing.
  4. Furnidata.xml is correct too.

Furnidata.xml

<furnitype id="26138" classname="clothing_longscarf">
<revision>62789</revision>
<defaultdir>0</defaultdir>
<xdim>1</xdim>
<ydim>1</ydim>
<partcolors/>
<name>clothing_longscarf name</name>
<description>clothing_longscarf desc</description>
<adurl/>
<offerid>406</offerid>
<buyout>0</buyout>
<rentofferid>406</rentofferid>
<rentbuyout>0</rentbuyout>
<bc>0</bc>
<excludeddynamic>0</excludeddynamic>
<customparams>3542</customparams>
<specialtype>23</specialtype>
<canstandon>0</canstandon>
<cansiton>0</cansiton>
<canlayon>0</canlayon>
<furniline>xmas2016</furniline>
</furnitype>

Items base

INSERT INTO `items_base` VALUES (26138, 26138, 'clothing_longscarf name', 'clothing_longscarf', 's', 1, 1, 1.000, 0, 0, 0, 0, 0, 1, 0, 1, 1, 'clothing', 1, '0', 0, 0, '0');

Catalog Clothing

INSERT INTO `catalog_clothing` VALUES (138, 'clothing_longscarf', '3542');

Comments (2)

  1. Log in to comment