[PlusR2] New items show as blank images

miket.webb.101

New Member
Sep 1, 2011
12
4
Well, I added the new St Patrick furni and for some reason it just decides to show as a blank image.. As seen here;

AOzi4T9.png


Here the SQL I use (Straight from furniplace);
Code:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `foot_figure`, `stack_multiplier`, `subscriber`, `effectid`, `height_adjustable`, `flat_id`, `revision`, `description`, `specialtype`, `canlayon`) VALUES
('5755', 'nest_gnome', 'nest_gnome', 's', 1, 1, '1', '0', '0', '0', '5755', '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', '0', 0, '0', -1, '0', 'Your Gnome will love his new tree house!', 1, '0')

INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_belcredits`, `cost_duckets`, `amount`, `vip`, `achievement`, `song_id`, `limited_sells`, `limited_stack`, `offer_active`, `extradata`, `badge`, `flat_id`) VALUES ('5755', 'PAGE-ID', '5755', 'nest_gnome', '10', '0', '0', '1', '0', '0', '0', '0', '0', '0', '', '', '-1');

And here is the furnidata I use;
Code:
<furnitype id="5755" classname="nest_gnome">
    <revision>0</revision>
    <defaultdir>0</defaultdir>
    <xdim>1</xdim>
    <ydim>1</ydim>
    <partcolors>
    <color>0</color>
    <color>0</color>
    <color>0</color>
    </partcolors>
    <name>nest_gnome</name>
    <description>hhhh</description>
    <adurl/>
    <offerid>-1</offerid>
    <buyout>1</buyout>
    <rentofferid>-1</rentofferid>
    <rentbuyout>0</rentbuyout>
    <bc>1</bc>
    <customparams/>
    <specialtype>1</specialtype>
    <canstandon>1</canstandon>
    <cansiton>0</cansiton>
    <canlayon>0</canlayon>
    </furnitype>

Any ideas? I've tried an SWF straight from Habbo and Furniplace, updated_items, updated_catalogue, cleared cache, restarted my server and laptop, nothing seems to change it.. Even when dragging it from the catalogue, it shows as a blank image.
 

Fetron

I like to do giveaways :3
Mar 24, 2014
198
43
There's an issue with the code somewhere. Either that, or try rebuilding your database and adding in the queries for the new furniture.
 

Users who are viewing this thread

Top