Change sellable to 0i've solved about the icon and avatar image changing code in figuremap and figuredata, but i don't see clothe i've added in wardrobe
FIGUREDATA:Change sellable to 0
Yes, sellable is already false so check your figuremap is correct.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?
Code in figuremap:Yes, sellable is already false so check your figuremap is correct.
Also, are there any errors in the dev console?