[PlusR2] New furniture show as blank images

Results 1 to 5 of 5
  1. #1
    R.I.P Millercent FatalLulz is offline
    MemberRank
    Nov 2012 Join Date
    AustraliaLocation
    2,248Posts

    [PlusR2] New furniture show as blank images

    Well, I added the new St Patrick furni and for some reason it just decides to show as a blank image.. As seen here;



    Here the SQL I use (Straight from furniplace);
    Spoiler:
    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;
    Spoiler:
    Code:
    <furnitype id="5755" classname="nest_gnome">
        <revision>49976</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.


  2. #2
    Valued Member moere is offline
    MemberRank
    Apr 2012 Join Date
    121Posts

    Re: [PlusR2] New furniture show as blank images

    Quote Originally Posted by FatalLulz View Post
    Well, I added the new St Patrick furni and for some reason it just decides to show as a blank image.. As seen here;



    Here the SQL I use (Straight from furniplace);
    Spoiler:
    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;
    Spoiler:
    Code:
    <furnitype id="5755" classname="nest_gnome">
        <revision>49976</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.
    you put revision 0 in the furniture sql whereas in the xml it's 49976

  3. #3
    R.I.P Millercent FatalLulz is offline
    MemberRank
    Nov 2012 Join Date
    AustraliaLocation
    2,248Posts

    Re: [PlusR2] New furniture show as blank images

    Quote Originally Posted by moere View Post
    you put revision 0 in the furniture sql whereas in the xml it's 49976
    Changed it and still nothing amigo. It's all set to their correct id's now and just a blank image.

  4. #4
    Member Habbo2 is offline
    MemberRank
    Aug 2013 Join Date
    86Posts

    Re: [PlusR2] New furniture show as blank images

    Quote Originally Posted by FatalLulz View Post
    Changed it and still nothing amigo. It's all set to their correct id's now and just a blank image.
    A blank image means that the SWF doesn't have the <graphics> tag inside it.

    There are ways to fix this, but an easier way is just to download the SWF From Habbo.com

    http://habboo-a.akamaihd.net/dcr/hof...nest_gnome.swf

  5. #5
    R.I.P Millercent FatalLulz is offline
    MemberRank
    Nov 2012 Join Date
    AustraliaLocation
    2,248Posts

    Re: [PlusR2] New furniture show as blank images

    Problem solved amigos. Releasing catalogue once everything rar's up.

    Mod close thread please.
    Last edited by FatalLulz; 28-03-14 at 02:37 AM.



Advertisement