Before starting with the HabboWood, executes the code in this topic http://forum.ragezone.com/f353/black...furnis-730865/
After running the code from another topic, run these:
Furniture:
Catalog_items: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`, `foot_figure`) VALUES (89926, 'cine_curtain', 'cine_curtain', 's', 8, 1, 0.001, '0', '0', '0', 3841, '1', '1', '1', '1', '1', 'gate', 2, '0', ''), (89927, 'cine_screen', 'cine_screen', 's', 8, 1, 1, '0', '0', '0', 3842, '1', '1', '1', '1', '1', 'default', 7, '0', ''), (89928, 'theatre_seat_g', 'theatre_seat_g', 's', 1, 1, 1, '0', '1', '0', 3843, '1', '1', '1', '1', '1', 'default', 6, '0', ''), (89929, 'cine_tile', 'cine_tile', 's', 1, 1, 0.1, '0', '0', '1', 3844, '1', '1', '1', '1', '1', 'default', 2, '0', ''), (89930, 'cine_bench_b', 'cine_bench_b', 's', 3, 1, 1.1, '0', '1', '0', 3845, '1', '1', '1', '1', '1', 'default', 1, '0', ''), (89931, 'theatre_seat_b', 'theatre_seat_b', 's', 1, 1, 1, '0', '1', '0', 3846, '1', '1', '1', '1', '1', 'default', 6, '0', ''), (89932, 'cine_roof', 'cine_roof', 's', 3, 3, 0.1, '0', '0', '1', 3847, '1', '1', '1', '1', '1', 'default', 5, '0', ''), (89933, 'cine_popcorn', 'cine_popcorn', 's', 1, 1, 1, '0', '0', '0', 3848, '1', '1', '1', '1', '1', 'vendingmachine', 1, '62', ''), (89934, 'cine_bench', 'cine_bench', 's', 3, 1, 1.1, '0', '1', '0', 3849, '1', '1', '1', '1', '1', 'default', 1, '0', ''), (89935, 'cine_bench_g', 'cine_bench_g', 's', 3, 1, 1.1, '0', '1', '0', 3850, '1', '1', '1', '1', '1', 'default', 1, '0', ''), (89936, 'cine_ticket_booth', 'cine_ticket_booth', 's', 1, 1, 1, '0', '0', '0', 3851, '1', '1', '1', '1', '1', 'default', 1, '0', ''), (89937, 'cine_projector', 'cine_projector', 's', 1, 1, 1, '0', '0', '0', 3852, '1', '1', '1', '1', '1', 'default', 2, '0', '');
We finished in the database, so lets go to swf, open it and add the furnidata.txtCode:INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES (89926, 169, '89926', 'cine_curtain', 3, 0, 1), (89927, 169, '89927', 'cine_screen', 3, 0, 1), (89928, 169, '89928', 'theatre_seat_g', 3, 0, 1), (89929, 169, '89929', 'cine_tile', 3, 0, 1), (89930, 169, '89930', 'cine_bench_b', 3, 0, 1), (89931, 169, '89931', 'theatre_seat_b', 3, 0, 1), (89932, 169, '89932', 'cine_roof', 3, 0, 1), (89933, 169, '89933', 'cine_popcorn', 3, 0, 1), (89934, 169, '89934', 'cine_bench', 3, 0, 1), (89935, 169, '89935', 'cine_bench_b', 3, 0, 1), (89936, 169, '89936', 'cine_ticket_booth', 3, 0, 1), (89937, 169, '89937', 'cine_projector', 3, 0, 1);
Download: HabboWood 2011.rarCode:["s","3841","cine_curtain","31841","0","8","1","","cine_curtain name","cine_curtain desc","","-1","-1"], ["s","3842","cine_screen","31841","0","6","1","","cine_screen name","cine_screen desc","","-1","-1"], ["s","3843","theatre_seat_g","31841","0","1","1","","theatre_seat_g name","theatre_seat_g desc","","-1","-1"], ["s","3844","cine_tile","31841","0","1","1","","cine_tile name","cine_tile desc","","-1","-1"], ["s","3845","cine_bench_b","31841","0","3","1","","cine_bench_b name","cine_bench_b desc","","-1","-1"], ["s","3846","theatre_seat_b","31841","0","1","1","","theatre_seat_b name","theatre_seat_b desc","","-1","-1"], ["s","3847","cine_roof","31841","2","3","3","","cine_roof name","cine_roof desc","","-1","-1"], ["s","3848","cine_popcorn","31841","2","1","1","","cine_popcorn name","cine_popcorn desc","","-1","-1"], ["s","3849","cine_bench","31841","0","3","1","","cine_bench name","cine_bench desc","","-1","-1"], ["s","3850","cine_bench_g","31841","0","3","1","","cine_bench_g name","cine_bench_g desc","","-1","-1"], ["s","3851","cine_ticket_booth","31841","2","1","1","","cine_ticket_booth name","cine_ticket_booth desc","","-1","-1"], ["s","3852","cine_projector","31841","0","1","1","","cine_projector name","cine_projector desc","","-1","-1"],
Screen: http://img51.imageshack.us/img51/4130/habbowood.png
Credits:
Jeanzinh0(me) for creating the SQL and put the downloads
Sulake for creating the SWF






