Rystbo
-Hotel Owner, -Customs Developer, -Arcturus
- Apr 16, 2018
- 390
- 200
Hello, so im working on adding new clothing to my catalog. That was no issue. Now i tried comparing to clothing that let me to change colors to see if i had made errors. Now when i purchase a piece of clothing from my catalog, it doesn't let me to change its color. The clothing also doesn't show up in the clothing selector.
The pig hat for example added with zero issue and i can change its color,
Pig hat figuredata: (this item lets me change color, just to compare to the one that doesnt)
<set id="3767" gender="U" club="0" colorable="1" selectable="1" preselectable="0" sellable="1"><part id="3313" type="ha" colorable="1" index="0" colorindex="1"/><part id="3314" type="ha" colorable="0" index="1" colorindex="0"/><hiddenlayers><layer parttype="hrb"/></hiddenlayers></set>
Now here is the messy bun figuredata:
<set id="3782" gender="U" club="0" colorable="1" selectable="1" preselectable="0" sellable="1"><part id="3346" type="hr" colorable="1" index="0" colorindex="1"/><part id="3346" type="hrb" colorable="1" index="0" colorindex="1"/><part id="3347" type="hr" colorable="1" index="1" colorindex="0"/><part id="3347" type="hrb" colorable="0" index="1" colorindex="0"/></set>
Mind you, these figuredata are directly ripped from habbo.
Now also my figuremap is a direct rip from habbo.
Here is my catalog_clothing sql, not sure if that matters but any advice would help. Again my issue is the item wont let me change its color, just stays white.
INSERT INTO `hotel`.`catalog_clothing`(`id`, `clothing_name`, `clothing_parts`) VALUES (10436, 'clothing_r19_messybun', '3346,3346,3347,3347');
The pig hat for example added with zero issue and i can change its color,
You must be registered for see links
Pig hat figuredata: (this item lets me change color, just to compare to the one that doesnt)
<set id="3767" gender="U" club="0" colorable="1" selectable="1" preselectable="0" sellable="1"><part id="3313" type="ha" colorable="1" index="0" colorindex="1"/><part id="3314" type="ha" colorable="0" index="1" colorindex="0"/><hiddenlayers><layer parttype="hrb"/></hiddenlayers></set>
Now here is the messy bun figuredata:
<set id="3782" gender="U" club="0" colorable="1" selectable="1" preselectable="0" sellable="1"><part id="3346" type="hr" colorable="1" index="0" colorindex="1"/><part id="3346" type="hrb" colorable="1" index="0" colorindex="1"/><part id="3347" type="hr" colorable="1" index="1" colorindex="0"/><part id="3347" type="hrb" colorable="0" index="1" colorindex="0"/></set>
Mind you, these figuredata are directly ripped from habbo.
Now also my figuremap is a direct rip from habbo.
Here is my catalog_clothing sql, not sure if that matters but any advice would help. Again my issue is the item wont let me change its color, just stays white.
INSERT INTO `hotel`.`catalog_clothing`(`id`, `clothing_name`, `clothing_parts`) VALUES (10436, 'clothing_r19_messybun', '3346,3346,3347,3347');