Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Furnidata HabboWood

Status
Not open for further replies.
Skilled Illusionist
Joined
Oct 20, 2010
Messages
329
Reaction score
84
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:
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:
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:
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 : <-- 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 :
 
Last edited:
Newbie Spellweaver
Joined
Feb 14, 2011
Messages
19
Reaction score
5
Not everybody has his furnidata in the database? ...

...Edit. Wrong furnidata you mean furniture ;l
 
Skilled Illusionist
Joined
Oct 20, 2010
Messages
329
Reaction score
84

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:
Status
Not open for further replies.
Back
Top