1 new HabboWeen furniture

Results 1 to 14 of 14
  1. #1
    Member Elissatje is offline
    MemberRank
    Sep 2012 Join Date
    HengeloLocation
    74Posts

    1 new HabboWeen furniture

    Hey Ragezone,

    Habbo released one new HabboWeen furniture. It's a demon!


    In the download you can find swf's with and without graphics.
    https://www.mediafire.com/?qiguaghiib1aqsu

    Phoenix sql's
    Catalog_items
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
    (5922, 'PAGEID', '5922', 'hween14_demon', '5', '0', '0', '1');

    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
    (5922, 'hween14_demon', 'hween14_demon', 's', 1, 1, 1, '0', '0', '0', 5922, '1', '1', '1', '1', '1', 'Default', 3, '0', '0');
    ,
    Bcstorm SQLS
    Items base
    INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('6214', 'hween14_demon', 'hween14_demon', 's', '1', '1', '1', '1', '0', '0', '6214', '1', '1', '1', '1', '1', 'default', '10', '0');

    Catalogs_items_copy
    INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('6214', 'PAGE-ID', '6214', 'Demon Goat', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
    Furnidata and Productdata
    Furnidata
    ["s","5922","hween14_demon","54940","2","1","1","","Demonische geit","Laat je niet aanstampen.","","-1","false","-1","false","","1","false","0","0","0"],

    Productdata
    ["hween14_demon","Demonische geit","Laat je niet aanstampen..."],
    Mercury SQLs
    catalog_items
    Code:
    INSERT INTO `catalog_items` VALUES ('104535', '302', '93426', 'hween14_demon', '5', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '', '');
    furniture
    Code:
    INSERT INTO `furniture` VALUES ('93426', '-1', 'hween14_demon', 'hween14_demon', 's', '1', '1', '1', '1', '0', '0', '82318', '0', '1', '1', '1', '1', 'default', '1', '', '0', '0', '0');
    furnidata_xml (PLACE THIS BETWEEN THE ROOMITEMTYPES TAGS!)
    Code:
    <furnitype id="82318" classname="hween14_demon">
    <revision>54892</revision>
    <defaultdir>2</defaultdir>
    <xdim>1</xdim>
    <ydim>1</ydim>
    <partcolors/>
    <name>Demon Goat</name>
    <description>Don't get rammed.</description>
    <adurl/>
    <offerid>-1</offerid>
    <buyout>0</buyout>
    <rentofferid>-1</rentofferid>
    <rentbuyout>0</rentbuyout>
    <bc>0</bc>
    <customparams/>
    <specialtype>1</specialtype>
    <canstandon>0</canstandon>
    <cansiton>0</cansiton>
    <canlayon>0</canlayon>
    </furnitype>
    Remember to put the hween14_demon.swf WITH GRAPHIC TAGS in the 54892 folder in your hof_furni!
    Credits:
    Image - Puhekupla
    Swf's - Habbo
    Productdata & Release - Me
    Phoenix Sql's - Bouwhotel
    BcStorm Sql's - Maartenvn
    Mercury SQLs - Twan


    Have fun!
    Last edited by Elissatje; 02-10-14 at 06:19 PM. Reason: More information.


  2. #2
    Infraction Banned HabMoon is offline
    MemberRank
    Jun 2007 Join Date
    HM OfficesLocation
    3,068Posts

    Re: 1 new HabboWeen furniture

    Completely offtopic but I suddenly remember where I know your name from lol.

    Thanks for sharing :), pretty nice furni lots of animation, I'm wondering how much it's gonna cost at Habbo :P

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

    Re: 1 new HabboWeen furniture

    Its houndoom!

  4. #4
    Ragezone Furni Releaser maartenvn is offline
    MemberRank
    Dec 2012 Join Date
    Ragezone WorldLocation
    928Posts

    Re: 1 new HabboWeen furniture

    Wow looks great!

    Bcstorm SQLS

    Items Base
    PHP Code:
    INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('6214''hween14_demon''hween14_demon''s''1''1''1''1''0''0''6214''1''1''1''1''1''default''10''0'); 
    Catalog_items_copy
    PHP Code:
    INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('6214''PAGE-ID''6214''Demon Goat''10''0''1''0''0''0''0''0''1'''); 

  5. #5
    Member Elissatje is offline
    MemberRank
    Sep 2012 Join Date
    HengeloLocation
    74Posts

    Re: 1 new HabboWeen furniture

    UPDATED topic with BcStorm SQL's, thanks to @maartenvn

  6. #6
    Still alive. Luminia is offline
    MemberRank
    Apr 2013 Join Date
    Out of SpaceLocation
    1,146Posts

    Re: 1 new HabboWeen furniture

    Quote Originally Posted by The General View Post
    Its houndoom!
    Just true pokemon fans know it

  7. #7
    Ragezone Furni Releaser maartenvn is offline
    MemberRank
    Dec 2012 Join Date
    Ragezone WorldLocation
    928Posts

    Re: 1 new HabboWeen furniture

    Quote Originally Posted by Luminia View Post
    Just true pokemon fans know it
    Make a ICM of it!!

  8. #8
    Still alive. Luminia is offline
    MemberRank
    Apr 2013 Join Date
    Out of SpaceLocation
    1,146Posts

    Re: 1 new HabboWeen furniture

    Quote Originally Posted by maartenvn View Post
    Make a ICM of it!!


    If you want it click here!

    Greetz,

  9. #9
    Member Terry Lgm is offline
    MemberRank
    Nov 2013 Join Date
    91Posts

    Re: 1 new HabboWeen furniture

    For Mercury please ?

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

    Re: 1 new HabboWeen furniture

    Mercury SQLs

    catalog_items
    Code:
    INSERT INTO `catalog_items` VALUES ('104535', '302', '93426', 'hween14_demon', '5', '0', '0', '0', '1', '0', '0', '0', '0', '1', '0', '', '');
    furniture
    Code:
    INSERT INTO `furniture` VALUES ('93426', '-1', 'hween14_demon', 'hween14_demon', 's', '1', '1', '1', '1', '0', '0', '82318', '0', '1', '1', '1', '1', 'default', '1', '', '0', '0', '0');
    furnidata_xml (PLACE THIS BETWEEN THE ROOMITEMTYPES TAGS!)
    Code:
    <furnitype id="82318" classname="hween14_demon">
    <revision>54892</revision>
    <defaultdir>2</defaultdir>
    <xdim>1</xdim>
    <ydim>1</ydim>
    <partcolors/>
    <name>Demon Goat</name>
    <description>Don't get rammed.</description>
    <adurl/>
    <offerid>-1</offerid>
    <buyout>0</buyout>
    <rentofferid>-1</rentofferid>
    <rentbuyout>0</rentbuyout>
    <bc>0</bc>
    <customparams/>
    <specialtype>1</specialtype>
    <canstandon>0</canstandon>
    <cansiton>0</cansiton>
    <canlayon>0</canlayon>
    </furnitype>
    Remember to put the hween14_demon.swf WITH GRAPHIC TAGS in the 54892 folder in your hof_furni!

  11. #11
    Member Elissatje is offline
    MemberRank
    Sep 2012 Join Date
    HengeloLocation
    74Posts

    Re: 1 new HabboWeen furniture

    UPDATED topic with Mercury sql's, thanks to @Twan

  12. #12
    Member li4m is offline
    MemberRank
    May 2013 Join Date
    58Posts

    Re: 1 new HabboWeen furniture

    Thanks for the release! :)

  13. #13
    Enthusiast BouwHotel is offline
    MemberRank
    Aug 2014 Join Date
    The NetherlandsLocation
    48Posts

    Re: 1 new HabboWeen furniture

    Thank you caught me SQL and put my credits there.


    I like this furni Because a lot of animation.

    Regards,

    Tim aka BouwHotel

  14. #14
    Member Weards is offline
    MemberRank
    May 2012 Join Date
    BrazilLocation
    53Posts

    Re: 1 new HabboWeen furniture

    Thanks for the release!



Advertisement