Furnidata HabboWood

Results 1 to 5 of 5
  1. #1
    Sorcerer Supreme duckietm is offline
    Member +Rank
    Oct 2010 Join Date
    339Posts

    Furnidata HabboWood

    I found on a the site the HabboWood furni exept is that wasn't compleet yet so here is the full HabboWood :) *No Foot Figure*

    Catalog Items :

    PHP Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (89926,65,'89926','cine_curtain',3,0,0,1);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (89927,65,'89927','cine_screen',3,0,0,1);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (89928,65,'89928','theatre_seat_g',3,0,0,1);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (89929,65,'89929','cine_tile',3,0,0,1);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (89930,65,'89930','cine_bench_b',3,0,0,1);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (89931,65,'89931','theatre_seat_b',3,0,0,1);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (89932,65,'89932','cine_roof',3,0,0,1);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (89933,65,'89933','cine_popcorn',3,0,0,1);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (89934,65,'89934','cine_bench',3,0,0,1);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (89935,65,'89935','cine_bench_b',3,0,0,1);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (89936,65,'89936','cine_ticket_booth',3,0,0,1);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (89937,65,'89937','cine_projector',3,0,0,1);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (89938,65,'89929','cine_tile',50,0,0,25);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (89939,65,'89938','cine_light1',3,0,0,1);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (89940,65,'89939','cine_light2',3,0,0,1); 
    Catalog_pages :

    PHP Code:
    INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`, `vip_only`) VALUES (65,3,'Haboonwood',0,33,'1','1',1,'0','0',39,'default_3x3','ctlg_habbowood_headline1_nl','campic_cam','','HaboonWood is net zoiets als HollyWood maar dan leuker :)','','Click on an item for more information.','','0'); 
    Furnidata :

    PHP 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 (89926,'cine_curtain','cine_curtain','s',8,1,0.001,'0','0','0',3569,'1','1','1','1','1','gate',2,'0','0');
    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 (89927,'cine_screen','cine_screen','s',8,1,1,'0','0','0',3563,'1','1','1','1','1','default',7,'0','0');
    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 (89928,'theatre_seat_g','theatre_seat_g','s',1,1,1,'0','1','0',3570,'1','1','1','1','1','default',6,'0','0');
    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 (89929,'cine_tile','cine_tile','s',1,1,0.1,'0','0','1',3566,'1','1','1','1','1','default',2,'0','0');
    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 (89930,'cine_bench_b','cine_bench_b','s',3,1,1.1,'0','1','0',3568,'1','1','1','1','1','default',1,'0','0');
    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 (89931,'theatre_seat_b','theatre_seat_b','s',1,1,1,'0','1','0',3560,'1','1','1','1','1','default',6,'0','0');
    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 (89932,'cine_roof','cine_roof','s',3,3,0.1,'0','0','1',3567,'1','1','1','1','1','default',5,'0','0');
    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 (89933,'cine_popcorn','cine_popcorn','s',1,1,1,'0','0','0',3565,'1','1','1','1','1','vendingmachine',1,'62','0');
    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 (89934,'cine_bench','cine_bench','s',3,1,1.1,'0','1','0',3559,'1','1','1','1','1','default',1,'0','0');
    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 (89935,'cine_bench_g','cine_bench_g','s',3,1,1.1,'0','1','0',3564,'1','1','1','1','1','default',1,'0','0');
    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 (89936,'cine_ticket_booth','cine_ticket_booth','s',1,1,1,'0','0','0',3562,'1','1','1','1','1','default',1,'0','0');
    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 (89937,'cine_projector','cine_projector','s',1,1,1,'0','0','0',3561,'1','1','1','1','1','default',2,'0','0');
    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 (89938,'cine_light1','cine_light1','i',0,0,1,'0','0','0',4380,'1','1','1','1','1','default',2,'0','0');
    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 (89939,'cine_light2','cine_light2','i',0,0,1,'0','0','0',4381,'1','1','1','1','1','default',2,'0','0'); 

    Furnidata : http://www.habbo.nl/gamedata/furnidata <-- THIS IS DUTCH !!! the US / PL whatever is different then you need to change the SPRITE_ID int the Furnidata table !!!!

    Expl the cine_light2 = sprite_id 4381 in Dutch but in US it is 4382 so then you need to change all those settings !



    And the furni SWF : hof_furni.rar
    Last edited by duckietm; 04-03-11 at 10:25 AM.


  2. #2
    Newbie Logger is offline
    MemberRank
    Feb 2011 Join Date
    Can't find itLocation
    22Posts

    Re: Furnidata HabboWood

    Not everybody has his furnidata in the database? ...

    ...Edit. Wrong furnidata you mean furniture ;l

  3. #3
    Sorcerer Supreme pLEDGE is offline
    Member +Rank
    Jun 2010 Join Date
    NorwayLocation
    299Posts

    Re: Furnidata HabboWood

    This have been already released. Check the forum before you post your thread.

    http://forum.ragezone.com/f353/habbowood-2011-a-731120/

    http://forum.ragezone.com/f353/black...furnis-730865/

  4. #4
    Sorcerer Supreme duckietm is offline
    Member +Rank
    Oct 2010 Join Date
    339Posts

    Re: Furnidata HabboWood

    This have been already released. Check the forum before you post your thread.

    http://forum.ragezone.com/f353/habbowood-2011-a-731120/

    http://forum.ragezone.com/f353/furni...furnis-730865/
    But none of those have the :
    Cine_Light1
    Cine_Light2

    So those where not released and if you read the text on top :
    I found on a the site the HabboWood furni exept is that wasn't compleet yet so here is the full HabboWood :) *No Foot Figure*
    I am not taking credits or something if you want your collection complete .....

    Nice rip you bundle of sticks (Faggot)!
    What the problems is with you guys, just trying to share info here !!!
    Last edited by duckietm; 04-03-11 at 03:15 PM.

  5. #5
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,773Posts

    Re: Furnidata HabboWood

    Quote Originally Posted by Mikehunt View Post
    You cant really say anything.
    Yhee, I gonna ignore that idiot.

    OnTopic:

    Nice release.



Advertisement