Arcturus // Add custom furni.

arkadiykolev123

New Member
Jun 1, 2018
29
0
Hi, I want to add custom furniture to my hotel. I use: Arcturus Morningstar, Wullez, Brain CMS. And I get a black block.
Furnidate:

Code:
<furnitype id="12097735" classname="rare_bluetenegg">
<revision>62796</revision>
<defaultdir>0</defaultdir>
<xdim>1</xdim>
<ydim>1</ydim>
<partcolors>...</partcolors>
<name>test</name>
<description>test</description>
<adurl/>
<offerid>-1</offerid>
<buyout>1</buyout>
<rentofferid>-1</rentofferid>
<rentbuyout>0</rentbuyout>
<bc>0</bc>
<customparams/>
<specialtype>1</specialtype>
<canstandon>0</canstandon>
<cansiton>0</cansiton>
<canlayon>[canlayon]</canlayon>
<furniline>habboscript</furniline>
</furnitype>
item_base
Code:
INSERT INTO `items_base` VALUES ('1100001490', '12097735', 'rare_bluetenegg', 'rare_bluetenegg', '1', '1', '0.00', '0', '0', '0', '0', '1', '1', '0', '1', '1', 's', 'default', '1', '0', '0', '', '0', '0');
catalog_items
Code:
INSERT INTO `catalog_items` VALUES ('11111111', '9125298', '1100001490', '-1', '0', '99', 'TEST', '4', '0', '0', '1', '0', '0', '', '1', '0');
hof_furni directory:
Code:
https://imgur.com/a/fxYdYDP
 

Chuckie_

Active Member
Jun 22, 2019
138
71
Doesn't seem like you are using the correct item_ids in your catalog_items INSERT. Whole query looks odd compared to Arcturus' data structure. Where did you get these from?
 

Users who are viewing this thread

Top