15 New Christmas Furniture

Page 1 of 2 12 LastLast
Results 1 to 25 of 27
  1. #1
    Guinness Book of Records Goodbook is offline
    MemberRank
    Nov 2012 Join Date
    The NetherlandsLocation
    229Posts

    thumbs up 15 New Christmas Furniture

    Yes, Habbo upload again new furniture



    And room background.




    Furnidata
    Code:
    ["s","4525","xmas12_cfloorbig","44502","0","2","2","","Kasteelvloer","Ridderlijk vloertje. In 3 kleuren.","","-1","-1","","1"],
    ["s","4526","xmas12_snack","44502","0","1","1","","Melk en koekjes","Al sinds 1930 een beproefde combi","","194499","7205","","1"],
    ["s","4527","xmas12_cfloor","44502","0","1","1","","Kasteelvloer","Ridderlijk vloertje. In 3 kleuren.","","-1","-1","","1"],
    ["s","4528","roombg_aurora","44502","0","1","1","","Aurora Borealis Achtergrond","Kijk naar de lichtjes!","","194496","7207","","1"],
    ["s","4529","xmas12_floortile2","44502","0","2","2","","Middeleeuws Gedecoreerde Vloer","Voor een stijlvol kasteel.","","-1","-1","","1"],
    ["s","4530","xmas12_worktable","44502","0","1","2","","Santa's Workbench","Ultimate arts and crafts table","","-1","-1","","1"],
    Catalog_items (Phoenix 3.10.0)
    Code:
    INSERT INTO `catalog_items` VALUES ('4525', '1084', '4525', 'xmas12_cfloorbig', '5', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` VALUES ('4526', '1084', '4526', 'xmas12_snack', '5', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` VALUES ('4527', '1084', '4527', 'xmas12_cfloor', '5', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` VALUES ('4528', '1084', '4528', 'roombg_aurora', '5', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` VALUES ('4529', '1084', '4529', 'xmas12_floortile2', '5', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` VALUES ('4530', '1084', '4530', 'xmas12_worktable', '5', '0', '0', '1', '0', '0');
    Furniture (Phoenix 3.10.0)
    Code:
    INSERT INTO `furniture` VALUES ('4525', 'xmas12_cfloorbig', 'xmas12_cfloorbig', 's', '2', '2', '0.1', '1', '0', '1', '4525', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0');
    INSERT INTO `furniture` VALUES ('4526', 'xmas12_snack', 'xmas12_snack', 's', '1', '1', '0', '0', '0', '0', '4526', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0');
    INSERT INTO `furniture` VALUES ('4527', 'xmas12_cfloor', 'xmas12_cfloor', 's', '1', '1', '0.1', '1', '0', '1', '4527', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0');
    INSERT INTO `furniture` VALUES ('4528', 'roombg_aurora', 'roombg_aurora', 's', '1', '1', '0.5', '1', '0', '0', '4528', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0');
    INSERT INTO `furniture` VALUES ('4529', 'xmas12_floortile2', 'xmas12_floortile2', 's', '2', '2', '1', '1', '0', '1', '4529', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0');
    INSERT INTO `furniture` VALUES ('4530', 'xmas12_worktable', 'xmas12_worktable', 's', '1', '2', '1', '1', '0', '0', '4530', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0');
    Catalog_items (Phoenix 3.7.1, 3.8.1, 3.9.1)
    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES 
    ('4525, '1084', '4525', 'xmas12_cfloorbig', '5', '0', '0', '1', '0'),
    ('4526', '1084', '4526', 'xmas12_snack', '5', '0', '0', '1', '0'),
    ('4527', '1084', '4527', 'xmas12_cfloor', '5', '0', '0', '1', '0'),
    ('4528', '1084', '4528', 'roombg_aurora', '5', '0', '0', '1', '0'),
    ('4529', '1084', '4529', 'xmas12_floortile2', '5', '0', '0', '1', '0'),
    ('4530', '1084', '4530', 'xmas12_worktable', '5', '0', '0', '1', '0')
    Furniture (Phoenix 3.7.1, 3.8.1, 3.9.1)
    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`) VALUES 
    ('4525', 'xmas12_cfloorbig', 'xmas12_cfloorbig', 's', '2', '2', '0.1', '1', '0', '1', '4525', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0'),
    ('4526', 'xmas12_snack', 'xmas12_snack', 's', '1', '1', '0', '0', '0', '0', '4526', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0'),
    ('4527', 'xmas12_cfloor', 'xmas12_cfloor', 's', '1', '1', '0.1', '1', '0', '1', '4527', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0'),
    ('4528', 'roombg_aurora', 'roombg_aurora', 's', '1', '1', '0.5', '1', '0', '0', '4528', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0'),
    ('4529', 'xmas12_floortile2', 'xmas12_floortile2', 's', '2', '2', '1', '1', '0', '1', '4529', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0'),
    ('4530', 'xmas12_worktable', 'xmas12_worktable', 's', '1', '2', '1', '1', '0', '0', '4530', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0');
    New 6 Xmas furni.rar
    Attached Thumbnails Attached Thumbnails sd.png  
    Last edited by Goodbook; 19-12-12 at 03:10 PM.


  2. #2
    Valued Member Tico Triest is offline
    MemberRank
    Sep 2012 Join Date
    The NetherlandsLocation
    112Posts

    Re: 6 New Christmas Furniture

    So..?

    What do we have to do with these?

    You post a topic in the subforum Furniture releases?

    Where is the Furniture SQL and SWF then?

  3. #3
    Valued Member Superbomm is offline
    MemberRank
    Feb 2011 Join Date
    BelgiumLocation
    129Posts

    Re: 6 New Christmas Furniture

    Already done this, furni sql in progress (testing width, length, interactions,...):

    Code:
    ["s","4525","xmas12_cfloorbig","44502","0","2","2","","Kasteelvloer","Ridderlijk vloertje. In 3 kleuren.","","-1","-1","","1"],
    ["s","4526","xmas12_snack","44502","0","1","1","","Melk en koekjes","Al sinds 1930 een beproefde combi","","194499","7205","","1"],
    ["s","4527","xmas12_cfloor","44502","0","1","1","","Kasteelvloer","Ridderlijk vloertje. In 3 kleuren.","","-1","-1","","1"],
    ["s","4528","roombg_aurora","44502","0","1","1","","Aurora Borealis Achtergrond","Kijk naar de lichtjes!","","194496","7207","","1"],
    ["s","4529","xmas12_floortile2","44502","0","2","2","","Middeleeuws Gedecoreerde Vloer","Voor een stijlvol kasteel.","","-1","-1","","1"],
    ["s","4530","xmas12_worktable","44502","0","1","2","","Santa's Workbench","Ultimate arts and crafts table","","-1","-1","","1"],
    
    INSERT INTO `catalog_items` VALUES ('4525', '1084', '4525', 'xmas12_cfloorbig', '5', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` VALUES ('4526', '1084', '4526', 'xmas12_snack', '5', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` VALUES ('4527', '1084', '4527', 'xmas12_cfloor', '5', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` VALUES ('4528', '1084', '4528', 'roombg_aurora', '5', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` VALUES ('4529', '1084', '4529', 'xmas12_floortile2', '5', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` VALUES ('4530', '1084', '4530', 'xmas12_worktable', '5', '0', '0', '1', '0', '0');
    
    INSERT INTO `furniture` VALUES ('4525', 'xmas12_cfloorbig', 'xmas12_cfloorbig', 's', '2', '2', '0.1', '1', '0', '1', '4525', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0');
    INSERT INTO `furniture` VALUES ('4526', 'xmas12_snack', 'xmas12_snack', 's', '1', '1', '0.5', '0', '0', '0', '4526', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0');
    INSERT INTO `furniture` VALUES ('4527', 'xmas12_cfloor', 'xmas12_cfloor', 's', '1', '1', '0.1', '1', '0', '1', '4527', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0');
    INSERT INTO `furniture` VALUES ('4528', 'roombg_aurora', 'roombg_aurora', 's', '1', '1', '0.5', '1', '0', '0', '4528', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0');
    INSERT INTO `furniture` VALUES ('4529', 'xmas12_floortile2', 'xmas12_floortile2', 's', '2', '2', '0.1', '1', '0', '1', '4529', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0');
    INSERT INTO `furniture` VALUES ('4530', 'xmas12_worktable', 'xmas12_worktable', 's', '1', '2', '1', '1', '0', '0', '4530', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0');
    SWF ripped by Dcr-Project: http://gweinyddwrstorio.net/dcp/hof_...14-12-2012.zip

    The above will only work for Phoenix 3.10.0 databases! For other versions you'll have to edit.
    Last edited by Superbomm; 14-12-12 at 04:44 PM. Reason: Added furniture and swf

  4. #4
    Guinness Book of Records Goodbook is offline
    MemberRank
    Nov 2012 Join Date
    The NetherlandsLocation
    229Posts

    Re: 6 New Christmas Furniture

    Quote Originally Posted by Tico Triest View Post
    So..?

    What do we have to do with these?

    You post a topic in the subforum Furniture releases?

    Where is the Furniture SQL and SWF then?
    Impatient?

  5. #5
    Valued Member Tico Triest is offline
    MemberRank
    Sep 2012 Join Date
    The NetherlandsLocation
    112Posts

    Re: 6 New Christmas Furniture

    Quote Originally Posted by Goodbook View Post
    Impatient?
    No, If you make a topic, You should have everything ready, and not just open up a topic with a few screenshots, You did'nt even said SQL and SWF on it's way! so, i thought you were just some kind of noob who reminds the whole forum there are new furnitures

    and maybe add the SWF if you have already? ;$

  6. #6
    **Danish aZure support** Gilibert is offline
    MemberRank
    Jan 2011 Join Date
    236Posts

    Re: 6 New Christmas Furniture

    Looks forward to furniture SQL and SWF

  7. #7
    Guinness Book of Records Goodbook is offline
    MemberRank
    Nov 2012 Join Date
    The NetherlandsLocation
    229Posts

    Re: 6 New Christmas Furniture

    Quote Originally Posted by Tico Triest View Post
    No, If you make a topic, You should have everything ready, and not just open up a topic with a few screenshots, You did'nt even said SQL and SWF on it's way! so, i thought you were just some kind of noob who reminds the whole forum there are new furnitures

    and maybe add the SWF if you have already? ;$
    First the furniture, 5 min later the SQL's..

  8. #8
    fak Dysfunctional is offline
    MemberRank
    Jul 2012 Join Date
    AustraliaLocation
    391Posts

    Re: 6 New Christmas Furniture

    Productdata;

    Code:
    ["xmas12_snack","Milk & Cookies","Filling jolly bellies since 1930"]
    ["xmas12_floortile2","Decorated Medieval Floor","For the fancy castle."],
    ["xmas12_cfloor","Castle Floor","Floor fit for a knight. 3 colours."]
    ["xmas12_cfloorbig","Castle Floor","Floor fit for a knight. 3 colours."]
    ["roombg_aurora","Aurora Borealis Room Background","Look at the pretty lights!"],
    ["xmas12_worktable","Santa's Workbench","Ultimate arts and crafts table"],
    SWF files;

    http://gweinyddwrstorio.net/dcp/hof_...14-12-2012.zip

    (Only for furniture being released in the thread.)

  9. #9
    **Danish aZure support** Gilibert is offline
    MemberRank
    Jan 2011 Join Date
    236Posts

    Re: 6 New Christmas Furniture

    Why all thise SF files for just 6 furnitures

  10. #10
    Valued Member Tico Triest is offline
    MemberRank
    Sep 2012 Join Date
    The NetherlandsLocation
    112Posts

    Re: 6 New Christmas Furniture

    Oh My

    I'm not trying to be an asshole, but why do you upload the whole habbo SWF database?

  11. #11
    Guinness Book of Records Goodbook is offline
    MemberRank
    Nov 2012 Join Date
    The NetherlandsLocation
    229Posts

    Re: 6 New Christmas Furniture

    Quote Originally Posted by Tico Triest View Post
    Oh My. I'm not trying to be an asshole, but why do you upload the whole habbo SWF database?
    Quote Originally Posted by Mixland View Post
    Why all thise SF files for just 6 furnitures
    Already done.

  12. #12
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,610Posts

    Re: 6 New Christmas Furniture

    Why not update your previous thread cause thats way easier than everything shared over 20 threads that has to do something about xmas2012

  13. #13
    Guinness Book of Records Goodbook is offline
    MemberRank
    Nov 2012 Join Date
    The NetherlandsLocation
    229Posts

    Re: 6 New Christmas Furniture

    Quote Originally Posted by tdid View Post
    Why not update your previous thread cause thats way easier than everything shared over 20 threads that has to do something about xmas2012
    Got a limit for images :(

  14. #14
    Member TEN-BN is offline
    MemberRank
    Aug 2009 Join Date
    NorwayLocation
    92Posts

    Re: 6 New Christmas Furniture

    Thank you. If anyone gets problems with furnidata, try this:
    PHP Code:
    INSERT INTO `furnitureVALUES ('4525''xmas12_cfloorbig''xmas12_cfloorbig''s''2''2''0.1''1''0''1''4525''1''1''1''1''1''default''1''0''0''0');
    INSERT INTO `furnitureVALUES ('4526''xmas12_snack''xmas12_snack''s''1''1''0''0''0''0''4526''1''1''1''1''1''default''5''0''0''0');
    INSERT INTO `furnitureVALUES ('4527''xmas12_cfloor''xmas12_cfloor''s''1''1''0.1''1''0''1''4527''1''1''1''1''1''default''4''0''0''0');
    INSERT INTO `furnitureVALUES ('4528''roombg_aurora''roombg_aurora''s''1''1''0.5''1''0''0''4528''1''1''1''1''1''default''1''0''0''0');
    INSERT INTO `furnitureVALUES ('4529''xmas12_floortile2''xmas12_floortile2''s''2''2''1''1''0''1''4529''1''1''1''1''1''default''1''0''0''0');
    INSERT INTO `furnitureVALUES ('4530''xmas12_worktable''xmas12_worktable''s''1''2''1''1''0''0''4530''1''1''1''1''1''default''3''0''0''0'); 

  15. #15
    Proficient Member Webbo is offline
    MemberRank
    Apr 2012 Join Date
    HoloLocation
    190Posts

    Re: 6 New Christmas Furniture

    Hi, I had problems with the sqls, so every time I have good created :). That part I like with you guys. Furnidata and Product data are Dutch :).

    Furnidata:
    ["s","45252","xmas12_cfloorbig","44502","0","2","2","","Kasteelvloer","Ridderlijk vloertje. In 3 kleuren.","","-1","-1","","1"],
    ["s","45262","xmas12_snack","44502","0","1","1","","Melk en koekjes","Al sinds 1930 een beproefde combi","","194499","7205","","1"],
    ["s","45272","xmas12_cfloor","44502","0","1","1","","Kasteelvloer","Ridderlijk vloertje. In 3 kleuren.","","-1","-1","","1"],
    ["s","45282","roombg_aurora","44502","0","1","1","","Aurora Borealis Achtergrond","Kijk naar de lichtjes!","","194496","7207","","1"],
    ["s","45292","xmas12_floortile2","44502","0","2","2","","Middeleeuws Gedecoreerde Vloer","Voor een stijlvol kasteel.","","-1","-1","","1"],
    ["s","45302","xmas12_worktable","44502","0","1","2","","Santa's Workbench","Ultimate arts and crafts table","","-1","-1","","1"]]
    Productdata:
    ["xmas12_cfloorbig","Kasteelvloer","Ridderlijk vloertje. In 3 kleuren."],
    ["xmas12_snack","Melk en koekjes","Al sinds 1930 een beproefde combi"],
    ["xmas12_cfloor","Kasteelvloer","Ridderlijk vloertje. In 3 kleuren."],
    ["roombg_aurora","Aurora Borealis Achtergrond","Kijk naar de lichtjes!"],
    ["xmas12_floortile2","Middeleeuws Gedecoreerde Vloer","Voor een stijlvol kasteel."],
    ["xmas12_worktable","Santa's Workbench","Ultimate arts and crafts table"]]
    Furniture:
    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`) VALUES
    (45252, 'xmas12_cfloorbig', 'xmas12_cfloorbig', 's', 1, 3, 1, '1', '0', '0', 45252, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
    (45262, 'xmas12_snack', 'xmas12_snack', 's', 1, 1, 1, '1', '0', '0', 45262, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
    (45272, 'xmas12_cfloor', 'xmas12_cfloor', 's', 1, 1, 1, '1', '0', '0', 45272, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
    (45282, 'roombg_aurora', 'roombg_aurora', 's', 1, 1, 1, '1', '0', '0', 45282, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
    (45292, 'xmas12_floortile2', 'xmas12_floortile2', 's', 1, 1, 1, '1', '0', '0', 45292, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
    (45302, 'xmas12_worktable', 'xmas12_worktable', 'i', 0, 0, 1, '1', '0', '0', 45302, '1', '1', '1', '1', '1', 'default', 4, '0', '0');
    Catalog_items:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
    ('45252, '234342', '45252', 'xmas12_cfloorbig', '5', '0', '0', '1', '0'),
    ('45262', '234342', '45262', 'xmas12_snack', '5', '0', '0', '1', '0'),
    ('45272', '234342', '45272', 'xmas12_cfloor', '5', '0', '0', '1', '0'),
    ('45282', '234342', '45282', 'roombg_aurora', '5', '0', '0', '1', '0'),
    ('45292', '234342', '45292', 'xmas12_floortile2', '5', '0', '0', '1', '0'),
    ('45302', '234342', '45302', 'xmas12_worktable', '5', '0', '0', '1', '0');
    Greetzzzz.

  16. #16
    Enthusiast Alexsander Lima is offline
    MemberRank
    Nov 2012 Join Date
    42Posts

    Re: 6 New Christmas Furniture

    Can anyone make the sql for Butterfly and atom?

    thank you

  17. #17
    Guinness Book of Records Goodbook is offline
    MemberRank
    Nov 2012 Join Date
    The NetherlandsLocation
    229Posts

    Re: 15 New Christmas Furniture

    New furni added!

    Who can make sql's and SWF'S?

  18. #18

    Re: 15 New Christmas Furniture

    What is with the wired? Where can i find it?

  19. #19
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Re: 15 New Christmas Furniture

    New furni, latest sql's?

  20. #20
    Member div00w is offline
    MemberRank
    Jul 2012 Join Date
    NederlandLocation
    64Posts

    Re: 15 New Christmas Furniture

    Can someonse reupload the swf?

  21. #21
    Planning Stuff Since 2013 Vrop93 is offline
    MemberRank
    Jan 2012 Join Date
    Grocery StoreLocation
    320Posts

    Re: 15 New Christmas Furniture

    Thanks, I'm gonna add these to my hotel, because I haven't added any customs or furni in ages ;)

    But of course, download link's broken :(
    Mirrors???

  22. #22
    Say whaaat pLEDGE is offline
    MemberRank
    Jun 2010 Join Date
    NorwayLocation
    299Posts

    Re: 15 New Christmas Furniture

    Please re-upload the swf. They are not avaiable at mediafire.

  23. #23
    Valued Member Troll Hotel is offline
    MemberRank
    Nov 2012 Join Date
    SlovakiaLocation
    144Posts

    Re: 15 New Christmas Furniture

    I need r63b SQL's :(

  24. #24
    Banned V for Vendetta is offline
    BannedRank
    Feb 2007 Join Date
    1,809Posts

    Re: 15 New Christmas Furniture

    Quote Originally Posted by Troll Hotel View Post
    I need r63b SQL's :(
    You can probably find those on to the Phoenix database or you just need to wait for an other to post the release of an r63b Database SQL/SWF

  25. #25
    Coder/Programmer Toxic998 is offline
    MemberRank
    Nov 2012 Join Date
    USALocation
    215Posts

    Re: 15 New Christmas Furniture

    A little late now, I guess. THanks for the release i hope to see them on hotels in the future.
    Will come in handy next year :P



Page 1 of 2 12 LastLast

Advertisement