HabboWeen 2010 - SWFS and SQL

Thom

You can't touch this
Oct 1, 2010
1,305
386
Please note, this isn't my release, someone posted it elsewhere on another forum.

Image:
imagemuf.png



SWF Download:


SQL:
Furniture
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
(30000, 'hween10_bat', 'hween10_bat', 's', 1, 1, 1, '0', '0', '0', 3662, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(30001, 'hween10_card_1', 'hween10_card_1', 'i', 1, 1, 1, '1', '0', '0', 4346, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(30002, 'hween10_card_2', 'hween10_card_2', 'i', 1, 1, 1, '1', '0', '0', 4350, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(30003, 'hween10_card_3', 'hween10_card_3', 'i', 1, 1, 1, '1', '0', '0', 4345, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(30004, 'hween10_card_4', 'hween10_card_4', 'i', 1, 1, 1, '1', '0', '0', 4347, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(30005, 'hween10_card_5', 'hween10_card_5', 'i', 1, 1, 1, '1', '0', '0', 4351, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(30006, 'hween10_card_6', 'hween10_card_6', 'i', 1, 1, 1, '1', '0', '0', 4348, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(30007, 'hween10_chicken', 'hween10_chicken', 's', 2, 1, 1, '1', '0', '0', 3658, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(30008, 'hween10_ffly', 'hween10_ffly', 's', 1, 1, 1, '1', '0', '0', 3657, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(30009, 'hween10_fog', 'hween10_fog', 's', 2, 2, 0.0001, '1', '0', '1', 3652, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(30010, 'hween10_jar', 'hween10_jar', 's', 1, 1, 1, '1', '0', '0', 3651, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(30011, 'hween10_logs', 'hween10_logs', 's', 1, 1, 0.3, '0', '0', '1', 3656, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(30012, 'hween10_pond', 'hween10_pond', 's', 2, 2, 0.01, '1', '0', '0', 3650, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(30013, 'hween10_portch', 'hween10_portch', 's', 1, 1, 1, '0', '0', '1', 3661, '1', '1', '1', '1', '1', 'default', 7, '0', ''),
(30014, 'hween10_skullpost', 'hween10_skullpost', 's', 1, 1, 1, '1', '0', '0', 3654, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(30015, 'hween10_swamp', 'hween10_swamp', 's', 2, 2, 0.01, '1', '0', '0', 3649, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(30016, 'hween10_tarot', 'hween10_tarot', 's', 1, 1, 1, '1', '0', '0', 3646, '1', '1', '1', '1', '1', 'default', 7, '0', ''),
(30017, 'hween10_tele', 'hween10_tele', 's', 1, 1, 0.1, '1', '0', '0', 3659, '1', '1', '1', '1', '1', 'teleport', 2, '0', ''),
(30018, 'hween10_throne', 'hween10_throne', 's', 1, 1, 1.2, '0', '1', '0', 3660, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(30019, 'hween10_tree', 'hween10_tree', 's', 1, 1, 1, '1', '0', '0', 3648, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(30020, 'hween10_voodoo1', 'hween10_voodoo1', 's', 1, 1, 1, '1', '0', '0', 3647, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(30021, 'hween10_voodoo2', 'hween10_voodoo2', 's', 1, 1, 1, '1', '0', '0', 3653, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(30022, 'hween10_voodoo3', 'hween10_voodoo3', 's', 1, 1, 1, '1', '0', '0', 3655, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(30023, 'hween10_wallskull', 'hween10_wallskull', 'i', 1, 1, 1, '1', '0', '0', 4349, '1', '1', '1', '1', '1', 'default', 1, '0', '');

Calatlog_items
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(3000, 300, '30000', 'hween10_bat', 3, 0, 1),
(3001, 300, '30001', 'hween10_card_1', 3, 0, 1),
(3002, 300, '30002', 'hween10_card_2', 3, 0, 1),
(3003, 300, '30003', 'hween10_card_3', 3, 0, 1),
(3004, 300, '30004', 'hween10_card_4', 3, 0, 1),
(3005, 300, '30005', 'hween10_card_5', 3, 0, 1),
(3006, 300, '30006', 'hween10_card_6', 3, 0, 1),
(3007, 300, '30007', 'hween10_chicken', 3, 0, 1),
(3008, 300, '30008', 'hween10_ffly', 3, 0, 1),
(3009, 300, '30009', 'hween10_fog', 3, 0, 1),
(3010, 300, '30010', 'hween10_jar', 3, 0, 1),
(3011, 300, '30011', 'hween10_logs', 3, 0, 1),
(3012, 300, '30012', 'hween10_pond', 3, 0, 1),
(3013, 300, '30013', 'hween10_portch', 3, 0, 1),
(3014, 300, '30014', 'hween10_skullpost', 3, 0, 1),
(3015, 300, '30015', 'hween10_swamp', 3, 0, 1),
(3016, 300, '30016', 'hween10_tarot', 3, 0, 1),
(3017, 300, '30017', 'hween10_tele', 3, 0, 1),
(3018, 300, '30018', 'hween10_throne', 3, 0, 1),
(3019, 300, '30019', 'hween10_tree', 3, 0, 1),
(3020, 300, '30020', 'hween10_voodoo1', 3, 0, 1),
(3021, 300, '30021', 'hween10_voodoo2', 3, 0, 1),
(3022, 300, '30022', 'hween10_voodoo3', 3, 0, 1),
(3023, 300, '30023', 'hween10_wallskull', 3, 0, 1);

Catalog_pages
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`) VALUES
(300, 3, 'Voodoo', 1, 79, '1', '1', 1, '0', '0', 1, 'default_3x3', '', '', '', '', '', '', '');

-End of SQL

Furnidata (furnidata.txt)
Code:
["s","3646","hween10_tarot","28886","0","1","1","","hween10_tarot name","hween10_tarot desc","","-1","-1"],["s","3647","hween10_voodoo1","28886","0","1","1","","hween10_voodoo1 name","hween10_voodoo1 desc","","-1","-1"],["s","3648","hween10_tree","28886","0","1","1","","hween10_tree name","hween10_tree","","-1","-1"],["s","3649","hween10_swamp","28886","2","2","2","","hween10_swamp name","hween10_swamp desc","","-1","-1"],["s","3650","hween10_pond","28886","2","2","2","","hween10_pond name","hween10_pond desc","","-1","-1"],["s","3651","hween10_jar","28886","0","1","1","","hween10_jar name","hween10_jar desc","","-1","-1"],["s","3652","hween10_fog","28886","0","2","2","","hween10_fog name","hween10_fog desc","","-1","-1"],["s","3653","hween10_voodoo2","28886","0","1","1","","hween10_voodoo2 name","hween10_voodoo2 desc","","-1","-1"],["s","3654","hween10_skullpost","28886","0","1","1","","hween10_skullpost name","hween10_skullpost desc","","-1","-1"],["s","3655","hween10_voodoo3","28886","0","1","1","","hween10_voodoo3 name","hween10_voodoo3 desc","","-1","-1"],["s","3656","hween10_logs","28886","2","1","1","","hween10_logs name","hween10_logs desc","","-1","-1"],["s","3657","hween10_ffly","28886","0","1","1","","hween10_ffly name","hween10_ffly desc","","-1","-1"],["s","3658","hween10_chicken","28886","0","2","1","","hween10_chicken name","hween10_chicken desc","","-1","-1"],["s","3659","hween10_tele","28886","0","1","1","","hween10_tele name","hween10_tele desc","","-1","-1"],["s","3660","hween10_throne","28886","0","1","1","","hween10_throne name","hween10_throne desc","","-1","-1"],["s","3661","hween10_portch","28886","0","1","1","","hween10_portch name","hween10_portch desc","","-1","-1"],["s","3662","hween10_bat","28886","0","1","1","","hween10_bat name","hween10_bat desc","","-1","-1"],["i","4345","hween10_card_3","28886","","","","","hween10_card_3 name","hween10_card_3 desc","","-1","-1"],["i","4346","hween10_card_1","28886","","","","","hween10_card_1 name","hween10_card_1 desc","","-1","-1"],["i","4347","hween10_card_4","28886","","","","","hween10_card_4 name","hween10_card_4 desc","","-1","-1"],["i","4348","hween10_card_6","28886","","","","","hween10_card_6 name","hween10_card_6 desc","","-1","-1"],["i","4349","hween10_wallskull","28886","","","","","hween10_wallskull name","hween10_wallskull desc","","-1","-1"],["i","4350","hween10_card_2","28886","","","","","hween10_card_2 name","hween10_card_2 desc","","-1","-1"],["i","4351","hween10_card_5","28886","","","","","hween10_card_5 name","hween10_card_5 desc","","-1","-1"]

Credits to..
Sr.danilo2014- SWF Download
Sulake- Making the SWFS
Jeanzinh0 - Creating SQL


Hope this helps ;)


//EDIT
Missing comma replaced ;)
 

SeanRog

Member
Jul 24, 2010
51
10
Error at:

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 (30000, 'hween10_bat', 'hween10_bat', 's', 1, 1, 1, '0', '0', '0', 3662, '1', '1', '1', '1', '1', 'default', 2, '0', ''), (30001, 'hween10_card_1', 'hween10_card_1', 'i', 1, 1, 1, '1', '0', '0', 4346, '1', '1', '1', '1', '1', 'default', 1, '0', ''), (30002, 'hween10_card_2', 'hween10_card_2', 'i', 1, 1, 1, '1', '0', '0', 4350, '1', '1', '1', '1', '1', 'default', 1, '0', ''), (30003, 'hween10_card_3', 'hween10_card_3', 'i', 1, 1, 1, '1', '0', '0', 4345, '1', '1', '1', '1', '1', 'default', 1, '0', ''), (30004, 'hween10_card_4', 'hween10_card_4', 'i', 1, 1, 1, '1', '0', '0', 4347, '1', '1', '1', '1', '1', 'default', 1, '0', ''), (30005, 'hween10_card_5', 'hween10_card_5', 'i', 1, 1, 1, '1', '0', '0', 4351, '1', '1', '1', '1', '1', 'default', 1, '0', ''), (30006, 'hween10_card_6', 'hween10_card_6', 'i', 1, 1, 1, '1', '0', '0', 4348, '1', '1', '1', '1', '1', 'default', 1, '0', ''), (30007, 'hween10_chicken', 'hween10_chicken', 's', 2, 1, 1, '1', '0', '0', 3658, '1', '1', '1', '1', '1', 'default', 2, '0', ''), (30008, 'hween10_ffly', 'hween10_ffly', 's', 1, 1, 1, '1', '0', '0', 3657, '1', '1', '1', '1', '1', 'default', 2, '0', ''), (30009, 'hween10_fog', 'hween10_fog', 's', 2, 2, 0.0001, '1', '0', '1', 3652, '1', '1', '1', '1', '1', 'default', 2, '0', ''), (30010, 'hween10_jar', 'hween10_jar', 's', 1, 1, 1, '1', '0', '0', 3651, '1', '1', '1', '1', '1', 'default', 2, '0', ''), (30011, 'hween10_logs', 'hween10_logs', 's', 1, 1, 0.3, '0', '0', '1', 3656, '1', '1', '1', '1', '1', 'default', 2, '0', ''), (30012, 'hween10_pond', 'hween10_pond', 's', 2, 2, 0.01, '1', '0', '0', 3650, '1', '1', '1', '1', '1', 'default', 1, '0', ''), (30013, 'hween10_portch', 'hween10_portch', 's', 1, 1, 1, '0', '0', '1', 3661, '1', '1', '1', '1', '1', 'default', 7, '0', ''), (30014, 'hween10_skullpost', 'hween10_skullpost', 's', 1, 1, 1, '1', '0', '0', 3654, '1', '1', '1', '1', '1', 'default', 2, '0', ''), (30015, 'hween10_swamp', 'hween10_swamp', 's', 2, 2, 0.01, '1', '0', '0', 3649, '1', '1', '1', '1', '1', 'default', 2, '0', ''), (30016, 'hween10_tarot', 'hween10_tarot', 's', 1, 1, 1, '1', '0', '0', 3646, '1', '1', '1', '1', '1', 'default', 7, '0', ''), (30017, 'hween10_tele', 'hween10_tele', 's', 1, 1, 0.1, '1', '0', '0', 3659, '1', '1', '1', '1', '1', 'teleport', 2, '0', ''), (30018, 'hween10_throne', 'hween10_throne', 's', 1, 1, 1.2, '0', '1', '0', 3660, '1', '1', '1', '1', '1', 'default', 1, '0', ''), (30019, 'hween10_tree', 'hween10_tree', 's', 1, 1, 1, '1', '0', '0', 3648, '1', '1', '1', '1', '1', 'default', 2, '0', ''), (30020, 'hween10_voodoo1', 'hween10_voodoo1', 's', 1, 1, 1, '1', '0', '0', 3647, '1', '1', '1', '1', '1', 'default', 2, '0', ''), (30021, 'hween10_voodoo2', 'hween10_voodoo2', 's', 1, 1, 1, '1', '0', '0', 3653, '1', '1', '1', '1', '1', 'default', 2, '0', '') (30022, 'hween10_voodoo3', 'hween10_voodoo3', 's', 1, 1, 1, '1', '0', '0', 3655, '1', '1', '1', '1', '1', 'default', 2, '0', ''), (30023, 'hween10_wallskull', 'hween10_wallskull', 'i', 1, 1, 1, '1', '0', '0', 4349, '1', '1', '1', '1', '1', 'default', 1, '0', '');





You forgetted a comma :p
 

superjoodx

New Member
Sep 11, 2010
7
0
i whas Quest Somting But very nice furni 10/10 but is there a download link van this furni for flafile retro's? if you got it pls can you give it my
 

Kieren

The OGz
Aug 4, 2010
2,957
751
This is a cool release it's actually nice and I love the skull poster "ouch" thank you and thanked on top post.
 

Users who are viewing this thread

Top