Help

Habbopast

New Member
Apr 2, 2018
17
0
When you add clothes and wear show it
p_866xyurt1.png
 

Habbopast

New Member
Apr 2, 2018
17
0
Make sure the clothing item is in catalog_clothing and make sure the interaction type is set to purchasable_clothing
What's wrong
<furnitype id="8063" classname="clothing_drillserg">
<revision>57419</revision>
<defaultdir>4</defaultdir>
<xdim>1</xdim>
<ydim>1</ydim>
<name>clothing_drillserg</name>
<description>Suit Up. Habbo Army needs YOU.</description>
<offerid>-1</offerid>
<buyout>0</buyout>
<rentofferid>-1</rentofferid>
<rentbuyout>0</rentbuyout>
<bc>0</bc>
<excludeddynamic>0</excludeddynamic>
<customparams>8063</customparams>
<specialtype>23</specialtype>
<canstandon>1</canstandon>
<cansiton>0</cansiton>
<canlayon>0</canlayon>
</furnitype>
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
Nothing in there.

Make sure you've added it correctly to the catalog_clothing, catalog_items and furniture tables making sure the interaction type and clothing_id match in the furniture and catalog_clothing ID. If you've got no idea on how to do any of this there's a tutorial .

Obviously you've added the SWF and added it to the furnidata (code above).

 

Savannah

New Member
May 5, 2018
20
4
swf > gordan > product folder and find figuredata.xml open it and do this
- Click CTRL + H (Replace)
- Replace sellable="1" to sellable="0"
CLICK REPLACE ALL

- Click CTRL + H (Replace)
- Replace selectable="0" to selectable="1"

do the same for your emu folder > bin > debug > extra > figuredata.xml

 
Don't know if that fixes it but it's what I used to fix a issue the same before aha x
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
swf > gordan > product folder and find figuredata.xml open it and do this
- Click CTRL + H (Replace)
- Replace sellable="1" to sellable="0"
CLICK REPLACE ALL

- Click CTRL + H (Replace)
- Replace selectable="0" to selectable="1"

do the same for your emu folder > bin > debug > extra > figuredata.xml

 
Don't know if that fixes it but it's what I used to fix a issue the same before aha x
This will just allow the clothing item to be worn in the editor, not purchase and wear the clothing from the catalogue.
 

Users who are viewing this thread

Top