Custom Furniture troubles

Status
Not open for further replies.

Verxi

New Member
Jun 4, 2020
9
2
Hey Devbest, I am having some troubles and I have tried everything I can. Let's see if you guys can lend a hand :)

So, I am making an attempt at adding custom furniture to my R36b Habbo server running Brain 1.9.1 on PlusEMU.

So, I added my swf into wwwroot/game/drc/hot_furni
I added an entry for it into the furniture table on MySQL, same with obviously putting into the catalog. Why is it a grey box, and why doesn't it preview?
Post automatically merged:

Forgot to show the screenshot. Here it is;
 

Verxi

New Member
Jun 4, 2020
9
2
Should've included that part haha. Here is my furnidata.xml entry.
Code:
<furnitype id="49309988" classname="uni_drag">
        <revision>59005</revision>
        <defaultdir>0</defaultdir>
        <xdim>1</xdim>
        <ydim>1</ydim>
        <partcolors />
        <name>uni_drag_name</name>
        <description>uni_drag_desc</description>
        <adurl></adurl>
        <offerid>-1</offerid>
        <buyout>0</buyout>
        <rentofferid>-1</rentofferid>
        <rentbuyout>0</rentbuyout>
        <bc>0</bc>
        <excludeddynamic>0</excludeddynamic>
        <customparams></customparams>
        <specialtype>0</specialtype>
        <canstandon>0</canstandon>
        <cansiton>0</cansiton>
        <canlayon>0</canlayon>
</furnitype>
 

Verxi

New Member
Jun 4, 2020
9
2
did you :update items & :update cata then clear your cache & reload?

Wow, that worked! But if we're still on the subject, is there a simplified way to create a catalog-icon? If not, I can use a generic catalog icon for it, however how do I define the seemingly random IDs?
 

Bran

mediocre graphics artist
Mar 13, 2017
1,727
1,530
Wow, that worked! But if we're still on the subject, is there a simplified way to create a catalog-icon? If not, I can use a generic catalog icon for it, however how do I define the seemingly random IDs?
i personally use paint.net, you can use photoshop etc
 

Bran

mediocre graphics artist
Mar 13, 2017
1,727
1,530
Where do I store the in-catalog images, and how do I assign and/or retrieve their IDs for the database when it asks for an icon?
they're in c_images > catalogue and for example the name of the icon is icon_61 where it says icon in your database you put the number so you'd put 61
 
Status
Not open for further replies.

Users who are viewing this thread

Top