Custom help!

cammy

Donator
May 15, 2014
473
231
Tried adding some custom diamond exchange items but the catalog isn't showing the items. It isn't even trying to load the swf.
mnCXrU0.png

<furnitype id="1009999" classname="CF_100_DIAMOND">
<revision>59005</revision>
<defaultdir>0</defaultdir>
<xdim>1</xdim>
<ydim>2</ydim>
<partcolors />
<name>CF_100_DIAMOND name</name>
<description>CF_100_DIAMOND 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>1</specialtype>
<canstandon>1</canstandon>
<cansiton>0</cansiton>
<canlayon>0</canlayon>
</furnitype>
INSERT INTO `catalog_items` VALUES (1009999, 'PageID', '1009999', 'Big Diamond', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1');
INSERT INTO `furniture` VALUES ('1009999', 'CF_100_DIAMOND', 'Big Diamond', 's', '1', '1', '1', '1', '0', '0', '1009999', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0');
 

cammy

Donator
May 15, 2014
473
231
You need the SWF, furniture and catalog_item SQL's as well as furnitdata. Purge in Cloudflare and clear cache, it'll work fine.
So which am I missing? :S

SWF is in the hof furni folder and placed in the revision folder (not needed I know but whatever)
INSERT INTO `furniture` VALUES ('1009999', 'CF_100_DIAMOND', 'Big Diamond', 's', '1', '1', '1', '1', '0', '0', '1009999', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `catalog_items` VALUES (1009999, 'PageID', '1009999', 'Big Diamond', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1');
<furnitype id="1009999" classname="CF_100_DIAMOND">
<revision>59005</revision>
<defaultdir>0</defaultdir>
<xdim>1</xdim>
<ydim>2</ydim>
<partcolors />
<name>CF_100_DIAMOND name</name>
<description>CF_100_DIAMOND 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>1</specialtype>
<canstandon>1</canstandon>
<cansiton>0</cansiton>
<canlayon>0</canlayon>
</furnitype>
 

Users who are viewing this thread

Top