habbo pirata maneiroo

-- phpMyAdmin SQL Dump -- version 3.3.9 -- http://www.phpmyadmin.net -- -- Servidor: localhost -- Tempo de Geração: Mai 17, 2011 as 12:48 PM -- Versão do Servidor: 5.0.91 -- Versão do PHP: 5.2.17 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- -------------------------------------------------------- -- -- Estrutura da tabela `achievements` -- CREATE TABLE IF NOT EXISTS `achievements` ( `id` int(10) unsigned NOT NULL auto_increment, `levels` int(11) NOT NULL default '1', `dynamic_badgelevel` enum('0','1') NOT NULL default '1', `badge` varchar(100) NOT NULL, `pixels_base` int(11) NOT NULL default '50', `pixels_multiplier` double NOT NULL default '1.25', `ach_score_amount` varchar(255) default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1093 ; -- -- Extraindo dados da tabela `achievements` -- INSERT INTO `achievements` (`id`, `levels`, `dynamic_badgelevel`, `badge`, `pixels_base`, `pixels_multiplier`, `ach_score_amount`) VALUES (1, 1, '1', 'ACH_AvatarLooks', 50, 0, '10'), (5, 1, '1', 'ACH_Motto', 50, 0, '10'), (6, 1, '1', 'ACH_Student', 50, 0, '10'), (7, 1, '1', 'ACH_AvatarTags', 50, 0, '10'), (12, 10, '1', 'ACH_GamePlayed', 50, 0, '10'), (11, 1, '0', 'Z63', 50, 0, '10'), (1091, 10, '1', 'ACH_Spr', 50, 1.25, '10'), (8, 10, '1', 'ACH_RespectEarned', 50, 1.25, '10'), (1090, 10, '1', 'ACH_PetRespectGiver', 80, 1.25, '10'), (24, 10, '1', 'ACH_ValentinesQuestCompleted', 10, 1.25, '10'), (15, 5, '1', 'ACH_BasicClub', 50, 1.25, '10'), (14, 5, '1', 'ACH_VipClub', 50, 1.25, '10'), (13, 10, '1', 'ACH_AllTimeHotelPresence', 50, 1.25, '10'), (18, 10, '1', 'ACH_RoomEntry', 5, 0, '10'), (1092, 10, '1', 'ACH_TraderPass', 50, 1.25, '10'); -- -------------------------------------------------------- -- -- Estrutura da tabela `alertlog` -- CREATE TABLE IF NOT EXISTS `alertlog` ( `from` varchar(100) NOT NULL, `time` varchar(100) NOT NULL, `message` varchar(100) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `alertlog` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `analytics` -- CREATE TABLE IF NOT EXISTS `analytics` ( `site` varchar(50) NOT NULL, `username` varchar(50) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Extraindo dados da tabela `analytics` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `applications` -- CREATE TABLE IF NOT EXISTS `applications` ( `id` int(100) NOT NULL auto_increment, `userid` int(100) NOT NULL, `username` text NOT NULL, `appstatus` text NOT NULL, `age` text NOT NULL, `country` text NOT NULL, `timezone` text NOT NULL, `realname` text NOT NULL, `modname` text NOT NULL, `time` text NOT NULL, `experience` text NOT NULL, `message1` text NOT NULL, `message2` text NOT NULL, `message3` text NOT NULL, `users` text NOT NULL, `visitoripaddy` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=39 ; -- -- Extraindo dados da tabela `applications` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `banned_words` -- CREATE TABLE IF NOT EXISTS `banned_words` ( `id` int(11) NOT NULL auto_increment, `word` varchar(100) NOT NULL, `replace_letter_with` varchar(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Extraindo dados da tabela `banned_words` -- INSERT INTO `banned_words` (`id`, `word`, `replace_letter_with`) VALUES (1, 'ficken', ''); -- -------------------------------------------------------- -- -- Estrutura da tabela `bans` -- CREATE TABLE IF NOT EXISTS `bans` ( `id` int(11) NOT NULL auto_increment, `bantype` enum('user','ip') NOT NULL default 'user', `value` varchar(50) NOT NULL, `reason` text NOT NULL, `expire` double NOT NULL default '0', `added_by` varchar(50) NOT NULL, `added_date` varchar(50) NOT NULL, `appeal_state` enum('0','1','2') NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Extraindo dados da tabela `bans` -- INSERT INTO `bans` (`id`, `bantype`, `value`, `reason`, `expire`, `added_by`, `added_date`, `appeal_state`) VALUES (1, 'user', 'Jean', 'Eu vejo tudo toma cuidado', 1305416093, 'Cookie', 'sábado, 14 de maio de 2011', '1'); -- -------------------------------------------------------- -- -- Estrutura da tabela `bans_appeals` -- CREATE TABLE IF NOT EXISTS `bans_appeals` ( `ban_id` int(11) NOT NULL, `send_ip` varchar(50) NOT NULL, `send_date` varchar(120) NOT NULL, `mail` varchar(120) NOT NULL, `plea` text NOT NULL, KEY `ban_id` (`ban_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `bans_appeals` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `bots` -- CREATE TABLE IF NOT EXISTS `bots` ( `id` int(10) unsigned NOT NULL auto_increment, `room_id` int(10) unsigned NOT NULL default '0', `ai_type` enum('generic','guide','pet') NOT NULL default 'generic', `name` varchar(100) NOT NULL, `motto` varchar(120) NOT NULL, `look` text NOT NULL, `x` int(11) NOT NULL default '0', `y` int(11) NOT NULL default '0', `z` int(11) NOT NULL default '0', `rotation` int(11) NOT NULL default '0', `walk_mode` enum('stand','freeroam','specified_range') NOT NULL default 'stand', `min_x` int(11) NOT NULL default '0', `min_y` int(11) NOT NULL default '0', `max_x` int(11) NOT NULL default '0', `max_y` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `room_id` (`room_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=63 ; -- -- Extraindo dados da tabela `bots` -- INSERT INTO `bots` (`id`, `room_id`, `ai_type`, `name`, `motto`, `look`, `x`, `y`, `z`, `rotation`, `walk_mode`, `min_x`, `min_y`, `max_x`, `max_y`) VALUES (54, 1, 'generic', 'John', 'Bem vindo ao hotel!', 'hd-180-7.sh-290-110.lg-270-91.ch-809-62.hr-828-45', 9, 19, 0, 2, 'stand', 8, 16, 9, 24); -- -------------------------------------------------------- -- -- Estrutura da tabela `bots_responses` -- CREATE TABLE IF NOT EXISTS `bots_responses` ( `id` int(10) unsigned NOT NULL auto_increment, `bot_id` int(10) unsigned NOT NULL, `keywords` text NOT NULL, `response_text` varchar(200) NOT NULL, `mode` enum('say','shout','whisper') NOT NULL default 'say', `serve_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `bot_id` (`bot_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=17 ; -- -- Extraindo dados da tabela `bots_responses` -- INSERT INTO `bots_responses` (`id`, `bot_id`, `keywords`, `response_text`, `mode`, `serve_id`) VALUES (1, 54, 'oi;ola;hey;fala;eae;oiii;hey manolo;manolo', 'Eae beleza?', 'say', 0), (2, 54, 'drink;agua;coca;cola;bebida;sorvete;hamburguer;chinelo', 'Voc? acha que isso ? um bar? -.-', 'say', 0), (3, 54, 'John', 'Esse sou eu.', 'say', 0), (4, 54, 'iDeluxe;iZone;Habboz', 'Esse hotel usa o iDeluxe Emulator // iDeluxe Database', 'shout', 0), (5, 54, 'Amor', '''-''', 'say', 0), (6, 54, 'www;alo', 'Alo quem fala? :)', 'shout', 0), (9, 55, 'italiano;ingles;americano;american;espanhol;franc?s;mexicano;colombiano;venezuelano;holand', 'N?s somos um hotel brasileiro! Por favor fale portugu', 'shout', 0), (10, 55, 'socorro;ajuda;help', 'Estou aqui para ajudar, qualquer d?vida ? s? me perguntar.', 'say', 0), (11, 55, 'trabalho;quero emprego;emprego', 'Todas as vagas ja foram preenchidas, desculpe!', 'say', 0); -- -------------------------------------------------------- -- -- Estrutura da tabela `bots_speech` -- CREATE TABLE IF NOT EXISTS `bots_speech` ( `bot_id` int(10) unsigned NOT NULL, `text` varchar(200) NOT NULL, `shout` enum('0','1') NOT NULL default '0', KEY `bot_id` (`bot_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `bots_speech` -- INSERT INTO `bots_speech` (`bot_id`, `text`, `shout`) VALUES (54, 'Bem vindo ao hotel!', '0'), (54, 'AtiiiIiiIiIiIM!', '1'), (54, 'To fedendo!', '0'), (54, 'iDeluxe Rulez!!', '0'), (54, 'Ai que fome...', '0'), (54, 'No que posso ajudar?', '0'), (54, 'Hmmmm... est? muito queto por aqui.', '0'), (54, 'Isso n?o ? um bar, n?o me pe?a comida.', '0'), (55, 'Moedas s?o dadas a cada 3 horas.', '0'), (55, 'Sempre tem um evento rolando, porque n?o confere no site?', '0'), (55, 'Sempre e bom procurar raros, procura um agora mesmo!', '0'), (55, 'Quer algo que n?o est? no catalogo? Procure na feira livre!', '0'), (59, '*Mops up spillage*', '0'); -- -------------------------------------------------------- -- -- Estrutura da tabela `catalog_items` -- CREATE TABLE IF NOT EXISTS `catalog_items` ( `id` int(10) unsigned NOT NULL auto_increment, `page_id` int(11) NOT NULL, `item_ids` varchar(120) NOT NULL, `catalog_name` varchar(100) NOT NULL, `cost_credits` int(11) NOT NULL, `cost_pixels` int(11) NOT NULL, `amount` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=90909095 ; -- -- Extraindo dados da tabela `catalog_items` -- INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES (1964, 94, '20031', 'one_way_door*1', 25000, 0, 1), (1963, 32, '20030', 'pura_mdl5*1', 3, 0, 1), (1962, 76, '20029', 'val_cauldron', 10, 0, 1), (1961, 55, '20028', 'divider_nor5*6', 3, 0, 1), (1960, 30, '20027', 'bed_polyfon*2', 4, 0, 1), (1959, 55, '20026', 'shelves_norja*4', 3, 0, 1), (1958, 94, '20025', 'pillar*6', 25000, 0, 1), (1957, 95, '1692', 'tampax_wall', 10, 0, 1), (1956, 95, '1172', 'tampax_rug', 10, 0, 1), (1954, 1003, '20037', 'ads_calip_parasol', 10, 0, 1), (2011, 88, '1725', 'hw_08_xray', 5, 0, 1), (1951, 1003, '1799', 'ads_mall_winclo', 10, 0, 1), (1950, 1003, '1797', 'ads_mall_wingar', 10, 0, 1), (1949, 95, '1793', 'ads_veet', 10, 0, 1), (1948, 1003, '1790', 'ads_mall_wintra', 10, 0, 1), (1947, 95, '1789', 'ads_wwe_poster', 10, 0, 1), (1946, 95, '1784', 'ads_mirror', 10, 0, 1), (1945, 95, '1776', 'ads_reebok_tv', 10, 0, 1), (1944, 95, '1775', 'ads_puffet_tv', 10, 0, 1), (1943, 95, '1774', 'ads_malaco_tv', 10, 0, 1), (1942, 95, '1773', 'ads_lin_wh_c', 10, 0, 1), (1941, 1004, '1770', 'ads_idol_logo', 10, 0, 1), (1, 134, '19942', 'byesw_hand', 25, 0, 1), (2, 134, '19943', 'byesw_hotel', 25, 0, 1), (41, 15, '19896', 'wallpaper 19', 3, 0, 1), (40, 15, '19896', 'wallpaper 18', 3, 0, 1), (39, 15, '19896', 'wallpaper 17', 3, 0, 1), (38, 15, '19896', 'wallpaper 16', 3, 0, 1), (37, 15, '19896', 'wallpaper 15', 3, 0, 1), (36, 15, '19896', 'wallpaper 14', 3, 0, 1), (35, 15, '19896', 'wallpaper 13', 3, 0, 1), (34, 15, '19896', 'wallpaper 12', 3, 0, 1), (33, 15, '19896', 'wallpaper 11', 3, 0, 1), (32, 15, '19896', 'wallpaper 10', 3, 0, 1), (31, 15, '19896', 'wallpaper 9', 3, 0, 1), (30, 15, '19896', 'wallpaper 8', 3, 0, 1), (29, 15, '19896', 'wallpaper 7', 3, 0, 1), (28, 15, '19896', 'wallpaper 6', 3, 0, 1), (27, 15, '19896', 'wallpaper 5', 3, 0, 1), (26, 15, '19896', 'wallpaper 4', 3, 0, 1), (25, 15, '19896', 'wallpaper 3', 3, 0, 1), (24, 15, '19896', 'wallpaper 2', 3, 0, 1), (23, 15, '19896', 'wallpaper 1', 3, 0, 1), (42, 15, '19896', 'wallpaper 20', 3, 0, 1), (43, 15, '19896', 'wallpaper 21', 3, 0, 1), (44, 15, '19896', 'wallpaper 22', 3, 0, 1), (45, 15, '19896', 'wallpaper 23', 3, 0, 1), (46, 15, '19896', 'wallpaper 24', 3, 0, 1), (47, 15, '19896', 'wallpaper 25', 3, 0, 1), (48, 15, '19896', 'wallpaper 26', 3, 0, 1), (49, 15, '19896', 'wallpaper 27', 3, 0, 1), (50, 15, '19896', 'wallpaper 28', 3, 0, 1), (51, 15, '19896', 'wallpaper 29', 3, 0, 1), (52, 15, '19896', 'wallpaper 30', 3, 0, 1), (53, 15, '19896', 'wallpaper 31', 3, 0, 1), (54, 15, '19894', 'a2 l', 3, 0, 1), (55, 15, '19895', 'a2 t', 3, 0, 1), (56, 15, '19926', 'landscape 1', 3, 0, 1), (57, 15, '19926', 'landscape 2', 3, 0, 1), (58, 15, '19926', 'landscape 3', 3, 0, 1), (59, 15, '19926', 'landscape 4', 3, 0, 1), (60, 15, '19926', 'landscape 5', 3, 0, 1), (61, 15, '19926', 'landscape 6', 3, 0, 1), (62, 15, '19926', 'landscape 7', 3, 0, 1), (63, 15, '19926', 'landscape 8', 3, 0, 1), (64, 15, '19926', 'landscape 9', 3, 0, 1), (65, 15, '19926', 'landscape 10', 3, 0, 1), (66, 15, '19926', 'landscape 11', 3, 0, 1), (67, 15, '19926', 'landscape 12', 3, 0, 1), (72, 55, '1', 'shelves_norja', 3, 0, 1), (71, 55, '6', 'table_norja_med', 4, 0, 1), (73, 55, '14', 'couch_norja', 4, 0, 1), (74, 55, '15', 'chair_norja', 3, 0, 1), (75, 55, '173', 'soft_sofachair_norja', 3, 0, 1), (76, 55, '174', 'soft_sofa_norja', 4, 0, 1), (101, 55, '501', 'shelves_norja*9', 3, 0, 1), (78, 55, '479', 'table_norja_med*2', 3, 0, 1), (79, 55, '480', 'table_norja_med*3', 3, 0, 1), (80, 55, '481', 'table_norja_med*4', 3, 0, 1), (81, 55, '482', 'table_norja_med*5', 3, 0, 1), (82, 55, '483', 'table_norja_med*6', 3, 0, 1), (83, 55, '484', 'table_norja_med*7', 3, 0, 1), (85, 55, '485', 'table_norja_med*8', 3, 0, 1), (86, 55, '486', 'table_norja_med*9', 3, 0, 1), (87, 55, '487', 'couch_norja*2', 4, 0, 1), (88, 55, '488', 'couch_norja*3', 4, 0, 1), (89, 55, '489', 'couch_norja*4', 4, 0, 1), (90, 1, '490', 'couch_norja*5', 4, 0, 1), (91, 55, '491', 'couch_norja*6', 4, 0, 1), (92, 55, '492', 'couch_norja*7', 4, 0, 1), (93, 55, '493', 'couch_norja*8', 4, 0, 1), (94, 55, '494', 'couch_norja*9', 4, 0, 1), (95, 55, '495', 'shelves_norja*2', 3, 0, 1), (96, 55, '496', 'shelves_norja*3', 3, 0, 1), (97, 55, '497', 'shelves_norja*5', 3, 0, 1), (98, 55, '498', 'shelves_norja*6', 3, 0, 1), (99, 55, '499', 'shelves_norja*7', 3, 0, 1), (100, 55, '500', 'shelves_norja*8', 3, 0, 1), (140, 30, '2', 'shelves_polyfon', 3, 0, 1), (103, 55, '502', 'chair_norja*2', 3, 0, 1), (104, 55, '503', 'chair_norja*3', 3, 0, 1), (105, 55, '504', 'chair_norja*4', 3, 0, 1), (106, 55, '505', 'chair_norja*5', 3, 0, 1), (107, 55, '506', 'chair_norja*6', 3, 0, 1), (108, 55, '507', 'chair_norja*7', 3, 0, 1), (109, 55, '508', 'chair_norja*8', 3, 0, 1), (110, 55, '509', 'chair_norja*9', 3, 0, 1), (111, 55, '518', 'soft_sofa_norja*2', 4, 0, 1), (112, 55, '519', 'soft_sofa_norja*3', 4, 0, 1), (113, 55, '520', 'soft_sofa_norja*4', 3, 0, 1), (114, 55, '521', 'soft_sofa_norja*5', 4, 0, 1), (115, 55, '522', 'soft_sofa_norja*6', 4, 0, 1), (116, 55, '523', 'soft_sofa_norja*7', 4, 0, 1), (391, 28, '1375', 'xmas08_icerug', 5, 0, 1), (118, 55, '524', 'soft_sofa_norja*8', 4, 0, 1), (387, 28, '1366', 'xmas08_trph1', 6, 0, 1), (386, 28, '1364', 'xmas08_snowpl', 3, 0, 1), (121, 55, '525', 'soft_sofa_norja*9', 4, 0, 1), (123, 55, '526', 'soft_sofachair_norja*2', 3, 0, 1), (124, 55, '527', 'soft_sofachair_norja*3', 3, 0, 1), (125, 55, '528', 'soft_sofachair_norja*3', 3, 0, 1), (126, 55, '530', 'soft_sofachair_norja*6', 3, 0, 1), (127, 55, '531', 'soft_sofachair_norja*7', 3, 0, 1), (128, 55, '529', 'soft_sofachair_norja*5', 3, 0, 1), (129, 55, '532', 'soft_sofachair_norja*8', 3, 0, 1), (130, 55, '533', 'soft_sofachair_norja*9', 3, 0, 1), (131, 55, '658', 'solarium_norja', 3, 0, 1), (132, 55, '659', 'solarium_norja*1', 3, 0, 1), (133, 55, '660', 'solarium_norja*2', 3, 0, 1), (134, 55, '661', 'solarium_norja*3', 3, 0, 1), (135, 55, '662', 'solarium_norja*5', 3, 0, 1), (136, 55, '663', 'solarium_norja*6', 3, 0, 1), (137, 55, '664', 'solarium_norja*7', 3, 0, 1), (138, 55, '665', 'solarium_norja*8', 3, 0, 1), (139, 55, '666', 'solarium_norja*9', 3, 0, 1), (141, 30, '4', 'table_polyfon_small', 2, 0, 1), (142, 30, '5', 'chair_polyfon', 3, 0, 1), (143, 30, '11', 'stand_polyfon_z', 1, 0, 1), (144, 30, '16', 'table_polyfon_med', 3, 0, 1), (145, 30, '19', 'sofachair_polyfon', 3, 0, 1), (146, 30, '20', 'sofa_polyfon', 4, 0, 1), (147, 30, '25', 'bed_polyfon', 4, 0, 1), (148, 30, '26', 'bed_polyfon_one', 3, 0, 1), (149, 30, '109', 'bar_polyfon', 3, 0, 1), (150, 30, '46', 'fireplace_polyfon', 5, 0, 1), (152, 30, '112', 'bardesk_polyfon', 3, 0, 1), (153, 30, '113', 'bardeskcorner_polyfon', 3, 0, 1), (154, 30, '133', 'table_polyfon', 4, 0, 1), (155, 30, '134', 'smooth_table_polyfon', 4, 0, 1), (156, 31, '135', 'sofachair_polyfon_girl', 3, 0, 1), (157, 31, '136', 'bed_polyfon_girl_one', 3, 0, 1), (158, 31, '137', 'bed_polyfon_girl', 4, 0, 1), (159, 31, '138', 'sofa_polyfon_girl', 4, 0, 1), (160, 31, '620', 'bardeskcorner_polyfon*5', 3, 0, 1), (161, 31, '612', 'bardesk_polyfon*5', 3, 0, 1), (162, 31, '628', 'divider_poly3*5', 6, 0, 1), (163, 30, '216', 'divider_poly3', 6, 0, 1), (260, 26, '1804', 'dimmer_fuse2', 6, 0, 1), (259, 26, '1803', 'dimmer_swtch', 3, 0, 1), (166, 30, '582', 'sofachair_polyfon*2', 3, 0, 1), (258, 26, '1802', 'dimmer_fuse6', 6, 0, 1), (168, 30, '583', 'sofachair_polyfon*3', 3, 0, 1), (383, 37, '1798', 'ktchn_wall', 20, 0, 5), (170, 30, '584', 'sofachair_polyfon*4', 3, 0, 1), (171, 30, '585', 'sofachair_polyfon*6', 3, 0, 1), (172, 30, '586', 'sofachair_polyfon*7', 3, 0, 1), (173, 30, '587', 'sofachair_polyfon*8', 3, 0, 1), (174, 30, '588', 'sofachair_polyfon*9', 3, 0, 1), (175, 30, '589', 'sofa_polyfon*2', 4, 0, 1), (176, 30, '590', 'sofa_polyfon*3', 4, 0, 1), (177, 30, '591', 'sofa_polyfon*3', 4, 0, 1), (178, 30, '592', 'sofa_polyfon*6', 3, 0, 1), (179, 30, '593', 'sofa_polyfon*7', 3, 0, 1), (180, 30, '594', 'sofa_polyfon*8', 4, 0, 1), (181, 30, '595', 'sofa_polyfon*9', 4, 0, 1), (182, 30, '596', 'bed_polyfon*3', 4, 0, 1), (183, 30, '597', 'bed_polyfon*4', 4, 0, 1), (184, 30, '598', 'bed_polyfon*6', 4, 0, 1), (185, 30, '599', 'bed_polyfon*7', 4, 0, 1), (186, 30, '600', 'bed_polyfon*8', 4, 0, 1), (187, 30, '601', 'bed_polyfon*9', 4, 0, 1), (188, 30, '602', 'bed_polyfon_one*2', 3, 0, 1), (189, 30, '603', 'bed_polyfon_one*3', 3, 0, 1), (190, 30, '604', 'bed_polyfon_one*4', 3, 0, 1), (191, 30, '605', 'bed_polyfon_one*6', 3, 0, 1), (192, 30, '606', 'bed_polyfon_one*7', 3, 0, 1), (193, 30, '607', 'bed_polyfon_one*8', 3, 0, 1), (194, 30, '608', 'bed_polyfon_one*9', 3, 0, 1), (195, 30, '609', 'bardesk_polyfon*2', 3, 0, 1), (196, 30, '610', 'bardesk_polyfon*3', 3, 0, 1), (197, 30, '611', 'bardesk_polyfon*4', 3, 0, 1), (198, 30, '604', 'bed_polyfon_one*4', 3, 0, 1), (199, 30, '613', 'bardesk_polyfon*6', 3, 0, 1), (200, 30, '614', 'bardesk_polyfon*7', 3, 0, 1), (201, 615, '615', 'bardesk_polyfon*8', 3, 0, 1), (202, 30, '616', 'bardesk_polyfon*9', 3, 0, 1), (203, 30, '616', 'bardesk_polyfon*9', 3, 0, 1), (204, 30, '617', 'bardeskcorner_polyfon*2', 3, 0, 1), (205, 30, '618', 'bardeskcorner_polyfon*3', 3, 0, 1), (206, 30, '619', 'bardeskcorner_polyfon*4', 3, 0, 1), (207, 30, '621', 'bardeskcorner_polyfon*6', 3, 0, 1), (208, 30, '622', 'bardeskcorner_polyfon*7', 3, 0, 1), (209, 30, '623', 'bardeskcorner_polyfon*8', 3, 0, 1), (210, 30, '624', 'bardeskcorner_polyfon*9', 3, 0, 1), (222, 35, '32', 'bed_armas_two', 4, 0, 1), (212, 30, '625', 'divider_poly3*2', 6, 0, 1), (213, 30, '626', 'divider_poly3*3', 6, 0, 1), (214, 30, '627', 'divider_poly3*4', 6, 0, 1), (215, 30, '629', 'divider_poly3*6', 6, 0, 1), (2138, 142, '329', 'toy1*3', 3, 0, 1), (2335, 129, '1502', 'bump_road', 0, 1250, 20), (218, 30, '632', 'divider_poly3*9', 6, 0, 1), (2118, 7, '20060', 'DEAL_HC_1', 15, 0, 1), (390, 28, '1373', 'xmas08_icetree', 4, 0, 1), (224, 35, '36', 'bench_armas', 3, 0, 1), (225, 35, '37', 'table_armas', 4, 0, 1), (226, 35, '38', 'small_table_armas', 3, 0, 1), (227, 35, '39', 'small_chair_armas', 1, 0, 1), (228, 35, '40', 'fireplace_armas', 5, 0, 1), (229, 35, '41', 'lamp_armas', 3, 0, 1), (230, 35, '42', 'bed_armas_one', 3, 0, 1), (231, 35, '44', 'carpet_armas', 3, 0, 1), (232, 35, '115', 'bar_armas', 4, 0, 1), (233, 35, '116', 'bartable_armas', 4, 0, 1), (234, 35, '117', 'bar_chair_armas', 1, 0, 1), (235, 35, '176', 'lamp2_armas', 3, 0, 1), (237, 24, '1693', 'window_single_default', 3, 0, 1), (238, 24, '1694', 'window_double_default', 4, 0, 1), (239, 24, '1695', 'noob_window_double', 4, 0, 1), (240, 24, '1696', 'window_triple', 5, 0, 1), (241, 24, '1697', 'window_square', 1, 0, 1), (242, 24, '1698', 'window_romantic_wide', 4, 0, 1), (243, 24, '1699', 'window_romantic_narrow', 3, 0, 1), (244, 24, '1700', 'window_grunge', 2, 0, 1), (245, 24, '1701', 'window_golden', 4, 0, 1), (246, 24, '1702', 'window_chinese_wide', 6, 0, 1), (264, 29, '178', 'door', 5, 0, 1), (248, 24, '1703', 'window_chinese_narrow', 5, 0, 1), (249, 24, '1704', 'window_basic', 3, 0, 1), (250, 24, '1705', 'window_70s_wide', 5, 0, 1), (251, 24, '1706', 'window_70s_narrow', 4, 0, 1), (261, 26, '1805', 'dimmer_buttn', 3, 0, 1), (257, 26, '1683', 'roomdimmer', 6, 0, 1), (254, 24, '1712', 'window_hole', 2, 0, 1), (255, 24, '1717', 'window_skyscraper', 18, 0, 5), (389, 28, '1369', 'xmas08_hottub', 5, 0, 1), (265, 29, '1100', 'teleport_door', 6, 0, 1), (757, 73, '1787', 'sf_window', 7, 0, 1), (756, 73, '1614', 'sf_roller', 7, 0, 1), (268, 73, '1613', 'sf_tele', 5, 0, 1), (269, 58, '1452', 'lostc_teleport', 5, 0, 1), (271, 33, '3', 'shelves_silo', 3, 0, 1), (272, 33, '7', 'table_silo_med', 3, 0, 1), (273, 33, '12', 'chair_silo', 3, 0, 1), (274, 33, '13', 'sofa_silo', 3, 0, 1), (275, 33, '21', 'sofachair_silo', 3, 0, 1), (276, 33, '29', 'bed_silo_one', 3, 0, 1), (277, 33, '30', 'bed_silo_two', 4, 0, 1), (278, 33, '31', 'table_silo_small', 2, 0, 1), (279, 33, '221', 'divider_silo1', 3, 0, 1), (280, 33, '223', 'divider_silo2', 3, 0, 1), (281, 33, '225', 'divider_silo3', 6, 0, 1), (282, 33, '461', 'barchair_silo', 3, 0, 1), (283, 33, '534', 'sofachair_silo*2', 3, 0, 1), (284, 33, '535', 'sofachair_silo*3', 3, 0, 1), (285, 33, '536', 'sofachair_silo*4', 3, 0, 1), (286, 33, '537', 'sofachair_silo*5', 3, 0, 1), (287, 33, '538', 'sofachair_silo*6', 3, 0, 1), (288, 33, '539', 'sofachair_silo*7', 3, 0, 1), (289, 33, '540', 'sofachair_silo*8', 3, 0, 1), (290, 33, '541', 'sofachair_silo*9', 3, 0, 1), (291, 33, '542', 'table_silo_small*2', 2, 0, 1), (292, 33, '543', 'table_silo_small*3', 2, 0, 1), (293, 33, '544', 'table_silo_small*4', 2, 0, 1), (294, 33, '545', 'table_silo_small*5', 2, 0, 1), (295, 33, '546', 'table_silo_small*6', 2, 0, 1), (296, 33, '547', 'table_silo_small*7', 2, 0, 1), (297, 33, '548', 'table_silo_small*8', 2, 0, 1), (298, 33, '549', 'table_silo_small*9', 3, 0, 1), (299, 33, '550', 'divider_silo1*2', 3, 0, 1), (300, 33, '551', 'divider_silo1*3', 3, 0, 1), (301, 33, '552', 'divider_silo1*4', 3, 0, 1), (302, 33, '553', 'divider_silo1*5', 3, 0, 1), (303, 33, '554', 'divider_silo1*6', 3, 0, 1), (304, 33, '555', 'divider_silo1*7', 3, 0, 1), (305, 33, '556', 'divider_silo1*8', 3, 0, 1), (306, 33, '557', 'divider_silo1*9', 3, 0, 1), (307, 33, '558', 'divider_silo3*2', 6, 0, 1), (308, 33, '559', 'divider_silo3*3', 6, 0, 1), (309, 33, '560', 'divider_silo3*4', 6, 0, 1), (310, 33, '561', 'divider_silo3*5', 6, 0, 1), (311, 33, '562', 'divider_silo3*6', 6, 0, 1), (312, 33, '563', 'divider_silo3*7', 6, 0, 1), (313, 33, '564', 'divider_silo3*8', 6, 0, 1), (314, 33, '565', 'divider_silo3*9', 6, 0, 1), (315, 33, '566', 'table_silo_med*2', 3, 0, 1), (316, 33, '567', 'table_silo_med*3', 3, 0, 1), (317, 33, '568', 'table_silo_med*4', 3, 0, 1), (318, 33, '569', 'table_silo_med*5', 3, 0, 1), (319, 33, '570', 'table_silo_med*6', 3, 0, 1), (320, 33, '571', 'table_silo_med*7', 3, 0, 1), (321, 33, '572', 'table_silo_med*8', 3, 0, 1), (322, 33, '573', 'table_silo_med*9', 3, 0, 1), (323, 33, '574', 'sofa_silo*2', 4, 0, 1), (324, 33, '575', 'sofa_silo*3', 4, 0, 1), (325, 33, '576', 'sofa_silo*4', 4, 0, 1), (326, 33, '577', 'sofa_silo*5', 4, 0, 1), (327, 33, '578', 'sofa_silo*6', 4, 0, 1), (328, 33, '579', 'sofa_silo*7', 4, 0, 1), (329, 33, '580', 'sofa_silo*8', 4, 0, 1), (330, 33, '581', 'sofa_silo*9', 4, 0, 1), (331, 33, '633', 'chair_silo*2', 3, 0, 1), (332, 33, '634', 'chair_silo*3', 3, 0, 1), (333, 33, '635', 'chair_silo*4', 3, 0, 1), (334, 33, '636', 'chair_silo*5', 3, 0, 1), (335, 33, '637', 'chair_silo*5', 3, 0, 1), (336, 33, '638', 'chair_silo*7', 3, 0, 1), (337, 33, '639', 'chair_silo*8', 3, 0, 1), (338, 33, '640', 'chair_silo*9', 3, 0, 1), (339, 33, '657', 'silo_studydesk', 10, 0, 1), (340, 33, '657', 'silo_studydesk', 10, 0, 1), (341, 33, '675', 'safe_silo', 3, 0, 1), (342, 33, '702', 'barchair_silo*2', 3, 0, 1), (343, 33, '703', 'barchair_silo*3', 3, 0, 1), (344, 33, '704', 'barchair_silo*4', 3, 0, 1), (345, 33, '705', 'barchair_silo*5', 3, 0, 1), (346, 33, '706', 'barchair_silo*6', 3, 0, 1), (347, 33, '707', 'barchair_silo*6', 3, 0, 1), (348, 33, '707', 'barchair_silo*7', 3, 0, 1), (349, 33, '708', 'barchair_silo*8', 3, 0, 1), (350, 33, '709', 'barchair_silo*9', 3, 0, 1), (351, 33, '710', 'safe_silo*2', 3, 0, 1), (352, 33, '711', 'safe_silo*3', 3, 0, 1), (353, 33, '712', 'safe_silo*4', 3, 0, 1), (354, 33, '713', 'safe_silo*5', 3, 0, 1), (355, 33, '714', 'safe_silo*6', 3, 0, 1), (356, 33, '715', 'safe_silo*7', 3, 0, 1), (358, 33, '716', 'safe_silo*8', 3, 0, 1), (359, 33, '717', 'safe_silo*9', 3, 0, 1), (360, 33, '1043', 'safe_silo_pb', 5, 0, 1), (364, 37, '1640', 'ktchn_light', 3, 0, 1), (363, 37, '1639', 'ktchn_stove', 4, 0, 1), (365, 37, '1641', 'ktchn_plates', 3, 0, 1), (366, 37, '1642', 'ktchn_countr_1', 3, 0, 1), (367, 37, '1643', 'ktchn_pots', 5, 0, 1), (368, 37, '1644', 'ktchn_cornr', 3, 0, 1), (369, 37, '1645', 'ktchn_desk', 3, 0, 1), (370, 37, '1646', 'ktchn_trash', 3, 0, 1), (371, 37, '1647', 'ktchn_countr_2', 4, 0, 1), (372, 37, '1648', 'ktchn_bBlock', 5, 0, 1), (373, 37, '1649', 'ktchn_dvdr', 3, 0, 1), (374, 37, '1650', 'ktchn_inspctr', 5, 0, 1), (375, 37, '1651', 'ktchn_fridge', 4, 0, 1), (376, 37, '1653', 'ktchn_sink', 4, 0, 1), (388, 28, '1368', 'xmas08_table', 3, 0, 1), (378, 37, '1654', 'ktchn_gate', 6, 0, 1), (379, 37, '1798', 'ktchn_wall', 8, 0, 1), (380, 37, '1800', 'ktchn_oven', 3, 0, 1), (381, 37, '1801', 'ktchn_knives', 3, 0, 1), (392, 28, '1387', 'xmas08_geysir', 4, 0, 1), (393, 28, '1391', 'xmas08_lantern', 3, 0, 1), (394, 28, '1392', 'xmas08_chair', 3, 0, 1), (395, 28, '1394', 'xmas08_telep', 6, 0, 1), (396, 28, '1395', 'xmas08_cubetree', 3, 0, 1), (397, 28, '1397', 'xmas08_dvdr1', 3, 0, 1), (398, 28, '1398', 'xmas08_hole', 2, 0, 1), (399, 28, '1401', 'xmas08_dvdr2', 3, 0, 1), (400, 28, '1413', 'xmas08_trph2', 6, 0, 1), (401, 28, '1738', 'xmas08_wallpaper', 3, 0, 1), (402, 28, '1739', 'xmas08_icewall', 3, 0, 1), (404, 39, '141', 'plant_pineapple', 3, 0, 1), (405, 39, '142', 'plant_fruittree', 3, 0, 1), (406, 39, '143', 'plant_small_cactus', 1, 0, 1), (407, 39, '144', 'plant_bonsai', 2, 0, 1), (408, 39, '145', 'plant_big_cactus', 3, 0, 1), (409, 39, '146', 'plant_yukka', 3, 0, 1), (410, 39, '152', 'plant_sunflower', 3, 0, 1), (411, 39, '153', 'plant_rose', 3, 0, 1), (412, 39, '816', 'plant_mazegate', 5, 0, 1), (413, 39, '817', 'plant_maze', 5, 0, 1), (414, 39, '818', 'plant_bulrush', 3, 0, 1), (417, 38, '155', 'bath', 6, 0, 1), (418, 38, '156', 'sink', 3, 0, 1), (419, 38, '159', 'tile', 3, 0, 1), (420, 38, '162', 'tile_red', 3, 0, 1), (421, 38, '163', 'tile_yell', 3, 0, 1), (422, 38, '157', 'toilet', 4, 0, 1), (423, 38, '160', 'toilet_red', 4, 0, 1), (424, 38, '161', 'toilet_yell', 4, 0, 1), (425, 38, '158', 'duck', 1, 0, 1), (426, 34, '1536', 'country_rain', 3, 0, 1), (427, 34, '1537', 'country_scarecrow', 3, 0, 1), (428, 34, '1539', 'country_soil', 5, 0, 1), (429, 34, '1540', 'country_grass', 5, 0, 1), (430, 34, '1543', 'country_trctr', 4, 0, 1), (431, 34, '1544', 'country_fnc2', 3, 0, 1), (432, 34, '1545', 'country_fnc1', 2, 0, 1), (433, 34, '1546', 'country_well', 3, 0, 1), (434, 34, '1548', 'country_rbw', 3, 0, 1), (435, 34, '1549', 'country_wheat', 5, 0, 1), (436, 34, '1550', 'country_gate', 6, 0, 1), (437, 34, '1552', 'country_stage', 4, 0, 1), (438, 34, '1557', 'country_log', 3, 0, 1), (439, 34, '1558', 'country_fnc3', 3, 0, 1), (440, 34, '1559', 'country_patio', 1, 0, 1), (441, 34, '1560', 'country_corner', 3, 0, 1), (442, 34, '1561', 'country_ditch', 3, 0, 1), (443, 34, '1777', 'country_forestwall', 4, 0, 1), (444, 34, '1778', 'country_fp', 4, 0, 1), (445, 34, '1779', 'country_wall', 3, 0, 1), (446, 34, '1780', 'country_lantern', 3, 0, 1), (448, 34, '1779', 'country_wall', 15, 0, 5), (449, 40, '43', 'carpet_standard', 3, 0, 1), (450, 40, '45', 'carpet_polar', 3, 0, 1), (451, 40, '52', 'carpet_standard*1', 3, 0, 1), (452, 40, '60', 'carpet_standard*2', 3, 0, 1), (453, 40, '66', 'carpet_standard*3', 3, 0, 1), (454, 40, '66', 'carpet_standard*3', 3, 0, 1), (455, 40, '73', 'carpet_standard*4', 3, 0, 1), (456, 40, '77', 'carpet_standard*5', 3, 0, 1), (457, 40, '102', 'carpet_standard*6', 3, 0, 1), (458, 40, '118', 'carpet_soft', 3, 0, 1), (459, 40, '119', 'carpet_soft*1', 3, 0, 1), (460, 40, '120', 'carpet_soft*2', 3, 0, 1), (461, 40, '121', 'carpet_soft*3', 3, 0, 1), (462, 40, '122', 'carpet_soft*4', 3, 0, 1), (463, 40, '123', 'carpet_soft*5', 3, 0, 1), (464, 40, '124', 'carpet_soft*6', 3, 0, 1), (465, 40, '127', 'carpet_polar*1', 3, 0, 1), (466, 40, '129', 'carpet_polar*2', 3, 0, 1), (467, 40, '130', 'carpet_polar*3', 3, 0, 1), (468, 40, '131', 'carpet_polar*4', 3, 0, 1), (469, 40, '147', 'carpet_standard*7', 3, 0, 1), (470, 40, '148', 'carpet_standard*8', 3, 0, 1), (471, 40, '149', 'carpet_standard*9', 3, 0, 1), (472, 40, '150', 'carpet_standard*10', 3, 0, 1), (473, 40, '151', 'carpet_standard*11', 3, 0, 1), (475, 41, '1781', 'flag_norway', 3, 0, 1), (476, 41, '1795', 'flag_belgium', 3, 0, 1), (477, 41, '1796', 'flag_portugal', 3, 0, 1), (481, 27, '190', 'xmasduck', 1, 0, 1), (482, 27, '263', 'rare_xmas_screen', 6, 0, 1), (483, 28, '1035', 'xmas_icelamp', 3, 0, 1), (485, 27, '1036', 'xmas_cstl_wall', 5, 0, 1), (486, 27, '1037', 'xmas_cstl_twr', 5, 0, 1), (487, 27, '1038', 'xmas_cstl_gate', 5, 0, 1), (488, 27, '1378', 'xmas_snow', 3, 0, 1), (489, 27, '1378', 'xmas_snow', 20, 0, 10), (490, 27, '1676', 'xmas_light', 3, 0, 1), (513, 27, '193', 'tree3', 3, 0, 1), (496, 27, '19973', 'xm09_table', 5, 0, 1), (493, 27, '19971', 'xm09_man_b', 3, 0, 1), (833, 57, '669', 'chair_china', 3, 0, 1), (495, 27, '19972', 'xm09_man_c', 3, 0, 1), (497, 27, '19974', 'xm09_bench', 5, 0, 1), (2120, 7, '20060', 'DEAL_HC_2', 30, 0, 3), (499, 27, '19977', 'xm09_forestwall', 3, 0, 1), (500, 27, '19978', 'xm09_lodgewall', 3, 0, 1), (501, 27, '19979', 'xm09_bauble_25', 3, 0, 1), (502, 27, '19976', 'xm09_firwall', 3, 0, 1), (503, 27, '19980', 'xm09_bauble_26', 3, 0, 1), (512, 27, '187', 'pudding', 3, 0, 1), (505, 27, '19982', 'xm09_bauble_27', 3, 0, 1), (506, 27, '19983', 'xm09_bauble_23', 3, 0, 1), (507, 27, '19984', 'xm09_bauble_24', 3, 0, 1), (508, 27, '19985', 'xm09_candyCane', 3, 0, 1), (509, 27, '19986', 'xm09_stocking', 3, 0, 1), (514, 27, '194', 'tree4', 3, 0, 1), (515, 27, '195', 'tree5', 3, 0, 1), (516, 27, '1039', 'tree7', 3, 0, 1), (517, 27, '1040', 'tree6', 3, 0, 1), (518, 27, '1046', 'christmas_sleigh', 6, 0, 1), (519, 27, '1047', 'christmas_reindeer', 5, 0, 1), (520, 27, '1048', 'christmas_poop', 1, 0, 1), (522, 27, '192', 'triplecandle', 3, 0, 1), (523, 27, '198', 'rcandleset', 3, 0, 1), (524, 27, '270', 'rcandle', 2, 0, 1), (555, 77, '1305', 'greek_corner', 3, 0, 1), (528, 27, '19989', 'xm09_man_a', 3, 0, 1), (1117, 43, '125', 'red_tv', 3, 0, 1), (531, 27, '19981', 'xm09_bauble_27', 3, 0, 1), (532, 28, '1374', 'campfire', 4, 0, 1), (533, 76, '200', 'valeduck', 1, 0, 1), (534, 76, '245', 'valentinescreen', 5, 0, 1), (556, 77, '1306', 'greek_gate', 6, 0, 1), (536, 76, '811', 'plant_valentinerose*3', 3, 0, 1), (537, 76, '812', 'plant_valentinerose*5', 3, 0, 1), (538, 76, '813', 'plant_valentinerose*2', 3, 0, 1), (539, 76, '814', 'plant_valentinerose*4', 3, 0, 1), (540, 76, '815', 'plant_valentinerose*1', 3, 0, 1), (541, 76, '820', 'carpet_valentine', 6, 0, 1), (542, 76, '1092', 'val_teddy*1', 3, 0, 1), (543, 76, '1093', 'val_teddy*2', 3, 0, 1), (544, 76, '1094', 'val_teddy*3', 3, 0, 1), (545, 76, '1095', 'val_teddy*4', 3, 0, 1), (546, 76, '1096', 'val_teddy*4', 3, 0, 1), (547, 76, '1097', 'val_teddy*6', 3, 0, 1), (548, 76, '1098', 'val_randomizer', 8, 0, 1), (549, 76, '1099', 'val_choco', 3, 0, 1), (550, 76, '1669', 'val_heart', 3, 0, 1), (551, 76, '1656', 'post.it.vd', 3, 0, 30), (552, 76, '199', 'statue', 4, 0, 1), (553, 76, '201', 'heartsofa', 3, 0, 1), (557, 77, '1307', 'greek_pillars', 3, 0, 1), (558, 77, '1308', 'greek_seat', 2, 0, 1), (564, 71, '1623', 'rela_candle1', 3, 0, 1), (560, 42, '1310', 'a0 greektrophy_s', 10, 0, 1), (561, 42, '1311', 'a0 greektrophy_b', 10, 0, 1), (562, 77, '1312', 'greek_block', 4, 0, 1), (563, 42, '1309', 'a0 greektrophy_g', 10, 0, 1), (2108, 91, '20051', 'ads_twi_trophy', 10, 0, 1), (566, 71, '1625', 'rela_candles2', 3, 0, 1), (766, 72, '796', 'romantique_pianochair*5', 2, 0, 1), (568, 71, '1627', 'rela_hchair', 5, 0, 1), (569, 71, '1628', 'rela_candle2', 3, 0, 1), (570, 71, '1632', 'rela_candle3', 3, 0, 1), (571, 71, '1634', 'rela_plant', 4, 0, 1), (572, 71, '1635', 'rela_candles1', 3, 0, 1), (573, 71, '1636', 'rela_candles3', 3, 0, 1), (574, 71, '1637', 'rela_orchid', 5, 0, 1), (575, 71, '1638'%2