Clothes problem

Status
Not open for further replies.

C0pyright

Member
Mar 28, 2022
46
1
Hi guys, i tried to add a clothe to my hotel, but i got a problem..
I've added .nitro file in bundled - figure, then i've added also the code in figuremap and figuredata, but when i enter in the client it appear like this:
can someone help me??
 

Attachments

  • err.png
    err.png
    17 KB · Views: 35

C0pyright

Member
Mar 28, 2022
46
1
Change sellable to 0
FIGUREDATA:
{
"id": 18977458,
"gender": "U",
"club": 0,
"colorable": true,
"selectable": true,
"preselectable": false,
"sellable": false,
"parts": [
{
"id": 174368,
"type": "cc",
"colorable": true,
"index": 0,
"colorindex": 1
},
{
"id": 174368,
"type": "lc",
"colorable": true,
"index": 0,
"colorindex": 1
},
{
"id": 174368,
"type": "rc",
"colorable": true,
"index": 0,
"colorindex": 1
},
{
"id": 174369,
"type": "cc",
"colorable": true,
"index": 0,
"colorindex": 1
},
{
"id": 174369,
"type": "lc",
"colorable": true,
"index": 0,
"colorindex": 1
},
{
"id": 174369,
"type": "rc",
"colorable": true,
"index": 0,
"colorindex": 1
}
]
},

this is the code in figuredata, u mean here?
 

Liam

discord.gg/hivehub
Staff member
FindRetros Moderator
Apr 10, 2013
1,184
714
FIGUREDATA:
{
"id": 18977458,
"gender": "U",
"club": 0,
"colorable": true,
"selectable": true,
"preselectable": false,
"sellable": false,
"parts": [
{
"id": 174368,
"type": "cc",
"colorable": true,
"index": 0,
"colorindex": 1
},
{
"id": 174368,
"type": "lc",
"colorable": true,
"index": 0,
"colorindex": 1
},
{
"id": 174368,
"type": "rc",
"colorable": true,
"index": 0,
"colorindex": 1
},
{
"id": 174369,
"type": "cc",
"colorable": true,
"index": 0,
"colorindex": 1
},
{
"id": 174369,
"type": "lc",
"colorable": true,
"index": 0,
"colorindex": 1
},
{
"id": 174369,
"type": "rc",
"colorable": true,
"index": 0,
"colorindex": 1
}
]
},

this is the code in figuredata, u mean here?
Yes, sellable is already false so check your figuremap is correct.

Also, are there any errors in the dev console?
 

C0pyright

Member
Mar 28, 2022
46
1
Yes, sellable is already false so check your figuremap is correct.

Also, are there any errors in the dev console?
Code in figuremap:
{
"id": "jacket_U_axeiwinterjacket",
"revision": 7,
"parts": [
{
"id": 174368,
"type": "cc"
},
{
"id": 174368,
"type": "lc"
},
{
"id": 174368,
"type": "rc"
},
{
"id": 174369,
"type": "cc"
},
{
"id": 174369,
"type": "lc"
},
{
"id": 174369,
"type": "rc"
}
]
},
there aren't errors in console
 
Status
Not open for further replies.

Users who are viewing this thread

Top