Different FurniData

Dec 7, 2016
65
5
I'm adding furniture to my catalog but I noticed the furnidata code given and my furnidata have different layouts.

My Furnidata:
Code:
</furnitype>
<furnitype id="44391001" classname="bc_hemisphere*10">
<revision>57419</revision>
<defaultdir>4</defaultdir>
<xdim>1</xdim>
<ydim>1</ydim>
<name>Hemisphere Block 10</name>
<description>Northern or Southern?</description>
<offerid>-1</offerid>
<buyout>0</buyout>
<rentofferid>-1</rentofferid>
<rentbuyout>0</rentbuyout>
<bc>0</bc>
<excludeddynamic>0</excludeddynamic>
<customparams/>
<specialtype>1</specialtype>
<canstandon>1</canstandon>
<cansiton>0</cansiton>
<canlayon>0</canlayon>
</furnitype>

Their Furnidata:
["s","1326596","squarethrone9","1326596","0","1","1","","White Square Throne","It's a square!","","-1","-1","","1"],

How would I change it into my one?
 

Muff

Member
Aug 5, 2015
252
129
don't know what you're asking for but if i were you i'd just use Habbo's XML furnidata instead of the other format here is a link .
if my help didn't satisfy you or I didn't answer correctly I'm open for PMS for private help.
 
Dec 7, 2016
65
5
don't know what you're asking for but if i were you i'd just use Habbo's XML furnidata instead of the other format here is a link .
if my help didn't satisfy you or I didn't answer correctly I'm open for PMS for private help.

oh, it's just I'm so used to using this way:
["s","1326596","squarethrone9","1326596","0","1","1","","White Square Throne","It's a square!","","-1","-1","","1"],

I don't know how to change that way into the new way, any ideas?
 

Core

Member
Nov 10, 2016
356
138
oh, it's just I'm so used to using this way:
["s","1326596","squarethrone9","1326596","0","1","1","","White Square Throne","It's a square!","","-1","-1","","1"],

I don't know how to change that way into the new way, any ideas?
Code:
<furnitype id="1326596" classname="squarethrone9">
<revision>1326596</revision>
<defaultdir>4</defaultdir>
<xdim>1</xdim>
<ydim>1</ydim>
<name>White Square Throne</name>
<description>It's a square!</description>
<offerid>-1</offerid>
<buyout>0</buyout>
<rentofferid>-1</rentofferid>
<rentbuyout>0</rentbuyout>
<bc>0</bc>
<excludeddynamic>0</excludeddynamic>
<customparams/>
<specialtype>1</specialtype>
<canstandon>1</canstandon>
<cansiton>1</cansiton>
<canlayon>0</canlayon>
</furnitype>

The second int is the revision but for some reason it's the sprite ID as well, so yolo..
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
Code:
<furnitype id="1326596" classname="squarethrone9">
<revision>1326596</revision>
<defaultdir>4</defaultdir>
<xdim>1</xdim>
<ydim>1</ydim>
<name>White Square Throne</name>
<description>It's a square!</description>
<offerid>-1</offerid>
<buyout>0</buyout>
<rentofferid>-1</rentofferid>
<rentbuyout>0</rentbuyout>
<bc>0</bc>
<excludeddynamic>0</excludeddynamic>
<customparams/>
<specialtype>1</specialtype>
<canstandon>1</canstandon>
<cansiton>1</cansiton>
<canlayon>0</canlayon>
</furnitype>

The second int is the revision but for some reason it's the sprite ID as well, so yolo..
Make sure you put this in the FloorItems area, not wallitems
 

Users who are viewing this thread

Top