Sie sind auf Seite 1von 190

---------

phpMyAdmin SQL Dump


version 3.2.4
http://www.phpmyadmin.net
Servidor: localhost
Tiempo de generacin: 29-06-2011 a las 12:14:34
Versin del servidor: 5.1.41
Versin de PHP: 5.3.1

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
/*!40101
/*!40101
/*!40101
/*!40101

SET
SET
SET
SET

@OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
@OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
NAMES utf8 */;

--- Base de datos: `uberdb`


--- ---------------------------------------------------------- Estructura de tabla para la tabla `account_settings_log`
-CREATE TABLE IF NOT EXISTS `account_settings_log` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`system` text,
`ip` text,
`userN` text,
`entry` text,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;
--- Volcar la base de datos para la tabla `account_settings_log`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `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',
`enable_counter` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=214 ;
--- Volcar la base de datos para la tabla `achievements`

-INSERT INTO `achievements` (`id`, `levels`, `dynamic_badgelevel`, `badge`, `pixe


ls_base`, `pixels_multiplier`, `enable_counter`) VALUES
(1, 1, '1', 'ACH_AvatarLooks', 50, 0, '0'),
(5, 1, '1', 'ACH_Motto', 50, 0, '0'),
(6, 1, '1', 'ACH_Student', 50, 0, '0'),
(7, 1, '1', 'ACH_AvatarTags', 50, 0, '0'),
(11, 1, '0', 'Z63', 50, 0, '0'),
(12, 10, '1', 'ACH_RoomEntry', 5, 0, '0'),
(15, 10, '1', 'ACH_RespectEarned', 50, 1, '0'),
(16, 1, '1', 'ACH_RespectGiven', 20, 1, '0'),
(17, 10, '1', 'ACH_GiftGiver', 20, 1, '0'),
(18, 10, '1', 'ACH_GiftReceiver', 20, 1, '0'),
(19, 10, '1', 'ACH_AllTimeHotelPresence', 50, 1.25, '0'),
(20, 10, '1', 'ACH_PetLover', 50, 1.25, '0'),
(21, 10, '1', 'ACH_FireworksCharger', 50, 1.25, '0'),
(200, 1, '1', 'ACH_SkateBoardSlide1', 50, 0, '0'),
(201, 1, '1', 'ACH_SkateBoardSlide2', 50, 0, '0'),
(202, 1, '1', 'ACH_SkateBoardSlide3', 50, 0, '0'),
(211, 1, '1', 'ACH_SkateBoardJump1', 50, 0, '0'),
(212, 1, '1', 'ACH_SkateBoardJump2', 50, 0, '0'),
(213, 1, '1', 'ACH_SkateBoardJump3', 50, 0, '0');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `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=1 ;
--- Volcar la base de datos para la tabla `bans`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `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;


--- Volcar la base de datos para la tabla `bans_appeals`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `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 ;
--- Volcar la base de datos para la tabla `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
(1, 0, 'guide', 'Guide Bot', 'Here to help you out!', 'hr-3172-59.ha-3118-62-110
.hd-3101-2.lg-3017-70-62', 0, 0, 0, 0, 'freeroam', 0, 0, 0, 0);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `bots_pet_speech`
-CREATE TABLE IF NOT EXISTS `bots_pet_speech` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`pet_type` int(10) NOT NULL,
`speech` varchar(300) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=15 ;
--- Volcar la base de datos para la tabla `bots_pet_speech`
--

INSERT INTO `bots_pet_speech` (`id`, `pet_type`, `speech`) VALUES


(1, 10, 'sit'),
(2, 10, 'Tweet!'),
(3, 10, 'lay'),
(4, 0, 'Woof! Woof!'),
(5, 3, 'Woof! Woof!'),
(6, 0, 'lay'),
(7, 3, 'lay'),
(8, 11, '*Ribbib*'),
(9, 11, 'jmp'),
(10, 11, 'gst plf'),
(11, 10, 'gst sml'),
(12, 11, 'rlx'),
(13, 10, 'crk'),
(14, 8, 'gst hom');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `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=9 ;
--- Volcar la base de datos para la tabla `bots_responses`
-INSERT INTO `bots_responses` (`id`, `bot_id`, `keywords`, `response_text`, `mode
`, `serve_id`) VALUES
(1, 1, 'dutch;italian;sweedish;french;spanish;polish;portugese;brazillian;inglai
se;anglais;hola;bonjour;nederlands;engels;swedish;language;german;deutsch', 'Thi
s is an English hotel! Please speak English or face punishment!', 'shout', 0),
(2, 1, 'help;halp', 'I''m here to help! If theres anything I can''t answer, use
the help tool to the left!', 'say', 0),
(3, 1, 'job;badge;plz;please;pls', 'Please do not beg staff members! It''ll only
annoy them and decrease your chances!', 'say', 0),
(4, 1, 'cred;credz;creds;credits;coins', 'Credits are given out at random interv
als. Check the site for more details.', 'say', 0),
(5, 1, 'mod;admin;staff', 'Our dedicated staff are here to improve your retro ex
perience!', 'say', 0),
(6, 1, 'furni;decorate;walls;floor;windows;sofa;chair;table', 'If you want to de
corate, buy some items from the catalogue and place them in your room!', 'say',
0),
(7, 1, 'pixels', 'You get pixels for being online and getting achievements, you
can then spend them in the catalogue!', 'say', 0);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `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;
--- Volcar la base de datos para la tabla `bots_speech`
-INSERT INTO `bots_speech` (`bot_id`, `text`, `shout`) VALUES
(1, ' Credits are topped up on a regular basis :)', '0'),
(1, 'There are always competitions going on to earn more credits and rares!', '0
'),
(1, 'It''s always good to trade your rares! Share the wealth.', '0'),
(1, 'Have you checked out the marketplace in the catalogue yet?', '0'),
(1, 'Looking for somewere quiet? Go find a nice, relaxing public room in the nav
igator :)', '0'),
(1, 'Our staff are here to help you!', '0'),
(1, 'Rares are give out in competitons and events, as well as some in the catalo
gue for all users.', '0'),
(1, 'Found a bug? Got a suggestion? Send us a call for help!', '0');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `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=356828335 ;
--- Volcar la base de datos para la tabla `catalog_items`
-INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_
credits`, `cost_pixels`, `amount`) VALUES
(1, 85, '19942', 'byesw_hand', 0, 2000, 1),
(2, 134, '19943', 'byesw_hotel', 25, 0, 1),
(23, 15, '19896', 'wallpaper 1', 3, 0, 1),
(24, 15, '19896', 'wallpaper 2', 3, 0, 1),
(25, 15, '19896', 'wallpaper 3', 3, 0, 1),
(26, 15, '19896', 'wallpaper 4', 3, 0, 1),
(27, 15, '19896', 'wallpaper 5', 3, 0, 1),
(28, 15, '19896', 'wallpaper 6', 3, 0, 1),
(29, 15, '19896', 'wallpaper 7', 3, 0, 1),
(30, 15, '19896', 'wallpaper 8', 3, 0, 1),
(31, 15, '19896', 'wallpaper 9', 3, 0, 1),

(32,
(33,
(34,
(35,
(36,
(37,
(38,
(39,
(40,
(41,
(42,
(43,
(44,
(45,
(46,
(47,
(48,
(49,
(50,
(51,
(52,
(53,
(54,
(55,
(56,
(57,
(58,
(59,
(60,
(61,
(62,
(63,
(64,
(65,
(66,
(67,
(71,
(72,
(73,
(74,
(75,
(76,
(78,
(79,
(80,
(81,
(82,
(83,
(85,
(86,
(87,
(88,
(89,
(90,
(91,
(92,
(93,
(94,
(95,
(96,

15, '19896', 'wallpaper 10', 3, 0, 1),


15, '19896', 'wallpaper 11', 3, 0, 1),
15, '19896', 'wallpaper 12', 3, 0, 1),
15, '19896', 'wallpaper 13', 3, 0, 1),
15, '19896', 'wallpaper 14', 3, 0, 1),
15, '19896', 'wallpaper 15', 3, 0, 1),
15, '19896', 'wallpaper 16', 3, 0, 1),
15, '19896', 'wallpaper 17', 3, 0, 1),
15, '19896', 'wallpaper 18', 3, 0, 1),
15, '19896', 'wallpaper 19', 3, 0, 1),
15, '19896', 'wallpaper 20', 3, 0, 1),
15, '19896', 'wallpaper 21', 3, 0, 1),
15, '19896', 'wallpaper 22', 3, 0, 1),
15, '19896', 'wallpaper 23', 3, 0, 1),
15, '19896', 'wallpaper 24', 3, 0, 1),
15, '19896', 'wallpaper 25', 3, 0, 1),
15, '19896', 'wallpaper 26', 3, 0, 1),
15, '19896', 'wallpaper 27', 3, 0, 1),
15, '19896', 'wallpaper 28', 3, 0, 1),
15, '19896', 'wallpaper 29', 3, 0, 1),
15, '19896', 'wallpaper 30', 3, 0, 1),
15, '19896', 'wallpaper 31', 3, 0, 1),
15, '19894', 'a2 l', 3, 0, 1),
15, '19895', 'a2 t', 3, 0, 1),
15, '19926', 'landscape 1', 3, 0, 1),
15, '19926', 'landscape 2', 3, 0, 1),
15, '19926', 'landscape 3', 3, 0, 1),
15, '19926', 'landscape 4', 3, 0, 1),
15, '19926', 'landscape 5', 3, 0, 1),
15, '19926', 'landscape 6', 3, 0, 1),
15, '19926', 'landscape 7', 3, 0, 1),
15, '19926', 'landscape 8', 3, 0, 1),
15, '19926', 'landscape 9', 3, 0, 1),
15, '19926', 'landscape 10', 3, 0, 1),
15, '19926', 'landscape 11', 3, 0, 1),
15, '19926', 'landscape 12', 3, 0, 1),
55, '6', 'table_norja_med', 4, 0, 1),
55, '1', 'shelves_norja', 3, 0, 1),
55, '14', 'couch_norja', 4, 0, 1),
55, '15', 'chair_norja', 3, 0, 1),
55, '173', 'soft_sofachair_norja', 3, 0, 1),
55, '174', 'soft_sofa_norja', 4, 0, 1),
55, '479', 'table_norja_med*2', 3, 0, 1),
55, '480', 'table_norja_med*3', 3, 0, 1),
55, '481', 'table_norja_med*4', 3, 0, 1),
55, '482', 'table_norja_med*5', 3, 0, 1),
55, '483', 'table_norja_med*6', 3, 0, 1),
55, '484', 'table_norja_med*7', 3, 0, 1),
55, '485', 'table_norja_med*8', 3, 0, 1),
55, '486', 'table_norja_med*9', 3, 0, 1),
55, '487', 'couch_norja*2', 4, 0, 1),
55, '488', 'couch_norja*3', 4, 0, 1),
55, '489', 'couch_norja*4', 4, 0, 1),
1, '490', 'couch_norja*5', 4, 0, 1),
55, '491', 'couch_norja*6', 4, 0, 1),
55, '492', 'couch_norja*7', 4, 0, 1),
55, '493', 'couch_norja*8', 4, 0, 1),
55, '494', 'couch_norja*9', 4, 0, 1),
55, '495', 'shelves_norja*2', 3, 0, 1),
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),
(101, 55, '501', 'shelves_norja*9', 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),
(118, 55, '524', 'soft_sofa_norja*8', 4, 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),
(140, 30, '2', 'shelves_polyfon', 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,
(166,
(168,
(170,
(171,
(172,
(173,
(174,
(175,
(176,
(177,
(178,
(179,
(180,
(181,
(182,
(183,
(184,
(185,
(186,
(187,
(188,
(189,
(190,
(191,
(192,
(193,
(194,
(195,
(196,
(197,
(198,
(199,
(200,
(201,
(202,
(203,
(204,
(205,
(206,
(207,
(208,
(209,
(210,
(212,
(213,
(214,
(215,
(218,
(222,
(224,
(225,
(226,
(227,
(228,
(229,
(230,
(231,
(232,
(233,

30, '216', 'divider_poly3', 6, 0, 1),


30, '582', 'sofachair_polyfon*2', 3, 0, 1),
30, '583', 'sofachair_polyfon*3', 3, 0, 1),
30, '584', 'sofachair_polyfon*4', 3, 0, 1),
30, '585', 'sofachair_polyfon*6', 3, 0, 1),
30, '586', 'sofachair_polyfon*7', 3, 0, 1),
30, '587', 'sofachair_polyfon*8', 3, 0, 1),
30, '588', 'sofachair_polyfon*9', 3, 0, 1),
30, '589', 'sofa_polyfon*2', 4, 0, 1),
30, '590', 'sofa_polyfon*3', 4, 0, 1),
30, '591', 'sofa_polyfon*3', 4, 0, 1),
30, '592', 'sofa_polyfon*6', 3, 0, 1),
30, '593', 'sofa_polyfon*7', 3, 0, 1),
30, '594', 'sofa_polyfon*8', 4, 0, 1),
30, '595', 'sofa_polyfon*9', 4, 0, 1),
30, '596', 'bed_polyfon*3', 4, 0, 1),
30, '597', 'bed_polyfon*4', 4, 0, 1),
30, '598', 'bed_polyfon*6', 4, 0, 1),
30, '599', 'bed_polyfon*7', 4, 0, 1),
30, '600', 'bed_polyfon*8', 4, 0, 1),
30, '601', 'bed_polyfon*9', 4, 0, 1),
30, '602', 'bed_polyfon_one*2', 3, 0, 1),
30, '603', 'bed_polyfon_one*3', 3, 0, 1),
30, '604', 'bed_polyfon_one*4', 3, 0, 1),
30, '605', 'bed_polyfon_one*6', 3, 0, 1),
30, '606', 'bed_polyfon_one*7', 3, 0, 1),
30, '607', 'bed_polyfon_one*8', 3, 0, 1),
30, '608', 'bed_polyfon_one*9', 3, 0, 1),
30, '609', 'bardesk_polyfon*2', 3, 0, 1),
30, '610', 'bardesk_polyfon*3', 3, 0, 1),
30, '611', 'bardesk_polyfon*4', 3, 0, 1),
30, '604', 'bed_polyfon_one*4', 3, 0, 1),
30, '613', 'bardesk_polyfon*6', 3, 0, 1),
30, '614', 'bardesk_polyfon*7', 3, 0, 1),
615, '615', 'bardesk_polyfon*8', 3, 0, 1),
30, '616', 'bardesk_polyfon*9', 3, 0, 1),
30, '616', 'bardesk_polyfon*9', 3, 0, 1),
30, '617', 'bardeskcorner_polyfon*2', 3, 0,
30, '618', 'bardeskcorner_polyfon*3', 3, 0,
30, '619', 'bardeskcorner_polyfon*4', 3, 0,
30, '621', 'bardeskcorner_polyfon*6', 3, 0,
30, '622', 'bardeskcorner_polyfon*7', 3, 0,
30, '623', 'bardeskcorner_polyfon*8', 3, 0,
30, '624', 'bardeskcorner_polyfon*9', 3, 0,
30, '625', 'divider_poly3*2', 6, 0, 1),
30, '626', 'divider_poly3*3', 6, 0, 1),
30, '627', 'divider_poly3*4', 6, 0, 1),
30, '629', 'divider_poly3*6', 6, 0, 1),
30, '632', 'divider_poly3*9', 6, 0, 1),
35, '32', 'bed_armas_two', 4, 0, 1),
35, '36', 'bench_armas', 3, 0, 1),
35, '37', 'table_armas', 4, 0, 1),
35, '38', 'small_table_armas', 3, 0, 1),
35, '39', 'small_chair_armas', 1, 0, 1),
35, '40', 'fireplace_armas', 5, 0, 1),
35, '41', 'lamp_armas', 3, 0, 1),
35, '42', 'bed_armas_one', 3, 0, 1),
35, '44', 'carpet_armas', 3, 0, 1),
35, '115', 'bar_armas', 4, 0, 1),
35, '116', 'bartable_armas', 4, 0, 1),

1),
1),
1),
1),
1),
1),
1),

(234,
(235,
(237,
(238,
(239,
(240,
(241,
(242,
(243,
(244,
(245,
(246,
(248,
(249,
(250,
(251,
(254,
(255,
(257,
(258,
(259,
(260,
(261,
(264,
(265,
(268,
(269,
(271,
(272,
(273,
(274,
(275,
(276,
(277,
(278,
(279,
(280,
(281,
(282,
(283,
(284,
(285,
(286,
(287,
(288,
(289,
(290,
(291,
(292,
(293,
(294,
(295,
(296,
(297,
(298,
(299,
(300,
(301,
(302,
(303,

35,
35,
24,
24,
24,
24,
24,
24,
24,
24,
24,
24,
24,
24,
24,
24,
24,
24,
26,
26,
26,
26,
26,
29,
29,
73,
58,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,

'117', 'bar_chair_armas', 1, 0, 1),


'176', 'lamp2_armas', 3, 0, 1),
'1693', 'window_single_default', 3, 0, 1),
'1694', 'window_double_default', 4, 0, 1),
'1695', 'noob_window_double', 4, 0, 1),
'1696', 'window_triple', 5, 0, 1),
'1697', 'window_square', 1, 0, 1),
'1698', 'window_romantic_wide', 4, 0, 1),
'1699', 'window_romantic_narrow', 3, 0, 1),
'1700', 'window_grunge', 2, 0, 1),
'1701', 'window_golden', 4, 0, 1),
'1702', 'window_chinese_wide', 6, 0, 1),
'1703', 'window_chinese_narrow', 5, 0, 1),
'1704', 'window_basic', 3, 0, 1),
'1705', 'window_70s_wide', 5, 0, 1),
'1706', 'window_70s_narrow', 4, 0, 1),
'1712', 'window_hole', 2, 0, 1),
'1717', 'window_skyscraper', 18, 0, 5),
'1683', 'roomdimmer', 6, 0, 1),
'1802', 'dimmer_fuse6', 6, 0, 1),
'1803', 'dimmer_swtch', 3, 0, 1),
'1804', 'dimmer_fuse2', 6, 0, 1),
'1805', 'dimmer_buttn', 3, 0, 1),
'178', 'door', 5, 0, 1),
'1100', 'teleport_door', 6, 0, 1),
'1613', 'sf_tele', 5, 0, 1),
'1452', 'lostc_teleport', 5, 0, 1),
'3', 'shelves_silo', 3, 0, 1),
'7', 'table_silo_med', 3, 0, 1),
'12', 'chair_silo', 3, 0, 1),
'13', 'sofa_silo', 3, 0, 1),
'21', 'sofachair_silo', 3, 0, 1),
'29', 'bed_silo_one', 3, 0, 1),
'30', 'bed_silo_two', 4, 0, 1),
'31', 'table_silo_small', 2, 0, 1),
'221', 'divider_silo1', 3, 0, 1),
'223', 'divider_silo2', 3, 0, 1),
'225', 'divider_silo3', 6, 0, 1),
'461', 'barchair_silo', 3, 0, 1),
'534', 'sofachair_silo*2', 3, 0, 1),
'535', 'sofachair_silo*3', 3, 0, 1),
'536', 'sofachair_silo*4', 3, 0, 1),
'537', 'sofachair_silo*5', 3, 0, 1),
'538', 'sofachair_silo*6', 3, 0, 1),
'539', 'sofachair_silo*7', 3, 0, 1),
'540', 'sofachair_silo*8', 3, 0, 1),
'541', 'sofachair_silo*9', 3, 0, 1),
'542', 'table_silo_small*2', 2, 0, 1),
'543', 'table_silo_small*3', 2, 0, 1),
'544', 'table_silo_small*4', 2, 0, 1),
'545', 'table_silo_small*5', 2, 0, 1),
'546', 'table_silo_small*6', 2, 0, 1),
'547', 'table_silo_small*7', 2, 0, 1),
'548', 'table_silo_small*8', 2, 0, 1),
'549', 'table_silo_small*9', 3, 0, 1),
'550', 'divider_silo1*2', 3, 0, 1),
'551', 'divider_silo1*3', 3, 0, 1),
'552', 'divider_silo1*4', 3, 0, 1),
'553', 'divider_silo1*5', 3, 0, 1),
'554', 'divider_silo1*6', 3, 0, 1),

(304,
(305,
(306,
(307,
(308,
(309,
(310,
(311,
(312,
(313,
(314,
(315,
(316,
(317,
(318,
(319,
(320,
(321,
(322,
(323,
(324,
(325,
(326,
(327,
(328,
(329,
(330,
(331,
(332,
(333,
(334,
(335,
(336,
(337,
(338,
(339,
(340,
(341,
(342,
(343,
(344,
(345,
(346,
(347,
(348,
(349,
(350,
(351,
(352,
(353,
(354,
(355,
(356,
(358,
(359,
(360,
(363,
(364,
(365,
(366,

33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
33,
37,
37,
37,
37,

'555', 'divider_silo1*7', 3, 0, 1),


'556', 'divider_silo1*8', 3, 0, 1),
'557', 'divider_silo1*9', 3, 0, 1),
'558', 'divider_silo3*2', 6, 0, 1),
'559', 'divider_silo3*3', 6, 0, 1),
'560', 'divider_silo3*4', 6, 0, 1),
'561', 'divider_silo3*5', 6, 0, 1),
'562', 'divider_silo3*6', 6, 0, 1),
'563', 'divider_silo3*7', 6, 0, 1),
'564', 'divider_silo3*8', 6, 0, 1),
'565', 'divider_silo3*9', 6, 0, 1),
'566', 'table_silo_med*2', 3, 0, 1),
'567', 'table_silo_med*3', 3, 0, 1),
'568', 'table_silo_med*4', 3, 0, 1),
'569', 'table_silo_med*5', 3, 0, 1),
'570', 'table_silo_med*6', 3, 0, 1),
'571', 'table_silo_med*7', 3, 0, 1),
'572', 'table_silo_med*8', 3, 0, 1),
'573', 'table_silo_med*9', 3, 0, 1),
'574', 'sofa_silo*2', 4, 0, 1),
'575', 'sofa_silo*3', 4, 0, 1),
'576', 'sofa_silo*4', 4, 0, 1),
'577', 'sofa_silo*5', 4, 0, 1),
'578', 'sofa_silo*6', 4, 0, 1),
'579', 'sofa_silo*7', 4, 0, 1),
'580', 'sofa_silo*8', 4, 0, 1),
'581', 'sofa_silo*9', 4, 0, 1),
'633', 'chair_silo*2', 3, 0, 1),
'634', 'chair_silo*3', 3, 0, 1),
'635', 'chair_silo*4', 3, 0, 1),
'636', 'chair_silo*5', 3, 0, 1),
'637', 'chair_silo*5', 3, 0, 1),
'638', 'chair_silo*7', 3, 0, 1),
'639', 'chair_silo*8', 3, 0, 1),
'640', 'chair_silo*9', 3, 0, 1),
'657', 'silo_studydesk', 10, 0, 1),
'657', 'silo_studydesk', 10, 0, 1),
'675', 'safe_silo', 3, 0, 1),
'702', 'barchair_silo*2', 3, 0, 1),
'703', 'barchair_silo*3', 3, 0, 1),
'704', 'barchair_silo*4', 3, 0, 1),
'705', 'barchair_silo*5', 3, 0, 1),
'706', 'barchair_silo*6', 3, 0, 1),
'707', 'barchair_silo*6', 3, 0, 1),
'707', 'barchair_silo*7', 3, 0, 1),
'708', 'barchair_silo*8', 3, 0, 1),
'709', 'barchair_silo*9', 3, 0, 1),
'710', 'safe_silo*2', 3, 0, 1),
'711', 'safe_silo*3', 3, 0, 1),
'712', 'safe_silo*4', 3, 0, 1),
'713', 'safe_silo*5', 3, 0, 1),
'714', 'safe_silo*6', 3, 0, 1),
'715', 'safe_silo*7', 3, 0, 1),
'716', 'safe_silo*8', 3, 0, 1),
'717', 'safe_silo*9', 3, 0, 1),
'1043', 'safe_silo_pb', 5, 0, 1),
'1639', 'ktchn_stove', 4, 0, 1),
'1640', 'ktchn_light', 3, 0, 1),
'1641', 'ktchn_plates', 3, 0, 1),
'1642', 'ktchn_countr_1', 3, 0, 1),

(367,
(368,
(369,
(370,
(371,
(372,
(373,
(374,
(375,
(376,
(378,
(379,
(380,
(381,
(383,
(386,
(387,
(388,
(389,
(390,
(391,
(392,
(393,
(394,
(395,
(396,
(397,
(398,
(399,
(400,
(401,
(402,
(404,
(405,
(406,
(407,
(408,
(409,
(410,
(411,
(412,
(413,
(414,
(417,
(418,
(419,
(420,
(421,
(422,
(423,
(424,
(425,
(426,
(427,
(428,
(429,
(430,
(431,
(432,
(433,

37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
37,
28,
28,
28,
28,
28,
28,
28,
28,
28,
28,
28,
28,
28,
28,
28,
28,
28,
39,
39,
39,
39,
39,
39,
39,
39,
39,
39,
39,
38,
38,
38,
38,
38,
38,
38,
38,
38,
34,
34,
34,
34,
34,
34,
34,
34,

'1643', 'ktchn_pots', 5, 0, 1),


'1644', 'ktchn_cornr', 3, 0, 1),
'1645', 'ktchn_desk', 3, 0, 1),
'1646', 'ktchn_trash', 3, 0, 1),
'1647', 'ktchn_countr_2', 4, 0, 1),
'1648', 'ktchn_bBlock', 5, 0, 1),
'1649', 'ktchn_dvdr', 3, 0, 1),
'1650', 'ktchn_inspctr', 5, 0, 1),
'1651', 'ktchn_fridge', 4, 0, 1),
'1653', 'ktchn_sink', 4, 0, 1),
'1654', 'ktchn_gate', 6, 0, 1),
'1798', 'ktchn_wall', 8, 0, 1),
'1800', 'ktchn_oven', 3, 0, 1),
'1801', 'ktchn_knives', 3, 0, 1),
'1798', 'ktchn_wall', 20, 0, 5),
'1364', 'xmas08_snowpl', 3, 0, 1),
'1366', 'xmas08_trph1', 6, 0, 1),
'1368', 'xmas08_table', 3, 0, 1),
'1369', 'xmas08_hottub', 5, 0, 1),
'1373', 'xmas08_icetree', 4, 0, 1),
'1375', 'xmas08_icerug', 5, 0, 1),
'1387', 'xmas08_geysir', 4, 0, 1),
'1391', 'xmas08_lantern', 3, 0, 1),
'1392', 'xmas08_chair', 3, 0, 1),
'1394', 'xmas08_telep', 6, 0, 1),
'1395', 'xmas08_cubetree', 3, 0, 1),
'1397', 'xmas08_dvdr1', 3, 0, 1),
'1398', 'xmas08_hole', 2, 0, 1),
'1401', 'xmas08_dvdr2', 3, 0, 1),
'1413', 'xmas08_trph2', 6, 0, 1),
'1738', 'xmas08_wallpaper', 3, 0, 1),
'1739', 'xmas08_icewall', 3, 0, 1),
'141', 'plant_pineapple', 3, 0, 1),
'142', 'plant_fruittree', 3, 0, 1),
'143', 'plant_small_cactus', 1, 0, 1),
'144', 'plant_bonsai', 2, 0, 1),
'145', 'plant_big_cactus', 3, 0, 1),
'146', 'plant_yukka', 3, 0, 1),
'152', 'plant_sunflower', 3, 0, 1),
'153', 'plant_rose', 3, 0, 1),
'816', 'plant_mazegate', 5, 0, 1),
'817', 'plant_maze', 5, 0, 1),
'818', 'plant_bulrush', 3, 0, 1),
'155', 'bath', 6, 0, 1),
'156', 'sink', 3, 0, 1),
'159', 'tile', 3, 0, 1),
'162', 'tile_red', 3, 0, 1),
'163', 'tile_yell', 3, 0, 1),
'157', 'toilet', 4, 0, 1),
'160', 'toilet_red', 4, 0, 1),
'161', 'toilet_yell', 4, 0, 1),
'158', 'duck', 1, 0, 1),
'1536', 'country_rain', 3, 0, 1),
'1537', 'country_scarecrow', 3, 0, 1),
'1539', 'country_soil', 5, 0, 1),
'1540', 'country_grass', 5, 0, 1),
'1543', 'country_trctr', 4, 0, 1),
'1544', 'country_fnc2', 3, 0, 1),
'1545', 'country_fnc1', 2, 0, 1),
'1546', 'country_well', 3, 0, 1),

(434,
(435,
(436,
(437,
(438,
(439,
(440,
(441,
(442,
(443,
(444,
(445,
(446,
(448,
(449,
(450,
(451,
(452,
(453,
(454,
(455,
(456,
(457,
(458,
(459,
(460,
(461,
(462,
(463,
(464,
(465,
(466,
(467,
(468,
(469,
(470,
(471,
(472,
(473,
(475,
(476,
(477,
(481,
(482,
(483,
(485,
(486,
(487,
(488,
(489,
(490,
(493,
(495,
(496,
(497,
(499,
(500,
(501,
(502,
(503,

34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
34,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
40,
41,
41,
41,
27,
27,
28,
27,
27,
27,
27,
27,
27,
27,
27,
27,
27,
27,
27,
27,
27,
27,

'1548', 'country_rbw', 3, 0, 1),


'1549', 'country_wheat', 5, 0, 1),
'1550', 'country_gate', 6, 0, 1),
'1552', 'country_stage', 4, 0, 1),
'1557', 'country_log', 3, 0, 1),
'1558', 'country_fnc3', 3, 0, 1),
'1559', 'country_patio', 1, 0, 1),
'1560', 'country_corner', 3, 0, 1),
'1561', 'country_ditch', 3, 0, 1),
'1777', 'country_forestwall', 4, 0, 1),
'1778', 'country_fp', 4, 0, 1),
'1779', 'country_wall', 3, 0, 1),
'1780', 'country_lantern', 3, 0, 1),
'1779', 'country_wall', 15, 0, 5),
'43', 'carpet_standard', 3, 0, 1),
'45', 'carpet_polar', 3, 0, 1),
'52', 'carpet_standard*1', 3, 0, 1),
'60', 'carpet_standard*2', 3, 0, 1),
'66', 'carpet_standard*3', 3, 0, 1),
'66', 'carpet_standard*3', 3, 0, 1),
'73', 'carpet_standard*4', 3, 0, 1),
'77', 'carpet_standard*5', 3, 0, 1),
'102', 'carpet_standard*6', 3, 0, 1),
'118', 'carpet_soft', 3, 0, 1),
'119', 'carpet_soft*1', 3, 0, 1),
'120', 'carpet_soft*2', 3, 0, 1),
'121', 'carpet_soft*3', 3, 0, 1),
'122', 'carpet_soft*4', 3, 0, 1),
'123', 'carpet_soft*5', 3, 0, 1),
'124', 'carpet_soft*6', 3, 0, 1),
'127', 'carpet_polar*1', 3, 0, 1),
'129', 'carpet_polar*2', 3, 0, 1),
'130', 'carpet_polar*3', 3, 0, 1),
'131', 'carpet_polar*4', 3, 0, 1),
'147', 'carpet_standard*7', 3, 0, 1),
'148', 'carpet_standard*8', 3, 0, 1),
'149', 'carpet_standard*9', 3, 0, 1),
'150', 'carpet_standard*10', 3, 0, 1),
'151', 'carpet_standard*11', 3, 0, 1),
'1781', 'flag_norway', 3, 0, 1),
'1795', 'flag_belgium', 3, 0, 1),
'1796', 'flag_portugal', 3, 0, 1),
'190', 'xmasduck', 1, 0, 1),
'263', 'rare_xmas_screen', 6, 0, 1),
'1035', 'xmas_icelamp', 3, 0, 1),
'1036', 'xmas_cstl_wall', 5, 0, 1),
'1037', 'xmas_cstl_twr', 5, 0, 1),
'1038', 'xmas_cstl_gate', 5, 0, 1),
'1378', 'xmas_snow', 3, 0, 1),
'1378', 'xmas_snow', 20, 0, 10),
'1676', 'xmas_light', 3, 0, 1),
'19971', 'xm09_man_b', 3, 0, 1),
'19972', 'xm09_man_c', 3, 0, 1),
'19973', 'xm09_table', 5, 0, 1),
'19974', 'xm09_bench', 5, 0, 1),
'19977', 'xm09_forestwall', 3, 0, 1),
'19978', 'xm09_lodgewall', 3, 0, 1),
'19979', 'xm09_bauble_25', 3, 0, 1),
'19976', 'xm09_firwall', 3, 0, 1),
'19980', 'xm09_bauble_26', 3, 0, 1),

(505,
(506,
(507,
(508,
(509,
(512,
(513,
(514,
(515,
(516,
(517,
(518,
(519,
(520,
(522,
(523,
(524,
(528,
(531,
(532,
(533,
(534,
(536,
(537,
(538,
(539,
(540,
(541,
(542,
(543,
(544,
(545,
(546,
(547,
(548,
(549,
(550,
(551,
(552,
(553,
(555,
(556,
(557,
(558,
(560,
(561,
(562,
(563,
(564,
(566,
(568,
(569,
(570,
(571,
(572,
(573,
(574,
(575,
(576,
(578,

27,
27,
27,
27,
27,
27,
27,
27,
27,
27,
27,
27,
27,
27,
27,
27,
27,
27,
27,
28,
76,
76,
76,
76,
76,
76,
76,
76,
76,
76,
76,
76,
76,
76,
76,
76,
76,
76,
76,
76,
77,
77,
77,
77,
42,
42,
77,
42,
71,
71,
71,
71,
71,
71,
71,
71,
71,
71,
71,
59,

'19982', 'xm09_bauble_27', 3, 0, 1),


'19983', 'xm09_bauble_23', 3, 0, 1),
'19984', 'xm09_bauble_24', 3, 0, 1),
'19985', 'xm09_candyCane', 3, 0, 1),
'19986', 'xm09_stocking', 3, 0, 1),
'187', 'pudding', 3, 0, 1),
'193', 'tree3', 3, 0, 1),
'194', 'tree4', 3, 0, 1),
'195', 'tree5', 3, 0, 1),
'1039', 'tree7', 3, 0, 1),
'1040', 'tree6', 3, 0, 1),
'1046', 'christmas_sleigh', 6, 0, 1),
'1047', 'christmas_reindeer', 5, 0, 1),
'1048', 'christmas_poop', 1, 0, 1),
'192', 'triplecandle', 3, 0, 1),
'198', 'rcandleset', 3, 0, 1),
'270', 'rcandle', 2, 0, 1),
'19989', 'xm09_man_a', 3, 0, 1),
'19981', 'xm09_bauble_27', 3, 0, 1),
'1374', 'campfire', 4, 0, 1),
'200', 'valeduck', 1, 0, 1),
'245', 'valentinescreen', 5, 0, 1),
'811', 'plant_valentinerose*3', 3, 0, 1),
'812', 'plant_valentinerose*5', 3, 0, 1),
'813', 'plant_valentinerose*2', 3, 0, 1),
'814', 'plant_valentinerose*4', 3, 0, 1),
'815', 'plant_valentinerose*1', 3, 0, 1),
'820', 'carpet_valentine', 6, 0, 1),
'1092', 'val_teddy*1', 3, 0, 1),
'1093', 'val_teddy*2', 3, 0, 1),
'1094', 'val_teddy*3', 3, 0, 1),
'1095', 'val_teddy*4', 3, 0, 1),
'1096', 'val_teddy*4', 3, 0, 1),
'1097', 'val_teddy*6', 3, 0, 1),
'1098', 'val_randomizer', 8, 0, 1),
'1099', 'val_choco', 3, 0, 1),
'1669', 'val_heart', 3, 0, 1),
'1656', 'post.it.vd', 3, 0, 30),
'199', 'statue', 4, 0, 1),
'201', 'heartsofa', 3, 0, 1),
'1305', 'greek_corner', 3, 0, 1),
'1306', 'greek_gate', 6, 0, 1),
'1307', 'greek_pillars', 3, 0, 1),
'1308', 'greek_seat', 2, 0, 1),
'1310', 'a0 greektrophy_s', 10, 0, 1),
'1311', 'a0 greektrophy_b', 10, 0, 1),
'1312', 'greek_block', 4, 0, 1),
'1309', 'a0 greektrophy_g', 10, 0, 1),
'1623', 'rela_candle1', 3, 0, 1),
'1625', 'rela_candles2', 3, 0, 1),
'1627', 'rela_hchair', 5, 0, 1),
'1628', 'rela_candle2', 3, 0, 1),
'1632', 'rela_candle3', 3, 0, 1),
'1634', 'rela_plant', 4, 0, 1),
'1635', 'rela_candles1', 3, 0, 1),
'1636', 'rela_candles3', 3, 0, 1),
'1637', 'rela_orchid', 5, 0, 1),
'1638', 'rela_rock', 4, 0, 1),
'1794', 'rela_wall', 4, 0, 1),
'209', 'basket', 3, 0, 1),

(579,
(580,
(581,
(584,
(585,
(586,
(587,
(588,
(589,
(590,
(591,
(592,
(594,
(595,
(596,
(597,
(598,
(600,
(601,
(602,
(603,
(604,
(605,
(606,
(607,
(608,
(609,
(610,
(611,
(612,
(613,
(615,
(617,
(618,
(619,
(620,
(621,
(622,
(623,
(624,
(625,
(626,
(628,
(629,
(630,
(631,
(632,
(633,
(634,
(635,
(636,
(637,
(638,
(639,
(640,
(641,
(642,
(643,
(644,
(645,

59,
59,
59,
56,
56,
56,
56,
56,
56,
56,
56,
56,
56,
56,
56,
56,
56,
63,
63,
63,
63,
63,
63,
63,
63,
63,
63,
63,
63,
63,
63,
63,
64,
64,
64,
64,
64,
64,
64,
64,
64,
64,
67,
67,
67,
67,
67,
67,
67,
67,
67,
67,
67,
67,
67,
67,
67,
67,
67,
67,

'208', 'bunny', 3, 0, 1),


'207', 'easterduck', 1, 0, 1),
'210', 'birdie', 4, 0, 1),
'1124', 'arabian_teamk', 4, 0, 1),
'1125', 'arabian_snake', 3, 0, 1),
'1126', 'arabian_rug', 6, 0, 1),
'1127', 'arabian_pllw', 3, 0, 1),
'1128', 'arabian_divdr', 3, 0, 1),
'1129', 'arabian_chair', 3, 0, 1),
'1130', 'arabian_bigtb', 6, 0, 1),
'1131', 'arabian_tetbl', 3, 0, 1),
'1132', 'arabian_tray1', 3, 0, 1),
'1134', 'arabian_tray3', 3, 0, 1),
'1135', 'arabian_tray4', 3, 0, 1),
'1688', 'arabian_swords', 4, 0, 1),
'1689', 'arabian_wndw', 2, 0, 1),
'1133', 'arabian_tray2', 3, 0, 1),
'451', 'sporttrack1*1', 3, 0, 1),
'452', 'sporttrack1*3', 3, 0, 1),
'453', 'sporttrack1*2', 3, 0, 1),
'454', 'sporttrack2*1', 3, 0, 1),
'455', 'sporttrack2*2', 3, 0, 1),
'456', 'sporttrack2*3', 3, 0, 1),
'457', 'sporttrack3*1', 3, 0, 1),
'458', 'sporttrack3*2', 3, 0, 1),
'459', 'sporttrack3*3', 3, 0, 1),
'293', 'hockey_light', 4, 0, 1),
'292', 'hockey_score', 5, 0, 1),
'243', 'bench_lego', 3, 0, 1),
'242', 'carpet_legocourt', 4, 0, 1),
'244', 'legotrophy', 3, 0, 1),
'460', 'footylamp', 3, 0, 1),
'1017', 'grunge_chair', 3, 0, 1),
'1018', 'grunge_mattress', 4, 0, 1),
'1019', 'grunge_radiator', 3, 0, 1),
'1020', 'grunge_shelf', 4, 0, 1),
'1022', 'grunge_table', 4, 0, 1),
'1021', 'grunge_sign', 3, 0, 1),
'1110', 'grunge_candle', 2, 0, 1),
'1111', 'grunge_bench', 4, 0, 1),
'1112', 'grunge_barrel', 3, 0, 1),
'1700', 'window_grunge', 2, 0, 1),
'844', 'jp_tatami2', 4, 0, 1),
'845', 'jp_tatami', 3, 0, 1),
'847', 'jp_bamboo', 5, 0, 1),
'848', 'jp_irori', 5, 0, 1),
'849', 'jp_pillow', 2, 0, 1),
'937', 'jp_lantern', 3, 0, 1),
'965', 'jp_drawer', 3, 0, 1),
'1118', 'jp_tray6', 3, 0, 1),
'1119', 'jp_tray5', 3, 0, 1),
'1120', 'jp_tray4', 3, 0, 1),
'1121', 'jp_tray3', 3, 0, 1),
'1122', 'jp_tray2', 3, 0, 1),
'1123', 'jp_tray1', 3, 0, 1),
'1150', 'jp_table', 5, 0, 1),
'1151', 'jp_rare', 6, 0, 1),
'1152', 'jp_katana3', 3, 0, 1),
'1153', 'jp_katana2', 3, 0, 1),
'1154', 'jp_katana1', 3, 0, 1),

(646,
(647,
(648,
(649,
(650,
(651,
(652,
(653,
(654,
(655,
(656,
(657,
(658,
(659,
(660,
(661,
(662,
(663,
(664,
(665,
(666,
(667,
(668,
(669,
(670,
(671,
(672,
(673,
(674,
(675,
(676,
(677,
(678,
(679,
(680,
(681,
(682,
(683,
(684,
(685,
(686,
(687,
(688,
(690,
(693,
(694,
(695,
(697,
(698,
(699,
(700,
(701,
(702,
(703,
(704,
(705,
(706,
(707,
(708,
(709,

67,
67,
67,
67,
67,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
66,
66,
66,
66,
66,
66,
66,
66,
66,
66,
66,
66,
66,
66,
66,
66,
66,
66,
66,
66,
66,
66,
88,
88,
88,
88,
88,
88,
88,
88,
88,
88,
88,
88,
88,

'1197', 'jp_teamaker', 4, 0, 1),


'1671', 'jp_ninjastars', 4, 0, 1),
'1685', 'jp_sheet3', 3, 0, 1),
'1686', 'jp_sheet2', 3, 0, 1),
'1687', 'jp_sheet1', 3, 0, 1),
'969', 'summer_grill*1', 3, 0, 1),
'970', 'summer_grill*2', 3, 0, 1),
'971', 'summer_grill*3', 3, 0, 1),
'972', 'summer_grill*4', 3, 0, 1),
'973', 'summer_chair*1', 3, 0, 1),
'974', 'summer_chair*2', 3, 0, 1),
'975', 'summer_chair*3', 3, 0, 1),
'976', 'summer_chair*4', 3, 0, 1),
'977', 'summer_chair*5', 3, 0, 1),
'978', 'summer_chair*6', 3, 0, 1),
'979', 'summer_chair*7', 3, 0, 1),
'980', 'summer_chair*8', 3, 0, 1),
'981', 'summer_chair*9', 3, 0, 1),
'1003', 'summer_pool*1', 5, 0, 1),
'1004', 'summer_pool*2', 5, 0, 1),
'1005', 'summer_pool*3', 5, 0, 1),
'1006', 'summer_pool*4', 5, 0, 1),
'1616', 'summer_raft1', 4, 0, 1),
'1618', 'summer_raft2', 4, 0, 1),
'1620', 'summer_icebox', 3, 0, 1),
'19938', 'hween09_floor', 3, 0, 1),
'19938', 'hween09_floor', 25, 0, 10),
'19939', 'hween09_jar', 3, 0, 1),
'19941', 'hween09_organ', 5, 0, 1),
'19944', 'hween09_table', 6, 0, 1),
'19945', 'hween09_chair', 3, 0, 1),
'19946', 'hween09_mirror', 4, 0, 1),
'19947', 'hween09_hatch', 6, 0, 1),
'19948', 'hween09_ghost', 3, 0, 1),
'19949', 'hween09_tv', 3, 0, 1),
'19950', 'hween09_chandelier', 5, 0, 1),
'19951', 'hween09_crnr1', 3, 0, 1),
'19952', 'hween09_paint', 3, 0, 1),
'19953', 'hween09_treewall', 3, 0, 1),
'19954', 'hween09_wall1', 3, 0, 1),
'19955', 'hween09_stonewall', 3, 0, 1),
'19956', 'hween09_win', 4, 0, 1),
'181', 'pumpkin', 3, 0, 1),
'182', 'skullcandle', 3, 0, 1),
'184', 'deadduck2', 1, 0, 1),
'185', 'deadduck3', 1, 0, 1),
'183', 'deadduck', 1, 0, 1),
'1334', 'hween08_sink', 3, 0, 1),
'1335', 'hween08_curtain', 5, 0, 1),
'1336', 'hween08_bath', 6, 0, 1),
'1337', 'hween08_defibs', 3, 0, 1),
'1338', 'hween08_bbag', 5, 0, 1),
'1339', 'hween08_curtain2', 5, 0, 1),
'1340', 'hween08_defibs2', 3, 0, 1),
'1341', 'hween08_bed', 4, 0, 1),
'1342', 'hween08_sink2', 3, 0, 1),
'1343', 'hween08_bed2', 4, 0, 1),
'1344', 'hween08_bath2', 4, 0, 1),
'1345', 'hween08_manhole', 3, 0, 1),
'1346', 'hween08_trll', 3, 0, 1),

(710,
(711,
(712,
(713,
(714,
(715,
(716,
(717,
(718,
(719,
(720,
(721,
(722,
(723,
(724,
(725,
(726,
(727,
(728,
(729,
(731,
(732,
(733,
(735,
(736,
(737,
(738,
(739,
(740,
(741,
(742,
(743,
(744,
(745,
(746,
(747,
(748,
(749,
(750,
(751,
(752,
(753,
(756,
(757,
(758,
(759,
(765,
(766,
(767,
(768,
(769,
(770,
(771,
(772,
(773,
(774,
(775,
(776,
(777,
(778,

88,
88,
88,
88,
74,
74,
74,
74,
74,
74,
74,
74,
74,
74,
74,
74,
74,
74,
74,
74,
74,
74,
74,
73,
73,
73,
73,
73,
73,
73,
73,
73,
73,
73,
73,
73,
73,
73,
73,
73,
73,
73,
73,
73,
73,
73,
72,
72,
72,
72,
72,
72,
72,
72,
72,
72,
72,
72,
72,
72,

'1721', 'hween08_rad', 3, 0, 1),


'1722', 'hween08_wndwb', 3, 0, 1),
'1723', 'hween08_wndw', 4, 0, 1),
'1724', 'hween08_bio', 3, 0, 1),
'1419', 'bolly_lotus_pool', 4, 0, 1),
'1422', 'bolly_petals', 3, 0, 1),
'1423', 'bolly_tree', 3, 0, 1),
'1424', 'bolly_swing', 4, 0, 1),
'1425', 'bolly_pillow', 3, 0, 1),
'1426', 'bolly_corner', 3, 0, 1),
'1427', 'bolly_phant', 5, 0, 1),
'1428', 'bolly_monkey_lamp', 4, 0, 1),
'1429', 'bolly_drapeb', 4, 0, 1),
'1431', 'bolly_lamp', 3, 0, 1),
'1432', 'bolly_desk', 3, 0, 1),
'1433', 'bolly_vase', 3, 0, 1),
'1434', 'bolly_tile2', 3, 0, 1),
'1435', 'bolly_table', 4, 0, 1),
'1436', 'bolly_drapec', 4, 0, 1),
'1437', 'bolly_fountain', 5, 0, 1),
'1439', 'bolly_tile1', 3, 0, 1),
'1440', 'bolly_drapea', 4, 0, 1),
'1749', 'bolly_wdw_wd', 4, 0, 1),
'1593', 'SF_reactor', 5, 0, 1),
'1594', 'SF_crate_2', 3, 0, 1),
'1595', 'SF_chair_blue', 3, 0, 1),
'1596', 'sf_pod', 4, 0, 1),
'1597', 'SF_panel1', 3, 0, 1),
'1598', 'SF_table', 3, 0, 1),
'1602', 'SF_panel2', 3, 0, 1),
'1603', 'sf_gate', 6, 0, 1),
'1599', 'SF_chair_green', 3, 0, 1),
'1600', 'SF_crate_1', 2, 0, 1),
'1601', 'SF_alien', 4, 0, 1),
'1605', 'SF_floor_2', 3, 0, 1),
'1604', 'SF_panel3', 5, 0, 1),
'1606', 'SF_lamp', 3, 0, 1),
'1607', 'SF_chair_red', 3, 0, 1),
'1608', 'sf_floor', 3, 0, 1),
'1609', 'sf_roof', 5, 0, 1),
'1610', 'sf_stick', 3, 0, 1),
'1611', 'SF_floor_1', 3, 0, 1),
'1614', 'sf_roller', 7, 0, 1),
'1787', 'sf_window', 7, 0, 1),
'1788', 'sf_wall2', 6, 0, 1),
'1791', 'sf_wall3', 6, 0, 1),
'795', 'romantique_pianochair*3', 2, 0,
'796', 'romantique_pianochair*5', 2, 0,
'797', 'romantique_pianochair*2', 2, 0,
'798', 'romantique_pianochair*4', 2, 0,
'799', 'romantique_pianochair*1', 2, 0,
'800', 'romantique_divan*3', 4, 0, 1),
'801', 'romantique_divan*5', 4, 0, 1),
'802', 'romantique_divan*2', 4, 0, 1),
'803', 'romantique_divan*4', 4, 0, 1),
'804', 'romantique_divan*1', 4, 0, 1),
'805', 'romantique_chair*3', 3, 0, 1),
'806', 'romantique_chair*5', 3, 0, 1),
'807', 'romantique_chair*2', 3, 0, 1),
'808', 'romantique_chair*4', 3, 0, 1),

1),
1),
1),
1),
1),

(779,
(780,
(781,
(782,
(783,
(784,
(785,
(786,
(787,
(788,
(789,
(790,
(791,
(792,
(793,
(794,
(795,
(796,
(797,
(798,
(799,
(800,
(801,
(802,
(803,
(804,
(805,
(806,
(807,
(808,
(809,
(810,
(811,
(812,
(813,
(814,
(815,
(816,
(817,
(818,
(821,
(822,
(824,
(825,
(826,
(827,
(830,
(833,
(834,
(835,
(836,
(837,
(838,
(839,
(840,
(842,
(843,
(845,
(846,
(847,

72,
72,
72,
72,
72,
72,
72,
72,
72,
72,
72,
72,
72,
72,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
69,
29,
29,
94,
94,
94,
94,
94,
57,
57,
57,
57,
57,
57,
57,
57,
57,
57,
60,
60,
60,

'809', 'romantique_chair*1', 3, 0, 1),


'832', 'romantique_tray2', 3, 0, 1),
'833', 'romantique_tray1', 3, 0, 1),
'834', 'romantique_smalltabl*3', 2, 0, 1),
'835', 'romantique_smalltabl*5', 2, 0, 1),
'836', 'romantique_smalltabl*2', 2, 0, 1),
'837', 'romantique_smalltabl*4', 2, 0, 1),
'838', 'romantique_smalltabl*1', 2, 0, 1),
'839', 'romantique_mirrortabl', 3, 0, 1),
'840', 'romantique_divider*3', 3, 0, 1),
'841', 'romantique_divider*2', 3, 0, 1),
'842', 'romantique_divider*4', 3, 0, 1),
'843', 'romantique_divider*1', 3, 0, 1),
'891', 'romantique_clock', 5, 0, 1),
'1347', 'party_table', 3, 0, 1),
'1348', 'party_discol', 5, 0, 1),
'1349', 'party_block2', 4, 0, 1),
'1350', 'party_barcorn', 3, 0, 1),
'1351', 'party_chair', 3, 0, 1),
'1352', 'party_block', 2, 0, 1),
'1353', 'party_ravel', 5, 0, 1),
'1354', 'party_tube_lava', 4, 0, 1),
'1355', 'party_tray', 3, 0, 1),
'1356', 'party_djtable', 4, 0, 1),
'1357', 'party_floor', 3, 0, 1),
'1358', 'party_ball', 3, 0, 1),
'1359', 'party_tube_bubble', 4, 0, 1),
'1360', 'party_mic', 3, 0, 1),
'1361', 'party_beamer', 5, 0, 1),
'1362', 'party_bardesk', 3, 0, 1),
'1363', 'party_seat', 3, 0, 1),
'1729', 'party_wc_boy', 3, 0, 1),
'1730', 'party_led', 4, 0, 1),
'1731', 'party_neon5', 3, 0, 1),
'1732', 'party_neon1', 3, 0, 1),
'1733', 'party_neon2', 3, 0, 1),
'1734', 'party_wc_girl', 3, 0, 1),
'1735', 'party_neon3', 3, 0, 1),
'1736', 'party_shelf', 4, 0, 1),
'1737', 'party_neon4', 3, 0, 1),
'180', 'doorC', 4, 0, 1),
'179', 'doorB', 3, 0, 1),
'227', 'spyro', 10, 0, 20),
'202', 'throne', 10, 0, 10),
'203', 'samovar', 10, 0, 1),
'110', 'plant_cruddy', 10, 0, 1),
'273', 'djesko_turntable', 10, 0, 1),
'669', 'chair_china', 3, 0, 1),
'670', 'china_table', 3, 0, 1),
'682', 'china_shelve', 4, 0, 1),
'700', 'wall_china', 4, 0, 1),
'701', 'corner_china', 4, 0, 1),
'1418', 'china_moongt', 5, 0, 1),
'1420', 'china_ox', 3, 0, 1),
'1746', 'china_pstr2', 3, 0, 1),
'1747', 'china_light', 3, 0, 1),
'1748', 'china_pstr1', 3, 0, 1),
'1000', 'exe_rug', 4, 0, 1),
'1000', 'exe_rug', 20, 0, 6),
'1001', 'exe_s_table', 4, 0, 1),

(848,
(849,
(850,
(851,
(852,
(853,
(855,
(856,
(857,
(858,
(859,
(860,
(861,
(862,
(863,
(865,
(866,
(867,
(868,
(869,
(870,
(871,
(872,
(874,
(875,
(876,
(877,
(878,
(879,
(880,
(881,
(882,
(883,
(884,
(889,
(890,
(891,
(892,
(893,
(894,
(895,
(896,
(897,
(898,
(899,
(900,
(901,
(902,
(903,
(904,
(905,
(906,
(908,
(909,
(910,
(911,
(912,
(913,
(914,
(915,

60,
60,
60,
60,
60,
60,
60,
60,
60,
60,
60,
60,
60,
60,
58,
58,
58,
58,
58,
58,
58,
58,
58,
58,
58,
58,
58,
58,
58,
58,
58,
58,
58,
58,
42,
42,
42,
42,
42,
42,
42,
42,
42,
42,
42,
42,
42,
42,
42,
42,
42,
93,
93,
93,
42,
93,
93,
32,
32,
32,

'1049', 'exe_bardesk', 2, 0, 1),


'1050', 'exe_chair', 3, 0, 1),
'1051', 'exe_chair2', 3, 0, 1),
'1052', 'exe_corner', 2, 0, 1),
'1053', 'exe_drinks', 3, 0, 1),
'1054', 'exe_sofa', 3, 0, 1),
'1055', 'exe_table', 6, 0, 1),
'1091', 'exe_plant', 3, 0, 1),
'1510', 'exe_light', 3, 0, 1),
'1517', 'exe_gate', 6, 0, 1),
'1521', 'exe_cubelight', 3, 0, 1),
'1523', 'exe_artlamp', 3, 0, 1),
'1771', 'exe_map', 5, 0, 1),
'1772', 'exe_wfall', 4, 0, 1),
'1449', 'lc_tile1', 3, 0, 1),
'1451', 'lc_crab2', 3, 0, 1),
'1454', 'lc_coral_divider_hi', 4, 0, 1),
'1456', 'lc_tubes_corners', 3, 0, 1),
'1457', 'lc_table', 4, 0, 1),
'1458', 'lc_tile2', 3, 0, 1),
'1459', 'lc_anemone', 4, 0, 1),
'1461', 'lc_glass_floor', 4, 0, 1),
'1460', 'lc_coral_divider_low', 3, 0, 1),
'1462', 'lc_medusa1', 4, 0, 1),
'1463', 'lc_crab1', 4, 0, 1),
'1466', 'lc_tubes_straight', 3, 0, 1),
'1470', 'lc_corner', 3, 0, 1),
'1471', 'lc_stool', 3, 0, 1),
'1472', 'lc_chair', 3, 0, 1),
'1473', 'lc_desk', 3, 0, 1),
'1755', 'lc_wall1', 5, 0, 1),
'1756', 'lc_window2', 5, 0, 1),
'1757', 'lc_window1', 3, 0, 1),
'1759', 'lc_wall2', 5, 0, 1),
'295', 'a0 prizetrophy2_b', 10, 0, 1),
'296', 'a0 prizetrophy3_b', 10, 0, 1),
'297', 'a0 prizetrophy4_b', 10, 0, 1),
'298', 'a0 prizetrophy5_b', 10, 0, 1),
'299', 'a0 prizetrophy1_g', 10, 0, 1),
'300', 'a0 prizetrophy2_g', 10, 0, 1),
'301', 'a0 prizetrophy3_g', 10, 0, 1),
'302', 'a0 prizetrophy4_g', 10, 0, 1),
'303', 'a0 prizetrophy4_g', 10, 0, 1),
'304', 'a0 prizetrophy6_g', 10, 0, 1),
'305', 'a0 prizetrophy1_s', 10, 0, 1),
'306', 'a0 prizetrophy2_s', 10, 0, 1),
'307', 'a0 prizetrophy3_s', 10, 0, 1),
'308', 'a0 prizetrophy4_s', 10, 0, 1),
'309', 'a0 prizetrophy5_s', 10, 0, 1),
'310', 'a0 prizetrophy6_s', 10, 0, 1),
'311', 'a0 prizetrophy1_b', 10, 0, 1),
'335', 'a0 prizetrophy7_b', 10, 0, 1),
'336', 'a0 prizetrophy7_g', 10, 0, 1),
'337', 'a0 prizetrophy7_s', 10, 0, 1),
'1115', 'a0 prizetrophy5_g', 10, 0, 1),
'1615', 'prizetrophy_hot', 10, 0, 1),
'1617', 'prizetrophy_cool', 10, 0, 1),
'171', 'bar_basic', 4, 0, 1),
'172', 'shelves_basic', 3, 0, 1),
'175', 'lamp_basic', 3, 0, 1),

(916,
(918,
(919,
(920,
(921,
(922,
(923,
(924,
(925,
(926,
(927,
(928,
(929,
(930,
(931,
(932,
(933,
(934,
(935,
(936,
(937,
(938,
(939,
(940,
(941,
(942,
(943,
(944,
(945,
(947,
(948,
(949,
(950,
(951,
(952,
(953,
(954,
(955,
(956,
(957,
(958,
(959,
(960,
(961,
(962,
(963,
(964,
(965,
(966,
(967,
(968,
(969,
(970,
(971,
(972,
(973,
(974,
(975,
(976,
(977,

32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,
32,

'177',
'893',
'894',
'895',
'896',
'897',
'898',
'899',
'900',
'901',
'902',
'903',
'904',
'905',
'906',
'907',
'908',
'909',
'910',
'911',
'912',
'913',
'914',
'915',
'916',
'917',
'918',
'919',
'920',
'921',
'922',
'923',
'924',
'925',
'926',
'927',
'928',
'929',
'930',
'931',
'932',
'933',
'934',
'935',
'936',
'939',
'940',
'941',
'942',
'943',
'944',
'946',
'948',
'949',
'950',
'951',
'952',
'953',
'954',
'955',

'fridge', 6, 0, 1),
'pura_mdl5*2', 3, 0, 1),
'pura_mdl5*3', 3, 0, 1),
'pura_mdl5*4', 3, 0, 1),
'pura_mdl5*5', 3, 0, 1),
'pura_mdl5*6', 3, 0, 1),
'pura_mdl5*7', 3, 0, 1),
'pura_mdl5*8', 3, 0, 1),
'pura_mdl5*9', 3, 0, 1),
'pura_mdl4*1', 3, 0, 1),
'pura_mdl4*2', 3, 0, 1),
'pura_mdl4*3', 3, 0, 1),
'pura_mdl4*4', 3, 0, 1),
'pura_mdl4*5', 3, 0, 1),
'pura_mdl4*6', 3, 0, 1),
'pura_mdl4*7', 3, 0, 1),
'pura_mdl4*8', 3, 0, 1),
'pura_mdl4*9', 3, 0, 1),
'pura_mdl3*1', 3, 0, 1),
'pura_mdl3*2', 3, 0, 1),
'pura_mdl3*3', 3, 0, 1),
'pura_mdl3*4', 3, 0, 1),
'pura_mdl3*5', 3, 0, 1),
'pura_mdl3*6', 3, 0, 1),
'pura_mdl3*7', 3, 0, 1),
'pura_mdl3*8', 3, 0, 1),
'pura_mdl3*9', 3, 0, 1),
'pura_mdl2*1', 3, 0, 1),
'pura_mdl2*2', 3, 0, 1),
'pura_mdl2*3', 3, 0, 1),
'pura_mdl2*4', 3, 0, 1),
'pura_mdl2*5', 3, 0, 1),
'pura_mdl2*6', 3, 0, 1),
'pura_mdl2*7', 3, 0, 1),
'pura_mdl2*8', 3, 0, 1),
'pura_mdl2*9', 3, 0, 1),
'pura_mdl1*1', 3, 0, 1),
'pura_mdl1*2', 3, 0, 1),
'pura_mdl1*3', 3, 0, 1),
'pura_mdl1*4', 3, 0, 1),
'pura_mdl1*5', 3, 0, 1),
'pura_mdl1*6', 3, 0, 1),
'pura_mdl1*7', 3, 0, 1),
'pura_mdl1*8', 3, 0, 1),
'pura_mdl1*9', 3, 0, 1),
'chair_basic*2', 4, 0, 1),
'chair_basic*3', 4, 0, 1),
'chair_basic*4', 4, 0, 1),
'chair_basic*5', 4, 0, 1),
'chair_basic*6', 4, 0, 1),
'chair_basic*7', 4, 0, 1),
'chair_basic*9', 4, 0, 1),
'bed_budget*2', 4, 0, 1),
'bed_budget*3', 4, 0, 1),
'bed_budget*4', 4, 0, 1),
'bed_budget*5', 4, 0, 1),
'bed_budget*6', 4, 0, 1),
'bed_budget*7', 4, 0, 1),
'bed_budget*8', 4, 0, 1),
'bed_budget*9', 4, 0, 1),

(978, 32, '957', 'bed_budget_one*2', 3, 0, 1),


(979, 32, '958', 'bed_budget_one*3', 3, 0, 1),
(980, 32, '959', 'bed_budget_one*4', 3, 0, 1),
(981, 32, '960', 'bed_budget_one*5', 3, 0, 1),
(982, 32, '961', 'bed_budget_one*6', 3, 0, 1),
(983, 32, '962', 'bed_budget_one*7', 3, 0, 1),
(984, 32, '963', 'bed_budget_one*8', 3, 0, 1),
(985, 32, '964', 'bed_budget_one*9', 3, 0, 1),
(987, 65, '890', 'rope_divider', 5, 0, 1),
(988, 65, '846', 'habbowood_chair', 3, 0, 1),
(989, 65, '860', 'spotlight', 5, 0, 1),
(990, 65, '1672', 'habw_mirror', 3, 0, 1),
(991, 65, '967', 'tile_marble', 1, 0, 1),
(992, 65, '967', 'tile_marble', 40, 0, 50),
(993, 65, '968', 'tile_brown', 1, 0, 1),
(994, 65, '968', 'tile_brown', 40, 0, 50),
(995, 65, '966', 'tile_stella', 2, 0, 1),
(996, 65, '966', 'tile_stella', 30, 0, 50),
(998, 102, '437', 'queue_tile1*3', 7, 0, 1),
(999, 102, '437', 'queue_tile1*3', 18, 0, 3),
(1000, 102, '437', 'queue_tile1*3', 30, 0, 5),
(1001, 102, '438', 'queue_tile1*6', 7, 0, 1),
(1002, 102, '438', 'queue_tile1*6', 18, 0, 3),
(1003, 102, '438', 'queue_tile1*6', 30, 0, 5),
(1004, 102, '439', 'queue_tile1*4', 7, 0, 1),
(1005, 102, '439', 'queue_tile1*4', 18, 0, 3),
(1006, 102, '439', 'queue_tile1*4', 30, 0, 5),
(1007, 102, '440', 'queue_tile1*9', 7, 0, 1),
(1008, 102, '440', 'queue_tile1*9', 18, 0, 3),
(1009, 102, '440', 'queue_tile1*9', 30, 0, 5),
(1010, 102, '441', 'queue_tile1*8', 7, 0, 1),
(1011, 102, '441', 'queue_tile1*8', 18, 0, 3),
(1012, 102, '441', 'queue_tile1*8', 30, 0, 5),
(1013, 102, '442', 'queue_tile1*5', 7, 0, 1),
(1014, 102, '442', 'queue_tile1*5', 18, 0, 3),
(1015, 102, '442', 'queue_tile1*5', 30, 0, 5),
(1016, 102, '443', 'queue_tile1*7', 7, 0, 1),
(1017, 102, '443', 'queue_tile1*7', 18, 0, 3),
(1018, 102, '443', 'queue_tile1*7', 30, 0, 5),
(1019, 102, '444', 'queue_tile1*2', 7, 0, 1),
(1020, 102, '444', 'queue_tile1*2', 18, 0, 3),
(1021, 102, '444', 'queue_tile1*2', 30, 0, 5),
(1022, 102, '445', 'queue_tile1*1', 7, 0, 1),
(1023, 102, '445', 'queue_tile1*1', 18, 0, 3),
(1024, 102, '445', 'queue_tile1*1', 30, 0, 5),
(1025, 102, '446', 'queue_tile1*0', 7, 0, 1),
(1026, 102, '446', 'queue_tile1*0', 18, 0, 3),
(1027, 102, '446', 'queue_tile1*0', 30, 0, 5),
(1029, 68, '1567', 'LT_skull', 3, 0, 1),
(1030, 68, '1568', 'lt_stage2', 4, 0, 1),
(1031, 68, '1569', 'lt_lavac', 3, 0, 1),
(1032, 68, '1570', 'lt_gate', 6, 0, 1),
(1033, 68, '1573', 'lt_statue', 3, 0, 1),
(1034, 68, '1574', 'lt_spider', 3, 0, 1),
(1035, 68, '1575', 'lt_stone2', 4, 0, 1),
(1036, 68, '1576', 'LT_throne', 4, 0, 1),
(1037, 68, '1578', 'lt_patch', 3, 0, 1),
(1038, 68, '1579', 'lt_lava', 3, 0, 1),
(1039, 68, '1580', 'LT_pillar2', 3, 0, 1),
(1040, 68, '1581', 'lt_bughill', 5, 0, 1),

(1041,
(1042,
(1043,
(1044,
(1045,
(1050,
(1051,
(1052,
(1053,
(1054,
(1056,
(1057,
(1058,
(1059,
(1060,
(1061,
(1062,
(1063,
(1064,
(1065,
(1066,
(1067,
(1068,
(1069,
(1070,
(1071,
(1072,
(1073,
(1074,
(1075,
(1076,
(1077,
(1078,
(1079,
(1080,
(1081,
(1082,
(1083,
(1084,
(1085,
(1086,
(1087,
(1088,
(1089,
(1090,
(1091,
(1092,
(1093,
(1094,
(1095,
(1096,
(1097,
(1098,
(1099,
(1100,
(1101,
(1102,
(1103,
(1104,
(1105,

68,
68,
68,
68,
68,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
61,
72,
72,
72,
72,
72,
94,
94,
94,
94,
94,
94,
94,
94,
94,
27,
94,
94,
94,

'1584', 'LT_pillar', 4, 0, 1),


'1588', 'lt_stone1', 4, 0, 1),
'1585', 'lt_stage1', 3, 0, 1),
'1785', 'lt_wall', 3, 0, 1),
'1783', 'lt_jngl_wall', 3, 0, 1),
'718', 'glass_shelf', 4, 0, 1),
'719', 'glass_chair', 3, 0, 1),
'720', 'glass_stool', 2, 0, 1),
'721', 'glass_sofa', 4, 0, 1),
'723', 'glass_table*2', 3, 0, 1),
'724', 'glass_table*3', 3, 0, 1),
'722', 'glass_table', 3, 0, 1),
'725', 'glass_table*4', 3, 0, 1),
'726', 'glass_table*5', 3, 0, 1),
'727', 'glass_table*6', 3, 0, 1),
'728', 'glass_table*7', 3, 0, 1),
'729', 'glass_table*8', 3, 0, 1),
'730', 'glass_table*9', 3, 0, 1),
'731', 'glass_chair*2', 3, 0, 1),
'732', 'glass_chair*3', 3, 0, 1),
'733', 'glass_chair*4', 3, 0, 1),
'734', 'glass_chair*5', 3, 0, 1),
'735', 'glass_chair*6', 3, 0, 1),
'736', 'glass_chair*7', 3, 0, 1),
'737', 'glass_chair*8', 3, 0, 1),
'738', 'glass_chair*9', 3, 0, 1),
'739', 'glass_sofa*2', 4, 0, 1),
'740', 'glass_sofa*3', 4, 0, 1),
'741', 'glass_sofa*4', 4, 0, 1),
'742', 'glass_sofa*5', 4, 0, 1),
'743', 'glass_sofa*6', 4, 0, 1),
'744', 'glass_sofa*7', 4, 0, 1),
'745', 'glass_sofa*8', 4, 0, 1),
'746', 'glass_sofa*9', 4, 0, 1),
'747', 'glass_stool*2', 2, 0, 1),
'748', 'glass_stool*4', 2, 0, 1),
'749', 'glass_stool*5', 2, 0, 1),
'750', 'glass_stool*6', 2, 0, 1),
'751', 'glass_stool*7', 2, 0, 1),
'752', 'glass_stool*8', 2, 0, 1),
'753', 'glass_stool*3', 2, 0, 1),
'754', 'glass_stool*9', 2, 0, 1),
'829', 'grand_piano*4', 5, 0, 1),
'826', 'grand_piano*3', 5, 0, 1),
'827', 'grand_piano*5', 5, 0, 1),
'828', 'grand_piano*2', 5, 0, 1),
'830', 'grand_piano*1', 5, 0, 1),
'248', 'rare_beehive_bulb', 10, 0, 1),
'261', 'rare_beehive_bulb*1', 10, 0, 1),
'262', 'rare_beehive_bulb*2', 10, 0, 1),
'206', 'hologram', 10, 0, 1),
'228', 'redhologram', 10, 0, 1),
'255', 'rare_hammock', 10, 0, 1),
'251', 'rare_elephant_statue', 10, 0, 1),
'252', 'rare_fountain', 10, 0, 5),
'253', 'rare_stand', 10, 0, 1),
'254', 'rare_globe', 5, 0, 1),
'256', 'rare_elephant_statue*1', 10, 0, 1),
'257', 'rare_elephant_statue*2', 10, 0, 1),
'258', 'rare_fountain*1', 10, 0, 5),

(1106,
(1107,
(1108,
(1109,
(1110,
(1111,
(1113,
(1114,
(1117,
(1118,
(1119,
(1120,
(1121,
(1122,
(1123,
(1124,
(1125,
(1127,
(1128,
(1132,
(1133,
(1134,
(1135,
(1136,
(1137,
(1138,
(1139,
(1140,
(1141,
(1152,
(1154,
(1156,
(1157,
(1159,
(1160,
(1161,
(1162,
(1163,
(1164,
(1165,
(1166,
(1167,
(1168,
(1169,
(1170,
(1171,
(1172,
(1173,
(1174,
(1175,
(1176,
(1177,
(1178,
(1179,
(1180,
(1181,
(1182,
(1183,
(1184,
(1186,

94, '259', 'rare_fountain*2', 10, 0, 5),


94, '260', 'rare_fountain*3', 10, 0, 5),
94, '264', 'rare_parasol*1', 10, 0, 1),
94, '265', 'rare_parasol*2', 10, 0, 1),
94, '266', 'rare_parasol*3', 10, 0, 1),
94, '312', 'rare_parasol*0', 10, 0, 1),
94, '448', 'rare_snowrug', 10, 0, 1),
94, '668', 'rare_moonrug', 10, 0, 1),
43, '125', 'red_tv', 3, 0, 1),
43, '126', 'wood_tv', 4, 0, 1),
43, '154', 'tv_luxus', 5, 0, 1),
43, '1655', 'post.it', 3, 0, 30),
41, '1677', 'hrella_poster_3', 3, 0, 1),
41, '1678', 'hrella_poster_2', 3, 0, 1),
41, '1679', 'hrella_poster_1', 3, 0, 1),
43, '104', 'pizza', 3, 0, 1),
43, '105', 'drinks', 3, 0, 1),
43, '111', 'bottle', 3, 0, 1),
43, '211', 'edice', 6, 0, 1),
112, '19994', 'ads_twi_fountn', 5, 0, 1),
112, '19995', 'ads_twi_dvdr2', 3, 0, 1),
112, '19996', 'ads_twi_roses', 4, 0, 1),
112, '19997', 'ads_twi_table', 4, 0, 1),
112, '19998', 'ads_twi_chair', 3, 0, 1),
112, '19999', 'ads_twi_dvdr1', 3, 0, 1),
112, '20000', 'ads_twi_piano', 4, 0, 1),
112, '20001', 'ads_twi_tower', 4, 0, 1),
112, '20002', 'ads_twi_toolbx', 3, 0, 1),
112, '20003', 'ads_twi_mist', 3, 0, 1),
62, '777', 'gothic_sofa*1', 4, 0, 1),
62, '764', 'gothrailing', 3, 0, 1),
62, '778', 'gothic_stool*1', 2, 0, 1),
62, '780', 'gothic_sofa*2', 4, 0, 1),
62, '763', 'gothiccandelabra', 4, 0, 1),
62, '762', 'gothgate', 6, 0, 1),
62, '765', 'goth_table', 5, 0, 1),
62, '776', 'gothic_chair*1', 3, 0, 1),
62, '779', 'gothic_chair*2', 3, 0, 1),
62, '781', 'gothic_stool*2', 2, 0, 1),
62, '782', 'gothic_chair*3', 3, 0, 1),
62, '783', 'gothic_sofa*3', 4, 0, 1),
62, '784', 'gothic_stool*3', 2, 0, 1),
62, '785', 'gothic_chair*4', 3, 0, 1),
62, '786', 'gothic_sofa*4', 4, 0, 1),
62, '787', 'gothic_stool*4', 2, 0, 1),
62, '788', 'gothic_chair*5', 4, 0, 1),
62, '789', 'gothic_sofa*5', 4, 0, 1),
62, '790', 'gothic_stool*5', 2, 0, 1),
62, '791', 'gothic_chair*6', 3, 0, 1),
62, '792', 'gothic_sofa*6', 4, 0, 1),
62, '793', 'gothic_stool*6', 2, 0, 1),
62, '821', 'gothic_carpet', 50, 0, 10),
62, '822', 'gothic_carpet2', 6, 0, 1),
62, '823', 'gothic_chair', 3, 0, 1),
62, '824', 'gothic_sofa', 4, 0, 1),
62, '825', 'gothic_stool', 2, 0, 1),
62, '1665', 'gothicfountain', 3, 0, 1),
62, '1668', 'torch', 3, 0, 1),
62, '1726', 'gothicfountain2', 3, 0, 1),
103, '1204', 'diner_tray_6', 3, 0, 1),

(1187,
(1188,
(1190,
(1191,
(1192,
(1193,
(1194,
(1195,
(1196,
(1197,
(1198,
(1199,
(1200,
(1201,
(1202,
(1203,
(1204,
(1205,
(1206,
(1207,
(1208,
(1209,
(1210,
(1211,
(1212,
(1213,
(1214,
(1215,
(1216,
(1217,
(1218,
(1219,
(1220,
(1221,
(1222,
(1223,
(1224,
(1225,
(1226,
(1227,
(1228,
(1229,
(1230,
(1231,
(1232,
(1233,
(1234,
(1235,
(1236,
(1237,
(1238,
(1239,
(1240,
(1241,
(1242,
(1243,
(1244,
(1245,
(1246,
(1247,

103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,

'1205',
'1206',
'1207',
'1208',
'1209',
'1203',
'1210',
'1211',
'1212',
'1213',
'1214',
'1215',
'1216',
'1217',
'1218',
'1219',
'1220',
'1221',
'1221',
'1222',
'1223',
'1224',
'1225',
'1226',
'1227',
'1228',
'1229',
'1230',
'1231',
'1234',
'1232',
'1233',
'1235',
'1236',
'1237',
'1238',
'1239',
'1240',
'1241',
'1242',
'1243',
'1244',
'1245',
'1246',
'1247',
'1248',
'1249',
'1250',
'1251',
'1252',
'1253',
'1254',
'1255',
'1256',
'1257',
'1258',
'1259',
'1260',
'1261',
'1262',

'diner_tray_5', 3, 0, 1),
'diner_tray_4', 3, 0, 1),
'diner_tray_3', 3, 0, 1),
'diner_tray_2', 3, 0, 1),
'diner_tray_1', 3, 0, 1),
'diner_tray_7', 3, 0, 1),
'diner_tray_0', 3, 0, 1),
'diner_sofa_2*1', 4, 0, 1),
'diner_sofa_2*2', 4, 0, 1),
'diner_sofa_2*3', 4, 0, 1),
'diner_sofa_2*4', 4, 0, 1),
'diner_sofa_2*5', 4, 0, 1),
'diner_sofa_2*6', 4, 0, 1),
'diner_sofa_2*7', 4, 0, 1),
'diner_sofa_2*8', 4, 0, 1),
'diner_sofa_2*9', 4, 0, 1),
'diner_shaker', 5, 0, 1),
'diner_rug', 3, 0, 1),
'diner_rug', 25, 0, 10),
'diner_gumvendor*1', 3, 0, 1),
'diner_gumvendor*2', 3, 0, 1),
'diner_gumvendor*3', 3, 0, 1),
'diner_gumvendor*4', 3, 0, 1),
'diner_gumvendor*5', 3, 0, 1),
'diner_gumvendor*6', 3, 0, 1),
'diner_gumvendor*7', 3, 0, 1),
'diner_gumvendor*8', 3, 0, 1),
'diner_gumvendor*9', 3, 0, 1),
'diner_cashreg*1', 3, 0, 1),
'diner_cashreg*4', 3, 0, 1),
'diner_cashreg*2', 3, 0, 1),
'diner_cashreg*3', 3, 0, 1),
'diner_cashreg*5', 3, 0, 1),
'diner_cashreg*6', 3, 0, 1),
'diner_cashreg*7', 3, 0, 1),
'diner_cashreg*8', 3, 0, 1),
'diner_cashreg*9', 3, 0, 1),
'diner_table_2*1', 5, 0, 1),
'diner_table_2*2', 5, 0, 1),
'diner_table_2*3', 5, 0, 1),
'diner_table_2*4', 5, 0, 1),
'diner_table_2*5', 5, 0, 1),
'diner_table_2*6', 5, 0, 1),
'diner_table_2*7', 5, 0, 1),
'diner_table_2*8', 5, 0, 1),
'diner_table_2*9', 5, 0, 1),
'diner_table_1*1', 3, 0, 1),
'diner_table_1*2', 3, 0, 1),
'diner_table_1*3', 3, 0, 1),
'diner_table_1*4', 3, 0, 1),
'diner_table_1*5', 3, 0, 1),
'diner_table_1*6', 3, 0, 1),
'diner_table_1*7', 3, 0, 1),
'diner_table_1*8', 3, 0, 1),
'diner_table_1*9', 3, 0, 1),
'diner_sofa_1*1', 4, 0, 1),
'diner_sofa_1*2', 4, 0, 1),
'diner_sofa_1*3', 4, 0, 1),
'diner_sofa_1*4', 4, 0, 1),
'diner_sofa_1*5', 4, 0, 1),

(1248,
(1250,
(1251,
(1252,
(1253,
(1254,
(1255,
(1256,
(1257,
(1258,
(1259,
(1260,
(1261,
(1262,
(1263,
(1264,
(1265,
(1266,
(1267,
(1269,
(1270,
(1271,
(1272,
(1273,
(1274,
(1275,
(1276,
(1277,
(1278,
(1279,
(1280,
(1281,
(1282,
(1283,
(1284,
(1285,
(1286,
(1287,
(1288,
(1289,
(1290,
(1291,
(1292,
(1294,
(1295,
(1296,
(1297,
(1298,
(1299,
(1300,
(1301,
(1302,
(1303,
(1304,
(1305,
(1306,
(1307,
(1308,
(1309,
(1310,

103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
103,
105,
105,
105,
105,
105,
105,
105,
105,
105,
105,
105,
105,
105,
105,
105,
105,
105,

'1263', 'diner_sofa_1*6', 4, 0, 1),


'1264', 'diner_sofa_1*7', 4, 0, 1),
'1265', 'diner_sofa_1*8', 4, 0, 1),
'1266', 'diner_sofa_1*9', 4, 0, 1),
'1267', 'diner_chair*1', 3, 0, 1),
'1268', 'diner_chair*2', 3, 0, 1),
'1269', 'diner_chair*3', 3, 0, 1),
'1270', 'diner_chair*4', 3, 0, 1),
'1271', 'diner_chair*5', 3, 0, 1),
'1272', 'diner_chair*6', 3, 0, 1),
'1273', 'diner_chair*7', 3, 0, 1),
'1274', 'diner_chair*8', 3, 0, 1),
'1275', 'diner_chair*9', 3, 0, 1),
'1276', 'diner_bardesk_gate*1', 6, 0, 1),
'1277', 'diner_bardesk_gate*2', 6, 0, 1),
'1278', 'diner_bardesk_gate*3', 6, 0, 1),
'1279', 'diner_bardesk_gate*4', 6, 0, 1),
'1280', 'diner_bardesk_gate*5', 6, 0, 1),
'1281', 'diner_bardesk_gate*6', 6, 0, 1),
'1282', 'diner_bardesk_gate*7', 6, 0, 1),
'1283', 'diner_bardesk_gate*8', 6, 0, 1),
'1284', 'diner_bardesk_gate*9', 6, 0, 1),
'1285', 'diner_bardesk_corner*1', 3, 0, 1),
'1286', 'diner_bardesk_corner*2', 3, 0, 1),
'1287', 'diner_bardesk_corner*3', 3, 0, 1),
'1288', 'diner_bardesk_corner*4', 3, 0, 1),
'1289', 'diner_bardesk_corner*6', 3, 0, 1),
'1290', 'diner_bardesk_corner*7', 3, 0, 1),
'1291', 'diner_bardesk_corner*8', 3, 0, 1),
'1292', 'diner_bardesk_corner*9', 3, 0, 1),
'1293', 'diner_bardesk*1', 3, 0, 1),
'1294', 'diner_bardesk*2', 3, 0, 1),
'1295', 'diner_bardesk*3', 3, 0, 1),
'1296', 'diner_bardesk*4', 3, 0, 1),
'1297', 'diner_bardesk*5', 3, 0, 1),
'1298', 'diner_bardesk*6', 3, 0, 1),
'1299', 'diner_bardesk*7', 3, 0, 1),
'1300', 'diner_bardesk*8', 3, 0, 1),
'1301', 'diner_bardesk*9', 3, 0, 1),
'1708', 'window_diner2', 3, 0, 1),
'1709', 'window_diner', 4, 0, 1),
'1710', 'diner_walltable', 2, 0, 1),
'1782', 'diner_poster', 3, 0, 1),
'398', 'pillar*1', 10, 0, 1),
'399', 'pillar*9', 10, 0, 1),
'400', 'pillar*0', 10, 0, 1),
'401', 'pillar*8', 10, 0, 1),
'402', 'pillar*2', 10, 0, 1),
'403', 'pillar*5', 10, 0, 1),
'404', 'pillar*4', 10, 0, 1),
'405', 'pillar*7', 10, 0, 1),
'406', 'pillar*3', 10, 0, 1),
'388', 'wooden_screen*1', 10, 0, 1),
'389', 'wooden_screen*2', 10, 0, 1),
'390', 'wooden_screen*7', 10, 0, 1),
'391', 'wooden_screen*0', 10, 0, 1),
'392', 'wooden_screen*8', 10, 0, 1),
'393', 'wooden_screen*5', 10, 0, 1),
'394', 'wooden_screen*9', 10, 0, 1),
'395', 'wooden_screen*4', 10, 0, 1),

(1311, 105, '396', 'wooden_screen*6', 10, 0, 1),


(1312, 105, '397', 'wooden_screen*3', 10, 0, 1),
(1313, 105, '417', 'rare_icecream*1', 10, 0, 1),
(1314, 105, '418', 'rare_icecream*7', 10, 0, 1),
(1315, 105, '419', 'rare_icecream*8', 10, 0, 1);
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_
credits`, `cost_pixels`, `amount`) VALUES
(1316, 105, '420', 'rare_icecream*2', 10, 0, 1),
(1317, 105, '421', 'rare_icecream*6', 10, 0, 1),
(1318, 105, '422', 'rare_icecream*9', 10, 0, 1),
(1319, 105, '423', 'rare_icecream*3', 10, 0, 1),
(1320, 105, '424', 'rare_icecream*0', 10, 0, 1),
(1321, 105, '425', 'rare_icecream*4', 10, 0, 1),
(1322, 105, '426', 'rare_icecream*5', 10, 0, 1),
(1323, 95, '892', 'rare_icecream_campaign', 10, 0, 1),
(1324, 95, '1140', 'calippo', 10, 0, 1),
(1325, 105, '338', 'scifiport*0', 10, 0, 1),
(1326, 105, '339', 'scifiport*9', 10, 0, 1),
(1327, 105, '340', 'scifiport*8', 10, 0, 1),
(1328, 105, '341', 'scifiport*7', 10, 0, 1),
(1329, 105, '342', 'scifiport*6', 10, 0, 1),
(1330, 105, '343', 'scifiport*5', 10, 0, 1),
(1331, 105, '344', 'scifiport*4', 10, 0, 1),
(1332, 105, '345', 'scifiport*3', 10, 0, 1),
(1333, 105, '346', 'scifiport*2', 10, 0, 1),
(1334, 105, '347', 'scifiport*1', 10, 0, 1),
(1335, 105, '348', 'scifirocket*9', 10, 0, 1),
(1336, 105, '349', 'scifirocket*8', 10, 0, 1),
(1337, 105, '350', 'scifirocket*7', 10, 0, 1),
(1338, 105, '351', 'scifirocket*6', 10, 0, 1),
(1339, 105, '352', 'scifirocket*5', 10, 0, 1),
(1340, 105, '353', 'scifirocket*4', 10, 0, 1),
(1341, 105, '354', 'scifirocket*3', 10, 0, 1),
(1342, 105, '355', 'scifirocket*2', 10, 0, 1),
(1343, 105, '356', 'scifirocket*1', 10, 0, 1),
(1344, 105, '357', 'scifirocket*0', 10, 0, 1),
(1345, 105, '358', 'scifidoor*10', 10, 0, 1),
(1346, 105, '359', 'scifidoor*9', 10, 0, 1),
(1347, 105, '360', 'scifidoor*8', 10, 0, 1),
(1348, 105, '361', 'scifidoor*7', 10, 0, 1),
(1349, 105, '362', 'scifidoor*6', 10, 0, 1),
(1350, 105, '363', 'scifidoor*5', 10, 0, 1),
(1351, 105, '364', 'scifidoor*4', 10, 0, 1),
(1352, 105, '365', 'scifidoor*3', 10, 0, 1),
(1353, 105, '367', 'scifidoor*2', 10, 0, 1),
(1354, 105, '366', 'scifidoor*2', 10, 0, 1),
(1355, 27, '186', 'menorah', 3, 0, 1),
(1356, 43, '188', 'ham', 3, 0, 1),
(1357, 27, '189', 'turkey', 3, 0, 1),
(1358, 27, '191', 'house', 3, 0, 1),
(1359, 43, '196', 'ham2', 2, 0, 1),
(1360, 27, '197', 'wcandleset', 3, 0, 1),
(1361, 43, '205', 'habbocake', 5, 0, 1),
(1362, 39, '204', 'giftflowers', 4, 0, 1),
(1364, 8, '212', 'club_sofa', 4, 0, 1),
(1365, 8, '239', 'chair_plasto*14', 3, 0, 1),
(1366, 8, '240', 'table_plasto_4leg*14', 4, 0, 1),
(1367, 8, '246', 'edicehc', 5, 0, 1),
(1368, 8, '249', 'hcsohva', 10, 0, 1),
(1369, 8, '250', 'hcamme', 6, 0, 1),

(1370,
(1371,
(1372,
(1373,
(1374,
(1375,
(1376,
(1377,
(1378,
(1379,
(1380,
(1381,
(1382,
(1383,
(1384,
(1385,
(1386,
(1387,
(1388,
(1389,
(1390,
(1391,
(1392,
(1393,
(1394,
(1396,
(1398,
(1399,
(1400,
(1401,
(1402,
(1403,
(1404,
(1405,
(1406,
(1407,
(1408,
(1409,
(1410,
(1411,
(1412,
(1413,
(1414,
(1415,
(1416,
(1417,
(1418,
(1419,
(1420,
(1421,
(1422,
(1423,
(1424,
(1425,
(1426,
(1427,
(1428,
(1429,
(1430,
(1431,

8, '313', 'hc_lmp', 4, 0, 1),


8, '314', 'hc_tbl', 6, 0, 1),
8, '315', 'hc_chr', 5, 0, 1),
8, '316', 'hc_dsk', 5, 0, 1),
8, '760', 'hc_crpt', 4, 0, 1),
8, '761', 'hc_tv', 5, 0, 1),
8, '766', 'hc_bkshlf', 6, 0, 1),
8, '767', 'hc_btlr', 4, 0, 1),
8, '768', 'hc_crtn', 4, 0, 1),
8, '769', 'hc_djset', 5, 0, 1),
8, '770', 'hc_frplc', 6, 0, 1),
8, '771', 'hc_lmpst', 3, 0, 1),
8, '772', 'hc_machine', 5, 0, 1),
8, '773', 'hc_rllr', 7, 0, 1),
8, '774', 'hc_rntgn', 3, 0, 1),
8, '775', 'hc_trll', 3, 0, 1),
8, '1313', 'hcc_table', 4, 0, 1),
8, '1314', 'hcc_shelf', 3, 0, 1),
8, '1315', 'hcc_sofa', 3, 0, 1),
8, '1316', 'hcc_minibar', 5, 0, 1),
8, '1317', 'hcc_chair', 3, 0, 1),
8, '1321', 'hcc_stool', 2, 0, 1),
8, '1322', 'hcc_sofachair', 4, 0, 1),
8, '1323', 'hcc_crnr', 3, 0, 1),
8, '1324', 'hcc_dvdr', 3, 0, 1),
8, '1666', 'hc_wall_lamp', 3, 0, 1),
36, '8', 'table_plasto_4leg', 3, 0, 1),
36, '9', 'table_plasto_round', 3, 0, 1),
36, '10', 'table_plasto_bigsquare', 3, 0, 1),
36, '22', 'chair_plasty', 3, 0, 1),
36, '23', 'chair_plasto', 3, 0, 1),
36, '24', 'table_plasto_square', 3, 0, 1),
36, '47', 'table_plasto_4leg*1', 3, 0, 1),
36, '48', 'table_plasto_bigsquare*1', 3, 0, 1),
36, '49', 'table_plasto_round*1', 3, 0, 1),
36, '50', 'table_plasto_square*1', 3, 0, 1),
36, '51', 'chair_plasto*1', 3, 0, 1),
36, '54', 'table_plasto_4leg*2', 3, 0, 1),
36, '55', 'table_plasto_bigsquare*2', 3, 0, 1),
36, '56', 'table_plasto_round*2', 3, 0, 1),
36, '57', 'table_plasto_square*2', 3, 0, 1),
36, '58', 'chair_plasto*2', 3, 0, 1),
36, '61', 'table_plasto_4leg*3', 3, 0, 1),
36, '62', 'table_plasto_bigsquare*3', 3, 0, 1),
36, '63', 'table_plasto_round*3', 3, 0, 1),
36, '64', 'table_plasto_square*3', 3, 0, 1),
36, '65', 'chair_plasto*3', 3, 0, 1),
36, '68', 'table_plasto_4leg*4', 3, 0, 1),
36, '71', 'table_plasto_square*4', 3, 0, 1),
36, '72', 'chair_plasto*4', 3, 0, 1),
36, '78', 'table_plasto_4leg*5', 3, 0, 1),
36, '79', 'table_plasto_bigsquare*5', 3, 0, 1),
36, '80', 'table_plasto_round*5', 3, 0, 1),
36, '81', 'table_plasto_square*5', 3, 0, 1),
36, '82', 'chair_plasto*5', 3, 0, 1),
36, '83', 'table_plasto_4leg*6', 3, 0, 1),
36, '84', 'table_plasto_bigsquare*6', 3, 0, 1),
36, '85', 'table_plasto_round*6', 3, 0, 1),
36, '86', 'table_plasto_square*6', 3, 0, 1),
36, '87', 'chair_plasto*6', 3, 0, 1),

(1432,
(1433,
(1434,
(1435,
(1436,
(1437,
(1438,
(1439,
(1440,
(1441,
(1442,
(1443,
(1444,
(1445,
(1446,
(1447,
(1448,
(1449,
(1450,
(1451,
(1452,
(1453,
(1454,
(1455,
(1456,
(1457,
(1458,
(1459,
(1460,
(1462,
(1463,
(1464,
(1465,
(1466,
(1467,
(1468,
(1469,
(1471,
(1472,
(1473,
(1474,
(1475,
(1476,
(1477,
(1478,
(1479,
(1482,
(1483,
(1484,
(1485,
(1486,
(1487,
(1488,
(1489,
(1490,
(1491,
(1492,
(1496,
(1497,
(1498,

36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
40,
40,
40,
40,
40,
40,
40,
40,
95,
95,
35,
32,
32,
32,
32,
32,
32,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
36,
35,
35,
35,

'88', 'table_plasto_4leg*7', 3, 0, 1),


'89', 'table_plasto_bigsquare*7', 3, 0, 1),
'90', 'table_plasto_round*7', 3, 0, 1),
'91', 'table_plasto_square*7', 3, 0, 1),
'92', 'chair_plasto*7', 3, 0, 1),
'93', 'table_plasto_4leg*8', 3, 0, 1),
'94', 'table_plasto_bigsquare*8', 3, 0, 1),
'95', 'table_plasto_round*8', 3, 0, 1),
'96', 'table_plasto_square*8', 3, 0, 1),
'97', 'chair_plasto*8', 3, 0, 1),
'98', 'table_plasto_4leg*9', 3, 0, 1),
'99', 'table_plasto_bigsquare*9', 3, 0, 1),
'100', 'table_plasto_round*9', 3, 0, 1),
'101', 'chair_plasto*9', 3, 0, 1),
'233', 'chair_plasto*10', 3, 0, 1),
'234', 'chair_plasto*11', 3, 0, 1),
'237', 'chair_plasto*12', 3, 0, 1),
'238', 'chair_plasto*13', 3, 0, 1),
'276', 'table_plasto_4leg*10', 3, 0, 1),
'277', 'table_plasto_4leg*15', 3, 0, 1),
'278', 'table_plasto_bigsquare*14', 3, 0, 1),
'279', 'table_plasto_bigsquare*15', 3, 0, 1),
'280', 'table_plasto_round*14', 3, 0, 1),
'281', 'table_plasto_round*15', 3, 0, 1),
'282', 'table_plasto_square*14', 3, 0, 1),
'283', 'table_plasto_square*15', 3, 0, 1),
'284', 'chair_plasto*15', 3, 0, 1),
'290', 'chair_plasto*16', 3, 0, 1),
'291', 'table_plasto_4leg*16', 3, 0, 1),
'17', 'doormat_love', 1, 0, 1),
'18', 'doormat_plain', 3, 0, 1),
'53', 'doormat_plain*1', 1, 0, 1),
'59', 'doormat_plain*2', 1, 0, 1),
'67', 'doormat_plain*3', 1, 0, 1),
'74', 'doormat_plain*4', 1, 0, 1),
'75', 'doormat_plain*6', 3, 0, 1),
'76', 'doormat_plain*5', 1, 0, 1),
'27', 'bed_trad_one', 10, 0, 1),
'28', 'bed_trad', 10, 0, 1),
'35', 'shelves_armas', 4, 0, 1),
'33', 'bed_budget_one', 3, 0, 1),
'34', 'bed_budget', 4, 0, 1),
'139', 'bed_budgetb_one', 3, 0, 1),
'140', 'bed_budgetb', 4, 0, 1),
'947', 'bed_budget*1', 4, 0, 1),
'956', 'bed_budget_one*1', 3, 0, 1),
'103', 'chair_plasty*1', 3, 0, 1),
'106', 'chair_plasty*2', 3, 0, 1),
'107', 'chair_plasty*3', 3, 0, 1),
'108', 'chair_plasty*4', 3, 0, 1),
'128', 'chair_plasty*5', 3, 0, 1),
'132', 'chair_plasty*6', 3, 0, 1),
'285', 'chair_plasty*7', 3, 0, 1),
'286', 'chair_plasty*8', 3, 0, 1),
'287', 'chair_plasty*9', 3, 0, 1),
'288', 'chair_plasty*10', 3, 0, 1),
'289', 'chair_plasty*11', 3, 0, 1),
'217', 'divider_arm1', 3, 0, 1),
'218', 'divider_arm2', 3, 0, 1),
'219', 'divider_arm3', 6, 0, 1),

(1499,
(1500,
(1501,
(1502,
(1503,
(1505,
(1506,
(1507,
(1508,
(1509,
(1510,
(1511,
(1512,
(1513,
(1514,
(1515,
(1516,
(1517,
(1518,
(1519,
(1520,
(1521,
(1522,
(1523,
(1524,
(1525,
(1526,
(1527,
(1528,
(1529,
(1530,
(1531,
(1532,
(1533,
(1534,
(1535,
(1536,
(1537,
(1538,
(1539,
(1540,
(1541,
(1542,
(1543,
(1544,
(1545,
(1546,
(1547,
(1548,
(1549,
(1550,
(1551,
(1552,
(1553,
(1554,
(1555,
(1557,
(1558,
(1559,
(1561,

94, '213', 'a0 prize1', 10, 0, 1),


94, '214', 'a0 prize2', 10, 0, 1),
94, '215', 'a0 prize3', 10, 0, 1),
55, '220', 'divider_nor1', 3, 0, 1),
55, '222', 'divider_nor2', 3, 0, 1),
55, '224', 'divider_nor3', 6, 0, 1),
55, '462', 'divider_nor4*4', 3, 0, 1),
55, '510', 'divider_nor1*2', 3, 0, 1),
55, '511', 'divider_nor1*3', 3, 0, 1),
55, '512', 'divider_nor1*4', 3, 0, 1),
55, '513', 'divider_nor1*5', 3, 0, 1),
55, '514', 'divider_nor1*6', 3, 0, 1),
55, '515', 'divider_nor1*7', 3, 0, 1),
55, '516', 'divider_nor1*8', 3, 0, 1),
55, '517', 'divider_nor1*8', 3, 0, 1),
55, '641', 'divider_nor3*2', 6, 0, 1),
55, '642', 'divider_nor3*3', 6, 0, 1),
55, '643', 'divider_nor3*4', 3, 0, 1),
55, '644', 'divider_nor3*5', 6, 0, 1),
55, '645', 'divider_nor3*6', 6, 0, 1),
55, '646', 'divider_nor3*7', 6, 0, 1),
55, '647', 'divider_nor3*8', 6, 0, 1),
55, '648', 'divider_nor3*9', 6, 0, 1),
55, '649', 'divider_nor2*2', 3, 0, 1),
55, '650', 'divider_nor2*3', 3, 0, 1),
55, '651', 'divider_nor2*4', 3, 0, 1),
55, '652', 'divider_nor2*5', 3, 0, 1),
55, '653', 'divider_nor2*6', 3, 0, 1),
55, '654', 'divider_nor2*7', 3, 0, 1),
55, '655', 'divider_nor2*8', 3, 0, 1),
55, '656', 'divider_nor2*9', 3, 0, 1),
55, '684', 'divider_nor4*2', 3, 0, 1),
55, '685', 'divider_nor4*3', 3, 0, 1),
55, '686', 'divider_nor4*5', 3, 0, 1),
55, '687', 'divider_nor4*6', 3, 0, 1),
55, '688', 'divider_nor4*7', 3, 0, 1),
55, '689', 'divider_nor4*8', 3, 0, 1),
55, '690', 'divider_nor4*9', 3, 0, 1),
55, '691', 'divider_nor5*2', 3, 0, 1),
55, '692', 'divider_nor5*3', 3, 0, 1),
55, '693', 'divider_nor5*4', 3, 0, 1),
55, '694', 'divider_nor5*5', 3, 0, 1),
55, '695', 'divider_nor5*7', 3, 0, 1),
55, '696', 'divider_nor5*8', 3, 0, 1),
55, '697', 'divider_nor5*9', 3, 0, 1),
55, '698', 'divider_nor5', 3, 0, 1),
55, '699', 'divider_nor4', 3, 0, 1),
94, '226', 'typingmachine', 10, 0, 1),
27, '230', 'joulutahti', 10, 0, 1),
94, '231', 'hyacinth1', 10, 0, 1),
94, '232', 'hyacinth2', 10, 0, 1),
30, '235', 'bardeskcorner_polyfon*12', 3, 0, 1),
20, '236', 'bardeskcorner_polyfon*13', 3, 0, 1),
8, '241', 'mocchamaster', 5, 0, 1),
94, '247', 'rare_daffodil_rug', 10, 0, 1),
27, '267', 'tree1', 3, 0, 1),
27, '269', 'wcandle', 3, 0, 1),
27, '272', 'house2', 3, 0, 1),
94, '275', 'md_limukaappi', 10, 0, 1),
8, '294', 'doorD', 6, 0, 1),

(1562,
(1563,
(1564,
(1565,
(1566,
(1567,
(1568,
(1569,
(1570,
(1571,
(1572,
(1573,
(1574,
(1575,
(1576,
(1577,
(1578,
(1579,
(1580,
(1581,
(1582,
(1583,
(1584,
(1585,
(1587,
(1588,
(1589,
(1590,
(1591,
(1592,
(1593,
(1594,
(1595,
(1596,
(1598,
(1599,
(1600,
(1601,
(1602,
(1603,
(1604,
(1605,
(1606,
(1607,
(1608,
(1609,
(1610,
(1611,
(1612,
(1613,
(1614,
(1615,
(1616,
(1617,
(1618,
(1619,
(1620,
(1621,
(1622,
(1623,

105, '368', 'pillow*5', 10, 0, 1),


105, '369', 'pillow*8', 10, 0, 1),
105, '370', 'pillow*0', 10, 0, 1),
105, '371', 'pillow*1', 10, 0, 10),
105, '372', 'pillow*2', 10, 0, 1),
105, '373', 'pillow*7', 10, 0, 1),
105, '374', 'pillow*9', 10, 0, 1),
105, '375', 'pillow*4', 10, 0, 1),
105, '376', 'pillow*6', 10, 0, 10),
105, '377', 'pillow*3', 10, 0, 1),
95, '1410', 'ads_ob_pillow', 10, 0, 1),
105, '379', 'marquee*2', 10, 0, 1),
105, '407', 'rare_dragonlamp*4', 10, 0, 1),
105, '408', 'rare_dragonlamp*0', 10, 0, 1),
105, '409', 'rare_dragonlamp*5', 10, 0, 1),
105, '410', 'rare_dragonlamp*2', 10, 0, 1),
105, '411', 'rare_dragonlamp*8', 10, 0, 1),
105, '412', 'rare_dragonlamp*9', 10, 0, 1),
105, '413', 'rare_dragonlamp*7', 10, 0, 1),
105, '414', 'rare_dragonlamp*6', 10, 0, 1),
105, '415', 'rare_dragonlamp*1', 10, 0, 1),
105, '416', 'rare_dragonlamp*3', 10, 0, 1),
105, '430', 'rare_fan*3', 10, 0, 1),
58, '1411', 'lostc_merdragon', 6, 0, 1),
105, '378', 'marquee*1', 10, 0, 1),
105, '380', 'marquee*7', 10, 0, 1),
105, '382', 'marquee*8', 10, 0, 1),
105, '383', 'marquee*9', 10, 0, 1),
105, '384', 'marquee*5', 10, 0, 1),
105, '385', 'marquee*4', 10, 0, 1),
105, '386', 'marquee*6', 10, 0, 1),
105, '387', 'marquee*3', 10, 0, 1),
105, '381', 'marquee*10', 10, 0, 1),
105, '427', 'rare_fan*7', 10, 0, 1),
105, '428', 'rare_fan*6', 10, 0, 1),
105, '429', 'rare_fan*9', 10, 0, 1),
105, '430', 'rare_fan*3', 10, 0, 1),
105, '431', 'rare_fan*0', 10, 0, 1),
105, '432', 'rare_fan*4', 10, 0, 1),
105, '433', 'rare_fan*5', 10, 0, 1),
105, '434', 'rare_fan*1', 10, 0, 1),
105, '435', 'rare_fan*8', 10, 0, 1),
105, '436', 'rare_fan*2', 10, 0, 1),
95, '1589', 'ads_calip_fan', 10, 0, 1),
62, '1667', 'industrialfan', 4, 0, 1),
57, '449', 'cn_lamp', 5, 0, 1),
57, '450', 'cn_sofa', 4, 0, 1),
95, '1302', 'ads_dave_cns', 10, 0, 1),
156, '468', 'rubberchair*1', 100, 100, 1),
156, '469', 'rubberchair*2', 100, 100, 1),
156, '470', 'rubberchair*3', 100, 100, 1),
156, '471', 'rubberchair*4', 100, 100, 1),
156, '472', 'rubberchair*5', 100, 100, 1),
156, '473', 'rubberchair*6', 100, 100, 1),
156, '477', 'rubberchair*7', 100, 100, 1),
156, '478', 'rubberchair*8', 100, 100, 1),
105, '463', 'traffic_light*1', 10, 0, 1),
105, '464', 'traffic_light*2', 10, 0, 1),
105, '465', 'traffic_light*3', 10, 0, 1),
105, '466', 'traffic_light*4', 10, 0, 1),

(1624,
(1625,
(1626,
(1627,
(1628,
(1629,
(1630,
(1631,
(1632,
(1633,
(1634,
(1635,
(1636,
(1637,
(1638,
(1639,
(1640,
(1641,
(1642,
(1643,
(1644,
(1645,
(1646,
(1647,
(1648,
(1649,
(1650,
(1651,
(1652,
(1653,
(1655,
(1656,
(1657,
(1658,
(1659,
(1660,
(1661,
(1662,
(1663,
(1664,
(1665,
(1666,
(1667,
(1668,
(1669,
(1670,
(1671,
(1672,
(1673,
(1674,
(1675,
(1676,
(1677,
(1678,
(1679,
(1680,
(1681,
(1682,
(1683,
(1684,

105, '467', 'traffic_light*6', 10, 0, 1),


105, '683', 'traffic_light*5', 10, 0, 1),
105, '474', 'barrier*1', 10, 0, 1),
105, '475', 'barrier*2', 10, 0, 1),
105, '476', 'barrier*3', 10, 0, 1),
94, '667', 'sandrug', 10, 0, 1),
105, '671', 'sleepingbag*1', 10, 0, 1),
105, '672', 'sleepingbag*2', 10, 0, 1),
105, '673', 'sleepingbag*3', 10, 0, 1),
105, '674', 'sleepingbag*4', 10, 0, 1),
105, '676', 'sleepingbag*7', 10, 0, 1),
105, '677', 'sleepingbag*9', 10, 0, 1),
105, '678', 'sleepingbag*5', 10, 0, 1),
105, '679', 'sleepingbag*10', 10, 0, 1),
105, '680', 'sleepingbag*6', 10, 0, 1),
105, '681', 'sleepingbag*8', 10, 0, 1),
13, '755', 'CF_10_coin_gold', 10, 0, 1),
13, '756', 'CF_1_coin_bronze', 1, 0, 1),
13, '757', 'CF_20_moneybag', 20, 0, 1),
12, '758', 'CF_50_goldbar', 50, 0, 1),
13, '759', 'CF_5_coin_silver', 5, 0, 1),
65, '831', 'theatre_seat', 5, 0, 1),
32, '938', 'chair_basic*1', 3, 0, 1),
32, '945', 'chair_basic*8', 3, 0, 1),
40, '1009', 'carpet_soft_tut', 2, 0, 1),
66, '1025', 'hal_cauldron', 5, 0, 1),
66, '1026', 'hal_grave', 4, 0, 1),
66, '1318', 'det_divider', 3, 0, 1),
66, '1320', 'det_body', 5, 0, 1),
66, '1719', 'det_bhole', 2, 0, 1),
121, '794', 'sound_machine', 5, 0, 1),
121, '859', 'sound_machine*1', 5, 0, 1),
121, '861', 'sound_machine*2', 5, 0, 1),
121, '862', 'sound_machine*3', 5, 0, 1),
121, '863', 'sound_machine*4', 5, 0, 1),
121, '864', 'sound_machine*5', 5, 0, 1),
121, '865', 'sound_machine*6', 5, 0, 1),
121, '866', 'sound_machine*7', 5, 0, 1),
121, '990', 'sound_machine_pro', 5, 0, 1),
122, '850', 'sound_set_1', 3, 0, 1),
122, '851', 'sound_set_2', 3, 0, 1),
122, '852', 'sound_set_3', 3, 0, 1),
122, '853', 'sound_set_4', 3, 0, 1),
122, '854', 'sound_set_5', 3, 0, 1),
122, '855', 'sound_set_6', 3, 0, 1),
122, '856', 'sound_set_7', 3, 0, 1),
122, '857', 'sound_set_8', 3, 0, 1),
122, '858', 'sound_set_9', 3, 0, 1),
122, '872', 'sound_set_27', 3, 0, 1),
122, '873', 'sound_set_26', 3, 0, 1),
122, '871', 'sound_set_28', 3, 0, 1),
122, '874', 'sound_set_25', 3, 0, 1),
122, '875', 'sound_set_24', 3, 0, 1),
122, '876', 'sound_set_23', 3, 0, 1),
122, '878', 'sound_set_22', 3, 0, 1),
122, '877', 'sound_set_22', 3, 0, 1),
122, '879', 'sound_set_20', 3, 0, 1),
122, '880', 'sound_set_19', 3, 0, 1),
122, '881', 'sound_set_18', 3, 0, 1),
122, '882', 'sound_set_17', 3, 0, 1),

(1685,
(1686,
(1687,
(1688,
(1689,
(1690,
(1691,
(1692,
(1693,
(1694,
(1695,
(1696,
(1697,
(1698,
(1699,
(1700,
(1701,
(1702,
(1703,
(1704,
(1705,
(1706,
(1707,
(1708,
(1709,
(1710,
(1711,
(1712,
(1713,
(1714,
(1715,
(1716,
(1717,
(1718,
(1719,
(1720,
(1721,
(1722,
(1723,
(1724,
(1725,
(1726,
(1727,
(1728,
(1729,
(1730,
(1731,
(1732,
(1733,
(1734,
(1735,
(1736,
(1737,
(1738,
(1739,
(1740,
(1742,
(1743,
(1744,
(1745,

122, '883', 'sound_set_16', 3, 0, 1),


122, '884', 'sound_set_15', 3, 0, 1),
122, '885', 'sound_set_14', 3, 0, 1),
122, '886', 'sound_set_13', 3, 0, 1),
122, '887', 'sound_set_12', 3, 0, 1),
122, '888', 'sound_set_11', 3, 0, 1),
122, '889', 'sound_set_10', 3, 0, 1),
122, '982', 'sound_set_36', 3, 0, 1),
122, '983', 'sound_set_35', 3, 0, 1),
122, '984', 'sound_set_34', 3, 0, 1),
122, '985', 'sound_set_33', 3, 0, 1),
122, '986', 'sound_set_32', 3, 0, 1),
122, '987', 'sound_set_31', 3, 0, 1),
122, '988', 'sound_set_30', 3, 0, 1),
122, '989', 'sound_set_29', 3, 0, 1),
122, '1002', 'sound_set_37', 3, 0, 1),
122, '1010', 'sound_set_44', 3, 0, 1),
122, '1011', 'sound_set_43', 3, 0, 1),
122, '1012', 'sound_set_42', 3, 0, 1),
122, '1013', 'sound_set_41', 3, 0, 1),
122, '1014', 'sound_set_40', 3, 0, 1),
122, '1015', 'sound_set_39', 3, 0, 1),
122, '1016', 'sound_set_38', 3, 0, 1),
122, '1027', 'sound_set_52', 3, 0, 1),
122, '1028', 'sound_set_51', 3, 0, 1),
122, '1029', 'sound_set_50', 3, 0, 1),
122, '1030', 'sound_set_49', 3, 0, 1),
122, '1031', 'sound_set_48', 3, 0, 1),
122, '1032', 'sound_set_47', 3, 0, 1),
122, '1033', 'sound_set_46', 3, 0, 1),
122, '1034', 'sound_set_45', 3, 0, 1),
122, '1041', 'sound_set_54', 3, 0, 1),
122, '1042', 'sound_set_53', 3, 0, 1),
122, '1056', 'sound_set_59', 3, 0, 1),
122, '1057', 'sound_set_58', 3, 0, 1),
122, '1058', 'sound_set_57', 3, 0, 1),
122, '1059', 'sound_set_56', 3, 0, 1),
122, '1060', 'sound_set_55', 3, 0, 1),
122, '1101', 'sound_set_61', 3, 0, 1),
122, '1102', 'sound_set_60', 3, 0, 1),
122, '1136', 'sound_set_64', 3, 0, 1),
122, '1137', 'sound_set_63', 3, 0, 1),
122, '1138', 'sound_set_62', 3, 0, 1),
122, '1173', 'sound_set_70', 3, 0, 1),
122, '1174', 'sound_set_69', 3, 0, 1),
122, '1175', 'sound_set_68', 3, 0, 1),
122, '1176', 'sound_set_67', 3, 0, 1),
122, '1177', 'sound_set_66', 3, 0, 1),
122, '1178', 'sound_set_65', 3, 0, 1),
122, '1382', 'sound_set_71', 3, 0, 1),
122, '1551', 'sound_set_72', 3, 0, 1),
95, '868', 'rclr_sofa', 10, 0, 1),
72, '867', 'rom_lamp', 3, 0, 1),
95, '869', 'rclr_garden', 10, 0, 1),
95, '870', 'rclr_chair', 10, 0, 1),
95, '991', 'rare_mnstr', 10, 0, 1),
156, '993', 'one_way_door*3', 100, 100,
156, '994', 'one_way_door*4', 100, 100,
156, '995', 'one_way_door*5', 100, 100,
156, '996', 'one_way_door*6', 100, 100,

1),
1),
1),
1),

(1746,
(1747,
(1748,
(1750,
(1752,
(1753,
(1754,
(1755,
(1756,
(1758,
(1759,
(1760,
(1762,
(1763,
(1764,
(1765,
(1766,
(1767,
(1768,
(1769,
(1770,
(1771,
(1772,
(1773,
(1774,
(1775,
(1776,
(1777,
(1778,
(1779,
(1780,
(1781,
(1782,
(1783,
(1784,
(1785,
(1786,
(1787,
(1788,
(1795,
(1808,
(1809,
(1810,
(1811,
(1812,
(1813,
(1815,
(1816,
(1817,
(1818,
(1819,
(1820,
(1821,
(1822,
(1823,
(1824,
(1825,
(1826,
(1827,
(1828,

156, '997', 'one_way_door*7', 100, 100, 1),


156, '998', 'one_way_door*8', 100, 100, 1),
156, '999', 'one_way_door*9', 100, 100, 1),
156, '992', 'one_way_door*2', 100, 100, 1),
121, '1008', 'jukebox*1', 5, 0, 1),
66, '1023', 'habboween_crypt', 6, 0, 1),
66, '1024', 'habboween_grass', 5, 0, 1),
39, '1044', 'plant_mazegate_snow', 3, 0, 1),
39, '1045', 'plant_maze_snow', 3, 0, 1),
123, '1061', 'noob_table*1', 0, 100, 1),
123, '1062', 'noob_table*2', 0, 100, 1),
123, '1063', 'noob_table*3', 0, 100, 1),
123, '1064', 'noob_table*4', 0, 100, 1),
123, '1065', 'noob_table*5', 0, 100, 1),
123, '1066', 'noob_table*6', 0, 100, 1),
123, '1067', 'noob_stool*1', 0, 100, 1),
123, '1068', 'noob_stool*2', 0, 100, 1),
123, '1069', 'noob_stool*3', 0, 100, 1),
123, '1070', 'noob_stool*4', 0, 100, 1),
123, '1071', 'noob_stool*5', 0, 100, 1),
123, '1072', 'noob_stool*6', 0, 100, 1),
123, '1073', 'noob_rug*1', 0, 100, 1),
123, '1074', 'noob_rug*2', 0, 100, 1),
123, '1075', 'noob_rug*3', 0, 100, 1),
123, '1076', 'noob_rug*4', 0, 100, 1),
123, '1077', 'noob_rug*5', 0, 100, 1),
123, '1078', 'noob_rug*6', 0, 100, 1),
123, '1079', 'noob_lamp*1', 0, 100, 1),
123, '1080', 'noob_lamp*2', 0, 100, 1),
123, '1081', 'noob_lamp*3', 0, 100, 1),
123, '1082', 'noob_lamp*4', 0, 100, 1),
123, '1083', 'noob_lamp*5', 0, 100, 1),
123, '1084', 'noob_lamp*6', 0, 100, 1),
123, '1085', 'noob_chair*1', 0, 100, 1),
123, '1086', 'noob_chair*2', 0, 100, 1),
123, '1087', 'noob_chair*3', 0, 100, 1),
123, '1088', 'noob_chair*4', 0, 100, 1),
123, '1089', 'noob_chair*5', 0, 100, 1),
123, '1090', 'noob_chair*6', 0, 100, 1),
123, '1185', 'noob_plant', 0, 100, 1),
75, '1107', 'sand_cstl_wall', 5, 0, 1),
75, '1108', 'sand_cstl_twr', 5, 0, 1),
75, '1109', 'sand_cstl_gate', 5, 0, 1),
126, '1156', 'tiki_waterfall', 5, 0, 1),
126, '1157', 'tiki_tray4', 3, 0, 1),
126, '1158', 'tiki_tray3', 3, 0, 1),
126, '1160', 'tiki_tray1', 3, 0, 1),
126, '1159', 'tiki_tray2', 3, 0, 1),
126, '1161', 'tiki_tray0', 3, 0, 1),
126, '1162', 'tiki_toucan', 4, 0, 1),
126, '1163', 'tiki_torch', 3, 0, 1),
126, '1164', 'tiki_statue', 5, 0, 1),
126, '1165', 'tiki_sand', 5, 0, 1),
126, '1165', 'tiki_sand', 45, 0, 10),
126, '1166', 'tiki_parasol', 4, 0, 1),
126, '1167', 'tiki_junglerug', 5, 0, 1),
126, '1167', 'tiki_junglerug', 45, 0, 10),
126, '1168', 'tiki_corner', 3, 0, 1),
126, '1169', 'tiki_bflies', 3, 0, 1),
126, '1170', 'tiki_bench', 3, 0, 1),

(1829,
(1830,
(1831,
(1832,
(1833,
(1834,
(1836,
(1838,
(1839,
(1840,
(1841,
(1842,
(1843,
(1844,
(1845,
(1846,
(1847,
(1848,
(1850,
(1851,
(1852,
(1853,
(1854,
(1855,
(1856,
(1857,
(1858,
(1859,
(1860,
(1862,
(1863,
(1864,
(1865,
(1866,
(1867,
(1868,
(1869,
(1870,
(1871,
(1872,
(1873,
(1874,
(1875,
(1876,
(1877,
(1878,
(1879,
(1880,
(1881,
(1882,
(1883,
(1884,
(1885,
(1886,
(1887,
(1888,
(1889,
(1890,
(1891,
(1892,

126, '1171', 'tiki_bardesk', 3, 0, 1),


126, '1690', 'tiki_wallplnt', 4, 0, 1),
126, '1691', 'tiki_surfboard', 3, 0, 1),
76, '1103', 'fortune', 5, 0, 1),
95, '1104', 'sw_table', 10, 0, 1),
95, '1105', 'sw_raven', 10, 0, 1),
95, '1106', 'sw_chest', 10, 0, 1),
95, '1113', 'rclr_lamp', 10, 0, 1),
95, '1117', 'md_rug', 10, 0, 1),
95, '1116', 'nouvelle_trax', 10, 0, 1),
95, '1139', 'jukebox_ptv*1', 10, 0, 1),
121, '1141', 'traxsilver', 5, 0, 1),
121, '1142', 'traxgold', 5, 0, 1),
121, '1143', 'traxbronze', 5, 0, 1),
95, '1144', 'bench_puffet', 10, 0, 1),
13, '1145', 'CFC_500_goldbar', 500, 0, 1),
13, '1146', 'CFC_200_moneybag', 200, 0, 1),
13, '1148', 'CFC_100_coin_gold', 100, 0, 1),
13, '1149', 'CFC_50_coin_silver', 50, 0, 1),
128, '19940', 'urban_bench_plain', 4, 0, 1),
95, '1328', 'ads_igorswitch', 10, 0, 1),
95, '1329', 'ads_711*1', 10, 0, 1),
95, '1330', 'ads_711*2', 10, 0, 1),
95, '1331', 'ads_711*3', 10, 0, 1),
95, '1332', 'ads_711*4', 10, 0, 1),
95, '1333', 'ads_igorraygun', 10, 0, 1),
95, '1412', 'ads_cldesk', 10, 0, 1),
95, '1414', 'ads_cltele', 10, 0, 1),
95, '1415', 'ads_clfloor', 10, 0, 1),
95, '1327', 'ads_igorbrain', 10, 0, 1),
95, '1417', 'ads_mall_tele', 10, 0, 1),
95, '1441', 'ads_idol_floor1', 10, 0, 1),
95, '1442', 'ads_igor_dsk', 10, 0, 1),
95, '1443', 'ads_idol_desk', 10, 0, 1),
95, '1444', 'ads_idol_ch', 10, 0, 1),
95, '1445', 'ads_igor_flask', 10, 0, 1),
95, '1446', 'ads_idol_drape', 10, 0, 1),
95, '1447', 'ads_idol_floor2', 10, 0, 1),
95, '1453', 'ads_idol_piano', 10, 0, 1),
95, '1455', 'ads_711shelf', 10, 0, 1),
95, '1464', 'ads_idol_jukebox*1', 10, 0, 1),
95, '1465', 'ads_idol_pchair', 10, 0, 1),
95, '1467', 'ads_idol_audChr', 10, 0, 1),
95, '1468', 'ads_idol_trax', 10, 0, 1),
95, '1469', 'ads_idol_tele', 10, 0, 1),
95, '1474', 'ads_idol_mic', 10, 0, 1),
95, '1475', 'ads_idol_hotspot', 10, 0, 1),
95, '1476', 'ads_idol_clRack', 10, 0, 1),
95, '1477', 'ads_idol_voting_ch', 10, 0, 1),
95, '1491', 'ads_frankb', 10, 0, 1),
95, '1508', 'ads_grefusa_cactus', 10, 0, 1),
95, '1509', 'ads_idol_tube', 10, 0, 1),
95, '1511', 'ads_idol_cork', 10, 0, 1),
95, '1512', 'ads_cl_jukeb', 10, 0, 1),
95, '1518', 'ads_idol_newsDsk', 10, 0, 1),
95, '1524', 'ads_idol_ichair', 10, 0, 1),
95, '1526', 'ads_reebok_block2', 10, 0, 1),
95, '1527', 'ads_malaco_rug', 10, 0, 1),
95, '1530', 'ads_malaco_gu', 10, 0, 1),
95, '1531', 'ads_clcake', 10, 0, 1),

(1893,
(1894,
(1895,
(1896,
(1897,
(1898,
(1899,
(1900,
(1901,
(1902,
(1903,
(1904,
(1905,
(1906,
(1908,
(1909,
(1910,
(1911,
(1912,
(1913,
(1914,
(1915,
(1916,
(1917,
(1918,
(1919,
(1920,
(1921,
(1922,
(1923,
(1924,
(1925,
(1926,
(1927,
(1928,
(1929,
(1930,
(1931,
(1932,
(1933,
(1934,
(1935,
(1936,
(1937,
(1938,
(1939,
(1940,
(1941,
(1942,
(1943,
(1944,
(1945,
(1946,
(1947,
(1948,
(1949,
(1950,
(1951,
(1954,
(1956,

95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
42,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,
95,

'1532', 'ads_cl_sofa', 10, 0, 1),


'1533', 'ads_idol_tblCloth', 10, 0, 1),
'1534', 'ads_idol_carpet', 10, 0, 1),
'1535', 'ads_idol_lamp', 10, 0, 1),
'1541', 'ads_goldtabl', 10, 0, 1),
'1553', 'ads_calip_cola*1', 10, 0, 1),
'1554', 'ads_calip_cola*2', 10, 0, 1),
'1555', 'ads_calip_cola*3', 10, 0, 1),
'1630', 'ads_711*6', 10, 0, 1),
'1556', 'ads_calip_cola*4', 10, 0, 1),
'1562', 'ads_calip_chair', 10, 0, 1),
'1563', 'ads_idol_trophy', 10, 0, 1),
'1565', 'ads_calip_pool', 10, 0, 1),
'1572', 'ads_calip_tele', 10, 0, 1),
'1587', 'ads_calip_lava', 10, 0, 1),
'1591', 'ads_mall_coffeem', 10, 0, 1),
'1612', 'ads_mall_kiosk', 10, 0, 1),
'1619', 'ads_elisa_gnome', 10, 0, 1),
'1621', 'ads_oc_soda', 10, 0, 1),
'1629', 'ads_711*5', 10, 0, 1),
'1631', 'ads_711*7', 10, 0, 1),
'1652', 'ads_1800tele', 10, 0, 1),
'1707', 'ads_sunnyd', 10, 0, 1),
'1711', 'ads_dave_wall', 10, 0, 1),
'1714', 'ads_nokia_logo', 10, 0, 1),
'1715', 'ads_nokia_phone', 10, 0, 1),
'1720', 'ads_campguitar', 10, 0, 1),
'1728', 'ads_cmusic', 10, 0, 1),
'1741', 'ads_clwall1', 10, 0, 1),
'1742', 'ads_clwall2', 10, 0, 1),
'1743', 'ads_clwall3', 10, 0, 1),
'1744', 'ads_ob_wall', 10, 0, 1),
'1745', 'ads_mall_window', 10, 0, 1),
'20022', 'a0 prizetrophy6_b', 8, 0, 1),
'1750', 'ads_igor_wall', 10, 0, 1),
'1751', 'ads_igorevilb', 10, 0, 1),
'1752', 'ads_idol_wall', 10, 0, 1),
'1753', 'ads_mall_winfur', 10, 0, 1),
'1754', 'ads_mall_winpet', 10, 0, 1),
'1758', 'ads_idol_tv', 10, 0, 1),
'1760', 'ads_idol_mirror', 10, 0, 1),
'1761', 'ads_mall_wincin', 10, 0, 1),
'1762', 'ads_mall_winmus', 10, 0, 1),
'1763', 'ads_mall_winbea', 10, 0, 1),
'1765', 'ads_mall_winchi', 10, 0, 1),
'1768', 'ads_mall_winice', 10, 0, 1),
'1769', 'ads_mall_winspo', 10, 0, 1),
'1770', 'ads_idol_logo', 10, 0, 1),
'1773', 'ads_lin_wh_c', 10, 0, 1),
'1774', 'ads_malaco_tv', 10, 0, 1),
'1775', 'ads_puffet_tv', 10, 0, 1),
'1776', 'ads_reebok_tv', 10, 0, 1),
'1784', 'ads_mirror', 10, 0, 1),
'1789', 'ads_wwe_poster', 10, 0, 1),
'1790', 'ads_mall_wintra', 10, 0, 1),
'1793', 'ads_veet', 10, 0, 1),
'1797', 'ads_mall_wingar', 10, 0, 1),
'1799', 'ads_mall_winclo', 10, 0, 1),
'20037', 'ads_calip_parasol', 10, 0, 1),
'1172', 'tampax_rug', 10, 0, 1),

(1957,
(1958,
(1959,
(1960,
(1961,
(1962,
(1963,
(1964,
(1966,
(1968,
(1969,
(1970,
(1971,
(1972,
(1973,
(1974,
(1976,
(1977,
(1978,
(1979,
(1980,
(1981,
(1982,
(1983,
(1984,
(1985,
(1986,
(1987,
(1988,
(1989,
(1990,
(1991,
(1992,
(1993,
(1994,
(1995,
(1996,
(1997,
(1998,
(1999,
(2000,
(2001,
(2002,
(2003,
(2004,
(2005,
(2006,
(2007,
(2011,
(2012,
(2013,
(2014,
(2015,
(2016,
(2017,
(2018,
(2019,
(2020,
(2021,
(2022,

95, '1692', 'tampax_wall', 10, 0, 1),


105, '20025', 'pillar*6', 10, 0, 1),
55, '20026', 'shelves_norja*4', 3, 0, 1),
30, '20027', 'bed_polyfon*2', 4, 0, 1),
55, '20028', 'divider_nor5*6', 3, 0, 1),
76, '20029', 'val_cauldron', 10, 0, 1),
32, '20030', 'pura_mdl5*1', 3, 0, 1),
156, '20031', 'one_way_door*1', 100, 100, 1),
60, '20032', 'exe_globe', 5, 0, 1),
45, '20035', 'fx_bubble', 0, 250, 1),
129, '20036', 'bump_tottero', 0, 50, 1),
129, '1502', 'bump_road', 0, 75, 1),
129, '1497', 'bump_lights', 0, 50, 1),
129, '1496', 'bump_tires', 0, 50, 1),
129, '1492', 'bump_signs', 0, 50, 1),
103, '20034', 'diner_bardesk_corner*5', 3, 0, 1),
128, '20006', 'urban_fence_corner', 3, 0, 1),
128, '20016', 'urban_lamp', 4, 0, 1),
128, '20018', 'urban_wall', 5, 0, 1),
128, '20011', 'urban_wpost', 3, 0, 1),
128, '20010', 'urban_sidewalk', 4, 0, 1),
128, '20008', 'urban_bench', 3, 0, 1),
128, '20007', 'urban_carsofa', 4, 0, 1),
128, '20014', 'urban_blocker', 2, 0, 1),
128, '20013', 'urban_bin', 3, 0, 1),
128, '20012', 'urban_fence', 3, 0, 1),
128, '20015', 'urban_bsktbll', 4, 0, 1),
125, '19877', 'avatar_effect9', 0, 100, 1),
125, '19878', 'avatar_effect6', 0, 100, 1),
125, '19879', 'avatar_effect16', 0, 100, 1),
125, '19880', 'avatar_effect2', 0, 100, 1),
125, '19881', 'avatar_effect14', 0, 100, 1),
125, '19882', 'avatar_effect15', 0, 100, 1),
125, '19883', 'avatar_effect3', 0, 100, 1),
125, '19884', 'avatar_effect17', 0, 100, 1),
125, '19885', 'avatar_effect18', 0, 100, 1),
125, '19886', 'avatar_effect1', 0, 100, 1),
125, '19887', 'avatar_effect4', 0, 100, 1),
125, '19888', 'avatar_effect5', 0, 100, 1),
125, '19889', 'avatar_effect7', 0, 100, 1),
125, '19890', 'avatar_effect8', 0, 100, 1),
125, '19891', 'avatar_effect10', 0, 100, 1),
125, '19892', 'avatar_effect12', 0, 100, 1),
125, '19893', 'avatar_effect13', 0, 100, 1),
129, '19957', 'avatar_effect22', 0, 100, 1),
129, '19958', 'avatar_effect19', 0, 100, 1),
129, '19959', 'avatar_effect20', 0, 100, 1),
129, '19960', 'avatar_effect21', 0, 100, 1),
88, '1725', 'hw_08_xray', 5, 0, 1),
95, '1718', 'netari_poster', 10, 0, 1),
95, '1713', 'easy_poster', 10, 0, 1),
95, '1684', 'md_logo_wall', 10, 0, 1),
95, '1682', 'sw_hole', 10, 0, 1),
95, '1681', 'sw_stone', 10, 0, 1),
95, '1680', 'sw_swords', 10, 0, 1),
41, '1675', 'guitar_v', 4, 0, 1),
41, '1674', 'guitar_skull', 4, 0, 1),
43, '1673', 'habbowheel', 5, 0, 1),
72, '1670', 'wallmirror', 3, 0, 1),
85, '1633', 'pix_asteroid', 0, 2000, 1),

(2023,
(2024,
(2025,
(2026,
(2027,
(2028,
(2029,
(2030,
(2031,
(2032,
(2033,
(2034,
(2035,
(2036,
(2037,
(2038,
(2039,
(2040,
(2043,
(2044,
(2045,
(2046,
(2047,
(2048,
(2050,
(2052,
(2054,
(2055,
(2056,
(2057,
(2058,
(2059,
(2060,
(2061,
(2062,
(2063,
(2064,
(2065,
(2066,
(2067,
(2068,
(2069,
(2070,
(2071,
(2072,
(2073,
(2074,
(2075,
(2076,
(2077,
(2078,
(2079,
(2080,
(2081,
(2082,
(2084,
(2085,
(2086,
(2087,
(2088,

71, '1626', 'rela_stone', 4, 0, 1),


94, '1622', 'marsrug', 10, 0, 1),
94, '1592', 'totem_planet', 0, 2000, 1),
95, '1590', 'voting_ch', 10, 0, 1),
73, '1586', 'transparent_floor', 5, 0, 1),
144, '1583', 'clrack', 5, 0, 1),
95, '1582', 'noticeboard', 10, 0, 1),
95, '1577', 'audChr', 10, 0, 1),
94, '1571', 'saturn', 0, 2000, 1),
95, '1566', 'laptopdesk', 10, 0, 1),
94, '1564', 'totem_head', 0, 2000, 1),
130, '1538', 'env_telep', 5, 0, 1),
95, '1529', 'tray_glasstower', 6, 0, 1),
95, '1528', 'tray_champagne', 5, 0, 1),
95, '1525', 'tray_cake', 4, 0, 1),
130, '1522', 'env_tree4', 5, 0, 1),
130, '1520', 'env_tree2', 3, 0, 1),
130, '1519', 'env_tree1', 3, 0, 1),
130, '1516', 'env_bushes_gate', 5, 0, 1),
130, '1515', 'env_bushes', 5, 0, 1),
130, '1514', 'env_tree3', 3, 0, 1),
130, '1513', 'env_grass', 5, 0, 1),
130, '1513', 'env_grass', 15, 0, 4),
94, '1507', 'totem_leg', 0, 2000, 1),
58, '1448', 'lostc_octopus', 6, 0, 1),
94, '1430', 'planet_of_love', 0, 2000, 1),
28, '1365', 'penguin_basic', 2, 0, 1),
28, '1367', 'penguin_musketeer', 2, 0, 1),
28, '1370', 'penguin_wrestler', 2, 0, 1),
28, '1372', 'penguin_robot', 2, 0, 1),
28, '1376', 'penguin_suit', 2, 0, 1),
28, '1379', 'penguin_icehockey', 2, 0, 1),
28, '1380', 'penguin_pilot', 2, 0, 1),
28, '1381', 'penguin_ballet', 2, 0, 1),
28, '1383', 'penguin_boxer', 2, 0, 1),
28, '1384', 'penguin_glow', 2, 0, 1),
28, '1385', 'penguin_swim', 2, 0, 1),
28, '1386', 'penguin_sumo', 2, 0, 1),
28, '1388', 'penguin_clown', 2, 0, 1),
28, '1389', 'penguin_infected', 2, 0, 1),
28, '1393', 'penguin_super', 2, 0, 1),
28, '1396', 'penguin_rock', 2, 0, 1),
28, '1399', 'penguin_ski', 2, 0, 1),
28, '1400', 'penguin_skater', 2, 0, 1),
28, '1402', 'penguin_elf', 2, 0, 1),
28, '1403', 'penguin_bunny', 2, 0, 1),
28, '1404', 'penguin_ninja', 2, 0, 1),
28, '1405', 'penguin_magician', 2, 0, 1),
28, '1406', 'penguin_hunchback', 2, 0, 1),
28, '1407', 'penguin_cowboy', 2, 0, 1),
28, '1408', 'penguin_punk', 2, 0, 1),
28, '1409', 'penguin_pirate', 2, 0, 1),
45, '1390', 'fx_flare', 0, 250, 1),
95, '1377', 'svnr_fi', 10, 0, 1),
45, '1371', 'fx_explosion', 0, 250, 1),
95, '1202', 'svnr_aus', 10, 0, 1),
95, '1201', 'svnr_de', 10, 0, 1),
95, '1200', 'svnr_it', 10, 0, 1),
95, '1199', 'svnr_nl', 10, 0, 1),
95, '1198', 'svnr_uk', 10, 0, 1),

(2089, 36, '20024', 'table_plasto_square*9', 3, 0, 1),


(2090, 76, '20021', 'heart', 5, 0, 1),
(2091, 95, '1303', 'easy_carpet', 10, 0, 1),
(2092, 95, '1304', 'easy_bowl2', 10, 0, 1),
(2093, 95, '1319', 'netari_carpet', 10, 0, 1),
(2094, 40, '1325', 'sob_carpet', 3, 0, 1),
(2095, 95, '1326', 'igor_seat', 10, 0, 1),
(2097, 95, '20041', 'year2010', 10, 0, 1),
(2098, 95, '20042', 'party_lantern', 10, 0, 10),
(2099, 95, '20043', 'party_lights', 10, 0, 1),
(2101, 71, '20047', 'rela_stick', 3, 0, 1),
(2102, 60, '20046', 'exe_elevator', 5, 0, 1),
(2103, 56, '20045', 'arabian_tile', 5, 0, 1),
(2105, 95, '20048', 'ads_mall_elevator', 10, 0, 1),
(2106, 94, '247', 'rare_daffodil_rug', 800, 0, 50),
(2107, 95, '20050', 'xm09_infotv', 10, 0, 1),
(2108, 42, '20051', 'ads_twi_trophy', 10, 0, 1),
(2110, 112, '20052', 'ads_twi_crest', 6, 0, 1),
(2112, 112, '20053', 'ads_twi_paint', 3, 0, 1),
(2113, 112, '20054', 'ads_twi_windw', 3, 0, 1),
(2114, 112, '20055', 'ads_twi_bwall2', 3, 0, 1),
(2115, 112, '20056', 'ads_twi_dreamc', 3, 0, 1),
(2116, 112, '20057', 'ads_twi_bwall1', 3, 0, 1),
(13002, 301, '29281', 'wf_wire2', 3, 0, 1),
(13001, 301, '29281', 'wf_act_move_rotate', 3, 0, 1),
(2121, 56, '20059', 'arabian_wall', 4, 0, 1),
(2123, 73, '20064', 'sf_mbar', 5, 0, 1),
(2124, 27, '20063', 'xm09_cocoa', 6, 0, 1),
(2126, 142, '317', 'nest', 3, 0, 1),
(2127, 142, '318', 'petfood1', 3, 0, 1),
(2128, 142, '319', 'petfood2', 3, 0, 1),
(2129, 142, '320', 'petfood3', 3, 0, 1),
(2130, 142, '321', 'waterbowl*4', 3, 0, 1),
(2131, 142, '322', 'waterbowl*5', 3, 0, 1),
(2132, 142, '326', 'toy1', 3, 0, 1),
(2133, 142, '323', 'waterbowl*2', 3, 0, 1),
(2134, 142, '324', 'waterbowl*1', 3, 0, 1),
(2135, 142, '325', 'waterbowl*3', 3, 0, 1),
(2136, 142, '327', 'toy1*1', 3, 0, 1),
(2137, 142, '328', 'toy1*2', 3, 0, 1),
(2138, 142, '329', 'toy1*3', 3, 0, 1),
(2139, 142, '330', 'toy1*4', 3, 0, 1),
(2140, 142, '331', 'goodie1', 3, 0, 1),
(2141, 142, '332', 'goodie1*1', 3, 0, 1),
(2142, 142, '333', 'goodie1*2', 3, 0, 1),
(2143, 142, '334', 'goodie2', 3, 0, 1),
(2144, 142, '334', 'goodie2', 3, 0, 1),
(2145, 134, '1478', 'ecotron_box', 3, 0, 1),
(2146, 134, '1479', 'eco_light2', 3, 0, 1),
(2147, 134, '1480', 'eco_chair3', 3, 0, 1),
(2148, 134, '1481', 'eco_table3', 3, 0, 1),
(2149, 134, '1482', 'eco_lamp2', 3, 0, 1),
(2150, 134, '1483', 'eco_sofa3', 3, 0, 1),
(2151, 134, '1484', 'eco_table2', 3, 0, 1),
(2152, 134, '1485', 'eco_fruits2', 3, 0, 1),
(2153, 134, '1486', 'eco_sofa1', 3, 0, 1),
(2154, 134, '1487', 'eco_fruits3', 3, 0, 1),
(2155, 134, '1488', 'eco_light1', 3, 0, 1),
(2156, 94, '1489', 'eco_tree1', 3, 0, 1),
(2157, 134, '1490', 'eco_cactus2', 3, 0, 1),

(2158,
(2159,
(2160,
(2161,
(2163,
(2164,
(2165,
(2166,
(2167,
(2168,
(2169,
(2170,
(2171,
(2172,
(2173,
(2174,
(2175,
(2176,
(2177,
(2178,
(2179,
(2180,
(2181,
(2182,
(2183,
(2184,
(2185,
(2190,
(2191,
(2193,
(2194,
(2195,
(2196,
(2197,
(2198,
(2199,
(2200,
(2201,
(2202,
(2203,
(2204,
(2205,
(2206,
(2207,
(2208,
(2209,
(2210,
(2211,
(2212,
(2213,
(2214,
(2215,
(2216,
(2217,
(2218,
(2219,
(2220,
(2223,
(2224,
(2225,

134, '1493', 'eco_cactus1', 3, 0, 1),


134, '1494', 'eco_chair2', 3, 0, 1),
134, '1495', 'eco_cactus3', 3, 0, 1),
134, '1498', 'eco_lamp3', 3, 0, 1),
142, '819', 'petfood4', 3, 0, 1),
30, '631', 'divider_poly3*8', 3, 0, 1),
134, '164', 'present_gen', 3, 0, 1),
134, '165', 'present_gen1', 3, 0, 1),
134, '166', 'present_gen2', 3, 0, 1),
134, '167', 'present_gen3', 3, 0, 1),
134, '168', 'present_gen4', 3, 0, 1),
134, '169', 'present_gen5', 3, 0, 1),
134, '170', 'present_gen6', 3, 0, 1),
134, '1450', 'lc_medusa2', 3, 0, 1),
134, '1007', 'song_disk', 3, 0, 1),
134, '1499', 'eco_table1', 3, 0, 1),
134, '1500', 'eco_chair1', 3, 0, 1),
134, '1501', 'eco_sofa2', 3, 0, 1),
134, '1503', 'eco_fruits1', 3, 0, 1),
134, '1504', 'eco_lamp1', 3, 0, 1),
134, '1505', 'eco_light3', 3, 0, 1),
94, '1506', 'eco_tree2', 3, 0, 1),
94, '1542', 'eco_mush1', 3, 0, 1),
94, '1547', 'eco_mush2', 3, 0, 1),
134, '1764', 'eco_curtains1', 3, 0, 1),
134, '1766', 'eco_curtains3', 3, 0, 1),
134, '1767', 'eco_curtains2', 3, 0, 1),
41, '20151', 'flag_singapore', 3, 0, 1),
41, '20153', 'flag_columbia', 3, 0, 1),
41, '20154', 'flag_chile', 3, 0, 1),
41, '20155', 'flag_ecuador', 3, 0, 1),
41, '20156', 'flag_dominicanrepublic', 3, 0, 1),
41, '20157', 'flag_newzealand', 3, 0, 1),
41, '20158', 'flag_malaysia', 3, 0, 1),
41, '20160', 'flag_venezl', 3, 0, 1),
41, '20161', 'flag_algeria', 3, 0, 1),
41, '20162', 'flag_tunisia', 3, 0, 1),
41, '20163', 'flag_panama', 3, 0, 1),
41, '20164', 'flag_mexico', 3, 0, 1),
41, '20165', 'flag_argentina', 3, 0, 1),
41, '20166', 'flag_philippines', 3, 0, 1),
41, '20167', 'flag_greece', 3, 0, 1),
41, '20168', 'flag_peru', 3, 0, 1),
41, '20169', 'flag_morocco', 3, 0, 1),
41, '20170', 'flag_turkey', 3, 0, 1),
136, '20117', 'bling_fridge', 5, 0, 1),
136, '20121', 'bling_chair_a', 3, 0, 1),
136, '20123', 'bling_pool', 3, 0, 1),
136, '20124', 'bling_toilet', 4, 0, 1),
136, '20126', 'bling_chair_c', 3, 0, 1),
136, '20127', 'bling_chair_b', 3, 0, 1),
136, '20128', 'bling_shwr', 5, 0, 1),
136, '20129', 'bling_bed', 3, 0, 1),
136, '20130', 'bling_sofa', 4, 0, 1),
136, '20144', 'bling_fridge_restricted', 3, 0, 1),
136, '20200', 'bling_sink', 3, 0, 1),
136, '20202', 'bling_cabinet', 3, 0, 1),
137, '20103', 'org_chairpnk', 3, 0, 1),
137, '20104', 'org_tblpnk', 3, 0, 1),
137, '20105', 'org_lampblk', 3, 0, 1),

(2226,
(2227,
(2228,
(2229,
(2230,
(2231,
(2232,
(2233,
(2234,
(2235,
(2236,
(2237,
(2238,
(2239,
(2240,
(2241,
(2242,
(2243,
(2244,
(2245,
(2246,
(2248,
(2250,
(2251,
(2252,
(2253,
(2254,
(2255,
(2256,
(2257,
(2258,
(2259,
(2260,
(2261,
(2262,
(2263,
(2264,
(2265,
(2266,
(2267,
(2268,
(2269,
(2270,
(2271,
(2272,
(2273,
(2274,
(2275,
(2276,
(2277,
(2278,
(2279,
(2280,
(2281,
(2282,
(2283,
(2284,
(2285,
(2286,
(2287,

137, '20106', 'org_lamppnk', 3, 0, 1),


137, '20107', 'org_table', 3, 0, 1),
137, '20111', 'org_chairblk', 3, 0, 1),
137, '20112', 'org_tblblk', 3, 0, 1),
137, '20113', 'org_chrblk', 3, 0, 1),
137, '20115', 'org_chrpnk', 3, 0, 1),
76, '20125', 'val09_floor', 3, 0, 1),
76, '20131', 'val09_floor2', 3, 0, 1),
76, '20198', 'val09_wdrobe_b', 5, 0, 1),
76, '20199', 'val09_wall2', 4, 0, 1),
76, '20201', 'val09_wall1', 4, 0, 1),
76, '20204', 'val09_wdrobe_g', 5, 0, 1),
76, '20134', 'val_hSeat*1', 3, 0, 1),
76, '20135', 'val_hSeat*2', 3, 0, 1),
76, '20136', 'val_hSeat*3', 3, 0, 1),
76, '20137', 'val_hSeat*4', 3, 0, 1),
76, '20138', 'val_hSeat*5', 3, 0, 1),
76, '20139', 'val_hSeat*6', 3, 0, 1),
76, '20140', 'val_hSeat*7', 3, 0, 1),
76, '20141', 'val_basket', 3, 0, 1),
76, '20190', 'val_table1', 4, 0, 1),
27, '20093', 'xm09_lrgBauble', 10, 0, 1),
93, '20109', 'xm09_trophy', 6, 0, 1),
27, '20171', 'xm09_bauble_12', 3, 0, 1),
27, '20172', 'xm09_bauble_16', 3, 0, 1),
27, '20173', 'xm09_bauble_17', 3, 0, 1),
27, '20174', 'xm09_bauble_15', 3, 0, 1),
27, '20175', 'xm09_bauble_10', 3, 0, 1),
27, '20176', 'xm09_bauble_9', 3, 0, 1),
27, '20177', 'xm09_bauble_18', 3, 0, 1),
27, '20178', 'xm09_bauble_13', 3, 0, 1),
27, '20179', 'xm09_bauble_2', 3, 0, 1),
27, '20180', 'xm09_bauble_1', 3, 0, 1),
27, '20181', 'xm09_bauble_22', 3, 0, 1),
27, '20182', 'xm09_bauble_3', 3, 0, 1),
27, '20183', 'xm09_bauble_21', 3, 0, 1),
27, '20184', 'xm09_bauble_8', 3, 0, 1),
27, '20185', 'xm09_bauble_4', 3, 0, 1),
27, '20186', 'xm09_bauble_5', 3, 0, 1),
27, '20187', 'xm09_bauble_11', 3, 0, 1),
27, '20188', 'xm09_bauble_20', 3, 0, 1),
27, '20191', 'xm09_bauble_14', 3, 0, 1),
27, '20192', 'xm09_bauble_7', 3, 0, 1),
27, '20193', 'xm09_bauble_6', 3, 0, 1),
27, '20194', 'xm09_bauble_19', 3, 0, 1),
76, '20132', 'teddy_basic', 4, 0, 1),
76, '20133', 'teddy_pendergrass', 5, 0, 1),
76, '20142', 'teddy_bear', 3, 0, 1),
76, '20143', 'teddy_pink', 4, 0, 1),
142, '20079', 'nest_plow_reg', 3, 0, 1),
142, '20080', 'nest_snug_yel', 4, 0, 1),
142, '20085', 'nest_snug_grn', 4, 0, 1),
142, '20086', 'nest_snug_red', 4, 0, 1),
142, '20087', 'nest_snug_grn', 4, 0, 1),
142, '20088', 'nest_plow_bro', 3, 0, 1),
142, '20089', 'nest_plow_red', 3, 0, 1),
142, '20090', 'nest_snug_blu', 4, 0, 1),
142, '20092', 'nest_plow_blu', 3, 0, 1),
142, '20094', 'nest_dirt', 2, 0, 1),
142, '20095', 'nest_snug_prp', 3, 0, 1),

(2288,
(2289,
(2290,
(2291,
(2292,
(2293,
(2294,
(2295,
(2296,
(2297,
(2298,
(2299,
(2300,
(2301,
(2302,
(2303,
(2304,
(2305,
(2306,
(2307,
(2308,
(2310,
(2312,
(2313,
(2314,
(2317,
(2318,
(2319,
(2320,
(2321,
(2322,
(2323,
(2324,
(2325,
(2326,
(2327,
(2329,
(2330,
(2331,
(2332,
(2333,
(2334,
(2335,
(2336,
(2337,
(2338,
(2339,
(2340,
(2341,
(2342,
(2343,
(2346,
(2348,
(2349,
(2350,
(2351,
(2352,
(2353,
(2354,
(2355,

142, '20096', 'nest_nest', 3, 0, 1),


142, '20097', 'nest_nails', 2, 0, 1),
142, '20098', 'nest_basket', 2, 0, 1),
142, '20099', 'nest_ice', 2, 0, 1),
142, '20100', 'nest_plow_skl', 3, 0, 1),
142, '20101', 'nest_snug_bla', 4, 0, 1),
95, '20071', 'ads_gsArcade_2', 10, 0, 1),
95, '20073', 'ads_idol_l_carpet', 10, 0, 1),
134, '20068', 'ads_cllava2', 10, 0, 1),
95, '20072', 'ads_gsArcade_1', 10, 0, 1),
95, '20074', 'ads_mtvtrophy_silver', 10, 0, 1),
105, '20075', 'ads_spang_sleep', 10, 0, 1),
95, '20076', 'ads_mtvtrophy_gold', 10, 0, 1),
95, '20102', 'ads_cl_moodi', 10, 0, 1),
95, '20116', 'ads_chups', 10, 0, 1),
95, '20119', 'ads_droetker_paula', 10, 0, 1),
95, '20145', 'ads_percyrock', 10, 0, 1),
95, '20147', 'ads_idol_l_logo', 10, 0, 1),
95, '20197', 'ads_percyw', 10, 0, 1),
95, '20150', 'ads_mtv_tv', 10, 0, 1),
95, '20196', 'ads_tv_jaapuisto', 10, 0, 1),
134, '20159', 'byesw_loadscreen', 10, 0, 1),
95, '20149', 'ads_mtv_bigtv', 10, 0, 1),
95, '20148', 'ads_idol_l_tv', 10, 0, 1),
27, '20066', 'tree2', 2, 0, 1),
30, '20067', 'divider_poly3*7', 6, 0, 1),
37, '20077', 'ktchn_hlthNut', 5, 0, 1),
142, '20078', 'petfood8', 10, 0, 1),
142, '20081', 'petfood9', 10, 0, 1),
142, '20082', 'petfood10', 10, 0, 1),
142, '20083', 'petfood7', 10, 0, 1),
142, '20084', 'petfood6', 10, 0, 1),
142, '20091', 'petfood5', 10, 0, 1),
142, '20118', 'petfood12', 10, 0, 1),
142, '20120', 'petfood11', 10, 0, 1),
142, '20122', 'petfood13', 10, 0, 1),
94, '20146', 'md_can', 10, 0, 1),
66, '20152', 'hween09_curt', 4, 0, 1),
57, '20108', 'china_tiger', 4, 0, 1),
57, '20110', 'china_plmTree', 3, 0, 1),
134, '20114', 'china_tigrSeat', 3, 0, 1),
57, '20195', 'china_pstr3', 3, 0, 1),
129, '1502', 'bump_road', 0, 1250, 20),
62, '20207', 'rare_ironmaiden name', 5, 0, 1),
95, '20208', 'rare_trex name', 10, 0, 1),
143, '20209', 'beanstalk', 6, 0, 1),
95, '20210', 'rare_vdoll name', 3, 0, 1),
95, '20211', 'rare_mmmth name', 10, 0, 1),
136, '20212', 'crystal_patch', 3, 0, 1),
95, '20213', 'ads_boost_surfb name', 10, 0, 1),
95, '20214', 'ads_tlc_wheel name', 10, 0, 1),
16, '413', 'rare_dragonlamp*7', 3000, 500, 1),
134, '180', 'doorC', 10, 0, 10),
141, '20220', 'a0 pet5', 20, 0, 1),
143, '20221', 'garden_lupin4', 4, 0, 1),
143, '20222', 'garden_mursu3', 5, 0, 1),
143, '20223', 'garden_lupin5', 4, 0, 1),
143, '20224', 'garden_seed', 3, 0, 1),
143, '20225', 'garden_flytrap', 6, 0, 1),
143, '20226', 'garden_flo3', 2, 0, 1),

(2357,
(2358,
(2359,
(2360,
(2361,
(2362,
(2363,
(2364,
(2365,
(2366,
(2367,
(2368,
(2369,
(2370,
(2371,
(2372,
(2374,
(2375,
(2376,
(2377,
(2378,
(2379,
(2380,
(2381,
(2382,
(2383,
(2384,
(2385,
(2386,
(2387,
(2388,
(2389,
(2390,
(2391,
(2392,
(2393,
(2394,
(2395,
(2396,
(2397,
(2398,
(2399,
(2400,
(2401,
(2402,
(2403,
(2404,
(2405,
(2406,
(2407,
(2408,
(2409,
(2410,
(2411,
(2412,
(2413,
(2414,
(2415,
(2416,
(2417,

143, '20227', 'garden_volcano', 5, 0, 1),


143, '20228', 'garden_flolamp', 8, 0, 1),
143, '20229', 'garden_mursu2', 5, 0, 1),
143, '20230', 'garden_jyrki', 4, 0, 1),
143, '20231', 'garden_mursu4', 4, 0, 1),
143, '20232', 'garden_leaves', 3, 0, 1),
143, '20233', 'garden_lupin2', 4, 0, 1),
143, '20234', 'garden_lupin3', 4, 0, 1),
143, '20235', 'garden_mursu', 4, 0, 1),
143, '20238', 'garden_orchtree', 6, 0, 1),
143, '20237', 'garden_flo2', 2, 0, 1),
143, '20239', 'garden_lupin1', 4, 0, 1),
143, '20240', 'garden_staringbush', 5, 0, 1),
143, '20242', 'garden_flo1', 2, 0, 1),
143, '20243', 'garden_jungle', 5, 0, 1),
143, '20286', 'garden_wall', 4, 0, 1),
144, '20247', 'runway_display', 5, 0, 1),
144, '20248', 'runway_bigchr_5', 4, 0, 1),
144, '20249', 'runway_bigchr_4', 4, 0, 1),
144, '20253', 'runway_stool', 4, 0, 1),
144, '20254', 'runway_dvdr', 3, 0, 1),
144, '20255', 'runway_block_2', 5, 0, 1),
144, '20256', 'runway_bigchr_1', 5, 0, 1),
144, '20260', 'runway_block_1', 5, 0, 1),
144, '20261', 'runway_bench', 4, 0, 1),
144, '20262', 'runway_chair_2', 3, 0, 1),
144, '20265', 'runway_bigchr_3', 4, 0, 1),
144, '20268', 'runway_bigchr_2', 4, 0, 1),
144, '20270', 'runway_table_2', 4, 0, 1),
144, '20271', 'runway_table_1', 5, 0, 1),
144, '20272', 'runway_manqn_1', 4, 0, 1),
144, '20276', 'runway_head', 4, 0, 1),
144, '20277', 'runway_manqn_2', 4, 0, 1),
144, '20285', 'runway_chair_1', 3, 0, 1),
144, '20289', 'runway_shelf', 3, 0, 1),
144, '20292', 'runway_fabric', 3, 0, 1),
8, '20245', 'hc2_frplc', 5, 0, 1),
8, '20246', 'hc2_barchair', 3, 0, 1),
8, '20250', 'hc3_dc', 4, 0, 1),
8, '20252', 'hc2_sofatbl', 4, 0, 1),
8, '20257', 'hc2_biglamp', 3, 0, 1),
8, '20258', 'hc2_sofa', 4, 0, 1),
8, '20259', 'hc2_carpet', 5, 0, 1),
8, '20264', 'hc3_table', 3, 0, 1),
8, '20266', 'hc3_stool', 3, 0, 1),
8, '20267', 'hc3_sofa', 4, 0, 1),
8, '20269', 'hc2_armchair', 3, 0, 1),
8, '20273', 'hc2_dvn', 4, 0, 1),
8, '20274', 'hc3_light', 3, 0, 1),
8, '20275', 'hc3_shelf', 5, 0, 1),
8, '20278', 'hc2_divider', 3, 0, 1),
8, '20279', 'hc2_coffee', 5, 0, 1),
8, '20280', 'hc2_cart', 3, 0, 1),
8, '20281', 'hc3_bard', 10, 0, 1),
8, '20282', 'hc3_hugelamp', 5, 0, 1),
8, '20283', 'hc3_divider', 3, 0, 1),
8, '20284', 'hc2_vase', 4, 0, 1),
8, '20288', 'hc3_walldeco', 10, 0, 1),
134, '20295', 'camera', 10, 0, 1),
134, '20045', 'arabian_tile', 10, 0, 10),

(2418,
(2419,
(2420,
(2421,
(2422,
(2423,
(2424,
(2427,
(2428,
(2429,
(2430,
(2431,
(2432,
(2433,
(2434,
(2435,
(2436,
(2437,
(2438,
(2439,
(2440,
(2441,
(2442,
(2443,
(2444,
(2445,
(2446,
(2447,
(2448,
(2449,
(2450,
(2451,
(2452,
(2453,
(2454,
(2455,
(2456,
(2457,
(2458,
(2459,
(2460,
(2461,
(2462,
(2463,
(2464,
(2465,
(2466,
(2467,
(2468,
(2469,
(2470,
(2471,
(2472,
(2473,
(2474,
(2475,
(2476,
(2477,
(2478,
(2479,

95, '20241', 'ads_grefusa_yum', 10, 0, 1),


95, '20244', 'merger_chesT', 10, 0, 1),
95, '20263', 'ads_cheetos name', 10, 0, 1),
95, '20287', 'ads_tv_yle name', 10, 0, 1),
95, '20290', 'ads_nokia_x6', 10, 0, 1),
95, '20291', 'ads_target_wall', 10, 0, 1),
95, '20293', 'ads_latrobe_flag', 10, 0, 1),
69, '20297', 'party_djset', 3, 0, 1),
69, '20298', 'party_crate2_1', 5, 0, 1),
69, '20299', 'party_crate1_3', 5, 0, 1),
69, '20300', 'party_crate1_4', 5, 0, 1),
69, '20301', 'party_crate1_1', 5, 0, 1),
69, '20302', 'party_crate1_2', 5, 0, 1),
69, '20303', 'party_crate2_2', 5, 0, 1),
69, '20304', 'party_crate2_3', 5, 0, 1),
69, '20305', 'party_crate2_4', 5, 0, 1),
134, '20306', 'cmp_fish_s', 10, 0, 1),
134, '20307', 'cmp_fish_bk', 10, 0, 1),
134, '20308', 'cmp_fish_b', 10, 0, 1),
134, '20309', 'cmp_fish_gr', 10, 0, 1),
134, '20310', 'cmp_fish_g', 10, 0, 1),
134, '20311', 'cmp_fish_r', 10, 0, 1),
75, '20312', 'bw_boat', 5, 0, 1),
75, '20313', 'bw_lgchair', 5, 0, 1),
75, '20314', 'bw_water_1', 10, 0, 1),
75, '20315', 'bw_sofa', 3, 0, 1),
75, '20316', 'bw_fin', 3, 0, 1),
75, '20317', 'bw_ccnuts', 3, 0, 1),
75, '20318', 'bw_shower', 4, 0, 1),
75, '20319', 'bw_water_2', 10, 0, 1),
75, '20320', 'bw_croc', 4, 0, 1),
75, '20321', 'bw_sboard', 4, 0, 1),
75, '20322', 'bw_chair', 4, 0, 1),
75, '20323', 'bw_table', 4, 0, 1),
75, '20324', 'bw_bball', 4, 0, 1),
75, '20325', 'bw_mttrss', 4, 0, 1),
75, '20326', 'bw_van', 4, 0, 1),
29, '20327', 'bw_tele', 6, 0, 1),
75, '20328', 'bw_fnc_crnr', 4, 0, 1),
75, '20329', 'bw_fnc', 4, 0, 1),
75, '20330', 'bw_boat_p', 4, 0, 1),
75, '20331', 'bw_pool_a3', 4, 0, 1),
75, '20333', 'bw_mttrss_g', 4, 0, 1),
75, '20334', 'bw_mttrss_p', 4, 0, 1),
75, '20335', 'bw_pool_b1', 2, 0, 1),
75, '20336', 'bw_sofa_p', 4, 0, 1),
75, '20337', 'bw_sboard_g', 4, 0, 1),
75, '20338', 'bw_fnc_crnr_g', 4, 0, 1),
134, '20339', 'bw_pool_a2', 4, 0, 1),
134, '20340', 'bw_pool_b2', 4, 0, 1),
75, '20341', 'bw_table_g', 4, 0, 1),
75, '20342', 'bw_chair_p', 4, 0, 1),
75, '20343', 'bw_boat_g', 4, 0, 1),
75, '20345', 'bw_van_p', 4, 0, 1),
75, '20346', 'bw_sboard_p', 4, 0, 1),
75, '20347', 'bw_chair_g', 4, 0, 1),
75, '20348', 'bw_pool_b3', 4, 0, 1),
75, '20349', 'bw_van_g', 4, 0, 1),
75, '20350', 'bw_sofa_g', 4, 0, 1),
75, '20352', 'bw_pool_a1', 2, 0, 1),

(2480, 75, '20353', 'bw_table_p', 4, 0, 1),


(2481, 75, '20332', 'bw_fnc_g', 4, 0, 1),
(2482, 75, '20344', 'bw_fnc_p', 4, 0, 1),
(2483, 75, '20351', 'bw_fnc_crnr_p', 4, 0, 1),
(2484, 145, '20354', 'fball_bench', 6, 0, 1),
(2485, 145, '20355', 'fball_fnc3', 3, 0, 1),
(2486, 145, '20356', 'fball_score_b', 4, 0, 1),
(2487, 145, '20357', 'fball_ball3', 3, 0, 1),
(2488, 145, '20358', 'fball_ptch5', 6, 0, 1),
(2489, 145, '20359', 'fball_light', 4, 0, 1),
(2490, 145, '20360', 'fball_audbench', 4, 0, 1),
(2491, 145, '20361', 'fball_fnc1', 3, 0, 1),
(2492, 145, '20362', 'fball_ptch8', 6, 0, 1),
(2493, 145, '20363', 'fball_crnr', 3, 0, 1),
(2494, 145, '20364', 'fball_ptch4', 6, 0, 1),
(2495, 145, '20366', 'fball_score_y', 4, 0, 1),
(2496, 145, '20367', 'fball_cote', 3, 0, 1),
(2497, 145, '20368', 'fball_ball', 3, 0, 1),
(2498, 145, '20369', 'fball_ptch7', 6, 0, 1),
(2499, 145, '20370', 'fball_ball2', 3, 0, 1),
(2500, 145, '20371', 'fball_ptch2', 6, 0, 1),
(2501, 145, '20372', 'fball_score_g', 4, 0, 1),
(2502, 145, '20373', 'fball_ptch3', 6, 0, 1),
(2503, 145, '20374', 'fball_goal_r', 3, 0, 1),
(2504, 145, '20375', 'fball_goal_b', 3, 0, 1),
(2505, 134, '20376', 'fball_gate', 5, 0, 1),
(2506, 145, '20377', 'fball_ptch6', 6, 0, 1),
(2507, 145, '20378', 'fball_ball5', 3, 0, 1),
(2508, 145, '20379', 'fball_goal_g', 3, 0, 1),
(2509, 145, '20380', 'fball_ptch0', 6, 0, 1),
(2510, 145, '20381', 'fball_ball4', 3, 0, 1),
(2511, 145, '20382', 'fball_score_r', 4, 0, 1),
(2512, 145, '20383', 'fball_goal_y', 3, 0, 1),
(2513, 145, '20384', 'fball_ptch1', 6, 0, 1),
(2514, 145, '20385', 'fball_counter', 3, 0, 1),
(2515, 42, '20365', 'fball_trophy', 10, 0, 1),
(2516, 146, '20386', 'prison_gate', 4, 0, 1),
(2517, 146, '20387', 'prison_crnr', 4, 0, 1),
(2518, 146, '20388', 'prison_tower', 4, 0, 1),
(2519, 146, '20389', 'prison_dvdr2', 4, 0, 1),
(2520, 146, '20390', 'prison_dvdr1', 4, 0, 1),
(2521, 146, '20391', 'prison_stone', 4, 0, 1),
(2522, 125, '20392', 'avatar_effect27', 0, 100, 1),
(2523, 94, '273', 'djesko_turntable', 10, 0, 50),
(2524, 147, '20393', 'ads_capri_chair', 5, 0, 1),
(2525, 147, '20394', 'ads_capri_lava', 3, 0, 1),
(2526, 94, '20395', 'ads_capri_tree', 10, 0, 1),
(2527, 147, '20396', 'ads_capri_arcade', 4, 0, 1),
(2528, 147, '20397', 'ads_super_pop', 2, 0, 1),
(2529, 148, '20398', 'wed_arch', 5, 0, 1),
(2530, 148, '20399', 'wed_icesculp', 3, 0, 1),
(2531, 148, '20400', 'wed_carsofa', 3, 0, 1),
(2532, 148, '20401', 'wed_plant', 4, 0, 1),
(2533, 8, '20402', 'hc3_vase', 3, 0, 1),
(2534, 8, '20403', 'hc3_stereo', 5, 0, 1),
(2535, 94, '20404', 'ads_pepsi0', 10, 0, 1),
(2537, 95, '20405', 'ads_chocapic', 10, 0, 1);
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_
credits`, `cost_pixels`, `amount`) VALUES
(2538, 95, '20406', 'ads_cheetos_hotdog', 10, 0, 1),

(2539,
(2540,
(2541,
(2542,
(2543,
(2544,
(2545,
(2546,
(2547,
(2548,
(2549,
(2550,
(2551,
(2552,
(2554,
(2555,
(2558,
(2559,
(2560,
(2561,
(2563,
(2564,
(2565,
(2566,
(2567,
(2568,
(2569,
(2570,
(2571,
(2572,
(2573,
(2574,
(2575,
(2576,
(2577,
(2578,
(2579,
(2580,
(2581,
(2582,
(2583,
(2584,
(2585,
(2586,
(2587,
(2588,
(2589,
(2590,
(2591,
(2592,
(2593,
(2594,
(2595,
(2596,
(2597,
(2598,
(2599,
(2600,
(2601,
(2602,

95, '20407', 'ads_cheetos_bath', 10, 0, 1),


95, '20408', 'ads_oc_soda_cherry', 10, 0, 1),
95, '20409', 'ads_disney_tv', 10, 0, 1),
95, '20410', 'ads_tv_chocapic_02', 10, 0, 1),
95, '20411', 'ads_tv_chocapic_01', 10, 0, 1),
134, '20412', 'cmp_sub', 10, 0, 1),
134, '20413', 'cmp_nobox', 5, 0, 1),
134, '20414', 'cmp_nobox_3', 5, 0, 1),
134, '20415', 'cmp_nobox_2', 5, 0, 1),
37, '20416', 'ktchn10_pot', 2, 0, 1),
37, '20417', 'ktchn10_stove', 3, 0, 1),
37, '20418', 'ktchn10_block', 2, 0, 1),
37, '20419', 'ktchn10_tea', 2, 0, 1),
37, '20420', 'ktchn10_sink', 3, 0, 1),
37, '20421', 'ktchn10_cabnt', 1, 0, 1),
88, '20422', 'hosptl_curtain', 2, 0, 1),
88, '20423', 'hosptl_bed', 4, 0, 1),
88, '20424', 'hosptl_bbag', 3, 0, 1),
88, '20425', 'hosptl_skele', 5, 0, 1),
88, '20426', 'hosptl_defibs', 2, 0, 1),
88, '20427', 'hosptl_light', 10, 0, 1),
88, '20428', 'hosptl_seat', 3, 0, 1),
88, '20429', 'hosptl_xray', 4, 0, 1),
88, '20430', 'hosptl_cab2', 3, 0, 1),
88, '20431', 'hosptl_cab1', 2, 0, 1),
94, '20432', 'easel_0', 10, 0, 1),
94, '20433', 'easel_1', 10, 0, 1),
94, '20434', 'easel_3', 10, 0, 1),
94, '20435', 'easel_4', 10, 0, 1),
94, '20436', 'easel_2', 10, 0, 1),
149, '20437', 'african_fence', 2, 0, 1),
134, '20438', 'petfood15', 1, 0, 1),
149, '20439', 'african_tree1', 4, 0, 1),
149, '20440', 'nest_lion2', 3, 0, 1),
149, '20441', 'tiki_gate', 3, 0, 1),
149, '20442', 'nest_rhino', 2, 0, 1),
134, '20443', 'petfood14', 2, 0, 100),
149, '20444', 'nest_lion', 2, 0, 1),
149, '20445', 'african_patch', 4, 0, 1),
149, '20446', 'african_tree2', 4, 0, 1),
149, '20447', 'african_stage', 2, 0, 1),
149, '20448', 'african_bones', 1, 0, 1),
134, '20449', 'bw_jaws', 10, 0, 1),
134, '20450', 'ads_grefusa_surfb', 10, 0, 1),
39, '146', 'plant_yukka', 30, 0, 10),
39, '141', 'plant_pineapple', 30, 0, 10),
134, '112', 'bardesk_polyfon', 30, 0, 300),
35, '217', 'divider_arm1', 30, 0, 10),
35, '218', 'divider_arm2', 30, 0, 10),
58, '1449', 'lc_tile1', 30, 0, 10),
34, '1540', 'country_grass', 50, 0, 10),
34, '1777', 'country_forestwall', 40, 0, 10),
75, '20314', 'bw_water_1', 100, 0, 10),
75, '20319', 'bw_water_2', 100, 0, 10),
28, '1375', 'xmas08_icerug', 50, 0, 10),
28, '1739', 'xmas08_icewall', 30, 0, 10),
69, '1357', 'party_floor', 30, 0, 10),
66, '1024', 'habboween_grass', 50, 0, 10),
66, '19954', 'hween09_wall1', 30, 0, 10),
66, '19956', 'hween09_win', 40, 0, 10),

(2603,
(2604,
(2605,
(2606,
(2607,
(2608,
(2609,
(2610,
(2611,
(2612,
(2613,
(2614,
(2615,
(2616,
(2617,
(2618,
(2619,
(2620,
(2621,
(2622,
(2623,
(2624,
(2625,
(2626,
(2627,
(2628,
(2629,
(2630,
(2631,
(2632,
(2633,
(2634,
(2635,
(2636,
(2637,
(2638,
(2639,
(2640,
(2641,
(2642,
(2643,
(2644,
(2645,
(2646,
(2647,
(2648,
(2649,
(2650,
(2651,
(2652,
(2653,
(2656,
(2657,
(2658,
(2659,
(2660,
(2661,
(2662,
(2663,
(2664,

76, '20125', 'val09_floor', 30, 0, 10),


76, '20131', 'val09_floor2', 30, 0, 10),
76, '20201', 'val09_wall1', 40, 0, 10),
43, '211', 'edice', 30, 0, 5),
43, '246', 'edicehc', 25, 0, 5),
69, '20298', 'party_crate2_1', 50, 0, 10),
69, '20299', 'party_crate1_3', 50, 0, 10),
69, '20300', 'party_crate1_4', 50, 0, 10),
69, '20301', 'party_crate1_1', 50, 0, 10),
69, '20302', 'party_crate1_2', 50, 0, 10),
69, '20303', 'party_crate2_2', 50, 0, 10),
69, '20304', 'party_crate2_3', 50, 0, 10),
69, '20305', 'party_crate2_4', 50, 0, 10),
150, '20451', 'a0 pet3', 20, 0, 1),
151, '20452', 'a0 pet4', 20, 0, 1),
152, '20453', 'a0 pet1', 20, 0, 1),
153, '20454', 'a0 pet0', 20, 0, 1),
154, '20455', 'a0 pet2', 20, 0, 1),
155, '20456', 'a0 pet6', 20, 0, 1),
134, '20457', 'Battleball Effect 1', 0, 10, 1),
134, '20458', 'Battleball Effect 2', 0, 10, 1),
13, '1145', 'CFC_500_goldbar', 3000, 0, 6),
156, '202', 'throne', 50000, 1000, 1),
156, '339', 'scifiport*9', 5000, 1000, 1),
156, '340', 'scifiport*8', 5000, 1000, 1),
156, '353', 'scifirocket*4', 5000, 500, 1),
156, '349', 'scifirocket*8', 5000, 500, 1),
156, '364', 'scifidoor*4', 5000, 500, 1),
156, '370', 'pillow*0', 5000, 500, 1),
156, '371', 'pillow*1', 5000, 500, 1),
156, '372', 'pillow*2', 5000, 500, 1),
156, '373', 'pillow*7', 5000, 500, 1),
156, '374', 'pillow*9', 5000, 500, 1),
156, '376', 'pillow*6', 5000, 500, 1),
156, '377', 'pillow*3', 5000, 500, 1),
156, '378', 'marquee*1', 1000, 100, 1),
156, '380', 'marquee*7', 1000, 100, 1),
156, '382', 'marquee*8', 1000, 100, 1),
156, '384', 'marquee*5', 1000, 100, 1),
156, '388', 'wooden_screen*1', 1000, 100, 1),
156, '391', 'wooden_screen*0', 1000, 100, 1),
156, '393', 'wooden_screen*5', 1000, 10, 1),
156, '395', 'wooden_screen*4', 1000, 100, 1),
156, '397', 'wooden_screen*3', 1000, 100, 1),
156, '399', 'pillar*9', 1000, 100, 1),
156, '406', 'pillar*3', 1000, 100, 1),
156, '404', 'pillar*4', 1000, 100, 1),
156, '401', 'pillar*8', 1000, 100, 1),
156, '409', 'rare_dragonlamp*5', 10000, 1000, 1),
156, '247', 'rare_daffodil_rug', 500, 100, 1),
156, '247', 'rare_daffodil_rug', 5000, 1000, 10),
58, '1457', 'lc_table', 40, 0, 10),
58, '1473', 'lc_desk', 30, 0, 10),
58, '1470', 'lc_corner', 30, 0, 10),
157, '20459', 'bb_dragon', 6, 0, 1),
159, '20460', 'bb_knj2', 3, 0, 1),
157, '20461', 'bb_crnr', 10, 0, 10),
157, '20462', 'bb_score_b', 10, 0, 1),
157, '20463', 'bb_robo', 10, 0, 1),
159, '20464', 'bb_ducklight', 6, 0, 1),

(2665, 159, '20465', 'bb_caterhead', 6, 0, 1),


(2666, 157, '20466', 'bb_cargobox', 10, 0, 1),
(2667, 157, '20467', 'bb_gate_g', 10, 0, 1),
(2668, 159, '20468', 'bb_crchair3', 10, 0, 1),
(2669, 157, '20469', 'bb_score_g', 10, 0, 1),
(2670, 159, '20470', 'bb_crchair', 10, 0, 1),
(2671, 159, '20471', 'bb_crchair2', 10, 0, 1),
(2672, 157, '20472', 'bb_score_y', 10, 0, 1),
(2673, 159, '20473', 'bb_knj1', 10, 0, 1),
(2674, 157, '20474', 'bb_gate_r', 10, 0, 1),
(2675, 159, '20475', 'bb_tddhnd', 10, 0, 1),
(2676, 159, '20476', 'bb_lightdiv', 10, 0, 1),
(2677, 159, '20477', 'bb_tddhead', 6, 0, 1),
(2678, 157, '20478', 'bb_pyramid', 10, 0, 1),
(2679, 157, '20479', 'bb_patch1', 10, 0, 100),
(2680, 157, '20480', 'bb_fnc3', 10, 0, 100),
(2681, 157, '20481', 'bb_gate_y', 10, 0, 1),
(2682, 157, '20482', 'hween10_zombie', 10, 0, 1),
(2683, 157, '20483', 'bb_apparatus', 10, 0, 1),
(2684, 159, '20484', 'bb_caterbody', 6, 0, 1),
(2685, 157, '20485', 'bb_fnc1', 10, 0, 10),
(2686, 157, '20486', 'bb_puck', 10, 0, 1),
(2687, 157, '20487', 'bb_rnd_tele', 10, 0, 1),
(2688, 157, '20488', 'bb_gate_b', 10, 0, 1),
(2689, 157, '20489', 'bb_score_r', 10, 0, 1),
(2690, 157, '20490', 'hween10_fogwall', 10, 0, 10),
(2691, 159, '20491', 'bb_painimies1', 10, 0, 1),
(2692, 159, '20492', 'bb_painimies2', 10, 0, 1),
(2693, 65, '890', 'rope_divider', 50, 0, 10),
(2699, 157, '20493', 'bb_counter', 10, 0, 1),
(2700, 157, '20494', 'ads_mtv_bigtv2', 10, 0, 1),
(2701, 157, '20495', 'ads_mtv_tv2', 10, 0, 1),
(2702, 156, '20496', 'avatar_effect31', 10, 0, 1),
(2703, 75, '20335', 'bw_pool_b1', 20, 0, 10),
(2704, 75, '20352', 'bw_pool_a1', 20, 0, 10),
(2705, 34, '1544', 'country_fnc2', 30, 0, 10),
(2706, 34, '1558', 'country_fnc3', 30, 0, 10),
(2708, 126, '1690', 'tiki_wallplnt', 40, 0, 10),
(2709, 160, '20497', 'fireworks_01', 0, 139, 1),
(2710, 160, '20498', 'fireworks_02', 0, 139, 1),
(2711, 160, '20499', 'fireworks_03', 0, 139, 1),
(2712, 160, '20500', 'fireworks_05', 0, 139, 1),
(13000, 301, '29281', 'bb_lightstrip', 3, 0, 1),
(13003, 301, '29281', 'wf_cnd_time_more_than', 3, 0, 1),
(13004, 301, '29281', 'wf_colortile', 3, 0, 1),
(13005, 301, '29281', 'wf_floor_switch2', 3, 0, 1),
(13006, 301, '29281', 'wf_trg_state_changed', 3, 0, 1),
(13007, 301, '29281', 'wf_xtra_random', 3, 0, 1),
(13008, 301, '29281', 'wf_xtra_unseen', 3, 0, 1),
(13009, 301, '29281', 'wf_trg_periodically', 3, 0, 1),
(13010, 301, '29281', 'wf_pyramid', 3, 0, 1),
(13011, 301, '29281', 'wf_trg_score_achieved', 3, 0, 1),
(13012, 301, '29281', 'wf_act_teleport_to', 3, 0, 1),
(13013, 301, '29281', 'wf_trg_says_something', 3, 0, 1),
(13014, 301, '29281', 'wf_colorwheel', 3, 0, 1),
(13015, 301, '29281', 'wf_wire4', 3, 0, 1),
(13016, 301, '29281', 'wf_trg_walks_off_furni', 3, 0, 1),
(13017, 301, '29281', 'wf_trg_at_given_time', 3, 0, 1),
(13018, 301, '29281', 'wf_trg_game_ends', 3, 0, 1),
(13019, 301, '29281', 'wf_act_show_message', 3, 0, 1),

(13020,
(13021,
(13022,
(13023,
(13024,
(13025,
(13026,
(13027,
(13028,
(13029,
(13030,
(13031,
(13032,
(13033,
(13034,
(13035,
(13036,
(13037,
(13038,
(90077,
(90078,
(90079,
(90080,
(90081,
(90082,
(90083,
(90084,
(90085,
(90086,
(90087,
(90088,
(90089,
(90090,
(90091,
(89984,
(89985,
(89986,
(89987,
(89988,
(89989,
(89990,
(89991,
(89992,
(89993,
(89994,
(89995,
(89996,
(89997,
(89945,
(89946,
(89947,
(89948,
(89949,
(89950,
(89951,
(89952,
(89953,
(89954,
(89955,
(89956,

301,
301,
301,
301,
301,
301,
301,
301,
301,
301,
301,
301,
301,
301,
301,
301,
301,
301,
301,
513,
513,
513,
513,
513,
513,
513,
513,
513,
513,
513,
513,
513,
513,
513,
175,
175,
175,
175,
175,
175,
175,
175,
175,
175,
175,
175,
175,
175,
174,
174,
174,
174,
174,
174,
174,
174,
174,
174,
174,
174,

'29281',
'29281',
'29281',
'29281',
'29281',
'29281',
'29281',
'29281',
'29281',
'29281',
'29281',
'29281',
'29281',
'29281',
'29281',
'29281',
'29281',
'29281',
'29281',
'90077',
'90078',
'90079',
'90080',
'90081',
'90082',
'90083',
'90084',
'90085',
'90086',
'90087',
'90088',
'90089',
'90090',
'90091',
'89984',
'89985',
'89986',
'89987',
'89988',
'89989',
'89990',
'89991',
'89992',
'89993',
'89994',
'89995',
'89996',
'89997',
'89945',
'89946',
'89947',
'89948',
'89949',
'89950',
'89951',
'89952',
'89953',
'89954',
'89955',
'89956',

'wf_cnd_time_less_than', 3, 0, 1),
'wf_trg_enter_room', 3, 0, 1),
'wf_act_toggle_state', 3, 0, 1),
'wf_firegate', 3, 0, 1),
'wf_ringplate', 3, 0, 1),
'wf_pressureplate', 3, 0, 1),
'wf_glowball', 3, 0, 1),
'wf_act_reset_timers', 3, 0, 1),
'wf_cnd_furnis_hv_avtrs', 3, 0, 1),
'wf_arrowplate', 3, 0, 1),
'wf_cnd_trggrer_on_frn', 3, 0, 1),
'wf_cnd_match_snapshot', 3, 0, 1),
'wf_wire1', 3, 0, 1),
'wf_act_give_score', 3, 0, 1),
'wf_wire3', 3, 0, 1),
'wf_glassdoor', 3, 0, 1),
'wf_act_match_to_sshot', 3, 0, 1),
'wf_floor_switch1', 3, 0, 1),
'wf_trg_game_starts', 3, 0, 1),
'picnic_blanket_yel', 3, 0, 1),
'picnic_pillow_yel', 3, 0, 1),
'picnic_food1', 3, 0, 1),
'note_tag', 3, 0, 1),
'picnic_wfall', 3, 0, 1),
'picnic_blanket_blu', 3, 0, 1),
'picnic_food3', 3, 0, 1),
'picnic_blanket', 3, 0, 1),
'picnic_pillow_blu', 3, 0, 1),
'picnic_food2', 3, 0, 1),
'picnic_tele', 3, 0, 1),
'picnic_basket', 3, 0, 1),
'picnic_pillow', 3, 0, 1),
'picnic_chair', 3, 0, 1),
'picnic_3brds', 3, 0, 1),
'newbie_present', 3, 0, 1),
'tv_flat', 3, 0, 1),
'waasa_table2', 3, 0, 1),
'computer_flatscreen', 3, 0, 1),
'waasa_chair', 3, 0, 1),
'waasa_ship2', 3, 0, 1),
'waasa_ship1', 3, 0, 1),
'waasa_bunk_bed', 3, 0, 1),
'computer_laptop', 3, 0, 1),
'computer_old', 3, 0, 1),
'waasa_table1', 3, 0, 1),
'waasa_desk', 3, 0, 1),
'waasa_wall_shelf2', 3, 0, 1),
'waasa_wall_shelf1', 3, 0, 1),
'cubie_rug_b', 3, 0, 1),
'cubie_lamp_p', 3, 0, 1),
'cubie_shelf_3_p', 3, 0, 1),
'cubie_shelf_4_b', 3, 0, 1),
'cubie_shelf_1_b', 3, 0, 1),
'cubie_shelf_1_p', 3, 0, 1),
'cubie_chair_p', 3, 0, 1),
'cubie_shelf_4_p', 3, 0, 1),
'cubie_bigtable_p', 3, 0, 1),
'cubie_shelf_0_p', 3, 0, 1),
'cubie_beanbag_b', 3, 0, 1),
'cubie_chair_b', 3, 0, 1),

(89957, 174, '89957', 'cubie_bed_b', 3, 0, 1),


(89958, 174, '89958', 'cubie_bigtable_b', 3, 0, 1),
(89959, 174, '89959', 'cubie_stool_b', 3, 0, 1),
(89960, 174, '89960', 'cubie_beanbag_p', 3, 0, 1),
(89961, 174, '89961', 'cubie_shelf_0_b', 3, 0, 1),
(89962, 174, '89962', 'cubie_shelf_2_p', 3, 0, 1),
(89963, 174, '89963', 'cubie_rug_p', 3, 0, 1),
(89964, 174, '89964', 'cubie_sofaseat_b', 3, 0, 1),
(89965, 174, '89965', 'cubie_table', 3, 0, 1),
(89966, 174, '89966', 'cubie_sofaseat_p', 3, 0, 1),
(89967, 174, '89967', 'cubie_bed_p', 3, 0, 1),
(89968, 174, '89968', 'cubie_shelf_3_b', 3, 0, 1),
(89969, 174, '89969', 'cubie_shelf_2_b', 3, 0, 1),
(89970, 174, '89970', 'cubie_lamp_b', 3, 0, 1),
(89971, 174, '89971', 'cubie_stool_p', 3, 0, 1),
(89972, 174, '89972', 'cubie_wallshelf_b', 3, 0, 1),
(89973, 174, '89973', 'cubie_decklight_p', 3, 0, 1),
(89974, 174, '89974', 'cubie_wallshelf_p', 3, 0, 1),
(89975, 174, '89975', 'cubie_decal_0', 3, 0, 1),
(89976, 174, '89976', 'cubie_decal_3', 3, 0, 1),
(89977, 174, '89977', 'cubie_decal_1_p', 3, 0, 1),
(89978, 174, '89978', 'cubie_decklight_b', 3, 0, 1),
(89979, 174, '89979', 'cubie_decal_1_b', 3, 0, 1),
(89980, 174, '89980', 'cubie_decal_2_b', 3, 0, 1),
(89981, 174, '89981', 'cubie_decal_3_p', 3, 0, 1),
(89982, 174, '89982', 'cubie_decal_2_p', 3, 0, 1),
(89983, 174, '89983', 'cubie_decal_3_b', 3, 0, 1),
(90092, 126557, '292309', 'a0 pet10', 25, 0, 1),
(90093, 126558, '292310', 'a0 pet11', 25, 0, 1),
(90094, 126559, '292311', 'a0 pet8', 25, 0, 1),
(90095, 126560, '292312', 'a0 pet7', 25, 0, 1),
(90096, 160, '292313', 'wf_act_show_message', 20, 0, 1),
(9465, 720, '9465', 'a0 pet12', 30, 0, 1),
(6000, 169, '20600', 'a0 pet8', 20, 0, 1),
(6001, 170, '20601', 'a0 pet11', 20, 0, 1),
(6002, 171, '20602', 'a0 pet10', 20, 0, 1),
(91031, 389, '91031', 'prizetrophy_skate*1', 5, 0, 1),
(91032, 389, '91032', 'prizetrophy_skate*2', 5, 0, 1),
(91033, 389, '91033', 'prizetrophy_skate*3', 5, 0, 1),
(91034, 389, '91034', 'sb_block', 3, 0, 1),
(91035, 389, '91035', 'sb_rail', 3, 0, 1),
(91036, 389, '91036', 'sb_ramp', 3, 0, 1),
(5708, 404, '97583', 'SkateBoard HC&VIP', 0, 100, 1),
(91021, 186, '91022', 'ads_bigtv_missmix', 3, 0, 1),
(91022, 186, '91021', 'ads_cchups_screen', 3, 0, 1),
(48410548, 398, '9037534', 'ads_cchups_screen', 0, 5, 1),
(48410549, 398, '9037535', 'sb_tag1', 0, 5, 1),
(48410550, 398, '9037537', 'sb_tag2', 0, 5, 1),
(48410551, 398, '9037538', 'sb_tag3', 0, 5, 1),
(48410552, 398, '9037536', 'sb_wall', 0, 5, 1),
(48410553, 398, '9037540', 'sb_tile', 0, 5, 1),
(48410554, 398, '9037539', 'sb_cans', 0, 5, 1),
(10278, 496, '10278', 'hosptl_bbag name', 10, 0, 1),
(10279, 496, '10279', 'hosptl_bed', 10, 0, 1),
(10280, 496, '10280', 'hosptl_cab1', 5, 0, 1),
(10281, 496, '10281', 'hosptl_cab2', 3, 0, 1),
(10282, 496, '10282', 'hosptl_curtain', 3, 0, 1),
(10283, 496, '10283', 'hosptl_defibs', 5, 0, 1),
(10284, 496, '10284', 'hosptl_light', 15, 0, 1),
(10285, 496, '10285', 'hosptl_seat', 5, 0, 1),

(10286, 496, '10286', 'hosptl_skele', 1, 0, 1),


(10287, 496, '10287', 'hosptl_xray', 10, 0, 1),
(356828334, 125, '356828334', 'avatar_effect53',
(356828327, 125, '356828327', 'avatar_effect54',
(356828328, 125, '356828328', 'avatar_effect61',
(356828329, 125, '356828329', 'avatar_effect62',
(356828330, 125, '356828330', 'avatar_effect63',
(356828331, 125, '356828331', 'avatar_effect65',
(356828332, 125, '356828332', 'avatar_effect66',
(356828333, 125, '356828333', 'avatar_effect67',

0,
0,
0,
0,
0,
0,
0,
0,

100,
100,
100,
100,
100,
100,
100,
100,

1),
1),
1),
1),
1),
1),
1),
1);

-- ---------------------------------------------------------- Estructura de tabla para la tabla `catalog_marketplace_offers`


-CREATE TABLE IF NOT EXISTS `catalog_marketplace_offers` (
`offer_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`item_id` int(10) unsigned NOT NULL,
`user_id` int(10) unsigned NOT NULL,
`asking_price` int(11) NOT NULL,
`total_price` int(11) NOT NULL DEFAULT '0',
`public_name` text NOT NULL,
`sprite_id` int(11) NOT NULL,
`item_type` enum('1','2') NOT NULL DEFAULT '1',
`timestamp` double NOT NULL,
`state` enum('1','2') NOT NULL DEFAULT '1',
`extra_data` text NOT NULL,
PRIMARY KEY (`offer_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--- Volcar la base de datos para la tabla `catalog_marketplace_offers`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `catalog_pages`
-CREATE TABLE IF NOT EXISTS `catalog_pages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL DEFAULT '-1',
`caption` varchar(100) NOT NULL,
`icon_color` int(11) NOT NULL DEFAULT '1',
`icon_image` int(11) NOT NULL DEFAULT '1',
`visible` enum('0','1') NOT NULL DEFAULT '1',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`min_rank` int(10) unsigned NOT NULL DEFAULT '1',
`club_only` enum('0','1') NOT NULL DEFAULT '0',
`vip_only` enum('0','1') NOT NULL DEFAULT '0',
`coming_soon` enum('0','1') NOT NULL DEFAULT '0',
`order_num` int(11) NOT NULL,
`page_layout` enum('default_3x3','frontpage','spaces','recycler','recycler_inf
o','recycler_prizes','trophies','plasto','marketplace','marketplace_own_items','
pets','pets2','club_buy','club_gifts') NOT NULL DEFAULT 'default_3x3',
`page_headline` text NOT NULL,

`page_teaser` text NOT NULL,


`page_special` text NOT NULL,
`page_text1` text NOT NULL,
`page_text2` text NOT NULL,
`page_text_details` text NOT NULL,
`page_text_teaser` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=126561 ;
--- Volcar la base de datos para la tabla `catalog_pages`
-INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_i
mage`, `visible`, `enabled`, `min_rank`, `club_only`, `vip_only`, `coming_soon`,
`order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `pa
ge_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES
(1, -1, 'Inicio', 1, 1, '1', '1', 1, '0', '0', '0', 1, 'frontpage', 'catalog_fro
ntpage_headline2_en', 'ts_mgm', '', 'Welcome to the Catalog!You can find a whole
range of furniture here.', 'How do I get Credits?Hotel credits are completely fre
e! Your credits will be refilled and topped up to a total of 3000 credits every
3 hours, if you fall below this amount. This ensures credits are distributed fai
rly. You do not need to be logged in for your credits to be refilled.rnrnCheck o
ut the credits page on the website for more information.', 'Redeem a voucher cod
e here:', ''),
(3, -1, 'Furni Shop', 3, 2, '1', '0', 1, '0', '0', '0', 2, 'default_3x3', 'catal
og_frontpage_headline2_en', '', '', '', '', '', ''),
(4, -1, 'Pixel Shop', 5, 5, '1', '0', 1, '0', '0', '0', 3, 'default_3x3', 'catal
og_frontpage_headline2_en', '', '', '', '', '', ''),
(5, -1, 'NeoX Club / VIP', 1, 75, '1', '1', 1, '0', '0', '0', 6, 'club_buy', 'hc
2_clubtitle', '', '', '', '', '', ''),
(6, -1, 'Trax Shop', 4, 4, '1', '0', 1, '0', '0', '0', 5, 'default_3x3', 'catalo
g_frontpage_headline2_en', '', '', '', '', '', ''),
(513, 3, 'Picnic', 1, 1, '1', '1', 1, '0', '0', '0', 1, 'default_3x3', '', '', '
', '', '', '', ''),
(175, 3, 'Waasa + Otros', 1, 102, '1', '1', 1, '0', '0', '0', 5, 'default_3x3',
'', '', '', '', 'Klik hier >>', '', ''),
(174, 3, 'Cubie', 1, 100, '1', '1', 1, '0', '0', '0', 5, 'default_3x3', '', '',
'', '', '', '', ''),
(7, 5, 'Regalos de NeoX Club', 1, 75, '1', '1', 1, '1', '0', '0', 2, 'club_gifts
', 'hc2_clubtitle', '', '', 'Check de HC en VIP Cadeaus. Als je in HC zit, kies
je uit een selectie HC cadeaus. Als je in VIP zit, kies je uit je cadeau uit de
limited VIP collectie.', '', '', ''),
(9, -1, 'Ecotron', 3, 7, '1', '0', 1, '0', '0', '0', 8, 'default_3x3', 'catalog_
frontpage_headline2_en', '', '', '', '', '', ''),
(10, 9, 'Ecotron', 1, 7, '1', '1', 1, '0', '0', '0', 1, 'recycler', 'catalog_rec
ycler_headline3', 'ctlg_ecotron_image', '', 'Become an Eco-warrior', 'Recycle yo
ur worthless stuff and be rewarded with a random prize. Check out the prizes and
the instructions for recycling.', 'Drag 5 items to the boxes below and click re
cycle!', ''),
(11, 9, 'Rewards', 1, 26, '1', '1', 1, '0', '0', '0', 2, 'recycler_prizes', 'cat
alog_recycler_headline3', '', '', 'What are the prizes? Ecotron box may contain
one of these:', '', '', ''),
(12, 9, 'Instrucciones', 1, 42, '1', '1', 1, '0', '0', '0', 3, 'recycler_info',
'catalog_recycler_headline3', 'ctlg_ecotron_box', '', 'The Ecotron is a furni re
cycler. Get rid of old furni... what will you get in return? It''s a surprise! B
ecome a Habbo eco-warrior. No refunds!', 'How to use the Ecotron?', '1. Just dra
g 5 items from your hand to the Ecotron. One item / square. Recyclable items are
marked in your inventory with an image. When you have 5 items in the boxes, cli
ck the "Recycle" button. You can now find the Ecotron prize box from your hand.\

r\n\r\n2. Click the box to see its tag. Open the box, or trade it unopened. The
timer shows you how long you have to wait before you can recycle more items. Che
ck the prizes before you recycle- don''t be surprised by the surprise!', ''),
(13, -1, 'Cambio', 11, 6, '1', '1', 1, '0', '0', '0', 7, 'default_3x3', 'catalog
_bank_headline1', 'catalog_bank_teaser', 'catalog_special_txtbg1', 'You can exch
ange your credits here for Exchange furniture, which you can use in a trade or s
imply exchange for actual credits.', '', 'Click on an item to see more details.'
, 'Gold! Glorious Gold!'),
(14, -1, 'Tienda de Mascotas', 2, 8, '1', '0', 1, '0', '0', '0', 9, 'default_3x3
', 'catalog_frontpage_headline2_en', '', '', '', '', '', ''),
(15, 3, 'Spaces', 1, 55, '1', '1', 1, '0', '0', '0', 2, 'spaces', 'catalog_space
s_headline1', '', '', 'Floors, wallpapers and landscapes - get a groovy combinat
ion for your room! Use our sample room below to try before you buy! Select your
favourite designs and colours and simply click Buy!', '', '', ''),
(16, -1, 'Edicin limitada', 1, 26, '0', '0', 1, '0', '0', '0', 1, 'default_3x3',
'catalog_limited_headline1', 'habbo_globe', '', 'You can buy the exclusive limit
ed edition right here!', '', 'Click on an item for more information.', ''),
(24, 3, 'Ventanas', 0, 63, '1', '1', 1, '0', '0', '0', 3, 'default_3x3', 'ctlg_w
indows_headline1_en', 'ctlg_windows_teaser1_en', 'catalog_special_txtbg2', 'Let
some light in! Our windows come in many unique styles to give an exciting look t
o your room. Buy landscapes to go with your windows from the ''Spaces'' page!',
'', 'Click on an item for more information.', 'Ooh, new view!'),
(26, 3, 'Mood Lights', 0, 40, '1', '1', 1, '0', '0', '0', 4, 'default_3x3', 'cat
alog_dimmers_header_en', 'dimmers_teaser', '', 'Check out the Mood Lights. Use t
hese items to dim the light in your rooms. Try out different light settings with
different wallpapers to see what you get. Talk about lighting with style!', '',
'Click on an item for more information.', ''),
(27, 3, 'Navidad', 1, 64, '1', '1', 1, '0', '0', '0', 47, 'default_3x3', 'catalo
g_xmas_headline1', 'xmas2009_catalogue', 'catalog_special_txtbg2', 'Get yourself
into the Christmas spirit with our selection of festive furni! From baubles to
Reindeer poo, we''ve got it all!', '', 'Click on an item for more information.',
'''tis the season!'),
(28, 3, 'Artic', 0, 13, '1', '1', 1, '0', '0', '0', 35, 'default_3x3', 'catalog_
arc_header1_en', 'catalog_arc_teaser1_en', '', 'Stay cool (or warm with out camp
fire!) with and create your own Winter Wonderland or Humble Homeland for your Pe
nguins.', '', 'Click on an item for more information.', ''),
(29, 3, 'Teleportadores', 0, 58, '1', '1', 1, '0', '0', '0', 12, 'default_3x3',
'catalog_doors_headline1', 'catalog_door_a', 'catalog_special_txtbg1', 'Take you
r room to a whole new level with our range of space age teleporters! Just buy a
pair, put one in each room and voila! You''ll have two linked rooms!', '', 'Clic
k on an item for more information.', 'Take your room to the next level!'),
(30, 3, 'Mode', 0, 39, '1', '1', 1, '0', '0', '0', 5, 'default_3x3', 'catalog_mo
de_headline1', 'catalog_mode_teaser1', 'catalog_special_txtbg2', 'Steely, grey i
ndustrial standard metal with a sleek design. The perfect range for a streetwise
city dweller.', '', 'Click on an item for more information.', 'So shiny and new
..'),
(31, 3, 'Candy', 0, 19, '1', '1', 1, '0', '0', '0', 6, 'default_3x3', 'catalog_c
andy_headline1', 'catalog_candy_teaser1', 'catalog_special_txtbg2', 'A bit more
feminine than ''Mode'', this will add a bit of glamour and glitz to your rooms.
Lacking a few items? Head on over to the ''Mode'' catagory!', '', 'Click on an i
tem for more information.', 'lol I killed a pink bear for this rug!'),
(32, 3, 'Pura', 0, 48, '1', '1', 1, '0', '0', '0', 9, 'default_3x3', 'catalog_pu
ra_headline1', 'catalog_pura_teaser1', 'catalog_special_txtbg2', 'The clenest, f
reshest range. You can almost hear it breath cool and tranquility within your ro
om. Use it to create a haven away from the hetic lifestyle of UberHotel.', '', '
Click on an item for more information.', 'So many colors!'),
(33, 3, 'Area', 0, 14, '1', '1', 1, '0', '0', '0', 8, 'default_3x3', 'catalog_ar
ea_headline1', 'catalog_area_teaser1', 'catalog_special_txtbg2', 'A chunky and s
ofisticated line for the down-to-earth, studious Uber. It''s simplicty is beautf
ul and will add a welcoming charm to every room.', '', 'Click on an item for mor

e information.', 'Beautiful in it''s simplicity! '),


(34, 3, 'Campo', 0, 21, '1', '1', 1, '0', '0', '0', 31, 'default_3x3', 'country_
header1_en_001', 'country_teaser1', 'catalog_special_txtbg2', 'Lets leave the bu
sy city streets and head over to the wide abyss of golden whear, emerald fields
and home grown, organic vegetables. Everything you need to create a farm!', '',
'Click on an item for more information.', 'Who''d be a crow, eh?'),
(35, 3, 'Rustico', 0, 37, '1', '1', 1, '0', '0', '0', 7, 'default_3x3', 'catalog
_lodge_headline1', 'catalog_lodge_teaser1', 'catalog_special_txtbg2', 'For that
splendid ski-lodge effect with an open fire and whisky on the sidebar. This rang
e is for those who appreicate the true beauty of solid wood.', '', 'Click on an
item for more information.', 'I liek wood!'),
(36, 3, 'Pastico', 0, 46, '1', '1', 1, '0', '0', '0', 11, 'plasto', 'catalog_pla
sto_headline1', '', '', 'Throw on an afro and grab a disco ball! Feel that retro
, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour
to suit your mood and off you go!', '', 'Click on an item for more information.'
, ''),
(37, 3, 'Cocina', 0, 43, '1', '1', 1, '0', '0', '0', 29, 'default_3x3', 'kitchen
_header_en', 'kitchen_teaser_en', 'catalog_special_txtbg2', 'Hygiene, hygiene, h
ygiene! With this new range you can keep your meat chilled and vegetables stored
correctly! Just watch out for that dreaded Health Inspector...', '', 'Click on
an item for more information.', 'Choccy mouse you say?'),
(38, 3, 'Bao', 0, 17, '1', '1', 1, '0', '0', '0', 14, 'default_3x3', 'catalog_bat
h_headline1', 'catalog_bath_teaser1', 'catalog_special_txtbg2', 'Lets face it..
you can''t live without your bathroom. Give yours guests somewhere to freshen up
with our cheeful bathroom collection!', '', 'Click on an item for more informat
ion.', 'Every person needs one!'),
(39, 3, 'Plantas', 0, 45, '1', '1', 1, '0', '0', '0', 15, 'default_3x3', 'catalo
g_plants_headline1', 'catalog_plants_teaser1', 'catalog_special_txtbg2', 'Every
room needs some greenery, dear! Not only do they enhance the air quality, they c
heer up a room to make it simply splendid! And what better gift for a friend tha
n an elegant rose..', '', 'Click on an item for more information.', 'I''m a tree
!'),
(40, 3, 'Alfombras', 0, 52, '1', '1', 1, '0', '0', '0', 16, 'default_3x3', 'cata
log_rugs_headline1', 'catalog_posters_teaser1', 'catalog_special_txtbg2', 'Rugs
for all occasions, white for weddings, black for funerals and everything in betw
een! All rugs and non-slip and machine washable. Take your pick!', '', 'Click on
an item for more information.', 'This''ll be perfect in my room!'),
(41, 3, 'Galera', 0, 47, '1', '1', 1, '0', '0', '0', 17, 'default_3x3', 'catalog_
gallery_headline1', 'catalog_posters_teaser1', 'catalog_special_txtbg2', 'Adorn
your walls with posters, art, plaques and wall hangings. This gallery is burstin
g with items to suit all tastes, traditional and modern!', '', 'Click on an item
for more information.', 'Brighten up your walls!'),
(42, 3, 'Trofeos', 0, 60, '1', '1', 1, '0', '0', '0', 20, 'trophies', 'catalog_t
rophies_headline1', '', '', 'Everyone a winner with Uber trophies! Now you can r
eward all your friends with our pre-polished array of trohpies. In bronze, silve
r and gold. \r\nFirst choose your trophy model, then the metal and carefully typ
e your inscription. Don''t worry, we''ll engrave it all with your name and the d
ate.', '', 'Click on an item for more information.', ''),
(43, 3, 'Accesorios', 0, 11, '1', '1', 1, '0', '0', '0', 19, 'default_3x3', 'cat
alog_extra_headline1', 'catalog_extra_teaser1', 'catalog_special_txtbg2', 'Howev
er you like to place your essentials, its the finishing touches that really make
a room and express your true personality. Don''t forget, like anything else, yo
u can move them all about to suit your mood!', '', 'Click on an item for more in
formation.', 'I love my rabbit...'),
(45, 4, 'Rentals', 0, 44, '0', '1', 1, '0', '0', '1', 23, 'default_3x3', 'catalo
g_pixelrent_headline1_en', 'catalog_pxl_teaser3_en', '', 'Hire some cool effects
to add an explosive touch to your room. From bubbles to firestarters, you can e
nhance your room dramatically!', '', 'Click on an item for more information.', '
'),
(58, 3, 'Lost City', 0, 18, '1', '1', 1, '0', '0', '0', 26, 'default_3x3', 'cata

log_lc_headline2_en', '', '', 'Under the seaaaaaaaaa, oh, Under the seaaaaaa! Wh
at will your underwater world look like? We have it all here, crabs, HIV and gen
ital warts!', '', 'Click on an item for more information.', ''),
(59, 3, 'Pascua', 0, 25, '1', '1', 1, '0', '0', '0', 48, 'default_3x3', 'catalog
_easter_headline1', '', '', 'Little birdies hatching from their eggs, pretty, da
inty flowers blooming and cute rabbits bouncy in Spring meadows.. FUCK IT ALL! L
ETS BUY FURNI!', '', 'Click on an item for more information.', ''),
(60, 3, 'Ejecutivo', 0, 27, '1', '1', 1, '0', '0', '0', 38, 'default_3x3', 'cata
log_exe_headline1_en', '', '', 'For the ultimate business man, the Executive ran
ge with its leather seats and Italian coffee is a dream! How about you try the e
asy lifestyle?', '', 'Click on an item for more information.', ''),
(61, 3, 'Glass', 0, 29, '1', '1', 1, '0', '0', '0', 40, 'default_3x3', 'catalog_
glass_headline1', '', '', 'You can really open up a space with this stylish glas
s furniture, just don''t walk into it!', '', 'Click on an item for more informat
ion.', ''),
(62, 3, 'Gotico', 0, 30, '1', '1', 1, '0', '0', '0', 37, 'default_3x3', 'catalog
_gothic_headline1', '', '', 'As the church bells ring out midnight, you walk thr
ough your cobbled hall lit by candles, throw yourself into your medieval throne
and paint your nails black. This is what we imagined when we ordered this range!
', '', 'Click on an item for more information.', ''),
(63, 3, 'Deporte', 0, 56, '1', '1', 1, '0', '0', '0', 43, 'default_3x3', 'catalo
g_frontpage_headline2_en', '', '', 'Sport contains all those vital Olympic piece
s from running tracks to basketball courts! 3 2 1 GO!', '', 'Click on an item fo
r more information.', ''),
(64, 3, 'Grunge', 0, 32, '1', '1', 1, '0', '0', '0', 28, 'default_3x3', 'catalog
_grunge_headline1', '', '', 'Sleeping rough? Make the streets a bit more bearabl
e with our collection of homeless furni, Grunge!', '', 'Click on an item for mor
e information.', ''),
(56, 3, 'Alhambra', 0, 12, '1', '1', 1, '0', '0', '0', 22, 'default_3x3', 'catal
og_alh_headline2', 'catalog_alh_teaser2', '', 'For the cold Arabian nights and h
ot Arabian days, you''ll need a palace.. and we have just what you need! Green b
lossom print should cover it just fine!', '', 'Click on an item for more informa
tion.', ''),
(57, 3, 'Asia', 0, 15, '1', '1', 1, '0', '0', '0', 23, 'default_3x3', 'catalog_a
sian_headline1', '', '', 'Ting tong! Ching chong? Ting chong ting, ping ping! I
mean uh.. with our authentic Chinese furniture, you can make a beautiful orienta
l room!', '', 'Click on an item for more information.', ''),
(55, 3, 'Iced', 0, 13, '1', '1', 1, '0', '0', '0', 10, 'default_3x3', 'catalog_i
ced_headline1', '', '', 'The Iced range, squishy, soft and most definitely cool.
Whatever your needs, this stylish range should cover it!', '', 'Click on an it
em for more information.', ''),
(65, 3, 'NeoXWood', 0, 33, '1', '1', 1, '0', '0', '0', 39, 'default_3x3', 'catal
og_frontpage_headline2_en', '', '', 'No flash photography, darling! This range i
s only for the VIP Hollywood actors!', '', 'Click on an item for more informatio
n.', ''),
(66, 3, 'Halloween', 0, 34, '1', '1', 1, '0', '0', '0', 50, 'default_3x3', 'cata
log_halloween_headline1', '', '', 'WooOOOOoooOOoo! Spooky! Don''t wanna be left
with this range at night.. who knows what would happen!', '', 'Click on an item
for more information.', ''),
(67, 3, 'Japones', 0, 36, '1', '1', 1, '0', '0', '0', 24, 'default_3x3', 'catalo
g_jap_headline2_en', '', '', 'We have sushi, tatami and katana''s! I have no ide
a what the difference is, but I sure know its Japanese! Fulfil your fantasies an
d buy some today!', '', 'Click on an item for more information.', ''),
(68, 3, 'Lost Tribe', 0, 38, '1', '1', 1, '0', '0', '0', 27, 'default_3x3', 'cat
alog_frontpage_headline2_en', '', '', 'Start your own tribal village with our an
cient furniture, all carved from hard wearing stone. NOTE: Lava is hot, get an a
dult to help you.', '', 'Click on an item for more information.', ''),
(69, 3, 'Discoteca', 0, 41, '1', '1', 1, '0', '0', '0', 42, 'default_3x3', 'cata
log_neon_header1_en', 'catalog_neon_teaser1_en', '', 'New years eve, birthdays a
nd every other day of the year, there''s always an exscuse for a party! So, why

don''t you buy some Neon furni!?', '', 'Click on an item for more information.',
''),
(71, 3, 'Relax', 0, 49, '1', '1', 1, '0', '0', '0', 41, 'default_3x3', 'rela_hea
der_en', '', '', 'Relax after a busy day in the Welcome Lounge. Light a few cand
les, and chill out with a good read in a wicker chair. We understand the needs o
f an Uber with a hectic lifestyle!', '', 'Click on an item for more information.
', ''),
(72, 3, 'Romantico', 0, 50, '1', '1', 1, '0', '0', '0', 45, 'default_3x3', 'cata
log_romantique_headline1', '', '', 'Found in a French barn, this sweet but sexil
y romantic range caters to every ladies needs. Just going to powder my nose!', '
', 'Click on an item for more information.', ''),
(73, 3, 'Astronautico', 0, 53, '1', '1', 1, '0', '0', '0', 28, 'default_3x3', 's
f_header_en', 'sf_teaser_en', '', 'Blipblop blip blip blip.. Oooh.. what''s this
button do?.. You can find out exactly what it does with our new Scifi range, ba
tteries included!', '', 'Click on an item for more information.', ''),
(74, 3, 'India', 0, 54, '1', '1', 1, '0', '0', '0', 44, 'default_3x3', 'catalog_
shal_header1_en', '', '', 'Everyone loves Bollywood! Want some free credits? Tel
l Oscar you successfully read the Shalimar page! Tell no one else you found this
Easter egg. Watch out for rose petals!', '', 'Click on an item for more informa
tion.', ''),
(75, 3, 'Verano', 0, 57, '1', '1', 1, '0', '0', '0', 32, 'default_3x3', 'catalog
_frontpage_headline2_en', 'catalog_sum_teaser1', '', 'Phwoar! Start up the barbi
e! This range has everything you need for the perfect summer garden!', '', 'Clic
k on an item for more information.', ''),
(76, 3, 'Amor', 0, 62, '1', '1', 1, '0', '0', '0', 46, 'default_3x3', 'catalog_l
ove_headline1', '', '', 'Love is in the air once again! Buy your sweetheart a ro
se or whisper sweet nothings in their ear on a love sofa. Can you feel it? <3',
'', 'Click on an item for more information.', ''),
(77, 3, 'Grecia', 0, 31, '1', '1', 1, '0', '0', '0', 25, 'default_3x3', 'catalog
_frontpage_headline2_en', '', '', 'Be transported back to ancient Greece with a
couple of thousand pounds and British Airways. Until then, build your own panthe
non with our realist Greek range!', '', 'Click on an item for more information.'
, ''),
(85, 4, 'Collectables', 0, 71, '1', '1', 1, '0', '0', '0', 1, 'default_3x3', 'ca
talog_cltbs_header1_uk', 'catalog_pxl_teaser2_en', '', 'The Pixel Collectables a
re the ultimate collectors items, requiring many pixels and credits to buy! If y
ou collect all the pieces and manage to put them together in certain ways, you''
ll receive a special effect!', '', 'Click on an item for more information.', '')
,
(88, 3, 'Virus & Hospital', 0, 42, '1', '1', 1, '0', '0', '0', 36, 'default_3x3'
, 'catalog_vir_header1_en', '', '', 'All of Uber''s emergency pandemic supplies
are kept here! They need a bit of a clean after the exploding puss disease but..
they''ll do fine!', '', 'Click on an item for more information.', ''),
(91, -1, 'Catlogo Staff', 6, 28, '1', '0', 5, '0', '0', '0', 11, 'default_3x3', '
catalog_frontpage_headline2_en', '', '', '', '', '', ''),
(93, 91, 'Trofeos', 1, 60, '1', '1', 6, '0', '0', '0', 4, 'trophies', 'catalog_t
rophies_headline1', '', '', 'This page contains special trophies available for s
taff to give as prizes. STAFF CAUGHT GIVING OUT THESE WITH NO REASON WILL BE DEM
OTED.', '', 'Click in this grey box and type your inscription *carefully* - it''
s permanent!', ''),
(94, 91, 'Rares', 1, 10, '1', '1', 5, '0', '0', '0', 1, 'default_3x3', 'catalog_
rares_headline1', '', '', 'This page contains special rares available for staff.
STAFF CAUGHT GIVING OUT THESE WITH NO REASON WILL BE DEMOTED.', '', 'Click on a
n item for more information.', ''),
(95, 91, 'Promotional', 1, 11, '1', '1', 5, '0', '0', '0', 3, 'default_3x3', 'ca
talog_rares_headline1', '', '', 'This page contains special promotional items av
ailable for staff. STAFF CAUGHT GIVING OUT THESE WITH NO REASON WILL BE DEMOTED.
', '', 'Click on an item for more information.', ''),
(105, 91, 'Rares', 0, 69, '1', '1', 5, '0', '0', '0', 2, 'default_3x3', 'catalog
_rares_headline1', '', '', 'On this page, we have some lovely rares for you! We'

've kept a few behind for competition and event prizes!', '', 'Click on an item
for more information.', ''),
(102, 3, 'Rollers', 0, 16, '1', '1', 1, '0', '0', '0', 13, 'default_3x3', 'catal
og_roller_headline1', '', '', 'Zoooooooom, Zooooooooooooooooooooooooooom! Was it
a plane? Was it a bird!? It was a roller! You can use rollers in games, events
or even just to move a queue along.', '', 'Click on an item for more informatio
n.', ''),
(103, 3, 'Diner', 0, 51, '1', '1', 1, '0', '0', '0', 30, 'default_3x3', 'catalog
_frontpage_headline2_en', '', '', 'Originally from the 50''s this furni has been
refurbished and put right into the catalogue! Use this with the Kitchen range f
or ultimate diner experience!', '', 'Click on an item for more information.', ''
),
(112, 3, 'Twilight', 0, 64, '1', '1', 1, '0', '0', '0', 51, 'default_3x3', 'cata
log_frontpage_headline2_en', '', '', 'I''ve never read the book, all I know is i
t has vampires playing basket ball and some heart throb called Edward Cullen, bu
t the furni looks good!', '', 'Click on an item for more information.', ''),
(121, 6, 'Trax Machines', 0, 4, '1', '1', 1, '0', '0', '0', 52, 'default_3x3', '
catalog_frontpage_headline2_en', '', '', 'Buy your Trax machines here, ready to
load with all your wonderful, musical creations! Check the Sound Sets page for a
ll the discs you could use!', '', 'Click on an item for more information.', ''),
(116, -1, 'Mercadillo', 6, 69, '1', '0', 1, '0', '0', '0', 4, 'default_3x3', 'ca
talog_frontpage_headline2_en', '', '', '', '', '', ''),
(117, 116, 'Ofertas', 1, 70, '1', '1', 1, '0', '0', '0', 1, 'marketplace', 'cata
log_marketplace_header_en', '', '', '', '', '', ''),
(118, 116, 'Mis ventas', 1, 71, '1', '1', 1, '0', '0', '0', 2, 'marketplace_own_
items', 'catalog_marketplace_header_en', '', '', '', '', '', ''),
(119, 116, 'Instrucciones', 1, 42, '1', '1', 1, '0', '0', '0', 3, 'recycler_info
', 'catalog_marketplace_header_en', '', '', 'The Marketplace is a convenient and
safe way to buy and sell items in Uber.', 'How does the Marketplace work?', 'Se
lling items:\r\nYou can sell any item which is tradable by selecting the item in
your inventory and clicking on ''Sell in Marketplace''. You are able to post 5
items for sale at the cost of 1 credit. You cannot use items currently in the Ca
talogue.\r\n\r\nBuying items:\r\nBrowse for the item you want to buy on the Mark
etplace Offers page and click Buy. We guarantee you''ll get the item at the chea
pest price available at the moment of purchase.', ''),
(122, 6, 'Sound Sets', 0, 4, '1', '1', 1, '0', '0', '0', 53, 'default_3x3', 'cat
alog_frontpage_headline2_en', '', '', 'We have every sound you could ever want r
ight here! From sound effects and ambient tunes to rock and roll and heavy metal
!', '', 'Click on an item for more information.', ''),
(123, 4, 'Hello Furni', 0, 35, '1', '1', 1, '0', '0', '0', 24, 'default_3x3', 'c
atalog_hello_header1_en', 'catalog_hello_teaser1_en', '', 'Hello Furni is availa
ble with Pixels and is perfect if you are decorating your room for the very firs
t time. The Furni is yours to keep and therefore cannot be traded.', '', 'Click
on an item for more information.', ''),
(125, 4, 'Special Effects', 0, 61, '1', '1', 1, '0', '0', '0', 25, 'default_3x3'
, 'catalog_pixeleffects_headline1_en', 'catalog_pxl_teaser1_en', '', 'Tune your
character with cool effects that fit the occasion. Ride the hoverboard and spit
on the mic. Effects can be activated from the menu, by clicking on your avatar.'
, '', 'Click on an item for more information.', ''),
(126, 3, 'Tiki', 0, 59, '1', '1', 1, '0', '0', '0', 33, 'default_3x3', 'catalog_
tiki_header1_en', '', '', 'Imagine in the scene.. lost on a desert island when y
ou stumble across a small local tribe.. now you can with our Tiki range!', '', '
Click on an item for more information.', ''),
(128, 3, 'Urban', 0, 26, '1', '1', 1, '0', '0', '0', 21, 'default_3x3', 'urban_h
eader_en', 'urban_teaser_en', '', 'New York City styled furni range, Urban is pe
rfect for any street, alleyway or road. Rubbish bins, street lights and benches,
all the Urban furniture you need!', '', 'Click on an item for more information.
', ''),
(129, 4, 'Automobile', 0, 16, '1', '1', 1, '0', '0', '0', 26, 'default_3x3', 'ca
talog_automobile_header1_en', 'catalog_automobile_teaser1_en', '', 'Every Uber n

eeds a car effect! Not only do they bring a bit of the outside inside, they also
enhance the air quality! And what better gift for a friend than a beautiful tra
ffic sign or elegant pile of tires...', '', 'Click on an item for more informati
on.', ''),
(130, 3, 'Environment', 0, 21, '1', '1', 1, '0', '0', '0', 34, 'default_3x3', ''
, '', '', 'Go green with our environmentally friendly Environment range! This se
lection of furni is perfect for a beautiful, relaxing garden.', '', 'Click on an
item for more information.', ''),
(134, 91, 'System', 0, 1, '1', '1', 6, '0', '0', '0', 6, 'default_3x3', 'catalog
_frontpage_headline2_en', '', '', '', '', 'Click on an item for more information
.', ''),
(137, 3, 'Orgie', 51, 1, '1', '1', 1, '0', '0', '0', 55, 'default_3x3', 'catalog
_frontpage_headline2_en', '', '', 'The latest range from Ann Summers, the Orgie
line. Made of soft, wipe clean plastic, its perfect for any three, four or fives
ome!', '', 'Click on an item for more information.', ''),
(136, 3, 'Bling', 0, 42, '1', '1', 1, '0', '0', '0', 52, 'default_3x3', 'catalog
_frontpage_headline2_en', '', '', 'Bling, Bling! Flash, Flash! Want to have that
real celebrity lifestyle? Well, go somewhere else, all we have here is a tacky
range of furni.', '', 'Click on an item for more information.', ''),
(139, 14, 'Informacion de mascotas', 0, 42, '1', '1', 1, '0', '0', '0', 1, 'pets
2', 'catalog_pet_headline1', 'ctlg_pet_note', '', 'Pets are inhabitants of the H
otel too, so each pet owner needs to know a bit about them. Look after your pet
by looking through our key points below.', '', '', '- You cannot trade or give a
way pets. Once you purchase them, they will be yours forever.\r\n- You can own o
nly a set amount of pets and can have no more than 5 pets per room.\r\n- You can
take pets with you to other rooms, should the room owner allow you to do so.\r\
n- Your pet needs to be trained before it''ll listen to your commands. By traini
ng your pets, you can gain some awesome achievements as well.'),
(141, 14, 'Cerdos', 0, 67, '1', '1', 1, '0', '0', '0', 3, 'pets', 'catalog_pet_h
eadline1', '', '', 'These little scamps were destined for the dining table until
we struck a deal with a local farmer to rescue their cute pigtails! Adopt your
little piglet today, all you need now is a name.', '', 'Give a name:Pick a color:P
ick a race:', ''),
(142, 14, 'Accessories', 0, 43, '1', '1', 1, '0', '0', '0', 2, 'default_3x3', 'c
atalog_pet_headline1', 'ctlg_pet_teaser1', 'catalog_special_txtbg2', 'This page
has everything you need to give your pet the happy life it deserves. We''ve got
a huge selection!', '', 'Click on an item for more information.', 'Keep ''em hap
py!'),
(143, 3, 'Flower Power', 0, 73, '1', '1', 1, '0', '0', '0', 53, 'default_3x3', '
flowerpower_header_en', '', '', 'Woah! Far out man... let the petals take contro
l. Lets collaborate on a hippy hideout and plant some seeds! Lucy in the sky wit
h diamonds style eyy?!', '', 'Click on an item for more information.', ''),
(144, 3, 'Runway', 0, 74, '1', '1', 1, '0', '0', '0', 54, 'default_3x3', 'runway
_header_en', 'runway_teaser_en', '', 'Spice up your salon, hair parlour or bouti
que with our stylish yet practical range! From sewing machines to comfy seating,
we''ve got the perfect option for you.', '', 'Click on an item for more informa
tion.', ''),
(145, 3, 'Futbol', 0, 56, '1', '1', 1, '0', '0', '0', 56, 'default_3x3', 'catalo
g_football_001', 'football_teaser', '', 'Want to play a game? Try out the new Fo
otball furni collection...', '', 'Click on an item for more information.', ''),
(146, 3, 'Carcel', 0, 65, '1', '1', 1, '0', '0', '0', 57, 'default_3x3', 'catalo
g_frontpage_headline2_en', '', '', 'You can buy a whole range of prison furnitur
e right here.', '', 'Click on an item for more information.', ''),
(147, 3, 'Capri Sun', 0, 57, '1', '1', 1, '0', '0', '0', 58, 'default_3x3', 'cat
alog_frontpage_headline2_en', '', '', 'All New Capri-Sun Furni.', '', 'Click on
an item for more information.', ''),
(148, 3, 'Wedding', 0, 62, '1', '1', 1, '0', '0', '0', 59, 'default_3x3', 'catal
og_va2_headline1_en', '', '', 'Love is in the air once again! Buy your sweethear
t a rose or whisper sweet nothings in their ear on a love sofa. Can you feel it?
<3', '', 'Click on an item for more information.', ''),

(149, 3, 'Africa', 0, 76, '1', '1', 1, '0', '0', '0', 60, 'default_3x3', 'catalo
g_frontpage_headline2_en', '', '', 'Create your own Safari Trail with these piec
e of Savanna delights!', '', 'Click on an item for more information.', ''),
(150, 14, 'Terriers', 0, 66, '1', '1', 1, '0', '0', '0', 4, 'pets', 'catalog_pet
_headline1', '', '', 'Good things come in small packages and Habbo''s Terriers a
re no exception!', '', 'Give a name:Pick a color:Pick a race:', ''),
(151, 14, 'Osos', 0, 68, '1', '1', 1, '0', '0', '0', 5, 'pets', 'catalog_pet_hea
dline1', '', '', 'A large, heavy, mammal that walks on the soles of its feet, wi
th thick fur and a very short tail. Fall in love with our adorable range of Bear
s that include the Grizzly and Polar varieties!', '', 'Give a name:Pick a color:Pi
ck a race:', ''),
(152, 14, 'Gatos', 0, 20, '1', '1', 1, '0', '0', '0', 3, 'pets', 'catalog_pet_he
adline1', '', '', 'Fluff, whiskers, meows and purrs! You''re about to enter the
world of Habbo Cats. These cute little critters make great playmates and will ke
ep you company if you look after them well. Find a new friend from our ever-chan
ging selection.', '', 'Give a name:Pick a color:Pick a race:', ''),
(153, 14, 'Perros', 0, 24, '1', '1', 1, '0', '0', '0', 2, 'pets', 'catalog_pet_h
eadline1', '', '', 'Wet noses, paws, yaps and woofs! You''re about to enter the
world of Habbo Dogs. An adorable and faithful servant awaits you with a wagging
tail everytime they see you. Find a new friend from our ever-changing selection.
', '', 'Give a name:Pick a color:Pick a race:', ''),
(154, 14, 'Corodrilos', 0, 22, '1', '1', 1, '0', '0', '0', 6, 'pets', 'catalog_p
et_headline1', '', '', 'Scaly skin, growls and snaps! You''re about to enter the
world of Habbo Crocs. Security for your room or to scare your friends a trustwo
rthy and surprisingly loving companion can be yours. Find a new friend from our
ever-changing selection.', '', 'Give a name:Pick a color:Pick a race:', ''),
(155, 14, 'Leones', 1, 76, '1', '1', 1, '0', '0', '0', 5, 'pets', 'catalog_pet_h
eadline1', '', '', 'A fierce predator in nature, the lion has been tamed to be y
our loyal friend.', '', 'Give a name:Pick a color:Pick a race:', ''),
(156, 3, 'Donator Furni', 1, 28, '1', '1', 1, '0', '1', '0', 61, 'default_3x3',
'catalog_limited_headline1', 'catalog_limited_teaser', 'catalog_special_txtbg1',
'Welcome to vip stuff blah blah', '', '', ''),
(157, 91, 'Otros', 0, 69, '1', '1', 6, '0', '0', '0', 5, 'default_3x3', 'catalog
_rares_headline1', '', '', 'Battleball stuff will be added here', '', 'Click on
an item for more information.', ''),
(159, 3, 'Battle Banzai', 1, 78, '1', '1', 1, '0', '0', '0', 61, 'default_3x3',
'catalog_banzai_headline', '', '', 'Bigger, Better, Bouncier - it''s Battle Banz
ai! Now YOU set the rules for your own game, in your own room. You got the Banza
i Power!', '', 'Click on an item for more information.', ''),
(160, 4, 'Fuegos artificiales', 0, 91, '1', '1', 1, '0', '0', '0', 26, 'default_
3x3', 'catalog_header_year2011_en', 'catalog_teaser_year2011', 'catalog_special_
txtbg2', '3... 2... 1... Happy New Year!!! Party in 2011 with fireworks and deco
rations for your celebration! It''ll be a blast ;)', '', '', 'I told you not to
light the fuse yet!!!'),
(126557, 14, 'Chick', 0, 107, '1', '1', 1, '0', '0', '0', 2, 'pets', 'catalog_pe
t_headline1', '', '', '', '', '', ''),
(126560, 14, 'Rinocerontes', 1, 77, '1', '1', 1, '0', '0', '0', 0, 'pets', 'cata
log_pet_headline1', '', '', '', '', '', ''),
(126558, 14, 'Rana', 1, 97, '1', '1', 1, '0', '0', '0', 0, 'pets', 'catalog_pet_
headline1', '', '', '', '', '', ''),
(126559, 14, 'Araa', 1, 95, '1', '1', 1, '0', '0', '0', 0, 'pets', 'catalog_pet_h
eadline1', '', '', '', '', '', ''),
(720, 14, 'Dragones', 1, 109, '1', '1', 1, '0', '0', '0', -13, 'pets', 'catalog_
pet_headline1_es', '', '', 'La nueva mascota dragn ya est aqu! Mas rapidos que cualq
uier otro hotel, les traemos a ustedes la nueva mascota que hara arder tus salas
.', '', '', ''),
(169, 14, 'Spider', 1, 95, '1', '1', 1, '0', '0', '0', 0, 'pets', 'catalog_pet_h
eadline1', '', '', 'One of the most feared creatures in nature, and perhaps the
most misunderstood. The majority of Spiders are predators with sharp fangs that
inject venom into their prey- but dont worry, these spiders wont bite you! Maybe

...', '', 'Name your pet:', ''),


(170, 14, 'Frog', 1, 97, '1', '1', 1, '0', '0', '0', 0, 'pets', 'catalog_pet_hea
dline1', '', '', 'The Frog. Cute, green and slimy! Frogs come in a variety of we
ird colours and can be found all over the world. Frogs are great jumpers, and ma
ke great pets, but are harder to hold onto than a supermodel in a tornado', '',
'Name your frog:', ''),
(171, 14, 'Chick', 1, 107, '1', '1', 1, '0', '0', '0', 0, 'pets', 'catalog_pet_h
eadline1', '', '', 'Habboon is full of chicks (the pet kind!) Adopt your new bor
n chicklet now and start training it to perform the Chicken Dance for your frien
ds... it will be a show to remember!', '', 'Name your chick:', ''),
(516, 503, 'Mad Money', 1, 98, '1', '1', 2, '0', '0', '0', 15, 'default_3x3', 'c
atalog_madmoney_header_en', 'catalog_madmoney_teaser_en', '', 'Er du Mad? Kjp noe
kule Mad Money mbler n!', '', 'Klikk p en mbel for mer informasjon.', ''),
(496, 3, 'Hospital', 10, 1, '1', '1', 1, '0', '0', '0', 5, 'default_3x3', 'The n
ew hospital furniture range is here! Buy it now and create your own Hospital!',
'', '', 'The new hospital furniture range is here! Buy it now and create your ow
n Hospital!', '', '', '');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `chatlogs`
-CREATE TABLE IF NOT EXISTS `chatlogs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`room_id` int(10) unsigned NOT NULL,
`hour` int(11) NOT NULL,
`minute` int(11) NOT NULL,
`full_date` varchar(120) NOT NULL,
`timestamp` double NOT NULL,
`message` text NOT NULL,
`user_name` varchar(100) NOT NULL DEFAULT 'Unknown User',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`,`room_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--- Volcar la base de datos para la tabla `chatlogs`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `club_deals`
-CREATE TABLE IF NOT EXISTS `club_deals` (
`id` int(11) NOT NULL,
`base_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`price` int(11) NOT NULL,
`is_vip` enum('0','1') NOT NULL,
`months_length` int(11) NOT NULL,
`days_length` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--

-- Volcar la base de datos para la tabla `club_deals`


-INSERT INTO `club_deals` (`id`, `base_id`, `name`, `price`, `is_vip`, `months_le
ngth`, `days_length`) VALUES
(1, 4533, 'HABBO_CLUB_BASIC_1_MONTH', 15, '0', 1, 31),
(2, 4534, 'HABBO_CLUB_BASIC_3_MONTHS', 45, '0', 3, 93),
(3, 4535, 'HABBO_CLUB_VIP_1_MONTH', 25, '1', 1, 31),
(4, 4536, 'HABBO_CLUB_VIP_3_MONTHS', 50, '1', 3, 93);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `club_gifts`
-CREATE TABLE IF NOT EXISTS `club_gifts` (
`id` int(10) NOT NULL,
`item_name` varchar(100) NOT NULL,
`sprite_id` int(10) NOT NULL,
`days_need` int(10) NOT NULL DEFAULT '1',
`isvip` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `club_gifts`
-INSERT INTO `club_gifts` (`id`, `item_name`, `sprite_id`, `days_need`, `isvip`)
VALUES
(4103, 'hc2_sofa', 3452, 1, '0'),
(4112, 'hc3_sofa', 3441, 1, '1'),
(20252, 'hc2_sofatbl', 3434, 14, '0'),
(20264, 'hc3_table', 3466, 14, '1');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `credit_vouchers`
-CREATE TABLE IF NOT EXISTS `credit_vouchers` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`code` varchar(50) NOT NULL,
`value` int(11) NOT NULL DEFAULT '0',
`type` varchar(50) NOT NULL DEFAULT 'credits',
PRIMARY KEY (`id`),
KEY `code` (`code`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--- Volcar la base de datos para la tabla `credit_vouchers`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `ecotron_rewards`

-CREATE TABLE IF NOT EXISTS `ecotron_rewards` (


`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`display_id` int(10) unsigned NOT NULL,
`item_id` int(10) unsigned NOT NULL,
`reward_level` int(11) unsigned NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=27 ;
--- Volcar la base de datos para la tabla `ecotron_rewards`
-INSERT INTO `ecotron_rewards` (`id`, `display_id`, `item_id`, `reward_level`) VA
LUES
(1, 3142, 1542, 5),
(2, 3155, 1547, 4),
(3, 3102, 1485, 3),
(4, 3104, 1487, 3),
(5, 3107, 1503, 3),
(6, 3088, 1483, 2),
(7, 3096, 1486, 2),
(8, 3100, 1501, 2),
(9, 3105, 1490, 1),
(10, 3083, 1493, 1),
(11, 3085, 1495, 1),
(12, 3092, 1482, 1),
(13, 3091, 1498, 1),
(14, 3097, 1504, 1),
(15, 3094, 1480, 2),
(16, 3106, 1494, 2),
(17, 3084, 1500, 2),
(18, 3082, 1479, 2),
(19, 3098, 1488, 2),
(20, 3108, 1505, 2),
(21, 4105, 1764, 2),
(22, 4104, 1766, 2),
(23, 4102, 1767, 2),
(24, 3086, 1481, 2),
(25, 3089, 1484, 2),
(26, 3099, 1499, 2);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `external_texts`
-CREATE TABLE IF NOT EXISTS `external_texts` (
`skey` text NOT NULL,
`sval` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `external_texts`
--- --------------------------------------------------------

--- Estructura de tabla para la tabla `external_variables`


-CREATE TABLE IF NOT EXISTS `external_variables` (
`skey` text NOT NULL,
`sval` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `external_variables`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `friendships`
-CREATE TABLE IF NOT EXISTS `friendships` (
`1` int(11) NOT NULL,
`user_one` int(10) NOT NULL,
`user_two` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `friendships`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `furniture`
-CREATE TABLE IF NOT EXISTS `furniture` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`public_name` text NOT NULL COMMENT 'temp only',
`item_name` varchar(100) NOT NULL,
`type` enum('s','i','e','h','0','1','2','3','4','5','6','7') NOT NULL DEFAULT
's',
`width` int(11) NOT NULL DEFAULT '1',
`length` int(11) NOT NULL DEFAULT '1',
`stack_height` double NOT NULL DEFAULT '1',
`can_stack` enum('0','1') NOT NULL DEFAULT '1',
`can_sit` enum('0','1') NOT NULL DEFAULT '0',
`is_walkable` enum('0','1') NOT NULL DEFAULT '0',
`sprite_id` int(11) NOT NULL,
`allow_recycle` enum('0','1') NOT NULL DEFAULT '1',
`allow_trade` enum('0','1') NOT NULL DEFAULT '1',
`allow_marketplace_sell` enum('0','1') NOT NULL DEFAULT '1',
`allow_gift` enum('0','1') NOT NULL DEFAULT '1',
`allow_inventory_stack` enum('0','1') NOT NULL DEFAULT '1',
`interaction_type` enum('default','gate','postit','roomeffect','dimmer','troph
y','bed','scoreboard','vendingmachine','alert','onewaygate','loveshuffler','habb
owheel','dice','bottle','teleport','rentals','pet','water1','water2','shower','r
oller','ball','bb_blue_gate','bb_red_gate','bb_yellow_gate','bb_green_gate','bb_

plate','firework') NOT NULL DEFAULT 'default',


`interaction_modes_count` int(11) NOT NULL DEFAULT '1',
`vending_ids` varchar(100) NOT NULL DEFAULT '0',
`foot_figure` enum('') NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=356828335 ;
--- Volcar la base de datos para la tabla `furniture`
-INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `len
gth`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow
_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_invento
ry_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `foot_f
igure`) VALUES
(1, 'Bookcase', 'shelves_norja', 's', 1, 1, 1, '0', '0', '0', 13, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(2, 'Bookcase', 'shelves_polyfon', 's', 2, 1, 1, '0', '0', '0', 14, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(3, 'Bookcase', 'shelves_silo', 's', 2, 1, 1, '0', '0', '0', 15, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(4, 'Small Coffee Table', 'table_polyfon_small', 's', 2, 2, 1, '0', '0', '0', 17
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(5, 'Dining Chair', 'chair_polyfon', 's', 1, 1, 1, '0', '1', '0', 18, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(6, 'Coffee Table', 'table_norja_med', 's', 2, 2, 1, '1', '0', '0', 20, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(7, 'Coffee Table', 'table_silo_med', 's', 2, 2, 1, '1', '0', '0', 21, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(8, 'Occasional Table', 'table_plasto_4leg', 's', 2, 2, 1, '1', '0', '0', 22, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(9, 'Round Dining Table', 'table_plasto_round', 's', 2, 2, 1, '1', '0', '0', 23,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(10, 'Square Dining Table', 'table_plasto_bigsquare', 's', 2, 2, 1, '1', '0', '0
', 24, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(11, 'Shelf', 'stand_polyfon_z', 's', 1, 1, 0.5, '1', '0', '0', 25, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(12, 'Dining Chair', 'chair_silo', 's', 1, 1, 1.1, '0', '1', '0', 26, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(13, 'Cushioned', 'sofa_silo', 's', 2, 1, 1.1, '0', '1', '0', 28, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(14, 'Bench', 'couch_norja', 's', 2, 1, 1, '1', '1', '0', 29, '1', '1', '1', '1'
, '1', 'default', 1, '0', ''),
(15, 'Chair', 'chair_norja', 's', 1, 1, 1, '0', '1', '0', 30, '1', '1', '1', '1'
, '1', 'default', 1, '0', ''),
(16, 'Large Coffee Table', 'table_polyfon_med', 's', 2, 2, 1, '1', '0', '0', 31,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(17, 'Doormat', 'doormat_love', 's', 1, 1, 0.1, '0', '0', '1', 32, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(18, 'Doormat', 'doormat_plain', 's', 1, 1, 0.1, '1', '0', '1', 33, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(19, 'Armchair', 'sofachair_polyfon', 's', 1, 1, 1.1, '0', '1', '0', 34, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(20, 'Two-seater Sofa', 'sofa_polyfon', 's', 2, 1, 1.1, '0', '1', '0', 35, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(21, 'Large', 'sofachair_silo', 's', 1, 1, 1.1, '0', '1', '0', 36, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(22, 'Plastic Pod Chair', 'chair_plasty', 's', 1, 1, 1, '0', '1', '0', 38, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),

(23, 'Chair', 'chair_plasto', 's', 1, 1, 1, '0', '1', '0', 39, '1', '1', '1', '1
', '1', 'default', 1, '0', ''),
(24, 'Occasional Table', 'table_plasto_square', 's', 1, 1, 1, '1', '0', '0', 40,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(25, 'Double Bed', 'bed_polyfon', 's', 2, 3, 1.8, '0', '0', '0', 41, '1', '1', '
1', '1', '1', 'bed', 1, '0', ''),
(26, 'Single Bed', 'bed_polyfon_one', 's', 1, 3, 1.8, '0', '0', '0', 42, '1', '1
', '1', '1', '1', 'bed', 1, '0', ''),
(27, 'Plain Single Bed', 'bed_trad_one', 's', 2, 3, 1, '0', '0', '0', 43, '1', '
1', '1', '1', '1', 'bed', 1, '0', ''),
(28, 'Plain Double Bed', 'bed_trad', 's', 2, 3, 1, '0', '0', '0', 44, '1', '1',
'1', '1', '1', 'bed', 1, '0', ''),
(29, 'Single Bed', 'bed_silo_one', 's', 1, 3, 1.8, '1', '0', '0', 45, '1', '1',
'1', '1', '1', 'bed', 1, '0', ''),
(30, 'Double Bed', 'bed_silo_two', 's', 2, 3, 1.8, '0', '0', '0', 46, '1', '1',
'1', '1', '1', 'bed', 1, '0', ''),
(31, 'Occasional Table', 'table_silo_small', 's', 1, 1, 1, '1', '0', '0', 47, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(32, 'Double Bed', 'bed_armas_two', 's', 2, 3, 1.8, '0', '0', '0', 48, '1', '1',
'1', '1', '1', 'bed', 1, '0', ''),
(33, 'bed_budget_one', 'bed_budget_one', 's', 1, 3, 1.9, '0', '0', '0', 49, '1',
'1', '1', '1', '1', 'bed', 1, '0', ''),
(34, 'Comfortable', 'bed_budget', 's', 2, 3, 1.9, '0', '0', '0', 50, '1', '1', '
1', '1', '1', 'bed', 1, '0', ''),
(35, 'Bookcase', 'shelves_armas', 's', 2, 1, 1, '0', '0', '0', 51, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(36, 'Bench', 'bench_armas', 's', 2, 1, 1.1, '1', '1', '0', 52, '1', '1', '1', '
1', '1', 'default', 1, '0', ''),
(37, 'Dining Table', 'table_armas', 's', 2, 2, 1, '1', '0', '0', 53, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(38, 'Occasional Table', 'small_table_armas', 's', 1, 1, 1, '1', '0', '0', 54, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(39, 'Stool', 'small_chair_armas', 's', 1, 1, 1, '0', '1', '0', 55, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(40, 'Authentic', 'fireplace_armas', 's', 2, 1, 1, '0', '0', '0', 56, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(41, 'Table Lamp', 'lamp_armas', 's', 1, 1, 1, '0', '0', '0', 57, '1', '1', '1',
'1', '1', 'default', 2, '0', ''),
(42, 'Single Bed', 'bed_armas_one', 's', 1, 3, 1.8, '0', '0', '0', 58, '1', '1',
'1', '1', '1', 'bed', 1, '0', ''),
(43, 'Floor rug', 'carpet_standard', 's', 3, 5, 0, '1', '0', '1', 59, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(44, 'Hand-Woven Rug', 'carpet_armas', 's', 2, 4, 0, '1', '0', '1', 60, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(45, 'Faux-Fur Bear Rug', 'carpet_polar', 's', 2, 3, 0, '1', '0', '1', 61, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(46, 'Fireplace', 'fireplace_polyfon', 's', 2, 1, 1, '0', '0', '0', 62, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(47, 'Square Dining Table', 'table_plasto_4leg*1', 's', 2, 2, 1, '1', '0', '0',
63, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(48, 'Square Dining Table', 'table_plasto_bigsquare*1', 's', 2, 2, 1, '1', '0',
'0', 64, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(49, 'Round Dining Table', 'table_plasto_round*1', 's', 2, 2, 1, '1', '0', '0',
65, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(50, 'Occasional Table', 'table_plasto_square*1', 's', 1, 1, 1, '1', '0', '0', 6
6, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(51, 'Chair', 'chair_plasto*1', 's', 1, 1, 1, '0', '1', '0', 67, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(52, 'Floor Rug', 'carpet_standard*1', 's', 3, 5, 0, '1', '0', '1', 68, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),

(53, 'Doormat', 'doormat_plain*1', 's', 1, 1, 0.1, '0', '0', '1', 69, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(54, 'Occasional Table', 'table_plasto_4leg*2', 's', 2, 2, 1, '1', '0', '0', 70,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(55, 'Square Dining Table', 'table_plasto_bigsquare*2', 's', 2, 2, 1, '1', '0',
'0', 71, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(56, 'Round Dining Table', 'table_plasto_round*2', 's', 2, 2, 1, '1', '0', '0',
72, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(57, 'Round Dining Table', 'table_plasto_square*2', 's', 1, 1, 1, '1', '0', '0',
73, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(58, 'Chair', 'chair_plasto*2', 's', 1, 1, 1, '0', '1', '0', 74, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(59, 'Doormat', 'doormat_plain*2', 's', 1, 1, 0.1, '0', '0', '1', 75, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(60, 'Floor Rug', 'carpet_standard*2', 's', 3, 5, 0, '1', '0', '1', 76, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(61, 'Round Dining Table', 'table_plasto_4leg*3', 's', 2, 2, 1, '1', '0', '0', 7
7, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(62, 'Square Dining Table', 'table_plasto_bigsquare*3', 's', 2, 2, 1, '1', '0',
'0', 78, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(63, 'Round Dining Table', 'table_plasto_round*3', 's', 2, 2, 1, '1', '0', '0',
79, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(64, 'Square Dining Table', 'table_plasto_square*3', 's', 1, 1, 1, '1', '0', '0'
, 80, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(65, 'Chair', 'chair_plasto*3', 's', 1, 1, 1, '0', '1', '0', 81, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(66, 'Floor Rug', 'carpet_standard*3', 's', 3, 5, 0, '1', '0', '1', 82, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(67, 'Doormat', 'doormat_plain*3', 's', 1, 1, 0.1, '0', '0', '1', 83, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(68, 'Square Dining Table', 'table_plasto_4leg*4', 's', 2, 2, 1, '1', '0', '0',
84, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(71, 'Square Dining Table', 'table_plasto_square*4', 's', 1, 1, 1, '1', '0', '0'
, 87, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(72, 'Chair', 'chair_plasto*4', 's', 1, 1, 1, '0', '1', '0', 88, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(73, 'Floor Rug', 'carpet_standard*4', 's', 3, 5, 0, '1', '0', '1', 89, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(74, 'Doormat', 'doormat_plain*4', 's', 1, 1, 0.1, '0', '0', '1', 90, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(75, 'Doormat', 'doormat_plain*6', 's', 1, 1, 0.001, '1', '0', '1', 91, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(76, 'Doormat', 'doormat_plain*5', 's', 1, 1, 0.1, '0', '0', '1', 93, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(77, 'Floor Rug', 'carpet_standard*5', 's', 3, 5, 0, '1', '0', '1', 94, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(78, 'Occasional Table', 'table_plasto_4leg*5', 's', 2, 2, 1, '1', '0', '0', 95,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(79, 'Square Dining Table', 'table_plasto_bigsquare*5', 's', 2, 2, 1, '1', '0',
'0', 96, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(80, 'Round Dining Table', 'table_plasto_round*5', 's', 2, 2, 1, '1', '0', '0',
97, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(81, 'Square Dining Table', 'table_plasto_square*5', 's', 1, 1, 1, '1', '0', '0'
, 98, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(82, 'Chair', 'chair_plasto*5', 's', 1, 1, 1, '0', '1', '0', 99, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(83, 'Occasional table Table', 'table_plasto_4leg*6', 's', 2, 2, 1, '1', '0', '0
', 100, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(84, 'Square Dining Table', 'table_plasto_bigsquare*6', 's', 2, 2, 1, '1', '0',
'0', 101, '1', '1', '1', '1', '1', 'default', 1, '0', ''),

(85, 'Round Dining Table', 'table_plasto_round*6', 's', 2, 2, 1, '1', '0', '0',


102, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(86, 'Square Dining Table', 'table_plasto_square*6', 's', 1, 1, 1, '1', '0', '0'
, 103, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(87, 'Chair', 'chair_plasto*6', 's', 1, 1, 1, '0', '1', '0', 104, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(88, 'Occasional table', 'table_plasto_4leg*7', 's', 2, 2, 1, '1', '0', '0', 105
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89, 'Square Dining Table', 'table_plasto_bigsquare*7', 's', 2, 2, 1, '1', '0',
'0', 106, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90, 'Round Dining Table', 'table_plasto_round*7', 's', 2, 2, 1, '1', '0', '0',
107, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(91, 'Square Dining Table', 'table_plasto_square*7', 's', 1, 1, 1, '1', '0', '0'
, 108, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(92, 'Chair', 'chair_plasto*7', 's', 1, 1, 1, '0', '1', '0', 109, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(93, 'Occasional Table', 'table_plasto_4leg*8', 's', 2, 2, 1, '1', '0', '0', 110
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(94, 'Square Dining Table', 'table_plasto_bigsquare*8', 's', 2, 2, 1, '1', '0',
'0', 111, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(95, 'Round Dining Table', 'table_plasto_round*8', 's', 2, 2, 1, '1', '0', '0',
112, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(96, 'Square Dining Table', 'table_plasto_square*8', 's', 1, 1, 1, '1', '0', '0'
, 113, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(97, 'Chair', 'chair_plasto*8', 's', 1, 1, 1, '0', '1', '0', 114, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(98, 'Occasional Table', 'table_plasto_4leg*9', 's', 2, 2, 1, '1', '0', '0', 115
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(99, 'Square Dining Table', 'table_plasto_bigsquare*9', 's', 2, 2, 1, '1', '0',
'0', 116, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(100, 'Square Dining Table', 'table_plasto_round*9', 's', 2, 2, 1, '1', '0', '0'
, 117, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(101, 'Chair', 'chair_plasto*9', 's', 1, 1, 1, '0', '1', '0', 119, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(102, 'Floor Rug', 'carpet_standard*6', 's', 3, 5, 0, '1', '0', '1', 120, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(103, 'Plastic Pod Chair', 'chair_plasty*1', 's', 1, 1, 1, '0', '1', '0', 121, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(104, 'Pizza Box', 'pizza', 's', 1, 1, 1, '0', '0', '0', 122, '1', '1', '1', '1'
, '1', 'default', 1, '0', ''),
(105, 'Empty Cans', 'drinks', 's', 1, 1, 1, '0', '0', '0', 123, '1', '1', '1', '
1', '1', 'default', 1, '0', ''),
(106, 'Plastic Pod Chair', 'chair_plasty*2', 's', 1, 1, 1, '0', '1', '0', 124, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(107, 'Plastic Pod Chair', 'chair_plasty*3', 's', 1, 1, 1, '0', '1', '0', 125, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(108, 'Plastic Pod Chair', 'chair_plasty*4', 's', 1, 1, 1, '0', '1', '0', 126, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(109, 'Mini-Bar', 'bar_polyfon', 's', 1, 1, 1, '0', '0', '0', 127, '1', '1', '1'
, '1', '1', 'vendingmachine', 0, '6,5,2,1', ''),
(110, 'Aloe Vera', 'plant_cruddy', 's', 1, 1, 1, '0', '0', '0', 128, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(111, 'Empty Spinning Bottle', 'bottle', 's', 1, 1, 1, '0', '0', '0', 129, '1',
'1', '1', '1', '1', 'bottle', 0, '0', ''),
(112, 'Bar/desk', 'bardesk_polyfon', 's', 2, 1, 1, '1', '0', '0', 130, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(113, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon', 's', 1, 1, 1, '1', '0', '0
', 131, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(115, 'Barrel Minibar', 'bar_armas', 's', 1, 1, 1, '1', '0', '0', 133, '1', '1',
'1', '1', '1', 'vendingmachine', 0, '6,2,1', ''),

(116, 'Bardesk', 'bartable_armas', 's', 1, 3, 1.2, '1', '0', '0', 134, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(117, 'Barrel Stool', 'bar_chair_armas', 's', 1, 1, 1.2, '0', '1', '0', 135, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(118, 'Soft Wool Rug', 'carpet_soft', 's', 2, 4, 0, '1', '0', '1', 136, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(119, 'Soft Wool Rug', 'carpet_soft*1', 's', 2, 4, 0, '1', '0', '1', 137, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(120, 'Soft Wool Rug', 'carpet_soft*2', 's', 2, 4, 0, '1', '0', '1', 138, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(121, 'Soft Wool Rug', 'carpet_soft*3', 's', 2, 4, 0, '1', '0', '1', 139, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(122, 'Soft Wool Rug', 'carpet_soft*4', 's', 2, 4, 0, '1', '0', '1', 140, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(123, 'Soft Wool Rug', 'carpet_soft*5', 's', 2, 4, 0, '1', '0', '1', 141, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(124, 'Soft Wool Rug', 'carpet_soft*6', 's', 2, 4, 0, '1', '0', '1', 143, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(125, 'Portable TV', 'red_tv', 's', 1, 1, 1, '0', '0', '0', 144, '1', '1', '1',
'1', '1', 'default', 2, '0', ''),
(126, 'Large TV', 'wood_tv', 's', 1, 2, 1, '0', '0', '0', 145, '1', '1', '1', '1
', '1', 'default', 4, '0', ''),
(127, 'Pink Faux-Fur Bear Rug', 'carpet_polar*1', 's', 2, 3, 0, '1', '0', '1', 1
46, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(128, 'Plastic Pod Chair', 'chair_plasty*5', 's', 1, 1, 1, '0', '1', '0', 147, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(129, 'Blue Bear Rug', 'carpet_polar*2', 's', 2, 3, 0, '1', '0', '1', 148, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(130, 'Yellow Bear Rug', 'carpet_polar*3', 's', 2, 3, 0, '1', '0', '1', 149, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(131, 'Green Bear Rug', 'carpet_polar*4', 's', 2, 3, 0, '1', '0', '1', 150, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(132, 'Plastic Pod Chair', 'chair_plasty*6', 's', 1, 1, 1, '0', '1', '0', 151, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(133, 'Large Coffee Table', 'table_polyfon', 's', 2, 2, 1, '1', '0', '0', 152, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(134, 'Large Dining Table', 'smooth_table_polyfon', 's', 2, 2, 1, '1', '0', '0',
153, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(135, 'Armchair', 'sofachair_polyfon_girl', 's', 1, 1, 1.1, '0', '1', '0', 154,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(136, 'Single Bed', 'bed_polyfon_girl_one', 's', 1, 3, 1.8, '1', '0', '0', 155,
'1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(137, 'Double Bed', 'bed_polyfon_girl', 's', 2, 3, 1.8, '0', '0', '0', 156, '1',
'1', '1', '1', '1', 'bed', 1, '0', ''),
(138, 'Two-seater Sofa', 'sofa_polyfon_girl', 's', 2, 1, 1.1, '0', '1', '0', 157
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(139, 'Plain Single Bed', 'bed_budgetb_one', 's', 1, 3, 1.9, '1', '0', '0', 158,
'1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(140, 'Plain Double Bed', 'bed_budgetb', 's', 2, 3, 1, '0', '0', '0', 159, '1',
'1', '1', '1', '1', 'bed', 1, '0', ''),
(141, 'Pineapple Plant', 'plant_pineapple', 's', 1, 1, 0.5, '1', '0', '0', 160,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(142, 'Fruit Tree', 'plant_fruittree', 's', 1, 1, 1, '0', '0', '0', 161, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(143, 'Small Cactus', 'plant_small_cactus', 's', 1, 1, 1, '0', '0', '0', 162, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(144, 'Bonsai Tree', 'plant_bonsai', 's', 1, 1, 0.4, '1', '0', '0', 163, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(145, 'Mature Cactus', 'plant_big_cactus', 's', 1, 1, 1, '0', '0', '0', 164, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),

(146, 'Yukka Plant', 'plant_yukka', 's', 1, 1, 0.5, '1', '0', '0', 165, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(147, 'Floor Rug', 'carpet_standard*7', 's', 3, 5, 0, '1', '0', '1', 166, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(148, 'Floor Rug', 'carpet_standard*8', 's', 3, 5, 0, '1', '0', '1', 167, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(149, 'Floor Rug', 'carpet_standard*9', 's', 3, 5, 0, '1', '0', '1', 168, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(150, 'Floor Rug', 'carpet_standard*10', 's', 3, 5, 0, '1', '0', '1', 169, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(151, 'Floor Rug', 'carpet_standard*11', 's', 3, 5, 0, '1', '0', '1', 170, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(152, 'Cut Sunflower', 'plant_sunflower', 's', 1, 1, 1, '0', '0', '0', 171, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(153, 'Cut Roses', 'plant_rose', 's', 1, 1, 1, '0', '0', '0', 172, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(154, 'Digital TV', 'tv_luxus', 's', 1, 3, 1, '0', '0', '0', 173, '1', '1', '1',
'1', '1', 'default', 2, '0', ''),
(155, 'Bubble Bath', 'bath', 's', 1, 2, 1, '0', '1', '0', 174, '1', '1', '1', '1
', '1', 'default', 2, '0', ''),
(156, 'Sink', 'sink', 's', 1, 1, 1, '0', '0', '0', 177, '1', '1', '1', '1', '1',
'vendingmachine', 0, '100', ''),
(157, 'Loo Seat', 'toilet', 's', 1, 1, 1.2, '0', '1', '0', 178, '1', '1', '1', '
1', '1', 'default', 2, '0', ''),
(158, 'Rubber Duck', 'duck', 's', 1, 1, 1, '0', '0', '0', 179, '1', '1', '1', '1
', '1', 'default', 1, '0', ''),
(159, 'Floor Tiles', 'tile', 's', 4, 4, 0, '1', '0', '1', 180, '1', '1', '1', '1
', '1', 'default', 1, '0', ''),
(160, 'Loo Seat', 'toilet_red', 's', 1, 1, 1.2, '0', '1', '0', 181, '1', '1', '1
', '1', '1', 'default', 2, '0', ''),
(161, 'Loo Seat', 'toilet_yell', 's', 1, 1, 1.2, '0', '1', '0', 182, '1', '1', '
1', '1', '1', 'default', 2, '0', ''),
(162, 'Floor Tiles', 'tile_red', 's', 4, 4, 0, '1', '0', '1', 183, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(163, 'Floor Tiles', 'tile_yell', 's', 4, 4, 0, '1', '0', '1', 184, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(164, 'Gift', 'present_gen', 's', 1, 1, 1, '1', '0', '0', 187, '1', '0', '1', '1
', '1', 'default', 1, '0', ''),
(165, 'Gift', 'present_gen1', 's', 1, 1, 1, '1', '0', '0', 188, '1', '0', '1', '
1', '1', 'default', 1, '0', ''),
(166, 'Gift', 'present_gen2', 's', 1, 1, 1, '1', '0', '0', 189, '1', '0', '1', '
1', '1', 'default', 1, '0', ''),
(167, 'Gift', 'present_gen3', 's', 1, 1, 1, '1', '0', '0', 190, '1', '0', '1', '
1', '1', 'default', 1, '0', ''),
(168, 'Gift', 'present_gen4', 's', 1, 1, 1, '1', '0', '0', 191, '1', '0', '1', '
1', '1', 'default', 1, '0', ''),
(169, 'Gift', 'present_gen5', 's', 1, 1, 1, '1', '0', '0', 192, '1', '0', '1', '
1', '1', 'default', 1, '0', ''),
(170, 'Gift', 'present_gen6', 's', 1, 1, 1, '1', '0', '0', 193, '1', '0', '1', '
1', '1', 'default', 1, '0', ''),
(171, 'A Pura Minibar', 'bar_basic', 's', 1, 1, 1.4, '1', '0', '0', 195, '1', '1
', '1', '1', '1', 'vendingmachine', 0, '6,2,5,1', ''),
(172, 'Pura Shelves', 'shelves_basic', 's', 2, 1, 2.2, '1', '0', '0', 196, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(173, 'iced sofachair', 'soft_sofachair_norja', 's', 1, 1, 1, '0', '1', '0', 197
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(174, 'iced sofa', 'soft_sofa_norja', 's', 2, 1, 1, '0', '1', '0', 198, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(175, 'Pura Lamp', 'lamp_basic', 's', 1, 1, 1, '0', '0', '0', 199, '1', '1', '1'
, '1', '1', 'default', 2, '0', ''),

(176, 'Lodge Candle', 'lamp2_armas', 's', 1, 1, 1, '0', '0', '0', 200, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(177, 'Pura Refridgerator', 'fridge', 's', 1, 1, 1.2, '1', '0', '0', 201, '1', '
1', '1', '1', '1', 'vendingmachine', 0, '3,5,6,2', ''),
(178, 'Telephone Box', 'door', 's', 1, 1, 0.001, '0', '0', '0', 202, '1', '1', '
0', '1', '1', 'teleport', 1, '0', ''),
(179, 'Wardrobe', 'doorB', 's', 1, 1, 0.001, '0', '0', '0', 204, '1', '1', '0',
'1', '1', 'teleport', 1, '0', ''),
(180, 'Portaloo', 'doorC', 's', 1, 1, 0.001, '0', '0', '0', 205, '1', '1', '0',
'1', '1', 'teleport', 1, '0', ''),
(181, 'Pumpkin Lamp', 'pumpkin', 's', 1, 1, 1, '1', '0', '0', 206, '1', '1', '1'
, '1', '1', 'default', 2, '0', ''),
(182, 'Skull Candle Holder', 'skullcandle', 's', 1, 1, 1, '0', '0', '0', 207, '1
', '1', '1', '1', '1', 'default', 2, '0', ''),
(183, 'Blood', 'deadduck', 's', 1, 1, 1, '0', '0', '0', 208, '1', '1', '1', '1',
'1', 'default', 1, '0', ''),
(184, 'Dead Duck 2', 'deadduck2', 's', 1, 1, 1, '0', '0', '0', 209, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(185, 'Dead Duck 3', 'deadduck3', 's', 1, 1, 1, '0', '0', '0', 210, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(186, 'Menorah', 'menorah', 's', 1, 1, 1, '0', '0', '0', 211, '1', '1', '1', '1'
, '1', 'default', 2, '0', ''),
(187, 'Christmas Pudding', 'pudding', 's', 1, 1, 1, '1', '0', '0', 212, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(188, 'Joint of Ham', 'ham', 's', 1, 1, 1, '0', '0', '0', 213, '1', '1', '1', '1
', '1', 'default', 1, '0', ''),
(189, 'Roast Turkey', 'turkey', 's', 1, 1, 1, '0', '0', '0', 214, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(190, 'Christmas Rubber Duck', 'xmasduck', 's', 1, 1, 1, '1', '0', '0', 215, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(191, 'Gingerbread House', 'house', 's', 1, 1, 0.5, '1', '0', '0', 216, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(192, 'Electric Candles', 'triplecandle', 's', 1, 1, 1, '0', '0', '0', 217, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(193, 'Christmas Tree 1', 'tree3', 's', 1, 1, 1, '0', '0', '0', 218, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(194, 'Christmas Tree 2', 'tree4', 's', 1, 1, 1, '0', '0', '0', 219, '1', '1', '
1', '1', '1', 'default', 2, '0', ''),
(195, 'Christmas Tree 3', 'tree5', 's', 1, 1, 1, '0', '0', '0', 220, '1', '1', '
1', '1', '1', 'default', 2, '0', ''),
(196, 'Eaten Ham', 'ham2', 's', 1, 1, 1, '0', '0', '0', 223, '1', '1', '1', '1',
'1', 'default', 1, '0', ''),
(197, 'White Candle Plate', 'wcandleset', 's', 1, 1, 1, '0', '0', '0', 224, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(198, 'Red Candle Plate', 'rcandleset', 's', 1, 1, 1, '0', '0', '0', 225, '1', '
1', '1', '1', '1', 'default', 2, '0', ''),
(199, 'Giant Heart', 'statue', 's', 1, 1, 1, '0', '0', '0', 226, '1', '1', '1',
'1', '1', 'default', 2, '0', ''),
(200, 'Valentine''s Duck', 'valeduck', 's', 1, 1, 1, '0', '0', '0', 228, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(201, 'Heart Sofa', 'heartsofa', 's', 2, 1, 1, '0', '1', '0', 229, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(202, 'Throne', 'throne', 's', 1, 1, 1, '1', '1', '0', 230, '0', '1', '1', '1',
'1', 'default', 1, '0', ''),
(203, 'Russian Samovar', 'samovar', 's', 1, 1, 1, '0', '0', '0', 231, '0', '1',
'1', '1', '1', 'vendingmachine', 0, '1', ''),
(204, 'Vase of Flowers', 'giftflowers', 's', 1, 1, 1, '0', '0', '0', 232, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(205, 'Cake', 'habbocake', 's', 1, 1, 1, '0', '0', '0', 233, '1', '1', '1', '1',
'1', 'default', 1, '0', ''),

(206, 'Holopod', 'hologram', 's', 1, 1, 0.5, '1', '0', '0', 234, '1', '1', '1',
'1', '1', 'default', 2, '0', ''),
(207, 'Wannabe bunny', 'easterduck', 's', 1, 1, 1, '0', '0', '0', 235, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(208, 'Squidgy Bunny', 'bunny', 's', 1, 1, 1, '0', '0', '0', 236, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(209, 'Basket Of Eggs', 'basket', 's', 1, 1, 1, '0', '0', '0', 237, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(210, 'Pop-up Egg', 'birdie', 's', 1, 1, 1, '0', '0', '0', 238, '1', '1', '1', '
1', '1', 'default', 2, '0', ''),
(211, 'Holo-dice', 'edice', 's', 1, 1, 1, '1', '0', '0', 239, '1', '1', '1', '1'
, '1', 'dice', 1, '0', ''),
(212, 'Club sofa', 'club_sofa', 's', 2, 1, 1, '0', '1', '0', 267, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(1309, 'Greek trophy', 'a0 greektrophy_g', 's', 1, 1, 1, '1', '0', '0', 2912, '1
', '1', '1', '1', '0', 'trophy', 1, '0', ''),
(1115, 'Bubble trophy', 'a0 prizetrophy8_g', 's', 1, 1, 1, '1', '0', '0', 2729,
'1', '1', '1', '1', '0', 'trophy', 1, '0', ''),
(216, 'Hatch (Lockable)', 'divider_poly3', 's', 1, 1, 0.001, '0', '0', '0', 244,
'1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(217, 'Corner plinth', 'divider_arm1', 's', 1, 1, 1.4, '1', '0', '0', 245, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(218, 'Room divider', 'divider_arm2', 's', 2, 1, 1, '1', '0', '0', 246, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(219, 'Knock', 'divider_arm3', 's', 1, 1, 0.001, '0', '0', '0', 247, '1', '1', '
1', '1', '1', 'gate', 2, '0', ''),
(220, 'Looks squishy', 'divider_nor1', 's', 1, 1, 1, '0', '0', '0', 248, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(221, 'Corner Shelf', 'divider_silo1', 's', 1, 1, 1, '1', '0', '0', 249, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(222, 'Strong', 'divider_nor2', 's', 2, 1, 1, '0', '0', '0', 250, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(223, 'Screen', 'divider_silo2', 's', 2, 1, 1, '0', '0', '0', 251, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(224, 'Door (Lockable)', 'divider_nor3', 's', 1, 1, 0.001, '0', '0', '0', 252, '
1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(225, 'Gate (lockable)', 'divider_silo3', 's', 1, 1, 0.001, '0', '0', '0', 253,
'1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(226, 'Typewriter', 'typingmachine', 's', 1, 1, 0.5, '1', '0', '0', 254, '0', '1
', '1', '1', '1', 'default', 1, '0', ''),
(227, 'Dragon Egg', 'spyro', 's', 1, 1, 0.5, '1', '0', '0', 260, '0', '1', '1',
'1', '1', 'default', 1, '0', ''),
(228, 'Holo-girl', 'redhologram', 's', 1, 1, 0.5, '1', '0', '0', 261, '0', '1',
'1', '1', '1', 'default', 2, '0', ''),
(230, 'Poinsetta', 'joulutahti', 's', 1, 1, 1, '0', '0', '0', 264, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(231, 'Pink Hyacinth', 'hyacinth1', 's', 1, 1, 1, '0', '0', '0', 265, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(232, 'Blue Hyacinth', 'hyacinth2', 's', 1, 1, 1, '0', '0', '0', 266, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(233, 'Chair', 'chair_plasto*10', 's', 1, 1, 1, '0', '1', '0', 268, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(234, 'Chair', 'chair_plasto*11', 's', 1, 1, 1, '0', '1', '0', 269, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(235, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*12', 's', 1, 1, 1, '1', '0',
'0', 270, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(236, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*13', 's', 1, 1, 1, '1', '0',
'0', 271, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(237, 'Chair', 'chair_plasto*12', 's', 1, 1, 1, '0', '1', '0', 273, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),

(238, 'Chair', 'chair_plasto*13', 's', 1, 1, 1, '0', '1', '0', 274, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(239, 'HC chair', 'chair_plasto*14', 's', 1, 1, 1, '0', '1', '0', 275, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(240, 'HC table', 'table_plasto_4leg*14', 's', 2, 2, 1, '1', '0', '0', 276, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(241, 'Mochamaster', 'mocchamaster', 's', 1, 1, 1, '1', '0', '0', 277, '1', '1',
'1', '1', '1', 'vendingmachine', 0, '9,8,14,15,6,10,11,12,17,13', ''),
(242, 'Basketball Court', 'carpet_legocourt', 's', 3, 3, 0, '1', '0', '1', 278,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(243, 'Team Bench', 'bench_lego', 's', 4, 1, 1, '0', '1', '0', 279, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(337, 'Silver Habbo trophy', 'a0 prizetrophy7_s', 's', 1, 1, 1, '0', '0', '0', 1
525, '1', '1', '1', '1', '0', 'trophy', 1, '0', ''),
(245, 'Holiday Romance', 'valentinescreen', 's', 2, 1, 0.1, '0', '0', '1', 283,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(246, 'Dicemaster', 'edicehc', 's', 1, 1, 1, '1', '0', '0', 284, '1', '1', '1',
'1', '1', 'dice', 1, '0', ''),
(247, 'Petal Patch', 'rare_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 285, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(248, 'Blue Amber Lamp', 'rare_beehive_bulb', 's', 1, 1, 1, '1', '0', '0', 286,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(249, 'Throne Sofa', 'hcsohva', 's', 2, 1, 1, '0', '1', '0', 287, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(250, 'Tubmaster', 'hcamme', 's', 1, 2, 0.6, '0', '1', '0', 288, '1', '1', '1',
'1', '1', 'default', 2, '0', ''),
(251, 'Golden Elephant', 'rare_elephant_statue', 's', 1, 1, 1.4, '1', '1', '0',
290, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(252, 'Bird Bath (red)', 'rare_fountain', 's', 1, 1, 1, '1', '0', '0', 291, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(253, 'Speaker''s Corner', 'rare_stand', 's', 1, 1, 1.7, '0', '1', '0', 292, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(254, 'Snow Globe', 'rare_globe', 's', 1, 1, 1, '1', '0', '0', 293, '1', '1', '1
', '1', '1', 'default', 2, '0', ''),
(255, 'Hammock', 'rare_hammock', 's', 1, 3, 1.57, '0', '0', '0', 294, '1', '1',
'1', '1', '1', 'bed', 1, '0', ''),
(256, 'Silver Elephant', 'rare_elephant_statue*1', 's', 1, 1, 1.4, '1', '0', '0'
, 295, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(257, 'Bronze Elephant', 'rare_elephant_statue*2', 's', 1, 1, 1.4, '1', '0', '0'
, 296, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(258, 'Bird Bath (grey)', 'rare_fountain*1', 's', 1, 1, 1, '1', '0', '0', 297, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(259, 'Bird Bath (green)', 'rare_fountain*2', 's', 1, 1, 1, '1', '0', '0', 298,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(260, 'Bird Bath (blue)', 'rare_fountain*3', 's', 1, 1, 1, '1', '0', '0', 299, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(261, 'Red Amber Lamp', 'rare_beehive_bulb*1', 's', 1, 1, 1, '1', '0', '0', 300,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(262, 'Yellow Amber Lamp', 'rare_beehive_bulb*2', 's', 1, 1, 1, '1', '0', '0', 3
01, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(263, 'Lappland Greetings', 'rare_xmas_screen', 's', 2, 1, 0, '0', '0', '1', 302
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(264, 'Yellow Parasol', 'rare_parasol*1', 's', 1, 1, 1, '0', '0', '0', 303, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(265, 'Orange Parasol', 'rare_parasol*2', 's', 1, 1, 1, '0', '0', '0', 304, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(266, 'Violet Parasol', 'rare_parasol*3', 's', 1, 1, 1, '0', '0', '0', 305, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(267, 'Dead tree', 'tree1', 's', 1, 1, 1, '0', '0', '0', 1758, '1', '1', '1', '1
', '1', 'default', 1, '0', ''),

(20045, 'arabian_tile', 'arabian_tile', 's', 2, 2, 0, '1', '0', '1', 3312, '1',


'1', '1', '1', '1', 'default', 1, '0', ''),
(269, 'White Candle', 'wcandle', 's', 1, 1, 1, '0', '0', '0', 2102, '1', '1', '1
', '1', '1', 'default', 2, '0', ''),
(270, 'Red Candle', 'rcandle', 's', 1, 1, 1, '0', '0', '0', 2121, '1', '1', '1',
'1', '1', 'default', 2, '0', ''),
(272, 'Gingerbread House', 'house2', 's', 1, 1, 0.5, '1', '0', '0', 428, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(273, 'Habbo Turntable', 'djesko_turntable', 's', 1, 1, 0.5, '1', '0', '0', 449,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(275, 'Habbo Cola Machine', 'md_limukaappi', 's', 1, 1, 1, '0', '0', '0', 457, '
1', '1', '1', '1', '1', 'vendingmachine', 0, '19', ''),
(276, 'Occasional Table', 'table_plasto_4leg*10', 's', 2, 2, 1, '1', '0', '0', 1
484, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(277, 'Occasional Table', 'table_plasto_4leg*15', 's', 2, 2, 1, '1', '0', '0', 1
486, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(278, 'Occasional Table', 'table_plasto_bigsquare*14', 's', 2, 2, 1, '1', '0', '
0', 1487, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(279, 'Occasional Table', 'table_plasto_bigsquare*15', 's', 2, 2, 1, '1', '0', '
0', 1488, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(280, 'Occasional Table', 'table_plasto_round*14', 's', 2, 2, 1, '1', '0', '0',
1489, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(281, 'Occasional Table', 'table_plasto_round*15', 's', 2, 2, 1, '1', '0', '0',
1490, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(282, 'Occasional Table', 'table_plasto_square*14', 's', 1, 1, 1, '1', '0', '0',
1491, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(283, 'Occasional Table', 'table_plasto_square*15', 's', 1, 1, 1, '1', '0', '0',
1492, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(284, 'Chair', 'chair_plasto*15', 's', 1, 1, 1, '0', '1', '0', 1495, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(285, 'Plastic Pod Chair', 'chair_plasty*7', 's', 1, 1, 1, '0', '1', '0', 1496,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(286, 'Plastic Pod Chair', 'chair_plasty*8', 's', 1, 1, 1, '0', '1', '0', 1497,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(287, 'Plastic Pod Chair', 'chair_plasty*9', 's', 1, 1, 1, '0', '1', '0', 1498,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(288, 'Plastic Pod Chair', 'chair_plasty*10', 's', 1, 1, 1, '0', '1', '0', 1499,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(289, 'Plastic Pod Chair', 'chair_plasty*11', 's', 1, 1, 1, '0', '1', '0', 1500,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(290, 'Chair', 'chair_plasto*16', 's', 1, 1, 1, '0', '1', '0', 1501, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(291, 'Occasional Table', 'table_plasto_4leg*16', 's', 2, 2, 1, '1', '0', '0', 1
502, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(292, 'Scoreboard', 'hockey_score', 's', 1, 1, 1, '0', '0', '0', 1503, '1', '1',
'1', '1', '1', 'scoreboard', 100, '0', ''),
(293, 'Lert', 'hockey_light', 's', 1, 1, 1, '0', '0', '0', 1504, '1', '1', '1',
'1', '1', 'alert', 2, '0', ''),
(294, 'Imperial Teleport', 'doorD', 's', 1, 1, 0.001, '0', '0', '0', 1505, '1',
'1', '0', '1', '1', 'teleport', 1, '0', ''),
(336, 'Gold Habbo trophy', 'a0 prizetrophy7_g', 's', 1, 1, 1, '1', '0', '0', 151
8, '1', '1', '1', '1', '0', 'trophy', 1, '0', ''),
(335, 'Bronze Habbo trophy', 'a0 prizetrophy7_b', 's', 1, 1, 1, '0', '0', '0', 2
586, '1', '1', '1', '1', '0', 'trophy', 1, '0', ''),
(311, 'Classic trophy', 'prizetrophy*3', 's', 1, 1, 1, '1', '0', '0', 1526, '1',
'1', '1', '1', '0', 'trophy', 1, '0', ''),
(310, 'Champion trophy', 'a0 prizetrophy6_s', 's', 1, 1, 1, '0', '0', '0', 1524,
'1', '1', '1', '1', '0', 'trophy', 1, '0', ''),
(309, 'Duo trophy', 'a0 prizetrophy5_s', 's', 1, 1, 1, '0', '0', '0', 1521, '1',
'1', '1', '1', '0', 'trophy', 1, '0', ''),

(308, 'Fish trophy', 'a0 prizetrophy4_s', 's', 1, 1, 1, '0', '0', '0', 1522, '1'
, '1', '1', '1', '0', 'trophy', 1, '0', ''),
(307, 'Globe trophy', 'a0 prizetrophy3_s', 's', 1, 1, 1, '0', '0', '0', 1521, '1
', '1', '1', '1', '0', 'trophy', 1, '0', ''),
(306, 'Duck trophy', 'a0 prizetrophy2_s', 's', 1, 1, 1, '0', '0', '0', 1520, '1'
, '1', '1', '1', '0', 'trophy', 1, '0', ''),
(305, 'Classic trophy', 'prizetrophy*2', 's', 1, 1, 1, '0', '0', '0', 1519, '1',
'1', '1', '1', '0', 'trophy', 1, '0', ''),
(304, 'Champion trophy', 'a0 prizetrophy6_g', 's', 1, 1, 1, '1', '0', '0', 1517,
'1', '1', '1', '1', '0', 'trophy', 1, '0', ''),
(303, 'Duo trophy', 'a0 prizetrophy5_g', 's', 1, 1, 1, '1', '0', '0', 1515, '1',
'1', '1', '1', '0', 'trophy', 1, '0', ''),
(302, 'Fish trophy', 'a0 prizetrophy4_g', 's', 1, 1, 1, '1', '0', '0', 1515, '1'
, '1', '1', '1', '0', 'trophy', 1, '0', ''),
(301, 'Globe trophy', 'a0 prizetrophy3_g', 's', 1, 1, 1, '1', '0', '0', 1514, '1
', '1', '1', '1', '0', 'trophy', 1, '0', ''),
(300, 'Duck trophy', 'a0 prizetrophy2_g', 's', 1, 1, 1, '1', '0', '0', 1513, '1'
, '1', '1', '1', '0', 'trophy', 1, '0', ''),
(312, 'Green Parasol', 'rare_parasol*0', 's', 1, 1, 1, '0', '0', '0', 289, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(313, 'Oil Lamp', 'hc_lmp', 's', 1, 1, 1, '0', '0', '0', 1529, '1', '1', '1', '1
', '1', 'default', 2, '0', ''),
(314, 'Nordic Table', 'hc_tbl', 's', 1, 3, 1, '1', '0', '0', 1528, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(315, 'Majestic Chair', 'hc_chr', 's', 1, 1, 1, '0', '1', '0', 1527, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(316, 'Study Desk', 'hc_dsk', 's', 1, 2, 1, '0', '0', '0', 1530, '1', '1', '1',
'1', '1', 'default', 2, '0', ''),
(317, 'Night', 'nest', 's', 1, 1, 0.1, '0', '0', '1', 1531, '1', '1', '1', '1',
'1', 'default', 1, '0', ''),
(318, 'Bones Mega Multipack', 'petfood1', 's', 1, 1, 1, '1', '0', '0', 1532, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(319, 'Sardines Mega Multipack', 'petfood2', 's', 1, 1, 1, '1', '0', '0', 1533,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(320, 'Cabbage Mega Multipack', 'petfood3', 's', 1, 1, 1, '1', '0', '0', 1534, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(321, 'Blue Water Bowl', 'waterbowl*4', 's', 1, 1, 1, '1', '0', '0', 1535, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(322, 'Brown Water Bowl', 'waterbowl*5', 's', 1, 1, 1, '1', '0', '0', 1536, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(323, 'Green Water Bowl', 'waterbowl*2', 's', 1, 1, 1, '1', '0', '0', 1537, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(324, 'Red Water Bowl', 'waterbowl*1', 's', 1, 1, 1, '1', '0', '0', 1538, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(325, 'Yellow Water Bowl', 'waterbowl*3', 's', 1, 1, 1, '1', '0', '0', 1539, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(326, 'Rubber Ball', 'toy1', 's', 1, 1, 1, '1', '0', '0', 1540, '1', '1', '1', '
1', '1', 'default', 1, '0', ''),
(327, 'Rubber Ball', 'toy1*1', 's', 1, 1, 1, '1', '0', '0', 1541, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(328, 'Rubber Ball', 'toy1*2', 's', 1, 1, 1, '1', '0', '0', 1542, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(329, 'Rubber Ball', 'toy1*3', 's', 1, 1, 1, '1', '0', '0', 1543, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(330, 'Rubber Ball', 'toy1*4', 's', 1, 1, 1, '1', '0', '0', 1544, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(331, 'Marzipan Man', 'goodie1', 's', 1, 1, 1, '1', '0', '0', 1545, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(332, 'Marzipan Man', 'goodie1*1', 's', 1, 1, 1, '1', '0', '0', 1546, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),

(333, 'Marzipan Man', 'goodie1*2', 's', 1, 1, 1, '1', '0', '0', 1547, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(334, 'Chocolate Mouse', 'goodie2', 's', 1, 1, 1, '1', '0', '0', 1548, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(299, 'Classic trophy', 'prizetrophy*1', 's', 1, 1, 1, '1', '0', '0', 1512, '1',
'1', '1', '1', '0', 'trophy', 1, '0', ''),
(298, 'Champion trophy', 'a0 prizetrophy5_b', 's', 1, 1, 1, '0', '0', '0', 1510,
'1', '1', '1', '1', '0', 'trophy', 1, '0', ''),
(297, 'Fish trophy', 'a0 prizetrophy4_b', 's', 1, 1, 1, '0', '0', '0', 1508, '1'
, '1', '1', '1', '0', 'trophy', 1, '0', ''),
(338, 'Red Laser Door', 'scifiport*0', 's', 1, 1, 0.001, '0', '0', '0', 1549, '1
', '1', '1', '1', '1', 'gate', 2, '0', ''),
(339, 'Violet Sci-Fi Port', 'scifiport*9', 's', 1, 1, 0.001, '0', '0', '0', 1550
, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(340, 'Purple Sci-Fi Port', 'scifiport*8', 's', 1, 1, 0.001, '0', '0', '0', 1551
, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(341, 'Aqua Laser Gate', 'scifiport*7', 's', 1, 1, 0.001, '0', '0', '0', 1552, '
1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(342, 'White Sci-Fi Port', 'scifiport*6', 's', 1, 1, 0.001, '0', '0', '0', 1553,
'1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(343, 'Security Fence', 'scifiport*5', 's', 1, 1, 0.001, '0', '0', '0', 1554, '1
', '1', '1', '1', '1', 'gate', 2, '0', ''),
(344, 'Pink Sci-Fi Port', 'scifiport*4', 's', 1, 1, 0.001, '0', '0', '0', 1555,
'1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(345, 'Jade Sci-Fi Port', 'scifiport*3', 's', 1, 1, 0.001, '0', '0', '0', 1556,
'1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(346, 'Blue Laser Gate', 'scifiport*2', 's', 1, 1, 0.001, '0', '0', '0', 1557, '
1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(347, 'Gold Laser Gate', 'scifiport*1', 's', 1, 1, 0.001, '0', '0', '0', 1558, '
1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(348, 'Neptune Smoke Machine', 'scifirocket*9', 's', 1, 1, 0.5, '1', '0', '0', 1
559, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(349, 'From a space far', 'scifirocket*8', 's', 1, 1, 0.5, '1', '0', '0', 1560,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(350, 'Jupiter Smoke Machine', 'scifirocket*7', 's', 1, 1, 0.5, '1', '0', '0', 1
561, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(351, 'Mercury Smoke Machine', 'scifirocket*6', 's', 1, 1, 0.0001, '1', '0', '0'
, 1562, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(352, 'Uranus Smoke Machine', 'scifirocket*5', 's', 1, 1, 0.5, '1', '0', '0', 15
63, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(353, 'Venus Smoke Machine', 'scifirocket*4', 's', 1, 1, 0.5, '1', '0', '0', 156
4, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(354, 'Endor Smoke Machine', 'scifirocket*3', 's', 1, 1, 0.5, '1', '0', '0', 156
5, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(355, 'Earth Smoke Machine', 'scifirocket*2', 's', 1, 1, 0.5, '1', '0', '0', 156
6, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(356, 'Saturn Smoke Machine', 'scifirocket*1', 's', 1, 1, 0.0001, '1', '0', '0',
1567, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(357, 'Mars Smoke Machine', 'scifirocket*0', 's', 1, 1, 0.5, '1', '0', '0', 1568
, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(358, 'Violet Starship Door', 'scifidoor*10', 's', 1, 1, 0.001, '0', '0', '0', 1
569, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(359, 'It''s blue', 'scifidoor*9', 's', 1, 1, 0.001, '0', '0', '0', 1570, '1', '
1', '1', '1', '1', 'gate', 2, '0', ''),
(360, 'Purple Spaceship Door', 'scifidoor*8', 's', 1, 1, 0.001, '0', '0', '0', 1
571, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(361, 'Aqua Spaceship Door', 'scifidoor*7', 's', 1, 1, 0.001, '0', '0', '0', 157
2, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(362, 'Black Monolith', 'scifidoor*6', 's', 1, 1, 0.001, '0', '0', '0', 1573, '1
', '1', '1', '1', '1', 'gate', 2, '0', ''),

(363, 'White Spaceship Door', 'scifidoor*5', 's', 1, 1, 0.001, '0', '0', '0', 15
74, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(364, 'Emerald Spaceship Door', 'scifidoor*4', 's', 1, 1, 0.001, '0', '0', '0',
1575, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(365, 'Lightblue Spaceship Door', 'scifidoor*3', 's', 1, 1, 0.001, '0', '0', '0'
, 1576, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(366, 'Yellow Spaceship Door', 'scifidoor*2', 's', 1, 1, 0.001, '0', '0', '0', 1
577, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(367, 'Pink Spaceship Door', 'scifidoor*1', 's', 1, 1, 0.001, '0', '0', '0', 157
8, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(368, 'Puffy', 'pillow*5', 's', 1, 1, 1, '0', '1', '0', 1579, '1', '1', '1', '1'
, '1', 'default', 1, '0', ''),
(369, 'Puffy', 'pillow*8', 's', 1, 1, 1, '0', '1', '0', 1580, '1', '1', '1', '1'
, '1', 'default', 1, '0', ''),
(370, 'White Lace Pillow', 'pillow*0', 's', 1, 1, 1, '0', '1', '0', 1581, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(371, 'Puffy', 'pillow*1', 's', 1, 1, 1, '0', '1', '0', 1582, '1', '1', '1', '1'
, '1', 'default', 1, '0', ''),
(372, 'Puffy', 'pillow*2', 's', 1, 1, 1, '0', '1', '0', 1583, '1', '1', '1', '1'
, '1', 'default', 1, '0', ''),
(373, 'Purple Velvet Pillow', 'pillow*7', 's', 1, 1, 1, '0', '1', '0', 1584, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(374, 'Puffy', 'pillow*9', 's', 1, 1, 1, '0', '1', '0', 1585, '1', '1', '1', '1'
, '1', 'default', 1, '0', ''),
(375, 'Puffy', 'pillow*4', 's', 1, 1, 1, '0', '1', '0', 1586, '1', '1', '1', '1'
, '1', 'default', 1, '0', ''),
(376, 'Puffy', 'pillow*6', 's', 1, 1, 1, '0', '1', '0', 1587, '1', '1', '1', '1'
, '1', 'default', 1, '0', ''),
(377, 'Puffy', 'pillow*3', 's', 1, 1, 1, '0', '1', '0', 1588, '1', '1', '1', '1'
, '1', 'default', 1, '0', ''),
(378, 'Pink marquee', 'marquee*1', 's', 1, 1, 0.001, '0', '0', '0', 1589, '1', '
1', '1', '1', '1', 'gate', 2, '0', ''),
(379, 'Red Dragon Marquee', 'marquee*2', 's', 1, 1, 0.001, '0', '0', '0', 1590,
'1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(380, 'Purple Marquee', 'marquee*7', 's', 1, 1, 0.001, '0', '0', '0', 1591, '1',
'1', '1', '1', '1', 'gate', 2, '0', ''),
(381, 'White Marquee', 'marquee*10', 's', 1, 1, 0.001, '0', '0', '0', 1592, '1',
'1', '1', '1', '1', 'gate', 2, '0', ''),
(382, 'Ultramarine Marquee', 'marquee*8', 's', 1, 1, 0.001, '0', '0', '0', 1593,
'1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(383, 'Green Marquee', 'marquee*9', 's', 1, 1, 0.001, '0', '0', '0', 1594, '1',
'1', '1', '1', '1', 'gate', 2, '0', ''),
(384, 'Graphite Marquee', 'marquee*5', 's', 1, 1, 0.001, '0', '0', '0', 1595, '1
', '1', '1', '1', '1', 'gate', 2, '0', ''),
(385, 'Yellow Marquee', 'marquee*4', 's', 1, 1, 0.001, '0', '0', '0', 1596, '1',
'1', '1', '1', '1', 'gate', 2, '0', ''),
(386, 'Blue Marquee', 'marquee*6', 's', 1, 1, 0.001, '0', '0', '0', 1597, '1', '
1', '1', '1', '1', 'gate', 2, '0', ''),
(387, 'Aqua Marquee', 'marquee*3', 's', 1, 1, 0.001, '0', '0', '0', 1598, '1', '
1', '1', '1', '1', 'gate', 2, '0', ''),
(388, 'Pink Oriental screen', 'wooden_screen*1', 's', 1, 2, 1, '0', '0', '0', 15
99, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(389, 'RosewoodScreen', 'wooden_screen*2', 's', 1, 2, 1, '0', '0', '0', 1600, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(390, 'Purple Oriental Screen', 'wooden_screen*7', 's', 1, 2, 1, '0', '0', '0',
1601, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(391, 'White Oriental Screen', 'wooden_screen*0', 's', 1, 2, 1, '0', '0', '0', 1
602, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(392, 'Night Blue Oriental Screen', 'wooden_screen*8', 's', 1, 2, 1, '0', '0', '
0', 1603, '1', '1', '1', '1', '1', 'default', 1, '0', ''),

(393, 'Gray Oriental Screen', 'wooden_screen*5', 's', 1, 2, 1, '0', '0', '0', 16


04, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(394, 'Green Oriental Screen', 'wooden_screen*9', 's', 1, 2, 1, '0', '0', '0', 1
605, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(395, 'Golden Oriental Screen', 'wooden_screen*4', 's', 1, 2, 1, '0', '0', '0',
1606, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(396, 'Blue Oriental Screen', 'wooden_screen*6', 's', 1, 2, 1, '0', '0', '0', 16
07, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(397, 'Terracotta Pillar', 'wooden_screen*3', 's', 1, 2, 1, '0', '0', '0', 1608,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(398, 'Pink Marble Pillar', 'pillar*1', 's', 1, 1, 3.5, '1', '0', '0', 1610, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(399, 'Rock Pillar', 'pillar*9', 's', 1, 1, 3.5, '1', '0', '0', 1611, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(400, 'Classy architect', 'pillar*0', 's', 1, 1, 3.5, '1', '0', '0', 1612, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(401, 'Roman Pillar', 'pillar*8', 's', 1, 1, 3.5, '1', '0', '0', 1613, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(402, 'Nordic Pillar', 'pillar*2', 's', 1, 1, 3.5, '1', '0', '0', 1614, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(403, 'Pagan Pillar', 'pillar*5', 's', 1, 1, 3.5, '1', '0', '0', 1615, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(404, 'Dark Ages Pillar', 'pillar*4', 's', 1, 1, 3.5, '1', '0', '0', 1616, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(405, 'Atlantean Pillar', 'pillar*7', 's', 1, 1, 3.5, '1', '0', '0', 1617, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(406, 'blue pillar', 'pillar*3', 's', 1, 1, 3.5, '1', '0', '0', 1618, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(407, 'Serpent of Doom', 'rare_dragonlamp*4', 's', 1, 1, 0.5, '1', '0', '0', 161
9, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(408, 'Fire Dragon Lamp', 'rare_dragonlamp*0', 's', 1, 1, 0.5, '1', '0', '0', 16
20, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(409, 'Elf Green Dragon Lamp', 'rare_dragonlamp*5', 's', 1, 1, 0.5, '1', '0', '0
', 1621, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(410, 'Jade Dragon Lamp', 'rare_dragonlamp*2', 's', 1, 1, 0.5, '1', '0', '0', 16
22, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(411, 'Bronze Dragon Lamp', 'rare_dragonlamp*8', 's', 1, 1, 0.5, '1', '0', '0',
1623, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(412, 'Purple Dragon Lamp', 'rare_dragonlamp*9', 's', 1, 1, 0.5, '1', '0', '0',
1624, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(413, 'Sky Dragon Lamp', 'rare_dragonlamp*7', 's', 1, 1, 0.5, '1', '0', '0', 162
5, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(414, 'Gold Dragon Lamp', 'rare_dragonlamp*6', 's', 1, 1, 0.5, '1', '0', '0', 16
26, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(415, 'Sea Dragon Lamp', 'rare_dragonlamp*1', 's', 1, 1, 0.5, '1', '0', '0', 162
7, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(416, 'Silver Dragon Lamp', 'rare_dragonlamp*3', 's', 1, 1, 0.5, '1', '0', '0',
1628, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(417, 'Blueberry Ice Cream Machine', 'rare_icecream*1', 's', 1, 1, 1.7, '1', '0'
, '0', 1629, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', '');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `len
gth`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow
_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_invento
ry_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `foot_f
igure`) VALUES
(418, 'Chocolate Ice Cream Machine', 'rare_icecream*7', 's', 1, 1, 1.7, '1', '0'
, '0', 1630, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', ''),
(419, 'Peppermint Ice Cream Machine', 'rare_icecream*8', 's', 1, 1, 1.7, '1', '0
', '0', 1631, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', ''),
(420, 'Pistachio Ice Cream Machine', 'rare_icecream*2', 's', 1, 1, 1.7, '1', '0'

, '0', 1632, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', ''),
(421, 'Toffee Ice Cream Machine', 'rare_icecream*6', 's', 1, 1, 1.7, '1', '0', '
0', 1633, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', ''),
(422, 'Bubblegum Ice Cream Machine', 'rare_icecream*9', 's', 1, 1, 1.7, '1', '0'
, '0', 1634, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', ''),
(423, 'Blackcurrant Ice Cream Machine', 'rare_icecream*3', 's', 1, 1, 1.7, '1',
'0', '0', 1635, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', ''),
(424, 'Cherry Ice Cream Machine', 'rare_icecream*0', 's', 1, 1, 1.7, '1', '0', '
0', 1636, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', ''),
(425, 'Strawberry Ice Cream Machine', 'rare_icecream*4', 's', 1, 1, 1.7, '1', '0
', '0', 1637, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', ''),
(426, 'Vanilla Ice Cream Machine', 'rare_icecream*5', 's', 1, 1, 1.7, '1', '0',
'0', 1638, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', ''),
(427, 'Brown Powered Fan', 'rare_fan*7', 's', 1, 1, 1, '1', '0', '0', 1639, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(428, 'Ochre Powered Fan', 'rare_fan*6', 's', 1, 1, 1, '1', '0', '0', 1640, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(429, 'Fucsia Powered Fan', 'rare_fan*9', 's', 1, 1, 1, '1', '0', '0', 1641, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(430, 'Purple Dragon Skin Fan', 'rare_fan*3', 's', 1, 1, 1, '1', '0', '0', 1642,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(431, 'Festive Fan', 'rare_fan*0', 's', 1, 1, 1, '1', '0', '0', 1643, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(432, 'SUPERLOVE Fan', 'rare_fan*4', 's', 1, 1, 1, '1', '0', '0', 1644, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(433, 'Yellow Powered Fan', 'rare_fan*5', 's', 1, 1, 1, '1', '0', '0', 1645, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(434, 'Birthday Fan', 'rare_fan*1', 's', 1, 1, 1, '1', '0', '0', 1646, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(435, 'Stylish', 'rare_fan*8', 's', 1, 1, 1, '1', '0', '0', 1647, '1', '1', '1',
'1', '1', 'default', 2, '0', ''),
(436, 'Green Powered Fan', 'rare_fan*2', 's', 1, 1, 1, '1', '0', '0', 1648, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(437, 'Ice Habbo Roller', 'queue_tile1*3', 's', 1, 1, 0.5, '1', '0', '1', 1649,
'1', '1', '1', '1', '1', 'roller', 1, '0', ''),
(438, 'Blue Habbo Roller', 'queue_tile1*6', 's', 1, 1, 0.5, '1', '0', '1', 1650,
'1', '1', '1', '1', '1', 'roller', 1, '0', ''),
(439, 'Gold Habbo Roller', 'queue_tile1*4', 's', 1, 1, 0.5, '1', '0', '1', 1651,
'1', '1', '1', '1', '1', 'roller', 1, '0', ''),
(440, 'Green Habbo Roller', 'queue_tile1*9', 's', 1, 1, 0.5, '1', '0', '1', 1652
, '1', '1', '1', '1', '1', 'roller', 1, '0', ''),
(441, 'Navy Habbo Roller', 'queue_tile1*8', 's', 1, 1, 0.5, '1', '0', '1', 1653,
'1', '1', '1', '1', '1', 'roller', 1, '0', ''),
(442, 'Knight Roller', 'queue_tile1*5', 's', 1, 1, 0.5, '1', '0', '1', 1654, '1'
, '1', '1', '1', '1', 'roller', 1, '0', ''),
(443, 'Purple Habbo Roller', 'queue_tile1*7', 's', 1, 1, 0.5, '1', '0', '1', 165
5, '1', '1', '1', '1', '1', 'roller', 1, '0', ''),
(444, 'Red Habbo Roller', 'queue_tile1*2', 's', 1, 1, 0.5, '1', '0', '1', 1656,
'1', '1', '1', '1', '1', 'roller', 1, '0', ''),
(445, 'Pink Habbo Roller', 'queue_tile1*1', 's', 1, 1, 0.5, '1', '0', '1', 1657,
'1', '1', '1', '1', '1', 'roller', 1, '0', ''),
(446, 'White Quest Roller', 'queue_tile1*0', 's', 1, 1, 0.5, '1', '0', '1', 1658
, '1', '1', '1', '1', '1', 'roller', 1, '0', ''),
(20071, 'ads_gsArcade_2 name', 'ads_gsArcade_2', 's', 1, 1, 1, '1', '0', '0', 32
78, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(448, 'Snow Rug', 'rare_snowrug', 's', 2, 2, 0, '1', '0', '1', 1738, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(449, 'Lantern', 'cn_lamp', 's', 1, 1, 1, '0', '0', '0', 1741, '1', '1', '1', '1
', '1', 'default', 2, '0', ''),
(450, 'Chinese Sofa', 'cn_sofa', 's', 3, 1, 1, '0', '1', '0', 1742, '1', '1', '1

', '1', '1', 'default', 1, '0', ''),


(451, 'Sport track straight', 'sporttrack1*1', 's', 2, 2, 0, '1', '0', '1', 1745
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(452, 'Sport track straight grass', 'sporttrack1*3', 's', 2, 2, 0, '1', '0', '1'
, 1747, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(453, 'Sport track straight asphalt', 'sporttrack1*2', 's', 2, 2, 0, '1', '0', '
1', 1748, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(454, 'Sport corner tartan', 'sporttrack2*1', 's', 2, 2, 0, '1', '0', '1', 1750,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(455, 'Sport corner asphalt', 'sporttrack2*2', 's', 2, 2, 0, '1', '0', '1', 1751
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(456, 'Sport corner grass', 'sporttrack2*3', 's', 2, 2, 0, '1', '0', '1', 1752,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(457, 'Sport goal tartan', 'sporttrack3*1', 's', 2, 2, 0, '1', '0', '1', 1754, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(458, 'Sport goal asphalt', 'sporttrack3*2', 's', 2, 2, 0, '1', '0', '1', 1755,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(459, 'Sport goal grass', 'sporttrack3*3', 's', 2, 2, 0, '1', '0', '1', 1756, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(460, 'Football Lamp', 'footylamp', 's', 1, 1, 0.0001, '1', '0', '0', 1757, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(461, 'Bar Stool', 'barchair_silo', 's', 1, 1, 1.2, '0', '1', '0', 1759, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(462, 'Habbos', 'divider_nor4*4', 's', 2, 1, 1, '0', '0', '0', 1760, '1', '1', '
1', '1', '1', 'gate', 2, '0', ''),
(463, 'Classic Traffic Light', 'traffic_light*1', 's', 1, 1, 1, '0', '0', '0', 1
761, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(464, 'Blue Traffic Light', 'traffic_light*2', 's', 1, 1, 1, '0', '0', '0', 1762
, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(465, 'Purple Traffic Light', 'traffic_light*3', 's', 1, 1, 1, '0', '0', '0', 17
63, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(466, 'Yellow Traffic Light', 'traffic_light*4', 's', 1, 1, 1, '0', '0', '0', 17
64, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(467, 'Red Traffic Light', 'traffic_light*6', 's', 1, 1, 1, '0', '0', '0', 1765,
'1', '1', '1', '1', '1', 'default', 3, '0', ''),
(468, 'Blue Inflatable Chair', 'rubberchair*1', 's', 1, 1, 1, '0', '1', '0', 176
6, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(469, 'Pink Inflatable Chair', 'rubberchair*2', 's', 1, 1, 1, '0', '1', '0', 176
7, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(470, 'Orange Inflatable Chair', 'rubberchair*3', 's', 1, 1, 1, '0', '1', '0', 1
768, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(471, 'Ocean Inflatable Chair', 'rubberchair*4', 's', 1, 1, 1, '0', '1', '0', 17
69, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(472, 'Lime Inflatable Chair', 'rubberchair*5', 's', 1, 1, 1, '0', '1', '0', 177
0, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(473, 'Violet Inflatable Chair', 'rubberchair*6', 's', 1, 1, 1, '0', '1', '0', 1
771, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(474, 'Yellow Maze Barrier', 'barrier*1', 's', 1, 2, 1, '0', '0', '0', 1772, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(475, 'No trespassing', 'barrier*2', 's', 1, 2, 1, '0', '0', '0', 1773, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(476, 'No trespassing', 'barrier*3', 's', 1, 2, 1, '0', '0', '0', 1774, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(477, 'White Inflatable Chair', 'rubberchair*7', 's', 1, 1, 1, '0', '1', '0', 17
75, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(478, 'Black Inflatable Chair', 'rubberchair*8', 's', 1, 1, 1, '0', '1', '0', 17
76, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(479, 'Black Iced Table', 'table_norja_med*2', 's', 2, 2, 1, '1', '0', '0', 1777
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(480, 'White Iced Table', 'table_norja_med*3', 's', 2, 2, 1, '1', '0', '0', 1778

, '1', '1', '1', '1', '1', 'default', 1, '0', ''),


(481, 'Urban Iced Coffee Table', 'table_norja_med*4', 's', 2, 2, 1, '1', '0', '0
', 1779, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(482, 'Large Coffee Table Pink', 'table_norja_med*5', 's', 2, 2, 1, '1', '0', '0
', 1780, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(483, 'Large Coffee Table Blue', 'table_norja_med*6', 's', 2, 2, 1, '1', '0', '0
', 1781, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(484, 'Rural Iced Coffee Table', 'table_norja_med*7', 's', 2, 2, 1, '1', '0', '0
', 1782, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(485, 'Large Coffee Table Yellow', 'table_norja_med*8', 's', 2, 2, 1, '1', '0',
'0', 1783, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(486, 'Large Coffee Table Red', 'table_norja_med*9', 's', 2, 2, 1, '1', '0', '0'
, 1784, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(487, 'Black Iced Bench', 'couch_norja*2', 's', 2, 1, 1, '0', '1', '0', 1785, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(488, 'White Iced Bench', 'couch_norja*3', 's', 2, 1, 1, '0', '1', '0', 1786, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(489, 'Urban Iced Bench', 'couch_norja*4', 's', 2, 1, 1, '0', '1', '0', 1787, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(490, 'Pink Bench', 'couch_norja*5', 's', 2, 1, 1, '0', '1', '0', 1788, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(491, 'Blue Bench', 'couch_norja*6', 's', 2, 1, 1, '0', '1', '0', 1789, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(492, 'Rural Iced Bench', 'couch_norja*7', 's', 2, 1, 1, '0', '1', '0', 1790, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(493, 'Yellow Bench', 'couch_norja*8', 's', 2, 1, 1, '0', '1', '0', 1791, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(494, 'Red Bench', 'couch_norja*9', 's', 2, 1, 1, '0', '1', '0', 1792, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(495, 'Black Iced Bookcase', 'shelves_norja*2', 's', 1, 1, 1, '0', '0', '0', 179
3, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(496, 'Urban Iced Bookcase', 'shelves_norja*3', 's', 1, 1, 1, '0', '0', '0', 179
4, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(497, 'Pink Bookcase', 'shelves_norja*5', 's', 1, 1, 1, '0', '0', '0', 1796, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(498, 'Blue Bookcase', 'shelves_norja*6', 's', 1, 1, 1, '0', '0', '0', 1797, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(499, 'Rural Iced Bookcase', 'shelves_norja*7', 's', 1, 1, 1, '0', '0', '0', 179
8, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(500, 'Yellow Bookcase', 'shelves_norja*8', 's', 1, 1, 1, '0', '0', '0', 1799, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(501, 'Red Bookcase', 'shelves_norja*9', 's', 1, 1, 1, '0', '0', '0', 1800, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(502, 'Black Iced Chair', 'chair_norja*2', 's', 1, 1, 1, '0', '1', '0', 1801, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(503, 'White Iced Chair', 'chair_norja*3', 's', 1, 1, 1, '0', '1', '0', 1802, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(504, 'Urban Iced Chair', 'chair_norja*4', 's', 1, 1, 1, '0', '1', '0', 1803, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(505, 'Pink Chair', 'chair_norja*5', 's', 1, 1, 1, '0', '1', '0', 1804, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(506, 'Blue Chair', 'chair_norja*6', 's', 1, 1, 1, '0', '1', '0', 1805, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(507, 'Rural Chair', 'chair_norja*7', 's', 1, 1, 1, '0', '1', '0', 1806, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(508, 'Yellow Chair', 'chair_norja*8', 's', 1, 1, 1, '0', '1', '0', 1807, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(509, 'Red Chair', 'chair_norja*9', 's', 1, 1, 1, '0', '1', '0', 1808, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(510, 'Black Iced Corner', 'divider_nor1*2', 's', 1, 1, 1, '0', '0', '0', 1809,

'1', '1', '1', '1', '1', 'default', 1, '0', ''),


(511, 'Looks squishy', 'divider_nor1*3', 's', 1, 1, 1, '0', '0', '0', 1810, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(512, 'Urban Iced Corner', 'divider_nor1*4', 's', 1, 1, 1, '0', '0', '0', 1811,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(513, 'Pink Ice corner', 'divider_nor1*5', 's', 1, 1, 1, '0', '0', '0', 1812, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(514, 'Blue Ice corner', 'divider_nor1*6', 's', 1, 1, 1, '0', '0', '0', 1813, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(515, 'Rural Iced Corner', 'divider_nor1*7', 's', 1, 1, 1, '0', '0', '0', 1814,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(516, 'Yellow Ice corner', 'divider_nor1*8', 's', 1, 1, 1, '0', '0', '0', 1815,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(517, 'Red Ice corner', 'divider_nor1*9', 's', 1, 1, 1, '0', '0', '0', 1816, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(518, 'Black Iced Sofa', 'soft_sofa_norja*2', 's', 2, 1, 1, '0', '1', '0', 1817,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(519, 'Pristine white', 'soft_sofa_norja*3', 's', 2, 1, 1, '0', '1', '0', 1818,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(520, 'Urban Iced Sofa', 'soft_sofa_norja*4', 's', 2, 1, 1, '0', '1', '0', 1819,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(521, 'Pink Iced Sofa', 'soft_sofa_norja*5', 's', 2, 1, 1, '0', '1', '0', 1820,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(522, 'Blue Iced Sofa', 'soft_sofa_norja*6', 's', 2, 1, 1, '0', '1', '0', 1821,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(523, 'Rural Iced Sofa', 'soft_sofa_norja*7', 's', 2, 1, 1, '0', '1', '0', 1822,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(524, 'Yellow Iced Sofa', 'soft_sofa_norja*8', 's', 2, 1, 1, '0', '1', '0', 1823
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(525, 'Red Iced Sofa', 'soft_sofa_norja*9', 's', 2, 1, 1, '0', '1', '0', 1824, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(526, 'Black Iced Sofachair', 'soft_sofachair_norja*2', 's', 1, 1, 1, '0', '1',
'0', 1825, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(527, 'White Iced Sofachair', 'soft_sofachair_norja*3', 's', 1, 1, 1, '0', '1',
'0', 1826, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(528, 'Urban Iced Sofachair', 'soft_sofachair_norja*4', 's', 1, 1, 1, '0', '1',
'0', 1827, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(529, 'Pink Iced Sofachair', 'soft_sofachair_norja*5', 's', 1, 1, 1, '0', '1', '
0', 1828, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(530, 'Blue Iced Sofachair', 'soft_sofachair_norja*6', 's', 1, 1, 1, '0', '1', '
0', 1829, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(531, 'Rural Iced Sofachair', 'soft_sofachair_norja*7', 's', 1, 1, 1, '0', '1',
'0', 1830, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(532, 'Yellow Iced Sofachair', 'soft_sofachair_norja*8', 's', 1, 1, 1, '0', '1',
'0', 1831, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(533, 'Red Iced Sofachair', 'soft_sofachair_norja*9', 's', 1, 1, 1, '0', '1', '0
', 1832, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(534, 'Large', 'sofachair_silo*2', 's', 1, 1, 1.1, '0', '1', '0', 1833, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(535, 'Large', 'sofachair_silo*3', 's', 1, 1, 1.1, '0', '1', '0', 1834, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(536, 'Beige Area Armchair', 'sofachair_silo*4', 's', 1, 1, 1.1, '0', '1', '0',
1835, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(537, 'Pink Area Armchair', 'sofachair_silo*5', 's', 1, 1, 1.1, '0', '1', '0', 1
836, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(538, 'Blue Area Armchair', 'sofachair_silo*6', 's', 1, 1, 1.1, '0', '1', '0', 1
837, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(539, 'Green Area Armchair', 'sofachair_silo*7', 's', 1, 1, 1.1, '0', '1', '0',
1838, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(540, 'Large', 'sofachair_silo*8', 's', 1, 1, 1.1, '0', '1', '0', 1839, '1', '1'

, '1', '1', '1', 'default', 1, '0', ''),


(541, 'Red Area Armchair', 'sofachair_silo*9', 's', 1, 1, 1.1, '0', '1', '0', 18
40, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(542, 'Black Occasional Table', 'table_silo_small*2', 's', 1, 1, 1, '1', '0', '0
', 1841, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(543, 'White Occasional Table', 'table_silo_small*3', 's', 1, 1, 1, '1', '0', '0
', 1842, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(544, 'Beige Area Occasional Table', 'table_silo_small*4', 's', 1, 1, 1, '1', '0
', '0', 1843, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(545, 'Pink Area Occasional Table', 'table_silo_small*5', 's', 1, 1, 1, '1', '0'
, '0', 1844, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(546, 'Blue Area Occasional Table', 'table_silo_small*6', 's', 1, 1, 1, '1', '0'
, '0', 1845, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(547, 'Green Area Occasional Table', 'table_silo_small*7', 's', 1, 1, 1, '1', '0
', '0', 1846, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(548, 'Yellow Occasional Table', 'table_silo_small*8', 's', 1, 1, 1, '1', '0', '
0', 1847, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(549, 'Red Area Occasional Table', 'table_silo_small*9', 's', 1, 1, 1, '1', '0',
'0', 1848, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(550, 'Black Corner Shelf', 'divider_silo1*2', 's', 1, 1, 1, '0', '0', '0', 1849
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(551, 'White Corner Shelf', 'divider_silo1*3', 's', 1, 1, 1, '0', '0', '0', 1850
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(552, 'Beige Area Corner Shelf', 'divider_silo1*4', 's', 1, 1, 1, '0', '0', '0',
1851, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(553, 'Pink Area Corner Shelf', 'divider_silo1*5', 's', 1, 1, 1, '0', '0', '0',
1852, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(554, 'Blue Area Corner Shelf', 'divider_silo1*6', 's', 1, 1, 1, '0', '0', '0',
1853, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(555, 'Green Area Corner Shelf', 'divider_silo1*7', 's', 1, 1, 1, '0', '0', '0',
1854, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(556, 'Yellow Corner Shelf', 'divider_silo1*8', 's', 1, 1, 1, '0', '0', '0', 185
5, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(557, 'Red Area Corner Shelf', 'divider_silo1*9', 's', 1, 1, 1, '0', '0', '0', 1
856, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(558, 'Black Area Gate', 'divider_silo3*2', 's', 1, 1, 0.001, '0', '0', '0', 185
7, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(559, 'White Area Gate', 'divider_silo3*3', 's', 1, 1, 0.001, '0', '0', '0', 185
8, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(560, 'Beige Area Gate', 'divider_silo3*4', 's', 1, 1, 0.001, '0', '0', '0', 185
9, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(561, 'Pink Area Gate', 'divider_silo3*5', 's', 1, 1, 0.001, '0', '0', '0', 1860
, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(562, 'Blue Area Gate', 'divider_silo3*6', 's', 1, 1, 0.001, '0', '0', '0', 1861
, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(563, 'Green Area Gate', 'divider_silo3*7', 's', 1, 1, 0.001, '0', '0', '0', 186
2, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(564, 'Yellow Area Gate', 'divider_silo3*8', 's', 1, 1, 0.001, '0', '0', '0', 18
63, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(565, 'Red Area Gate', 'divider_silo3*9', 's', 1, 1, 0.001, '0', '0', '0', 1864,
'1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(566, 'Black Coffee Table', 'table_silo_med*2', 's', 2, 2, 1, '1', '0', '0', 186
5, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(567, 'White Coffee Table', 'table_silo_med*3', 's', 2, 2, 1, '1', '0', '0', 186
6, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(568, 'Beige Area Coffee Table', 'table_silo_med*4', 's', 2, 2, 1, '1', '0', '0'
, 1867, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(569, 'Pink Area Coffee Table', 'table_silo_med*5', 's', 2, 2, 1, '1', '0', '0',
1868, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(570, 'Blue Area Coffee Table', 'table_silo_med*6', 's', 2, 2, 1, '1', '0', '0',

1869, '1', '1', '1', '1', '1', 'default', 1, '0', ''),


(571, 'Green Area Coffee Table', 'table_silo_med*7', 's', 2, 2, 1, '1', '0', '0'
, 1870, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(572, 'Yellow Coffee Table', 'table_silo_med*8', 's', 2, 2, 1, '1', '0', '0', 18
71, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(573, 'Red Area Coffee Table', 'table_silo_med*9', 's', 2, 2, 1, '1', '0', '0',
1872, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(574, 'Cushioned', 'sofa_silo*2', 's', 2, 1, 1.1, '0', '1', '0', 1873, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(575, 'Cushioned', 'sofa_silo*3', 's', 2, 1, 1.1, '0', '1', '0', 1874, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(576, 'Beige Area Sofa', 'sofa_silo*4', 's', 2, 1, 1.1, '0', '1', '0', 1875, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(577, 'Pink Area Sofa', 'sofa_silo*5', 's', 2, 1, 1.1, '0', '1', '0', 1876, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(578, 'Blue Area Sofa', 'sofa_silo*6', 's', 2, 1, 1.1, '0', '1', '0', 1877, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(579, 'Green Area Sofa', 'sofa_silo*7', 's', 2, 1, 1.1, '0', '1', '0', 1878, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(580, 'Cushioned', 'sofa_silo*8', 's', 2, 1, 1.1, '0', '1', '0', 1879, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(581, 'Red Area Sofa', 'sofa_silo*9', 's', 2, 1, 1.1, '0', '1', '0', 1880, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(582, 'Black Mode Armchair', 'sofachair_polyfon*2', 's', 1, 1, 1.1, '0', '1', '0
', 1881, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(583, 'White Armchair', 'sofachair_polyfon*3', 's', 1, 1, 1.1, '0', '1', '0', 18
82, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(584, 'Beige Mode Armchair', 'sofachair_polyfon*4', 's', 1, 1, 1.1, '0', '1', '0
', 1883, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(585, 'Blue Mode Armchair', 'sofachair_polyfon*6', 's', 1, 1, 1.1, '0', '1', '0'
, 1884, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(586, 'Green Armchair', 'sofachair_polyfon*7', 's', 1, 1, 1.1, '0', '1', '0', 18
85, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(587, 'Yellow Mode Armchair', 'sofachair_polyfon*8', 's', 1, 1, 1.1, '0', '1', '
0', 1886, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(588, 'Red Armchair', 'sofachair_polyfon*9', 's', 1, 1, 1.1, '0', '1', '0', 1887
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(589, 'Black Mode Sofa', 'sofa_polyfon*2', 's', 2, 1, 1.1, '0', '1', '0', 1888,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(590, 'White Two-seater Sofa', 'sofa_polyfon*3', 's', 2, 1, 1.1, '0', '1', '0',
1889, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(591, 'Beige Mode Sofa', 'sofa_polyfon*4', 's', 2, 1, 1.1, '0', '1', '0', 1890,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(592, 'Blue Mode Sofa', 'sofa_polyfon*6', 's', 2, 1, 1.1, '0', '1', '0', 1891, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(593, 'Green Two-seater Sofa', 'sofa_polyfon*7', 's', 2, 1, 1.1, '0', '1', '0',
1892, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(594, 'Yellow Mode Sofa', 'sofa_polyfon*8', 's', 2, 1, 1.1, '0', '1', '0', 1893,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(595, 'Black Mode Double Bed', 'sofa_polyfon*9', 's', 2, 1, 1.1, '0', '1', '0',
1894, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(596, 'White Double Bed', 'bed_polyfon*3', 's', 2, 3, 1.8, '0', '0', '0', 1896,
'1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(597, 'Beige Mode Double Bed', 'bed_polyfon*4', 's', 2, 3, 1.8, '0', '0', '0', 1
897, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(598, 'Blue Mode Double Bed', 'bed_polyfon*6', 's', 2, 3, 1.8, '0', '0', '0', 18
98, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(599, 'Green Double Bed', 'bed_polyfon*7', 's', 2, 3, 1.8, '0', '0', '0', 1899,
'1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(600, 'Yellow Mode Double Bed', 'bed_polyfon*8', 's', 2, 3, 1.8, '0', '0', '0',

1900, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),


(601, 'Red Double Bed', 'bed_polyfon*9', 's', 2, 3, 1.8, '0', '0', '0', 1901, '1
', '1', '1', '1', '1', 'bed', 1, '0', ''),
(602, 'Black Mode Single Bed', 'bed_polyfon_one*2', 's', 1, 3, 1.8, '0', '0', '0
', 1902, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(603, 'White Single Bed', 'bed_polyfon_one*3', 's', 1, 3, 1.8, '0', '0', '0', 19
03, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(604, 'Beige Mode Single Bed', 'bed_polyfon_one*4', 's', 1, 3, 1.8, '0', '0', '0
', 1904, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(605, 'Blue Mode Single Bed', 'bed_polyfon_one*6', 's', 1, 3, 1.8, '0', '0', '0'
, 1905, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(606, 'Green Single Bed', 'bed_polyfon_one*7', 's', 1, 3, 1.8, '0', '0', '0', 19
06, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(607, 'Yellow Mode Single Bed', 'bed_polyfon_one*8', 's', 1, 3, 1.8, '0', '0', '
0', 1907, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(608, 'Red Single Bed', 'bed_polyfon_one*9', 's', 1, 3, 1.8, '0', '0', '0', 1908
, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(609, 'Black Mode Bardesk', 'bardesk_polyfon*2', 's', 2, 1, 1, '1', '0', '0', 19
09, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(610, 'White Bardesk', 'bardesk_polyfon*3', 's', 2, 1, 1, '1', '0', '0', 1910, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(611, 'Beige Mode Bardesk', 'bardesk_polyfon*4', 's', 2, 1, 1, '1', '0', '0', 19
11, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(612, 'Candy Bar', 'bardesk_polyfon*5', 's', 2, 1, 1, '1', '0', '0', 1912, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(613, 'Blue Mode Bardesk', 'bardesk_polyfon*6', 's', 2, 1, 1, '1', '0', '0', 191
3, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(614, 'Green Bardesk', 'bardesk_polyfon*7', 's', 2, 1, 1, '1', '0', '0', 1914, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(615, 'Yellow Mode Bardesk', 'bardesk_polyfon*8', 's', 2, 1, 1, '1', '0', '0', 1
915, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(616, 'Red Bardesk', 'bardesk_polyfon*9', 's', 2, 1, 1, '1', '0', '0', 1916, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(617, 'Black Mode Bardesk Corner', 'bardeskcorner_polyfon*2', 's', 1, 1, 1, '1',
'0', '0', 1917, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(618, 'White Corner Desk', 'bardeskcorner_polyfon*3', 's', 1, 1, 1, '1', '0', '0
', 1918, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(619, 'Beige Mode Bardesk Corner', 'bardeskcorner_polyfon*4', 's', 1, 1, 1, '1',
'0', '0', 1919, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(620, 'Candy Corner', 'bardeskcorner_polyfon*5', 's', 1, 1, 1, '1', '0', '0', 19
20, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(621, 'Blue Mode Bardesk Corner', 'bardeskcorner_polyfon*6', 's', 1, 1, 1, '1',
'0', '0', 1921, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(622, 'Green Corner Desk', 'bardeskcorner_polyfon*7', 's', 1, 1, 1, '1', '0', '0
', 1922, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(623, 'Yellow Mode Bardesk Corner', 'bardeskcorner_polyfon*8', 's', 1, 1, 1, '1'
, '0', '0', 1923, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(624, 'Red Corner Desk', 'bardeskcorner_polyfon*9', 's', 1, 1, 1, '1', '0', '0',
1924, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(625, 'Black Mode Bardesk Gate', 'divider_poly3*2', 's', 1, 1, 0.001, '0', '0',
'0', 1925, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(626, 'White Hatch', 'divider_poly3*3', 's', 1, 1, 0.001, '0', '0', '0', 1926, '
1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(627, 'Beige Mode Bardesk Gate', 'divider_poly3*4', 's', 1, 1, 0.001, '0', '0',
'0', 1927, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(628, 'Candy Hatch (Lockable)', 'divider_poly3*5', 's', 1, 1, 0.001, '0', '0', '
0', 1928, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(629, 'Blue Mode Bardesk Gate', 'divider_poly3*6', 's', 1, 1, 0.001, '0', '0', '
0', 1929, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(20073, 'ads_idol_l_carpet name', 'ads_idol_l_carpet', 's', 2, 7, 0, '1', '0', '

0', 3276, '1', '1', '1', '1', '1', '', 1, '0', ''),
(631, 'Yellow Mode Bardesk Gate', 'divider_poly3*8', 's', 1, 1, 0.001, '0', '0',
'0', 1931, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(632, 'Red Hatch', 'divider_poly3*9', 's', 1, 1, 0.001, '0', '0', '0', 1932, '1'
, '1', '1', '1', '1', 'gate', 2, '0', ''),
(633, 'Black Dining Chair', 'chair_silo*2', 's', 1, 1, 1.1, '0', '1', '0', 1933,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(634, 'White Dining Chair', 'chair_silo*3', 's', 1, 1, 1.1, '0', '1', '0', 1934,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(635, 'Beige Silo Dining Chair', 'chair_silo*4', 's', 1, 1, 1.1, '0', '1', '0',
1935, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(636, 'Pink Silo Dining Chair', 'chair_silo*5', 's', 1, 1, 1.1, '0', '1', '0', 1
936, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(637, 'Blue Area Dining Chair', 'chair_silo*6', 's', 1, 1, 1.1, '0', '1', '0', 1
937, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(638, 'Green Area Dining Chair', 'chair_silo*7', 's', 1, 1, 1.1, '0', '1', '0',
1938, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(639, 'Yellow Dining Chair', 'chair_silo*8', 's', 1, 1, 1.1, '0', '1', '0', 1939
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(640, 'Red Area Dining Chair', 'chair_silo*9', 's', 1, 1, 1.1, '0', '1', '0', 19
40, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(641, 'No way through', 'divider_nor3*2', 's', 1, 1, 1, '0', '0', '0', 1941, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(642, 'White Iced Gate', 'divider_nor3*3', 's', 1, 1, 0.001, '0', '0', '0', 1942
, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(643, 'Urban Iced Gate', 'divider_nor3*4', 's', 1, 1, 0.001, '0', '0', '0', 1943
, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(644, 'Pink Iced gate', 'divider_nor3*5', 's', 1, 1, 0.001, '0', '0', '0', 1944,
'1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(645, 'Blue Iced gate', 'divider_nor3*6', 's', 1, 1, 0.001, '0', '0', '0', 1945,
'1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(646, 'Rural Iced gate', 'divider_nor3*7', 's', 1, 1, 0.001, '0', '0', '0', 1946
, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(647, 'Yellow Iced gate', 'divider_nor3*8', 's', 1, 1, 0.001, '0', '0', '0', 194
7, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(648, 'Red Iced gate', 'divider_nor3*9', 's', 1, 1, 0.001, '0', '0', '0', 1948,
'1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(649, 'Black Iced Bar-Desk', 'divider_nor2*2', 's', 2, 1, 1, '0', '0', '0', 1949
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(650, 'Strong', 'divider_nor2*3', 's', 2, 1, 1, '0', '0', '0', 1950, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(651, 'Urban Iced Bar', 'divider_nor2*4', 's', 2, 1, 1, '0', '0', '0', 1951, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(652, 'Pink Iced bar desk', 'divider_nor2*5', 's', 2, 1, 1, '0', '0', '0', 1952,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(653, 'Blue Iced bar desk', 'divider_nor2*6', 's', 2, 1, 1, '0', '0', '0', 1953
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(654, 'Rural Iced Bar', 'divider_nor2*7', 's', 2, 1, 1, '0', '0', '0', 1954, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(655, 'Yellow Iced bar desk', 'divider_nor2*8', 's', 2, 1, 1, '0', '0', '0', 19
55, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(656, 'Red Iced bar desk', 'divider_nor2*9', 's', 2, 1, 1, '0', '0', '0', 1956,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(657, 'Area Quest Desk', 'silo_studydesk', 's', 2, 1, 1, '1', '0', '0', 1957, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(658, 'White Solarium', 'solarium_norja', 's', 1, 1, 1, '0', '0', '0', 1958, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(659, 'Black Solarium', 'solarium_norja*1', 's', 1, 1, 1, '0', '0', '0', 1959, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(660, 'Beige Solarium', 'solarium_norja*2', 's', 1, 1, 1, '0', '0', '0', 1960, '

1', '1', '1', '1', '1', 'default', 2, '0', ''),


(661, 'Urban Solarium', 'solarium_norja*3', 's', 1, 1, 1, '0', '0', '0', 1961, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(662, 'Pink Solarium', 'solarium_norja*5', 's', 1, 1, 1, '0', '0', '0', 1962, '1
', '1', '1', '1', '1', 'default', 2, '0', ''),
(663, 'Blue Solarium', 'solarium_norja*6', 's', 1, 1, 1, '0', '0', '0', 1963, '1
', '1', '1', '1', '1', 'default', 2, '0', ''),
(664, 'Rural Solarium', 'solarium_norja*7', 's', 1, 1, 1, '0', '0', '0', 1964, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(665, 'Yellow Solarium', 'solarium_norja*8', 's', 1, 1, 1, '0', '0', '0', 1965,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(666, 'Red Solarium', 'solarium_norja*9', 's', 1, 1, 1, '0', '0', '0', 1966, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(667, 'Tropical Beach Rug', 'sandrug', 's', 2, 2, 0, '1', '0', '1', 1967, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(668, 'Moon Patch', 'rare_moonrug', 's', 2, 2, 0, '1', '0', '1', 1968, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(669, 'Chinese Lacquer Chair', 'chair_china', 's', 1, 1, 1, '0', '1', '0', 1969,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(670, 'Chinese Lacquer Table', 'china_table', 's', 1, 1, 1, '1', '0', '0', 1970,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(671, 'Red Sleeping Bag', 'sleepingbag*1', 's', 1, 3, 0.8, '0', '0', '0', 1971,
'1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(672, 'Lime Sleeping Bag', 'sleepingbag*2', 's', 1, 3, 0.8, '0', '0', '0', 1972,
'1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(673, 'Ocean Sleeping Bag', 'sleepingbag*3', 's', 1, 3, 0.8, '0', '0', '0', 1973
, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(674, 'Safety Sleeping Bag', 'sleepingbag*4', 's', 1, 3, 0.8, '0', '0', '0', 197
4, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(675, 'Safe Minibar', 'safe_silo', 's', 1, 1, 1.3, '1', '0', '0', 1975, '1', '1'
, '1', '1', '1', 'vendingmachine', 0, '17', ''),
(676, 'Orange Sleeping Bag', 'sleepingbag*7', 's', 1, 3, 0.8, '0', '0', '0', 197
6, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(677, 'eXceptional Sleeping Bag', 'sleepingbag*9', 's', 1, 3, 0.8, '0', '0', '0'
, 1977, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(678, 'Graphite Sleeping Bag', 'sleepingbag*5', 's', 1, 3, 0.8, '0', '0', '0', 1
978, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(679, 'Khaki Sleeping Bag', 'sleepingbag*10', 's', 1, 3, 0.8, '0', '0', '0', 197
9, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(680, 'Purple Sleeping Bag', 'sleepingbag*6', 's', 1, 3, 0.8, '0', '0', '0', 198
0, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(681, 'Golden Sleeping Bag', 'sleepingbag*8', 's', 1, 3, 0.8, '0', '0', '0', 198
1, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(682, 'Chinese Bookshelf', 'china_shelve', 's', 2, 1, 2, '1', '0', '0', 1982, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(683, 'White Traffic Light', 'traffic_light*5', 's', 1, 1, 1, '0', '0', '0', 198
3, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(684, 'Habbos', 'divider_nor4*2', 's', 2, 1, 0.0001, '0', '0', '0', 1984, '1', '
1', '1', '1', '1', 'gate', 2, '0', ''),
(685, 'Habbos', 'divider_nor4*3', 's', 2, 1, 1, '0', '0', '0', 1985, '1', '1', '
1', '1', '1', 'gate', 2, '0', ''),
(686, 'Habbos', 'divider_nor4*5', 's', 2, 1, 1, '0', '0', '0', 1986, '1', '1', '
1', '1', '1', 'gate', 2, '0', ''),
(687, 'Habbos', 'divider_nor4*6', 's', 2, 1, 1, '0', '0', '0', 1987, '1', '1', '
1', '1', '1', 'gate', 2, '0', ''),
(688, 'Habbos', 'divider_nor4*7', 's', 2, 1, 1, '0', '0', '0', 1988, '1', '1', '
1', '1', '1', 'gate', 2, '0', ''),
(689, 'Habbos', 'divider_nor4*8', 's', 2, 1, 1, '0', '0', '0', 1989, '1', '1', '
1', '1', '1', 'gate', 2, '0', ''),
(690, 'Habbos', 'divider_nor4*9', 's', 2, 1, 1, '0', '0', '0', 1990, '1', '1', '

1', '1', '1', 'gate', 2, '0', ''),


(691, 'Black Iced Angle', 'divider_nor5*2', 's', 1, 1, 1, '0', '0', '0', 1991, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(692, 'White Iced Angle', 'divider_nor5*3', 's', 1, 1, 1, '0', '0', '0', 1992, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(693, 'Urban Iced Angle', 'divider_nor5*4', 's', 1, 1, 1, '0', '0', '0', 1993, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(694, 'Blue Iced Angle', 'divider_nor5*5', 's', 1, 1, 1, '0', '0', '0', 1994, '1
', '1', '1', '1', '1', 'default', 2, '0', ''),
(695, 'Rural Iced Angle', 'divider_nor5*7', 's', 1, 1, 1, '0', '0', '0', 1996, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(696, 'Yellow Iced Angle', 'divider_nor5*8', 's', 1, 1, 1, '0', '0', '0', 1997,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(697, 'Red Iced Angle', 'divider_nor5*9', 's', 1, 1, 1, '0', '0', '0', 1998, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(698, 'Plain Iced Angle', 'divider_nor5', 's', 1, 1, 1, '0', '0', '0', 1999, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(699, 'Habbos', 'divider_nor4', 's', 2, 1, 0.0001, '0', '0', '0', 2000, '1', '1'
, '1', '1', '1', 'gate', 2, '0', ''),
(700, 'Dragon Screen', 'wall_china', 's', 1, 1, 2, '1', '0', '0', 2001, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(701, 'Firm', 'corner_china', 's', 1, 1, 2, '1', '0', '0', 2002, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(702, 'Black Bar Stool', 'barchair_silo*2', 's', 1, 1, 1.2, '0', '1', '0', 2003,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(703, 'White Bar Stool', 'barchair_silo*3', 's', 1, 1, 1.2, '0', '1', '0', 2004,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(704, 'Beige Bar Stool', 'barchair_silo*4', 's', 1, 1, 1.2, '0', '1', '0', 2005,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(705, 'Pink Bar Stool', 'barchair_silo*5', 's', 1, 1, 1.2, '0', '1', '0', 2006,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(706, 'Blue Bar Stool', 'barchair_silo*6', 's', 1, 1, 1.2, '0', '1', '0', 2007,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(707, 'Green Bar Stool', 'barchair_silo*7', 's', 1, 1, 1.2, '0', '1', '0', 2008,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(708, 'Yellow Bar Stool', 'barchair_silo*8', 's', 1, 1, 1.2, '0', '1', '0', 2009
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(709, 'Red Bar Stool', 'barchair_silo*9', 's', 1, 1, 1.2, '0', '1', '0', 2010, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(710, 'Black Safe Minibar', 'safe_silo*2', 's', 1, 1, 1.3, '1', '0', '0', 2011,
'1', '1', '1', '1', '1', 'vendingmachine', 0, '17', ''),
(711, 'White Safe Minibar', 'safe_silo*3', 's', 1, 1, 1.3, '1', '0', '0', 2012,
'1', '1', '1', '1', '1', 'vendingmachine', 0, '17', ''),
(712, 'Beige Safe Minibar', 'safe_silo*4', 's', 1, 1, 1.3, '1', '0', '0', 2013,
'1', '1', '1', '1', '1', 'vendingmachine', 0, '17', ''),
(713, 'Pink Safe Minibar', 'safe_silo*5', 's', 1, 1, 1.3, '1', '0', '0', 2014, '
1', '1', '1', '1', '1', 'vendingmachine', 0, '17', ''),
(714, 'Blue Safe Minibar', 'safe_silo*6', 's', 1, 1, 1.3, '1', '0', '0', 2015, '
1', '1', '1', '1', '1', 'vendingmachine', 0, '17', ''),
(715, 'Green Safe Minibar', 'safe_silo*7', 's', 1, 1, 1.3, '1', '0', '0', 2016,
'1', '1', '1', '1', '1', 'vendingmachine', 0, '17', ''),
(716, 'Yellow Safe Minibar', 'safe_silo*8', 's', 1, 1, 1.3, '1', '0', '0', 2017,
'1', '1', '1', '1', '1', 'vendingmachine', 0, '17', ''),
(717, 'Red Safe Minibar', 'safe_silo*9', 's', 1, 1, 1.3, '1', '0', '0', 2018, '1
', '1', '1', '1', '1', 'vendingmachine', 0, '17', ''),
(718, 'Glass shelf', 'glass_shelf', 's', 2, 1, 1, '0', '0', '0', 2019, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(719, 'Glass chair', 'glass_chair', 's', 1, 1, 1, '0', '1', '0', 2020, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(720, 'Glass stool', 'glass_stool', 's', 1, 1, 1, '0', '1', '0', 2021, '1', '1',

'1', '1', '1', 'default', 1, '0', ''),


(721, 'Glass sofa', 'glass_sofa', 's', 2, 1, 1, '0', '1', '0', 2022, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(722, 'Glass table', 'glass_table', 's', 2, 2, 1, '1', '0', '0', 2023, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(723, 'Glass table', 'glass_table*2', 's', 2, 2, 1, '1', '0', '0', 2024, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(724, 'White Glass Table', 'glass_table*3', 's', 2, 2, 1, '1', '0', '0', 2025, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(725, 'Glass table', 'glass_table*4', 's', 2, 2, 1, '1', '0', '0', 2026, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(726, 'Candy Glass Table', 'glass_table*5', 's', 2, 2, 1, '1', '0', '0', 2027, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(727, 'Blue Glass Table', 'glass_table*6', 's', 2, 2, 1, '1', '0', '0', 2028, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(728, 'Green Glass Table', 'glass_table*7', 's', 2, 2, 1, '1', '0', '0', 2029, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(729, 'Yellow Glass Table', 'glass_table*8', 's', 2, 2, 1, '1', '0', '0', 2030,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(730, 'Glass table', 'glass_table*9', 's', 2, 2, 1, '1', '0', '0', 2031, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(731, 'Glass chair', 'glass_chair*2', 's', 1, 1, 1, '0', '1', '0', 2032, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(732, 'Glass chair', 'glass_chair*3', 's', 1, 1, 1, '0', '1', '0', 2033, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(733, 'Glass chair', 'glass_chair*4', 's', 1, 1, 1, '0', '1', '0', 2034, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(734, 'Candy Glass Chair', 'glass_chair*5', 's', 1, 1, 1, '0', '1', '0', 2035, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(735, 'Blue Glass Chair', 'glass_chair*6', 's', 1, 1, 1, '0', '1', '0', 2036, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(736, 'Green Glass Chair', 'glass_chair*7', 's', 1, 1, 1, '0', '1', '0', 2037, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(737, 'Yellow Glass Chair', 'glass_chair*8', 's', 1, 1, 1, '0', '1', '0', 2038,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(738, 'Glass chair', 'glass_chair*9', 's', 1, 1, 1, '0', '1', '0', 2039, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(739, 'Glass sofa', 'glass_sofa*2', 's', 2, 1, 1, '0', '1', '0', 2040, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(740, 'White Glass Sofa', 'glass_sofa*3', 's', 2, 1, 1, '0', '1', '0', 2041, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(741, 'Glass sofa', 'glass_sofa*4', 's', 2, 1, 1, '0', '1', '0', 2042, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(742, 'Candy Glass Sofa', 'glass_sofa*5', 's', 2, 1, 1, '0', '1', '0', 2043, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(743, 'Blue Glass Sofa', 'glass_sofa*6', 's', 2, 1, 1, '0', '1', '0', 2044, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(744, 'Green Glass Sofa', 'glass_sofa*7', 's', 2, 1, 1, '0', '1', '0', 2045, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(745, 'Yellow Glass Sofa', 'glass_sofa*8', 's', 2, 1, 1, '0', '1', '0', 2046, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(746, 'Glass sofa', 'glass_sofa*9', 's', 2, 1, 1, '0', '1', '0', 2047, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(747, 'Glass stool', 'glass_stool*2', 's', 1, 1, 1, '0', '1', '0', 2048, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(748, 'Glass stool', 'glass_stool*4', 's', 1, 1, 1, '0', '1', '0', 2050, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(749, 'Candy Glass Stool', 'glass_stool*5', 's', 1, 1, 1, '0', '1', '0', 2051, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(750, 'Blue Glass Stool', 'glass_stool*6', 's', 1, 1, 1, '0', '1', '0', 2052, '1

', '1', '1', '1', '1', 'default', 1, '0', ''),


(751, 'Green Glass Stool', 'glass_stool*7', 's', 1, 1, 1, '0', '1', '0', 2053, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(752, 'Yellow Glass Stool', 'glass_stool*8', 's', 1, 1, 1, '0', '1', '0', 2054,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(753, 'White Glass Stool', 'glass_stool*3', 's', 1, 1, 1, '0', '1', '0', 2056, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(754, 'Glass stool', 'glass_stool*9', 's', 1, 1, 1, '0', '1', '0', 2057, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(755, 'Gold Coin', 'CF_10_coin_gold', 's', 1, 1, 0.2, '1', '0', '0', 2063, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(756, 'Bronze Coin', 'CF_1_coin_bronze', 's', 1, 1, 0.2, '1', '0', '0', 2064, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(757, 'Sack of Credits', 'CF_20_moneybag', 's', 1, 1, 1, '1', '0', '0', 2065, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(758, 'Gold Bar', 'CF_50_goldbar', 's', 1, 1, 0.2, '1', '0', '0', 2066, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(759, 'Silver Coin', 'CF_5_coin_silver', 's', 1, 1, 0.2, '1', '0', '0', 2067, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(760, 'Persian Carpet', 'hc_crpt', 's', 3, 5, 0, '1', '0', '0', 2068, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(761, 'Forget plasma', 'hc_tv', 's', 2, 1, 1.4, '0', '1', '0', 2069, '1', '1', '
1', '1', '1', 'default', 2, '0', ''),
(762, 'Gothic Portcullis', 'gothgate', 's', 2, 1, 0.001, '1', '0', '0', 2070, '1
', '1', '1', '1', '1', 'gate', 2, '0', ''),
(763, 'Gothic Candelabra', 'gothiccandelabra', 's', 1, 1, 1, '0', '0', '0', 2071
, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(764, 'Gothic Railing', 'gothrailing', 's', 2, 1, 1, '0', '0', '0', 2072, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(765, 'Gothic table', 'goth_table', 's', 1, 5, 1.7, '0', '0', '0', 2073, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(766, 'Medieval Bookcase', 'hc_bkshlf', 's', 1, 4, 0.001, '1', '0', '0', 2074, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(767, 'Electric Butler', 'hc_btlr', 's', 1, 1, 1, '0', '0', '0', 2075, '1', '1',
'1', '1', '1', 'vendingmachine', 0, '24', ''),
(768, 'Antique Drapery', 'hc_crtn', 's', 2, 1, 0.001, '1', '0', '0', 2076, '1',
'1', '1', '1', '1', 'gate', 2, '0', ''),
(769, 'The Grammophon', 'hc_djset', 's', 3, 1, 1, '0', '0', '0', 2077, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(770, 'Heavy Duty Fireplace', 'hc_frplc', 's', 1, 3, 1, '0', '0', '0', 2078, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(771, 'Victorian Street Light', 'hc_lmpst', 's', 1, 1, 1, '0', '0', '0', 2079, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(772, 'Weird Science Machine', 'hc_machine', 's', 1, 3, 1, '0', '0', '0', 2080,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(773, 'HC Rollers Set', 'hc_rllr', 's', 1, 1, 0.5, '0', '0', '1', 2081, '1', '1'
, '1', '1', '1', 'roller', 1, '0', ''),
(774, 'X-Ray Divider', 'hc_rntgn', 's', 2, 1, 1, '0', '0', '0', 2082, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(775, 'Drinks Trolley', 'hc_trll', 's', 1, 2, 1, '0', '0', '0', 2083, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(776, 'Gothic Chair Pink', 'gothic_chair*1', 's', 1, 1, 1, '0', '1', '0', 2084,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(777, 'Gothic Sofa Pink', 'gothic_sofa*1', 's', 2, 1, 1, '0', '1', '0', 2085, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(778, 'Gothic Stool Pink', 'gothic_stool*1', 's', 1, 1, 1, '0', '1', '0', 2086,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(779, 'Golden Gothic Chair', 'gothic_chair*2', 's', 1, 1, 1, '0', '1', '0', 2087
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(780, 'Golden Gothic Sofa', 'gothic_sofa*2', 's', 2, 1, 1, '0', '1', '0', 2088,

'1', '1', '1', '1', '1', 'default', 1, '0', ''),


(781, 'Golden Gothic Stool', 'gothic_stool*2', 's', 1, 1, 1, '0', '1', '0', 2089
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(782, 'Red Gothic Chair', 'gothic_chair*3', 's', 1, 1, 1, '0', '1', '0', 2090, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(783, 'Red Gothic Sofa', 'gothic_sofa*3', 's', 2, 1, 1, '0', '1', '0', 2091, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(784, 'Red Gothic Stool', 'gothic_stool*3', 's', 1, 1, 1, '0', '1', '0', 2092, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(785, 'Black Gothic Chair', 'gothic_chair*4', 's', 1, 1, 1, '0', '1', '0', 2093,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(786, 'Black Gothic Sofa', 'gothic_sofa*4', 's', 2, 1, 1, '0', '1', '0', 2094, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(787, 'Black Gothic Stool', 'gothic_stool*4', 's', 1, 1, 1, '0', '1', '0', 2095,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(788, 'Green Gothic Chair', 'gothic_chair*5', 's', 1, 1, 1, '0', '1', '0', 2096,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(789, 'Green Gothic Sofa', 'gothic_sofa*5', 's', 2, 1, 1, '0', '1', '0', 2097, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(790, 'Green Gothic Stool', 'gothic_stool*5', 's', 1, 1, 1, '0', '1', '0', 2098,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(791, 'Gothic Chair Blue', 'gothic_chair*6', 's', 1, 1, 1, '0', '1', '0', 2099,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(792, 'Gothic Sofa Blue', 'gothic_sofa*6', 's', 2, 1, 1, '0', '1', '0', 2100, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(793, 'Valentine''s Cauldron', 'gothic_stool*6', 's', 1, 1, 1, '0', '1', '0', 21
01, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(794, 'Sound Machine', 'sound_machine', 's', 1, 1, 1, '0', '0', '0', 2105, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(795, 'Turquoise Romantique Piano Chair', 'romantique_pianochair*3', 's', 1, 1,
1, '0', '1', '0', 2106, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(796, 'Onyx Piano Stool', 'romantique_pianochair*5', 's', 1, 1, 1, '0', '1', '0'
, 2107, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(797, 'Lime Romantique Piano Chair', 'romantique_pianochair*2', 's', 1, 1, 1, '0
', '1', '0', 2108, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(798, 'Amber Piano Stool', 'romantique_pianochair*4', 's', 1, 1, 1, '0', '1', '0
', 2109, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(799, 'Rose Quartz Piano Stool', 'romantique_pianochair*1', 's', 1, 1, 1, '0', '
1', '0', 2110, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(800, 'Turquoise Romantique Divan', 'romantique_divan*3', 's', 2, 1, 1, '0', '1'
, '0', 2111, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(801, 'Onyx Chaise-Longue', 'romantique_divan*5', 's', 2, 1, 1, '0', '1', '0', 2
112, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(802, 'Emerald Chaise-Longue', 'romantique_divan*2', 's', 2, 1, 1, '0', '1', '0'
, 2113, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(803, 'Amber Chaise-Longue', 'romantique_divan*4', 's', 2, 1, 1, '0', '1', '0',
2114, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(804, 'Rose Quartz Chaise-Longue', 'romantique_divan*1', 's', 2, 1, 1, '0', '1',
'0', 2115, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(805, 'Turquoise Romantique Chair', 'romantique_chair*3', 's', 1, 1, 1, '0', '1'
, '0', 2116, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(806, 'Onyx Chair', 'romantique_chair*5', 's', 1, 1, 1, '0', '1', '0', 2117, '1'
, '1', '1', '1', '1', 'default', 1, '0', '');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `len
gth`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow
_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_invento
ry_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `foot_f
igure`) VALUES
(807, 'Lime Romantique Chair', 'romantique_chair*2', 's', 1, 1, 1, '0', '1', '0'
, 2118, '1', '1', '1', '1', '1', 'default', 1, '0', ''),

(808, 'Amber Chair', 'romantique_chair*4', 's', 1, 1, 1, '0', '1', '0', 2119, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(809, 'Rose Quartz Chair', 'romantique_chair*1', 's', 1, 1, 1, '0', '1', '0', 21
20, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(811, 'Yellow Valentine Rose', 'plant_valentinerose*3', 's', 1, 1, 1, '0', '0',
'0', 2123, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(812, 'Purple Valentine''s Rose', 'plant_valentinerose*5', 's', 1, 1, 1, '0', '0
', '0', 2124, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(813, 'White Valentine''s Rose', 'plant_valentinerose*2', 's', 1, 1, 1, '0', '0'
, '0', 2125, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(814, 'Pink Valentine''s Rose', 'plant_valentinerose*4', 's', 1, 1, 1, '0', '0',
'0', 2126, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(815, 'Red Valentine''s Rose', 'plant_valentinerose*1', 's', 1, 1, 1, '0', '0',
'0', 2127, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(816, 'Maze Shrubbery Gate', 'plant_mazegate', 's', 2, 1, 0.001, '0', '0', '0',
2128, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(817, 'Maze Shrubbery', 'plant_maze', 's', 2, 1, 1, '0', '0', '0', 2129, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(818, 'Bulrush', 'plant_bulrush', 's', 1, 1, 1, '0', '0', '0', 2130, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(819, 'T-Bones Mega Multipack', 'petfood4', 's', 1, 1, 1, '1', '0', '0', 2131, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(820, 'Red carpet', 'carpet_valentine', 's', 2, 7, 0, '1', '0', '1', 2132, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(821, 'Cobbled Path', 'gothic_carpet', 's', 2, 4, 0, '1', '0', '1', 2133, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(822, 'Dungeon Floor', 'gothic_carpet2', 's', 2, 4, 0, '1', '0', '1', 2134, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(823, '', 'gothic_chair', 's', 1, 1, 1, '0', '1', '0', 2135, '1', '1', '1', '1',
'1', 'default', 1, '0', ''),
(824, '', 'gothic_sofa', 's', 2, 1, 1, '0', '1', '0', 2136, '1', '1', '1', '1',
'1', 'default', 1, '0', ''),
(825, '', 'gothic_stool', 's', 1, 1, 1, '0', '1', '0', 2137, '1', '1', '1', '1',
'1', 'default', 1, '0', ''),
(826, 'Pink Grand Piano', 'grand_piano*3', 's', 2, 2, 1, '0', '0', '0', 2138, '1
', '1', '1', '1', '1', 'default', 2, '0', ''),
(827, 'Onyx Grand Piano', 'grand_piano*5', 's', 2, 2, 1, '0', '0', '0', 2139, '1
', '1', '1', '1', '1', 'default', 2, '0', ''),
(828, 'Black Grand Piano', 'grand_piano*2', 's', 2, 2, 1, '0', '0', '0', 2140, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(829, 'Amber Grand Piano', 'grand_piano*4', 's', 2, 2, 1, '0', '0', '0', 2141, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(830, 'Turquoise Grand Piano', 'grand_piano*1', 's', 2, 2, 1, '0', '0', '0', 214
2, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(831, 'Deluxe Theatre Chair', 'theatre_seat', 's', 1, 1, 1.2, '0', '1', '0', 214
3, '1', '1', '1', '1', '1', 'default', 6, '0', ''),
(832, 'Treats Tray', 'romantique_tray2', 's', 1, 1, 1, '0', '0', '0', 2144, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(833, 'Breakfast Tray', 'romantique_tray1', 's', 1, 1, 1, '0', '0', '0', 2145, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(834, 'Turquoise Tray Table', 'romantique_smalltabl*3', 's', 1, 1, 1, '1', '0',
'0', 2146, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(835, 'Onyx Tray Table', 'romantique_smalltabl*5', 's', 1, 1, 1, '1', '0', '0',
2147, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(836, 'Lime Tray Table', 'romantique_smalltabl*2', 's', 1, 1, 1, '1', '0', '0',
2148, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(837, 'Amber Tray Table', 'romantique_smalltabl*4', 's', 1, 1, 1, '1', '0', '0',
2149, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(838, 'Rose Quartz Tray Table', 'romantique_smalltabl*1', 's', 1, 1, 1, '1', '0'
, '0', 2150, '1', '1', '1', '1', '1', 'default', 1, '0', ''),

(839, 'Dressing Table', 'romantique_mirrortabl', 's', 1, 1, 1, '1', '0', '0', 21


51, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(840, 'Turquoise Screen', 'romantique_divider*3', 's', 2, 1, 1, '0', '0', '0', 2
152, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(841, 'Green Screen', 'romantique_divider*2', 's', 2, 1, 1, '1', '0', '0', 2153,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(842, 'Amber Screen', 'romantique_divider*4', 's', 2, 1, 1, '1', '0', '0', 2154,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(843, 'Rose Quartz Screen', 'romantique_divider*1', 's', 2, 1, 1, '1', '0', '0',
2155, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(844, 'Large Tatami Mat', 'jp_tatami2', 's', 2, 4, 0, '1', '0', '1', 2156, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(845, 'Small Tatami Mat', 'jp_tatami', 's', 2, 2, 0.0001, '1', '0', '1', 2157, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(846, 'Director''s Chair', 'habbowood_chair', 's', 1, 1, 1.2, '0', '1', '0', 215
8, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(847, 'Bamboo Forest', 'jp_bamboo', 's', 2, 2, 0, '1', '0', '1', 2159, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(848, 'Irori', 'jp_irori', 's', 2, 2, 1, '0', '0', '0', 2160, '1', '1', '1', '1'
, '1', 'default', 2, '0', ''),
(849, 'Pillow Chair', 'jp_pillow', 's', 1, 1, 0.8, '0', '1', '0', 2161, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(850, 'Habbo Sounds 1', 'sound_set_1', 's', 1, 1, 0.2, '1', '0', '0', 2162, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(851, 'Habbo Sounds 3', 'sound_set_2', 's', 1, 1, 0.2, '1', '0', '0', 2163, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(852, 'Electronic 1', 'sound_set_3', 's', 1, 1, 0.2, '1', '0', '0', 2164, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(853, 'Ambient 1', 'sound_set_4', 's', 1, 1, 0.2, '1', '0', '0', 2165, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(854, 'Ambient 4', 'sound_set_5', 's', 1, 1, 0.2, '1', '0', '0', 2166, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(855, 'Ambient 3', 'sound_set_6', 's', 1, 1, 0.2, '1', '0', '0', 2167, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(856, 'SFX 5', 'sound_set_7', 's', 1, 1, 0.2, '1', '0', '0', 2168, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(857, 'Ambient 2', 'sound_set_8', 's', 1, 1, 0.2, '1', '0', '0', 2169, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(858, 'Electronic 2', 'sound_set_9', 's', 1, 1, 0.2, '1', '0', '0', 2170, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(859, 'Traxmachine', 'sound_machine*1', 's', 1, 1, 1, '0', '0', '0', 2171, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(860, 'Habbowood Spotlight', 'spotlight', 's', 1, 1, 0.0001, '1', '0', '0', 2519
, '1', '1', '1', '1', '1', 'default', 6, '0', ''),
(861, 'Ocean Traxmachine', 'sound_machine*2', 's', 1, 1, 1, '0', '0', '0', 2543,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(862, 'Green Traxmachine', 'sound_machine*3', 's', 1, 1, 1, '0', '0', '0', 2544,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(863, 'For Funky', 'sound_machine*4', 's', 1, 1, 1, '0', '0', '0', 2545, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(864, 'Brown Traxmachine', 'sound_machine*5', 's', 1, 1, 1, '0', '0', '0', 2546,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(865, 'Purple Traxmachine', 'sound_machine*6', 's', 1, 1, 1, '0', '0', '0', 2547
, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(866, 'Red Traxmachine', 'sound_machine*7', 's', 1, 1, 1, '0', '0', '0', 2548, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(867, 'Crystal Lamp', 'rom_lamp', 's', 1, 1, 1, '0', '0', '0', 2551, '1', '1', '
1', '1', '1', 'default', 2, '0', ''),
(868, 'Polar Sofa', 'rclr_sofa', 's', 2, 1, 1, '0', '1', '0', 2459, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),

(869, 'Water Garden', 'rclr_garden', 's', 1, 3, 1, '0', '0', '0', 2458, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(870, 'Palm Chair', 'rclr_chair', 's', 1, 1, 1, '0', '1', '0', 2562, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(871, 'Rock 2', 'sound_set_28', 's', 1, 1, 0.2, '1', '0', '0', 2496, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(872, 'Groove 2', 'sound_set_27', 's', 1, 1, 0.2, '1', '0', '0', 2549, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(873, 'Groove 1', 'sound_set_26', 's', 1, 1, 0.2, '1', '0', '0', 2508, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(874, 'Actually', 'sound_set_25', 's', 1, 1, 0.2, '1', '0', '0', 2470, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(875, 'It''s all about the Pentiums', 'sound_set_24', 's', 1, 1, 0.2, '1', '0',
'0', 2492, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(876, 'SFX 4', 'sound_set_23', 's', 1, 1, 0.2, '1', '0', '0', 2457, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(877, 'With a hamper full of sounds', 'sound_set_22', 's', 1, 1, 0.2, '1', '0',
'0', 2521, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(878, 'Rock 1', 'sound_set_21', 's', 1, 1, 0.2, '1', '0', '0', 2494, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(879, 'SFX 2', 'sound_set_20', 's', 1, 1, 0.2, '1', '0', '0', 2524, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(880, 'Hip Hop Beats 4', 'sound_set_19', 's', 1, 1, 0.2, '1', '0', '0', 2469, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(881, 'Groove 4', 'sound_set_18', 's', 1, 1, 0.2, '1', '0', '0', 2497, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(882, 'Groove 3', 'sound_set_17', 's', 1, 1, 0.2, '1', '0', '0', 2550, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(883, 'Ferry', 'sound_set_16', 's', 1, 1, 0.2, '1', '0', '0', 2561, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(884, 'RnB Grooves 6', 'sound_set_15', 's', 1, 1, 0.2, '1', '0', '0', 2495, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(885, 'Hip Hop Beats 2', 'sound_set_14', 's', 1, 1, 0.2, '1', '0', '0', 2482, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(886, 'Dance 5', 'sound_set_13', 's', 1, 1, 0.2, '1', '0', '0', 2523, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(887, 'Habbo Sounds 2', 'sound_set_12', 's', 1, 1, 0.2, '1', '0', '0', 2493, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(888, 'Dance 4', 'sound_set_11', 's', 1, 1, 0.2, '1', '0', '0', 2563, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(889, 'Hip Hop Beats 1', 'sound_set_10', 's', 1, 1, 0.2, '1', '0', '0', 2481, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(890, 'Rope Divider', 'rope_divider', 's', 2, 1, 0.001, '0', '0', '0', 2518, '1'
, '1', '1', '1', '1', 'gate', 2, '0', ''),
(891, 'romantique_clock', 'romantique_clock', 's', 1, 1, 1, '0', '0', '0', 2520,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(892, 'Aqua Pura Module 5', 'rare_icecream_campaign', 's', 1, 1, 1.7, '1', '0',
'0', 2507, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', ''),
(893, 'Pink Pura Module 5', 'pura_mdl5*2', 's', 1, 1, 1, '0', '1', '0', 2510, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(894, 'Black Pura Module 5', 'pura_mdl5*3', 's', 1, 1, 1, '0', '1', '0', 2511, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(895, 'White Pura Module 5', 'pura_mdl5*4', 's', 1, 1, 1, '1', '1', '0', 2512, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(896, 'beige pura module 5', 'pura_mdl5*5', 's', 1, 1, 1, '0', '1', '0', 2513, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(897, 'Blue Pura Module 5', 'pura_mdl5*6', 's', 1, 1, 1, '1', '1', '0', 2514, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(898, 'Green Pura Module 5', 'pura_mdl5*7', 's', 1, 1, 1, '0', '1', '0', 2515, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),

(899, 'Yellow Pura Module 5', 'pura_mdl5*8', 's', 1, 1, 1, '0', '1', '0', 2516,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(900, 'Red Pura Module 5', 'pura_mdl5*9', 's', 1, 1, 1, '0', '1', '0', 2517, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(901, 'Aqua Pura Module 4', 'pura_mdl4*1', 's', 1, 1, 1, '0', '1', '0', 2472, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(902, 'Pink Pura Module 4', 'pura_mdl4*2', 's', 1, 1, 1, '0', '1', '0', 2473, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(903, 'Black Pura Module 4', 'pura_mdl4*3', 's', 1, 1, 1, '0', '1', '0', 2474, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(904, 'White Pura Module 4', 'pura_mdl4*4', 's', 1, 1, 1, '1', '1', '0', 2475, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(905, 'beige pura module 4', 'pura_mdl4*5', 's', 1, 1, 1, '0', '1', '0', 2476, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(906, 'Blue Pura Module 4', 'pura_mdl4*6', 's', 1, 1, 1, '1', '1', '0', 2477, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(907, 'Green Pura Module 4', 'pura_mdl4*7', 's', 1, 1, 1, '0', '1', '0', 2478, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(908, 'yellow pura module 4', 'pura_mdl4*8', 's', 1, 1, 1, '0', '1', '0', 2479,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(909, 'Red Pura Module 4', 'pura_mdl4*9', 's', 1, 1, 1, '0', '1', '0', 2480, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(910, 'Aqua Pura Module 3', 'pura_mdl3*1', 's', 1, 1, 1, '0', '1', '0', 2534, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(911, 'Pink Pura Module 3', 'pura_mdl3*2', 's', 1, 1, 1, '0', '1', '0', 2535, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(912, 'Black Pura Module 3', 'pura_mdl3*3', 's', 1, 1, 1, '0', '1', '0', 2536, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(913, 'White Pura Module 3', 'pura_mdl3*4', 's', 1, 1, 1, '1', '1', '0', 2537, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(914, 'beige pura module 3', 'pura_mdl3*5', 's', 1, 1, 1, '0', '1', '0', 2538, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(915, 'Blue Pura Module 3', 'pura_mdl3*6', 's', 1, 1, 1, '1', '1', '0', 2539, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(916, 'Green Pura Module 3', 'pura_mdl3*7', 's', 1, 1, 1, '0', '1', '0', 2540, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(917, 'yellow pura module 3', 'pura_mdl3*8', 's', 1, 1, 1, '0', '1', '0', 2541,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(918, 'Red Pura Module 3', 'pura_mdl3*9', 's', 1, 1, 1, '0', '1', '0', 2542, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(919, 'Aqua Pura Module 2', 'pura_mdl2*1', 's', 1, 1, 1, '0', '1', '0', 2483, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(920, 'Pink Pura Module 2', 'pura_mdl2*2', 's', 1, 1, 1, '0', '1', '0', 2484, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(921, 'Black Pura Module 2', 'pura_mdl2*3', 's', 1, 1, 1, '0', '1', '0', 2485, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(922, 'White Pura Module 2', 'pura_mdl2*4', 's', 1, 1, 1, '0', '1', '0', 2486, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(923, 'beige pura module 2', 'pura_mdl2*5', 's', 1, 1, 1, '0', '1', '0', 2487, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(924, 'Blue Pura Module 2', 'pura_mdl2*6', 's', 1, 1, 1, '0', '1', '0', 2488, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(925, 'Green Pura Module 2', 'pura_mdl2*7', 's', 1, 1, 1, '0', '1', '0', 2489, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(926, 'yellow pura module 2', 'pura_mdl2*8', 's', 1, 1, 1, '0', '1', '0', 2490,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(927, 'Red Pura Module 2', 'pura_mdl2*9', 's', 1, 1, 1, '0', '1', '0', 2491, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(928, 'Aqua Pura Module 1', 'pura_mdl1*1', 's', 1, 1, 1, '0', '1', '0', 2460, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),

(929, 'Pink Pura Module 1', 'pura_mdl1*2', 's', 1, 1, 1, '0', '1', '0', 2461, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(930, 'Black Pura Module 1', 'pura_mdl1*3', 's', 1, 1, 1, '0', '1', '0', 2462, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(931, 'White Pura Module 1', 'pura_mdl1*4', 's', 1, 1, 1, '0', '1', '0', 2463, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(932, 'beige pura module 1', 'pura_mdl1*5', 's', 1, 1, 1, '0', '1', '0', 2464, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(933, 'Blue Pura Module 1', 'pura_mdl1*6', 's', 1, 1, 1, '0', '1', '0', 2465, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(934, 'Green Pura Module 1', 'pura_mdl1*7', 's', 1, 1, 1, '0', '1', '0', 2466, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(935, 'yellow pura module 1', 'pura_mdl1*8', 's', 1, 1, 1, '0', '1', '0', 2467,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(936, 'Red Pura Module 1', 'pura_mdl1*9', 's', 1, 1, 1, '0', '1', '0', 2468, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(937, 'Japanese Lantern', 'jp_lantern', 's', 1, 1, 1, '0', '0', '0', 2471, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(938, 'chair_basic', 'chair_basic*1', 's', 1, 1, 1.1, '0', '1', '0', 2525, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(939, 'Pink Pura Egg Chair', 'chair_basic*2', 's', 1, 1, 1.1, '0', '1', '0', 252
6, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(940, 'Black Pura Egg Chair', 'chair_basic*3', 's', 1, 1, 1.1, '0', '1', '0', 25
27, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(941, 'White Pura Egg Chair', 'chair_basic*4', 's', 1, 1, 1.1, '0', '1', '0', 25
28, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(942, 'Beige Pura Egg Chair', 'chair_basic*5', 's', 1, 1, 1.1, '0', '1', '0', 25
29, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(943, 'Blue Pura Egg Chair', 'chair_basic*6', 's', 1, 1, 1.1, '0', '1', '0', 253
0, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(944, 'Green Pura Egg Chair', 'chair_basic*7', 's', 1, 1, 1.1, '0', '1', '0', 25
31, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(945, 'chair_basic', 'chair_basic*8', 's', 1, 1, 1.1, '0', '1', '0', 2532, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(946, 'Red Pura Egg Chair', 'chair_basic*9', 's', 1, 1, 1.1, '0', '1', '0', 2533
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(947, '', 'bed_budget*1', 's', 2, 3, 1.9, '0', '0', '0', 2552, '1', '1', '1', '1
', '1', 'bed', 1, '0', ''),
(948, 'Pink Pura Double Bed', 'bed_budget*2', 's', 2, 3, 1.9, '0', '0', '0', 255
3, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(949, 'Black Pura Double Bed', 'bed_budget*3', 's', 2, 3, 1.9, '0', '0', '0', 25
54, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(950, 'White Pura Double Bed', 'bed_budget*4', 's', 2, 3, 1.9, '0', '0', '0', 25
55, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(951, 'Beige Pura Double Bed', 'bed_budget*5', 's', 2, 3, 1.9, '0', '0', '0', 25
56, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(952, 'Blue Pura Double Bed', 'bed_budget*6', 's', 2, 3, 1.9, '0', '0', '0', 255
7, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(953, 'Green Pura Double Bed', 'bed_budget*7', 's', 2, 3, 1.9, '0', '0', '0', 25
58, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(954, 'Yellow Pura Double Bed', 'bed_budget*8', 's', 2, 3, 1.9, '0', '0', '0', 2
559, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(955, 'Red Pura Double Bed', 'bed_budget*9', 's', 2, 3, 1.9, '0', '0', '0', 2560
, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(956, '', 'bed_budget_one*1', 's', 1, 3, 1.9, '0', '0', '0', 2498, '1', '1', '1'
, '1', '1', 'bed', 1, '0', ''),
(957, 'Pink Pura Bed', 'bed_budget_one*2', 's', 1, 3, 1.9, '0', '0', '0', 2499,
'1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(958, 'Black Pura Bed', 'bed_budget_one*3', 's', 1, 3, 1.9, '1', '0', '0', 2500,
'1', '1', '1', '1', '1', 'bed', 1, '0', ''),

(959, 'White Pura Bed', 'bed_budget_one*4', 's', 1, 3, 1.9, '0', '0', '0', 2501,
'1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(960, 'Beige Pura Bed', 'bed_budget_one*5', 's', 1, 3, 1.9, '0', '0', '0', 2502,
'1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(961, 'Blue Pura Bed', 'bed_budget_one*6', 's', 1, 3, 1.9, '0', '0', '0', 2503,
'1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(962, 'Green Pura Bed', 'bed_budget_one*7', 's', 1, 3, 1.9, '0', '0', '0', 2504,
'1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(963, 'Yellow Pura Bed', 'bed_budget_one*8', 's', 1, 3, 1.9, '0', '0', '0', 2505
, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(964, 'Red Pura Bed', 'bed_budget_one*9', 's', 1, 3, 1.9, '0', '0', '0', 2506, '
1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(965, 'Japanese Drawer', 'jp_drawer', 's', 1, 1, 1, '1', '0', '0', 2522, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(966, 'Star Tile', 'tile_stella', 's', 1, 1, 0.05, '1', '0', '1', 2568, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(967, 'Marble Tile', 'tile_marble', 's', 1, 1, 0.05, '1', '0', '1', 2566, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(968, 'Red Tile', 'tile_brown', 's', 1, 1, 0.05, '1', '0', '1', 2582, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(969, 'Blue Barbeque Grill', 'summer_grill*1', 's', 2, 1, 1, '0', '0', '0', 2587
, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(970, 'Red Barbeque Grill', 'summer_grill*2', 's', 2, 1, 1, '0', '0', '0', 2588,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(971, 'Green Barbeque Grill', 'summer_grill*3', 's', 2, 1, 1, '0', '0', '0', 258
9, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(972, 'Green Barbeque Grill', 'summer_grill*4', 's', 2, 1, 1, '0', '0', '0', 259
0, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(973, 'Aqua Deck Chair', 'summer_chair*1', 's', 1, 1, 1, '0', '1', '0', 2571, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(974, 'Pink Deck Chair', 'summer_chair*2', 's', 1, 1, 1, '0', '1', '0', 2572, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(975, 'Black Deck Chair', 'summer_chair*3', 's', 1, 1, 1, '0', '1', '0', 2573, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(976, 'White Deck Chair', 'summer_chair*4', 's', 1, 1, 1, '0', '1', '0', 2574, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(977, 'Deck Chair', 'summer_chair*5', 's', 1, 1, 1, '0', '1', '0', 2575, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(978, 'Deck Chair', 'summer_chair*6', 's', 1, 1, 1, '0', '1', '0', 2576, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(979, 'Green Deck Chair', 'summer_chair*7', 's', 1, 1, 1, '0', '1', '0', 2577, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(980, 'Yellow Deck Chair', 'summer_chair*8', 's', 1, 1, 1, '0', '1', '0', 2578,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(981, 'Red Deck Chair', 'summer_chair*9', 's', 1, 1, 1, '0', '1', '0', 2579, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(982, 'Latin Love 1', 'sound_set_36', 's', 1, 1, 0.2, '1', '0', '0', 2583, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(983, 'Dance 6', 'sound_set_35', 's', 1, 1, 0.2, '1', '0', '0', 2595, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(984, 'Rock 5', 'sound_set_34', 's', 1, 1, 0.2, '1', '0', '0', 2570, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(985, 'Rock 3', 'sound_set_33', 's', 1, 1, 0.2, '1', '0', '0', 2564, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(986, 'Instrumental 2', 'sound_set_32', 's', 1, 1, 0.2, '1', '0', '0', 2569, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(987, 'Dance 3', 'sound_set_31', 's', 1, 1, 0.2, '1', '0', '0', 2596, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(988, 'Instrumental 1', 'sound_set_30', 's', 1, 1, 0.2, '1', '0', '0', 2585, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),

(989, 'Dance 2', 'sound_set_29', 's', 1, 1, 0.2, '1', '0', '0', 2580, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(990, 'Sound Machine Pro', 'sound_machine_pro', 's', 1, 1, 1, '0', '0', '0', 260
6, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(991, 'Aqua One Way Gate', 'rare_mnstr', 's', 1, 1, 0.001, '0', '0', '0', 2584,
'1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(992, 'Black HC Gate', 'one_way_door*2', 's', 1, 1, 0.001, '0', '0', '0', 2598,
'1', '1', '1', '1', '1', 'onewaygate', 2, '0', ''),
(993, 'White HC Gate', 'one_way_door*3', 's', 1, 1, 0.001, '0', '0', '0', 2599,
'1', '1', '1', '1', '1', 'onewaygate', 2, '0', ''),
(994, 'Beige One Way Gate', 'one_way_door*4', 's', 1, 1, 0.001, '0', '0', '0', 2
600, '1', '1', '1', '1', '1', 'onewaygate', 2, '0', ''),
(995, 'Pink One Way Gate', 'one_way_door*5', 's', 1, 1, 0.001, '0', '0', '0', 26
01, '1', '1', '1', '1', '1', 'onewaygate', 2, '0', ''),
(996, 'Blue HC Gate', 'one_way_door*6', 's', 1, 1, 0.001, '0', '0', '0', 2602, '
1', '1', '1', '1', '1', 'onewaygate', 2, '0', ''),
(997, 'Green One Way Gate', 'one_way_door*7', 's', 1, 1, 0.001, '0', '0', '0', 2
603, '1', '1', '1', '1', '1', 'onewaygate', 2, '0', ''),
(998, 'Yellow One Way Gate', 'one_way_door*8', 's', 1, 1, 0.001, '0', '0', '0',
2604, '1', '1', '1', '1', '1', 'onewaygate', 2, '0', ''),
(999, 'Red One Way Gate', 'one_way_door*9', 's', 1, 1, 0.001, '0', '0', '0', 260
5, '1', '1', '1', '1', '1', 'onewaygate', 2, '0', ''),
(1000, 'Executive Rug', 'exe_rug', 's', 3, 3, 0, '1', '0', '1', 2567, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1001, 'Executive Glass Table', 'exe_s_table', 's', 2, 2, 1, '1', '0', '0', 2581
, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1002, 'Sound set 37', 'sound_set_37', 's', 1, 1, 0.2, '1', '0', '0', 2565, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1003, 'Blue Summer Pool', 'summer_pool*1', 's', 2, 2, 0, '0', '0', '1', 2591, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1004, 'Red Summer Pool', 'summer_pool*2', 's', 2, 2, 0, '0', '0', '1', 2592, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1005, 'Green Summer Pool', 'summer_pool*3', 's', 2, 2, 0, '0', '0', '1', 2593,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1006, 'Yellow Summer Pool', 'summer_pool*4', 's', 2, 2, 0, '0', '0', '1', 2594,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1007, 'Burn', 'song_disk', 's', 1, 1, 0.1, '1', '0', '0', 2607, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(1008, 'Jukebox', 'jukebox*1', 's', 1, 1, 1, '1', '0', '0', 2608, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(1009, 'Welcome', 'carpet_soft_tut', 's', 1, 1, 0, '1', '0', '1', 2609, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1010, 'Graveyard Portal', 'sound_set_44', 's', 1, 1, 0.2, '1', '0', '0', 2610,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1011, 'SFX 1', 'sound_set_43', 's', 1, 1, 0.2, '1', '0', '0', 2614, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(1012, 'Haunted Mansion', 'sound_set_42', 's', 1, 1, 0.2, '1', '0', '0', 2624, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1013, 'Rock 8', 'sound_set_41', 's', 1, 1, 0.2, '1', '0', '0', 2612, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1014, 'Rock 4', 'sound_set_40', 's', 1, 1, 0.2, '1', '0', '0', 2615, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1015, 'Rock 7', 'sound_set_39', 's', 1, 1, 0.2, '1', '0', '0', 2622, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1016, 'Rock 6', 'sound_set_38', 's', 1, 1, 0.2, '1', '0', '0', 2616, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1017, 'Grunge Chair', 'grunge_chair', 's', 1, 1, 1, '0', '1', '0', 2617, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1018, 'Grunge Mattress', 'grunge_mattress', 's', 3, 1, 1, '0', '1', '0', 2618,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),

(1019, 'Radiator', 'grunge_radiator', 's', 1, 1, 1, '0', '0', '0', 2621, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1020, 'Grunge Bookshelf', 'grunge_shelf', 's', 3, 1, 1, '0', '0', '0', 2619, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1021, 'Road Sign', 'grunge_sign', 's', 1, 1, 1, '0', '0', '0', 2613, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1022, 'Grunge Table', 'grunge_table', 's', 2, 2, 1, '1', '0', '0', 2623, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1023, 'Creepy Crypt', 'habboween_crypt', 's', 1, 3, 1.1, '0', '0', '0', 2611, '
1', '1', '1', '1', '1', 'bed', 2, '0', ''),
(1024, 'Unholy Ground', 'habboween_grass', 's', 2, 2, 0.0001, '1', '0', '1', 262
6, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1025, 'Habboween Cauldron', 'hal_cauldron', 's', 1, 1, 1, '1', '0', '0', 2625,
'1', '1', '1', '1', '1', 'vendingmachine', 0, '30', ''),
(1026, 'Haunted Grave', 'hal_grave', 's', 1, 1, 1, '0', '0', '0', 2620, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1027, 'Christmas Party', 'sound_set_52', 's', 1, 1, 0.2, '1', '0', '0', 2633, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1028, 'Club 6', 'sound_set_51', 's', 1, 1, 0.2, '1', '0', '0', 2631, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1029, 'Club 5', 'sound_set_50', 's', 1, 1, 0.2, '1', '0', '0', 2632, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1030, 'Club 4', 'sound_set_49', 's', 1, 1, 0.2, '1', '0', '0', 2634, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1031, 'Club 3', 'sound_set_48', 's', 1, 1, 0.2, '1', '0', '0', 2629, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1032, 'Club 2', 'sound_set_47', 's', 1, 1, 0.2, '1', '0', '0', 2627, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1033, 'Club 1', 'sound_set_46', 's', 1, 1, 0.2, '1', '0', '0', 2630, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1034, 'Lost_Beatness', 'sound_set_45', 's', 1, 1, 0.2, '1', '0', '0', 2628, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1035, 'Lantern Bundle 2', 'xmas_icelamp', 's', 1, 1, 1, '1', '0', '0', 2641, '1
', '1', '1', '1', '1', 'default', 2, '0', ''),
(1036, 'Ice Castle Wall', 'xmas_cstl_wall', 's', 2, 1, 3, '1', '0', '0', 2646, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1037, 'Ice Castle Tower', 'xmas_cstl_twr', 's', 1, 1, 3, '1', '0', '0', 2651, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1038, 'Ice Castle Gate', 'xmas_cstl_gate', 's', 2, 1, 0.001, '1', '0', '0', 263
6, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1039, 'Snowy Christmas Tree', 'tree7', 's', 1, 1, 1, '0', '0', '0', 2653, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1040, 'Flashy Christmas Tree', 'tree6', 's', 1, 1, 1, '0', '0', '0', 2638, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1041, 'Oh Blinging Tree', 'sound_set_54', 's', 1, 1, 0.2, '1', '0', '0', 2649,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1042, 'Snowy Surprise', 'sound_set_53', 's', 1, 1, 0.2, '1', '0', '0', 2652, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1043, 'postbank Safe', 'safe_silo_pb', 's', 1, 1, 1.3, '1', '0', '0', 2642, '1'
, '1', '1', '1', '1', 'vendingmachine', 0, '17', ''),
(1044, 'Snowy Maze Gate', 'plant_mazegate_snow', 's', 2, 1, 0.001, '0', '0', '0'
, 2640, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1045, 'Snowy Maze Bundle 2', 'plant_maze_snow', 's', 2, 1, 1, '0', '0', '0', 26
35, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1046, 'Winter Sleigh', 'christmas_sleigh', 's', 2, 2, 1, '0', '1', '0', 2648, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1047, 'Reindeer', 'christmas_reindeer', 's', 1, 2, 1, '0', '0', '0', 2637, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1048, 'Reindeer Droppings', 'christmas_poop', 's', 1, 1, 1, '0', '0', '0', 2654
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),

(1049, 'Executive Bar Desk', 'exe_bardesk', 's', 1, 1, 1, '1', '0', '0', 2643, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1050, 'Executive Sofa Chair', 'exe_chair', 's', 1, 1, 1, '0', '1', '0', 2647, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1051, 'Executive Boss Chair', 'exe_chair2', 's', 1, 1, 1, '0', '1', '0', 2650,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1052, 'Executive Corner Desk', 'exe_corner', 's', 1, 1, 1, '1', '0', '0', 2655,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1053, 'Executive Drinks Tray', 'exe_drinks', 's', 1, 1, 1, '0', '0', '0', 2645,
'1', '1', '1', '1', '1', 'vendingmachine', 0, '40', ''),
(1054, '3-Seater Sofa', 'exe_sofa', 's', 3, 1, 1, '0', '1', '0', 2639, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1055, 'Take a memo', 'exe_table', 's', 3, 2, 1.1, '0', '0', '0', 2644, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1056, 'RnB Grooves 5', 'sound_set_59', 's', 1, 1, 0.2, '1', '0', '0', 2670, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1057, 'RnB Grooves 4', 'sound_set_58', 's', 1, 1, 0.2, '1', '0', '0', 2656, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1058, 'RnB Grooves 3', 'sound_set_57', 's', 1, 1, 0.2, '1', '0', '0', 2673, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1059, 'RnB Grooves 2', 'sound_set_56', 's', 1, 1, 0.2, '1', '0', '0', 2669, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1060, 'RnB Grooves 1', 'sound_set_55', 's', 1, 1, 0.2, '1', '0', '0', 2671, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1061, 'Lightweight', 'noob_table*1', 's', 2, 2, 1, '1', '0', '0', 2687, '0', '0
', '1', '0', '1', 'default', 1, '0', ''),
(1062, 'Lightweight', 'noob_table*2', 's', 2, 2, 1, '1', '0', '0', 2688, '0', '0
', '1', '0', '1', 'default', 1, '0', ''),
(1063, 'Lightweight', 'noob_table*3', 's', 2, 2, 1, '1', '0', '0', 2689, '0', '0
', '1', '0', '1', 'default', 1, '0', ''),
(1064, 'Lightweight', 'noob_table*4', 's', 2, 2, 1, '1', '0', '0', 2690, '0', '0
', '1', '0', '1', 'default', 1, '0', ''),
(1065, 'Lightweight', 'noob_table*5', 's', 2, 2, 1, '1', '0', '0', 2691, '0', '0
', '1', '0', '1', 'default', 1, '0', ''),
(1066, 'Lightweight', 'noob_table*6', 's', 2, 2, 1, '1', '0', '0', 2692, '0', '0
', '1', '0', '1', 'default', 1, '0', ''),
(1067, 'My first Habbo stool', 'noob_stool*1', 's', 1, 1, 1, '0', '1', '0', 2657
, '0', '0', '1', '0', '1', 'default', 1, '0', ''),
(1068, 'My first Habbo stool', 'noob_stool*2', 's', 1, 1, 1, '0', '1', '0', 2658
, '0', '0', '1', '0', '1', 'default', 1, '0', ''),
(1069, 'My first Habbo stool', 'noob_stool*3', 's', 1, 1, 1, '0', '1', '0', 2659
, '0', '0', '1', '0', '1', 'default', 1, '0', ''),
(1070, 'My first Habbo stool', 'noob_stool*4', 's', 1, 1, 1, '0', '1', '0', 2660
, '0', '0', '1', '0', '1', 'default', 1, '0', ''),
(1071, 'My first Habbo stool', 'noob_stool*5', 's', 1, 1, 1, '0', '1', '0', 2661
, '0', '0', '1', '0', '1', 'default', 1, '0', ''),
(1072, 'My first Habbo stool', 'noob_stool*6', 's', 1, 1, 1, '0', '1', '0', 2662
, '0', '0', '1', '0', '1', 'default', 1, '0', ''),
(1073, 'My first Habbo rug', 'noob_rug*1', 's', 2, 3, 0, '1', '0', '1', 2681, '0
', '1', '1', '0', '1', 'default', 1, '0', ''),
(1074, 'My first Habbo rug', 'noob_rug*2', 's', 2, 3, 0, '1', '0', '1', 2682, '0
', '1', '1', '0', '1', 'default', 1, '0', ''),
(1075, 'My first Habbo rug', 'noob_rug*3', 's', 2, 3, 0, '1', '0', '1', 2683, '0
', '1', '1', '0', '1', 'default', 1, '0', ''),
(1076, 'My first Habbo rug', 'noob_rug*4', 's', 2, 3, 0, '1', '0', '1', 2684, '0
', '1', '1', '0', '1', 'default', 1, '0', ''),
(1077, 'My first Habbo rug', 'noob_rug*5', 's', 2, 3, 0, '1', '0', '1', 2685, '0
', '1', '1', '0', '1', 'default', 1, '0', ''),
(1078, 'My first Habbo rug', 'noob_rug*6', 's', 2, 3, 0, '1', '0', '1', 2686, '0
', '1', '1', '0', '1', 'default', 1, '0', ''),

(1079, 'My first Habbo lamp', 'noob_lamp*1', 's', 1, 1, 1, '0', '0', '0', 2663,
'0', '0', '1', '0', '1', 'default', 2, '0', ''),
(1080, 'My first Habbo lamp', 'noob_lamp*2', 's', 1, 1, 1, '0', '0', '0', 2664,
'0', '0', '1', '0', '1', 'default', 2, '0', ''),
(1081, 'My first Habbo lamp', 'noob_lamp*3', 's', 1, 1, 1, '0', '0', '0', 2665,
'0', '0', '1', '0', '1', 'default', 2, '0', ''),
(1082, 'My first Habbo lamp', 'noob_lamp*4', 's', 1, 1, 1, '0', '0', '0', 2666,
'0', '0', '1', '0', '1', 'default', 2, '0', ''),
(1083, 'My first Habbo lamp', 'noob_lamp*5', 's', 1, 1, 1, '0', '0', '0', 2667,
'0', '0', '1', '0', '1', 'default', 2, '0', ''),
(1084, 'My first Habbo lamp', 'noob_lamp*6', 's', 1, 1, 1, '0', '0', '0', 2668,
'0', '0', '1', '0', '1', 'default', 2, '0', ''),
(1085, 'Lightweight', 'noob_chair*1', 's', 1, 1, 1, '0', '1', '0', 2675, '0', '0
', '1', '0', '1', 'default', 1, '0', ''),
(1086, ' practical', 'noob_chair*2', 's', 1, 1, 1, '0', '1', '0', 2676, '0', '0'
, '1', '0', '1', 'default', 1, '0', ''),
(1087, ' practical', 'noob_chair*3', 's', 1, 1, 1, '0', '1', '0', 2677, '0', '0'
, '1', '0', '1', 'default', 1, '0', ''),
(1088, ' practical', 'noob_chair*4', 's', 1, 1, 1, '0', '1', '0', 2678, '0', '0'
, '1', '0', '1', 'default', 1, '0', ''),
(1089, ' practical', 'noob_chair*5', 's', 1, 1, 1, '0', '1', '0', 2679, '0', '0'
, '1', '0', '1', 'default', 1, '0', ''),
(1090, 'Power Globe', 'noob_chair*6', 's', 1, 1, 1, '0', '1', '0', 2680, '0', '0
', '1', '0', '1', 'default', 1, '0', ''),
(1091, 'Executive Plant', 'exe_plant', 's', 1, 1, 1, '0', '0', '0', 2674, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1092, 'Grey Share Bear', 'val_teddy*1', 's', 1, 1, 1, '0', '1', '0', 2699, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1093, 'Pink Share Bear', 'val_teddy*2', 's', 1, 1, 1, '0', '1', '0', 2700, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1094, 'Green Share Bear', 'val_teddy*3', 's', 1, 1, 1, '0', '1', '0', 2701, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1095, 'Brown Share Bear', 'val_teddy*4', 's', 1, 1, 1, '0', '1', '0', 2702, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1096, 'Yellow Share Bear', 'val_teddy*5', 's', 1, 1, 1, '0', '1', '0', 2703, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1097, 'Blue Share Bear', 'val_teddy*6', 's', 1, 1, 1, '0', '1', '0', 2704, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1098, 'Love Randomiser', 'val_randomizer', 's', 4, 1, 1.4, '1', '1', '0', 2696,
'1', '1', '1', '1', '1', 'loveshuffler', 1, '0', ''),
(1099, 'Heart Shaped Chocs', 'val_choco', 's', 1, 1, 1, '0', '0', '0', 2697, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(1100, 'Teleport Door', 'teleport_door', 's', 1, 1, 0.001, '0', '0', '1', 2693,
'1', '1', '0', '1', '1', 'teleport', 2, '0', ''),
(1101, 'Latin Love 3', 'sound_set_61', 's', 1, 1, 0.2, '1', '0', '0', 2698, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1102, 'Latin Love 2', 'sound_set_60', 's', 1, 1, 0.2, '1', '0', '0', 2695, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1103, 'Crystal Ball', 'fortune', 's', 1, 1, 1, '0', '0', '0', 2694, '1', '1', '
1', '1', '1', 'dice', 1, '0', ''),
(1104, 'Adventure Desk', 'sw_table', 's', 1, 2, 1, '0', '0', '0', 2713, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1105, 'Raven', 'sw_raven', 's', 1, 1, 1, '0', '0', '0', 2711, '1', '1', '1', '1
', '1', 'default', 1, '0', ''),
(1106, 'Ye Olde Chest', 'sw_chest', 's', 1, 2, 1, '0', '0', '0', 2709, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(1107, 'Sand Castle Wall', 'sand_cstl_wall', 's', 2, 1, 1, '0', '0', '0', 2710,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1108, 'Sand Castle Tower', 'sand_cstl_twr', 's', 1, 1, 1, '0', '0', '0', 2705,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),

(1109, 'Sand Castle Gate', 'sand_cstl_gate', 's', 2, 1, 0.001, '0', '0', '0', 27
12, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1110, 'Candle Box', 'grunge_candle', 's', 1, 1, 1, '0', '0', '0', 2708, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(1111, 'Bench', 'grunge_bench', 's', 3, 1, 1, '0', '1', '0', 2707, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(1112, 'Flaming Barrel', 'grunge_barrel', 's', 1, 1, 1, '0', '0', '0', 2706, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(1113, 'Moon Lamp', 'rclr_lamp', 's', 1, 1, 0.0001, '1', '0', '0', 2733, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(296, 'Globe trophy', 'a0 prizetrophy3_b', 's', 1, 1, 1, '0', '0', '0', 1507, '1
', '1', '1', '1', '0', 'trophy', 1, '0', ''),
(1116, 'nouvelle_trax', 'nouvelle_trax', 's', 1, 1, 1, '0', '0', '0', 2736, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1117, 'Bubble Juice Floor', 'md_rug', 's', 4, 4, 0, '1', '0', '1', 2727, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1118, 'Sushi Kohada', 'jp_tray6', 's', 1, 1, 1, '0', '0', '0', 2720, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1119, 'Sushi Tamago', 'jp_tray5', 's', 1, 1, 1, '0', '0', '0', 2717, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1120, 'Sushi Uni', 'jp_tray4', 's', 1, 1, 1, '0', '0', '0', 2725, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(1121, 'Sushi Ikura', 'jp_tray3', 's', 1, 1, 1, '0', '0', '0', 2726, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(1122, 'Sushi Ika', 'jp_tray2', 's', 1, 1, 1, '0', '0', '0', 2724, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(1123, 'Sushi Maguro', 'jp_tray1', 's', 1, 1, 1, '0', '0', '0', 2715, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1124, 'Tea Maker', 'arabian_teamk', 's', 1, 1, 1, '1', '0', '0', 2716, '1', '1'
, '1', '1', '1', 'vendingmachine', 0, '1', ''),
(1125, 'Ornamental Urn', 'arabian_snake', 's', 1, 1, 1, '0', '0', '0', 2732, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(1126, 'Berber Kilim Rug', 'arabian_rug', 's', 3, 5, 0, '0', '0', '1', 2719, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1127, 'Green Blossom Pillow', 'arabian_pllw', 's', 1, 1, 0.8, '0', '1', '0', 27
22, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1128, 'Soft wooden screen', 'arabian_divdr', 's', 1, 2, 1, '0', '0', '0', 2730,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1129, 'Exotic', 'arabian_chair', 's', 1, 1, 1.2, '0', '1', '0', 2721, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1130, 'Amanjena Table', 'arabian_bigtb', 's', 3, 2, 0.8, '1', '0', '0', 2731, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1131, 'Hexagonal Tea Table', 'arabian_tetbl', 's', 1, 1, 1, '1', '0', '0', 2714
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1132, 'Mint Tea Tray', 'arabian_tray1', 's', 1, 1, 1, '0', '0', '0', 2734, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1133, 'Candle Tray', 'arabian_tray2', 's', 1, 1, 1, '0', '0', '0', 2735, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1134, 'Sweets Tray', 'arabian_tray3', 's', 1, 1, 1, '0', '0', '0', 2723, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1135, 'Sweet', 'arabian_tray4', 's', 1, 1, 1, '0', '0', '0', 2728, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(1136, 'Alhambra Trax 3', 'sound_set_64', 's', 1, 1, 0.2, '1', '0', '0', 2738, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1137, 'Alhambra Trax 2', 'sound_set_63', 's', 1, 1, 0.2, '1', '0', '0', 2740, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1138, 'Alhambra Trax 1', 'sound_set_62', 's', 1, 1, 0.2, '1', '0', '0', 2741, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1139, 'Jukebox Pacha TV', 'jukebox_ptv*1', 's', 1, 1, 1, '0', '0', '0', 2739, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),

(1140, 'Calippo icecream machine', 'calippo', 's', 1, 1, 1, '0', '0', '0', 2737,
'1', '1', '1', '1', '1', 'vendingmachine', 0, '26', ''),
(1141, 'traxsilver', 'traxsilver', 's', 1, 1, 1, '1', '0', '0', 2744, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(1142, 'traxgold', 'traxgold', 's', 1, 1, 1, '1', '0', '0', 2742, '1', '1', '1',
'1', '1', 'default', 2, '0', ''),
(1143, 'traxbronze', 'traxbronze', 's', 1, 1, 1, '1', '0', '0', 2743, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(1144, 'bench_puffet', 'bench_puffet', 's', 2, 1, 1, '0', '1', '0', 2745, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1145, 'Gold Bar (China)', 'CFC_500_goldbar', 's', 1, 1, 0.4, '1', '0', '0', 276
4, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1146, 'Sack of Credits (China)', 'CFC_200_moneybag', 's', 1, 1, 1, '1', '0', '0
', 2770, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20006, 'Mesh Corner', 'urban_fence_corner', 's', 1, 1, 1, '1', '0', '0', 3275,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1148, 'Gold Coin (China)', 'CFC_100_coin_gold', 's', 1, 1, 0.2, '1', '0', '0',
2796, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1149, 'Silver Coin (China)', 'CFC_50_coin_silver', 's', 1, 1, 0.2, '1', '0', '0
', 2772, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1150, 'Chabu Dai', 'jp_table', 's', 2, 2, 1, '0', '0', '0', 2749, '1', '1', '1'
, '1', '1', 'default', 4, '0', ''),
(1151, 'Shishi Odishi', 'jp_rare', 's', 2, 2, 1, '0', '0', '0', 2750, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(1152, 'Katana Green', 'jp_katana3', 's', 1, 1, 1, '0', '0', '0', 2748, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1153, 'Katana Blue', 'jp_katana2', 's', 1, 1, 1, '0', '0', '0', 2747, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1154, 'HC Katana Red', 'jp_katana1', 's', 1, 1, 1, '0', '0', '0', 2751, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1156, 'Tiki Waterfall', 'tiki_waterfall', 's', 3, 2, 1, '0', '0', '0', 2757, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1157, 'Tiki Pig Tray', 'tiki_tray4', 's', 1, 1, 1, '0', '0', '0', 2765, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1158, 'Tiki Fish Tray', 'tiki_tray3', 's', 1, 1, 1, '0', '0', '0', 2753, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1159, 'Tiki Pineapple Plate', 'tiki_tray2', 's', 1, 1, 1.2, '1', '0', '0', 2768
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1160, 'Tiki Fruit Tray', 'tiki_tray1', 's', 1, 1, 1, '0', '0', '0', 2755, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1161, 'Empty Tray', 'tiki_tray0', 's', 1, 1, 1, '0', '0', '0', 2792, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1162, 'Toucan', 'tiki_toucan', 's', 1, 1, 1, '0', '0', '0', 2756, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(1163, 'Beach Torch', 'tiki_torch', 's', 1, 1, 1, '0', '0', '0', 2773, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(1164, 'Tribal Statue', 'tiki_statue', 's', 1, 1, 1, '0', '0', '0', 2782, '1', '
1', '1', '1', '1', 'default', 2, '0', ''),
(1165, 'Island Sand Patch', 'tiki_sand', 's', 2, 2, 0, '1', '0', '1', 2798, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1166, 'Tiki Parasol', 'tiki_parasol', 's', 1, 1, 1, '0', '0', '0', 2769, '1', '
1', '1', '1', '1', 'default', 2, '0', ''),
(1167, 'Jungle Patch', 'tiki_junglerug', 's', 2, 2, 0.01, '1', '0', '1', 2781, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1168, 'Tiki Bar Corner', 'tiki_corner', 's', 1, 1, 1, '1', '0', '0', 2794, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1169, 'Butterflies', 'tiki_bflies', 's', 1, 1, 0.0001, '1', '0', '1', 2785, '1'
, '1', '1', '1', '1', 'default', 3, '0', ''),
(1170, 'Tiki Bar Stool', 'tiki_bench', 's', 1, 1, 1.3, '0', '1', '0', 2784, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),

(1171, 'Tiki Bar Desk', 'tiki_bardesk', 's', 1, 1, 1, '1', '0', '0', 2795, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1172, 'tampax_rug', 'tampax_rug', 's', 3, 4, 0, '1', '0', '1', 2754, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1173, 'Sound set 70', 'sound_set_70', 's', 1, 1, 0.2, '1', '0', '0', 2767, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1174, 'Sound set 69', 'sound_set_69', 's', 1, 1, 0.2, '1', '0', '0', 2799, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1175, 'Sound set 68', 'sound_set_68', 's', 1, 1, 0.2, '1', '0', '0', 2793, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1176, 'Sound set 67', 'sound_set_67', 's', 1, 1, 0.2, '1', '0', '0', 2771, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1177, 'Sound set 66', 'sound_set_66', 's', 1, 1, 0.2, '1', '0', '0', 2752, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1178, 'Sound set 65', 'sound_set_65', 's', 1, 1, 0.2, '1', '0', '0', 2766, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20024, 'Square Dining Table', 'table_plasto_square*9', 's', 1, 1, 1, '1', '0',
'0', 118, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20021, 'Giant Heart', 'heart', 's', 2, 1, 2, '1', '0', '0', 227, '1', '1', '1',
'1', '1', 'default', 2, '0', ''),
(20016, 'Street Lamp', 'urban_lamp', 's', 1, 1, 1, '1', '0', '0', 3265, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1185, 'Lucky Bamboo', 'noob_plant', 's', 1, 1, 1, '0', '0', '0', 2783, '0', '1'
, '1', '0', '1', 'default', 1, '0', ''),
(20018, 'Street Wall', 'urban_wall', 'i', 0, 0, 1, '1', '0', '0', 4244, '1', '1'
, '1', '1', '1', 'default', 5, '0', ''),
(295, 'Duck trophy', 'a0 prizetrophy2_b', 's', 1, 1, 1, '0', '0', '0', 1506, '1'
, '1', '1', '1', '0', 'trophy', 1, '0', ''),
(1197, 'Japanese Teamaker', 'jp_teamaker', 's', 1, 1, 1, '1', '0', '0', 2774, '1
', '1', '1', '1', '1', 'vendingmachine', 0, '28', ''),
(1198, 'September 2008', 'svnr_uk', 's', 1, 1, 1, '0', '0', '0', 2838, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1199, 'August 2008', 'svnr_nl', 's', 1, 2, 1, '0', '1', '0', 2825, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(1200, 'July 2008', 'svnr_it', 's', 2, 1, 1, '0', '1', '0', 2813, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(1201, 'October 2008', 'svnr_de', 's', 1, 1, 1, '0', '0', '0', 2801, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(1202, 'November 2008', 'svnr_aus', 's', 1, 1, 1, '0', '0', '0', 2836, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1203, 'Accompaniments', 'diner_tray_7', 's', 1, 1, 1, '0', '0', '0', 2840, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1204, 'Vanilla', 'diner_tray_6', 's', 1, 1, 1, '0', '0', '0', 2826, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(1205, 'Bacon and Eggs', 'diner_tray_5', 's', 1, 1, 1, '0', '0', '0', 2815, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1206, 'Pancakes', 'diner_tray_4', 's', 1, 1, 1, '0', '0', '0', 2800, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1207, 'Spaghetti Meatballs', 'diner_tray_3', 's', 1, 1, 1, '0', '0', '0', 2841,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1208, 'Steak and Mash', 'diner_tray_2', 's', 1, 1, 1, '0', '0', '0', 2802, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1209, 'Burger and Chips', 'diner_tray_1', 's', 1, 1, 1, '0', '0', '0', 2839, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1210, 'Had your fill', 'diner_tray_0', 's', 1, 1, 0.1, '1', '0', '0', 2837, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1211, 'Aqua Diner Sofa 2', 'diner_sofa_2*1', 's', 1, 1, 1, '0', '1', '0', 2804,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1212, 'Pink Diner Sofa 2', 'diner_sofa_2*2', 's', 1, 1, 1, '0', '1', '0', 2805,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),

(1213, 'Black Diner Sofa 2', 'diner_sofa_2*3', 's', 1, 1, 1, '0', '1', '0', 2806
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1214, 'White Diner Sofa 2', 'diner_sofa_2*4', 's', 1, 1, 1, '0', '1', '0', 2807
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1215, 'Latte Diner Sofa 2', 'diner_sofa_2*5', 's', 1, 1, 1, '0', '1', '0', 2808
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1216, 'Blue Diner Sofa 2', 'diner_sofa_2*6', 's', 1, 1, 1, '0', '1', '0', 2809,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1217, 'Green Diner Sofa 2', 'diner_sofa_2*7', 's', 1, 1, 1, '0', '1', '0', 2810
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1218, 'Yellow Diner Sofa 2', 'diner_sofa_2*8', 's', 1, 1, 1, '0', '1', '0', 281
1, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1219, 'Red Diner Sofa 2', 'diner_sofa_2*9', 's', 1, 1, 1, '0', '1', '0', 2812,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1220, 'Diner Shaker', 'diner_shaker', 's', 1, 1, 1, '0', '0', '0', 2814, '1', '
1', '1', '1', '1', 'default', 2, '0', ''),
(1221, 'Diner Floor', 'diner_rug', 's', 2, 2, 0, '1', '0', '1', 2803, '1', '1',
'1', '1', '1', 'default', 1, '0', '');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `len
gth`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow
_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_invento
ry_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `foot_f
igure`) VALUES
(1222, 'Aqua Gumball Machine', 'diner_gumvendor*1', 's', 1, 1, 1, '0', '0', '0',
2827, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1223, 'Pink Gumball Machine', 'diner_gumvendor*2', 's', 1, 1, 1, '0', '0', '0',
2828, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1224, 'Black Gumball Machine', 'diner_gumvendor*3', 's', 1, 1, 1, '0', '0', '0'
, 2829, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1225, 'White Gumball Machine', 'diner_gumvendor*4', 's', 1, 1, 1, '0', '0', '0'
, 2830, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1226, 'Latte Gumball Machine', 'diner_gumvendor*5', 's', 1, 1, 1, '0', '0', '0'
, 2831, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1227, 'Blue Gumball Machine', 'diner_gumvendor*6', 's', 1, 1, 1, '0', '0', '0',
2832, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1228, 'Green Gumball Machine', 'diner_gumvendor*7', 's', 1, 1, 1, '0', '0', '0'
, 2833, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1229, 'Yellow Gumball Machine', 'diner_gumvendor*8', 's', 1, 1, 1, '0', '0', '0
', 2834, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1230, 'Red Gumball Machine', 'diner_gumvendor*9', 's', 1, 1, 1, '0', '0', '0',
2835, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1231, 'Aqua Diner Till', 'diner_cashreg*1', 's', 1, 1, 1, '0', '0', '0', 2816,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1232, 'Pink Diner Till', 'diner_cashreg*2', 's', 1, 1, 1, '0', '0', '0', 2817,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1233, 'Black Diner Till', 'diner_cashreg*3', 's', 1, 1, 1, '0', '0', '0', 2818,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1234, 'White Diner Till', 'diner_cashreg*4', 's', 1, 1, 1, '0', '0', '0', 2819,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1235, 'Latte Diner Till', 'diner_cashreg*5', 's', 1, 1, 1, '0', '0', '0', 2820,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1236, 'Blue Diner Till', 'diner_cashreg*6', 's', 1, 1, 1, '0', '0', '0', 2821,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1237, 'Green Diner Till', 'diner_cashreg*7', 's', 1, 1, 1, '0', '0', '0', 2822,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1238, 'Yellow Diner Till', 'diner_cashreg*8', 's', 1, 1, 1, '0', '0', '0', 2823
, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1239, 'Red Diner Till', 'diner_cashreg*9', 's', 1, 1, 1, '0', '0', '0', 2824, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1240, 'Aqua Diner Table', 'diner_table_2*1', 's', 3, 2, 1, '1', '0', '0', 2879,

'1', '1', '1', '1', '1', 'default', 1, '0', ''),


(1241, 'Pink Diner Table', 'diner_table_2*2', 's', 3, 2, 1, '1', '0', '0', 2880,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1242, 'Black Diner Table', 'diner_table_2*3', 's', 3, 2, 1, '1', '0', '0', 2881
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1243, 'White Diner Table', 'diner_table_2*4', 's', 3, 2, 1, '1', '0', '0', 2882
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1244, 'Latte Diner Table', 'diner_table_2*5', 's', 3, 2, 1, '1', '0', '0', 2883
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1245, 'Blue Diner Table', 'diner_table_2*6', 's', 3, 2, 1, '1', '0', '0', 2884,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1246, 'Green Diner Table', 'diner_table_2*7', 's', 3, 2, 1, '1', '0', '0', 2885
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1247, 'Yellow Diner Table', 'diner_table_2*8', 's', 3, 2, 1, '1', '0', '0', 288
6, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1248, 'Red Diner Table', 'diner_table_2*9', 's', 3, 2, 1, '1', '0', '0', 2887,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1249, 'Aqua Diner Booth Table', 'diner_table_1*1', 's', 2, 2, 1, '1', '0', '0',
2897, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1250, 'Pink Diner Booth Table', 'diner_table_1*2', 's', 2, 2, 1, '1', '0', '0',
2898, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1251, 'Black Diner Booth Table', 'diner_table_1*3', 's', 2, 2, 1, '1', '0', '0'
, 2899, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1252, 'White Diner Booth Table', 'diner_table_1*4', 's', 2, 2, 1, '1', '0', '0'
, 2900, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1253, 'Latte Diner Booth Table', 'diner_table_1*5', 's', 2, 2, 1, '1', '0', '0'
, 2901, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1254, 'Blue Diner Booth Table', 'diner_table_1*6', 's', 2, 2, 1, '1', '0', '0',
2902, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1255, 'Green Diner Booth Table', 'diner_table_1*7', 's', 2, 2, 1, '1', '0', '0'
, 2903, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1256, 'Yellow Diner Booth Table', 'diner_table_1*8', 's', 2, 2, 1, '1', '0', '0
', 2904, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1257, 'Red Diner Booth Table', 'diner_table_1*9', 's', 2, 2, 1, '1', '0', '0',
2905, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1258, 'Aqua Diner Sofa 1', 'diner_sofa_1*1', 's', 1, 1, 1, '0', '1', '0', 2888,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1259, 'Pink Diner Sofa 1', 'diner_sofa_1*2', 's', 1, 1, 1, '0', '1', '0', 2889,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1260, 'Black Diner Sofa 1', 'diner_sofa_1*3', 's', 1, 1, 1, '0', '1', '0', 2890
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1261, 'White Diner Sofa 1', 'diner_sofa_1*4', 's', 1, 1, 1, '0', '1', '0', 2891
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1262, 'Latte Diner Sofa 1', 'diner_sofa_1*5', 's', 1, 1, 1, '0', '1', '0', 2892
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1263, 'Blue Diner Sofa 1', 'diner_sofa_1*6', 's', 1, 1, 1, '0', '1', '0', 2893,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1264, 'Green Diner Sofa 1', 'diner_sofa_1*7', 's', 1, 1, 1, '0', '1', '0', 2894
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1265, 'Yellow Diner Sofa 1', 'diner_sofa_1*8', 's', 1, 1, 1, '0', '1', '0', 289
5, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1266, 'Red Diner Sofa 1', 'diner_sofa_1*9', 's', 1, 1, 1, '0', '1', '0', 2896,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1267, 'Aqua Diner Stool', 'diner_chair*1', 's', 1, 1, 1.4, '0', '1', '0', 2861,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1268, 'Pink Diner Stool', 'diner_chair*2', 's', 1, 1, 1.4, '0', '1', '0', 2862,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1269, 'Black Diner Stool', 'diner_chair*3', 's', 1, 1, 1.4, '0', '1', '0', 2863
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1270, 'White Diner Stool', 'diner_chair*4', 's', 1, 1, 1.4, '0', '1', '0', 2864

, '1', '1', '1', '1', '1', 'default', 1, '0', ''),


(1271, 'Latte Diner Stool', 'diner_chair*5', 's', 1, 1, 1.4, '0', '1', '0', 2865
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1272, 'Blue Diner Stool', 'diner_chair*6', 's', 1, 1, 1.4, '0', '1', '0', 2866,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1273, 'Green Diner Stool', 'diner_chair*7', 's', 1, 1, 1.4, '0', '1', '0', 2867
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1274, 'Yellow Diner Stool', 'diner_chair*8', 's', 1, 1, 1.4, '0', '1', '0', 286
8, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1275, 'Red Diner Stool', 'diner_chair*9', 's', 1, 1, 1.4, '0', '1', '0', 2869,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1276, 'Aqua Diner Gate', 'diner_bardesk_gate*1', 's', 1, 1, 0.001, '0', '0', '0
', 2842, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1277, 'Pink Diner Gate', 'diner_bardesk_gate*2', 's', 1, 1, 0.001, '0', '0', '0
', 2843, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1278, 'Black Diner Gate', 'diner_bardesk_gate*3', 's', 1, 1, 0.001, '0', '0', '
0', 2844, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1279, 'White Diner Gate', 'diner_bardesk_gate*4', 's', 1, 1, 0.001, '0', '0', '
0', 2845, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1280, 'Latte Diner Gate', 'diner_bardesk_gate*5', 's', 1, 1, 0.001, '0', '0', '
0', 2846, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1281, 'Blue Diner Gate', 'diner_bardesk_gate*6', 's', 1, 1, 0.001, '0', '0', '0
', 2847, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1282, 'Green Diner Gate', 'diner_bardesk_gate*7', 's', 1, 1, 0.001, '0', '0', '
0', 2848, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1283, 'Yellow Diner Gate', 'diner_bardesk_gate*8', 's', 1, 1, 0.001, '0', '0',
'0', 2849, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1284, 'Red Diner Gate', 'diner_bardesk_gate*9', 's', 1, 1, 0.001, '0', '0', '0'
, 2850, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1285, 'Aqua Diner Corner', 'diner_bardesk_corner*1', 's', 1, 1, 1, '1', '0', '0
', 2870, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1286, 'Pink Diner Corner', 'diner_bardesk_corner*2', 's', 1, 1, 1, '1', '0', '0
', 2871, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1287, 'Black Diner Corner', 'diner_bardesk_corner*3', 's', 1, 1, 1, '1', '0', '
0', 2872, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1288, 'Latte Diner Corner', 'diner_bardesk_corner*4', 's', 1, 1, 1, '1', '0', '
0', 2873, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1289, 'Blue Diner Corner', 'diner_bardesk_corner*6', 's', 1, 1, 1, '1', '0', '0
', 2875, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1290, 'Green Diner Corner', 'diner_bardesk_corner*7', 's', 1, 1, 1, '1', '0', '
0', 2876, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1291, 'Yellow Diner Corner', 'diner_bardesk_corner*8', 's', 1, 1, 1, '1', '0',
'0', 2877, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1292, 'Red Diner Corner', 'diner_bardesk_corner*9', 's', 1, 1, 1, '1', '0', '0'
, 2878, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1293, 'Aqua Diner Bar', 'diner_bardesk*1', 's', 1, 1, 1, '1', '0', '0', 2851, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1294, 'Pink Diner Bar', 'diner_bardesk*2', 's', 1, 1, 1, '1', '0', '0', 2852, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1295, 'Black Diner Bar', 'diner_bardesk*3', 's', 1, 1, 1, '1', '0', '0', 2853,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1296, 'White Diner Bar', 'diner_bardesk*4', 's', 1, 1, 1, '1', '0', '0', 2854,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1297, 'Latte Diner Bar', 'diner_bardesk*5', 's', 1, 1, 1, '1', '0', '0', 2855,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1298, 'Blue Diner Bar', 'diner_bardesk*6', 's', 1, 1, 1, '1', '0', '0', 2856, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1299, 'Green Diner Bar', 'diner_bardesk*7', 's', 1, 1, 1, '1', '0', '0', 2857,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1300, 'Yellow Diner Bar', 'diner_bardesk*8', 's', 1, 1, 1, '1', '0', '0', 2858,

'1', '1', '1', '1', '1', 'default', 1, '0', ''),


(1301, 'Red Diner Bar', 'diner_bardesk*9', 's', 1, 1, 1, '1', '0', '0', 2859, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1302, 'ads_dave_cns', 'ads_dave_cns', 's', 1, 1, 1, '0', '0', '0', 2860, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1303, 'easy_carpet name', 'easy_carpet', 's', 4, 4, 0, '1', '0', '1', 2911, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1304, 'easy_bowl2', 'easy_bowl2', 's', 1, 1, 1, '1', '0', '0', 2907, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1305, 'Greek Corner', 'greek_corner', 's', 1, 1, 3, '1', '0', '0', 2910, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1306, 'Enter mortal', 'greek_gate', 's', 2, 1, 0.001, '0', '0', '0', 2908, '1',
'1', '1', '1', '1', 'gate', 2, '0', ''),
(1307, 'Greek Pillars', 'greek_pillars', 's', 2, 1, 3, '1', '0', '0', 2909, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1308, 'Greek Seat', 'greek_seat', 's', 1, 1, 0.5, '0', '1', '0', 2906, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(244, 'Basketball Trophy', 'legotrophy', 's', 1, 1, 0.0001, '1', '0', '0', 280,
'1', '1', '1', '1', '0', 'trophy', 2, '0', ''),
(215, 'Bronze Trophy', 'a0 prize3', 's', 1, 1, 1, '0', '0', '0', 243, '1', '1',
'1', '1', '0', 'trophy', 1, '0', ''),
(214, 'Silver Trophy', 'a0 prize2', 's', 1, 1, 1, '0', '0', '0', 186, '1', '1',
'1', '1', '0', 'trophy', 1, '0', ''),
(1312, 'greek_block', 'greek_block', 's', 2, 1, 0.8, '1', '1', '0', 2915, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1313, 'Glass Table', 'hcc_table', 's', 1, 2, 1, '0', '0', '0', 2923, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1314, 'Bookshelf', 'hcc_shelf', 's', 1, 2, 1, '0', '0', '0', 2917, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(1315, 'Low Back Sofa', 'hcc_sofa', 's', 2, 1, 1.2, '0', '1', '0', 2921, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1316, 'Cool look', 'hcc_minibar', 's', 1, 1, 1, '0', '0', '0', 2924, '1', '1',
'1', '1', '1', 'vendingmachine', 0, '24', ''),
(1317, 'Trendy Stool', 'hcc_chair', 's', 1, 1, 1, '0', '1', '0', 2919, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1318, 'Crime scene', 'det_divider', 's', 2, 1, 1, '0', '0', '0', 2918, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1319, 'netari_carpet', 'netari_carpet', 's', 3, 5, 0, '1', '0', '1', 2916, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1320, 'Chalk Outline', 'det_body', 's', 2, 3, 0, '0', '0', '1', 2922, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1321, 'Antique Stool', 'hcc_stool', 's', 1, 1, 1.2, '0', '1', '0', 2920, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1322, 'Reclining Chair', 'hcc_sofachair', 's', 1, 1, 1.2, '0', '1', '0', 2925,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1323, 'Glass Corner', 'hcc_crnr', 's', 1, 1, 3.2, '1', '0', '0', 2926, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1324, 'Glass Divider', 'hcc_dvdr', 's', 2, 1, 3.2, '1', '0', '0', 2927, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1325, 'sob_carpet', 'sob_carpet', 's', 3, 5, 0, '1', '0', '1', 2928, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1326, 'My Hump', 'igor_seat', 's', 1, 1, 1, '0', '1', '0', 2929, '1', '1', '1',
'1', '1', 'default', 2, '0', ''),
(1327, 'The Brain', 'ads_igorbrain', 's', 1, 1, 1, '0', '0', '0', 2936, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1328, 'Igor Switch', 'ads_igorswitch', 's', 1, 1, 1, '0', '0', '0', 2934, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1329, 'ads_711', 'ads_711*1', 's', 1, 1, 1, '0', '0', '0', 2930, '1', '1', '1',
'1', '1', 'vendingmachine', 0, '19', ''),
(1330, 'ads_711', 'ads_711*2', 's', 1, 1, 1, '0', '0', '0', 2931, '1', '1', '1',

'1', '1', 'vendingmachine', 0, '19', ''),


(1331, 'ads_711', 'ads_711*3', 's', 1, 1, 1, '0', '0', '0', 2932, '1', '1', '1',
'1', '1', 'vendingmachine', 0, '19', ''),
(1332, 'ads_711', 'ads_711*4', 's', 1, 1, 1, '0', '0', '0', 2933, '1', '1', '1',
'1', '1', 'vendingmachine', 0, '19', ''),
(1333, 'Igor Ray Gun', 'ads_igorraygun', 's', 1, 2, 1, '0', '0', '0', 2935, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1334, 'Blood Sink', 'hween08_sink', 's', 1, 1, 1, '0', '0', '0', 2944, '1', '1'
, '1', '1', '1', 'vendingmachine', 0, '29', ''),
(1335, 'Hospital Curtain (blood)', 'hween08_curtain', 's', 3, 1, 1, '0', '0', '0
', 2942, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1336, 'Blood Bath', 'hween08_bath', 's', 1, 2, 1, '0', '1', '0', 2948, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1337, 'Life Support (blood)', 'hween08_defibs', 's', 1, 1, 1, '0', '0', '0', 29
38, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1338, 'Body Bag', 'hween08_bbag', 's', 1, 3, 1.3, '0', '0', '0', 2943, '1', '1'
, '1', '1', '1', 'bed', 1, '0', ''),
(1339, 'Hospital Curtain (ooze)', 'hween08_curtain2', 's', 3, 1, 1, '0', '0', '0
', 2949, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1340, 'Life Support (ooze)', 'hween08_defibs2', 's', 1, 1, 1, '0', '0', '0', 29
39, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1341, 'Hospital Bed (blood)', 'hween08_bed', 's', 1, 3, 1.8, '0', '0', '0', 294
5, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(1342, 'Ooze Sink', 'hween08_sink2', 's', 1, 1, 1, '0', '0', '0', 2940, '1', '1'
, '1', '1', '1', 'vendingmachine', 0, '30', ''),
(1343, 'Hospital Bed (ooze)', 'hween08_bed2', 's', 1, 3, 1.8, '0', '0', '0', 293
7, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(1344, 'Ooze Bath', 'hween08_bath2', 's', 1, 2, 1, '0', '1', '0', 2947, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1345, 'Manhole', 'hween08_manhole', 's', 1, 1, 1, '0', '0', '0', 2946, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1346, ' poke', 'hween08_trll', 's', 1, 1, 1, '0', '0', '0', 2941, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(1347, 'Glass High Bar Table', 'party_table', 's', 1, 1, 1, '1', '0', '0', 2956,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1348, 'Spotlight', 'party_discol', 's', 1, 1, 0.0001, '1', '0', '0', 2963, '1',
'1', '1', '1', '1', 'default', 4, '0', ''),
(1349, 'Stage Block Large', 'party_block2', 's', 2, 2, 0.7, '1', '0', '1', 2950,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1350, 'Bar Corner', 'party_barcorn', 's', 1, 1, 1, '1', '0', '0', 2957, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(1351, 'High Class Bar Stool', 'party_chair', 's', 1, 1, 1.3, '0', '1', '0', 296
0, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1352, 'Small Stage', 'party_block', 's', 1, 1, 0.9, '1', '0', '1', 2959, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1353, 'Dance Floor Laser', 'party_ravel', 's', 1, 1, 0.0001, '1', '0', '0', 296
5, '1', '1', '1', '1', '1', 'default', 4, '0', ''),
(1354, 'Despite being made a lava', 'party_tube_lava', 's', 1, 1, 1, '0', '0', '
0', 2966, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(1355, 'Club Tray', 'party_tray', 's', 1, 1, 1, '0', '0', '0', 2955, '1', '1', '
1', '1', '1', 'vendingmachine', 0, '31', ''),
(1356, 'Scratch it', 'party_djtable', 's', 1, 2, 1, '0', '0', '0', 2954, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(1357, 'Disco Floor', 'party_floor', 's', 2, 2, 0, '1', '0', '1', 2958, '1', '1'
, '1', '1', '1', 'default', 10, '0', ''),
(1358, 'Glitter Ball', 'party_ball', 's', 1, 1, 0, '0', '0', '1', 2964, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1359, 'Bubbles Machine', 'party_tube_bubble', 's', 1, 1, 1, '0', '0', '0', 2951
, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(1360, ' MC', 'party_mic', 's', 1, 1, 1, '0', '0', '0', 2953, '1', '1', '1', '1'

, '1', 'default', 1, '0', ''),


(1361, 'Dance Floor Beamer', 'party_beamer', 's', 1, 1, 1, '0', '0', '0', 2961,
'1', '1', '1', '1', '1', 'default', 7, '0', ''),
(1362, 'Bar Centre', 'party_bardesk', 's', 1, 1, 1, '1', '0', '0', 2962, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(1363, 'Club seat', 'party_seat', 's', 1, 1, 1.1, '0', '1', '0', 2952, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1364, 'Snow Seat', 'xmas08_snowpl', 's', 1, 1, 1, '0', '1', '0', 3005, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1365, 'Emperor Penguin', 'penguin_basic', 's', 1, 1, 1, '0', '0', '0', 2977, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1366, 'Arctic Penguin Trophy', 'xmas08_trph1', 's', 1, 1, 1, '0', '0', '0', 297
2, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1367, 'Musketeer Penguin', 'penguin_musketeer', 's', 1, 1, 1, '0', '0', '0', 29
95, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1368, 'Icy table', 'xmas08_table', 's', 2, 2, 1, '1', '0', '0', 3009, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1369, 'Hot Tub', 'xmas08_hottub', 's', 2, 2, 1, '0', '0', '0', 2986, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1370, 'Luchador Penguin', 'penguin_wrestler', 's', 1, 1, 1, '0', '0', '0', 2990
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1371, 'Blow it up', 'fx_explosion', 's', 1, 1, 1, '0', '0', '0', 3011, '0', '0'
, '1', '0', '1', 'rentals', 2, '0', ''),
(1372, 'Robot Penguin', 'penguin_robot', 's', 1, 1, 1, '0', '0', '0', 2969, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1373, 'Icy Christmas Tree', 'xmas08_icetree', 's', 1, 1, 1, '0', '0', '0', 2967
, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1374, 'Camp fire', 'campfire', 's', 1, 1, 1, '1', '0', '0', 2974, '1', '1', '1'
, '1', '1', 'default', 3, '0', ''),
(1375, 'Ice', 'xmas08_icerug', 's', 2, 2, 0, '1', '0', '1', 3002, '1', '1', '1',
'1', '1', 'default', 4, '0', ''),
(1376, 'Executive Penguin', 'penguin_suit', 's', 1, 1, 1, '0', '0', '0', 3008, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1377, 'December 2008', 'svnr_fi', 's', 1, 1, 1, '0', '0', '0', 2991, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(1378, 'Snow Storm', 'xmas_snow', 's', 2, 2, 0, '1', '0', '1', 2982, '1', '1', '
1', '1', '1', 'default', 2, '0', ''),
(1379, 'Hockey Penguin', 'penguin_icehockey', 's', 1, 1, 1, '0', '0', '0', 2988,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1380, 'Pilot Penguin', 'penguin_pilot', 's', 1, 1, 1, '0', '0', '0', 3007, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1381, 'Ballerina Penguin', 'penguin_ballet', 's', 1, 1, 1, '0', '0', '0', 2996,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1382, 'Arctic SFX', 'sound_set_71', 's', 1, 1, 0.2, '1', '0', '0', 3000, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1383, 'Boxer Penguin', 'penguin_boxer', 's', 1, 1, 1, '0', '0', '0', 2979, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1384, 'Fluorescent Penguin', 'penguin_glow', 's', 1, 1, 1, '0', '0', '0', 2993,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1385, 'Summer Penguin', 'penguin_swim', 's', 1, 1, 1, '0', '0', '0', 2984, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1386, 'Sumo Penguin', 'penguin_sumo', 's', 1, 1, 1, '0', '0', '0', 2994, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1387, 'Bubbles', 'xmas08_geysir', 's', 2, 2, 1, '0', '0', '0', 2985, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1388, 'Clown Penguin', 'penguin_clown', 's', 1, 1, 1, '0', '0', '0', 2989, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1389, 'Infected Penguin', 'penguin_infected', 's', 1, 1, 1, '0', '0', '0', 2983
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1390, 'Firestarter', 'fx_flare', 's', 1, 1, 1, '1', '0', '0', 3013, '0', '0', '

1', '0', '1', 'rentals', 2, '0', ''),


(1391, 'Snowball Lantern Pile', 'xmas08_lantern', 's', 1, 1, 1, '0', '0', '0', 2
968, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1392, 'Ice chair', 'xmas08_chair', 's', 1, 1, 1, '0', '1', '0', 3001, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1393, 'Superhero Penguin', 'penguin_super', 's', 1, 1, 1, '0', '0', '0', 2998,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1394, 'Icy Teleport', 'xmas08_telep', 's', 1, 1, 0.001, '0', '0', '0', 2978, '1
', '1', '0', '1', '1', 'teleport', 1, '0', ''),
(1395, 'Cube Tree', 'xmas08_cubetree', 's', 1, 1, 1, '0', '0', '0', 3006, '1', '
1', '1', '1', '1', 'default', 2, '0', ''),
(1396, 'Disco Penguin', 'penguin_rock', 's', 1, 1, 1, '0', '0', '0', 3010, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1397, 'Ice divider', 'xmas08_dvdr1', 's', 2, 1, 1, '0', '0', '0', 2992, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1398, 'Ice Fish Hole', 'xmas08_hole', 's', 1, 1, 1, '0', '0', '0', 2980, '1', '
1', '1', '1', '1', 'vendingmachine', 0, '34', ''),
(1399, 'XC Penguin', 'penguin_ski', 's', 1, 1, 1, '0', '0', '0', 2981, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1400, 'Skater Penguin', 'penguin_skater', 's', 1, 1, 1, '0', '0', '0', 2973, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1401, 'Icy Divider Corner', 'xmas08_dvdr2', 's', 1, 1, 1.8, '1', '0', '0', 2970
, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1402, 'Christmas Penguin', 'penguin_elf', 's', 1, 1, 1, '0', '0', '0', 2971, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1403, 'Bunny Penguin', 'penguin_bunny', 's', 1, 1, 1, '0', '0', '0', 2975, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1404, 'Ninja Penguin', 'penguin_ninja', 's', 1, 1, 1, '0', '0', '0', 2976, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1405, 'Magic Penguin', 'penguin_magician', 's', 1, 1, 1, '0', '0', '0', 2997, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1406, 'Beautiful Penguin', 'penguin_hunchback', 's', 1, 1, 1, '0', '0', '0', 30
03, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1407, 'Cowboy Penguin', 'penguin_cowboy', 's', 1, 1, 1, '0', '0', '0', 2987, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1408, 'Punk Penguin', 'penguin_punk', 's', 1, 1, 1, '0', '0', '0', 3004, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1409, 'Pirate Penguin', 'penguin_pirate', 's', 1, 1, 1, '0', '0', '0', 2999, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1410, 'ads_ob_pillow name', 'ads_ob_pillow', 's', 1, 1, 1, '0', '1', '0', 3018,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1411, 'Leviathon', 'lostc_merdragon', 's', 1, 3, 1, '0', '0', '0', 3016, '1', '
1', '1', '1', '1', 'default', 2, '0', ''),
(1412, 'Idea Agency Desk', 'ads_cldesk', 's', 2, 2, 1, '0', '0', '0', 3017, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1413, 'Eco Friendly Penguin', 'xmas08_trph2', 's', 1, 1, 1, '0', '0', '0', 3015
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1414, 'Whatever your Idea', 'ads_cltele', 's', 1, 1, 0.001, '0', '0', '0', 3014
, '1', '1', '0', '1', '1', 'teleport', 1, '0', ''),
(1415, 'Childline Rug', 'ads_clfloor', 's', 3, 5, 0, '0', '0', '1', 3019, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1417, 'Mall tele-door', 'ads_mall_tele', 's', 1, 1, 0.001, '1', '0', '1', 3020,
'1', '1', '0', '1', '1', 'teleport', 1, '0', ''),
(1418, 'Moongate', 'china_moongt', 's', 1, 3, 0.001, '0', '0', '1', 3024, '1', '
1', '1', '1', '1', 'gate', 2, '0', ''),
(1419, 'Lotus Pool', 'bolly_lotus_pool', 's', 2, 2, 0, '0', '0', '0', 3022, '1',
'1', '1', '1', '1', 'default', 3, '0', ''),
(1420, 'Ox Statue', 'china_ox', 's', 1, 1, 1, '0', '0', '0', 3025, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(1422, 'Petal Flurry', 'bolly_petals', 's', 2, 2, 0, '1', '0', '1', 3026, '1', '

1', '1', '1', '1', 'default', 3, '0', ''),


(1423, 'Palm Tree', 'bolly_tree', 's', 1, 1, 1, '0', '0', '0', 3042, '1', '1', '
1', '1', '1', 'default', 2, '0', ''),
(1424, 'Swing low', 'bolly_swing', 's', 2, 1, 1.5, '0', '1', '0', 3037, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1425, 'Star Pillow', 'bolly_pillow', 's', 1, 1, 0.8, '0', '1', '0', 3030, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1426, 'Bollywood Corner', 'bolly_corner', 's', 1, 1, 1, '1', '0', '0', 3031, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1427, 'Elephant MiniBar', 'bolly_phant', 's', 1, 1, 1, '0', '0', '0', 3033, '1'
, '1', '1', '1', '1', 'vendingmachine', 0, '35', ''),
(1428, 'Monkey Lamp', 'bolly_monkey_lamp', 's', 1, 1, 1, '0', '0', '0', 3036, '1
', '1', '1', '1', '1', 'default', 2, '0', ''),
(1429, 'Green Curtain', 'bolly_drapeb', 's', 3, 1, 0.001, '0', '0', '0', 3040, '
1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1430, 'Planet of Love', 'planet_of_love', 's', 1, 1, 1, '1', '0', '0', 3044, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1431, 'Chandelier', 'bolly_lamp', 's', 1, 1, 1, '0', '0', '0', 3041, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1432, 'Bollywood Desk', 'bolly_desk', 's', 2, 1, 1, '1', '0', '0', 3034, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1433, 'Vase of Flowers', 'bolly_vase', 's', 1, 1, 1, '0', '0', '0', 3043, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1434, 'Standard Tile', 'bolly_tile2', 's', 2, 2, 0, '1', '0', '1', 3027, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1435, 'Large Ornamental Table', 'bolly_table', 's', 2, 2, 1, '1', '0', '0', 303
5, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1436, 'Yellow Curtain', 'bolly_drapec', 's', 3, 1, 0.001, '0', '0', '0', 3032,
'1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1437, 'Extravagant Fountain', 'bolly_fountain', 's', 2, 2, 0.0001, '1', '0', '0
', 3029, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20046, 'Executive Teleport', 'exe_elevator', 's', 1, 1, 0.001, '0', '0', '0', 3
305, '1', '1', '0', '1', '1', 'teleport', 1, '0', ''),
(1439, 'Ornamental Tile', 'bolly_tile1', 's', 2, 2, 0, '1', '0', '1', 3028, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1440, 'Pink Curtain', 'bolly_drapea', 's', 3, 1, 0.001, '0', '0', '0', 3038, '1
', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1441, 'ads_idol_floor1 name', 'ads_idol_floor1', 's', 2, 2, 0, '0', '0', '1', 3
045, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1442, 'Inventor''s Desk', 'ads_igor_dsk', 's', 2, 1, 1, '0', '0', '0', 3049, '1
', '1', '1', '1', '1', 'default', 2, '0', ''),
(1443, 'ads_idol_desk', 'ads_idol_desk', 's', 1, 4, 1, '1', '0', '0', 3050, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1444, 'ads_idol_ch', 'ads_idol_ch', 's', 1, 1, 1.2, '0', '1', '0', 3051, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1445, 'Glass Flask', 'ads_igor_flask', 's', 1, 1, 1, '0', '0', '0', 3046, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1446, 'ads_idol_drape name', 'ads_idol_drape', 's', 3, 1, 0.001, '0', '0', '0',
3048, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1447, 'ads_idol_floor2 name', 'ads_idol_floor2', 's', 2, 2, 0, '0', '0', '1', 3
047, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1448, 'Kraken', 'lostc_octopus', 's', 1, 2, 1, '0', '0', '0', 3052, '1', '1', '
1', '1', '1', 'default', 2, '0', ''),
(1449, 'Marble Floor Tile', 'lc_tile1', 's', 2, 2, 0, '1', '0', '1', 3076, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1450, 'Small Jellyfish Lamp', 'lc_medusa2', 's', 1, 1, 1, '0', '0', '0', 3073,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1451, 'Sally Lightfoot', 'lc_crab2', 's', 1, 1, 1, '0', '0', '0', 3068, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1452, 'March Collectable 2009', 'lostc_teleport', 's', 1, 1, 0.001, '1', '0', '

1', 3071, '1', '1', '0', '1', '1', 'teleport', 1, '0', ''),
(1453, 'ads_idol_piano name', 'ads_idol_piano', 's', 2, 2, 1, '0', '0', '0', 305
8, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1454, 'Large Coral Divider', 'lc_coral_divider_hi', 's', 2, 1, 1, '0', '0', '0'
, 3078, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1455, 'ads_711shelf name', 'ads_711shelf', 's', 1, 2, 1, '0', '0', '0', 3066, '
1', '1', '1', '1', '1', 'vendingmachine', 0, '19', ''),
(1456, 'Water Tube Corner', 'lc_tubes_corners', 's', 1, 1, 1, '0', '0', '0', 307
2, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1457, 'Captain''s Table', 'lc_table', 's', 2, 2, 1, '1', '0', '1', 3067, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1458, 'Cobbled Stones', 'lc_tile2', 's', 2, 2, 0, '1', '0', '1', 3069, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1459, 'Anemone', 'lc_anemone', 's', 1, 1, 1, '0', '0', '0', 3074, '1', '1', '1'
, '1', '1', 'default', 4, '0', ''),
(1460, 'Small Coral Divider', 'lc_coral_divider_low', 's', 2, 1, 1, '0', '0', '0
', 3077, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1461, 'Ocean Window Rug', 'lc_glass_floor', 's', 2, 3, 0, '0', '0', '1', 3060,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1462, 'Large Jellyfish Lamp', 'lc_medusa1', 's', 1, 1, 1, '0', '0', '0', 3064,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1463, 'Crab Patch', 'lc_crab1', 's', 2, 2, 1, '0', '0', '0', 3062, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(1464, 'ads_idol_jukebox name', 'ads_idol_jukebox*1', 's', 1, 1, 1, '0', '0', '0
', 3059, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1465, 'ads_idol_pchair name', 'ads_idol_pchair', 's', 1, 1, 1, '0', '1', '0', 3
056, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1466, 'Water Tube Straight', 'lc_tubes_straight', 's', 1, 1, 1, '0', '0', '0',
3065, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1467, 'ads_idol_audChr name', 'ads_idol_audChr', 's', 1, 1, 1, '0', '1', '0', 3
057, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1468, 'ads_idol_trax name', 'ads_idol_trax', 's', 1, 1, 1, '0', '0', '0', 3055,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1469, 'ads_idol_tele', 'ads_idol_tele', 's', 1, 1, 0.001, '0', '0', '1', 3053,
'1', '1', '0', '1', '1', 'teleport', 1, '0', ''),
(1470, 'Wooden Corner', 'lc_corner', 's', 1, 1, 1, '1', '0', '0', 3075, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1471, 'Wooden Stool', 'lc_stool', 's', 1, 1, 1, '0', '1', '0', 3063, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1472, 'No rusty nails', 'lc_chair', 's', 1, 1, 1, '0', '1', '0', 3061, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1473, 'Wooden Bar Desk', 'lc_desk', 's', 2, 1, 1, '1', '0', '0', 3070, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1474, 'ads_idol_mic name', 'ads_idol_mic', 's', 1, 1, 1, '0', '0', '0', 3054, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1475, 'ads_idol_hotspot name', 'ads_idol_hotspot', 's', 1, 1, 0.2, '0', '0', '1
', 3080, '1', '1', '1', '1', '1', 'default', 103, '0', ''),
(1476, 'ads_idol_clRack name', 'ads_idol_clRack', 's', 3, 1, 1, '0', '0', '0', 3
079, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1477, 'ads_idol_voting_ch name', 'ads_idol_voting_ch', 's', 1, 1, 1.2, '0', '1'
, '0', 3081, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1478, 'Ecotron prize', 'ecotron_box', 's', 1, 1, 1, '1', '0', '0', 3095, '0', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1479, 'Eco Light 2', 'eco_light2', 's', 1, 1, 1, '1', '0', '0', 3082, '0', '1',
'1', '1', '1', 'default', 2, '0', ''),
(1480, 'Eco Stool 3', 'eco_chair3', 's', 1, 1, 1, '0', '1', '0', 3094, '0', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1481, 'Eco Coffee Table 3', 'eco_table3', 's', 2, 2, 1, '1', '0', '0', 3086, '0
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1482, 'Eco Lamp 2', 'eco_lamp2', 's', 1, 1, 1, '1', '0', '0', 3092, '0', '1', '

1', '1', '1', 'default', 2, '0', ''),


(1483, 'Eco Armchair 3', 'eco_sofa3', 's', 1, 1, 1, '0', '1', '0', 3088, '0', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1484, 'Eco Coffee Table 2', 'eco_table2', 's', 2, 2, 1, '1', '0', '0', 3089, '0
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1485, 'Fruit Bowl 2', 'eco_fruits2', 's', 1, 1, 1, '1', '0', '0', 3102, '0', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1486, 'Eco Armchair 1', 'eco_sofa1', 's', 1, 1, 1, '0', '1', '0', 3096, '0', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1487, 'Fruit Bowl 3', 'eco_fruits3', 's', 1, 1, 1, '1', '0', '0', 3104, '0', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1488, 'Eco Light 1', 'eco_light1', 's', 1, 1, 1, '1', '0', '0', 3098, '0', '1',
'1', '1', '1', 'default', 2, '0', ''),
(1489, 'Actually', 'eco_tree1', 's', 1, 1, 1, '0', '0', '0', 3093, '0', '1', '1'
, '1', '1', 'vendingmachine', 0, '38', ''),
(1490, 'Potted Cactus 2', 'eco_cactus2', 's', 1, 1, 1, '1', '0', '0', 3105, '0',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1491, 'Talk To FRANK Brain Lamp', 'ads_frankb', 's', 1, 1, 1, '0', '0', '0', 31
11, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1492, 'Road Signs', 'bump_signs', 's', 1, 1, 1, '0', '0', '0', 3090, '1', '1',
'1', '0', '1', 'default', 7, '0', ''),
(1493, 'Potted Cactus 1', 'eco_cactus1', 's', 1, 1, 1, '1', '0', '0', 3083, '0',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1494, 'Eco Stool 2', 'eco_chair2', 's', 1, 1, 1, '0', '1', '0', 3106, '0', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1495, 'Potted Cactus 3', 'eco_cactus3', 's', 1, 1, 1, '1', '0', '0', 3085, '0',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1496, 'Bumper Tyres', 'bump_tires', 's', 1, 1, 0.8, '1', '0', '0', 3101, '1', '
1', '1', '0', '1', 'default', 3, '0', ''),
(1497, 'Traffic Lights', 'bump_lights', 's', 1, 1, 1, '0', '0', '0', 3103, '1',
'1', '1', '0', '1', 'default', 3, '0', ''),
(1498, 'Eco Lamp 3', 'eco_lamp3', 's', 1, 1, 1, '1', '0', '0', 3091, '0', '1', '
1', '1', '1', 'default', 2, '0', ''),
(1499, 'Eco Coffee Table 1', 'eco_table1', 's', 2, 2, 1, '1', '0', '0', 3099, '0
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1500, 'Eco Stool 1', 'eco_chair1', 's', 1, 1, 1, '0', '1', '0', 3084, '0', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1501, 'Eco Armchair 2', 'eco_sofa2', 's', 1, 1, 1, '0', '1', '0', 3100, '0', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1502, 'Road', 'bump_road', 's', 2, 2, 0.001, '1', '0', '1', 3110, '1', '1', '1'
, '0', '1', 'default', 4, '0', ''),
(1503, 'Fruit Bowl 1', 'eco_fruits1', 's', 1, 1, 1, '1', '0', '0', 3107, '0', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1504, 'Eco Lamp 1', 'eco_lamp1', 's', 1, 1, 1, '1', '0', '0', 3097, '0', '1', '
1', '1', '1', 'default', 2, '0', ''),
(1505, 'Eco Light 3', 'eco_light3', 's', 1, 1, 1, '1', '0', '0', 3108, '0', '1',
'1', '1', '1', 'default', 2, '0', ''),
(1506, 'Pear Tree', 'eco_tree2', 's', 1, 1, 1, '0', '0', '0', 3109, '0', '1', '1
', '1', '1', 'vendingmachine', 0, '36', ''),
(1507, 'Totem Leg', 'totem_leg', 's', 1, 1, 1.2, '1', '0', '0', 3113, '1', '1',
'1', '1', '1', 'default', 9, '0', ''),
(1508, 'ads_grefusa_cactus name', 'ads_grefusa_cactus', 's', 1, 1, 1, '0', '0',
'0', 3112, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1509, 'ads_idol_tube name', 'ads_idol_tube', 's', 1, 1, 0.0001, '1', '0', '0',
3126, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1510, 'Executive Light', 'exe_light', 's', 1, 1, 0, '1', '0', '1', 3122, '1', '
1', '1', '1', '1', 'default', 4, '0', ''),
(1511, 'ads_idol_cork name', 'ads_idol_cork', 's', 3, 1, 1, '0', '0', '0', 3120,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1512, 'Idea Agency Jukebox', 'ads_cl_jukeb', 's', 1, 1, 1, '0', '0', '0', 3127,

'1', '1', '1', '1', '1', 'default', 1, '0', ''),


(1513, 'Grass patch', 'env_grass', 's', 2, 2, 0, '1', '0', '1', 3129, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1514, 'Forest Trunk Seat', 'env_tree3', 's', 1, 1, 1, '0', '0', '0', 3125, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1515, 'Eco Hedgerow', 'env_bushes', 's', 1, 2, 1, '0', '0', '0', 3115, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1516, 'Eco Hedgerows Gate', 'env_bushes_gate', 's', 1, 2, 0.001, '0', '0', '0',
3128, '1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1517, 'Executive Gate', 'exe_gate', 's', 1, 1, 0.001, '0', '0', '0', 3119, '1',
'1', '1', '1', '1', 'gate', 2, '0', ''),
(1518, 'ads_idol_newsDsk name', 'ads_idol_newsDsk', 's', 2, 2, 1, '0', '0', '0',
3116, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1519, 'Forest Tree Chair', 'env_tree1', 's', 1, 1, 1, '0', '1', '0', 3117, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1520, 'Forest Tree Americana', 'env_tree2', 's', 1, 1, 1, '0', '1', '0', 3123,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1521, 'Cubist Light', 'exe_cubelight', 's', 1, 1, 1, '0', '0', '0', 3121, '1',
'1', '1', '1', '1', 'default', 3, '0', ''),
(1522, 'The Four Seasons Tree', 'env_tree4', 's', 2, 2, 1, '0', '0', '0', 3118,
'1', '1', '1', '1', '1', 'default', 4, '0', ''),
(1523, 'Sphere Lamp', 'exe_artlamp', 's', 1, 1, 1, '0', '0', '0', 3114, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1524, 'ads_idol_ichair name', 'ads_idol_ichair', 's', 1, 1, 1.4, '0', '1', '0',
3124, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1525, 'Wedding Cake', 'tray_cake', 's', 1, 1, 1, '0', '0', '0', 3133, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1526, 'ads_reebok_block2', 'ads_reebok_block2', 's', 2, 2, 0.8, '1', '0', '1',
3132, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1527, 'ads_malaco_rug_name', 'ads_malaco_rug', 's', 3, 3, 0.0001, '1', '0', '1'
, 3135, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1528, 'Champagne Bucket', 'tray_champagne', 's', 1, 1, 1, '0', '0', '0', 3134,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1529, 'Champagne Tower', 'tray_glasstower', 's', 1, 1, 1, '0', '0', '0', 3130,
'1', '1', '1', '1', '1', 'vendingmachine', 0, '40', ''),
(1530, 'ads_malaco_gu', 'ads_malaco_gu', 's', 1, 1, 1, '0', '0', '0', 3131, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1531, 'Idea Agency Super Cake', 'ads_clcake', 's', 1, 1, 1, '0', '0', '0', 3139
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1532, 'Idea Agency Sofa', 'ads_cl_sofa', 's', 2, 1, 1, '0', '1', '0', 3137, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1533, 'Function Table', 'ads_idol_tblCloth', 's', 2, 2, 1, '1', '0', '0', 3136,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1534, 'ads_idol_carpet name', 'ads_idol_carpet', 's', 2, 7, 0, '0', '0', '1', 3
140, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1535, 'Function Lamp', 'ads_idol_lamp', 's', 1, 1, 0, '1', '0', '1', 3138, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1536, 'Rain Shower', 'country_rain', 's', 1, 1, 0, '1', '0', '1', 3153, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(1537, 'Scarecrow', 'country_scarecrow', 's', 1, 1, 1, '0', '0', '0', 3160, '1',
'1', '1', '1', '1', 'default', 3, '0', ''),
(1538, 'Porta-House', 'env_telep', 's', 1, 1, 0.001, '0', '0', '0', 3161, '1', '
1', '0', '1', '1', 'teleport', 1, '0', ''),
(1539, 'Crop Field', 'country_soil', 's', 2, 2, 0, '1', '0', '1', 3145, '1', '1'
, '1', '1', '1', 'default', 4, '0', ''),
(1540, 'Field Grass', 'country_grass', 's', 2, 2, 0, '1', '0', '1', 3162, '1', '
1', '1', '1', '1', 'default', 3, '0', ''),
(1541, 'The Golden Tablet', 'ads_goldtabl', 's', 1, 1, 1, '0', '0', '0', 3151, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1542, 'Witch Mushroom', 'eco_mush1', 's', 1, 1, 1, '1', '1', '0', 3142, '0', '1

', '1', '1', '1', 'default', 1, '0', ''),


(1543, 'Tractor', 'country_trctr', 's', 2, 2, 1, '0', '0', '0', 3147, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(1544, 'Stone Wall', 'country_fnc2', 's', 2, 1, 1, '1', '0', '0', 3141, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1545, 'Stick Fence', 'country_fnc1', 's', 2, 1, 1, '0', '0', '0', 3154, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1546, 'Wishing Well', 'country_well', 's', 1, 1, 1, '0', '0', '0', 3149, '1', '
1', '1', '1', '1', 'vendingmachine', 0, '7', ''),
(1547, 'Fairy Mushroom', 'eco_mush2', 's', 1, 1, 1.6, '1', '1', '0', 3155, '0',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1548, 'Rainbow', 'country_rbw', 's', 1, 1, 0.0001, '1', '0', '1', 3143, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1549, 'Golden Wheat', 'country_wheat', 's', 2, 2, 0.0001, '1', '0', '1', 3163,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1550, 'Farm Gate', 'country_gate', 's', 2, 1, 0.001, '1', '0', '0', 3150, '1',
'1', '1', '1', '1', 'gate', 2, '0', ''),
(1551, 'Country Trax', 'sound_set_72', 's', 1, 1, 0.2, '1', '0', '0', 3144, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1552, 'Wooden Stage', 'country_stage', 's', 2, 2, 1, '1', '0', '1', 3148, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1553, 'ads_calip_cola_1 name', 'ads_calip_cola*1', 's', 1, 1, 1, '0', '0', '0',
3156, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', ''),
(1554, 'ads_calip_cola_2 name', 'ads_calip_cola*2', 's', 1, 1, 1, '1', '0', '0',
3157, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', ''),
(1555, 'ads_calip_cola_3 name', 'ads_calip_cola*3', 's', 1, 1, 1, '1', '0', '0',
3158, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', ''),
(1556, 'ads_calip_cola_4 name', 'ads_calip_cola*4', 's', 1, 1, 1, '0', '0', '0',
3159, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', ''),
(1557, 'Log Bench', 'country_log', 's', 2, 1, 1, '0', '1', '0', 3146, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1558, 'Stone Pile', 'country_fnc3', 's', 1, 1, 1, '1', '0', '0', 3152, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1559, 'Wooden Patio Tile', 'country_patio', 's', 1, 1, 0.25, '1', '0', '1', 316
6, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1560, 'Country Ditch Corner', 'country_corner', 's', 1, 1, 1, '0', '0', '0', 31
64, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1561, 'Country Ditch', 'country_ditch', 's', 1, 2, 0.001, '1', '0', '0', 3165,
'1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1562, 'ads_calip_chair name', 'ads_calip_chair', 's', 1, 1, 1, '0', '1', '0', 3
168, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(213, 'Gold Trophy', 'a0 prize1', 's', 1, 1, 1, '0', '0', '0', 185, '1', '1', '1
', '1', '0', 'trophy', 1, '0', ''),
(1564, 'Totem Spirit Head', 'totem_head', 's', 1, 1, 1.7, '1', '0', '0', 3167, '
1', '1', '1', '1', '1', 'default', 15, '0', ''),
(1565, 'ads_calip_pool name', 'ads_calip_pool', 's', 2, 2, 0.0001, '1', '0', '1'
, 3182, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1566, 'laptopdesk name', 'laptopdesk', 's', 2, 2, 1, '0', '0', '0', 3173, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1567, 'Skull', 'LT_skull', 's', 1, 1, 1, '0', '0', '0', 3189, '1', '1', '1', '1
', '1', 'default', 1, '0', ''),
(1568, 'Large Tribal Block', 'lt_stage2', 's', 2, 2, 0.9, '1', '0', '1', 3175, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1569, 'Lava Corner', 'lt_lavac', 's', 1, 1, 0.0001, '1', '0', '0', 3180, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1570, 'Tribal Gate', 'lt_gate', 's', 2, 1, 0.001, '0', '0', '0', 3172, '1', '1'
, '1', '1', '1', 'gate', 2, '0', ''),
(1571, 'Planet of Eternity', 'saturn', 's', 1, 1, 1, '1', '0', '0', 3181, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1572, 'ads_calip_tele name', 'ads_calip_tele', 's', 1, 1, 0.001, '0', '0', '0',

3190, '1', '1', '0', '1', '1', 'teleport', 1, '0', ''),


(1573, 'Stone Statue', 'lt_statue', 's', 1, 1, 1, '0', '0', '0', 3185, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(1574, 'Tarantula', 'lt_spider', 's', 1, 1, 1, '0', '0', '0', 3178, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(1575, 'Tribal Stone Wall', 'lt_stone2', 's', 2, 1, 1, '1', '0', '0', 3177, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1576, 'Tribal Seat', 'LT_throne', 's', 1, 1, 1.5, '0', '1', '0', 3171, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1577, 'audChr name', 'audChr', 's', 1, 1, 1, '0', '1', '0', 3179, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(1578, 'Moss Patch', 'lt_patch', 's', 2, 2, 0, '1', '0', '1', 3188, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(1579, 'Lava Ditch', 'lt_lava', 's', 1, 2, 1e-005, '1', '0', '0', 3176, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1580, 'Small Tribal Torch', 'LT_pillar2', 's', 1, 1, 1, '0', '0', '0', 3170, '1
', '1', '1', '1', '1', 'default', 2, '0', ''),
(1581, 'Ant Hill', 'lt_bughill', 's', 1, 1, 1, '1', '0', '0', 3174, '1', '1', '1
', '1', '1', 'default', 2, '0', ''),
(1582, 'noticeboard name', 'noticeboard', 's', 3, 1, 1, '0', '0', '0', 3186, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1583, 'clrack name', 'clrack', 's', 3, 1, 0, '1', '0', '0', 3184, '1', '1', '1'
, '1', '1', 'default', 2, '0', ''),
(1584, 'Large Tribal Torch', 'LT_pillar', 's', 1, 1, 1, '0', '0', '0', 3187, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(1585, 'ads_calip_parasol name', 'lt_stage1', 's', 1, 1, 0.9, '1', '0', '1', 318
3, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1586, 'transparent_floor name', 'transparent_floor', 's', 2, 2, 0, '1', '0', '1
', 3199, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1587, 'ads_calip_lava name', 'ads_calip_lava', 's', 1, 1, 0.0001, '1', '0', '0'
, 3197, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1588, 'Tribal Stone Corner', 'lt_stone1', 's', 1, 1, 1, '1', '0', '0', 3196, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(1589, 'ads_calip_fan', 'ads_calip_fan', 's', 1, 1, 1, '1', '0', '0', 3198, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1590, 'voting_ch name', 'voting_ch', 's', 1, 1, 1.3, '0', '1', '0', 3201, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1591, 'Quick Coffee Stop', 'ads_mall_coffeem', 's', 1, 1, 1, '0', '0', '0', 320
2, '1', '1', '1', '1', '1', 'vendingmachine', 0, '41', ''),
(1592, 'Totem Planet', 'totem_planet', 's', 1, 1, 1, '0', '0', '0', 3200, '1', '
1', '1', '1', '1', 'default', 3, '0', ''),
(1593, 'Don''t worry', 'SF_reactor', 's', 1, 1, 1, '1', '0', '0', 3212, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1594, 'Pack all you want', 'SF_crate_2', 's', 2, 1, 1, '1', '0', '0', 3204, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(1595, 'Space Crew Chair', 'SF_chair_blue', 's', 1, 1, 1.2, '0', '1', '0', 3207,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1596, 'Cryogenic Bed', 'sf_pod', 's', 1, 3, 1.36, '0', '0', '0', 3219, '1', '1'
, '1', '1', '1', 'bed', 2, '0', ''),
(1597, 'Command Console', 'SF_panel1', 's', 1, 1, 1, '0', '0', '0', 3217, '1', '
1', '1', '1', '1', 'default', 3, '0', ''),
(1598, 'Starship Table', 'SF_table', 's', 2, 2, 1, '1', '0', '0', 3220, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1599, 'Welcome aboard', 'SF_chair_green', 's', 1, 1, 1.2, '0', '1', '0', 3215,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1600, 'Small Crate', 'SF_crate_1', 's', 1, 1, 1, '1', '0', '0', 3205, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(1601, 'Alien Lifeform', 'SF_alien', 's', 1, 1, 1, '0', '0', '0', 3210, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1602, 'Engineering Console', 'SF_panel2', 's', 2, 1, 1, '0', '0', '0', 3218, '1

', '1', '1', '1', '1', 'default', 2, '0', ''),


(1603, 'Display Gate', 'sf_gate', 's', 2, 1, 0.001, '1', '0', '0', 3221, '1', '1
', '1', '1', '1', 'gate', 2, '0', ''),
(1604, 'Navigation Panel', 'SF_panel3', 's', 1, 1, 1, '0', '0', '0', 3208, '1',
'1', '1', '1', '1', 'default', 3, '0', ''),
(1605, 'Starship Floor 2', 'SF_floor_2', 's', 2, 2, 0, '1', '0', '1', 3211, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1606, 'Sci Fi Lamp', 'SF_lamp', 's', 1, 1, 1, '0', '0', '0', 3224, '1', '1', '1
', '1', '1', 'default', 2, '0', ''),
(1607, 'Captain''s Chair', 'SF_chair_red', 's', 1, 1, 1.2, '0', '1', '0', 3223,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1608, 'Transparent Floor', 'sf_floor', 's', 2, 4, 0, '1', '0', '1', 3213, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1609, 'Starship Roof', 'sf_roof', 's', 2, 4, 0, '1', '0', '1', 3203, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(1610, 'Light Pole', 'sf_stick', 's', 1, 1, 1, '0', '0', '0', 3206, '1', '1', '1
', '1', '1', 'default', 5, '0', ''),
(1611, 'Starship Floor 1', 'SF_floor_1', 's', 2, 2, 0, '1', '0', '1', 3222, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1612, ' sweets', 'ads_mall_kiosk', 's', 1, 2, 1, '0', '0', '0', 3216, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1613, 'Futuristic Teleport', 'sf_tele', 's', 1, 1, 0.001, '0', '0', '0', 3214,
'1', '1', '0', '1', '1', 'teleport', 1, '0', ''),
(1614, 'Sci Fi Roller', 'sf_roller', 's', 1, 1, 0.5, '1', '0', '1', 3209, '1', '
1', '1', '1', '1', 'roller', 1, '0', ''),
(1615, 'Hot Trophy', 'prizetrophy_hot', 's', 1, 1, 1, '0', '0', '0', 3229, '1',
'1', '1', '1', '0', 'trophy', 1, '0', ''),
(1616, 'Pink Inflatable Raft', 'summer_raft1', 's', 1, 1, 1, '0', '1', '0', 3228
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1617, 'Cool Trophy', 'prizetrophy_cool', 's', 1, 1, 1, '0', '0', '0', 3225, '1'
, '1', '1', '1', '0', 'trophy', 1, '0', ''),
(1618, 'Blue Inflatable Raft', 'summer_raft2', 's', 1, 1, 1, '0', '1', '0', 3227
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1619, 'ads_elisa_gnome name', 'ads_elisa_gnome', 's', 1, 1, 1, '0', '0', '0', 3
226, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1620, 'Summer Cool Box', 'summer_icebox', 's', 1, 1, 1, '0', '0', '0', 3231, '1
', '1', '1', '1', '1', 'default', 2, '0', '');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `len
gth`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow
_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_invento
ry_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `foot_f
igure`) VALUES
(1621, 'ads_oc_soda', 'ads_oc_soda', 's', 1, 1, 1, '0', '0', '0', 3230, '1', '1'
, '1', '1', '1', 'vendingmachine', 0, '19', ''),
(1622, 'Mars Patch', 'marsrug', 's', 2, 2, 0, '1', '0', '1', 3232, '1', '1', '1'
, '1', '1', 'default', 5, '0', ''),
(1623, 'White Candle', 'rela_candle1', 's', 1, 1, 1, '0', '0', '0', 3238, '1', '
1', '1', '1', '1', 'default', 2, '0', ''),
(20066, 'Dead Tree', 'tree2', 's', 1, 1, 1, '0', '0', '0', 2104, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(1625, 'Red Candles', 'rela_candles2', 's', 1, 1, 1, '0', '0', '0', 3245, '1', '
1', '1', '1', '1', 'default', 2, '0', ''),
(1626, 'Stones', 'rela_stone', 's', 1, 1, 0.5, '0', '0', '1', 3233, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(1627, 'Wicker Chair', 'rela_hchair', 's', 1, 1, 1.3, '0', '1', '0', 3247, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1628, 'Red Candle', 'rela_candle2', 's', 1, 1, 1, '0', '0', '0', 3244, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1629, 'ads_711', 'ads_711*5', 's', 1, 1, 1, '0', '0', '0', 3241, '1', '1', '1',
'1', '1', 'vendingmachine', 0, '19', ''),

(1630, 'ads_711', 'ads_711*6', 's', 1, 1, 1, '0', '0', '0', 3242, '1', '1', '1',
'1', '1', 'vendingmachine', 0, '19', ''),
(1631, 'ads_711', 'ads_711*7', 's', 1, 1, 1, '0', '0', '0', 3243, '1', '1', '1',
'1', '1', 'vendingmachine', 0, '19', ''),
(1632, 'Purple Candle', 'rela_candle3', 's', 1, 1, 1, '0', '0', '0', 3235, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1633, 'Asteroid', 'pix_asteroid', 's', 1, 1, 1, '1', '0', '0', 3237, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1634, 'Bushy Houseplant', 'rela_plant', 's', 1, 1, 1, '0', '0', '0', 3246, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1635, 'White Candles', 'rela_candles1', 's', 1, 1, 1, '0', '0', '0', 3234, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1636, 'Purple Candles', 'rela_candles3', 's', 1, 1, 1, '0', '0', '0', 3236, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(1637, 'Orchid', 'rela_orchid', 's', 1, 1, 1, '0', '0', '0', 3239, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(1638, 'Rocks', 'rela_rock', 's', 1, 1, 0.8, '0', '1', '0', 3248, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(1639, 'ktchn_stove name', 'ktchn_stove', 's', 2, 1, 1.2, '1', '0', '0', 3256, '
1', '1', '1', '1', '1', 'default', 4, '0', ''),
(1640, 'ktchn_light name', 'ktchn_light', 's', 2, 1, 0, '1', '0', '1', 3258, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(1641, 'ktchn_plates name', 'ktchn_plates', 's', 1, 1, 1, '0', '0', '0', 3263, '
1', '1', '1', '1', '1', 'default', 3, '0', ''),
(1642, 'ktchn_countr_1 name', 'ktchn_countr_1', 's', 1, 1, 1, '1', '0', '0', 326
1, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1643, 'ktchn_pots name', 'ktchn_pots', 's', 2, 1, 0, '1', '0', '1', 3252, '1',
'1', '1', '1', '1', 'default', 10, '0', ''),
(1644, 'ktchn_cornr name', 'ktchn_cornr', 's', 1, 1, 1, '0', '0', '0', 3257, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1645, 'ktchn_desk name', 'ktchn_desk', 's', 2, 1, 1, '1', '0', '0', 3260, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1646, 'ktchn_trash name', 'ktchn_trash', 's', 1, 1, 1, '0', '0', '0', 3264, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(1647, 'ktchn_countr_2 name', 'ktchn_countr_2', 's', 2, 1, 1, '1', '0', '0', 325
3, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1648, 'ktchn_bBlock name', 'ktchn_bBlock', 's', 1, 1, 1, '0', '0', '0', 3255, '
1', '1', '1', '1', '1', 'default', 3, '0', ''),
(1649, 'ktchn_dvdr name', 'ktchn_dvdr', 's', 2, 1, 1, '0', '0', '0', 3259, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1650, 'ktchn_inspctr name', 'ktchn_inspctr', 's', 1, 1, 1, '1', '0', '0', 3250,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1651, 'ktchn_fridge name', 'ktchn_fridge', 's', 1, 1, 1.2, '1', '0', '0', 3249,
'1', '1', '1', '1', '1', 'vendingmachine', 0, '3,36,37,38', ''),
(1652, 'ads_1800tele', 'ads_1800tele', 's', 1, 1, 0.001, '0', '0', '0', 3251, '1
', '1', '0', '1', '1', 'teleport', 1, '0', ''),
(1653, 'ktchn_sink name', 'ktchn_sink', 's', 2, 1, 1.2, '1', '0', '0', 3262, '1'
, '1', '1', '1', '1', 'default', 4, '0', ''),
(1654, 'ktchn_gate name', 'ktchn_gate', 's', 2, 1, 0.001, '0', '0', '0', 3254, '
1', '1', '1', '1', '1', 'gate', 2, '0', ''),
(1655, 'Pad of stickies', 'post.it', 'i', 0, 0, 1, '0', '0', '0', 1, '0', '0', '
1', '0', '1', 'postit', 1, '0', ''),
(1656, 'Heart Stickies', 'post.it.vd', 'i', 0, 0, 1, '0', '0', '0', 2, '0', '0',
'1', '0', '1', 'postit', 1, '0', ''),
(20067, 'Green Hatch', 'divider_poly3*7', 's', 1, 1, 0.001, '0', '0', '0', 1930,
'1', '1', '1', '1', '1', 'gate', 1, '0', ''),
(20068, 'Idea Agency Lava Lamp', 'ads_cllava2', 's', 1, 1, 0.0001, '1', '0', '0'
, 3021, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1665, 'Gothic Ectoplasm Fountain', 'gothicfountain', 'i', 0, 0, 1, '0', '0', '0
', 4002, '1', '1', '1', '1', '1', 'default', 2, '0', ''),

(1666, 'Retro Wall Lamp', 'hc_wall_lamp', 'i', 0, 0, 1, '0', '0', '0', 4003, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(1667, 'Industrial Turbine', 'industrialfan', 'i', 0, 0, 1, '0', '0', '0', 4004,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1668, 'Gothic Torch', 'torch', 'i', 0, 0, 1, '0', '0', '0', 4005, '1', '1', '1'
, '1', '1', 'default', 2, '0', ''),
(1669, 'Heart Light', 'val_heart', 'i', 0, 0, 1, '0', '0', '0', 4006, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(1670, 'Mirror', 'wallmirror', 'i', 0, 0, 1, '0', '0', '0', 4007, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(1671, 'Ninja Stars', 'jp_ninjastars', 'i', 0, 0, 1, '0', '0', '0', 4008, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1672, 'Habbowood Mirror', 'habw_mirror', 'i', 0, 0, 1, '0', '0', '0', 4009, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(1673, 'So you gotta ask yourself', 'habbowheel', 'i', 0, 0, 1, '0', '0', '0', 4
010, '1', '1', '1', '1', '1', 'habbowheel', 1, '0', ''),
(1674, 'Skull Guitar', 'guitar_skull', 'i', 0, 0, 1, '0', '0', '0', 4011, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1675, 'V Guitar', 'guitar_v', 'i', 0, 0, 1, '0', '0', '0', 4012, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(1676, 'Christmas Lights', 'xmas_light', 'i', 0, 0, 1, '0', '0', '0', 4015, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1677, 'Anchor', 'hrella_poster_3', 'i', 0, 0, 1, '0', '0', '0', 4016, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1678, 'Life Buoy', 'hrella_poster_2', 'i', 0, 0, 1, '0', '0', '0', 4013, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1679, 'Porthole', 'hrella_poster_1', 'i', 0, 0, 1, '0', '0', '0', 4014, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1680, 'Swords', 'sw_swords', 'i', 0, 0, 1, '0', '0', '0', 4017, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(1681, 'Mysterious Necklace', 'sw_stone', 'i', 0, 0, 1, '0', '0', '0', 4018, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(1682, 'Ventilation Duct', 'sw_hole', 'i', 0, 0, 1, '0', '0', '0', 4019, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1683, 'Mood Light', 'roomdimmer', 'i', 0, 0, 1, '0', '0', '0', 4027, '1', '1',
'1', '1', '1', 'dimmer', 1, '0', ''),
(1684, 'Bubble Juice Can', 'md_logo_wall', 'i', 0, 0, 1, '0', '0', '0', 4023, '1
', '1', '1', '1', '1', 'default', 2, '0', ''),
(1685, 'Kakejiku Hokusai', 'jp_sheet3', 'i', 0, 0, 1, '0', '0', '0', 4021, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1686, 'Kakejiku Ninjya', 'jp_sheet2', 'i', 0, 0, 1, '0', '0', '0', 4026, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1687, 'Kakejiku Ziritsu', 'jp_sheet1', 'i', 0, 0, 1, '0', '0', '0', 4024, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1688, 'Ancestral Scimitars', 'arabian_swords', 'i', 0, 0, 1, '0', '0', '0', 402
0, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1689, 'Arabian Window Frame', 'arabian_wndw', 'i', 0, 0, 1, '0', '0', '0', 4022
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1690, 'Jungle Wallplant', 'tiki_wallplnt', 'i', 0, 0, 1, '0', '0', '0', 4030, '
0', '0', '1', '1', '1', 'default', 1, '0', ''),
(1691, 'Surfboard', 'tiki_surfboard', 'i', 0, 0, 1, '0', '0', '0', 4028, '1', '1
', '1', '1', '1', 'default', 9, '0', ''),
(1692, 'tampax_wall', 'tampax_wall', 'i', 0, 0, 1, '0', '0', '0', 4029, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1693, 'Single Window', 'window_single_default', 'i', 0, 0, 1, '0', '0', '0', 40
31, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1694, 'Double Window', 'window_double_default', 'i', 0, 0, 1, '0', '0', '0', 40
32, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1695, 'Window', 'noob_window_double', 'i', 0, 0, 1, '0', '0', '0', 4033, '0', '
0', '1', '0', '1', 'default', 1, '0', ''),

(1696, 'Bay Window', 'window_triple', 'i', 0, 0, 1, '0', '0', '0', 4045, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1697, 'Glass Square Window', 'window_square', 'i', 0, 0, 1, '0', '0', '0', 4036
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1698, 'Large Romantic Window', 'window_romantic_wide', 'i', 0, 0, 1, '0', '0',
'0', 4041, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1699, 'Small Romantic Window', 'window_romantic_narrow', 'i', 0, 0, 1, '0', '0'
, '0', 4037, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1700, 'Grunge Window', 'window_grunge', 'i', 0, 0, 1, '0', '0', '0', 4044, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1701, 'Golden Window', 'window_golden', 'i', 0, 0, 1, '0', '0', '0', 4035, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1702, 'Large Oriental Window', 'window_chinese_wide', 'i', 0, 0, 1, '0', '0', '
0', 4034, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1703, 'Small Oriental Window', 'window_chinese_narrow', 'i', 0, 0, 1, '0', '0',
'0', 4038, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1704, 'Basic Window', 'window_basic', 'i', 0, 0, 1, '0', '0', '0', 4042, '1', '
1', '1', '1', '1', 'default', 2, '0', ''),
(1705, 'Large 70s Window', 'window_70s_wide', 'i', 0, 0, 1, '0', '0', '0', 4039,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1706, 'Small 70s Window', 'window_70s_narrow', 'i', 0, 0, 1, '0', '0', '0', 404
0, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1707, 'Sunny Delight', 'ads_sunnyd', 'i', 0, 0, 1, '0', '0', '0', 4043, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1708, 'Good grub', 'window_diner2', 'i', 0, 0, 1, '0', '0', '0', 4046, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1709, 'Large Diner Window', 'window_diner', 'i', 0, 0, 1, '0', '0', '0', 4049,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1710, 'Diner Side Table', 'diner_walltable', 'i', 0, 0, 1, '0', '0', '0', 4048,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1711, 'ads_dave_wall', 'ads_dave_wall', 'i', 0, 0, 1, '0', '0', '0', 4047, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1712, 'Window', 'window_hole', 'i', 0, 0, 1, '0', '0', '0', 4052, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(1713, 'easy_poster', 'easy_poster', 'i', 0, 0, 1, '0', '0', '0', 4051, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(1714, 'ads_nokia_logo name', 'ads_nokia_logo', 'i', 0, 0, 1, '0', '0', '0', 405
0, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1715, 'ads_nokia_phone name', 'ads_nokia_phone', 'i', 0, 0, 1, '0', '0', '0', 4
053, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1717, 'Skyscraper Window', 'window_skyscraper', 'i', 0, 0, 1, '0', '0', '0', 40
54, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1718, 'netari_poster', 'netari_poster', 'i', 0, 0, 1, '0', '0', '0', 4057, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1719, 'Bullet Hole', 'det_bhole', 'i', 0, 0, 1, '0', '0', '0', 4056, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1720, 'Red V Guitar', 'ads_campguitar', 'i', 0, 0, 1, '0', '0', '0', 4058, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1721, 'Nuclear Radiation Sign', 'hween08_rad', 'i', 0, 0, 1, '0', '0', '0', 405
9, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1722, 'Broken Window (small)', 'hween08_wndwb', 'i', 0, 0, 1, '0', '0', '0', 40
61, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1723, 'Broken Window (large)', 'hween08_wndw', 'i', 0, 0, 1, '0', '0', '0', 406
2, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1724, 'Biohazard Sign', 'hween08_bio', 'i', 0, 0, 1, '0', '0', '0', 4063, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1725, 'X-Ray Light Box', 'hw_08_xray', 'i', 0, 0, 1, '0', '0', '0', 4060, '1',
'1', '1', '1', '1', 'default', 3, '0', ''),
(1726, 'Red Gothic Fountain', 'gothicfountain2', 'i', 0, 0, 1, '0', '0', '0', 40
65, '1', '1', '1', '1', '1', 'default', 2, '0', ''),

(20052, 'Volturi Crest', 'ads_twi_crest', 'i', 0, 0, 1, '1', '0', '0', 4275, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1728, 'TBD Central Musical TV', 'ads_cmusic', 'i', 0, 0, 1, '0', '0', '0', 4067
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1729, 'Stand up or sitting down', 'party_wc_boy', 'i', 0, 0, 1, '0', '0', '0',
4070, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1730, 'Big Wall Lights', 'party_led', 'i', 0, 0, 1, '0', '0', '0', 4066, '1', '
1', '1', '1', '1', 'default', 4, '0', ''),
(1731, 'Neon Heart Light', 'party_neon5', 'i', 0, 0, 1, '0', '0', '0', 4074, '1'
, '1', '1', '1', '1', 'default', 5, '0', ''),
(1732, 'Neon Right Arrows', 'party_neon1', 'i', 0, 0, 1, '0', '0', '0', 4069, '1
', '1', '1', '1', '1', 'default', 3, '0', ''),
(1733, 'Neon Left Arrows', 'party_neon2', 'i', 0, 0, 1, '0', '0', '0', 4073, '1'
, '1', '1', '1', '1', 'default', 3, '0', ''),
(1734, 'Girls Toilets', 'party_wc_girl', 'i', 0, 0, 1, '0', '0', '0', 4068, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1735, 'Neon Pink Flamingo', 'party_neon3', 'i', 0, 0, 1, '0', '0', '0', 4075, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1736, 'Bar Shelf', 'party_shelf', 'i', 0, 0, 1, '0', '0', '0', 4071, '1', '1',
'1', '1', '1', 'default', 3, '0', ''),
(1737, 'Neon Skull Light', 'party_neon4', 'i', 0, 0, 1, '0', '0', '0', 4072, '1'
, '1', '1', '1', '1', 'default', 3, '0', ''),
(1738, 'Snowy Posters', 'xmas08_wallpaper', 'i', 0, 0, 1, '0', '0', '0', 4077, '
0', '0', '1', '1', '1', 'roomeffect', 1, '0', ''),
(1739, 'Icy Wall', 'xmas08_icewall', 'i', 0, 0, 1, '0', '0', '0', 4076, '1', '1'
, '1', '1', '1', 'default', 4, '0', ''),
(1741, 'Idea Agency Plasma 1', 'ads_clwall1', 'i', 0, 0, 1, '0', '0', '0', 4082,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1742, 'Idea Agency Plasma 2', 'ads_clwall2', 'i', 0, 0, 1, '0', '0', '0', 4078,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1743, 'Idea Agency Plasma 3', 'ads_clwall3', 'i', 0, 0, 1, '0', '0', '0', 4079,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1744, 'ads_ob_wall', 'ads_ob_wall', 'i', 0, 0, 1, '0', '0', '0', 4081, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1745, 'Mall Window', 'ads_mall_window', 'i', 0, 0, 1, '0', '0', '0', 4083, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1746, 'Dragon Poster', 'china_pstr2', 'i', 0, 0, 1, '0', '0', '0', 4085, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1747, 'Chinese Wall Lamp', 'china_light', 'i', 0, 0, 1, '0', '0', '0', 4086, '1
', '1', '1', '1', '1', 'default', 2, '0', ''),
(1748, 'Ox Poster', 'china_pstr1', 'i', 0, 0, 1, '0', '0', '0', 4084, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1749, 'Bolly Window', 'bolly_wdw_wd', 'i', 0, 0, 1, '0', '0', '0', 4087, '1', '
1', '1', '1', '1', 'default', 3, '0', ''),
(1750, 'Monster Plan Poster', 'ads_igor_wall', 'i', 0, 0, 1, '0', '0', '0', 4090
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1751, 'Evil Bone', 'ads_igorevilb', 'i', 0, 0, 1, '0', '0', '0', 4089, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(1752, 'ads_idol_wall name', 'ads_idol_wall', 'i', 0, 0, 1, '0', '0', '0', 4088,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1753, 'Mall Furni Showroom', 'ads_mall_winfur', 'i', 0, 0, 1, '0', '0', '0', 40
92, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1754, 'Mall Pet Shop Window', 'ads_mall_winpet', 'i', 0, 0, 1, '0', '0', '0', 4
091, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1755, 'Rock Wall', 'lc_wall1', 'i', 0, 0, 1, '0', '0', '0', 4095, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(1756, 'Aquarium Window', 'lc_window2', 'i', 0, 0, 1, '0', '0', '0', 4096, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1757, 'Wooden Window', 'lc_window1', 'i', 0, 0, 1, '0', '0', '0', 4094, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),

(1758, 'American Idol TV', 'ads_idol_tv', 'i', 0, 0, 1, '0', '0', '0', 4093, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(1759, 'Coral Wall', 'lc_wall2', 'i', 0, 0, 1, '0', '0', '0', 4097, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(1760, 'ads_idol_mirror name', 'ads_idol_mirror', 'i', 0, 0, 1, '0', '0', '0', 4
099, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1761, 'Mall Cinema Window', 'ads_mall_wincin', 'i', 0, 0, 1, '0', '0', '0', 409
8, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1762, 'Strum', 'ads_mall_winmus', 'i', 0, 0, 1, '0', '0', '0', 4101, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1763, 'Mall Beauty Salon', 'ads_mall_winbea', 'i', 0, 0, 1, '0', '0', '0', 4100
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1764, 'Eco Curtain 1', 'eco_curtains1', 'i', 0, 0, 1, '0', '0', '0', 4105, '0',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1765, 'Mall Idea Agency Window', 'ads_mall_winchi', 'i', 0, 0, 1, '0', '0', '0'
, 4103, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1766, 'Eco Curtain 3', 'eco_curtains3', 'i', 0, 0, 1, '0', '0', '0', 4104, '0',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1767, 'Eco Curtain 2', 'eco_curtains2', 'i', 0, 0, 1, '0', '0', '0', 4102, '0',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1768, 'Mall Ice Cream Parlour Window', 'ads_mall_winice', 'i', 0, 0, 1, '0', '0
', '0', 4109, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1769, 'Whatever your sporting dibble', 'ads_mall_winspo', 'i', 0, 0, 1, '0', '0
', '0', 4106, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1770, 'ads_idol_logo name', 'ads_idol_logo', 'i', 0, 0, 1, '0', '0', '0', 4108,
'1', '1', '1', '1', '1', 'default', 3, '0', ''),
(1771, 'World Map', 'exe_map', 'i', 0, 0, 1, '0', '0', '0', 4110, '1', '1', '1',
'1', '1', 'default', 2, '0', ''),
(1772, 'Wall Fall', 'exe_wfall', 'i', 0, 0, 1, '0', '0', '0', 4107, '1', '1', '1
', '1', '1', 'default', 3, '0', ''),
(1773, 'ads_lin_wh_c name', 'ads_lin_wh_c', 'i', 0, 0, 1, '0', '0', '0', 4115, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1774, 'ads_malaco_tv name', 'ads_malaco_tv', 'i', 0, 0, 1, '0', '0', '0', 4113,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1775, 'ads_puffet_tv name', 'ads_puffet_tv', 'i', 0, 0, 1, '0', '0', '0', 4111,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1776, 'ads_reebok_tv name', 'ads_reebok_tv', 'i', 0, 0, 1, '0', '0', '0', 4112,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1777, 'Forest Wall Poster', 'country_forestwall', 'i', 0, 0, 1, '0', '0', '0',
4114, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1778, 'Marble Fireplace', 'country_fp', 'i', 0, 0, 1, '0', '0', '0', 4117, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1779, 'Farmhouse Wall', 'country_wall', 'i', 0, 0, 1, '0', '0', '0', 4118, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1780, 'Ye Olde Lantern', 'country_lantern', 'i', 0, 0, 1, '0', '0', '0', 4116,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(1781, 'Norwegian Flag', 'flag_norway', 'i', 0, 0, 1, '0', '0', '0', 4119, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1782, 'Diner Poster', 'diner_poster', 'i', 0, 0, 1, '0', '0', '0', 4120, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1783, '', 'lt_jngl_wall', 'i', 0, 0, 1, '0', '0', '0', 4121, '1', '1', '1', '1'
, '1', 'default', 1, '0', ''),
(1784, 'ads_mirror name', 'ads_mirror', 'i', 0, 0, 1, '0', '0', '0', 4122, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1785, 'lt_wall', 'lt_wall', 'i', 0, 0, 1, '0', '0', '0', 4123, '1', '1', '1', '
1', '1', 'default', 2, '0', ''),
(1787, 'Starship Window', 'sf_window', 'i', 0, 0, 1, '0', '0', '0', 4224, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1788, 'Starship Wall', 'sf_wall2', 'i', 0, 0, 1, '0', '0', '0', 4228, '1', '1',
'1', '1', '1', 'default', 3, '0', ''),

(1789, 'ads_wwe_poster name', 'ads_wwe_poster', 'i', 0, 0, 1, '0', '0', '0', 422


6, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1790, 'Fly me to the moon', 'ads_mall_wintra', 'i', 0, 0, 1, '0', '0', '0', 422
5, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1791, 'Starship Corner', 'sf_wall3', 'i', 0, 0, 1, '0', '0', '0', 4223, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(1793, 'ads_veet name', 'ads_veet', 'i', 0, 0, 1, '0', '0', '0', 4222, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(1794, 'Wall Tiles', 'rela_wall', 'i', 0, 0, 1, '0', '0', '0', 4232, '1', '1', '
1', '1', '1', 'default', 6, '0', ''),
(1795, 'flag_belgium', 'flag_belgium', 'i', 0, 0, 1, '0', '0', '0', 4229, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(1796, 'flag_portugal', 'flag_portugal', 'i', 0, 0, 1, '0', '0', '0', 4231, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1797, 'ads_mall_wingar', 'ads_mall_wingar', 'i', 0, 0, 1, '0', '0', '0', 4230,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1798, 'ktchn_wall name', 'ktchn_wall', 'i', 0, 0, 1, '0', '0', '0', 4235, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(1799, 'ads_mall_winclo', 'ads_mall_winclo', 'i', 0, 0, 1, '0', '0', '0', 4236,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(1800, 'ktchn_oven name', 'ktchn_oven', 'i', 0, 0, 1, '0', '0', '0', 4234, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(1801, 'ktchn_knives name', 'ktchn_knives', 'i', 0, 0, 1, '0', '0', '0', 4233, '
1', '1', '1', '1', '1', 'default', 4, '0', ''),
(1802, 'Mood Controller (Large)', 'dimmer_fuse6', 'i', 0, 0, 1, '0', '0', '0', 4
240, '1', '1', '1', '1', '1', 'dimmer', 1, '0', ''),
(1803, 'Mood Switch (Large)', 'dimmer_swtch', 'i', 0, 0, 1, '0', '0', '0', 4237,
'1', '1', '1', '1', '1', 'dimmer', 1, '0', ''),
(1804, 'Mood Controller (Small)', 'dimmer_fuse2', 'i', 0, 0, 1, '0', '0', '0', 4
239, '1', '1', '1', '1', '1', 'dimmer', 1, '0', ''),
(1805, 'Mood Switch (Small)', 'dimmer_buttn', 'i', 0, 0, 1, '0', '0', '0', 4238,
'1', '1', '1', '1', '1', 'dimmer', 1, '0', ''),
(19877, '', 'avatar_effect9', 'e', 1, 1, 1, '0', '0', '0', 9, '0', '0', '1', '0'
, '0', 'default', 1, '0', ''),
(19878, '', 'avatar_effect6', 'e', 1, 1, 1, '0', '0', '0', 6, '0', '0', '1', '0'
, '0', 'default', 1, '0', ''),
(19879, '', 'avatar_effect16', 'e', 1, 1, 1, '0', '0', '0', 16, '0', '0', '1', '
0', '0', 'default', 1, '0', ''),
(19880, '', 'avatar_effect2', 'e', 1, 1, 1, '0', '0', '0', 2, '0', '0', '1', '0'
, '0', 'default', 1, '0', ''),
(19881, '', 'avatar_effect14', 'e', 1, 1, 1, '0', '0', '0', 14, '0', '0', '1', '
0', '0', 'default', 1, '0', ''),
(19882, '', 'avatar_effect15', 'e', 1, 1, 1, '0', '0', '0', 15, '0', '0', '1', '
0', '0', 'default', 1, '0', ''),
(19883, '', 'avatar_effect3', 'e', 1, 1, 1, '0', '0', '0', 3, '0', '0', '1', '0'
, '0', 'default', 1, '0', ''),
(19884, '', 'avatar_effect17', 'e', 1, 1, 1, '0', '0', '0', 17, '0', '0', '1', '
0', '0', 'default', 1, '0', ''),
(19885, '', 'avatar_effect18', 'e', 1, 1, 1, '0', '0', '0', 18, '0', '0', '1', '
0', '0', 'default', 1, '0', ''),
(19886, '', 'avatar_effect1', 'e', 1, 1, 1, '0', '0', '0', 1, '0', '0', '1', '0'
, '0', 'default', 1, '0', ''),
(19887, '', 'avatar_effect4', 'e', 1, 1, 1, '0', '0', '0', 4, '0', '0', '1', '0'
, '0', 'default', 1, '0', ''),
(19888, '', 'avatar_effect5', 'e', 1, 1, 1, '0', '0', '0', 5, '0', '0', '1', '0'
, '0', 'default', 1, '0', ''),
(19889, '', 'avatar_effect7', 'e', 1, 1, 1, '0', '0', '0', 7, '0', '0', '1', '0'
, '0', 'default', 1, '0', ''),
(19890, '', 'avatar_effect8', 'e', 1, 1, 1, '0', '0', '0', 8, '0', '0', '1', '0'
, '0', 'default', 1, '0', ''),

(19891, '', 'avatar_effect10', 'e', 1, 1, 1, '0', '0', '0', 10, '0', '0', '1', '
0', '0', 'default', 1, '0', ''),
(19892, '', 'avatar_effect12', 'e', 1, 1, 1, '0', '0', '0', 12, '0', '0', '1', '
0', '0', 'default', 1, '0', ''),
(19893, '', 'avatar_effect13', 'e', 1, 1, 1, '0', '0', '0', 13, '0', '0', '1', '
0', '0', 'default', 1, '0', ''),
(19894, '', 'a2 l', 'i', 1, 1, 1, '0', '0', '0', 3002, '0', '0', '1', '1', '0',
'roomeffect', 1, '0', ''),
(19895, '', 'a2 t', 'i', 1, 1, 1, '0', '0', '0', 3001, '0', '0', '1', '1', '0',
'roomeffect', 1, '0', ''),
(19896, '', 'wallpaper 1', 'i', 1, 1, 1, '0', '0', '0', 3001, '0', '0', '1', '1'
, '0', 'roomeffect', 1, '0', ''),
(19926, '', 'landscape 10', 'i', 1, 1, 1, '0', '0', '0', 4055, '0', '0', '1', '1
', '0', 'roomeffect', 1, '0', ''),
(19938, '', 'hween09_floor', 's', 2, 2, 0, '1', '0', '1', 3288, '0', '0', '1', '
1', '1', 'default', 1, '0', ''),
(19939, '', 'hween09_jar', 's', 1, 1, 1, '0', '0', '0', 3287, '0', '0', '1', '1'
, '1', 'default', 2, '0', ''),
(19940, 'City Bench (Clean)', 'urban_bench_plain', 's', 2, 1, 1, '0', '1', '0',
3284, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(19941, '', 'hween09_organ', 's', 2, 1, 1, '0', '0', '0', 3282, '0', '0', '1', '
1', '1', 'default', 2, '0', ''),
(19942, '', 'byesw_hand', 's', 1, 1, 1.35, '0', '1', '0', 3291, '0', '1', '1', '
1', '1', 'default', 2, '0', ''),
(19943, '', 'byesw_hotel', 's', 1, 1, 1, '0', '0', '0', 3289, '0', '1', '1', '1'
, '1', 'default', 6, '0', ''),
(19944, '', 'hween09_table', 's', 1, 3, 1, '0', '0', '0', 3286, '0', '0', '1', '
1', '1', 'default', 2, '0', ''),
(19945, '', 'hween09_chair', 's', 1, 1, 1, '0', '1', '0', 3295, '0', '0', '1', '
1', '1', 'default', 1, '0', ''),
(19946, '', 'hween09_mirror', 's', 1, 1, 1, '0', '1', '0', 3293, '0', '0', '1',
'1', '1', 'default', 2, '0', ''),
(19947, 'Trap Door', 'hween09_hatch', 's', 2, 2, 0.001, '1', '0', '1', 3285, '0'
, '0', '1', '1', '1', 'gate', 2, '0', ''),
(19948, '', 'hween09_ghost', 's', 1, 1, 1, '0', '0', '0', 3290, '0', '0', '1', '
1', '1', 'default', 2, '0', ''),
(19949, '', 'hween09_tv', 's', 2, 1, 1, '0', '0', '0', 3292, '0', '0', '1', '1',
'1', 'default', 3, '0', ''),
(19950, '', 'hween09_chandelier', 's', 1, 1, 1, '0', '0', '1', 3294, '0', '0', '
1', '1', '1', 'default', 3, '0', ''),
(19951, '', 'hween09_crnr1', 'i', 0, 0, 1, '0', '0', '0', 4247, '0', '0', '1', '
1', '1', 'default', 4, '0', ''),
(19952, '', 'hween09_paint', 'i', 0, 0, 1, '0', '0', '0', 4263, '0', '0', '1', '
1', '1', 'default', 2, '0', ''),
(19953, '', 'hween09_treewall', 'i', 0, 0, 1, '0', '0', '0', 4269, '0', '0', '1'
, '1', '1', 'default', 2, '0', ''),
(19954, '', 'hween09_wall1', 'i', 0, 0, 1, '0', '0', '0', 4257, '0', '0', '1', '
1', '1', 'default', 4, '0', ''),
(19955, '', 'hween09_stonewall', 'i', 0, 0, 1, '0', '0', '0', 4259, '0', '0', '1
', '1', '1', 'default', 5, '0', ''),
(19956, '', 'hween09_win', 'i', 0, 0, 1, '0', '0', '0', 4271, '0', '0', '1', '1'
, '1', 'default', 10, '0', ''),
(19957, '', 'avatar_effect22', 'e', 1, 1, 1, '0', '0', '0', 22, '0', '0', '1', '
0', '1', 'default', 1, '0', ''),
(19958, '', 'avatar_effect19', 'e', 1, 1, 1, '0', '0', '0', 19, '0', '0', '1', '
0', '1', 'default', 1, '0', ''),
(19959, '', 'avatar_effect20', 'e', 1, 1, 1, '0', '0', '0', 20, '0', '0', '1', '
0', '1', 'default', 1, '0', ''),
(19960, '', 'avatar_effect21', 'e', 1, 1, 1, '0', '0', '0', 21, '0', '0', '1', '
0', '1', 'default', 1, '0', ''),

(19989, 'Snowman Base', 'xm09_man_a', 's', 1, 1, 1, '1', '0', '0', 3330, '1', '1
', '1', '1', '1', 'default', 5, '0', ''),
(19971, 'Snowman Middle', 'xm09_man_b', 's', 1, 1, 0.8, '1', '0', '0', 3328, '1'
, '1', '1', '1', '1', 'default', 9, '0', ''),
(19972, 'Snowman Head', 'xm09_man_c', 's', 1, 1, 1, '0', '0', '0', 3329, '1', '1
', '1', '1', '1', 'default', 8, '0', ''),
(19973, 'Christmas Table', 'xm09_table', 's', 2, 6, 1, '1', '0', '0', 3335, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(19974, '6-Seater Bench', 'xm09_bench', 's', 6, 1, 1, '0', '1', '0', 3340, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(19976, 'Snowy Fir Trees', 'xm09_firwall', 'i', 0, 0, 1, '0', '0', '0', 4307, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(19977, 'Snowy Forest', 'xm09_forestwall', 'i', 0, 0, 1, '0', '0', '0', 4308, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(19978, 'Lodge Wall', 'xm09_lodgewall', 'i', 0, 0, 1, '1', '0', '0', 4311, '0',
'1', '1', '1', '1', 'default', 8, '0', ''),
(19979, 'Gold Heart Bauble', 'xm09_bauble_25', 'i', 0, 0, 1, '1', '0', '0', 4286
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(19980, 'Silver Heart Bauble', 'xm09_bauble_26', 'i', 0, 0, 1, '1', '0', '0', 43
06, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(19981, 'Pink Heart Bauble', 'xm09_bauble_27', 'i', 0, 0, 1, '1', '0', '0', 4279
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(19982, 'Pink Heart Bauble', 'xm09_bauble_27', 'i', 0, 0, 1, '1', '0', '0', 4313
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(19983, 'Blue Heart Bauble', 'xm09_bauble_23', 'i', 0, 0, 1, '1', '0', '0', 4292
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(19984, 'Green Heart Bauble', 'xm09_bauble_24', 'i', 0, 0, 1, '1', '0', '0', 427
8, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(19985, 'Candy Cane', 'xm09_candyCane', 's', 1, 1, 1, '0', '0', '0', 3314, '1',
'1', '1', '1', '1', 'default', 4, '0', ''),
(19986, 'Big Stocking', 'xm09_stocking', 'i', 0, 0, 1, '1', '0', '0', 4280, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(19994, 'Fountain', 'ads_twi_fountn', 's', 2, 2, 1, '0', '0', '0', 3301, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(19995, 'Clock Tower wall', 'ads_twi_dvdr2', 's', 2, 1, 2.5, '1', '0', '0', 3302
, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(19996, 'Standing Rose Bouquet', 'ads_twi_roses', 's', 1, 1, 1, '0', '0', '0', 3
304, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(19997, 'Cake on Table with Presents', 'ads_twi_table', 's', 2, 2, 1, '0', '0',
'0', 3297, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(19998, 'Volturi Royal Chair', 'ads_twi_chair', 's', 1, 1, 1, '0', '1', '0', 330
0, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(19999, 'Half wall', 'ads_twi_dvdr1', 's', 2, 1, 1, '0', '0', '0', 3303, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(20000, 'Broken Piano', 'ads_twi_piano', 's', 2, 2, 1, '0', '0', '0', 3299, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20001, 'ads_twi_tower name', 'ads_twi_tower', 's', 1, 1, 2.5, '1', '0', '0', 32
98, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20002, 'Toolbox', 'ads_twi_toolbx', 's', 1, 1, 1, '0', '0', '0', 3296, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(20003, 'Mist', 'ads_twi_mist', 's', 1, 1, 0, '1', '0', '1', 3308, '1', '1', '1'
, '1', '1', 'default', 2, '0', ''),
(20011, 'Water Hydrant', 'urban_wpost', 's', 1, 1, 1, '0', '0', '0', 3272, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(20010, 'Pavement Slab', 'urban_sidewalk', 's', 2, 2, 0.0001, '1', '0', '1', 327
4, '1', '1', '1', '1', '1', 'default', 4, '0', ''),
(20008, 'City Bench (Dirty)', 'urban_bench', 's', 2, 1, 1, '0', '1', '0', 3269,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20007, 'Taxi Sofa', 'urban_carsofa', 's', 2, 1, 1, '0', '1', '0', 3268, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),

(20014, 'Concrete Block', 'urban_blocker', 's', 1, 1, 1, '0', '0', '0', 3270, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20013, 'Garbage Bin', 'urban_bin', 's', 1, 1, 1, '0', '0', '0', 3266, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(20012, 'Mesh Fencing', 'urban_fence', 's', 1, 2, 1, '0', '0', '0', 3267, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(20015, 'Basketball Pole', 'urban_bsktbll', 's', 1, 1, 1, '0', '0', '0', 3271, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20025, 'Terracotta Pillar', 'pillar*6', 's', 1, 1, 3.5, '1', '0', '0', 1609, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20026, 'Urban Iced Bookcase', 'shelves_norja*4', 's', 1, 1, 1, '0', '0', '0', 1
795, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20027, 'Black Mode Double Bed', 'bed_polyfon*2', 's', 2, 3, 1.8, '0', '0', '0',
1895, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(20028, 'Blue Iced Angle', 'divider_nor5*6', 's', 1, 1, 1, '0', '0', '0', 1995,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20029, 'Valentine''s Cauldron', 'val_cauldron', 's', 1, 1, 1, '0', '0', '0', 21
03, '1', '1', '1', '1', '1', 'vendingmachine', 0, '25', ''),
(20030, 'Aqua Pura Module 5', 'pura_mdl5*1', 's', 1, 1, 1, '0', '1', '0', 2509,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20031, 'Aqua One Way Gate', 'one_way_door*1', 's', 1, 1, 0.001, '0', '0', '0',
2597, '1', '1', '1', '1', '1', 'onewaygate', 2, '0', ''),
(20032, 'Power Globe', 'exe_globe', 's', 1, 1, 1, '0', '0', '0', 2672, '1', '1',
'1', '1', '1', 'default', 10, '0', ''),
(20034, 'Latte Diner Corner', 'diner_bardesk_corner*5', 's', 1, 1, 1, '1', '0',
'0', 2874, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20035, 'Bubbles', 'fx_bubble', 's', 1, 1, 1, '1', '0', '0', 3012, '0', '0', '1'
, '0', '1', 'rentals', 2, '0', ''),
(20036, 'Safety Cone', 'bump_tottero', 's', 1, 1, 1, '0', '0', '0', 3087, '1', '
1', '1', '0', '1', 'default', 1, '0', ''),
(20037, 'ads_calip_parasol name', 'ads_calip_parasol', 's', 1, 1, 1, '0', '0', '
0', 3195, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20041, '2010 Poster', 'year2010', 'i', 0, 0, 1, '1', '0', '0', 4313, '1', '1',
'1', '1', '1', 'default', 3, '0', ''),
(20042, 'Party Lantern', 'party_lantern', 's', 1, 1, 0, '1', '0', '1', 3327, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(20043, 'Party Lights', 'party_lights', 'i', 0, 0, 1, '0', '0', '0', 4310, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(20047, 'Soothing Stick', 'rela_stick', 's', 1, 1, 1, '0', '0', '0', 3240, '1',
'1', '1', '1', '1', 'default', 3, '0', ''),
(20048, 'Mall Lift', 'ads_mall_elevator', 's', 1, 1, 0.001, '0', '0', '0', 3306,
'1', '1', '0', '1', '1', 'teleport', 1, '0', ''),
(20050, 'Flatscreen TV', 'xm09_infotv', 'i', 0, 0, 1, '1', '0', '0', 4309, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(20051, 'Twilight Trophy', 'ads_twi_trophy', 's', 1, 1, 1, '1', '1', '0', 3311,
'1', '1', '1', '1', '1', 'trophy', 1, '0', ''),
(20053, 'Painting', 'ads_twi_paint', 'i', 0, 0, 1, '1', '0', '0', 4272, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(20054, 'Window with Candles', 'ads_twi_windw', 'i', 0, 0, 1, '1', '0', '0', 427
7, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20055, 'Truck and Motorcycles', 'ads_twi_bwall2', 'i', 0, 0, 1, '1', '0', '0',
4276, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20056, 'Dream Catcher', 'ads_twi_dreamc', 'i', 0, 0, 1, '1', '0', '0', 4273, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20057, 'Barn Wall', 'ads_twi_bwall1', 'i', 0, 0, 1, '1', '0', '0', 4274, '1', '
1', '1', '1', '1', 'default', 3, '0', ''),
(20059, 'Arabian Wall', 'arabian_wall', 'i', 0, 0, 1, '1', '0', '0', 4287, '1',
'1', '1', '1', '1', '', 2, '0', ''),
(20060, 'DEAL_HC_1', 'DEAL_HC_1', 'h', 0, 0, 0, '0', '0', '0', 0, '0', '0', '1',
'0', '0', 'default', 0, '0', ''),

(20072, 'ads_gsArcade_1 name', 'ads_gsArcade_1', 's', 1, 1, 1, '1', '0', '0', 32


77, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20063, 'Hot Choc Machine', 'xm09_cocoa', 's', 1, 1, 1, '1', '0', '0', 3337, '1'
, '1', '1', '1', '1', 'vendingmachine', 0, '10', ''),
(20064, 'Astro-Bar', 'sf_mbar', 's', 1, 1, 1, '1', '0', '0', 3273, '1', '1', '1'
, '1', '1', 'vendingmachine', 0, '44', ''),
(20074, 'Silver MTV EMA Trophy', 'ads_mtvtrophy_silver', 's', 1, 1, 1, '0', '0',
'0', 3281, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20075, 'ads_spang_sleep', 'ads_spang_sleep', 's', 1, 3, 0.8, '1', '0', '0', 328
0, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(20076, 'Gold MTV EMA Trophy', 'ads_mtvtrophy_gold', 's', 1, 1, 1, '0', '0', '0'
, 3279, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20077, 'ktchn_hlthNut name', 'ktchn_hlthNut', 's', 1, 1, 1, '1', '0', '0', 3307
, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20078, 'Chicken', 'petfood8', 's', 1, 1, 1, '1', '0', '0', 3325, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(20079, 'nest_plow_reg', 'nest_plow_reg', 's', 1, 1, 1, '1', '0', '0', 3318, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(20080, 'Yellow Pet Snuggle', 'nest_snug_yel', 's', 1, 1, 1, '1', '0', '0', 3319
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20081, 'Salmon', 'petfood9', 's', 1, 1, 1, '1', '0', '0', 3322, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(20082, 'Leveling Cake', 'petfood10', 's', 1, 1, 1, '1', '0', '0', 3326, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(20083, 'Ice Apples', 'petfood7', 's', 1, 1, 1, '1', '0', '0', 3321, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(20084, 'Red Apples', 'petfood6', 's', 1, 1, 1, '1', '0', '0', 3323, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(20085, 'Green Pet Snuggle', 'nest_snug_grn', 's', 1, 1, 1, '1', '0', '0', 3310,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20086, 'nest_snug_red', 'nest_snug_red', 's', 1, 1, 1, '1', '0', '0', 3317, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(20087, 'Green Pet Snuggle', 'nest_snug_grn', 's', 1, 1, 1, '1', '0', '0', 3023,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20088, 'nest_plow_bro', 'nest_plow_bro', 's', 1, 1, 1, '1', '0', '0', 3309, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(20089, 'Red Pet Pillow', 'nest_plow_red', 's', 1, 1, 1, '1', '0', '0', 3320, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20090, 'nest_snug_blu', 'nest_snug_blu', 's', 1, 1, 1, '1', '0', '0', 3315, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(20091, 'Green Apples', 'petfood5', 's', 1, 1, 1, '1', '0', '0', 3324, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(20092, 'Blue Pet Pillow', 'nest_plow_blu', 's', 1, 1, 1, '1', '0', '0', 3316, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20093, 'Giant Bauble', 'xm09_lrgBauble', 's', 1, 1, 1, '1', '0', '0', 3313, '1'
, '1', '1', '1', '1', 'default', 10, '0', ''),
(20094, 'nest_dirt', 'nest_dirt', 's', 1, 1, 1, '1', '0', '0', 3331, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(20095, 'nest_snug_prp', 'nest_snug_prp', 's', 1, 1, 1, '1', '0', '0', 3332, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(20096, 'nest_nest', 'nest_nest', 's', 1, 1, 1, '1', '0', '0', 3334, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(20097, 'nest_nails', 'nest_nails', 's', 1, 1, 1, '1', '0', '0', 3336, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(20098, 'nest_basket', 'nest_basket', 's', 1, 1, 1, '1', '0', '0', 3333, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(20099, 'Polar Bear Nest', 'nest_ice', 's', 1, 1, 1, '1', '0', '0', 3339, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(20100, 'nest_plow_skl', 'nest_plow_skl', 's', 1, 1, 1, '1', '0', '0', 3341, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),

(20101, 'nest_snug_bla', 'nest_snug_bla', 's', 1, 1, 1, '1', '0', '0', 3338, '1'


, '1', '1', '1', '1', 'default', 1, '0', ''),
(20102, 'The Moodi Machine', 'ads_cl_moodi', 's', 1, 1, 1, '1', '0', '0', 3342,
'1', '1', '1', '1', '1', 'vendingmachine', 1, '46,47,45', ''),
(20103, 'org_chairpnk', 'org_chairpnk', 's', 1, 1, 1.2, '1', '1', '0', 3354, '1'
, '1', '1', '1', '1', 'default', 0, '0', ''),
(20104, 'org_tblpnk', 'org_tblpnk', 's', 1, 1, 1, '1', '0', '0', 3352, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(20105, 'org_lampblk', 'org_lampblk', 's', 1, 1, 1.2, '0', '0', '0', 3353, '1',
'1', '1', '1', '1', '', 2, '0', ''),
(20106, 'org_lamppnk', 'org_lamppnk', 's', 1, 1, 1.2, '0', '0', '0', 3348, '1',
'1', '1', '1', '1', '', 2, '0', ''),
(20107, 'org_table', 'org_table', 's', 2, 2, 1, '1', '0', '0', 3356, '1', '1', '
1', '1', '1', '', 2, '0', ''),
(20108, 'china_tiger', 'china_tiger', 's', 1, 1, 1, '1', '0', '0', 3344, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(20109, 'xm09_trophy name', 'xm09_trophy', 's', 1, 1, 1, '1', '0', '0', 3351, '1
', '1', '1', '1', '1', 'trophy', 1, '0', ''),
(20110, 'china_plmTree name', 'china_plmTree', 's', 1, 1, 1, '1', '0', '0', 3355
, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20111, 'org_chairblk', 'org_chairblk', 's', 1, 1, 1.2, '0', '1', '0', 3349, '1'
, '1', '1', '1', '1', 'default', 0, '0', ''),
(20112, 'org_tblblk', 'org_tblblk', 's', 1, 1, 1, '1', '0', '0', 3347, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(20113, 'org_chrblk', 'org_chrblk', 's', 1, 1, 1.2, '0', '1', '0', 3345, '1', '1
', '1', '1', '1', 'default', 0, '0', ''),
(20114, 'china_tigrSeat name', 'china_tigrSeat', 's', 1, 2, 1, '1', '0', '0', 33
46, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20115, 'org_chrpnk', 'org_chrpnk', 's', 1, 1, 1.2, '1', '1', '0', 3350, '1', '1
', '1', '1', '1', 'default', 0, '0', ''),
(20116, 'ads_chups name', 'ads_chups', 's', 1, 1, 1, '1', '0', '0', 3367, '1', '
1', '1', '1', '1', 'vendingmachine', 1, '48', ''),
(20117, 'bling_fridge', 'bling_fridge', 's', 1, 1, 1, '1', '0', '0', 3366, '1',
'1', '1', '1', '1', 'vendingmachine', 0, '50', ''),
(20118, 'petfood12 name', 'petfood12', 's', 1, 1, 1, '1', '0', '0', 3370, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(20119, 'ads_droetker_paula name', 'ads_droetker_paula', 's', 1, 1, 1, '1', '0',
'0', 3365, '1', '1', '1', '1', '1', 'vendingmachine', 1, '49', ''),
(20120, 'petfood11 name', 'petfood11', 's', 1, 1, 1, '1', '0', '0', 3358, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(20121, 'bling_chair_a', 'bling_chair_a', 's', 1, 1, 1, '0', '1', '0', 3368, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(20122, 'petfood13 name', 'petfood13', 's', 1, 1, 1, '1', '0', '0', 3359, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(20123, 'bling_pool', 'bling_pool', 's', 3, 1, 0.01, '0', '1', '0', 3369, '1', '
1', '1', '1', '1', 'default', 2, '0', ''),
(20124, 'bling_toilet', 'bling_toilet', 's', 1, 1, 1.2, '0', '1', '0', 3362, '1'
, '1', '1', '1', '1', 'default', 0, '0', ''),
(20125, 'val09_floor', 'val09_floor', 's', 2, 2, 0, '1', '0', '1', 3363, '1', '1
', '1', '1', '1', 'default', 6, '0', ''),
(20126, 'bling_chair_c', 'bling_chair_c', 's', 1, 1, 1, '0', '1', '0', 3361, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(20127, 'bling_chair_b', 'bling_chair_b', 's', 1, 1, 1, '0', '1', '0', 3360, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(20128, 'bling_shwr name', 'bling_shwr', 's', 1, 1, 0, '1', '0', '1', 3396, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(20129, 'bling_bed name', 'bling_bed', 's', 2, 3, 1.6, '0', '1', '0', 3364, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(20130, 'bling_sofa', 'bling_sofa', 's', 2, 1, 1.5, '0', '1', '0', 3371, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),

(20131, 'val09_floor2', 'val09_floor2', 's', 2, 2, 0, '1', '0', '1', 3357, '1',


'1', '1', '1', '1', 'default', 6, '0', ''),
(20132, 'teddy_basic', 'teddy_basic', 's', 1, 1, 1, '1', '0', '0', 3393, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(20133, 'teddy_pendergrass', 'teddy_pendergrass', 's', 1, 1, 1, '1', '0', '0', 3
384, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20134, 'val_hSeat_1 name', 'val_hSeat*1', 's', 1, 1, 1, '0', '1', '0', 3386, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20135, 'val_hSeat_2 name', 'val_hSeat*2', 's', 1, 1, 1, '0', '1', '0', 3387, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20136, 'val_hSeat_3 name', 'val_hSeat*3', 's', 1, 1, 1, '0', '1', '0', 3388, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20137, 'val_hSeat_4 name', 'val_hSeat*4', 's', 1, 1, 1, '0', '1', '0', 3389, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20138, 'val_hSeat_5 name', 'val_hSeat*5', 's', 1, 1, 1, '0', '1', '0', 3390, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20139, 'val_hSeat_6 name', 'val_hSeat*6', 's', 1, 1, 1, '0', '1', '0', 3391, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20140, 'val_hSeat_7 name', 'val_hSeat*7', 's', 1, 1, 1, '0', '1', '0', 3392, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20141, 'Valentines gift basket', 'val_basket', 's', 1, 1, 1, '1', '0', '0', 338
2, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20142, 'teddy_bear', 'teddy_bear', 's', 1, 1, 1, '1', '0', '0', 3385, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(20143, 'teddy_pink', 'teddy_pink', 's', 1, 1, 1, '1', '0', '0', 3383, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(20144, 'bling_fridge_restricted name', 'bling_fridge_restricted', 's', 1, 1, 1,
'0', '0', '0', 3394, '1', '1', '1', '1', '1', 'vendingmachine', 0, '50', ''),
(20145, 'ads_percyrock name', 'ads_percyrock', 's', 2, 2, 1, '1', '0', '0', 3395
, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20146, 'Bubble Juice Can', 'md_can', 'i', 0, 0, 1, '1', '0', '0', 4025, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(20147, 'ads_idol_l_logo name', 'ads_idol_l_logo', 'i', 0, 0, 1, '1', '0', '0',
4243, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20148, 'Latin American Idol TV', 'ads_idol_l_tv', 'i', 0, 0, 1, '1', '0', '0',
4245, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20149, 'Big MTV', 'ads_mtv_bigtv', 'i', 0, 0, 1, '1', '0', '0', 4241, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(20150, 'Small MTV', 'ads_mtv_tv', 'i', 0, 0, 1, '1', '0', '0', 4242, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(20151, 'flag_singapore', 'flag_singapore', 'i', 0, 0, 1, '1', '0', '0', 4249, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20152, 'Old Curtain', 'hween09_curt', 'i', 0, 0, 1, '1', '0', '0', 4266, '1', '
1', '1', '1', '1', 'default', 2, '0', ''),
(20153, 'flag_columbia', 'flag_columbia', 'i', 0, 0, 1, '1', '0', '0', 4258, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(20154, 'flag_chile', 'flag_chile', 'i', 0, 0, 1, '1', '0', '0', 4256, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(20155, 'flag_ecuador', 'flag_ecuador', 'i', 0, 0, 1, '1', '0', '0', 4268, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20156, 'flag_dominicanrepublic', 'flag_dominicanrepublic', 'i', 0, 0, 1, '1', '
0', '0', 4265, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20157, 'flag_newzealand', 'flag_newzealand', 'i', 0, 0, 1, '1', '0', '0', 4260,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20158, 'flag_malaysia', 'flag_malaysia', 'i', 0, 0, 1, '1', '0', '0', 4252, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(20159, 'Loading Poster', 'byesw_loadscreen', 'i', 0, 0, 1, '1', '0', '0', 4267,
'1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20160, 'flag_venezl', 'flag_venezl', 'i', 0, 0, 1, '1', '0', '0', 4254, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),

(20161, 'flag_algeria', 'flag_algeria', 'i', 0, 0, 1, '1', '0', '0', 4270, '1',


'1', '1', '1', '1', 'default', 1, '0', ''),
(20162, 'flag_tunisia', 'flag_tunisia', 'i', 0, 0, 1, '1', '0', '0', 4248, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20163, 'flag_panama', 'flag_panama', 'i', 0, 0, 1, '1', '0', '0', 4262, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(20164, 'flag_mexico', 'flag_mexico', 'i', 0, 0, 1, '1', '0', '0', 4250, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(20165, 'flag_argentina', 'flag_argentina', 'i', 0, 0, 1, '1', '0', '0', 4261, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20166, 'flag_philippines', 'flag_philippines', 'i', 0, 0, 1, '1', '0', '0', 425
1, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20167, 'flag_greece', 'flag_greece', 'i', 0, 0, 1, '1', '0', '0', 4253, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(20168, 'flag_peru', 'flag_peru', 'i', 0, 0, 1, '1', '0', '0', 4246, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(20169, 'flag_morocco', 'flag_morocco', 'i', 0, 0, 1, '1', '0', '0', 4264, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20170, 'flag_turkey', 'flag_turkey', 'i', 0, 0, 1, '1', '0', '0', 4255, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(20171, 'Blue Long Bauble', 'xm09_bauble_12', 'i', 0, 0, 1, '1', '0', '0', 4304,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20172, 'Purple Long Bauble', 'xm09_bauble_16', 'i', 0, 0, 1, '1', '0', '0', 430
3, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20173, 'Red Long Bauble', 'xm09_bauble_17', 'i', 0, 0, 1, '1', '0', '0', 4281,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20174, 'Silver Long Bauble', 'xm09_bauble_15', 'i', 0, 0, 1, '1', '0', '0', 430
1, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20175, 'Silver Round Bauble', 'xm09_bauble_10', 'i', 0, 0, 1, '1', '0', '0', 42
93, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20176, 'Gold Round Bauble', 'xm09_bauble_9', 'i', 0, 0, 1, '1', '0', '0', 4294,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20177, 'Green Long Bauble', 'xm09_bauble_18', 'i', 0, 0, 1, '1', '0', '0', 4298
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20178, 'Green Long Bauble', 'xm09_bauble_13', 'i', 0, 0, 1, '1', '0', '0', 4299
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20179, 'Blue Round Bauble', 'xm09_bauble_2', 'i', 0, 0, 1, '1', '0', '0', 4297,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20180, 'Red Round Bauble', 'xm09_bauble_1', 'i', 0, 0, 1, '1', '0', '0', 4300,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20181, 'Red Heart Bauble', 'xm09_bauble_22', 'i', 0, 0, 1, '1', '0', '0', 4302,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20182, 'Green Round Bauble', 'xm09_bauble_3', 'i', 0, 0, 1, '1', '0', '0', 4285
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20183, 'Silver Long Bauble', 'xm09_bauble_21', 'i', 0, 0, 1, '1', '0', '0', 430
5, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20184, 'Green Round Bauble', 'xm09_bauble_8', 'i', 0, 0, 1, '1', '0', '0', 4295
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20185, 'Gold Round Bauble', 'xm09_bauble_4', 'i', 0, 0, 1, '1', '0', '0', 4282,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20186, 'Silver Round Bauble', 'xm09_bauble_5', 'i', 0, 0, 1, '1', '0', '0', 428
8, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20187, 'Red Long Bauble', 'xm09_bauble_11', 'i', 0, 0, 1, '1', '0', '0', 4289,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20188, 'Gold Long Bauble', 'xm09_bauble_20', 'i', 0, 0, 1, '1', '0', '0', 4296,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20190, 'val_table1 name', 'val_table1', 's', 1, 1, 1, '0', '0', '0', 3397, '1',
'1', '1', '1', '1', 'default', 0, '0', ''),
(20191, 'Gold Long Bauble', 'xm09_bauble_14', 'i', 0, 0, 1, '1', '0', '0', 4290,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),

(20192, 'Blue Round Bauble', 'xm09_bauble_7', 'i', 0, 0, 1, '1', '0', '0', 4291,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20193, 'Red Round Bauble', 'xm09_bauble_6', 'i', 0, 0, 1, '1', '0', '0', 4284,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20194, 'Blue Long Bauble', 'xm09_bauble_19', 'i', 0, 0, 1, '1', '0', '0', 4283,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20195, 'china_pstr3 name', 'china_pstr3', 'i', 0, 0, 1, '1', '0', '0', 4314, '1
', '1', '1', '1', '1', 'default', 1, '0', '');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `len
gth`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow
_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_invento
ry_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `foot_f
igure`) VALUES
(20196, 'ads_tv_jaapuisto name', 'ads_tv_jaapuisto', 'i', 0, 0, 1, '1', '0', '0'
, 4315, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20197, 'Empire State Building Clock', 'ads_percyw', 'i', 0, 0, 2.5, '1', '0', '
0', 4322, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20198, 'val09_wdrobe_b', 'val09_wdrobe_b', 'i', 0, 0, 1, '1', '0', '0', 4320, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20199, 'val09_wall2', 'val09_wall2', 'i', 0, 0, 1, '1', '0', '0', 4316, '1', '1
', '1', '1', '1', 'default', 5, '0', ''),
(20200, 'bling_sink', 'bling_sink', 'i', 0, 0, 1, '1', '0', '0', 4319, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(20201, 'val09_wall1', 'val09_wall1', 'i', 0, 0, 1, '1', '0', '0', 4318, '1', '1
', '1', '1', '1', 'default', 10, '0', ''),
(20202, 'bling_cabinet', 'bling_cabinet', 'i', 0, 0, 1, '1', '0', '0', 4321, '1'
, '1', '1', '1', '1', 'default', 3, '0', ''),
(20204, 'val09_wdrobe_g', 'val09_wdrobe_g', 'i', 0, 0, 1, '1', '0', '0', 4317, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20207, 'rare_ironmaiden name', 'rare_ironmaiden', 's', 1, 1, 0.001, '0', '0', '
0', 3399, '1', '1', '0', '1', '1', 'teleport', 2, '0', ''),
(20208, 'rare_trex name', 'rare_trex', 's', 3, 7, 1, '0', '0', '0', 3398, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(20209, 'beanstalk', 'beanstalk', 's', 1, 1, 0.0001, '1', '0', '0', 3401, '1', '
1', '1', '1', '1', 'default', 6, '0', ''),
(20210, 'rare_vdoll name', 'rare_vdoll', 's', 1, 1, 1, '0', '0', '0', 3403, '1',
'1', '1', '1', '1', '', 10, '0', ''),
(20211, 'rare_mmmth name', 'rare_mmmth', 's', 2, 1, 1, '0', '1', '0', 3402, '1',
'1', '1', '1', '1', '', 0, '0', ''),
(20212, 'crystal_patch', 'crystal_patch', 's', 3, 3, 0, '0', '0', '1', 3400, '1'
, '1', '1', '1', '1', 'default', 3, '0', ''),
(20213, 'ads_boost_surfb name', 'ads_boost_surfb', 'i', 0, 0, 1, '1', '0', '0',
4323, '1', '1', '1', '1', '1', '', 0, '0', ''),
(20214, 'ads_tlc_wheel name', 'ads_tlc_wheel', 'i', 0, 0, 1, '1', '0', '0', 4324
, '1', '1', '1', '1', '1', 'habbowheel', 1, '0', ''),
(292310, 'a0 pet11', 'a0 pet11', 's', 1, 1, 1, '1', '0', '0', 5354, '1', '1', '1
', '1', '1', 'pet', 1, '0', ''),
(20221, 'White moon lupine', 'garden_lupin4', 's', 1, 1, 1e-009, '0', '0', '0',
3419, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20222, 'Gold rush', 'garden_mursu3', 's', 1, 1, 1, '0', '0', '0', 3408, '1', '1
', '1', '1', '1', 'default', 0, '0', ''),
(20223, 'Purple Lupine', 'garden_lupin5', 's', 1, 1, 1, '0', '0', '0', 3411, '1'
, '1', '1', '1', '1', 'default', 3, '0', ''),
(20224, 'Violet Blossom', 'garden_seed', 's', 1, 1, 1, '0', '0', '0', 3406, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20225, 'Snapping teleporter', 'garden_flytrap', 's', 1, 1, 0.001, '0', '0', '0'
, 3420, '1', '1', '1', '1', '1', 'teleport', 1, '0', ''),
(20226, 'Pink pandemic', 'garden_flo3', 's', 1, 1, 1e-015, '1', '0', '1', 3426,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20227, 'Belching pod', 'garden_volcano', 's', 2, 2, 1, '0', '0', '0', 3424, '1'

, '1', '1', '1', '1', 'alert', 2, '0', ''),


(20228, 'Wonder lamp', 'garden_flolamp', 's', 1, 1, 1, '0', '0', '0', 3415, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(20229, 'Red rush', 'garden_mursu2', 's', 1, 1, 1, '0', '0', '0', 3412, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(20230, 'Star flower', 'garden_jyrki', 's', 1, 1, 1, '0', '0', '0', 3405, '1', '
1', '1', '1', '1', 'default', 8, '0', ''),
(20231, 'White rush', 'garden_mursu4', 's', 1, 1, 1, '0', '0', '0', 3414, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(20232, 'Garden leaves', 'garden_leaves', 's', 1, 1, 1e-005, '1', '0', '1', 3425
, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20233, 'Sky blue lupine', 'garden_lupin2', 's', 1, 1, 1, '0', '0', '0', 3416, '
1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20234, 'Red lupine', 'garden_lupin3', 's', 1, 1, 1, '0', '0', '0', 3407, '1', '
1', '1', '1', '1', 'default', 3, '0', ''),
(20235, 'Pink rush', 'garden_mursu', 's', 1, 1, 1, '0', '0', '0', 3404, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(20238, 'Bauhinia orchid tree', 'garden_orchtree', 's', 1, 1, 1, '0', '0', '0',
3413, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20237, 'Yellow happiness', 'garden_flo2', 's', 1, 1, 0, '1', '0', '1', 3409, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20239, 'Orange lupine', 'garden_lupin1', 's', 1, 1, 1e-005, '1', '0', '1', 3421
, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20240, 'Weird staring bush', 'garden_staringbush', 's', 1, 3, 1, '0', '0', '0',
3417, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20241, 'ads_grefusa_yum name', 'ads_grefusa_yum', 's', 1, 1, 1, '1', '0', '0',
3423, '1', '1', '1', '1', '1', 'vendingmachine', 1, '51', ''),
(20242, 'Blue passion', 'garden_flo1', 's', 1, 1, 1e-008, '1', '0', '1', 3418, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20243, 'Duck grass', 'garden_jungle', 's', 1, 1, 1, '1', '0', '0', 3422, '1', '
1', '1', '1', '1', '', 1, '0', ''),
(20244, 'merger_chest name', 'merger_chest', 's', 2, 1, 1, '0', '0', '0', 3455,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20245, 'Suave Fireplace', 'hc2_frplc', 's', 1, 2, 1, '0', '0', '0', 3458, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(20246, 'Leather Bar Stool', 'hc2_barchair', 's', 1, 1, 1.7, '0', '1', '0', 3439
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20247, 'runway_display name', 'runway_display', 's', 1, 1, 1, '0', '0', '0', 34
57, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20248, 'runway_bigchr_5 name', 'runway_bigchr_5', 's', 1, 1, 0.8, '1', '1', '0'
, 3463, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20249, 'runway_bigchr_4 name', 'runway_bigchr_4', 's', 1, 1, 0.8, '1', '1', '0'
, 3435, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20250, 'VIP Duvan', 'hc3_dc', 's', 1, 3, 1, '0', '0', '0', 3461, '1', '1', '1',
'1', '1', 'bed', 1, '0', ''),
(20252, 'Glass Table', 'hc2_sofatbl', 's', 2, 2, 0.5, '1', '0', '0', 3434, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20253, 'runway_stool name', 'runway_stool', 's', 1, 1, 1.2, '0', '1', '0', 3442
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20254, 'runway_dvdr name', 'runway_dvdr', 's', 2, 1, 1, '0', '0', '0', 3456, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20255, 'runway_block_2 name', 'runway_block_2', 's', 2, 2, 0.8, '1', '0', '1',
3443, '1', '1', '1', '1', '1', 'default', 10, '0', ''),
(20256, 'runway_bigchr_1 name', 'runway_bigchr_1', 's', 1, 1, 0.8, '1', '1', '0'
, 3462, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20257, 'Black Lamp', 'hc2_biglamp', 's', 1, 1, 1, '0', '0', '0', 3446, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(20258, 'Leather Sofa', 'hc2_sofa', 's', 2, 1, 1, '0', '1', '0', 3452, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(20259, 'Trendy Rug', 'hc2_carpet', 's', 3, 5, 0, '1', '0', '1', 3440, '1', '1',

'1', '1', '1', 'default', 1, '0', ''),


(20260, 'runway_block_1 name', 'runway_block_1', 's', 2, 2, 0.8, '1', '0', '1',
3433, '1', '1', '1', '1', '1', 'default', 10, '0', ''),
(20261, 'runway_bench name', 'runway_bench', 's', 2, 1, 1.4, '0', '1', '0', 3464
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20262, 'runway_chair_2 name', 'runway_chair_2', 's', 1, 1, 1.4, '0', '1', '0',
3429, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20263, 'ads_cheetos name', 'ads_cheetos', 's', 1, 1, 1, '0', '0', '0', 3453, '1
', '1', '1', '1', '1', 'vendingmachine', 1, '52', ''),
(20264, 'VIP Coffee Table', 'hc3_table', 's', 2, 2, 0.5, '1', '0', '0', 3466, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20265, 'runway_bigchr_3 name', 'runway_bigchr_3', 's', 1, 1, 0.8, '1', '1', '0'
, 3454, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20266, 'VIP Stool', 'hc3_stool', 's', 1, 1, 1.7, '0', '1', '0', 3448, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(20267, 'VIP Sofa', 'hc3_sofa', 's', 2, 1, 1, '0', '1', '0', 3441, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(20268, 'runway_bigchr_2 name', 'runway_bigchr_2', 's', 1, 1, 0.8, '1', '1', '0'
, 3427, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20269, 'Leather Armchair', 'hc2_armchair', 's', 1, 1, 1, '1', '1', '0', 3436, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20270, 'runway_table_2 name', 'runway_table_2', 's', 2, 1, 1, '0', '0', '0', 34
44, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20271, 'runway_table_1 name', 'runway_table_1', 's', 3, 2, 1, '1', '0', '0', 34
60, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20272, 'runway_manqn_1 name', 'runway_manqn_1', 's', 1, 1, 1, '0', '0', '0', 34
37, '1', '1', '1', '1', '1', 'default', 5, '0', ''),
(20273, 'Leather Duvan', 'hc2_dvn', 's', 1, 3, 1, '0', '0', '0', 3459, '1', '1',
'1', '1', '1', 'bed', 1, '0', ''),
(20274, 'VIP Light', 'hc3_light', 's', 2, 1, 0, '1', '0', '1', 3465, '1', '1', '
1', '1', '1', 'default', 2, '0', ''),
(20275, 'VIP Shelves', 'hc3_shelf', 's', 3, 1, 1.75, '1', '0', '0', 3438, '1', '
1', '1', '1', '1', 'default', 2, '0', ''),
(20276, 'runway_head name', 'runway_head', 's', 1, 1, 1, '1', '0', '0', 3432, '1
', '1', '1', '1', '1', 'default', 7, '0', ''),
(20277, 'runway_manqn_2 name', 'runway_manqn_2', 's', 1, 1, 1, '0', '0', '0', 34
67, '1', '1', '1', '1', '1', 'default', 5, '0', ''),
(20278, 'Black Divider', 'hc2_divider', 's', 1, 3, 1, '0', '0', '0', 3449, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20279, 'Espresso Machine', 'hc2_coffee', 's', 1, 1, 1, '0', '0', '0', 3450, '1'
, '1', '1', '1', '1', 'vendingmachine', 0, '9,8,14,15,6,10,11,12,17,13', ''),
(20280, 'Service Trolley', 'hc2_cart', 's', 1, 1, 1, '0', '0', '0', 3430, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(20281, 'VIP Bar Desk', 'hc3_bard', 's', 2, 1, 1.05, '1', '0', '0', 3445, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(20282, 'VIP Lamp', 'hc3_hugelamp', 's', 1, 1, 0, '1', '0', '1', 3447, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(20283, 'VIP Divider', 'hc3_divider', 's', 1, 3, 1, '0', '0', '0', 3431, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(20284, 'Black Vase', 'hc2_vase', 's', 1, 1, 1, '0', '0', '0', 3428, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(20285, 'runway_chair_1 name', 'runway_chair_1', 's', 1, 1, 1.4, '0', '1', '0',
3451, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20286, 'Green been vines', 'garden_wall', 'i', 0, 0, 1, '1', '0', '0', 4325, '1
', '1', '1', '1', '1', 'default', 3, '0', ''),
(20287, 'ads_tv_yle name', 'ads_tv_yle', 'i', 0, 0, 1, '1', '0', '0', 4326, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(20288, 'VIP Wall Art', 'hc3_walldeco', 'i', 0, 0, 1, '1', '0', '0', 4329, '1',
'1', '1', '1', '1', 'default', 10, '0', ''),
(20289, 'runway_shelf name', 'runway_shelf', 'i', 0, 0, 1, '1', '0', '0', 4327,

'1', '1', '1', '1', '1', 'default', 4, '0', ''),


(20290, 'ads_nokia_x6 name', 'ads_nokia_x6', 'i', 0, 0, 1, '1', '0', '0', 4330,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20291, 'ads_target_wall name', 'ads_target_wall', 'i', 0, 0, 1, '1', '0', '0',
4332, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20292, 'runway_fabric name', 'runway_fabric', 'i', 0, 0, 1, '1', '0', '0', 4331
, '1', '1', '1', '1', '1', 'default', 8, '0', ''),
(20293, 'ads_latrobe_flag name', 'ads_latrobe_flag', 'i', 0, 0, 1, '1', '0', '0'
, 4328, '1', '1', '1', '1', '1', '', 1, '0', ''),
(20295, 'Camera', 'camera', 's', 1, 1, 1, '0', '0', '0', 263, '1', '1', '1', '1'
, '1', '', 1, '0', ''),
(20296, 'Holly', 'holly', 'i', 0, 0, 0, '1', '0', '0', 4001, '1', '1', '1', '1',
'1', 'default', 1, '0', ''),
(1310, 'Greek trophy', 'a0 greektrophy_s', 's', 1, 1, 1, '0', '0', '0', 2913, '1
', '1', '1', '1', '0', 'trophy', 1, '0', ''),
(1311, 'Greek trophy', 'a0 greektrophy_b', 's', 1, 1, 1, '0', '0', '0', 2914, '1
', '1', '1', '1', '0', 'trophy', 1, '0', ''),
(1563, 'ads_idol_trophy name', 'ads_idol_trophy', 's', 1, 1, 1, '0', '0', '0', 3
169, '1', '1', '1', '1', '0', 'trophy', 1, '0', ''),
(20022, 'Champion trophy', 'a0 prizetrophy6_b', 's', 1, 1, 1, '0', '0', '0', 151
0, '1', '1', '1', '1', '0', 'trophy', 1, '0', ''),
(20297, 'Pro Digital Deck', 'party_djset', 's', 1, 3, 1, '1', '0', '0', 3484, '1
', '1', '1', '1', '1', 'default', 2, '0', ''),
(20298, 'Large Blue Crate', 'party_crate2_1', 's', 2, 1, 1, '1', '0', '0', 3480,
'1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20299, 'Small Pink Crate', 'party_crate1_3', 's', 1, 1, 1, '1', '0', '0', 3481,
'1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20300, 'Small Yellow Crate', 'party_crate1_4', 's', 1, 1, 1, '1', '0', '0', 348
5, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20301, 'Small Blue Crate', 'party_crate1_1', 's', 1, 1, 1, '1', '0', '0', 3487,
'1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20302, 'Small Green Crate', 'party_crate1_2', 's', 1, 1, 1, '1', '0', '0', 3489
, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20303, 'Large Green Crate', 'party_crate2_2', 's', 2, 1, 1, '1', '0', '0', 3490
, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20304, 'Large Pink Crate', 'party_crate2_3', 's', 2, 1, 1, '1', '0', '0', 3491,
'1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20305, 'Large Yellow Crate', 'party_crate2_4', 's', 2, 1, 1, '1', '0', '0', 349
2, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(20306, 'Silver Carp', 'cmp_fish_s', 's', 1, 2, 1, '1', '0', '0', 3468, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(20307, 'Black Carp', 'cmp_fish_bk', 's', 1, 2, 1, '1', '0', '0', 3469, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(20308, 'Blue Carp', 'cmp_fish_b', 's', 1, 2, 1, '1', '0', '0', 3472, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(20309, 'Greep Carp', 'cmp_fish_gr', 's', 1, 2, 1, '1', '0', '0', 3474, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(20310, 'Golden Carp', 'cmp_fish_g', 's', 1, 2, 1, '1', '0', '0', 3475, '1', '1'
, '1', '1', '1', 'default', 2, '0', ''),
(20311, 'Red Carp', 'cmp_fish_r', 's', 1, 2, 1, '1', '0', '0', 3477, '1', '1', '
1', '1', '1', 'default', 2, '0', ''),
(20312, 'Yellow Inflatable Boat', 'bw_boat', 's', 2, 2, 1, '1', '1', '0', 3527,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20313, 'Lifeguard Tower', 'bw_lgchair', 's', 1, 1, 3, '1', '1', '0', 3529, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20314, 'Water Patch', 'bw_water_1', 's', 2, 2, 0.0001, '1', '0', '1', 3530, '1'
, '1', '1', '1', '1', 'water1', 1, '0', ''),
(20315, 'Yellow Inflatable Sofa', 'bw_sofa', 's', 2, 1, 1, '1', '1', '0', 3533,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20316, 'Shark Fin', 'bw_fin', 's', 1, 1, 1, '1', '0', '0', 3538, '1', '1', '1',

'1', '1', 'default', 1, '0', ''),


(20317, 'Coconuts', 'bw_ccnuts', 's', 1, 1, 1, '1', '0', '0', 3539, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(20318, 'Beach Shower', 'bw_shower', 's', 1, 1, 0.0001, '1', '0', '1', 3540, '1'
, '1', '1', '1', '1', 'shower', 1, '0', ''),
(20319, 'Deep Water Patch', 'bw_water_2', 's', 2, 2, 0.0001, '1', '0', '1', 3541
, '1', '1', '1', '1', '1', 'water2', 1, '0', ''),
(20320, 'Inflatable Croc', 'bw_croc', 's', 1, 3, 1.5, '0', '1', '0', 3542, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20321, 'Yellow Surfboard', 'bw_sboard', 's', 2, 1, 0.25, '1', '0', '1', 3543, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20322, 'Yellow Inflatable Lounge', 'bw_chair', 's', 1, 1, 1, '1', '1', '0', 354
4, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20323, 'Yellow Inflatable Table', 'bw_table', 's', 2, 2, 0.5, '1', '0', '0', 35
45, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20324, 'Beach Ball', 'bw_bball', 's', 1, 1, 1, '1', '0', '0', 3547, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(20325, 'Yellow Inflatable Mattress', 'bw_mttrss', 's', 2, 1, 0.5, '1', '1', '0'
, 3548, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20326, 'Yellow Van', 'bw_van', 's', 2, 2, 1, '1', '1', '0', 3549, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(20327, 'Changing Room Teleport', 'bw_tele', 's', 1, 1, 0.001, '1', '0', '0', 35
50, '1', '1', '1', '1', '1', 'teleport', 1, '0', ''),
(20328, 'Yellow Buoy Corner', 'bw_fnc_crnr', 's', 1, 1, 1, '1', '0', '0', 3551,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20329, 'Yellow Buoy Line', 'bw_fnc', 's', 1, 2, 1, '1', '0', '0', 3552, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(20330, 'Pink Inflatable Boat', 'bw_boat_p', 's', 2, 2, 1, '1', '1', '0', 3555,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20331, 'Blue Pool Stairs', 'bw_pool_a3', 's', 1, 1, 0.0001, '0', '0', '1', 3556
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20332, 'Green Buoy Line', 'bw_fnc_g', 's', 1, 2, 1, '1', '0', '0', 3557, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(20333, 'Green Inflatable Mattress', 'bw_mttrss_g', 's', 2, 1, 0.5, '1', '1', '0
', 3558, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20334, 'Pink Inflatable Mattress', 'bw_mttrss_p', 's', 2, 1, 1, '', '1', '0', 3
559, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20335, 'Pink Square Pool Piece', 'bw_pool_b1', 's', 1, 1, 1, '0', '1', '0', 356
0, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20336, 'Pink Inflatable Sofa', 'bw_sofa_p', 's', 2, 1, 1, '1', '1', '0', 3561,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20337, 'Green Surfboard', 'bw_sboard_g', 's', 2, 1, 0.25, '1', '0', '1', 3562,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20338, 'Green Buoy Corner', 'bw_fnc_crnr_g', 's', 1, 1, 1, '1', '0', '0', 3563,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20339, 'Blue Long Pool Piece', 'bw_pool_a2', 's', 2, 1, 1, '0', '1', '0', 3564,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20340, 'Pink Long Pool Piece', 'bw_pool_b2', 's', 2, 1, 1, '0', '1', '0', 3565,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20341, 'bw_table_g name', 'bw_table_g', 's', 2, 2, 0.5, '1', '0', '0', 3566, '1
', '1', '1', '1', '1', 'default', 2, '0', ''),
(20342, 'Pink Inflatable Lounge', 'bw_chair_p', 's', 1, 1, 1, '1', '1', '0', 356
7, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20343, 'Green Inflatable Boat', 'bw_boat_g', 's', 2, 2, 1, '1', '1', '0', 3568,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20344, 'Pink Buoy Line', 'bw_fnc_p', 's', 1, 2, 1, '1', '0', '0', 3569, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(20345, 'Pink Van', 'bw_van_p', 's', 2, 2, 1, '1', '1', '0', 3570, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(20346, 'bw_sboard_p name', 'bw_sboard_p', 's', 2, 1, 0.25, '1', '0', '1', 3571,

'1', '1', '1', '1', '1', 'default', 1, '0', ''),


(20347, 'Green Inflatable Lounge', 'bw_chair_g', 's', 1, 1, 1, '1', '1', '0', 35
72, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20348, 'Pink Pool Stairs', 'bw_pool_b3', 's', 1, 1, 0.0001, '0', '0', '1', 3573
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20349, 'Green Van', 'bw_van_g', 's', 2, 2, 1, '1', '1', '0', 3574, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(20350, 'Green Inflatable Sofa', 'bw_sofa_g', 's', 2, 1, 1, '1', '1', '0', 3575,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20351, 'Pink Buoy Corner', 'bw_fnc_crnr_p', 's', 1, 1, 1, '1', '0', '0', 3576,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20352, 'Blue Square Pool Piece', 'bw_pool_a1', 's', 1, 1, 1, '0', '1', '0', 357
7, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20353, 'bw_table_p name', 'bw_table_p', 's', 2, 2, 0.5, '1', '0', '0', 3578, '1
', '1', '1', '1', '1', 'default', 2, '0', ''),
(20354, 'Football Bench', 'fball_bench', 's', 3, 1, 1, '1', '1', '0', 3494, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20355, 'Football Fence Long', 'fball_fnc3', 's', 1, 3, 1, '1', '0', '0', 3495,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20356, 'Football Scoreboard Blue', 'fball_score_b', 's', 1, 1, 1, '1', '0', '0'
, 3496, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20357, 'Blue Game Ball', 'fball_ball3', 's', 1, 1, 0, '0', '0', '1', 3497, '1',
'1', '1', '1', '1', 'ball', 1, '0', ''),
(20358, 'Football Patch 6', 'fball_ptch5', 's', 3, 3, 1, '1', '0', '0', 3498, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20359, 'Stadium Lights', 'fball_light', 's', 1, 1, 1, '1', '0', '0', 3499, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(20360, 'Stadium Bench', 'fball_audbench', 's', 4, 1, 1.2, '1', '1', '0', 3500,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20361, 'Football Fence Short', 'fball_fnc1', 's', 1, 1, 1, '1', '0', '0', 3501,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20362, 'Football Patch 9', 'fball_ptch8', 's', 3, 3, 1e-005, '1', '0', '1', 350
2, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20363, 'Football Corner', 'fball_crnr', 's', 1, 1, 1, '1', '0', '0', 3503, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20364, 'fball_ptch4 name', 'fball_ptch4', 's', 3, 3, 1, '1', '0', '0', 3504, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20365, 'World Cup Trophy', 'fball_trophy', 's', 1, 1, 1, '1', '0', '0', 3505, '
1', '1', '1', '1', '1', 'trophy', 1, '0', ''),
(20366, 'Football Scoreboard Yellow', 'fball_score_y', 's', 1, 1, 1, '1', '0', '
0', 3506, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20367, 'Football Barrier', 'fball_cote', 's', 3, 1, 1, '1', '0', '0', 3507, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(20368, 'Game Ball', 'fball_ball', 's', 1, 1, 1, '0', '0', '0', 3508, '1', '1',
'1', '1', '1', 'ball', 1, '0', ''),
(20369, 'Football Patch 7', 'fball_ptch7', 's', 3, 3, 1, '1', '0', '0', 3509, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20370, 'Red Game Ball', 'fball_ball2', 's', 1, 1, 1, '0', '0', '0', 3510, '1',
'1', '1', '1', '1', 'ball', 1, '0', ''),
(20371, 'Football Patch 3', 'fball_ptch2', 's', 3, 3, 1, '1', '0', '0', 3511, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20372, 'Football Scoreboard Green', 'fball_score_g', 's', 1, 1, 1, '1', '0', '0
', 3512, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20373, 'Football Patch 4', 'fball_ptch3', 's', 3, 3, 1, '1', '0', '0', 3513, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20374, 'Football Goal Red', 'fball_goal_r', 's', 3, 1, 1, '1', '0', '0', 3514,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20375, 'Football Goal Blue', 'fball_goal_b', 's', 3, 1, 1, '1', '0', '0', 3515,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20376, 'Football Gate', 'fball_gate', 's', 1, 1, 0.001, '1', '0', '1', 3516, '1

', '1', '1', '1', '1', 'default', 0, '0', ''),


(20377, 'Football Patch 7', 'fball_ptch6', 's', 3, 3, 1, '1', '0', '0', 3517, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20378, 'Grand Final Ball', 'fball_ball5', 's', 1, 1, 1, '0', '0', '0', 3518, '1
', '1', '1', '1', '1', 'ball', 1, '0', ''),
(20379, 'Football Goal Green', 'fball_goal_g', 's', 3, 1, 1, '1', '0', '0', 3519
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20380, 'Football Patch 1', 'fball_ptch0', 's', 3, 3, 1, '1', '0', '0', 3520, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20381, 'Yellow Game Ball', 'fball_ball4', 's', 1, 1, 1, '0', '0', '0', 3521, '1
', '1', '1', '1', '1', 'ball', 1, '0', ''),
(20382, 'Football Scoreboard Red', 'fball_score_r', 's', 1, 1, 1, '1', '0', '0',
3522, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20383, 'Football Goal Yellow', 'fball_goal_y', 's', 3, 1, 1, '1', '0', '0', 352
3, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20384, 'Football Patch 2', 'fball_ptch1', 's', 3, 3, 1, '1', '0', '0', 3524, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20385, 'Counter', 'fball_counter', 's', 2, 1, 1, '1', '0', '0', 3525, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(20386, 'Prison Gate', 'prison_gate', 's', 1, 1, 1e-006, '1', '0', '0', 3526, '1
', '1', '1', '1', '1', 'gate', 1, '0', ''),
(20387, 'Prison Corner', 'prison_crnr', 's', 1, 1, 1, '1', '0', '0', 3528, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20388, 'Prison Tower', 'prison_tower', 's', 1, 1, 1, '1', '0', '0', 3531, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(20389, 'Prison Wall', 'prison_dvdr2', 's', 2, 1, 1, '1', '0', '0', 3532, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(20390, 'Prison Bars', 'prison_dvdr1', 's', 1, 1, 1, '1', '0', '0', 3534, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(20391, 'Prison Stones', 'prison_stone', 's', 1, 1, 1, '1', '0', '0', 3537, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20392, 'Viking Effect', 'avatar_effect27', 'e', 1, 1, 1, '0', '0', '0', 27, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(20393, 'ads_capri_chair name', 'ads_capri_chair', 's', 1, 1, 1, '1', '1', '0',
3535, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20394, 'Capri-Sun Lava Lamp', 'ads_capri_lava', 's', 1, 1, 1, '1', '0', '0', 35
36, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20395, 'Capri-Sun Fruit Tree', 'ads_capri_tree', 's', 1, 1, 1, '1', '0', '0', 3
546, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20396, 'Capri-Sun Arcade Machine', 'ads_capri_arcade', 's', 1, 1, 1, '1', '0',
'0', 3553, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20397, 'ads_super_pop name', 'ads_super_pop', 'i', 0, 0, 1, '1', '0', '0', 4333
, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20398, 'Arch', 'wed_arch', 's', 1, 3, 0.001, '0', '0', '1', 3483, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(20399, 'Ice Sculptur', 'wed_icesculp', 's', 1, 1, 1, '1', '0', '0', 3488, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20400, 'Car Sofa', 'wed_carsofa', 's', 2, 1, 1, '1', '1', '0', 3493, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(20401, 'Flower Arrangement', 'wed_plant', 's', 1, 1, 1, '1', '0', '0', 3482, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20402, 'VIP Vase', 'hc3_vase', 's', 1, 1, 1, '1', '0', '0', 3479, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(20403, 'VIP Stereo', 'hc3_stereo', 's', 3, 1, 1, '1', '0', '0', 3470, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(20404, 'ads_pepsi0 name', 'ads_pepsi0', 's', 1, 1, 1, '1', '0', '0', 3554, '1',
'1', '1', '1', '1', 'vendingmachine', 0, '55', ''),
(20405, 'ads_chocapic name', 'ads_chocapic', 's', 1, 1, 1, '1', '0', '0', 3486,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20406, 'ads_cheetos_hotdog name', 'ads_cheetos_hotdog', 's', 1, 1, 1, '1', '0',

'0', 3585, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20407, 'ads_cheetos_bath name', 'ads_cheetos_bath', 's', 1, 2, 1, '1', '0', '0'
, 3593, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20408, 'ads_oc_soda_cherry name', 'ads_oc_soda_cherry', 's', 1, 1, 1, '1', '0',
'0', 3598, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', ''),
(20409, 'ads_disney_tv name', 'ads_disney_tv', 's', 1, 3, 1, '1', '0', '0', 3613
, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20410, 'ads_tv_chocapic_02 name', 'ads_tv_chocapic_02', 'i', 0, 0, 1, '1', '0',
'0', 4334, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20411, 'ads_tv_chocapic_01 name', 'ads_tv_chocapic_01', 'i', 0, 0, 1, '1', '0',
'0', 4335, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20412, 'Ultramarine', 'cmp_sub', 's', 7, 1, 1, '1', '0', '0', 3478, '1', '1', '
1', '1', '1', 'default', 4, '0', ''),
(20413, 'Red Ultimate Machine', 'cmp_nobox', 's', 1, 1, 1, '1', '0', '0', 3476,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20414, 'Yellow Ultimate Machine', 'cmp_nobox_3', 's', 1, 1, 1, '1', '0', '0', 3
473, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20415, 'Blue Ultimate Machine', 'cmp_nobox_2', 's', 1, 1, 1, '1', '0', '0', 347
1, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20416, 'ktchn10_pot name', 'ktchn10_pot', 's', 1, 1, 1.2, '1', '0', '0', 3580,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20417, 'ktchn10_stove name', 'ktchn10_stove', 's', 2, 1, 1.2, '1', '0', '0', 35
81, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20418, 'ktchn10_block name', 'ktchn10_block', 's', 1, 1, 1.2, '1', '0', '0', 35
89, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20419, 'ktchn10_tea name', 'ktchn10_tea', 's', 1, 1, 1.2, '1', '0', '0', 3592,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20420, 'ktchn10_sink name', 'ktchn10_sink', 's', 2, 1, 1.2, '1', '0', '0', 3612
, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20421, 'ktchn10_cabnt name', 'ktchn10_cabnt', 'i', 0, 0, 1, '1', '0', '0', 4338
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20422, 'hosptl_curtain name', 'hosptl_curtain', 's', 3, 1, 1, '1', '0', '0', 35
88, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20423, 'hosptl_bed name', 'hosptl_bed', 's', 1, 3, 1.8, '1', '0', '0', 3590, '1
', '1', '1', '1', '1', 'bed', 1, '0', ''),
(20424, 'hosptl_bbag name', 'hosptl_bbag', 's', 1, 3, 1.3, '1', '0', '0', 3591,
'1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(20425, 'hosptl_skele name', 'hosptl_skele', 's', 1, 1, 1, '1', '0', '0', 3604,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20426, 'hosptl_defibs name', 'hosptl_defibs', 's', 1, 1, 1, '1', '0', '0', 3606
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20427, 'hosptl_light name', 'hosptl_light', 's', 1, 1, 1, '1', '0', '0', 3610,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20428, 'hosptl_seat name', 'hosptl_seat', 's', 2, 1, 1.4, '1', '1', '0', 3611,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20429, 'hosptl_xray name', 'hosptl_xray', 'i', 0, 0, 1, '1', '0', '0', 4339, '1
', '1', '1', '1', '1', 'default', 3, '0', ''),
(20430, 'hosptl_cab2 name', 'hosptl_cab2', 's', 2, 1, 1, '1', '0', '0', 3608, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20431, 'hosptl_cab1 name', 'hosptl_cab1', 's', 1, 1, 1, '1', '0', '0', 3586, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20432, 'StrayPixels Winner x1', 'easel_0', 's', 1, 1, 1, '1', '0', '0', 3582, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20433, 'StrayPixels winner x3', 'easel_1', 's', 1, 1, 1, '1', '0', '0', 3594, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20434, 'StrayPixels winner x7', 'easel_3', 's', 1, 1, 1, '1', '0', '0', 3596, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20435, 'StrayPixels winner x10', 'easel_4', 's', 1, 1, 1, '1', '0', '0', 3600,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20436, 'StrayPixels winner x5', 'easel_2', 's', 1, 1, 1, '1', '0', '0', 3603, '

1', '1', '1', '1', '1', 'default', 1, '0', ''),


(20437, 'Stick fence', 'african_fence', 's', 2, 1, 1, '1', '0', '0', 3579, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20438, 'Hay', 'petfood15', 's', 1, 1, 1, '0', '0', '0', 3583, '1', '1', '1', '1
', '1', 'default', 1, '0', ''),
(20439, 'Accacia Tree', 'african_tree1', 's', 1, 1, 1, '1', '0', '0', 3584, '1',
'1', '1', '1', '1', 'default', 4, '0', ''),
(20440, 'Low Lion''s Nest', 'nest_lion2', 's', 1, 1, 1, '1', '1', '0', 3587, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(20441, 'tiki_gate', 'tiki_gate', 's', 1, 1, 0.0001, '1', '0', '0', 3595, '1', '
1', '1', '1', '1', 'gate', 1, '0', ''),
(20442, 'Rhino Nest', 'nest_rhino', 's', 1, 1, 0.0001, '1', '0', '1', 3597, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20443, 'Chocolate Gazelle', 'petfood14', 's', 1, 1, 1, '0', '0', '0', 3599, '1'
, '1', '1', '1', '1', 'default', 5, '0', ''),
(20444, 'High Lion''s Nest', 'nest_lion', 's', 1, 1, 1, '1', '0', '0', 3601, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(20445, 'Savannah Patch', 'african_patch', 's', 2, 2, 0.0001, '1', '0', '1', 360
2, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20446, 'Baobob Tree', 'african_tree2', 's', 1, 1, 3, '1', '0', '0', 3605, '1',
'1', '1', '1', '1', 'default', 3, '0', ''),
(20447, 'Sand stage', 'african_stage', 's', 2, 2, 1, '1', '0', '1', 3607, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(20448, 'African bones', 'african_bones', 's', 1, 1, 1, '1', '0', '0', 3609, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(20449, 'Shark Jaws', 'bw_jaws', 'i', 0, 0, 1, '1', '0', '0', 4336, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(20450, 'ads_grefusa_surfb name', 'ads_grefusa_surfb', 'i', 0, 0, 1, '1', '0', '
0', 4337, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20451, 'Terrier', 'a0 pet3', 's', 1, 1, 1, '1', '0', '0', 4026, '0', '0', '0',
'0', '0', 'pet', 0, '0', ''),
(20452, 'Bear', 'a0 pet4', 's', 1, 1, 1, '1', '0', '0', 4027, '0', '0', '0', '0'
, '0', 'pet', 0, '0', ''),
(20453, 'Cats', 'a0 pet1', 's', 1, 1, 1, '1', '0', '0', 453, '0', '0', '0', '0',
'0', 'pet', 0, '0', ''),
(20454, 'Dogs', 'a0 pet0', 's', 1, 1, 1, '1', '0', '0', 452, '0', '0', '0', '0',
'0', 'pet', 0, '0', ''),
(20455, 'Crocodiles', 'a0 pet2', 's', 1, 1, 1, '1', '0', '0', 1290, '0', '0', '0
', '0', '0', 'pet', 0, '0', ''),
(20456, 'Lion', 'a0 pet6', 's', 1, 1, 1, '0', '0', '0', 7457, '0', '0', '0', '0'
, '0', 'pet', 0, '0', ''),
(20457, 'Battleball Effect 1', 'Battleball Effect 1', 'e', 1, 1, 1, '0', '0', '0
', 33, '0', '0', '1', '1', '0', 'default', 1, '0', ''),
(20458, 'Battleball Effect 2', 'Battleball Effect 2', 'e', 1, 1, 1, '0', '0', '0
', 34, '0', '0', '1', '1', '0', 'default', 1, '0', ''),
(20459, 'Banzai Dragon', 'bb_dragon', 's', 3, 1, 1, '0', '0', '0', 3617, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(20460, 'Big Banzai Lamp', 'bb_knj2', 's', 1, 1, 1, '1', '0', '0', 3639, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(20461, 'Boundry Corner', 'bb_crnr', 's', 1, 1, 1, '0', '0', '0', 3614, '1', '1'
, '1', '1', '1', 'default', 1, '0', ''),
(20462, 'Blue Scoreboard', 'bb_score_b', 's', 1, 1, 1, '1', '0', '0', 3615, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20463, 'Mojo Robo', 'bb_robo', 's', 2, 2, 1, '1', '0', '0', 3616, '1', '1', '1'
, '1', '1', 'default', 2, '0', ''),
(20464, 'Duck Light', 'bb_ducklight', 's', 1, 1, 1, '1', '0', '0', 3618, '1', '1
', '1', '1', '1', 'default', 5, '0', ''),
(20465, 'Caterpillar Head', 'bb_caterhead', 's', 1, 1, 2, '1', '1', '0', 3619, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20466, 'Banzai Box', 'bb_cargobox', 's', 2, 1, 1, '1', '0', '0', 3620, '1', '1'

, '1', '1', '1', 'default', 2, '0', ''),


(20467, 'Green Team Gate', 'bb_gate_g', 's', 1, 1, 0.0001, '1', '0', '1', 3621,
'1', '1', '1', '1', '1', 'bb_green_gate', 1, '0', ''),
(20468, 'Pyro Pig Chair', 'bb_crchair3', 's', 1, 1, 1, '1', '1', '0', 3622, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20469, 'Green Scoreboard', 'bb_score_g', 's', 1, 1, 1, '1', '0', '0', 3623, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(20470, 'Crazy Cat Chair', 'bb_crchair', 's', 1, 1, 1, '1', '1', '0', 3624, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20471, 'Radical Rooster Chair', 'bb_crchair2', 's', 1, 1, 1, '1', '1', '0', 362
5, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20472, 'Yellow Scoreboard', 'bb_score_y', 's', 1, 1, 1, '1', '0', '0', 3626, '1
', '1', '1', '1', '1', 'default', 1, '0', ''),
(20473, 'bb_knj1 name', 'bb_knj1', 's', 2, 1, 1, '1', '0', '0', 3627, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(20474, 'Red Team Gate', 'bb_gate_r', 's', 1, 1, 0.0001, '1', '0', '1', 3628, '1
', '1', '1', '1', '1', 'bb_red_gate', 1, '0', ''),
(20475, 'Blue Bear Hand', 'bb_tddhnd', 's', 1, 1, 1.2, '1', '1', '0', 3629, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(20476, 'Light Divider', 'bb_lightdiv', 's', 1, 1, 1, '1', '0', '0', 3630, '1',
'1', '1', '1', '1', 'default', 5, '0', ''),
(20477, 'Blue Bear Head', 'bb_tddhead', 's', 2, 2, 1.2, '1', '0', '0', 3631, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(20478, 'Banzai Pyramid', 'bb_pyramid', 's', 1, 1, 0.001, '1', '0', '0', 3632, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20479, 'Banzai Arena Tile', 'bb_patch1', 's', 1, 1, 0.0001, '1', '0', '1', 3633
, '1', '1', '1', '1', '1', 'bb_plate', 4, '0', ''),
(20480, 'Arena divider', 'bb_fnc3', 's', 1, 3, 1, '1', '0', '0', 3634, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(20481, 'Yellow Team Gate', 'bb_gate_y', 's', 1, 1, 0.0001, '1', '0', '1', 3635,
'1', '1', '1', '1', '1', 'bb_yellow_gate', 1, '0', ''),
(20482, 'hween10_zombie name', 'hween10_zombie', 's', 1, 1, 1, '1', '0', '0', 36
36, '1', '1', '1', '1', '1', 'vendingmachine', 0, '24', ''),
(20483, 'Banzai Announcer Sphere', 'bb_apparatus', 's', 1, 1, 1, '1', '0', '0',
3637, '1', '1', '1', '1', '1', 'default', 4, '0', ''),
(20484, 'Caterpillar Body', 'bb_caterbody', 's', 1, 1, 2, '1', '1', '0', 3638, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(20485, 'Arena divider', 'bb_fnc1', 's', 1, 1, 1, '1', '0', '0', 3640, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(20486, 'Banzai Puck', 'bb_puck', 's', 1, 1, 1, '1', '0', '0', 3641, '1', '1', '
1', '1', '1', 'default', 1, '0', ''),
(20487, 'Random Teleporter', 'bb_rnd_tele', 's', 1, 1, 0.0001, '0', '0', '1', 36
42, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20488, 'Blue Team Gate', 'bb_gate_b', 's', 1, 1, 0.0001, '1', '0', '1', 3643, '
1', '1', '1', '1', '1', 'bb_blue_gate', 1, '0', ''),
(20489, 'Red Scoreboard', 'bb_score_r', 's', 1, 1, 1, '1', '0', '0', 3644, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(20490, 'hween10_fogwall name', 'hween10_fogwall', 'i', 0, 0, 1, '1', '0', '0',
4340, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(20491, 'bb_painimies1', 'bb_painimies1', 'i', 0, 0, 1, '1', '0', '0', 4341, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(20492, 'bb_painimies2', 'bb_painimies2', 'i', 0, 0, 1, '1', '0', '0', 4342, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(20493, 'Counter', 'bb_counter', 's', 1, 4, 1, '1', '0', '0', 3645, '1', '1', '1
', '1', '1', 'default', 1, '0', ''),
(20494, 'MTV Big TV', 'ads_mtv_bigtv2', 'i', 0, 0, 1, '1', '0', '0', 4343, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(20495, 'MTV TV', 'ads_mtv_tv2', 'i', 0, 0, 1, '1', '0', '0', 4344, '1', '1', '1
', '1', '1', 'default', 2, '0', ''),
(20496, '', 'avatar_effect31', 'e', 1, 1, 1, '0', '0', '0', 31, '0', '0', '0', '

0', '0', 'default', 1, '0', ''),


(20497, 'fireworks_01', 'fireworks_01', 's', 1, 1, 1, '0', '0', '0', 3772, '1',
'1', '1', '1', '1', 'firework', 2, '0', ''),
(20498, 'fireworks_02', 'fireworks_02', 's', 1, 1, 1, '0', '0', '0', 3776, '1',
'1', '1', '1', '1', 'firework', 2, '0', ''),
(20499, 'fireworks_03', 'fireworks_03', 's', 1, 1, 1, '0', '0', '0', 3774, '1',
'1', '1', '1', '1', 'firework', 2, '0', ''),
(20500, 'fireworks_05', 'fireworks_05', 's', 1, 1, 1, '0', '0', '0', 3779, '1',
'1', '1', '1', '1', 'firework', 2, '0', ''),
(4533, 'hc_1', 'hc_1', 'h', 1, 1, 1, '1', '0', '0', 4533, '1', '1', '1', '1', '1
', 'default', 1, '0', ''),
(4103, 'hc2_sofa', 'hc2_sofa', 's', 1, 2, 1, '0', '1', '0', 3452, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(4112, 'hc3_sofa', 'hc3_sofa', 's', 1, 2, 1, '0', '1', '0', 3441, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(29281, 'wf_act_move_rotate', 'wf_act_move_rotate', 's', 1, 1, 0, '1', '0', '0',
3663, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29282, 'wf_wire2', 'wf_wire2', 's', 1, 1, 0, '1', '0', '0', 3664, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(29283, 'wf_cnd_time_more_than', 'wf_cnd_time_more_than', 's', 1, 1, 0, '0', '0'
, '0', 3665, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29284, 'wf_colortile', 'wf_colortile', 's', 1, 1, 0, '1', '0', '0', 3666, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(29285, 'wf_floor_switch2', 'wf_floor_switch2', 's', 1, 1, 0, '0', '0', '0', 366
7, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29286, 'wf_trg_state_changed', 'wf_trg_state_changed', 's', 1, 1, 0, '0', '0',
'0', 3668, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29287, 'wf_xtra_random', 'wf_xtra_random', 's', 1, 1, 0, '0', '0', '0', 3669, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29288, 'wf_xtra_unseen', 'wf_xtra_unseen', 's', 1, 1, 0, '1', '0', '0', 3670, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29289, 'wf_trg_periodically', 'wf_trg_periodically', 's', 1, 1, 0, '0', '0', '0
', 3671, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29290, 'wf_pyramid', 'wf_pyramid', 's', 1, 1, 0, '0', '0', '0', 3672, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(29291, 'wf_trg_score_achieved', 'wf_trg_score_achieved', 's', 1, 1, 0, '0', '0'
, '0', 3673, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29292, 'wf_act_teleport_to', 'wf_act_teleport_to', 's', 1, 1, 0, '0', '0', '0',
3674, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29293, 'wf_trg_says_something', 'wf_trg_says_something', 's', 1, 1, 0, '0', '0'
, '0', 3675, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29294, 'wf_colorwheel', 'wf_colorwheel', 's', 1, 1, 0, '0', '0', '0', 3676, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(29295, 'wf_wire4', 'wf_wire4', 's', 1, 1, 0, '0', '0', '0', 3677, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(29296, 'wf_trg_walks_off_furni', 'wf_trg_walks_off_furni', 's', 1, 1, 0, '0', '
0', '0', 3678, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29297, 'wf_trg_at_given_time', 'wf_trg_at_given_time', 's', 1, 1, 0, '0', '0',
'0', 3679, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29298, 'wf_trg_game_ends', 'wf_trg_game_ends', 's', 1, 1, 0, '0', '0', '0', 368
0, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29299, 'wf_act_show_message', 'wf_act_show_message', 's', 1, 1, 0, '0', '0', '0
', 3681, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29300, 'wf_cnd_time_less_than', 'wf_cnd_time_less_than', 's', 1, 1, 0, '0', '0'
, '0', 3682, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29301, 'wf_trg_enter_room', 'wf_trg_enter_room', 's', 1, 1, 0, '0', '0', '0', 3
683, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29303, 'wf_act_toggle_state', 'wf_act_toggle_state', 's', 1, 1, 0, '0', '0', '0
', 3685, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29304, 'wf_firegate', 'wf_firegate', 's', 1, 1, 0, '0', '0', '0', 3686, '1', '1

', '1', '1', '1', 'default', 1, '0', ''),


(29305, 'wf_ringplate', 'wf_ringplate', 's', 1, 1, 0, '0', '0', '0', 3687, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(29306, 'wf_pressureplate', 'wf_pressureplate', 's', 1, 1, 0, '0', '0', '0', 368
8, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29307, 'wf_glowball', 'wf_glowball', 's', 1, 1, 0, '0', '0', '0', 3689, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(29309, 'wf_act_reset_timers', 'wf_act_reset_timers', 's', 1, 1, 0, '0', '0', '0
', 3691, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29310, 'wf_cnd_furnis_hv_avtrs', 'wf_cnd_furnis_hv_avtrs', 's', 1, 1, 0, '0', '
0', '0', 3692, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29311, 'wf_arrowplate', 'wf_arrowplate', 's', 1, 1, 0, '0', '0', '0', 3693, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(29312, 'wf_cnd_trggrer_on_frn', 'wf_cnd_trggrer_on_frn', 's', 1, 1, 0, '0', '0'
, '0', 3694, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29313, 'wf_cnd_match_snapshot', 'wf_cnd_match_snapshot', 's', 1, 1, 0, '0', '0'
, '0', 3695, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29314, 'wf_wire1', 'wf_wire1', 's', 1, 1, 0, '0', '0', '0', 3696, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(29315, 'wf_act_give_score', 'wf_act_give_score', 's', 1, 1, 0, '0', '0', '0', 3
697, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29316, 'wf_wire3', 'wf_wire3', 's', 1, 1, 0, '0', '0', '0', 3698, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(29317, 'wf_glassdoor', 'wf_glassdoor', 's', 1, 1, 0, '0', '0', '0', 3699, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(29318, 'wf_act_match_to_sshot', 'wf_act_match_to_sshot', 's', 1, 1, 0, '0', '0'
, '0', 3700, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29319, 'wf_floor_switch1', 'wf_floor_switch1', 's', 1, 1, 0, '0', '0', '0', 370
1, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(29320, 'wf_trg_game_starts', 'wf_trg_game_starts', 's', 1, 1, 0, '0', '0', '0',
3702, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(292308, 'ads_hh_safe', 'ads_hh_safe', 's', 1, 1, 0, '0', '0', '0', 3684, '1', '
1', '1', '1', '1', 'default', 1, '0', ''),
(90077, 'picnic_blanket_yel', 'picnic_blanket_yel', 's', 3, 3, 0.01, '1', '0', '
1', 3980, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90078, 'picnic_pillow_yel', 'picnic_pillow_yel', 's', 1, 1, 0.8, '0', '1', '0',
3981, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90079, 'picnic_food1', 'picnic_food1', 's', 1, 1, 1, '1', '0', '0', 3982, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(90080, 'note_tag', 'note_tag', 's', 1, 1, 1, '0', '0', '0', 3983, '1', '1', '1'
, '1', '1', 'default', 1, '0', ''),
(90081, 'picnic_wfall', 'picnic_wfall', 's', 2, 2, 1, '0', '0', '0', 3984, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(90082, 'picnic_blanket_blu', 'picnic_blanket_blu', 's', 3, 3, 0.01, '1', '0', '
1', 3985, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90083, 'picnic_food3', 'picnic_food3', 's', 1, 1, 1, '0', '0', '0', 3986, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(90084, 'picnic_blanket', 'picnic_blanket', 's', 3, 3, 0.01, '1', '0', '1', 3987
, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90085, 'picnic_pillow_blu', 'picnic_pillow_blu', 's', 1, 1, 0.8, '0', '1', '0',
3988, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90086, 'picnic_food2', 'picnic_food2', 's', 1, 1, 1, '0', '0', '0', 3989, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(90087, 'picnic_tele', 'picnic_tele', 's', 1, 1, 0.001, '0', '0', '0', 3990, '1'
, '1', '0', '1', '1', 'teleport', 1, '0', ''),
(90088, 'picnic_basket', 'picnic_basket', 's', 1, 1, 1, '0', '0', '0', 3991, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(90089, 'picnic_pillow', 'picnic_pillow', 's', 1, 1, 0.8, '0', '1', '0', 3992, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90090, 'picnic_chair', 'picnic_chair', 's', 1, 1, 1, '0', '1', '0', 3993, '1',

'1', '1', '1', '1', 'default', 1, '0', ''),


(90091, 'picnic_3brds', 'picnic_3brds', 's', 1, 1, 1, '0', '0', '0', 3994, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(89984, 'newbie_present', 'newbie_present', 's', 1, 1, 1, '1', '0', '0', 3885, '
1', '1', '1', '1', '1', 'default', 5, '0', ''),
(89985, 'tv_flat', 'tv_flat', 's', 2, 1, 1, '0', '0', '0', 3886, '1', '1', '1',
'1', '1', 'default', 2, '0', ''),
(89986, 'waasa_table2', 'waasa_table2', 's', 2, 1, 1, '1', '0', '0', 3887, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(89987, 'computer_flatscreen', 'computer_flatscreen', 's', 1, 1, 1, '0', '0', '0
', 3888, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(89988, 'waasa_chair', 'waasa_chair', 's', 1, 1, 1.2, '0', '1', '0', 3889, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(89989, 'waasa_ship2', 'waasa_ship2', 's', 2, 1, 1, '0', '0', '0', 3890, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(89990, 'waasa_ship1', 'waasa_ship1', 's', 1, 1, 1, '0', '0', '0', 3891, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(89991, 'waasa_bunk_bed', 'waasa_bunk_bed', 's', 3, 1, 1, '1', '0', '0', 3892, '
1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89992, 'computer_laptop', 'computer_laptop', 's', 1, 1, 1, '0', '0', '0', 3893,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89993, 'computer_old', 'computer_old', 's', 1, 1, 1, '0', '0', '0', 3894, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(89994, 'waasa_table1', 'waasa_table1', 's', 1, 1, 1, '1', '0', '0', 3895, '1',
'1', '1', '1', '1', 'default', 1, '0', ''),
(89995, 'waasa_desk', 'waasa_desk', 's', 2, 1, 1, '1', '0', '0', 3896, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(89996, 'waasa_wall_shelf2', 'waasa_wall_shelf2', 'i', 1, 1, 1, '1', '0', '0', 4
396, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89997, 'waasa_wall_shelf1', 'waasa_wall_shelf1', 'i', 1, 1, 1, '1', '0', '0', 4
397, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89945, 'cubie_rug_b', 'cubie_rug_b', 's', 2, 3, 0.1, '1', '0', '1', 3860, '1',
'1', '1', '1', '1', 'default', 3, '0', ''),
(89946, 'cubie_lamp_p', 'cubie_lamp_p', 's', 1, 1, 1, '0', '0', '0', 3863, '1',
'1', '1', '1', '1', 'default', 4, '0', ''),
(89947, 'cubie_shelf_3_p', 'cubie_shelf_3_p', 's', 2, 1, 1, '1', '0', '0', 3873,
'1', '1', '1', '1', '1', 'default', 9, '0', ''),
(89948, 'cubie_shelf_4_b', 'cubie_shelf_4_b', 's', 3, 1, 1, '1', '0', '0', 3882,
'1', '1', '1', '1', '1', 'default', 6, '0', ''),
(89949, 'cubie_shelf_1_b', 'cubie_shelf_1_b', 's', 1, 1, 1, '0', '0', '0', 3875,
'1', '1', '1', '1', '1', 'default', 14, '0', ''),
(89950, 'cubie_shelf_1_p', 'cubie_shelf_1_p', 's', 1, 1, 1, '0', '0', '0', 3874,
'1', '1', '1', '1', '1', 'default', 14, '0', ''),
(89951, 'cubie_chair_p', 'cubie_chair_p', 's', 1, 1, 1.2, '0', '1', '0', 3879, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89952, 'cubie_shelf_4_p', 'cubie_shelf_4_p', 's', 3, 1, 1, '0', '0', '0', 3866,
'1', '1', '1', '1', '1', 'default', 6, '0', ''),
(89953, 'cubie_bigtable_p', 'cubie_bigtable_p', 's', 2, 2, 0.5, '1', '0', '1', 3
876, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89954, 'cubie_shelf_0_p', 'cubie_shelf_0_p', 's', 1, 1, 0.5, '1', '0', '0', 388
4, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(89955, 'cubie_beanbag_b', 'cubie_beanbag_b', 's', 1, 1, 1, '0', '1', '0', 3877,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89956, 'cubie_chair_b', 'cubie_chair_b', 's', 1, 1, 1.2, '0', '1', '0', 3859, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89957, 'cubie_bed_b', 'cubie_bed_b', 's', 1, 3, 1.8, '0', '0', '0', 3871, '1',
'1', '1', '1', '1', 'bed', 1, '0', ''),
(89958, 'cubie_bigtable_b', 'cubie_bigtable_b', 's', 2, 2, 0.5, '1', '0', '1', 3
861, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89959, 'cubie_stool_b', 'cubie_stool_b', 's', 1, 1, 1.2, '0', '1', '0', 3869, '

1', '1', '1', '1', '1', 'default', 3, '0', ''),


(89960, 'cubie_beanbag_p', 'cubie_beanbag_p', 's', 1, 1, 1, '0', '1', '0', 3862,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89961, 'cubie_shelf_0_b', 'cubie_shelf_0_b', 's', 1, 1, 0.5, '1', '0', '0', 386
5, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(89962, 'cubie_shelf_2_p', 'cubie_shelf_2_p', 's', 2, 1, 1, '1', '0', '0', 3867,
'1', '1', '1', '1', '1', 'default', 17, '0', ''),
(89963, 'cubie_rug_p', 'cubie_rug_p', 's', 2, 3, 0.1, '1', '0', '1', 3870, '1',
'1', '1', '1', '1', 'default', 3, '0', ''),
(89964, 'cubie_sofaseat_b', 'cubie_sofaseat_b', 's', 1, 1, 1, '0', '1', '0', 388
1, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89965, 'cubie_table', 'cubie_table', 's', 1, 2, 1, '1', '0', '0', 3880, '1', '1
', '1', '1', '1', 'default', 1, '0', ''),
(89966, 'cubie_sofaseat_p', 'cubie_sofaseat_p', 's', 1, 1, 1, '0', '1', '0', 386
4, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89967, 'cubie_bed_p', 'cubie_bed_p', 's', 1, 3, 1.8, '0', '0', '0', 3868, '1',
'1', '1', '1', '1', 'bed', 1, '0', ''),
(89968, 'cubie_shelf_3_b', 'cubie_shelf_3_b', 's', 2, 1, 1, '1', '0', '0', 3872,
'1', '1', '1', '1', '1', 'default', 9, '0', ''),
(89969, 'cubie_shelf_2_b', 'cubie_shelf_2_b', 's', 2, 1, 1, '1', '0', '0', 3883,
'1', '1', '1', '1', '1', 'default', 14, '0', ''),
(89970, 'cubie_lamp_b', 'cubie_lamp_b', 's', 1, 1, 1, '0', '0', '0', 3858, '1',
'1', '1', '1', '1', 'default', 4, '0', '');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `len
gth`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow
_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_invento
ry_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `foot_f
igure`) VALUES
(89971, 'cubie_stool_p', 'cubie_stool_p', 's', 1, 1, 1.2, '0', '1', '0', 3878, '
1', '1', '1', '1', '1', 'default', 3, '0', ''),
(89972, 'cubie_wallshelf_b', 'cubie_wallshelf_b', 'i', 1, 1, 1, '1', '0', '0', 4
3831, '1', '1', '1', '1', '1', 'default', 7, '0', ''),
(89973, 'cubie_decklight_p', 'cubie_decklight_p', 'i', 1, 1, 1, '1', '0', '0', 4
384, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89974, 'cubie_wallshelf_p', 'cubie_wallshelf_p', 'i', 1, 1, 1, '1', '0', '0', 4
385, '1', '1', '1', '1', '1', 'default', 7, '0', ''),
(89975, 'cubie_decal_0', 'cubie_decal_0', 'i', 1, 1, 1, '1', '0', '0', 4386, '1'
, '1', '1', '1', '1', 'default', 1, '0', ''),
(89976, 'cubie_decal_3', 'cubie_decal_3', 'i', 1, 1, 1, '1', '0', '0', 4387, '1'
, '1', '1', '1', '1', 'default', 3, '0', ''),
(89977, 'cubie_decal_1_p', 'cubie_decal_1_p', 'i', 1, 1, 1, '1', '0', '0', 4388,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89978, 'cubie_decklight_b', 'cubie_decklight_b', 'i', 1, 1, 1, '1', '0', '0', 4
389, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89979, 'cubie_decal_1_b', 'cubie_decal_1_b', 'i', 1, 1, 1, '1', '0', '0', 4390,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89980, 'cubie_decal_2_b', 'cubie_decal_2_b', 'i', 1, 1, 1, '1', '0', '0', 4391,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89981, 'cubie_decal_3_p', 'cubie_decal_3_p', 'i', 1, 1, 1, '1', '0', '0', 4392,
'1', '1', '1', '1', '1', 'default', 3, '0', ''),
(89982, 'cubie_decal_2_p', 'cubie_decal_2_p', 'i', 1, 1, 1, '1', '0', '0', 4393,
'1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89983, 'cubie_decal_3_b', 'cubie_decal_3_b', 'i', 1, 1, 1, '1', '0', '0', 4394,
'1', '1', '1', '1', '1', 'default', 3, '0', ''),
(292309, 'a0 pet10', 'a0 pet10', 's', 1, 1, 1, '0', '0', '0', 1532, '1', '1', '1
', '1', '1', 'pet', 1, '0', ''),
(292311, 'a0 pet8', 'a0 pet8', 's', 1, 1, 1, '1', '0', '0', 5354, '1', '1', '1',
'1', '1', 'pet', 1, '0', ''),
(20220, 'a0 pet5', 'a0 pet5', 's', 1, 1, 1, '1', '0', '0', 1532, '1', '1', '1',
'1', '1', 'pet', 1, '0', ''),

(292312, 'a0 pet7', 'a0 pet7', 's', 1, 1, 1, '1', '0', '0', 5354, '1', '1', '1',
'1', '1', 'pet', 1, '0', ''),
(292313, 'wf_act_show_message', 'wf_act_show_message', 's', 1, 1, 1, '1', '0', '
1', 3681, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(9465, 'Dragon', 'a0 pet12', 's', 1, 1, 1, '1', '0', '0', 9465, '1', '1', '1', '
1', '1', 'pet', 0, '0', ''),
(20600, 'Spiders', 'a0 pet8', 's', 1, 1, 1, '1', '0', '0', 3817, '0', '0', '0',
'0', '0', 'pet', 0, '0', ''),
(20601, 'Frogs', 'a0 pet11', 's', 1, 1, 1, '1', '0', '0', 1532, '0', '0', '0', '
0', '0', 'pet', 0, '0', ''),
(20602, 'Chicks', 'a0 pet10', 's', 1, 1, 1, '1', '0', '0', 1532, '0', '0', '0',
'0', '0', 'pet', 0, '0', ''),
(91031, 'prizetrophy_skate*1', 'prizetrophy_skate*1', 's', 1, 1, 1, '0', '0', '0
', 4027, '1', '1', '1', '1', '1', 'trophy', 1, '0', ''),
(91032, 'prizetrophy_skate*2', 'prizetrophy_skate*2', 's', 1, 1, 1, '0', '0', '0
', 4028, '1', '1', '1', '1', '1', 'trophy', 1, '0', ''),
(91033, 'prizetrophy_skate*3', 'prizetrophy_skate*3', 's', 1, 1, 1, '0', '0', '0
', 4029, '1', '1', '1', '1', '1', 'trophy', 1, '0', ''),
(91034, 'sb_block', 'sb_block', 's', 2, 2, 0.7, '1', '0', '1', 4032, '1', '1', '
1', '1', '1', 'default', 2, '0', ''),
(91035, 'sb_rail', 'sb_rail', 's', 1, 1, 0.5, '1', '0', '1', 4030, '1', '1', '1'
, '1', '1', 'default', 2, '0', ''),
(91036, 'sb_ramp', 'sb_ramp', 's', 2, 2, 1, '1', '0', '1', 4031, '1', '1', '1',
'1', '1', 'default', 2, '0', ''),
(97583, 'SkateBoard HC&VIP', 'avatar_effect71', 'e', 1, 1, 1, '1', '0', '0', 71,
'1', '1', '1', '1', '1', 'default', 1, '0', ''),
(292314, 'ads_cchups_screen name', 'ads_cchups_screen', 'i', 0, 0, 0, '1', '0',
'0', 4405, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(292315, 'sb_tag1 name', 'sb_tag1', 'i', 0, 0, 0, '1', '0', '0', 4406, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(292316, 'sb_wall', 'sb_wall', 'i', 0, 0, 0, '1', '0', '0', 4407, '1', '1', '1',
'1', '1', 'default', 1, '0', ''),
(292317, 'sb_tag2 name', 'sb_tag2', 'i', 0, 0, 0, '1', '0', '0', 4408, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(292318, 'sb_tag3 name', 'sb_tag3', 'i', 0, 0, 0, '1', '0', '0', 4409, '1', '1',
'1', '1', '1', 'default', 2, '0', ''),
(292319, 'sb_cans name', 'sb_cans', 's', 0, 0, 0, '1', '0', '0', 4033, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(292320, 'sb_tile name', 'sb_tile', 's', 0, 0, 0, '1', '0', '0', 4034, '1', '1',
'1', '1', '1', 'default', 1, '0', ''),
(10278, 'hosptl_bbag name', 'hosptl_bbag', 's', 1, 3, 1, '0', '0', '0', 3591, '1
', '1', '1', '1', '1', 'bed', 2, '0', ''),
(10279, 'hosptl_bed', 'hosptl_bed', 's', 1, 3, 1, '0', '0', '0', 3590, '1', '1',
'1', '1', '1', 'bed', 2, '0', ''),
(10280, 'hosptl_cab1', 'hosptl_cab1', 's', 1, 1, 1, '0', '0', '0', 3586, '1', '1
', '1', '1', '1', 'vendingmachine', 2, '35', ''),
(10281, 'hosptl_cab2', 'hosptl_cab2', 's', 2, 1, 1, '0', '0', '0', 3608, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(10282, 'hosptl_curtain', 'hosptl_curtain', 's', 3, 1, 1, '0', '0', '0', 3588, '
1', '1', '1', '1', '1', 'default', 1, '0', ''),
(10283, 'hosptl_defibs', 'hosptl_defibs', 's', 1, 1, 1, '0', '0', '0', 3606, '1'
, '1', '1', '1', '1', 'default', 2, '0', ''),
(10284, 'hosptl_light', 'hosptl_light', 's', 1, 1, 1, '0', '0', '0', 3610, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(10285, 'hosptl_seat', 'hosptl_seat', 's', 1, 2, 1, '0', '1', '0', 3611, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),
(10286, 'hosptl_skele', 'hosptl_skele', 's', 1, 1, 1, '0', '0', '0', 3604, '1',
'1', '1', '1', '1', 'default', 2, '0', ''),
(10287, 'hosptl_xray', 'hosptl_xray', 'i', 0, 0, 0, '0', '0', '0', 4339, '1', '1
', '1', '1', '1', 'default', 2, '0', ''),

(356828334, 'avatar_effect53', 'avatar_effect53', 'e',


3, '0', '0', '0', '0', '1', 'default', 1, '0', ''),
(356828327, 'avatar_effect54', 'avatar_effect54', 'e',
4, '0', '0', '0', '0', '1', 'default', 1, '0', ''),
(356828328, 'avatar_effect61', 'avatar_effect61', 'e',
1, '0', '0', '0', '0', '1', 'default', 1, '0', ''),
(356828329, 'avatar_effect62', 'avatar_effect62', 'e',
2, '0', '0', '0', '0', '1', 'default', 1, '0', ''),
(356828330, 'avatar_effect63', 'avatar_effect63', 'e',
3, '0', '0', '0', '0', '1', 'default', 1, '0', ''),
(356828331, 'avatar_effect65', 'avatar_effect65', 'e',
5, '0', '0', '0', '0', '1', 'default', 1, '0', ''),
(356828332, 'avatar_effect66', 'avatar_effect66', 'e',
6, '0', '0', '0', '0', '1', 'default', 1, '0', ''),
(356828333, 'avatar_effect67', 'avatar_effect67', 'e',
7, '0', '0', '0', '0', '1', 'default', 1, '0', '');

1, 1, 1, '0', '0', '0', 5


1, 1, 1, '0', '0', '0', 5
1, 1, 1, '0', '0', '0', 6
1, 1, 1, '0', '0', '0', 6
1, 1, 1, '0', '0', '0', 6
1, 1, 1, '0', '0', '0', 6
1, 1, 1, '0', '0', '0', 6
1, 1, 1, '0', '0', '0', 6

-- ---------------------------------------------------------- Estructura de tabla para la tabla `fuserights`


-CREATE TABLE IF NOT EXISTS `fuserights` (
`rank` int(11) unsigned NOT NULL,
`fuse` varchar(50) NOT NULL,
KEY `rank` (`rank`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `fuserights`
-INSERT INTO `fuserights` (`rank`, `fuse`) VALUES
(1, 'fuse_room_queue_default'),
(1, 'fuse_buy_credits'),
(1, 'fuse_login'),
(1, 'default'),
(1, 'fuse_trade'),
(3, 'fuse_mod'),
(6, 'fuse_admin'),
(7, 'fuse_sysadmin'),
(3, 'fuse_enter_any_room'),
(1, 'fuse_club_dances'),
(7, 'fuse_housekeeping_login'),
(4, 'fuse_chatlogs'),
(3, 'fuse_alert'),
(3, 'fuse_kick'),
(4, 'fuse_ban'),
(7, 'fuse_housekeeping_catalog'),
(7, 'fuse_housekeeping_moderation'),
(7, 'fuse_housekeeping_sitemanagement'),
(7, 'fuse_any_room_rights'),
(7, 'fuse_ignore_maintenance'),
(4, 'fuse_mute'),
(3, 'fuse_roomkick'),
(3, 'fuse_roomalert'),
(4, 'fuse_enter_full_rooms');
-- --------------------------------------------------------

--- Estructura de tabla para la tabla `fuserights_subs`


-CREATE TABLE IF NOT EXISTS `fuserights_subs` (
`sub` varchar(120) NOT NULL,
`fuse` text NOT NULL,
KEY `sub` (`sub`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `fuserights_subs`
-INSERT INTO `fuserights_subs` (`sub`, `fuse`) VALUES
('habbo_club', 'fuse_use_club_dance'),
('habbo_club', 'fuse_extended_buddylist'),
('habbo_club', 'fuse_furni_chooser'),
('habbo_club', 'fuse_priority_access'),
('habbo_club', 'fuse_use_club_catalog'),
('habbo_club', 'fuse_habbo_chooser'),
('habbo_club', 'fuse_use_club_outfits'),
('habbo_club', 'fuse_room_queue_club'),
('habbo_club', 'fuse_use_special_room_layouts'),
('habbo_club', 'fuse_use_club_badge'),
('habbo_club', 'fuse_use_wardrobe'),
('club_habbo', 'fuse_use_vip_outfits'),
('club_habbo', 'fuse_use_vip_room_layouts'),
('club_habbo', 'fuse_hide_room_walls');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `help_subjects`
-CREATE TABLE IF NOT EXISTS `help_subjects` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`caption` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;
--- Volcar la base de datos para la tabla `help_subjects`
-INSERT INTO `help_subjects` (`id`, `caption`) VALUES
(1, 'Uber - General'),
(2, 'Credits, Pixels and Achievements'),
(3, 'Catalogue and Furniture'),
(4, 'Rooms'),
(5, 'Infobus');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `help_topics`
--

CREATE TABLE IF NOT EXISTS `help_topics` (


`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`subject` int(11) unsigned NOT NULL DEFAULT '1',
`title` varchar(50) NOT NULL,
`body` text NOT NULL,
`known_issue` enum('0','1','2') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;
--- Volcar la base de datos para la tabla `help_topics`
-INSERT INTO `help_topics` (`id`, `subject`, `title`, `body`, `known_issue`) VALU
ES
(1, 1, 'What is uberHotel?', 'uberHotel is a test platform for the new Habbo Hot
el Emulator, UberEmulator. We are using this hotel to test and verify the stabil
ity, performance, and functionality of the server. This means the hotel will onl
y be available temporarily, and certain features may be missing or broken.', '2'
),
(2, 1, 'Missing/broken features', 'This article will be updated to reflect an ov
erview of features that are missing or broken.', '2'),
(3, 2, 'How do I get Credits?', 'You can receive credits in a multitude of ways:
\r\n\r\n* By signing up to Uber you receive some credits to get you started.\r\n
* You will recieve credit updates at preset intervals.\r\n* You can play games a
nd take part in events and competitions for prizes and credits.\r\n* You can tra
de other users for credits.', '1'),
(4, 2, 'How do I get Pixels?', 'You automatically receive pixels every now and t
hen. You can exchange these for effects, special pixel offers, and credits. You
also receive pixels by completing achievements.', '1'),
(5, 2, 'What are achievements and how do I get them?', 'Achievements are special
tasks you can complete in the hotel which will give you a certain amount of pix
els and a cool badge as reward.', '1'),
(6, 2, 'Are all achievements available on Uber?', 'We have not yet added all ach
ievements. The ones that are available can be seen under the ''Achievements'' ta
b in your inventory.', '0'),
(7, 1, 'Staff on Uber', 'Uber is being maintained and moderated by a relatively
small staff team. They are here to make sure everything works correctly and to h
elp our players and keep them safe.\r\n\r\nIn general we do not have any staff o
penings; if we are looking for staff it will be announced on the homepage, or we
will approach players we deem capable.', '2'),
(8, 3, 'I have a suggestion for new furniture!', 'We do NOT accept any requests
for custom furniture or anything along those lines, we only use furniture that i
s available on the official hotels. If you have suggestions for new furniture, t
ry contacting Habbo. They might like your idea!', '0'),
(9, 3, 'Why is this piece of furniture missing?', 'We may have not added all fur
niture yet or we may have purposely decided not to put it up for sale. Please do
not contact us about this - we are constantly adding new furniture.', '1'),
(10, 5, 'Where is the Infobus?', 'The infobus is currently available in the navi
gator, although bugged.', '1'),
(11, 3, 'Stacking-related issues', 'The stacking system is a sensitive and compl
icated mechanism that still requires some work. There is generally no need to re
port any problems regarding stacking to us, as we are aware of problems relating
to it.\r\n\r\nIf there are problems with stacking relating to a specific piece
of furniture, then please submit a suggestion or bug report on our UserVoice for
um.', '1'),
(12, 1, 'Support Tickets & User Reports', 'We would just like to urge that the t
icket system you will find in this help tool and when reporting users is only in
tended for SERIOUS requests. Yes, it works, and there is no need to test it. Any
requests that are offensive, spam, or in anyway inappropriate may result in a b

an.\r\n\r\nAlso, when submitting a help request, please keep in mind that it mus
t be in English.', '2'),
(13, 1, 'IMPORTANT: This is an English hotel!', 'Although allowed, we do discour
age the use of foreign languages in this hotel so all users and staff can unders
tand each other. Localised rooms and groups may be created but we ask ALL e-mail
s, support tickets and other communications to staff are in CLEAR, FLUENT ENGLIS
H. If we find this allowance abused by people swearing etc in their own langugag
e they will be banned IMMEDIATELY and this allowance discontinued.', '2');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `ipn_requests`
-CREATE TABLE IF NOT EXISTS `ipn_requests` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`date` text NOT NULL,
`ip` text NOT NULL,
`status` enum('0','1','2','3','4','5','6') NOT NULL DEFAULT '0' COMMENT '0 = E
rror, 1 = OK, 2 = Forced, 3 = Auth failure, 4 = UID not found, 5 = Forced, 6 = D
ata failure',
`request_data` text NOT NULL,
`user_id` int(10) unsigned NOT NULL DEFAULT '0',
`balance_diff` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--- Volcar la base de datos para la tabla `ipn_requests`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `items`
-CREATE TABLE IF NOT EXISTS `items` (
`id` int(10) unsigned NOT NULL,
`room_id` int(10) NOT NULL,
`user_id` int(10) unsigned NOT NULL,
`base_item` int(10) unsigned NOT NULL,
`extra_data` text NOT NULL,
`x` int(11) NOT NULL,
`y` int(11) NOT NULL,
`z` double NOT NULL,
`rot` int(11) NOT NULL,
`wall_pos` varchar(100) NOT NULL,
`fw_count` int(10) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `items`
--- --------------------------------------------------------

--- Estructura de tabla para la tabla `messenger_friendships`


-CREATE TABLE IF NOT EXISTS `messenger_friendships` (
`user_one_id` int(10) unsigned NOT NULL,
`user_two_id` int(10) unsigned NOT NULL,
KEY `user_one_id` (`user_one_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `messenger_friendships`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `messenger_requests`
-CREATE TABLE IF NOT EXISTS `messenger_requests` (
`from_id` int(10) unsigned NOT NULL,
`to_id` int(10) unsigned NOT NULL,
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
--- Volcar la base de datos para la tabla `messenger_requests`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `moderation_forum_replies`
-CREATE TABLE IF NOT EXISTS `moderation_forum_replies` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`thread_id` int(10) unsigned NOT NULL,
`poster` varchar(120) NOT NULL,
`date` varchar(50) NOT NULL,
`message` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--- Volcar la base de datos para la tabla `moderation_forum_replies`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `moderation_forum_threads`
-CREATE TABLE IF NOT EXISTS `moderation_forum_threads` (

`id` int(10) unsigned NOT NULL AUTO_INCREMENT,


`poster` varchar(100) NOT NULL,
`subject` varchar(120) NOT NULL,
`date` varchar(50) NOT NULL,
`timestamp` double NOT NULL,
`message` text NOT NULL,
`locked` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
--- Volcar la base de datos para la tabla `moderation_forum_threads`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `moderation_presets`
-CREATE TABLE IF NOT EXISTS `moderation_presets` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`type` enum('message','roommessage') NOT NULL DEFAULT 'message',
`message` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ;
--- Volcar la base de datos para la tabla `moderation_presets`
-INSERT INTO `moderation_presets` (`id`, `enabled`, `type`, `message`) VALUES
(5, '1', 'message', 'Wij kunnen je hier niet mee helpen, We hebben het door gege
ven aan Eties.'),
(6, '1', 'roommessage', 'Het taalgebruik in deze kamer is tegen de Meet Regels.
Pas het taalgebruik aan of de kamer zal worden gesloten.'),
(7, '1', 'message', 'Vragen voor staff of credits wordt bij herhaling afgestraft
met een ban.'),
(8, '1', 'message', 'Je taalgebruik is tegen de regels! Pas dit aan.'),
(9, '1', 'message', 'Sexueel getinte en rasistise opmerkingen hoeven we hier nie
t!'),
(10, '1', 'message', 'Doe je niet voor als staff of scheld geen andere stafflede
n uit.'),
(11, '1', 'roommessage', 'Er doen zich momenteel wat fouten voor in deze kamer.
Daarom wordt deze even gesloten. Onze excuses voor het ongemak!'),
(12, '0', 'message', 'Newly generated preset - please update');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `moderation_tickets`
-CREATE TABLE IF NOT EXISTS `moderation_tickets` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`score` int(11) NOT NULL,
`type` int(11) NOT NULL,
`status` enum('open','picked','resolved','abusive','invalid','deleted') NOT NU

LL DEFAULT 'open',
`sender_id` int(10) unsigned NOT NULL,
`reported_id` int(10) unsigned NOT NULL,
`moderator_id` int(10) unsigned NOT NULL,
`message` text NOT NULL,
`room_id` int(10) unsigned NOT NULL,
`room_name` varchar(100) NOT NULL,
`timestamp` double NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--- Volcar la base de datos para la tabla `moderation_tickets`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `navigator_flatcats`
-CREATE TABLE IF NOT EXISTS `navigator_flatcats` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`caption` varchar(100) NOT NULL,
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`min_rank` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=15 ;
--- Volcar la base de datos para la tabla `navigator_flatcats`
-INSERT INTO `navigator_flatcats` (`id`, `caption`, `enabled`, `min_rank`) VALUES
(0, 'No Category', '1', 1),
(1, 'Staff Rooms', '0', 6),
(2, 'Competition Category', '0', 1),
(3, 'Unused Category', '0', 1),
(4, 'Themed & RPG Rooms', '1', 1),
(5, 'Restaurant, Bar & Night Club Rooms', '1', 1),
(6, 'Club & Group Rooms', '1', 1),
(7, 'Chat, Chill & Discussion Rooms', '1', 1),
(8, 'Maze & Theme Park Rooms', '1', 1),
(9, 'Trading & Shopping Rooms', '1', 1),
(10, 'Gaming & Race Rooms', '1', 1),
(11, 'Hair Salons & Modelling Rooms', '1', 1),
(12, 'Help Centre, Guide & Service Rooms', '1', 1),
(13, 'School, Daycare & Adoption Rooms', '1', 1),
(14, 'All Other Rooms', '1', 1);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `navigator_publics`
-CREATE TABLE IF NOT EXISTS `navigator_publics` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ordernum` int(11) unsigned NOT NULL DEFAULT '1',

`bannertype` enum('0','1') NOT NULL DEFAULT '0' COMMENT '0 = big, 1 = normal',
`caption` varchar(100) NOT NULL,
`image` text NOT NULL,
`image_type` enum('internal','external') NOT NULL DEFAULT 'internal',
`room_id` int(10) unsigned NOT NULL DEFAULT '0',
`category_parent_id` int(11) NOT NULL DEFAULT '0',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`recommended` enum('0','1') NOT NULL DEFAULT '0',
`category` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ;
--- Volcar la base de datos para la tabla `navigator_publics`
-INSERT INTO `navigator_publics` (`id`, `ordernum`, `bannertype`, `caption`, `ima
ge`, `image_type`, `room_id`, `category_parent_id`, `enabled`, `recommended`, `c
ategory`) VALUES
(1, 1, '0', 'Ontvangstruimte', 'welcome_lounge', 'internal', 1, 0, '1', '1', '0'
),
(2, 2, '1', 'Theather', 'theatredrome', 'internal', 0, 13, '1', '0', '0'),
(3, 3, '1', 'Club Orient', '', 'internal', 3, 0, '1', '0', '0'),
(4, 4, '1', 'Picknick Ruimte', 'picnic', 'internal', 4, 12, '1', '0', '0'),
(5, 5, '1', 'Thee Ruimte', 'tearoom', 'internal', 5, 14, '1', '0', '0'),
(6, 6, '1', 'Meet Hotel Lounge', 'dusty_lounge', 'internal', 6, 0, '1', '0', '0'
),
(7, 7, '1', 'Meet Hotel Bioscoop', 'habbo_cinema', 'internal', 7, 13, '1', '0',
'0'),
(8, 8, '1', 'Infobus', 'park', 'internal', 8, 12, '1', '0', '0'),
(9, 9, '1', 'Star Lounge', 'star_lounge', 'internal', 9, 13, '1', '0', '0'),
(11, 10, '0', 'Lido', 'habbo_lido', 'internal', 19, 15, '1', '0', '0'),
(12, 11, '1', 'Outsides', '', 'internal', 1, 0, '1', '0', '1'),
(13, 12, '1', 'Entertainment', '', 'internal', 1, 0, '1', '0', '1'),
(14, 13, '0', 'Restaurants', '', 'internal', 0, 0, '1', '0', '1'),
(15, 14, '0', 'Pooling', '', 'internal', 0, 0, '1', '0', '1');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `notes`
-CREATE TABLE IF NOT EXISTS `notes` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`content` varchar(500) NOT NULL,
`date` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
--- Volcar la base de datos para la tabla `notes`
-INSERT INTO `notes` (`id`, `content`, `date`) VALUES
(1, 'NeoX CMS Ha sido Instalada con xito.', '22 May 2011 09:16');
-- ---------------------------------------------------------

-- Estructura de tabla para la tabla `quests`


-CREATE TABLE IF NOT EXISTS `quests` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(100) NOT NULL,
`action` varchar(100) NOT NULL,
`needofcount` int(10) NOT NULL DEFAULT '1',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`level_num` int(10) NOT NULL DEFAULT '1',
`pixel_reward` int(10) NOT NULL DEFAULT '50',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=25 ;
--- Volcar la base de datos para la tabla `quests`
-INSERT INTO `quests` (`id`, `type`, `action`, `needofcount`, `enabled`, `level_n
um`, `pixel_reward`) VALUES
(1, 'room_builder', 'MOVE_ITEM', 3, '1', 1, 50),
(2, 'identity', 'CHANGE_FIGURE', 1, '1', 1, 50),
(3, 'social', 'CHAT_WITH_SOMEONE', 1, '1', 6, 50),
(4, 'social', 'REQUEST_FRIEND', 1, '1', 2, 50),
(5, 'social', 'GIVE_RESPECT', 1, '1', 3, 50),
(7, 'room_builder', 'ROTATE_ITEM', 3, '1', 2, 50),
(6, 'social', 'DANCE', 1, '1', 5, 50),
(8, 'social', 'WAVE', 1, '1', 4, 50),
(9, 'room_builder', 'STACKITEM', 3, '1', 3, 50),
(10, 'room_builder', 'PICKUPITEM', 1, '1', 4, 50),
(11, 'room_builder', 'PLACEWALLPAPER', 1, '1', 7, 50),
(12, 'room_builder', 'SWITCHSTATE', 3, '1', 6, 50),
(13, 'room_builder', 'PLACEFLOOR', 1, '1', 8, 50),
(14, 'room_builder', 'PLACEITEM', 1, '1', 5, 50),
(15, 'social', 'ENTEROTHERSROOM', 1, '1', 1, 50),
(16, 'identity', 'WEARBADGE', 1, '1', 3, 50),
(17, 'identity', 'CHANGEMOTTO', 1, '1', 2, 50),
(18, 'explore', 'FINDLIFEGUARDTOWER', 1, '1', 1, 50),
(19, 'explore', 'SWIM', 1, '1', 2, 50),
(20, 'explore', 'FINDSURFBOARD', 1, '1', 3, 50),
(21, 'explore', 'FINDBEETLE', 1, '1', 4, 50),
(22, 'explore', 'FINDNEONFLOOR', 1, '1', 5, 50),
(23, 'explore', 'FINDDISCOBALL', 1, '1', 6, 50),
(24, 'explore', 'FINDJUKEBOX', 1, '1', 7, 50);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `ranks`
-CREATE TABLE IF NOT EXISTS `ranks` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(50) NOT NULL,
`prefix` text NOT NULL,
`suffix` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;
--

-- Volcar la base de datos para la tabla `ranks`


-INSERT INTO `ranks` (`id`, `name`, `prefix`, `suffix`) VALUES
(1, 'Usuarios Normales', '', ''),
(2, 'usuarios (Special Features)', '<b>', '</b>'),
(3, 'Moderadores en prcticas', '<span style="color: #04B404;">', '</span>'),
(4, 'Moderatores', '<b style="color: #04B404;">', '</b>'),
(5, 'Premiums', '<b style="color: #04B404;">', '</b>'),
(6, 'Administradores', '<b style="color: darkred;">', '</b>'),
(7, 'Creadores y Duseos', '<b style="color: darkred;">', '</b>');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `rooms`
-CREATE TABLE IF NOT EXISTS `rooms` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`roomtype` enum('public','private') NOT NULL DEFAULT 'private',
`caption` varchar(100) NOT NULL DEFAULT 'Room',
`owner` varchar(75) NOT NULL DEFAULT '',
`description` text NOT NULL,
`category` int(11) NOT NULL DEFAULT '0',
`state` enum('open','locked','password') NOT NULL DEFAULT 'open',
`users_now` int(11) NOT NULL DEFAULT '0',
`users_max` int(11) NOT NULL DEFAULT '25',
`model_name` varchar(50) NOT NULL,
`public_ccts` text NOT NULL,
`score` int(11) NOT NULL DEFAULT '0',
`tags` text NOT NULL,
`icon_bg` int(11) NOT NULL DEFAULT '1',
`icon_fg` int(11) NOT NULL DEFAULT '0',
`icon_items` text NOT NULL,
`password` text NOT NULL,
`wallpaper` varchar(10) NOT NULL DEFAULT '0.0',
`floor` varchar(10) NOT NULL DEFAULT '0.0',
`landscape` varchar(10) NOT NULL DEFAULT '0.0',
`allow_pets` enum('0','1') NOT NULL DEFAULT '1',
`allow_pets_eat` enum('0','1') NOT NULL DEFAULT '0',
`allow_walkthrough` enum('0','1') NOT NULL DEFAULT '0',
`allow_hidewall` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=37 ;
--- Volcar la base de datos para la tabla `rooms`
-INSERT INTO `rooms` (`id`, `roomtype`, `caption`, `owner`, `description`, `categ
ory`, `state`, `users_now`, `users_max`, `model_name`, `public_ccts`, `score`, `
tags`, `icon_bg`, `icon_fg`, `icon_items`, `password`, `wallpaper`, `floor`, `la
ndscape`, `allow_pets`, `allow_pets_eat`, `allow_walkthrough`, `allow_hidewall`)
VALUES
(1, 'public', 'Ontvangstruimte', '', 'Waar wij je een warm welkom geven! :D', 0,
'open', 0, 50, 'newbie_lobby', 'hh_room_nlobby', 0, '', 1, 0, '', '', '0.0', '0
.0', '0.0', '1', '0', '0', '0'),
(2, 'public', 'Theather', '', 'Voor events.', 0, 'open', 0, 50, 'theater', 'hh_r
oom_theater', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0'),

(3, 'public', 'Club Orient', '', 'Hier houden we de mooiste feesten! :D', 0, 'op
en', 0, 30, 'orient', 'hh_room_orient', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0'
, '1', '0', '0', '0'),
(4, 'public', 'Picknick Ruimte', '', 'Hier kan je lekker wortels eten of BBQen!'
, 0, 'open', 0, 50, 'picnic', 'hh_room_picnic', 0, '', 1, 0, '', '', '0.0', '0.0
', '0.0', '1', '0', '0', '0'),
(5, 'public', 'Thee Ruimte ', '', 'Hier kan je lekkere chinese thee drinken :D',
0, 'open', 0, 30, 'tearoom', 'hh_room_tearoom', 0, '', 1, 0, '', '', '0.0', '0.
0', '0.0', '1', '0', '0', '0'),
(6, 'public', 'Meet Hotel Lounge', '', 'Voor vergaderingen :D', 0, 'open', 0, 30
, 'dusty_lounge', 'hh_room_dustylounge', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0
', '1', '0', '0', '0'),
(7, 'public', 'Meet Hotel Bioscoop', '', 'De beste films worden hier gedraait!',
0, 'open', 0, 50, 'cinema_a', 'hh_room_cinema', 0, '', 1, 0, '', '', '0.0', '0.
0', '0.0', '1', '0', '0', '0'),
(8, 'public', 'Infobus', '', 'Mis de bus niet!', 0, 'open', 0, 50, 'park_b', 'hh
_room_park,hh_room_park_uk', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0',
'0', '0'),
(9, 'public', 'Star Lounge', '', 'Voor echte sterren!', 0, 'open', 0, 50, 'star_
lounge', 'hh_room_starlounge', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0
', '0', '0'),
(19, 'public', 'Lido', '%habboName%', '', 0, 'open', 0, 25, 'pool_a', 'hh_room_p
ool,hh_people_pool', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0
'),
(24, 'private', 'Aduction''s room', 'Aduction', '', 0, 'open', 0, 25, 'model_s',
'', 0, '', 1, 0, '', '', '607', '111', '0.0', '1', '0', '0', '0'),
(25, 'private', 'sergio199''s room', 'sergio199', '', 0, 'open', 0, 25, 'model_s
', '', 0, '', 1, 0, '', '', '607', '111', '0.0', '1', '0', '0', '0'),
(26, 'private', 'Arturo''s room', 'Arturo', '', 0, 'open', 0, 25, 'model_s', '',
0, '', 1, 0, '', '', '1901', '301', '0.0', '1', '0', '0', '0'),
(27, 'private', 'Xavi998''s room', 'Xavi998', '', 0, 'open', 0, 25, 'model_s', '
', 0, '', 1, 0, '', '', '1901', '301', '0.0', '1', '0', '0', '0'),
(28, 'private', 'marcelox''s room', 'marcelox', '', 0, 'open', 0, 25, 'model_s',
'', 0, '', 1, 0, '', '', '607', '111', '0.0', '1', '0', '0', '0'),
(29, 'private', 'fike69''s room', 'fike69', '', 0, 'open', 0, 25, 'model_s', '',
0, '', 1, 0, '', '', '1701', '601', '0.0', '1', '0', '0', '0'),
(30, 'private', 'Pandorabox''s room', 'Pandorabox', '', 0, 'open', 0, 25, 'model
_s', '', 0, '', 1, 0, '', '', '1901', '301', '0.0', '1', '0', '0', '0'),
(31, 'private', 'pachi''s room', 'pachi', '', 0, 'open', 0, 25, 'model_s', '', 0
, '', 1, 0, '', '', '607', '111', '0.0', '1', '0', '0', '0'),
(32, 'private', 'colgar07''s room', 'colgar07', '', 0, 'open', 0, 25, 'model_s',
'', 0, '', 1, 0, '', '', '607', '111', '0.0', '1', '0', '0', '0'),
(33, 'private', 'lAyudanteDeHabbos''s room', 'lAyudanteDeHabbos', '', 0, 'open',
0, 25, 'model_s', '', 0, '', 1, 0, '', '', '1701', '601', '0.0', '1', '0', '0',
'0'),
(34, 'private', 'duvansan''s room', 'duvansan', '', 0, 'open', 0, 25, 'model_s',
'', 0, '', 1, 0, '', '', '1901', '301', '0.0', '1', '0', '0', '0'),
(35, 'private', 'pepe''s room', 'pepe', '', 0, 'open', 0, 25, 'model_s', '', 0,
'', 1, 0, '', '', '607', '111', '0.0', '1', '0', '0', '0'),
(36, 'private', 'mariusss''s room', 'mariusss', '', 0, 'open', 0, 25, 'model_s',
'', 0, '', 1, 0, '', '', '1901', '301', '0.0', '1', '0', '0', '0');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `room_ads`
-CREATE TABLE IF NOT EXISTS `room_ads` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,

`ad_image` text NOT NULL,


`ad_image_orig` text NOT NULL,
`ad_link` text NOT NULL,
`views` int(11) NOT NULL DEFAULT '0',
`views_limit` int(11) NOT NULL DEFAULT '0' COMMENT '0 = unlimited',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--- Volcar la base de datos para la tabla `room_ads`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `room_items_moodlight`
-CREATE TABLE IF NOT EXISTS `room_items_moodlight` (
`item_id` int(10) unsigned NOT NULL,
`enabled` enum('0','1') NOT NULL DEFAULT '0',
`current_preset` int(11) NOT NULL,
`preset_one` text NOT NULL,
`preset_two` text NOT NULL,
`preset_three` text NOT NULL,
KEY `item_id` (`item_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `room_items_moodlight`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `room_models`
-CREATE TABLE IF NOT EXISTS `room_models` (
`id` varchar(100) NOT NULL,
`door_x` int(11) NOT NULL,
`door_y` int(11) NOT NULL,
`door_z` double NOT NULL,
`door_dir` int(4) NOT NULL DEFAULT '2',
`heightmap` text NOT NULL,
`public_items` text NOT NULL,
`club_only` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `room_models`
-INSERT INTO `room_models` (`id`, `door_x`, `door_y`, `door_z`, `door_dir`, `heig
htmap`, `public_items`, `club_only`) VALUES
('model_a', 3, 5, 0, 2, 'xxxxxxxxxxxx\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx000

00000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx000
00000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx000
00000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0'),
('model_b', 0, 5, 0, 2, 'xxxxxxxxxxxx\r\nxxxxx0000000\r\nxxxxx0000000\r\nxxxxx00
00000\r\nxxxxx0000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nx000000
00000\r\nx00000000000\r\nx00000000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxx
xxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0'),
('model_c', 4, 7, 0, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxx
xxxxx\r\nxxxxxxxxxxxx\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx00
0000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxx
xxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0'),
('model_d', 4, 7, 0, 2, 'xxxxxxxxxxxx\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx00
0000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx00
0000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx00
0000x\r\nxxxxx000000x\r\nxxxxxxxxxxxx', '', '0'),
('model_e', 1, 5, 0, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxx00000
00000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx00000
00000\r\nxx0000000000\r\nxx0000000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxx
xxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0'),
('model_f', 2, 5, 0, 2, 'xxxxxxxxxxxx\r\nxxxxxxx0000x\r\nxxxxxxx0000x\r\nxxx0000
0000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nx0000000000x\r\nx000000
0000x\r\nx0000000000x\r\nx0000000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxx
xxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0'),
('model_i', 0, 10, 0, 2, 'xxxxxxxxxxxxxxxxx\r\nx0000000000000000\r\nx00000000000
00000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000
000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx000
0000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\n
x0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000
\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx000000000000
0000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx00000000
00000000\r\nx0000000000000000\r\nxxxxxxxxxxxxxxxxx', '', '0'),
('model_j', 0, 10, 0, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx0000000000\r\nxxxx
xxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxx
xx0000000000\r\nxxxxxxxxxxx0000000000\r\nx00000000000000000000\r\nx0000000000000
0000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx000000000000000000
00\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\
nx00000000000000000000\r\nx00000000000000000000\r\nx0000000000xxxxxxxxxx\r\nx000
0000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx00000000
00xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0'),
('model_k', 0, 13, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx00000000
\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx0
0000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx00
00000000000000\r\nxxxxxxxxx0000000000000000\r\nx000000000000000000000000\r\nx000
000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\
r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000
000000\r\nx000000000000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx000
0000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxx
xxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r
\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx00000000000
00000\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0'),
('model_l', 0, 16, 0, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000\r\nx000
00000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000
000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx0000000000000
0000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx000000
00\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\
nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx000
00000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nxxxxxxxxx
xxxxxxxxxxxx', '', '0'),
('model_m', 0, 15, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx00000000xx
xxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxx

xxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000
000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\
r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nx0000000000
000000000000000000\r\nx0000000000000000000000000000\r\nx000000000000000000000000
0000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx00000
00000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000
000000000\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nx
xxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx0000
0000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx
\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxx
x00000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0'),
('model_n', 0, 16, 0, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000\r\nx000
00000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000
000000000000\r\nx00000000000000000000\r\nx000000xxxxxxxx000000\r\nx000000x000000
x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x0000
00\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000xxxxxxxx000000\r\
nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx000
00000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nxxxxxxxxx
xxxxxxxxxxxx', '', '0'),
('model_g', 1, 7, 1, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxx00000\r\nxxxxxxx
00000\r\nxxxxxxx00000\r\nxx1111000000\r\nxx1111000000\r\nxx1111000000\r\nxx11110
00000\r\nxx1111000000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxx
xxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '1'),
('model_q', 10, 4, 2, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx22222222\r\nxxxxxxxx
xxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222
\r\nxxxxxxxxxxx22222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222
222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx22222222222222222
2\r\nx2222xxxxxxxxxxxxxx\r\nx2222xxxxxxxxxxxxxx\r\nx2222211111xx000000\r\nx22222
1111110000000\r\nx222221111110000000\r\nx2222211111xx000000\r\nxx22xxx1111xxxxxx
xx\r\nxx11xxx1111xxxxxxxx\r\nx1111xx1111xx000000\r\nx1111xx111110000000\r\nx1111
xx111110000000\r\nx1111xx1111xx000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_o', 0, 18, 1, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxx11111111xxxx
\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111
111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxx
xx11111111xxxx\r\nxxxxxxxxxxxxx00000000xxxx\r\nxxxxxxxxx0000000000000000\r\nxxxx
xxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\
r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nx111111100000000000
000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx11111110000
0000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx1111
11100000000000000000\r\nx111111100000000000000000\r\nxxxxxxxxx0000000000000000\r
\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx00000000000
00000\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_r', 10, 4, 3, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx33333333333333
\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxx33333333
3333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxx3333
33333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxx
xxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\
r\nx4444433333xxxxxxxxxxxxxx\r\nx4444433333xxxxxxxxxxxxxx\r\nx44444333333222xx00
0000xx\r\nx44444333333222xx000000xx\r\nxxx44xxxxxxxx22xx000000xx\r\nxxx33xxxxxxx
x11xx000000xx\r\nxxx33322222211110000000xx\r\nxxx33322222211110000000xx\r\nxxxxx
xxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r
\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_p', 0, 23, 2, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxx222222222222\r\nxxxxxxx2
22222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222
\r\nxxxxxxx222222222222\r\nxxxxxxx22222222xxxx\r\nxxxxxxx11111111xxxx\r\nx222221
111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx22222111111111111
1\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx22222
1111111111111\r\nx2222xx11111111xxxx\r\nx2222xx00000000xxxx\r\nx2222xx0000000000
00\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\n22222
xx000000000000\r\nx2222xx000000000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1'),

('model_h', 4, 4, 1, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxx111111x\r\nxxxxx11
1111x\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx000000x\r\nxxxxx00
0000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxxxxxx
xxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '1'),
('old_skool', 2, 1, 0, 2, 'xx0xxxxxxxxxxxxxx\r\n0000000xxx00000xx\r\n0000000x000
0000xx\r\n0000000xxxxxxxxxx\r\n0000000000000000x\r\n0000000000000000x\r\n0000000
000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n000
0000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\
n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000
x\r\n00000000000000000\r\n0000000000000000x\r\n0000000000000000x\r\n000000000000
0000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x', 'SLHk49mob
iles_chair3QBPAHHHk410mobiles_chair3RBPAHHHk411mobiles_chair3SBPAHHHk412mobiles_chair3P
CPAHHHe101mobiles_chair1IRBHPAHe1010mobiles_chair1RBRBHPAHe110mobiles_chair1HSBHJHb111m
obiles_table2ISBHHHc112mobiles_table3JSBHHHe113mobiles_chair1KSBHRAHb1110mobiles_table
2RBSBHHHc1111mobiles_table3SBSBHHHa121mobiles_table1IPCHHHd122mobiles_table4JPCHHHe129mo
biles_chair1QBPCHJHa1210mobiles_table1RBPCHHHd1211mobiles_table4SBPCHHHe1212mobiles_ch
air1PCPCHRAHe131mobiles_chair1IQCHHHe1311mobiles_chair1SBQCHHHe150mobiles_chair1HSCHPAH
e170mobiles_chair1HQDHJHb171mobiles_table2IQDHHHc172mobiles_table3JQDHHHe173mobiles_cha
ir1KQDHRAHa181mobiles_table1IRDHHHd182mobiles_table4JRDHHHe192mobiles_chair1JSDHHHe211mo
biles_chair1IQEHPAHb216mobiles_table2RAQEHHHc217mobiles_table3SAQEHHHe2112mobiles_chai
r1PCQEHPAHe220mobiles_chair1HREHJHb221mobiles_table2IREHHHc222mobiles_table3JREHHHe223mo
biles_chair1KREHRAHe225mobiles_chair1QAREHJHa226mobiles_table1RAREHHHd227mobiles_table
4SAREHHHe228mobiles_chair1PBREHRAHe2211mobiles_chair1SBREHJHb2212mobiles_table2PCREHHHc
2213mobiles_table3QCREHHHe2214mobiles_chair1RCREHRAHa231mobiles_table1ISEHHHd232mobiles
_table4JSEHHHa2312mobiles_table1PCSEHHHd2313mobiles_table4QCSEHHHe241mobiles_chair1IPFH
HHe247mobiles_chair1SAPFHPAHe2413mobiles_chair1QCPFHH', '0'),
('pizza', 5, 27, 1, 2, 'xxxxxxxxx0000000\r\nx11111x1xx000000\r\n11xxxxx111x00000
\r\n11x1111111xx0000\r\n11x1111111100000\r\nxxx1111111100000\r\n1111111111100000
\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000
\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000
\r\n1111111111100000\r\n1111111111100000\r\n11111111111xxxxx\r\n1111111111xxxxxx
\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111
\r\n1111111111111111\r\n1111111111111111\r\n11xx11xx11111111\r\nxxxx11xxxxxxxxxx
\r\nxxxx11xxxxxxxxxx', 'QGHa015pizza_plant1SCHHJHe314pizza_sofa1RCKHPAHE315pizza_sofa
2SCKHPAHc515pizza_tableSCQAHJHb60pizza_plant2HRAIJHf614pizza_sofa3RCRAHHHF615pizza_sofa4S
CRAHHHd81pizza_chairIPBIPAHd82pizza_chairJPBIPAHc102pizza_tableJRBIJHe1014pizza_sofa1RCR
BHPAHE1015pizza_sofa2SCRBHPAHd111pizza_chairISBIHHd112pizza_chairJSBIHHc1215pizza_tableS
CPCHJHf1314pizza_sofa3RCQCHHHF1315pizza_sofa4SCQCHHHd161pizza_chairIPDIPAHd162pizza_cha
irJPDIPAHc182pizza_tableJRDIJHd191pizza_chairISDIHHd192pizza_chairJSDIHHd2111pizza_chairS
BQEIJHd2114pizza_chairRCQEIRAHd2211pizza_chairSBREIJHc2213pizza_tableQCREIHHd2214pizza_
chairRCREIRAHa250pizza_plant1HQFIJHa2515pizza_plant1SCQFIJ', '0'),
('pub_a', 15, 25, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx2222222211111xxx\
r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211
111xxx\r\nxxxxxxxxx2222222222111xxx\r\nxxxxxxxxx2222222222111xxx\r\nxxxxxxxxx222
2222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxx
xxxx2222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r
\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx3333333322222222220
00xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222
222222000xxx\r\nx333332222222222222000xxx\r\nx333333332222222222000xxx\r\nxxxxx3
1111112222222000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\
nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxxxxxxxxxxxx00xxxx
xxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxx
x00xxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', 'SWHS119pub_sofa2SDIIPAHs120pub_sofaPEIIP
AHs121pub_sofaQEIIPAHq211bardesk1SBJJHHc212pub_chairPCJJRAHQ311bardesk2SBKJHHq411bardesk1S
BPAJHHc412pub_chairPCPAJRAHQ511bardesk2SBQAJHHf518pub_fenceRDQAJIHq611bardesk1SBRAJHHc61
2pub_chairPCRAJRAHf618pub_fenceRDRAJHHQ711bardesk2SBSAJHHf718pub_fenceRDSAJHHq811bardesk1S
BPBJHHc812pub_chairPCPBJRAHf818pub_fenceRDPBJHHw910bardesk4RBQBJHHW911bardesk3SBQBJHHf91
8pub_fenceRDQBJHHf1018pub_fenceRDRBJHHC112pub_chair2JSBKPAHC113pub_chair2KSBKPAHC115pub_c
hair2QASBKPAHC116pub_chair2RASBKPAHf118pub_fencePBSBKIHf1118pub_fenceRDSBJHHf128pub_fenc
ePBPCKHHf1218pub_fenceRDPCJHHf138pub_fencePBQCKHHC139pub_chair2QBQCJJHk1314pub_chair3RCQC

JJHT1315pub_table2SCQCJIHk1316pub_chair3PDQCJRAHf1318pub_fenceRDQCJHHf148pub_fencePBRCKJ
HC149pub_chair2QBRCJJHk1414pub_chair3RCRCJJHT1415pub_table2SCRCJJHk1416pub_chair3PDRCJRA
Hf1418pub_fenceRDRCJHHt151pub_tableISCKHHf155pub_fenceQASCKIHf1518pub_fenceRDSCJHHS161pub
_sofa2IPDKJHf165pub_fenceQAPDKHHf1618pub_fenceRDPDJHHs171pub_sofaIQDKJHf175pub_fenceQAQDK
HHk1713pub_chair3QCQDJPAHk1714pub_chair3RCQDJPAHk1715pub_chair3SCQDJPAHk1716pub_chair3PD
QDJPAHf1718pub_fenceRDQDJHHs181pub_sofaIRDKJHf185pub_fenceQARDKHHT1813pub_table2QCRDJQAH
T1814pub_table2RCRDJRAHT1815pub_table2SCRDJRAHT1816pub_table2PDRDJPAHf1818pub_fenceRDRDJ
HHs192pub_sofaJSDKHHS193pub_sofa2KSDKHHf195pub_fenceQASDKHHk1913pub_chair3QCSDJHHk1914pub
_chair3RCSDJHHk1915pub_chair3SCSDJHHk1916pub_chair3PDSDJHHf1918pub_fenceRDSDJHHf201pub_f
enceIPEKQAHf202pub_fenceJPEKRAHf203pub_fenceKPEKRAHf204pub_fencePAPEKRAHf205pub_fenceQAPE
KKHf2018pub_fenceRDPEJHHS217pub_sofa2SAQEIPAHs218pub_sofaPBQEIPAHf2112pub_fencePCQEJQAHf
2113pub_fenceQCQEJRAHf2114pub_fenceRCQEJRAHf2115pub_fenceSCQEJRAHf2116pub_fencePDQEJRAHf
2117pub_fenceQDQEJRAHf2118pub_fenceRDQEJKHS226pub_sofa2RAREIJHt2215pub_tableSCREHHHC2216p
ub_chair2PDREHPAHC2217pub_chair2QDREHPAHs236pub_sofaRASEIJHT238pub_table2PBSEIIHs246pub_
sofaRAPFIJHT248pub_table2PBPFIHHs256pub_sofaRAQFIJHT258pub_table2PBQFIJ', '0'),
('newbie_lobby', 2, 11, 0, 2, 'xxxxxxxxxxxxxxxx000000\r\nxxxxx0xxxxxxxxxx000000\
r\nxxxxx00000000xxx000000\r\nxxxxx000000000xx000000\r\n0000000000000000000000\r\
n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0
000000000000000000000\r\nxxxxx000000000000000xx\r\nxxxxx000000000000000xx\r\nx00
00000000000000000xx\r\nx0000000000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxx
xx0000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxx
x000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx0
00000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000
000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxx00000000
0000xxxxx\r\nxxxxx000000000000xxxxx', 'SOHa016crl_lampPDHHHHy017crl_sofa2cQDHHPAHw01
8crl_sofa2bRDHHPAHv019crl_sofa2aSDHHPAHa020crl_lampPEHHHHb116crl_chairPDIHJHa27crl_lampSAJ
HHHa211crl_lampSBJHHHb216crl_chairPDJHJHc35crl_pillarQAKHHHb37crl_chairSAKHJHu39crl_table
1bQBKHHHs311crl_sofa1cSBKHRAHb316crl_chairPDKHJHA319crl_table2bSDKHHHz320crl_table2aPEKHH
Ha40crl_lampHPAHHHy41crl_sofa2cIPAHPAHw42crl_sofa2bJPAHPAHv43crl_sofa2aKPAHPAHa44crl_lampP
APAHHHt49crl_table1aQBPAHHHr411crl_sofa1bSBPAHRAHh415crl_wall2aSCPAHHHa416crl_lampPDPAHH
Hb50crl_chairHQAHJHb57crl_chairSAQAHJHq511crl_sofa1aSBQAHRAHA62crl_table2bJRAHHHz63crl_ta
ble2aKRAHHHa611crl_lampSBRAHHHb70crl_chairHSAHJHa80crl_lampHPBHHHD81crl_sofa3cIPBHHHC82crl
_sofa3bJPBHHHB83crl_sofa3aKPBHHHa84crl_lampPAPBHHHo819crl_barchair2SDPBHHHp820crl_tableb
arPEPBHHHo821crl_barchair2QEPBHHHE95crl_pillar2QAQBHHHc99crl_pillarQBQBHHHP158crl_desk1aP
BSCHHHO159crl_deskiQBSCHHHN1510crl_deskhRBSCHHHM1610crl_deskgRBPDHHHL1710crl_deskfRBQDHH
HK1810crl_deskeRBRDHHHK1910crl_deskeRBSDHHHK2010crl_deskeRBPEHHHK2110crl_deskeRBQEHHHK22
10crl_deskeRBREHHHK2310crl_deskeRBSEHHHG247crl_wallbSAPFHHHK2410crl_deskeRBPFHHHF257crl_w
allaSAQFHHHH258crl_desk1bPBQFHHHI259crl_desk1cQBQFHHHJ2510crl_desk1dRBQFHHHd2712crl_lamp
2PCSFHHHf2713crl_cabinet2QCSFHHHe2714crl_cabinet1RCSFHHHd2715crl_lamp2SCSFHH', '0'),
('tearoom', 21, 19, 1, 6, 'xxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxx3333x33333333x\r\n3
33333xx3333x33333333x\r\n3333333x3333x33333333x\r\n3333333x3333x33333333x\r\n333
3333xxxxxx33333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n33333
3333333333333333x\r\n333333333333333333333x\r\n33333333222x333333333x\r\n3333333
3222x333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n333333331
11x333333333x\r\n33333333111x333333333x\r\n33333333111x333333333x\r\nxxxxxxxx111
xxxxxxxxxxx\r\n11111111111111111111xx\r\n1111111111111111111111\r\n1111111111111
111111111\r\n11111111111111111111xx', 'QIHh113hardwoodsofa1QCIKPAHi114hardwoodsofa2R
CIKPAHj115hardwoodsofa3SCIKPAHc116teabambooPDIKHHh118hardwoodsofa1RDIKPAHi119hardwoodso
fa2SDIKPAHj120hardwoodsofa3PEIKPAHl313teasmalltable1QCKKHHk315teasmalltable2SCKKHHl318te
asmalltable1RDKKHHk320teasmalltable2PEKKHHe62teastoolJRAKPAHe63teastoolKRAKPAHf68chinast
oolredPBRAKPAHf69chinastoolredQBRAKPAHf610chinastoolredRBRAKPAHf611chinastoolredSBRAKPA
Ha82teatable1JPBKHHb83teatable2KPBKHHm92teastool2JQBKHHm93teastool2KQBKHHe916teastoolPDQBK
PAHe917teastoolQDQBKPAHa1116teatable1PDSBKHHb1117teatable2QDSBKHHe122teastoolJPCKPAHe123t
eastoolKPCKPAHm1216teastool2PDPCKHHm1217teastool2QDPCKHHa142teatable1JRCKHHb143teatable2K
RCKHHm152teastool2JSCKHHm153teastool2KSCKHHd180teavaseHRDIHHg190chinastoolgreenHSDIJHg20
0chinastoolgreenHPEIJHd210teavaseHQEIH', '0'),
('rooftop', 17, 12, 4, 2, '44xxxxxxxxxxxxxxxxxx\r\n444xxxxxxxxxxx444444\r\n4444x
xxxxxxxxx444444\r\n44444xxxx4xxxx444444\r\n444444xxx44xxx444444\r\n4444444444444
4444444\r\n44444444444444444444\r\n44444444444444444444\r\n44444444xx44xx44xx44\
r\n44444444xx44xx44xx44\r\n44444444444444444444\r\n44444444444444444444\r\n44444

444444444444444\r\nx444444x444444xx4444\r\nx444444x444444xx333x\r\nx444444x44444
4xx222x\r\nx444444x444444xx11xx\r\nx444444x444444xxxxxx', 'PKHa10rooftop_minichai
rHIPAPAHd116rooftop_flatcurbPDIPAPAHe117rooftop_flatcurb2QDIPAPAHc20rooftop_rodtableHJP
AHHa21rooftop_minichairIJPARAHa30rooftop_minichairHKPAHHd416rooftop_flatcurbPDPAPAHHe4
17rooftop_flatcurb2QDPAPAHHa62rooftop_minichairJRAPAPAHa71rooftop_minichairISAPAJHc72ro
oftop_rodtableJSAPAHHa73rooftop_minichairKSAPARAHa82rooftop_minichairJPBPAHHa90rooftop
_minichairHQBPAPAHb100rooftop_emptytableHRBPAHHa110rooftop_minichairHSBPAHHd131rooftop
_flatcurbIQCPAJHd136rooftop_flatcurbRAQCPARAHd138rooftop_flatcurbPBQCPAJHd1313rooftop_
flatcurbQCQCPARAHf141rooftop_flatcurb3IRCPAJHf146rooftop_flatcurb3RARCPARAHf148rooftop
_flatcurb3PBRCPAJHf1413rooftop_flatcurb3QCRCPARAHf151rooftop_flatcurb3ISCPAJHf156rooft
op_flatcurb3RASCPARAHf158rooftop_flatcurb3PBSCPAJHf1513rooftop_flatcurb3QCSCPARAHf161r
ooftop_flatcurb3IPDPAJHf166rooftop_flatcurb3RAPDPARAHf168rooftop_flatcurb3PBPDPAJHf16
13rooftop_flatcurb3QCPDPARAHg171rooftop_flatcurb4IQDPAHHf172rooftop_flatcurb3JQDPAHHf1
73rooftop_flatcurb3KQDPAHHf174rooftop_flatcurb3PAQDPAHHf175rooftop_flatcurb3QAQDPAHHh1
76rooftop_flatcurb5RAQDPAHHg178rooftop_flatcurb4PBQDPAHHf179rooftop_flatcurb3QBQDPAHHf
1710rooftop_flatcurb3RBQDPAHHf1711rooftop_flatcurb3SBQDPAHHf1712rooftop_flatcurb3PCQDP
AHHh1713rooftop_flatcurb5QCQDPAH', '0'),
('rooftop_2', 4, 9, 0, 2, 'x0000x000\r\nxxxxxx000\r\n000000000\r\n000000000\r\n0
00000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\nxxx
000xxx\r\nxxx000xxx', 'RDHk08rooftop_bigchairPBHHPAHl18rooftop_bigtablePBIHHHj20rooft
op_sofabHJHPAHi21rooftop_sofaIJHPAHk28rooftop_bigchairPBJHHHk38rooftop_bigchairPBKHPAHl
48rooftop_bigtablePBPAHHHj50rooftop_sofabHQAHHHi51rooftop_sofaIQAHHHk58rooftop_bigchairP
BQAHHHj60rooftop_sofabHRAHPAHi61rooftop_sofaIRAHPAHj67rooftop_sofabSARAHPAHi68rooftop_s
ofaPBRAHPAHj90rooftop_sofabHQBHHHi91rooftop_sofaIQBHHHj97rooftop_sofabSAQBHHHi98rooftop_
sofaPBQBHH', '0'),
('star_lounge', 37, 36, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx2222x4444442222xxx
xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222x444x32222xxxxxxxxxxxxxx\r\nxxxxxxxxxxx
xxxxxxxxxx22222xx4xx22222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222x
xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxx
xxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222
2xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxx
xxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222
22211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxx
xxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx2222222222
2222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx\r\nxxx
xxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222
222222xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx\r\nx
xxxxxxxxxxxxxxx3333x22222222221111xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333xx2x222
22220000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx333333332222222000000xxxxxxxxxxxxx\r\
nxxxxxxxxxxxxxxxx333333332222222x0000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx33333332
222222x0000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx222222000000xxxxxxxxxxxxx\
r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxx', 'PXHk1521star_tableQESCJHHa1522star_sofaRESCJPAHb1523star_sofa2SESCJPAHz1524p

almPFSCJHHb1621star_sofa2QEPDJJHQ1632dj1PHPDJHHW1633dj2QHPDJHHE1634dj3RHPDJHHa1721star_sof
aQEQDJJHm1728star_microphonePGQDPAHHb1821star_sofa2QERDJJHa1835star_sofaSHRDJRAHa1921sta
r_sofaQESDJJHb1935star_sofa2SHSDJRAHb2021star_sofa2QEPEJJHb2024star_sofa2PFPEJJHa2032sta
r_sofaPHPEJRAHa2035star_sofaSHPEJRAHa2121star_sofaQEQEJJHa2124star_sofaPFQEJJHb2132star_
sofa2PHQEJRAHb2135star_sofa2SHQEJRAHc2221star_sofachairQEREJJHk2224star_tablePFREJHHb22
25star_sofa2QFREJHHa2226star_sofaRFREJHHb2230star_sofa2RGREJHHa2231star_sofaSGREJHHk2232s
tar_tablePHREJHHk2235star_tableSHREJHHz2321palmQESEJHHa2335star_sofaSHSEJRAHp2422bar10REP
FJHHb2435star_sofa2SHPFJRAHa2437star_sofaQIPFIPAHb2438star_sofa2RIPFIPAHa2439star_sofaSI
PFIPAHb2440star_sofa2PJPFIPAHo2522bar9REQFJHHb2525star_sofa2QFQFJHHa2526star_sofaRFQFJHH
b2530star_sofa2RGQFJHHa2531star_sofaSGQFJHHa2535star_sofaSHQFJRAHb2536star_sofa2PIQFIJHi
2622bar8RERFJHHX2625palm1QFRFJHHV2626palm3RFRFJHHC2630palm2RGRFJHHB2631palm4SGRFJHHb2635sta
r_sofa2SHRFJRAHa2636star_sofaPIRFIJHk2639star_tableSIRFIHHk2640star_tablePJRFIHHu2722bar
7RESFJHHa2725star_sofaQFSFJPAHb2726star_sofa2RFSFJPAHa2730star_sofaRGSFJPAHb2731star_sof
a2SGSFJPAHk2735star_tableSHSFJHHz2736palmPISFIHHk2737star_tableQISFIHHy2822bar6REPGJHHt29
22bar5REQGJHHk2925star_tableQFQGJHHk2926star_tableRFQGJHHk3016star_tablePDRGKHHr3022bar4RE
RGJHHb3116star_sofa2PDSGKJHe3122bar3RESGJHHb3125star_sofa2QFSGJHHa3126star_sofaRFSGJHHa3
130star_sofaRGSGJRAHa3216star_sofaPDPHKJHw3222bar2REPHJHHB3225palm4QFPHJHHX3226palm1RFPHJH
Hb3230star_sofa2RGPHJRAHb3316star_sofa2PDQHKJHq3322bar1REQHJHHa3325star_sofaQFQHJPAHb332
6star_sofa2RFQHJPAHa3330star_sofaRGQHJRAHa3416star_sofaPDRHKJHb3430star_sofa2RGRHJRAHV34
35palm3SHRHHHHC3436palm2PIRHHHHk3516star_tablePDSHKHHa3530star_sofaRGSHJRAHb3630star_sofa
2RGPIJRAHc3725star_sofachairQFQIJHHb3726star_sofa2RFQIJHHa3727star_sofaSFQIJHHb3728star_
sofa2PGQIJHHa3729star_sofaQGQIJHHk3730star_tableRGQIJH', '0'),
('netcafe', 22, 12, 0, 2, 'xxxxx1111xxxxxxxxxxx1xxxx\r\nxxxxx1111111111111111xxx
x\r\nxxxxx1111111111111111xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxxxxx000000000
0000xxxx\r\n111111100000000000000xxxx\r\n111111100000000000000xxxx\r\n1111111000
00000000000xxxx\r\nxxxx11100000000000000xxxx\r\nx1xx11100000000000000xxxx\r\nx1x
x11100000000000000xxxx\r\nx1xx111000000000000000000\r\nx1xx111000000000000000000
\r\nxxxx111000000000000000000\r\nxxxx11100000000000000xxxx\r\nxxxx1110000000xx11
111xxxx\r\nxxxxx111110000x111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx11110
0001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxx
xx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxx1111100001111111xxxx'
, 'RRHi06shift1RAHIPAHj07shift2SAHIPAHm110mRBIIHHl113lQCIIHHk116kPDIIHHk119kSDIIHHh35kukat6
IHHg36kukat5RAKIHHc312kukat2PCKIHHb313kukat1QCKIHHc319kukat2SDKIHHb320kukat1PEKIHHi412shift
1PCPAHPAHj413shift2QCPAHPAHi419shift1SDPAHPAHj420shift2PEPAHPAHi50shift1HQAIPAHj51shift2IQA
IPAHi52shift1JQAIPAHj53shift2KQAIPAHk715kSCSAHJHo716table2PDSAHRAHz717tablecornerQDSAHHHm7
18mRDSAHRAHl815lSCPBHJHo816table2PDPBHPAHl818lRDPBHRAHm94mPAQBIRAHk99kQBQBHJHp910table3RBQB
Hz911tablecornerSBQBHHHm912mPCQBHRAHk915kSCQBHJHo916table2PDQBHJHk918kRDQBHRAHk104kPARBIRAH
109mQBRBHJHp1010table3RBRBHPAHm1012mPCRBHRAHm1015mSCRBHJHo1016table2PDRBHHHk1018kRDRBHRAHl1
4lPASBIRAHl119lQBSBHJHp1110table3RBSBHJHl1112lPCSBHRAHk124kPAPCIRAHl129lQBPCHJHp1210table3R
HHHk1212kPCPCHRAHm134mPAQCIRAHc165kukat2QAPDIHHb166kukat1RAPDIHHc167kukat2SAPDIHHb168kukat1
BPDIHHe169kukat3QBPDIHHd1615kukka2SCPDIHHf179kukat4QBQDIHHk186kRARDIRAHe189kukat3QBRDIHHs1
820sofabig3PERDIRAHf199kukat4QBSDIHHn1917table1QDSDIPAHz1918tablecornerRDSDIHHr1920sofabi
g2PESDIRAHn2017table1QDPEIJHr2020sofabig2PEPEIRAHm216mRAQEIRAHn2117table1QDQEIHHq2120sofab
ig1PEQEIRAHv2316sofalittle3PDSEIHHu2317sofalittle2QDSEIHHt2318sofalittle1RDSEIHHa2320kuk
kaPESEIH', '0'),
('dusty_lounge', 14, 1, 2, 4, 'xxxxxxxxxxxxxx22xxxxxxxxxxxxx\r\nxxxxxxxxxx222x22
2x2xxxxxxxxxx\r\nxxxxxxx33322222222223xxxxxxx3\r\nxxxxxxx33322222222223xxxxxxx3\
r\nxxxxxxx33322222222223x33333x3\r\nxxxxxxx33322222222223x33333x3\r\nxx111xx3332
2222222223xxxxxxx3\r\nxx111xxx332222222222333333333\r\nxx111xxxx3222222222233333
3333\r\nxx111xxxxxx222222222333333333\r\nxx111xxxxxxx1111111x333333333\r\nxx111x
xxxxxx1111111x222222222\r\nxx111xxxxxx111111111111111111\r\nxx111xxxxxx111111111
111111111\r\n11111xxxxxx111111111111111111\r\n11111xxxxxx111111111111111111\r\n1
1x11xxxxxx111111111111111111\r\n11xxxxxxxxx11111111111111111x\r\nx11xxxxxxxxx111
1111x1111111xx\r\nxx11xxxxxxx111111111111111xxx\r\nxxx11xxxxxx11111111111111xxxx
\r\nxxxx11111111111111111111xxxxx\r\nxxxxx11111111111111xxxxxxxxxx\r\nxxxxxxxxxx
x11111111xxxxxxxxxx\r\nxxxxxxxxxxx11111111xxxxxxxxxx', 'QHHc48greenchair2PBPAKPAHd
49greenchair1QBPAKPAHc68greenchair2PBRAKHHd69greenchair1QBRAKHHa620dustylampPERAKJHa628du
stylampPGRAKJHc73greenchair2KSAIPAHd74greenchair1PASAIPAHc93greenchair2KQBIHHd94greencha
ir1PAQBIHHb1021yellowchairQERBKJHb1023yellowchairSERBKRAHb1026yellowchairRFRBKJHb1028yel
lowchairPGRBKRAHc1211greenchair2SBPCIJHc133greenchair2KQCIPAHd134greenchair1PAQCIPAHd13

11greenchair1SBQCIJHa1411dustylampSBRCIJHc153greenchair2KSCIHHd154greenchair1PASCIHHc151
1greenchair2SBSCIJHb1524yellowchairPFSCIPAHd1611greenchair1SBPDIJHb1722yellowchairREQDIJ
Ha1724dustylampPFQDIJHb1726yellowchairRFQDIRAHa1911dustylampSBSDIJHb1924yellowchairPFSDI
HHc2312greenchair2PCSEIJHc2314greenchair2RCSEIRAHd2412greenchair1PCPFIJHd2414greenchair
1RCPFIRA', '0'),
('orient', 35, 22, 0, 6, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx
xx00000000xxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxxxx
1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx
1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx
1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx
1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xx000x000xx111x111xxx\r\nxxxxxxxxxxxxxx
1xx000x000xxxxxx1111xx\r\nxxxxxxxxxxxxxx1xx000x000x111111111xx\r\nxxxxxxxxxxxxxx
1xx000x000x111111111xx\r\nxxx111111111111xx000x000x111111111xx\r\nxxx1xxxxxxxxxx
xxx000x000x111111111xx\r\nxxx1x1111111111000000000x111111111xx\r\nxxx1x111111111
1000000000xx1111111xxx\r\nxxx1x11xxxxxx11000000000xx1111111100\r\nxxx111xxxxxxx1
1000000000011111111100\r\nxxx111xxxxxxx11000000000011111111100\r\nxxxxx1xxxxxxx1
1000000000011111111100\r\nxxxxx11xxxxxx11000000000xx1111111100\r\nxxxxx111111111
1000000000xx1111111xxx\r\nxxxxx1111111111xx000x000x111111111xx\r\nxxxxxxxxxxxxxx
xxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxx
xxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxx
xxx000x00xx11xxxx111xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxx11111111xx', 'SOHd1017benchQDR
BHJHd1019benchSDRBHRAHd1021benchQERBHJHd1023benchSERBHRAHd1117benchQDSBHJHd1119benchSDSBHR
AHd1121benchQESBHJHd1123benchSESBHRAHb1132koc_chairPHSBIPAHd1217benchQDPCHJHd1219benchSDPC
HRAHd1221benchQEPCHJHd1223benchSEPCHRAHb1231koc_chairSGPCIJHa1232koc_tablePHPCIHHb1233koc
_chairQHPCIRAHd1317benchQDQCHJHd1319benchSDQCHRAHd1321benchQEQCHJHd1323benchSEQCHRAHb1325k
oc_chairQFQCIPAHb1332koc_chairPHQCIHHd1417benchQDRCHJHd1419benchSDRCHRAHd1421benchQERCHJH
d1423benchSERCHRAHa1425koc_tableQFRCIHHb1426koc_chairRFRCIRAHd1517benchQDSCHJHd1519benchSD
SCHRAHd1521benchQESCHJHd1523benchSESCHRAHb1525koc_chairQFSCIHHb1529koc_chairQGSCIJHa1530k
oc_tableRGSCIHHb1531koc_chairSGSCIRAHb1630koc_chairRGPDIHHc2425chairf1QFPFIJHc2433chairf
1QHPFIRAHd2517benchQDQFHJHd2519benchSDQFHRAHd2521benchQEQFHJHd2523benchSEQFHRAHc2525chairf
1QFQFIJHc2533chairf1QHQFIRAHd2617benchQDRFHJHd2619benchSDRFHRAHd2621benchQERFHJHd2623benchS
ERFHRAHc2625chairf1QFRFIJHc2633chairf1QHRFIRAHd2717benchQDSFHJHd2719benchSDSFHRAHd2721ben
chQESFHJHd2723benchSESFHRAHd2817benchQDPGHJHd2819benchSDPGHRAHd2821benchQEPGHJHd2823benchSE
PGHRAHd2917benchQDQGHJHd2919benchSDQGHRAHd2921benchQEQGHJHd2923benchSEQG`hFFRA', '0'),
('theater', 20, 27, 0, 0, 'XXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\
nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r
\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXX111111111XXXXXXX\r\nXXXXXXX11111111100000XX\
r\nXXXX00X11111111100000XX\r\nXXXX00x11111111100000XX\r\n4XXX00X11111111100000XX
\r\n4440000XXXXXXXXX00000XX\r\n444000000000000000000XX\r\n4XX000000000000000000X
X\r\n4XX0000000000000000000X\r\n44400000000000000000000\r\n444000000000000000000
00\r\n44X0000000000000000O000\r\n44X11111111111111111000\r\n44X11111111111111111
000\r\n33X11111111111111111000\r\n22X11111111111111111000\r\n22X1111111111111111
1000\r\n22X11111111111111111000\r\n22X11111111111111111000\r\n22X111111111111111
11000\r\n22211111111111111111000\r\n22211111111111111111000\r\nXXXXXXXXXXXXXXXXX
XXX00X\r\nXXXXXXXXXXXXXXXXXXXX00X', 'QKHm1011micSBRBIHHd112thchair2JSBPAJHd122thchair
2JPCPAJHd152thchair2JSCPAJHc156thchair1RASCHHHc157thchair1SASCHHHc158thchair1PBSCHHHc159th
chair1QBSCHHHc1510thchair1RBSCHHHc1512thchair1PCSCHHHc1513thchair1QCSCHHHc1514thchair1RCS
CHHHc1515thchair1SCSCHHHc1516thchair1PDSCHHHd162thchair2JPDPAJHc206thchair1RAPEIHHc207thc
hair1SAPEIHHc208thchair1PBPEIHHc209thchair1QBPEIHHc2010thchair1RBPEIHHc2012thchair1PCPEIH
Hc2013thchair1QCPEIHHc2014thchair1RCPEIHHc2015thchair1SCPEIHHc2016thchair1PDPEIHHc236thch
air1RASEIHHc237thchair1SASEIHHc238thchair1PBSEIHHc239thchair1QBSEIHHc2310thchair1RBSEIHHc
2312thchair1PCSEIHHc2313thchair1QCSEIHHc2314thchair1RCSEIHHc2315thchair1SCSEIHHc2316thcha
ir1PDSEIHHc266thchair1RARFIHHc267thchair1SARFIHHc268thchair1PBRFIHHc269thchair1QBRFIHHc26
10thchair1RBRFIHHc2612thchair1PCRFIHHc2613thchair1QCRFIHHc2614thchair1RCRFIHHc2615thchair
1SCRFIHHc2616thchair1PDRFIH', '0'),
('picnic', 16, 5, 2, 4, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxx22222xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\n22xxx
xxxxxxxxxx22xxxxxxxxxxxxxxxxxxxxx\r\n2222222222222222222x222222222222222222\r\n2
2222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\

r\n22222222222222222222222222222222222222\r\n22222222222xxx222222222222222222222
222\r\n2222222222xx33x22222222222222222222222\r\n222222222xx3333x222222222222222
2222222\r\n222222222x333333x222222222222222222222\r\n222222222x333333x2222222222
22222222222\r\n2222222222x3332x2222222222222222222222\r\n22222222222x33x22222222
222222222222222\r\n22222222222222222222222222222222222222\r\n2222222222222222222
2222222222222222222\r\n22222222222222222222222222222222222222\r\n222222222222222
22222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222
222222222222222222222222222\r\n22222222x22222xxxx22222222222222222222\r\n2222222
2222222xxxx22222222222222222222\r\n22222222222222xxx222222222222222222222\r\n222
22222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\
n22222222222222222222222222222222222222\r\n2222222222222222222222222222222222222
2\r\n22222222222222222222222222222222222222\r\n222222222222222222222222222222222
22222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222
222222222\r\n22222222222222222222222222222222222222\r\n2222222222222222222222222
2222222222222\r\n22222222222222222222222222222222222222\r\n222222222222222222222
22222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222
222222222222222222222\r\n22222222222222222222222222222222222222\r\n2222222222222
2222222222222222222222222\r\n22222222222222222222222222222222222222\r\n222222222
22222222222222222222222222222', 'PcHh710hedge7RBSAJPAHh711hedge7SBSAJPAHh712hedge7PCSA
JPAHh713hedge7QCSAJPAHy714hedge8RCSAJPAHs718hedge2RDSAJPAHh719hedge7SDSAJPAHh720hedge7PESA
JPAHh721hedge7QESAJPAHz814hedge9RCPBJPAHz818hedge9RDPBJPAHv93hedge5KQBJPAHz103hedge9KRBJPA
Hc1112picnic_dummychair1PCSBKPAHc1113picnic_dummychair1QCSBKPAHc1114picnic_dummychair
1RCSB`hFFPAHc1310picnic_dummychair1RBQCKJHc1315picnic_dummychair1SCQCKRAHb1321picnic_g
roundQEQCJPAHb147picnic_groundSARCJPAHc1410picnic_dummychair1RBRCKJHc1415picnic_dummyc
hair1SCRCKRAHb1519picnic_groundSDSCJJHb1523picnic_groundSESCJRAHb165picnic_groundQAPDJJ
Hb169picnic_groundQBPDJRAHL1620picnic_cloth1PEPDJJHL176picnic_cloth1RAQDJJHb1721picnic_
groundQEQDJHHb187picnic_groundSARDJHHa190picnic_redbench2HSDJJHA200picnic_redbench1HPEJ
JHw2011hedge6SBPEJPAHh2012hedge7PCPEJPAHh2013hedge7QCPEJPAHt2014hedge3RCPEJPAHu2017hedge4Q
DPEJPAHh2018hedge7RDPEJPAHh2019hedge7SDPEJPAHy2020hedge8PEPEJPAHv2111hedge5SBQEJPAHM2112p
icnic_bench1PCQEJPAHN2113picnic_bench2QCQEJPAHO2114picnic_bench3RCQEJPAHM2117picnic_be
nch1QDQEJPAHN2118picnic_bench2RDQEJPAHO2119picnic_bench3SDQEJPAHv2120hedge5PEQEJPAHa220p
icnic_redbench2HREJJHv2211hedge5SBREJPAHv2220hedge5PEREJPAHb2225picnic_groundQFREJPAHA2
30picnic_redbench1HSEJJHv2311hedge5SBSEJPAHM2312picnic_bench1PCSEJJHM2319picnic_bench1SD
SEJRAHv2320hedge5PESEJPAHc246picnic_dummychair1RAPFJPAHd247picnic_dummychair4SAPFJPAHe
248picnic_dummychair6PBPFJPAHv2411hedge5SBPFJPAHN2412picnic_bench2PCPFJJHN2419picnic_be
nch2SDPFJRAHv2420hedge5PEPFJPAHb2423picnic_groundSEPFJJHb2427picnic_groundSFPFJRAHK255pi
cnic_stumpQAQFJJHv2511hedge5SBQFJPAHN2512picnic_bench2PCQFJJHN2519picnic_bench2SDQFJRAH
v2520hedge5PEQFJPAHG2524picnic_cloth2PFQFJJHK267picnic_stumpSARFJHHv2611hedge5SBRFJPAHO2
612picnic_bench3PCRFJJHH2614picnic_fireplace1RCRFJHHI2616picnic_fireplace2PDRFJJHO2619p
icnic_bench3SDRFJRAHv2620hedge5PERFJPAHb2625picnic_groundQFRFJHHz2711hedge9SBSFJPAHQ271
2picnic_lemonadePCSFJPAHz2720hedge9PESFJPAHE298picnic_firewood2PBQGJHHa300picnic_redben
ch2HRGJJHD308picnic_firewood1PBRGJHHA310picnic_redbench1HSGJJHD318picnic_firewood1PBSGJ
HHM3112picnic_bench1PCSGJPAHN3113picnic_bench2QCSGJPAHO3114picnic_bench3RCSGJPAHM3118pi
cnic_bench1RDSGJPAHN3119picnic_bench2SDSGJPAHO3120picnic_bench3PESGJPAHf3127picnic_car
rotSFSGJHHf3128picnic_carrotPGSGJHHf3129picnic_carrotQGSGJHHf3130picnic_carrotRGSGJHHf3
131picnic_carrotSGSGJHHD328picnic_firewood1PBPHJHHF3212picnic_table2PCPHJJHP3214picnic_
tableRCPHJJHF3218picnic_table2RDPHJJHP3220picnic_tablePEPHJJHr333hedge1KQHJPAHD338picnic
_firewood1PBQHJHHM3312picnic_bench1PCQHJHHN3313picnic_bench2QCQHJHHO3314picnic_bench3RC
QHJHHM3318picnic_bench1RDQHJHHN3319picnic_bench2SDQHJHHO3320picnic_bench3PEQHJHHg3327pi
cnic_cabbageSFQHJHHg3328picnic_cabbagePGQHJHHg3329picnic_cabbageQGQHJHHv343hedge5KRHJPA
HD348picnic_firewood1PBRHJHHv353hedge5KSHJPAHD358picnic_firewood1PBSHJHHv363hedge5KPIJPA
HD368picnic_firewood1PBPIJHHD378picnic_firewood1PBQIJHHM3712picnic_bench1PCQIJPAHN3713p
icnic_bench2QCQIJPAHO3714picnic_bench3RCQIJPAHM3718picnic_bench1RDQIJPAHN3719picnic_be
nch2SDQIJPAHO3720picnic_bench3PEQIJPAHD388picnic_firewood1PBRIJHHF3812picnic_table2PCRI
JJHP3814picnic_tableRCRIJJHF3818picnic_table2RDRIJJHP3820picnic_tablePERIJJHJ398picnic_
firewood3PBSIJHHM3912picnic_bench1PCSIJHHN3913picnic_bench2QCSIJHHO3914picnic_bench3RCS
IJHHM3918picnic_bench1RDSIJHHN3919picnic_bench2SDSIJHHO3920picnic_bench3PESIJH', '0'),
('cinema_a', 20, 27, 1, 0, 'xxxxxxx1xx11111111xxxxxx\r\nxxx1111111111111111xxxxx
\r\nxxx111xxxx1111111111xxxx\r\nxxxx2xxxxxxxxxxxxxxxxxxx\r\nxx3x3x333311xxxxxxxx
xx11\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx33333333111111

11122111\r\nxx3333333311x22222222111\r\nxx3333333311x22222222111\r\nxx3333333311
xxxxxxxxx111\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx333333
3311111111111111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx33
33333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\n
xx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\n333333332111111xxxx11111
\r\n333333332111111111111111\r\n333333332111111111111111\r\n33333333211111111111
1111\r\nxx3333332111111111111111\r\nxxxxxxxxxxxxxxxxxxx11111\r\nxxxxxxxxxxxxxxxx
xxx11111\r\nxxxxxxxxxxxxxxxxxxx11111', 'PUHC42orangeJPAKHHA47loungey_chairSAPAKJHV48l
oungey_tablebigbPBPAKHHA49loungey_chairQBPAKRAHA52loungey_chairJQAKPAHA57loungey_chairS
AQAKJHU58loungey_tablebigaPBQAKHHA59loungey_chairQBQAKRAHB62loungey_tableJRAKHHA72loung
ey_chairJSAKHHh713theater_chairQCSAIHHh714theater_chairRCSAIHHh715theater_chairSCSAIHHh
716theater_chairPDSAIHHh717theater_chairQDSAIHHh718theater_chairRDSAIHHz721stairQESAIHHL
89lightpoleQBPBKHHq813pomomaskiQCPBJJHq814pomomaskiRCPBJHHq815pomomaskiSCPBJHHq816pomomas
kiPDPBJHHq817pomomaskiQDPBJHHq818pomomaskiRDPBJHHq819pomomaskiSDPBJIHz821stairQEPBIHHC92or
angeJQBKHHh913theater_chairQCQBJHHh914theater_chairRCQBJHHh915theater_chairSCQBJHHh916th
eater_chairPDQBJHHh917theater_chairQDQBJHHh918theater_chairRDQBJHHh919theater_chairSDQB
JHHh920theater_chairPEQBJHHz921stairQEQBIHHA102loungey_chairJRBKPAHA109loungey_chairQBRB
KPAHB112loungey_tableJSBKHHB119loungey_tableQBSBKHHA122loungey_chairJPCKHHA129loungey_c
hairQBPCKHHd1217cubicb_chairQDPCIRAHc1219cubico_chairSDPCIJHd1315cubicb_chairSCQCIJHL13
19lightpoleSDQCIHHd1320cubicb_chairPEQCIRAHL149lightpoleQBRCKHHA152loungey_chairJSCKPAHd
1514cubicb_chairRCSCIPAHc1519cubico_chairSDSCIPAHB162loungey_tableJPDKHHA167loungey_cha
irSAPDKJHB168loungey_tablePBPDKJHA169loungey_chairQBPDKRAHd1613cubicb_chairQCPDIJHd1614c
ubicb_chairRCPDIRAHC1619orangeSDPDIHHA172loungey_chairJQDKHHA177loungey_chairSAQDKJHB17
8loungey_tablePBQDKJHA179loungey_chairQBQDKRAHd1719cubicb_chairSDQDIJHC182orangeJRDKHHd1
814cubicb_chairRCRDIPAHK192bardesqueJSDKHHK202bardesqueJPEKIHb203bar_chairKPEKRAHL209ligh
tpoleQBPEKHHd2014cubicb_chairRCPEIHHd2019cubicb_chairSDPEIJHc2020cubico_chairPEPEIRAHK2
12bardesqueJQEKIHb213bar_chairKQEKRAHd2119cubicb_chairSDQEIHHK222bardesqueJREKIHb223bar_c
hairKREKRAHL2216lightpolePDREIHHc2218cubico_chairRDREIHHK232bardesqueJSEKIHb233bar_chairK
SEKRAHK242bardesqueJPFKIHb243bar_chairKPFKRAHK252bardesqueJQFKJ', '0'),
('the_den', 3, 22, 0, 0, '00000000xxxxxxxx\r\n0000000000000000\r\n00000000000000
00\r\n000000000000xx00\r\n0000000000000000\r\n0000000000000000\r\n00000000000000
00\r\nx000000000000000\r\n0000000000000000\r\n0000000000000000\r\n00000000000000
00\r\n0000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx0000000000000
00\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx0000000000000
00\r\nx000000000000000\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxx
xx\r\nGV00000000xxxxxxxx\r\n0000000000000000\r\n0000000000000000\r\n000000000000xx
00\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\nx0000000000000
00\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\n00000000000000
00\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx0000000000000
00\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx0000000000000
00\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx', '', '0'),
('model_s', 0, 3, 0, 2, 'xxxxxx\r\nx00000\r\nx00000\r\n000000\r\nx00000\r\nx0000
0\r\nx00000\r\nx00000', '', '0'),
('park_a', 2, 15, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxx
xxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00xxxxxxxxxxxx\r\nxxxxxxxxxxxxx0x00xxxxxx
xxxxx0x000xxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000000000000xxxxxxxxxx\r\nxxxxxxx
xxxx000000000000000000000000xxxxxxxxx\r\nxxxxxxxxxxx0000000000000000000000000xxx
xxxxx\r\nxxxxxxxxxxx00000000000000000000000000xxxxxxx\r\nxxxxxxxx000000000000000
000000000000000xxxxxx\r\nxxxxxxx00000000000000000000000000000000xxxxx\r\nxxxxxxx
000000000000000000000000000000000xxxx\r\nxxxxxxx00000000000000000000000000000000
00xxx\r\nxxxxxxxxx000000000000000000000000000000000xx\r\n00000000000000000000xx0
0000000000000000000xx\r\n0000000000000000000xxxx00000000000xxxxxxx0xx\r\n0000000
000000000000xxxx00000000000x00000xxxx\r\nxxxxx00x0000000000xxxxx0xxxxxx0000x0000
000xx\r\nxxxxx0000000000000xxxxx0xx000x0000x000000xxx\r\nxxxxx0000000000000xxxxx
0x000000000x00000xxxx\r\nxxxxx000000x0000000xxxx0x000000000xxx00xxxxx\r\nxxxxxxx
x000x0000000xxx00xxx000000x0000xxxxxx\r\nxxxxxxxx000x000000xxxx0x0000000000000xx
xxxxx\r\nxxxxxxxx000x000000011100000000000000xxxxxxxx\r\nxxxxxxxx000x00000001110
000000000000xxxxxxxxx\r\nxxxxxxxxx00x0000000111x00000000x00xxxxxxxxxx\r\nxxxxxxx
xxx0x0000000xxx0000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx000000xxxx0000000xxxxxxxxxx

xxxxx\r\nxxxxxxxxxxxx000000xxx00xxxxx00xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxx0x
x000x00xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxx0x000000xxxxxxxxxxxxxxx\r\nxxxxxxx
xxxxxxxxxx0xxxxx00000xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxxxx00xxxxxxxxxxxxxx
xxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxxxxxxxxx', 'RPHN527parkfence2SFQAHHHN
529parkfence2QGQAHHHM619parkfence1SDRAHHHO620parkfence3PERAHPAHO621parkfence3QERAHPAHO62
2parkfence3RERAHPAHN623parkfence2SERAHPAHO624parkfence3PFRAHPAHO625parkfence3QFRAHPAHO62
6parkfence3RFRAHPAHM627parkfence1SFRAHJHO629parkfence3QGRAHJHN717parkfence2QDSAHHHO719par
kfence3SDSAHJHO723parkfence3SESAHJHO727parkfence3SFSAHJHO729parkfence3QGSAHJHO817parkfen
ce3QDPBHJHO819parkfence3SDPBHJHN821parkfence2QEPBHHHO823parkfence3SEPBHJHN825parkfence2QF
PBHHHO827parkfence3SFPBHJHO829parkfence3QGPBHJHL98bench2PBQBHPAHK99benchQBQBHPAHO917parkf
ence3QDQBHJHN919parkfence2SDQBHRAHO921parkfence3QEQBHJHN923parkfence2SEQBHRAHO925parkfen
ce3QFQBHJHN927parkfence2SFQBHRAHO929parkfence3QGQBHJHO1017parkfence3QDRBHJHO1021parkfenc
e3QERBHJHO1025parkfence3QFRBHJHO1029parkfence3QGRBHJHL117bench2SASBHJHM1117parkfence1QDSB
HPAHO1118parkfence3RDSBHPAHO1119parkfence3SDSBHPAHO1120parkfence3PESBHPAHN1121parkfence
2QESBHJHO1122parkfence3RESBHPAHO1123parkfence3SESBHPAHO1124parkfence3PFSBHPAHN1125parkfe
nce2QFSBHJHO1126parkfence3RFSBHPAHO1127parkfence3SFSBHPAHO1128parkfence3PGSBHPAHM1129par
kfence1QGSBHRAHK127benchSAPCHJHL1635bench2SHPDHJHL1637bench2QIPDHPAHK1638benchRIPDHPAHK17
35benchSHQDHJHL1827bench2SFRDHPAHK1828benchPGRDHPAHL1835bench2SHRDHJHL1925bench2QFSDHJHK19
35benchSHSDHJHK2025benchQFPEHJHL2925bench2QFQGHPAHK2926benchRFQGHPAHL3023bench2SERGHJHK312
3benchSESGHJ@`SGSBMRDPBPA0.0I2Mqueue_tile2JMPGRAH0.0I2Mqueue_tile2SAMPFSAJ0.0I2Mqueue_tile2
BMRFSAPA0.0I2Mqueue_tile2SFMSERBJ0.0I2Mqueue_tile2SCMRFPBPA0.0I2Mqueue_tile2REMPGQBH0.0I2Mq
ueue_tile2PGMPFRBH0.0I2Mqueue_tile2PCMPEPBH0.0I2Mqueue_tile2QGMRFRBJ0.0I2Mqueue_tile2QDMRD
QBPA0.0I2Mqueue_tile2RFMRERBJ0.0I2Mqueue_tile2PFMSDRBJ0.0I2Mqueue_tile2PDMPGPBH0.0I2Mqueue_
tile2RGMSFRBJ0.0I2Mqueue_tile2RAMRESAPA0.0I2Mqueue_tile2RBMPGSAH0.0I2Mqueue_tile2SDMREQBPA
0.0I2Mqueue_tile2QEMRFQBPA0.0I2Mqueue_tile2RCMPFPBH0.0I2Mqueue_tile2KMRDSAPA0.0I2Mqueue_til
e2PAMPESAJ0.0I2Mqueue_tile2PBMQFSAJ0.0I2Mqueue_tile2IMPGQAH0.0I2Mqueue_tile2SEMRDRBJ0.0I2Mq
eue_tile2QCMREPBPA0.0I2Mqueue_tile2SGMPGRBH0.0I2Mqueue_tile2QAMQESAJ0.0I2Mqueue_tile2QFMPE
RBH0.0I2Mqueue_tile2RDMPEQBH0.0I2Mqueue_tile2PEMPFQBH0.0I2Mqueue_tile2', '0'),
('park_b', 11, 2, 0, 6, '0000x0000000\r\n0000xx000000\r\n000000000000\r\n0000000
0000x\r\n000000000000\r\n00x0000x0000', 'QDHC00cornerchair2HHHPAHB01cornerchair1IHHP
AHA02chair1JHHPAHA03chair1KHHPAHH05table1QAHHPAHE06chair1lineRAHHPAHA07chair1SAHHPAHF08chai
r1frontendPBHHPAHJ010hububarRBHHPAHB10cornerchair1HIHJHA20chair1HJHJHA30chair1HKHJHA40chai
r1HPAHJHF50chair1frontendHQAHJHI53table2KQAHPAHD55modchairQAQAHHHI58table2PBQAHPA', '0'),
('model_0', 0, 4, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\n000
000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000x
x00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx000000
00xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx000
00000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` (`id`, `door_x`, `door_y`, `door_z`, `door_dir`, `heig
htmap`, `public_items`, `club_only`) VALUES
('model_v', 0, 3, 2, 2, 'xxxxxxxxxxxxxxxxxxxx\r\nx222221111111111111x\r\nx222221
111111111111x\r\n2222221111111111111x\r\nx222221111111111111x\r\nx22222111111111
1111x\r\nx222221111111111111x\r\nxxxxxxxx1111xxxxxxxx\r\nxxxxxxxx0000xxxxxxxx\r\
nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx00000000000x000000x\r\nx000000
00000x000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxx0000000
0000x\r\nx000000x00000000000x\r\nx000000x0000xxxxxxxx\r\nx00000000000x000000x\r\
nx00000000000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nxxxxxxx
x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx00000000000000
0000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\
nxxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_t', 0, 3, 2, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx222222222222222222222
222222x\r\nx222222222222222222222222222x\r\n2222222222222222222222222222x\r\nx22
2222222222222222222222222x\r\nx2222xxxxxx222222xxxxxxx2222x\r\nx2222xxxxxx111111
xxxxxxx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx111111111111111xx2222x\r
\nx2222xx11xxx1111xxxx11xx2222x\r\nx2222xx11xxx0000xxxx11xx2222x\r\nx22222111x00

000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx22
22x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx222221
11x00000000xx11xx2222x\r\nx2222xx11xxxxxxxxxxx11xx2222x\r\nx2222xx11xxxxxxxxxxx1
1xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2
222xxxxxxxxxxxxxxxxxxx2222x\r\nx2222xxxxxxxxxxxxxxxxxxx2222x\r\nx222222222222222
222222222222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\
r\nx222222222222222222222222222x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_x', 0, 12, 0, 2, 'xxxxxxxxxxxxxxxxxxxx\r\nx000000000000000000x\r\nx00000
0000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx0000000000000
00000x\r\nx000000000000000000x\r\nxxx00xxx0000xxx00xxx\r\nx000000x0000x000000x\r
\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\n000000
0x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x0
00000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000xxxxxx000000x\r
\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx00000
0000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxxxxxxxx
xxxxxx', '', '1'),
('model_w', 0, 3, 2, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx2222xx1111111111xx11111
111\r\nx2222xx1111111111xx11111111\r\n222222111111111111111111111\r\nx2222211111
1111111111111111\r\nx22222111111111111111111111\r\nx22222111111111111111111111\r
\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xx11111111\r\nx2222xx111111111
1xxxx1111xx\r\nx2222xx1111111111xxxx0000xx\r\nxxxxxxx1111111111xx00000000\r\nxxx
xxxx1111111111xx00000000\r\nx22222111111111111000000000\r\nx22222111111111111000
000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx2222xx1
111111111xx00000000\r\nx2222xx1111111111xx00000000\r\nx2222xxxx1111xxxxxxxxxxxxx
x\r\nx2222xxxx0000xxxxxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000
000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\n
x2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx', '', '1'),
('model_z', 0, 9, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx000000000
00000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx0000000000000000000
0\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx0000
0000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx0000
0000000000000000\r\n000000000xx00000000000000000000\r\nx00000000xx00000000000000
000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\n
x00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000x
x00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx000000000
00000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
x', '', '1'),
('model_u', 0, 17, 1, 2, 'xxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111100000000000000000x\r
\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx111110000000000000000
0x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx11111000000000000
00000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000
000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx111110000
0000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx11111
00000000000000000x\r\n11111100000000000000000x\r\nx1111100000000000000000x\r\nx1
111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r
\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx111110000000000000000
0x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx11111000000000000
00000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000
000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx111110000
0000000000000x\r\nx1111100000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxx', '', '1'
),
('model_y', 0, 3, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx0000000000xx
0000x\r\nx00000000xx0000000000xx0000x\r\n000000000xx0000000000xx0000x\r\nx000000
00xx0000000000xx0000x\r\nx00000000xx0000xx0000xx0000x\r\nx00000000xx0000xx0000xx
0000x\r\nx00000000xx0000xx0000000000x\r\nx00000000xx0000xx0000000000x\r\nxxxxx00
00xx0000xx0000000000x\r\nxxxxx0000xx0000xx0000000000x\r\nxxxxx0000xx0000xxxxxxxx
xxxxx\r\nxxxxx0000xx0000xxxxxxxxxxxxx\r\nx00000000xx0000000000000000x\r\nx000000
00xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx00000000xx000000000000
0000x\r\nx0000xxxxxxxxxxxxxxxxxx0000x\r\nx0000xxxxxxxxxxxxxxxxxx0000x\r\nx000000
00000000000000000000x\r\nx00000000000000000000000000x\r\nx0000000000000000000000

0000x\r\nx00000000000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1')


,
('model_oscar', 0, 15, 1, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxx
xxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111x
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r
\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxx
xx11xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x0000
0000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxx\r\nx1111111111111111100000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxx\r\nx1111111111111111100000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1
111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111
111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx11xxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxx
xxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000x
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'', '1'),
('model_b2g', 0, 0, 0, 2, 'xxxxxxxxxxxxxx\r\nx00000x000000x\r\nx000000000000x\r\
nx00000x000000x\r\nx00000x000000x\r\nx00000x000000x\r\nx00000x000000x\r\nxxx0xxx
000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\
r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx0000
00000000x\r\nx00000xx00000x\r\nxxxxxxxxxxxxxx', '', '1'),
('model_opening', 0, 23, 2, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxx222222222222\r\nxx
xxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222
222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx111111111111\r\nx
222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx22222111111
1111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\n
x222221111111111111\r\nx2222xx111111111111\r\nx2222xx000000000000\r\nx2222xx0000
00000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\
n22222xx000000000000\r\nx2222xx000000000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1'),
('branded', 33, 39, 0, 8, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\
nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\
r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxx00000000xxxxxxxxx
xxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx00xx00000x000xxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx
xxxxxxxxx000xx00000xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx0000xx0000000000xx
xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxx00000xx0000000000xxxxxxxxxxx\r\nxxxxxxxxxxxxx
xxxxxxxx000000xx0000000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxx0000000xx0000000000
xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxx00000000xx0000000000xxxxxxxxxxx\r\nxxxxxxxxxxx
xxxxxxx000000000xx0000000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx00000000000000000000
00xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0000000000000000000000xxxxxxxxxxx\r\nxxxxxxxxx
xxxxxxxx0000000000000000000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx000000000000000000

0000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0000000000000000000000xxxxxxxxxxx\r\nxxxxxxx
xxxxxxxxxx00xx000000000000000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx00xx000000000000
000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0000000000000000000000xxxxxxxxxxx\r\nxxxxx
xxxxxxxxxxxx00000xx000000000000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx00000xx0000000
00000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx00xx000000000000000000xxxxxxxxxxx\r\nxxx
xxxxxxxxxxxxxx00xx000000000000000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx000000000000
0000000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0000000000000000000000xxxxxxxxxxx\r\nx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx000000xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxx000000xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\
nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\
r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxx', 'SIHb1834b_chairRHRDHHHb1835b_chairSHRDHHHb1836b_chairPIRDHHHb1837b_chairQIRDHHHm2
231m_furniSGREHHHl2232l_furniPHREHHHk2238k_furniRIREHHHj2338j_furniRISEHHHp2518p_furniRDQF
HHHa2523a_chairSEQFHRAHa2621a_chairQERFHHHa2622a_chairRERFHHHn2627n_furniSFRFHHHo2727o_fu
rniSFSFHHHa2819a_chairSDPGHPAHa2820a_chairPEPGHPAHa2918a_chairRDQGHJHa3018a_chairRDRGHJHa
3021a_chairQERGHRAHa3119a_chairSDSGHHHa3120a_chairPESGHHHa3123a_chairSESGHPAHa3224a_chairP
FPHHRAHg3230g_furniRGPHHHHa3319a_chairSDQHHPAHa3324a_chairPFQHHRAHf3330f_furniRGQHHHHa34
18a_chairRDRHHJHa3421a_chairQERHHRAHa3423a_chairSERHHHHe3430e_furniRGRHHHHa3518a_chairRDSH
HJHa3521a_chairQESHHRAHd3530d_furniRGSHHHHa3619a_chairSDPIHHHa3620a_chairPEPIHHHc3630c_fu
rniRGPIHHHh3737h_furniQIQIHHHi3738i_furniRIQIHH', '0'),
('pool_a', 0, 24, 7, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx7xxxxxxxxxxxxxxxxxxxxxxx
xx\r\nxxxxxxxxxxxxxxxxx777xxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx7777777xxxxxx
xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxx
xx77777777xxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx777777777xxxxxxxxxxxxxxxxxxx\r\
nxxxxxxxxxxxxxxx7xxx777777xxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx7x777777777xxxxxx
xxxxxxxxxxx\r\nxxxxxxxxxxxxxxx7xxx77777777xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx7x7
77777777x7xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx7xxx7777777777xxxxxxxxxxxxxx\r\nxxxx
xxxxxxxxxxx777777777777xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx77777777777x2111xxxxxx
xxxxxx\r\nxxxxxxxxxxxxxxx7777777777x221111xxxxxxxxxxx\r\nxxxxxxxxx77777777777777
77x2211111xxxxxxxxxx\r\nxxxxxxxxx7777777777777777x22211111xxxxxxxxx\r\nxxxxxxxxx
7777777777777777x222211111xxxxxxxx\r\nxxxxxx77777777777777777777x222211111xxxxxx
x\r\nxxxxxx7777777xx777777777777x222211111xxxxxx\r\nxxxxxx7777777xx7777777777777
2222111111xxxxx\r\nxxxxxx777777777777777777777x22221111111xxxx\r\nxx777777777777
7777777777x322222211111111xxx\r\n77777777777777777777777x33222222111111111xx\r\n
7777777777777777777777x333222222211111111xx\r\nxx7777777777777777777x33332222222
2111111xxx\r\nxx7777777777777777777333332222222221111xxxx\r\nxx777xxx77777777777
7733333222222222211xxxxx\r\nxx777x7x77777777777773333322222222222xxxxxx\r\nxx777
x7x7777777777777x33332222222222xxxxxxx\r\nxxx77x7x7777777777777xx333222222222xxx
xxxxx\r\nxxxx77777777777777777xxx3222222222xxxxxxxxx\r\nxxxxx777777777777777777x
x22222222xxxxxxxxxx\r\nxxxxxx777777777777777777x2222222xxxxxxxxxxx\r\nxxxxxxx777
777777777777777222222xxxxxxxxxxxx\r\nxxxxxxxx7777777777777777722222xxxxxxxxxxxxx
\r\nxxxxxxxxx77777777777777772222xxxxxxxxxxxxxx\r\nxxxxxxxxxx777777777777777222x
xxxxxxxxxxxxxx\r\nxxxxxxxxxxx77777777777777x2xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx777
77777777777xxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxx777777777777xxxxxxxxxxxxxxxxxx\r\nx
xxxxxxxxxxxxx7777777777xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx77777777xxxxxxxxxxx
xxxxxxxxx\r\nxxxxxxxxxxxxxxxx777777xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx777
7xxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxx77xxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'PGHR282flower2bJPGSAHHr292flower2aJQGSAHHR3
019flower2bSDRGSAHHr3119flower2aSDSGSAHHL326boxRAPHSAHHf3313flower1QCQHSAHHy3410pool_chai
ryRBRHSAPAH8358umbrellayPBSHSAHHy359pool_chairyQBSHSAJH63510pool_tableyRBSHSAHHy3511pool
_chairySBSHSARAH93515umbrellapSCSHSAHHy3610pool_chairyRBPISAHHP3615pool_chairpSCPISAPAH
o3622pool_chairoREPISAPAHP3714pool_chairpRCQISAJH43715pool_tablepSCQISAHHP3716pool_chai
rpPDQISARAH73720umbrellaoPEQISAHHo3721pool_chairoQEQISAJH33722pool_taboREQISAHHo3822pool
_chairoRERISAHHg4218pool_chairgRDRJSAPAHG4316umbrellagPDSJSAHHg4317pool_chairgQDSJSAJH5
4318pool_tablgRDSJSAHHg4319pool_chairgSDSJSARAHg4418pool_chairgRDPKSAH', '0'),

('model_neox', 0, 5, 0, 2, '333333333222222\r\n333333333222222\r\n33333333322222
2\r\n333333333222222\r\nXXXXXXXXX222222\r\n0000000XX222222\r\n0000000XX222222\r\
n0000000XX111111\r\n0000000XX111111\r\n0000000XX111111\r\n0000000XX111111\r\n000
0000XX111111\r\n0000000XX111111\r\nXXX00XXXX111111\r\n000000000000000\r\n0000000
00000000\r\n000000000000000\r\n000000000000000\r\n000000000000000\r\n00000000000
0000\r\n000000000000000', '', '0'),
('model_neoxsoccer', 0, 5, 0, 2, '0000XX000000000000000000000000\r\n0000XXXXXXXX
000000000000000000\r\n0000XX000000000000000000000000\r\n0000XXXXXXXX000000000000
000000\r\n0000XXXXXXXX000000000000000000\r\n0000XX00000X000000000000000000\r\n00
00XX00000X000000000000000000\r\n0000XX00000X000000000000000000\r\n0000XX00000000
0000000000000000\r\n0000XX000000000000000000000000\r\n0000XX00000000000000000000
0000\r\n0000XX00000X000000000000000000\r\n0000XX00000X000000000000000000\r\n0000
XXXXX00X000000000000000000\r\n0000XXXXX00X000000000000000000\r\n0000XXXXX00X0000
00000000000000\r\n0000XXXXX00X000000000000000000\r\n0000XX00000X0000000000000000
00\r\n0000XX00000X000000000000000000\r\n0000XX00000X000000000000000000\r\n0000XX
000000000000000000000000\r\n0000XX000000000000000000000000\r\n0000XX000000000000
000000000000\r\n0000XX00000X000000000000000000\r\n00000X00000X000000000000000000
\r\nXXXX0XXXXXXX000000000000000000\r\n00000XXXXXXX000000000000000000\r\n00000XXX
XXXX000000000000000000\r\n00000XXXXXXX000000000000000000\r\n00000XXXXXXX00000000
0000000000', '', '0'),
('model_neoxhouse', 0, 5, 0, 2, '0000000000X000000000\r\n0000000000X00000000 0\r
\n0000000000X00000000 0\r\n0000000000X00000000 0\r\n0000000000X00000000 0\r\n000
0000000X00000000 0\r\nXXXXX00XXXXXX00XXXX X\r\n0000000000000000000 0\r\n00000000
00000000000 0\r\n0000000000000000000 0\r\n0000000000000000000 0\r\n0000000000000
000000 0\r\n0000000000000000000 0\r\n0000000000000000000 0\r\nX00XXXX00XXXXXX00X
X X\r\n0000X0000000X000000 0\r\n0000X0000000X000000 0\r\n0000X0000000X000000 0\r
\n0000X0000000X000000 0\r\n0000X0000000X000000 0\r\n', '', '0'),
('Rara', 0, 0, 0, 2, '000X000000000000000 0\r\n000X000000000000000 0\r\n000X0000
00000000000 0\r\n000XX00XXXXXXXXXX00 X\r\n0000000000000000000 0\r\n0000000000000
000000 0\r\n000XX00XXXXXXXXXX00 X\r\n000X000000000000000 0\r\n000X00000000000000
0 0\r\n000X000000000000000 0', '', '0'),
('Esc_p', 0, 0, 0, 2, '000000000XXX\r\n000000000XXX\r\nXXXXXXXXXXXX\r\nX00000000
0XX\r\nX000000000XX\r\nXXXXXXXXXXXX\r\nXX000000000X\r\nXX000000000X\r\nXXXXXXXXX
XXX\r\nXXX000000000\r\nXXX000000000\r\nXXX000000000', '', '0'),
('Cuarto_esc', 0, 0, 0, 2, '0000000000000XXXXXXX\r\n0000000000000000XXXX\r\n0000
000000000XXXXXXX\r\n0000000000000X000XXX\r\n0000000000000XXXXXXX\r\n000000000000
0XX000XX\r\nXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXX000X\r\nXX0000000000000X000X
\r\n00000000000000000000\r\n00000000000000000000\r\n00000000000000000000\r\n0000
0000000000000000\r\nXXXXXXXXXXXXX00000XX\r\nXXXXXXXXXXXXX00000XX\r\nXX0000000000
XXXXXXXX\r\nXX0000000000XX00000X\r\nXX0000000000XXXXXXXX\r\nXX000000000000000000
\r\nXX000000000000000000', '', '0'),
('Sanfermin', 0, 0, 0, 2, '0000000000\r\n0000000000\r\n0000000000\r\n0000000000\
r\nXXXXXX0000\r\n00000X0000\r\n00000X0000\r\n00000X0000\r\n00000X0000\r\nXXXXXX0
000\r\n0000000000\r\nXXXXXXX000\r\n0000000000\r\n0000000000\r\nXXXXXXX000\r\n000
0000000\r\n0000000000\r\nXXXXXXX000\r\n0000000000\r\n0000000000', '', '0'),
('Sanfermin1', 0, 0, 0, 2, '0000000000\r\n0000000000\r\n0000000000\r\n0000000000
\r\nXXXXXX0000\r\n00000X0000\r\n00000X0000\r\n00000X0000\r\n00000X0000\r\nXXXXXX
0000\r\n0000000000\r\nXXXXXXX000\r\n0000000000\r\n0000000000\r\nXXXXXXX000\r\n00
00000000\r\n0000000000\r\nXXXXXXX000\r\n0000000000\r\n0000000000', '', '0');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `room_rights`
-CREATE TABLE IF NOT EXISTS `room_rights` (
`room_id` int(10) unsigned NOT NULL,
`user_id` int(10) unsigned NOT NULL,
KEY `room_id` (`room_id`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1;


--- Volcar la base de datos para la tabla `room_rights`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `server_config`
-CREATE TABLE IF NOT EXISTS `server_config` (
`key` varchar(255) NOT NULL,
`val` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `server_config`
-INSERT INTO `server_config` (`key`, `val`) VALUES
('beta_lab_rat', '1'),
('items_stacking_maxheight', '1212'),
('motd_enabled', '0'),
('motd_message', 'Bienvenid@ a NeoX HoTeL :D'),
('user_max_rooms', '100'),
('user_max_rooms_vip', '205'),
('welcome_box', '0');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `server_status`
-CREATE TABLE IF NOT EXISTS `server_status` (
`status` enum('0','1','2') NOT NULL DEFAULT '0',
`users_online` int(11) NOT NULL DEFAULT '0',
`rooms_loaded` int(11) NOT NULL DEFAULT '0',
`server_ver` text NOT NULL,
`stamp` double NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `server_status`
-INSERT INTO `server_status` (`status`, `users_online`, `rooms_loaded`, `server_v
er`, `stamp`) VALUES
('2', 0, 0, '| NeoX Emulador | por colgar07 | Basado en Uber | NeoXPack |.', 130
7813649);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `site_app_form`
--

CREATE TABLE IF NOT EXISTS `site_app_form` (


`id` varchar(24) NOT NULL,
`caption` varchar(120) NOT NULL,
`descr` text NOT NULL,
`field_type` enum('textbox','textarea','checkbox') NOT NULL,
`required` enum('0','1') NOT NULL DEFAULT '1',
`order_num` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `site_app_form`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `site_app_openings`
-CREATE TABLE IF NOT EXISTS `site_app_openings` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`text_descr` text NOT NULL,
`text_reqs` text NOT NULL,
`text_duties` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
--- Volcar la base de datos para la tabla `site_app_openings`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `site_config`
-CREATE TABLE IF NOT EXISTS `site_config` (
`maintenance` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `site_config`
-INSERT INTO `site_config` (`maintenance`) VALUES
('0');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `site_cron`
-CREATE TABLE IF NOT EXISTS `site_cron` (
`id` int(11) NOT NULL AUTO_INCREMENT,

`prio` int(11) NOT NULL DEFAULT '5',


`enabled` enum('0','1') NOT NULL DEFAULT '1',
`scriptfile` varchar(50) NOT NULL,
`last_exec` int(11) NOT NULL,
`exec_every` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;
--- Volcar la base de datos para la tabla `site_cron`
-INSERT INTO `site_cron` (`id`, `prio`, `enabled`, `scriptfile`, `last_exec`, `ex
ec_every`) VALUES
(1, 5, '1', 'mod_forum.php', 1309340054, 7200),
(2, 4, '1', 'moderation_cleanup.php', 1309340054, 7200),
(3, 5, '1', 'respect.php', 1309340054, 86400),
(4, 5, '1', 'serverstat.php', 1309341558, 120),
(5, 3, '1', 'credits.php', 1309340054, 10800);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `site_hotcampaigns`
-CREATE TABLE IF NOT EXISTS `site_hotcampaigns` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`image_url` text NOT NULL,
`caption` text NOT NULL,
`desc` text NOT NULL,
`url` text NOT NULL,
`order_id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--- Volcar la base de datos para la tabla `site_hotcampaigns`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `site_minimail`
-CREATE TABLE IF NOT EXISTS `site_minimail` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`sender_id` int(10) unsigned NOT NULL,
`receiver_id` int(10) unsigned NOT NULL,
`folder` enum('inbox','sent','trash') NOT NULL DEFAULT 'inbox',
`is_read` enum('0','1') NOT NULL DEFAULT '0',
`subject` varchar(120) NOT NULL,
`date` varchar(120) NOT NULL,
`isodate` varchar(120) NOT NULL,
`timestamp` int(11) NOT NULL,
`body` text NOT NULL,
PRIMARY KEY (`id`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;


--- Volcar la base de datos para la tabla `site_minimail`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `site_navi`
-CREATE TABLE IF NOT EXISTS `site_navi` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL DEFAULT '0',
`order_id` int(11) NOT NULL,
`caption` text NOT NULL,
`class` text NOT NULL,
`url` text NOT NULL,
`visibility` enum('0','1','2','3') NOT NULL COMMENT '0 = Never, 1 = Always, 2
= Logged in only, 3 = Guests only',
PRIMARY KEY (`id`),
KEY `parent_id` (`parent_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=103 ;
--- Volcar la base de datos para la tabla `site_navi`
-INSERT INTO `site_navi` (`id`, `parent_id`, `order_id`, `caption`, `class`, `url
`, `visibility`) VALUES
(1, 0, 1, '%habboname%', 'viptab', '/me', '2'),
(4, 0, 3, 'Menu', 'viptab', '%www%/perfil', '2'),
(2, 0, 1, 'Registrate!', 'viptab', '%www%/register', '3'),
(102, 0, 3, 'Look', 'viptab', '%www%/changeprofile', '2'),
(5, 0, 5, 'Equipo Staff', 'viptab', '%www%/staff', '1'),
(6, 0, 4, 'Noticias', 'viptab', '%www%/articles', '1'),
(25, 5, 4, 'Usuarios Online', '', '%www%/online.php', '1'),
(22, 0, 4, 'Referidos', '', '%www%/referidos/%habboname%', '2'),
(31, 1, 1, 'NeoXTop', '', '%www%/topstats.php', '1'),
(30, 1, 6, 'Estadisticas', '', '%www%/stats.php', '1');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `site_news`
-CREATE TABLE IF NOT EXISTS `site_news` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`seo_link` varchar(120) NOT NULL DEFAULT 'news-article',
`title` text NOT NULL,
`category_id` int(10) unsigned NOT NULL DEFAULT '1',
`topstory_image` text NOT NULL,
`body` text NOT NULL,
`snippet` text NOT NULL,
`datestr` varchar(50) NOT NULL,
`timestamp` int(11) NOT NULL,
PRIMARY KEY (`id`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;


--- Volcar la base de datos para la tabla `site_news`
-INSERT INTO `site_news` (`id`, `seo_link`, `title`, `category_id`, `topstory_ima
ge`, `body`, `snippet`, `datestr`, `timestamp`) VALUES
(1, 'neox-cms-v3-instalada-con-xito', 'NeoX CMS V3 Instalada Con xito', 11, 'http
://haddoz.com/images/ts/topStory_victoriaDay.gif', '<p><strong>&nbsp;NeoX CMS V3
ha sido instalada con &eacute;xito, si quieres que todo vaya bien necesitar&aac
ute;s instalar todo el pack, la db de neox es una de las &uacute;nicas compatibl
es, el emulador te lo aconsejamos porque lo tiene casi todo al 100% t las swf ta
mbi&eacute;n te aconsejamos que las uses porque son las mejores y m&aacute;s act
ualizadas.</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Ya puede
s disfrutar de tu nuevo holo / hotel , pero no te olvides de entrar en el foro,
por si necesitas ayuda o necesitas nuevas aplicaciones para la cms.</strong></p>
\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div id="container" style="width: 1007px;
font-family: ''Times New Roman''; font-size: medium; padding: 0px; margin: 0px;"
>\r\n<div id="main" style="margin-top: 0px; margin-right: auto; margin-bottom: 0
px; margin-left: auto; width: 794px; position: relative; padding: 0px;">\r\n<div
class="content" style="padding-top: 0px; padding-right: 20px; padding-bottom: 0
px; padding-left: 20px; background-color: #ffffff; width: 754px; margin: 0px;">\
r\n<div id="results" style="padding-top: 10px; padding-right: 0px; padding-botto
m: 0px; padding-left: 0px; clear: both; margin: 0px;">\r\n<table class="links" s
tyle="border-collapse: collapse;" width="100%" align="center">\r\n<tbody>\r\n<tr
style="margin: 10px;">\r\n<td style="background-color: #ffffff; padding: 5px; b
order: 1px solid #cccccc;" width="53%"><a style="text-decoration: underline; col
or: blue; font-size: 14px;" href="http://adf.ly/19Y5O" target="_blank">http://ad
f.ly/19Y5O</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</di
v>\r\n</div>\r\n<p>&nbsp;</p>', 'NeoX CMS V3 ha sido instalada con xito . . .', '
25-Apr-2011', 1303730630),
(2, 'neoxforo', 'NeoXForo', 12, 'http://haddoz.com/images/ts/ts_generic_5.gif',
'<p>&nbsp;Este holo tiene foro oficial, no te olvides de pasar por el y registra
rte:&nbsp;</p>\r\n<div id="container" style="width: 1007px; font-family: ''Times
New Roman''; font-size: medium; padding: 0px; margin: 0px;">\r\n<div id="main"
style="margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: aut
o; width: 794px; position: relative; padding: 0px;">\r\n<div class="content" sty
le="padding-top: 0px; padding-right: 20px; padding-bottom: 0px; padding-left: 20
px; background-color: #ffffff; width: 754px; margin: 0px;">\r\n<div id="results"
style="padding-top: 10px; padding-right: 0px; padding-bottom: 0px; padding-left
: 0px; clear: both; margin: 0px;">\r\n<table class="links" style="border-collaps
e: collapse;" width="100%" align="center">\r\n<tbody>\r\n<tr style="margin: 10px
;">\r\n<td style="background-color: #ffffff; padding: 5px; border: 1px solid #cc
cccc;" width="53%"><a style="text-decoration: underline; color: blue; font-size:
14px;" href="http://adf.ly/19Y5O" target="_blank">http://adf.ly/19Y5O</a></td>\
r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'El f
oro oficial de este holo y de NeoXPack', '25-Apr-2011', 1303730865);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `site_news_categories`
-CREATE TABLE IF NOT EXISTS `site_news_categories` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`caption` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ;

--- Volcar la base de datos para la tabla `site_news_categories`


-INSERT INTO `site_news_categories` (`id`, `caption`) VALUES
(12, 'Sin Categoria'),
(1, 'NeoX'),
(2, 'Tecnico'),
(3, 'Actualizaciones'),
(4, 'Concursos'),
(5, 'Encuestas'),
(6, 'Sponsored'),
(7, 'Creditos'),
(8, 'NeoX Club'),
(9, 'NeoX VIP'),
(10, 'Furnis'),
(11, 'Soporte');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `site_news_comments`
-CREATE TABLE IF NOT EXISTS `site_news_comments` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`article` int(11) NOT NULL,
`userid` int(11) NOT NULL,
`comment` varchar(500) NOT NULL,
`posted_on` varchar(150) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
--- Volcar la base de datos para la tabla `site_news_comments`
-INSERT INTO `site_news_comments` (`id`, `article`, `userid`, `comment`, `posted_
on`) VALUES
(1, 2, 10, 'Probando . . .', 'Jun 11, 2011 6:59 PM');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `tele_links`
-CREATE TABLE IF NOT EXISTS `tele_links` (
`tele_one_id` int(10) unsigned NOT NULL,
`tele_two_id` int(10) unsigned NOT NULL,
KEY `tele_one_id` (`tele_one_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `tele_links`
-INSERT INTO `tele_links` (`tele_one_id`, `tele_two_id`) VALUES
(20, 21),

(21,
(22,
(23,
(13,
(14,
(15,
(16,
(17,
(18,
(67,
(68,
(69,
(70,

20),
23),
22),
14),
13),
16),
15),
18),
17),
68),
67),
70),
69);

-- ---------------------------------------------------------- Estructura de tabla para la tabla `updated`


-CREATE TABLE IF NOT EXISTS `updated` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`txt` varchar(100) NOT NULL,
`date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
--- Volcar la base de datos para la tabla `updated`
-INSERT INTO `updated` (`id`, `txt`, `date`) VALUES
(1, 'Kiss My Ash', '2011-05-03 15:27:14');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `users`
-CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(50) NOT NULL,
`real_name` varchar(100) NOT NULL DEFAULT '',
`password` varchar(50) NOT NULL,
`mail` varchar(50) NOT NULL DEFAULT 'defaultuser@meth0d.org',
`auth_ticket` text NOT NULL,
`rank` int(11) unsigned NOT NULL DEFAULT '1',
`credits` int(11) NOT NULL DEFAULT '0',
`vip_points` int(11) NOT NULL DEFAULT '0',
`activity_points` int(11) NOT NULL DEFAULT '0',
`activity_points_lastupdate` double NOT NULL DEFAULT '0',
`look` varchar(100) NOT NULL DEFAULT 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.s
h-290-62',
`gender` enum('M','F') NOT NULL DEFAULT 'M',
`motto` varchar(50) NOT NULL,
`account_created` varchar(50) NOT NULL,
`last_online` varchar(50) NOT NULL,
`online` enum('0','1') NOT NULL DEFAULT '0',
`ip_last` varchar(120) NOT NULL,

`ip_reg` varchar(120) NOT NULL,


`home_room` int(10) unsigned NOT NULL DEFAULT '0',
`respect` int(11) NOT NULL DEFAULT '0',
`daily_pet_respect_points` int(11) NOT NULL DEFAULT '3',
`newbie_status` int(11) NOT NULL DEFAULT '0',
`is_muted` enum('0','1') NOT NULL DEFAULT '0',
`mutant_penalty` enum('0','1','2') NOT NULL DEFAULT '0',
`mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
`block_newfriends` enum('0','1') NOT NULL DEFAULT '0',
`bb_ball` varchar(2) NOT NULL,
`gifts_given` int(10) NOT NULL DEFAULT '0',
`gifts_received` int(10) NOT NULL DEFAULT '0',
`respects_given` int(10) NOT NULL DEFAULT '0',
`daily_respect_points` int(11) NOT NULL DEFAULT '0',
`hearts` int(11) NOT NULL DEFAULT '0',
`quests_passed` int(11) NOT NULL,
`petrespectgiven` int(100) NOT NULL DEFAULT '0',
`name_allreadychanged` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=96 ;
--- Volcar la base de datos para la tabla `users`
-INSERT INTO `users` (`id`, `username`, `real_name`, `password`, `mail`, `auth_ti
cket`, `rank`, `credits`, `vip_points`, `activity_points`, `activity_points_last
update`, `look`, `gender`, `motto`, `account_created`, `last_online`, `online`,
`ip_last`, `ip_reg`, `home_room`, `respect`, `daily_pet_respect_points`, `newbie
_status`, `is_muted`, `mutant_penalty`, `mutant_penalty_expire`, `block_newfrien
ds`, `bb_ball`, `gifts_given`, `gifts_received`, `respects_given`, `daily_respec
t_points`, `hearts`, `quests_passed`, `petrespectgiven`, `name_allreadychanged`)
VALUES
(1, 'chocolate', '', '03d8e742198bc41a6cc244e39e14e469d86d2faa', 'choco@hotmail.
com', '', 1, 3000, 0, 150, 0, 'hr-3163-1342.ea-3168-110.ch-3185-92.ha-3171-96-62
.hd-180-10.lg-275-81', 'M', '', '14-Apr-2011', '14/04/2011 17:14:39', '0', '201.
160.250.41', '', 28, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(2, 'Blood', '', 'b4e61c439c08c1d295e8dcb5cab9edd2fc75e00d', 'sebas_9_12@hotmail
.com', '', 1, 3000, 0, 150, 0, 'lg-275-82.hd-180-10.ch-3185-92.ea-1401-110.ha-31
17-92.hr-3172-45', 'M', '', '14-Apr-2011', '14/04/2011 17:10:35', '0', '186.93.2
05.72', '', 29, 0, 3, 3, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(3, 'XjonhithaxX', '', '8312ff216771b188afda09c14d3f49b06591427a', 'jonhithaxx@h
otmail.com', '', 1, 3000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr100-', 'M', '', '14-Apr-2011', '', '0', '190.95.114.39', '', 30, 0, 3, 2, '0', '
0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(4, 'colgar07', '', '6c2719b18a6707350495ce1ede8fb9d9b8861f3a', 'colgar07@gmail.
com', 'ST-3016833fa76a0dc7e62728864f4123a4ff0bd73c-224-uber-fe0', 7, 500000, 0,
5, 1303738767, 'he-1604-78.ch-3077-82-62.sh-290-91.hd-180-8.hr-3163-61.lg-3078-8
2', 'M', 'NeoX CMS V3 !!!!!1', '17-Apr-2011', '25/04/2011 15:48:37', '0', '79.14
7.109.88', '', 31, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(5, 'CarlosOlmedo', '', '6c2719b18a6707350495ce1ede8fb9d9b8861f3a', 'colgar07@gm
ail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-1
00-', 'M', '', '17-Apr-2011', '', '0', '', '', 32, 0, 3, 1, '0', '0', 0, '0', ''
, 0, 0, 0, 3, 0, 0, 0, '0'),
(6, 'pikyllin', '', '89f779bd982a797d83a1ab66bdb7e10ab425826f', 'pikillin_cente@
hotmail.com.ar', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-29091.hr-100-', 'M', '', '17-Apr-2011', '', '0', '', '', 33, 0, 3, 2, '0', '0', 0,
'0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(7, 'yeison23', '', '729b2476777fcd8734ed7c64a483039f6139f01e', 'y.g23@hotmail.c
om', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-',

'M', '', '17-Apr-2011', '', '0', '', '', 0, 0, 3, 0, '0', '0', 0, '0', '', 0, 0
, 0, 3, 0, 0, 0, '0'),
(8, 'BobMarley', '', '88166b7c480b69cbd439f57e78f910ed88dda6ae', 'bobmarley@thin
k.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100
-', 'M', '', '17-Apr-2011', '', '0', '', '', 34, 0, 3, 1, '0', '0', 0, '0', '',
0, 0, 0, 3, 0, 0, 0, '0'),
(9, 'XjonhithaxXXX', '', '8312ff216771b188afda09c14d3f49b06591427a', 'jonathan--2010@hotmail.es', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-29
0-91.hr-100-', 'M', '', '17-Apr-2011', '', '0', '', '', 35, 0, 3, 1, '0', '0', 0
, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(10, 'Fxfox', '', 'e862305a298e77e74fc9db235de24555eb48f154', '2@2.com', '', 1,
500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '1
8-Apr-2011', '20/04/2011 16:41:30', '0', '89.29.227.162', '', 36, 0, 3, 2, '0',
'0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(11, 'Charlie', '', '20d245c939b9d1e21d5d109de7ded0cca16628cd', 'xaviercalduch@h
otmail.com', '', 7, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.h
r-100-', 'M', '', '18-Apr-2011', '', '0', '', '', 37, 0, 3, 2, '0', '0', 0, '0',
'', 0, 0, 0, 3, 0, 0, 0, '0'),
(12, 'DescoKM', '', '5cd687229ddce813775a2ea17f9c4cbb82dfa2ca', 'dsds@hotmail.es
', '', 1, 500000, 0, 450, 1303387228, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr
-100-', 'M', '', '18-Apr-2011', '21/04/2011 14:01:08', '0', '90.165.31.203', '',
38, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(13, 'lNeutrox', '', '471d4f72d339403a2f1451fcdba7ccc6b0d70a06', 'neurtoxmail@gm
ail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-1
00-', 'M', '', '18-Apr-2011', '', '0', '', '', 39, 0, 3, 1, '0', '0', 0, '0', ''
, 0, 0, 0, 3, 0, 0, 0, '0'),
(14, 'Jordi', '', '371128d80be02be5f25a7085f50a6de7e7875bbf', 'jordi_girones_16@
hotmail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.
hr-100-', 'M', '', '18-Apr-2011', '', '0', '', '', 40, 0, 3, 2, '0', '0', 0, '0'
, '', 0, 0, 0, 3, 0, 0, 0, '0'),
(15, 'david13fc', '', 'ff4ce1fcf474dcf96931e0045bba88a62f896177', 'asdsad@gmail.
com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-'
, 'M', '', '18-Apr-2011', '', '0', '', '', 41, 0, 3, 2, '0', '0', 0, '0', '', 0,
0, 0, 3, 0, 0, 0, '0'),
(16, 'Megatrends', '', 'e3323601729ed7d96172ad7c501ade5e37f20702', 'jostforo@gma
il.com', '', 7, 500000, 0, 300, 1303388265, 'ea-1401-110.lg-3088-1321-110.ch-301
5-104.hd-180-1.hr-3163-50.sh-3089-102', 'M', '', '18-Apr-2011', '21/04/2011 14:2
9:18', '0', '190.178.225.213', '', 42, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3
, 0, 0, 0, '0'),
(17, 'camcho159', '', 'fb8b97e1863c343def9164ea7e6a07bec5b1248e', 'jordi147@hotm
ail.es', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-10
0-', 'M', '', '18-Apr-2011', '', '0', '', '', 43, 0, 3, 2, '0', '0', 0, '0', '',
0, 0, 0, 3, 0, 0, 0, '0'),
(18, 'habbasurfin', '', '7384868fc6b647456f86f070b2725a078618fac9', 'luz_xc@hotm
ail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-1
00-', 'M', '', '18-Apr-2011', '', '0', '', '', 44, 0, 3, 2, '0', '0', 0, '0', ''
, 0, 0, 0, 3, 0, 0, 0, '0'),
(19, 'Sony', '', '89012b2a8ee79b55523e5eb5e743b64de102d164', 'habbofan-13@hotmai
l.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100
-', 'M', '', '18-Apr-2011', '', '0', '', '', 45, 0, 3, 2, '0', '0', 0, '0', '',
0, 0, 0, 3, 0, 0, 0, '0'),
(20, 'Manuee', '', '592a76375ae14ab3567b052bfb1f8543f4b8db1e', 'manualvarezrosad
o@gmail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.
hr-100-', 'M', '', '18-Apr-2011', '', '0', '', '', 46, 0, 3, 2, '0', '0', 0, '0'
, '', 0, 0, 0, 3, 0, 0, 0, '0'),
(21, 'lalbitoh', '', 'aa111b110b5b3b55f9152b6ea1472cb709672395', 'mundobobbin@to
nto.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-1
00-', 'M', '', '18-Apr-2011', '', '0', '', '', 47, 0, 3, 2, '0', '0', 0, '0', ''
, 0, 0, 0, 3, 0, 0, 0, '0'),
(22, 'forest', '', 'fe02ecd5691b138487836df7591a30d4cc1708d0', '1@1.com', '', 7,

500000, 0, 450, 1303223239, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', '


M', '', '18-Apr-2011', '19/04/2011 16:27:46', '0', '85.60.62.225', '', 48, 0, 3,
2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(23, 'daniel056', '', 'ffb04033bccf601a25b0ad084ac33e06c7ff2449', 'danielthebest
_056@hotmail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-29
0-91.hr-100-', 'M', '', '18-Apr-2011', '', '0', '', '', 49, 0, 3, 1, '0', '0', 0
, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(24, 'Endiskas', '', '7803609e7210d15e0635bcc850a88da55045764d', 'elendiskas_98@
hotmail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.
hr-100-', 'M', '', '18-Apr-2011', '', '0', '', '', 50, 0, 3, 2, '0', '0', 0, '0'
, '', 0, 0, 0, 3, 0, 0, 0, '0'),
(25, 'DjDarkermen', '', '61a51058cad52719446ee0023278dcab883e6910', 'krdavid142@
hotmail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.
hr-100-', 'M', '', '18-Apr-2011', '', '0', '', '', 51, 0, 3, 2, '0', '0', 0, '0'
, '', 0, 0, 0, 3, 0, 0, 0, '0'),
(26, 'Neox', '', '06151b1571a61ebb59c593ad24d8885c06ae1791', 'pinchacampeon@live
.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100', 'M', '', '18-Apr-2011', '', '0', '', '', 52, 0, 3, 2, '0', '0', 0, '0', '', 0
, 0, 0, 3, 0, 0, 0, '0'),
(27, 'iDrea', '', 'fa84a355139f0c7dcd085853fc1b01a369ef51b6', 'the_fdominguez@ho
tmail.es', '', 1, 500000, 0, 450, 1303217234, 'hd-180-1.ch-210-66.lg-270-82.sh-2
90-91.hr-100-', 'M', '', '19-Apr-2011', '19/04/2011 14:49:50', '0', '200.88.75.2
3', '', 53, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(28, 'Nanotec', '', '9086edcbefc4b928dd36ef3d2246721cb2b73c53', 'lol@lol.com', '
', 1, 500000, 0, 300, 1303214800, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100
-', 'M', '', '19-Apr-2011', '19/04/2011 14:08:04', '0', '79.159.169.226', '', 54
, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(29, 'MOD-Bakero', '', '7cb8f840e70da0640919c4ee16e436432ff82e86', 'fran_yuyi@ho
tmail.com', '', 5, 500000, 0, 350, 1303220417, 'hd-180-1.ch-210-66.lg-270-82.sh290-91.hr-100-', 'M', '', '19-Apr-2011', '19/04/2011 15:43:17', '0', '80.26.165.
155', '', 55, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(30, 'MOD-Alquimero', '', '722e0f669cc824278d83b49219a50bdaf6e8b147', 'habbofdlm
axforu@hotmail.com', '', 5, 500000, 0, 5, 1303656973, 'hd-190-28.ch-215-110.hr-1
70-52.sh-300-110.lg-3078-82', 'M', 'Crazy Ruls', '19-Apr-2011', '24/04/2011 17:0
3:51', '0', '83.60.225.1', '', 0, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0,
0, 0, '0'),
(31, 'XxAnDrEkExX', '', 'a4647b60bd084ddf2a3951f6cc9e7f40511c7d92', 'mig@gmail.c
om', '', 1, 500000, 0, 350, 1303221307, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.
hr-100-', 'M', '', '19-Apr-2011', '19/04/2011 15:57:48', '0', '190.201.200.132',
'', 58, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(32, 'Norman', '', 'c47d1c7f916756fa747db4681f56c5de7125bda0', 'juantoba14@gmail
.com', '', 1, 500000, 0, 300, 1303221592, 'hd-180-1.ch-210-66.lg-270-82.sh-290-9
1.hr-100-', 'M', '', '19-Apr-2011', '19/04/2011 16:06:26', '0', '84.125.221.104'
, '', 59, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(33, 'MasterCaos', '', 'b2ee02bdad6a918c37caba13f71501908aedac56', 'babybet05@gm
ail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-1
00-', 'M', '', '19-Apr-2011', '', '0', '', '', 61, 0, 3, 2, '0', '0', 0, '0', ''
, 0, 0, 0, 3, 0, 0, 0, '0'),
(34, 'Maty', '', '976ba5410f76df4859b7f4f4655f6ef59aa8b66a', 'Francia-mati@hotma
il.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-10
0-', 'M', '', '19-Apr-2011', '', '0', '', '', 63, 0, 3, 1, '0', '0', 0, '0', '',
0, 0, 0, 3, 0, 0, 0, '0'),
(35, 'Polar', '', 'a95094d9675e807a462a1045a030ff08c8915384', 'habbopixel-concur
sos@hotmail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290
-91.hr-100-', 'M', '', '19-Apr-2011', '', '0', '', '', 64, 0, 3, 1, '0', '0', 0,
'0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(36, 'jpv96', '', 'b75cad96588e1e94f70f23ab2d03d523854ddc02', 'jpv.viajes@hotmai
l.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100
-', 'M', '', '19-Apr-2011', '', '0', '', '', 65, 0, 3, 1, '0', '0', 0, '0', '',
0, 0, 0, 3, 0, 0, 0, '0'),

(37, 'ElVeloS', '', '1cb85e9ae5a8e8fceedf1c9aefea4f9451d72906', 'estevesorribes@


gmail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr
-100-', 'M', '', '19-Apr-2011', '', '0', '', '', 66, 0, 3, 2, '0', '0', 0, '0',
'', 0, 0, 0, 3, 0, 0, 0, '0'),
(38, 'Bakero', '', '7cb8f840e70da0640919c4ee16e436432ff82e86', 'fran_yuyi@hotmai
l.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100
-', 'M', '', '19-Apr-2011', '', '0', '', '', 67, 0, 3, 1, '0', '0', 0, '0', '',
0, 0, 0, 3, 0, 0, 0, '0'),
(39, 'Google', '', '8770b77f3f7531c781afff7d55328b85b6e3d08c', 'pinchacampeon@li
ve.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-10
0-', 'M', '', '20-Apr-2011', '', '0', '', '', 68, 0, 3, 2, '0', '0', 0, '0', '',
0, 0, 0, 3, 0, 0, 0, '0'),
(40, 'Holito', '', '31a612198dea60fab090d5372c90e6b4276661e6', 'tresfanes35_fide
r@hotmail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-9
1.hr-100-', 'M', '', '20-Apr-2011', '20/04/2011 16:14:18', '0', '190.79.26.230',
'', 69, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(41, 'alejo', '', '12d71a8dd3161ad558121322a842024b670dfa8f', 'ale.0818@hotmail.
com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-'
, 'M', '', '20-Apr-2011', '20/04/2011 16:24:52', '0', '190.28.45.54', '', 70, 0,
3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(42, 'mantaralla', '', '6ae63474b53ea25580ab87aad7e9b38692182ec6', 'cac_martinek
@hotmail.com', 'ST-f2f87b44f87ad08fbfe025ac6fe7631ef7f4ea10-153-uber-fe1', 1, 50
0000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '20Apr-2011', '', '0', '', '', 71, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0,
0, '0'),
(43, 'eldani', '', '11e8218454c47b12fd97460f774daa9b4a55aee6', 'dani_herrero@hot
mail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr100-', 'M', '', '20-Apr-2011', '', '0', '', '', 72, 0, 3, 1, '0', '0', 0, '0', '
', 0, 0, 0, 3, 0, 0, 0, '0'),
(44, 'Nilmar', '', '6c2719b18a6707350495ce1ede8fb9d9b8861f3a', 'colgar07@gmail.c
om', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-',
'M', '', '21-Apr-2011', '', '0', '', '', 73, 0, 3, 1, '0', '0', 0, '0', '', 0,
0, 0, 3, 0, 0, 0, '0'),
(45, 'Charly', '', 'cffbb09d4058b994d6082df5556aa035b71aa95e', 'fjbueno96@gmail.
com', '', 1, 499990, 0, 300, 1303655871, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91
.hr-100-', 'M', '', '24-Apr-2011', '24/04/2011 16:41:50', '0', '87.218.135.173',
'', 460312, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(46, 'ICr0nos', '', 'f2cbca75c52603c484d528b8b7d62e88a892d238', 'anibalininds@ho
tmail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr
-100-', 'M', '', '24-Apr-2011', '', '0', '', '', 460314, 0, 3, 1, '0', '0', 0, '
0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(47, 'Linux', '', 'd87c80042f3c3e15fd10788ee57d0af83ffb39c7', 'morro126@hotmail.
com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-'
, 'M', '', '25-Apr-2011', '', '0', '', '', 460316, 0, 3, 1, '0', '0', 0, '0', ''
, 0, 0, 0, 3, 0, 0, 0, '0'),
(48, 'naujleunam', '', 'd6e2796257298374f74459023fa75aead20be1cb', 'hobbosa@hotm
ail.com', 'ST-5f6f973404de26d91ab58306f422cdf911ab74dd-205-uber-fe5', 1, 500000,
0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '25-Apr-2
011', '', '0', '', '', 460317, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0,
0, '0'),
(49, 'regiga', '', 'd14ce08dac42c8d0cf058196f9813f06ad9ea3c8', 'javasevilla@hotm
ail.com', 'ST-29e99dbe7e3cfc7089a27b89dbf51e24ba47047d-196-uber-fe5', 1, 500000,
0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '25-Apr-2
011', '', '0', '', '', 460318, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0,
0, '0'),
(50, 'Engendrado', '', 'd8fdbf8f3daa78c77cdadd1894f5d8f843ea5651', 'd_mp95@hotma
il.com', 'ST-c8ef6f269a0862e53ff575a9bc9495f416a8afb4-107-uber-fe1', 1, 500000,
0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '25-Apr-20
11', '', '0', '', '', 460319, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0
, '0'),

(51, 'LordMota', '', 'fbac60596f5cf24336aeb879086d1ed08dbc5c9d', 'thecumanex@gma


il.com', 'ST-84546903879eb8d43e510e4e60bb66d5d4d5b520-202-uber-fe0', 1, 500000,
0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '30-Apr-20
11', '', '0', '', '', 460320, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0
, '0'),
(52, 'nachitoxxx', '', '717f02d6707e2839eb1459e8f7f165a8d19838fe', 'tuh_moreniko
@hotmail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91
.hr-100-', 'M', '', '30-Apr-2011', '', '0', '', '', 460321, 0, 3, 1, '0', '0', 0
, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(53, 'Erinik', '', 'bab75989a4449ff7380846ad497594755cef8d90', 'erinik28@hotmail
.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100', 'M', '', '30-Apr-2011', '', '0', '', '', 460322, 0, 3, 1, '0', '0', 0, '0', '
', 0, 0, 0, 3, 0, 0, 0, '0'),
(54, 'Katiitaah', '', '7a0a1592c783acd19d2f5a4924a3c62ea1562def', 'kati_estefi@h
otmail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.h
r-100-', 'M', '', '30-Apr-2011', '', '0', '', '', 460323, 0, 3, 1, '0', '0', 0,
'0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(55, 'zulok', '', '74baf1ddc030c03de2159b5baedc73a20940a2cf', 'trane@hotmail.com
', 'ST-ecac3b7c3df9250f63d09b13190e3aa837c15aca-104-uber-fe4', 1, 500000, 0, 150
, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '30-Apr-2011', '
', '0', '', '', 460324, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0')
,
(56, 'Xtreme', '', '0d8411753abc31a4606302e6cb75557866c42cac', 'adriaardila@hotm
ail.es', 'ST-5f10d4c2d502b7cdfe26263ab9dbaab8932038c2-145-uber-fe2', 1, 500000,
0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '30-Apr-20
11', '', '0', '', '', 460325, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0
, '0'),
(57, 'xddddddd', '', 'aa82f5130e04894522fe8be48d2def1ed744f42d', 'adrian.sande@h
otmail.es', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr
-100-', 'M', '', '30-Apr-2011', '', '0', '', '', 460326, 0, 3, 1, '0', '0', 0, '
0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(58, 'SankurotHS', '', '040639ee5f5f147a4cd4838eec4e7c524a9e05b4', 'hs@hotmail.c
om', 'ST-674264ab6e8e170728f2d09092922e6e8c3e9fac-255-uber-fe2', 1, 500000, 0, 1
50, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '30-Apr-2011',
'', '0', '', '', 460327, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0
'),
(59, 'Zoor', '', '4eb2de85ef1013bfe9bce3730401b45e7f79b4df', 'po_li_0@hotmail.co
m', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-',
'M', '', '30-Apr-2011', '', '0', '', '', 460328, 0, 3, 1, '0', '0', 0, '0', '',
0, 0, 0, 3, 0, 0, 0, '0'),
(60, 'Manueel', '', '592a76375ae14ab3567b052bfb1f8543f4b8db1e', 'manualvarezrosa
do@gmail.com', 'ST-64c6f84abdc397ef413bb4bfc2f84884d21f4154-156-uber-fe3', 1, 50
0000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '01May-2011', '', '0', '', '', 460329, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0
, 0, 0, '0'),
(61, 'Acce', '', '5a2836ffd9e0702c5f52393fb5a0cad4caf69ef2', 'alexanderouteiral@
hotmail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.
hr-100-', 'M', '', '01-May-2011', '', '0', '', '', 460330, 0, 3, 1, '0', '0', 0,
'0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(62, 'Anibal', '', 'f2cbca75c52603c484d528b8b7d62e88a892d238', 'omarcruz11@hotma
il.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-10
0-', 'M', '', '01-May-2011', '', '0', '', '', 460331, 0, 3, 1, '0', '0', 0, '0',
'', 0, 0, 0, 3, 0, 0, 0, '0'),
(63, 'joni123', '', '1f57c669fcdf4f523204d3bd8c50b5a2fc88247d', 'jcl_villa_chumi
lla@hotmail.com', 'ST-ed98af744c7ef1c906f59309a700582104efbc34-118-uber-fe0', 1,
500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '
01-May-2011', '', '0', '', '', 460332, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3
, 0, 0, 0, '0'),
(76, 'Pedro', '', '6c2719b18a6707350495ce1ede8fb9d9b8861f3a', 'pedro@gmail.com',
'', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M'

, '', '21-May-2011', '', '0', '', '', 0, 0, 3, 0, '0', '0', 0, '0', '', 0, 0, 0,
3, 0, 0, 0, '0'),
(64, 'Armando', '', 'c683182c41ffb6364ee7f024af2a43b86d218f46', 'franpocorull@ho
tmail.com', 'ST-86278cfe1d2046a30abb5e1632c3dd1bd13c97df-207-uber-fe0', 1, 50000
0, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '01-May
-2011', '', '0', '', '', 460333, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0
, 0, '0'),
(65, 'rompez', '', '1a2ef9c8de67da1eca2d4b79cbf085aa2f3cefa0', 'alex_capo09@hotm
ail.com', 'ST-a34052f31f5c59d4780c7be4476aa6b1e5368864-130-uber-fe5', 1, 500000,
0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '01-May-2
011', '', '0', '', '', 460334, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0,
0, '0'),
(66, 'Abbott', '', '104316ee545ba01a7710ae5201aaa56bd8821eeb', 'dgfdsf@hotmail.c
om', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-',
'M', '', '01-May-2011', '', '0', '', '', 460335, 0, 3, 1, '0', '0', 0, '0', '',
0, 0, 0, 3, 0, 0, 0, '0'),
(67, 'Jhonny', '', '9547f921f2ba6ad8f925764294407bf16621b1f2', 'jhonnyalmir@hotm
ail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-1
00-', 'M', '', '01-May-2011', '', '0', '', '', 460336, 0, 3, 1, '0', '0', 0, '0'
, '', 0, 0, 0, 3, 0, 0, 0, '0'),
(68, 'lTaicer', '', '9dbc9ab0b2d7e5774b28959ccbe2c5ca3f197ecb', 'exe-music@hotma
il.es', 'ST-81aaee2ba387e92266d436774071de5a9de44c11-132-uber-fe0', 1, 500000, 0
, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', ':o', '06-May-2
011', '', '0', '', '', 460337, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0,
0, '0'),
(69, 'ubbox', '', 'ab7dba5afab1d5a02aef808776fdf6441e7538c2', 'dede@hotma.es', '
', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M',
'', '07-May-2011', '', '0', '', '', 460338, 0, 3, 1, '0', '0', 0, '0', '', 0, 0,
0, 3, 0, 0, 0, '0'),
(70, 'DeScOnTrOlAdO', '', '5cd687229ddce813775a2ea17f9c4cbb82dfa2ca', 'DescoKM@h
otmail.es', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr
-100-', 'M', '..', '07-May-2011', '', '0', '', '', 460339, 0, 3, 1, '0', '0', 0,
'0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(71, 'enrispm', '', '93930c5baadc6e9a19d0a08fb281783cd4f9e682', 'h@h.it', '', 1,
500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '
07-May-2011', '', '0', '', '', 460340, 0, 3, 1, '0', '0', 0, '0', '', 0, 0, 0, 3
, 0, 0, 0, '0'),
(72, 'Bam', '', '24332c85d240f6cf11fe3969ca960acb5044b339', 'mundobam@gmail.com'
, '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M
', '', '07-May-2011', '', '0', '', '', 460341, 0, 3, 1, '0', '0', 0, '0', '', 0,
0, 0, 3, 0, 0, 0, '0'),
(73, 'elvin', '', '4d429810efa6bab9037395ca6f1124dcd43c969f', 'elvin@live.com',
'ST-362439f3566ebb81547418f5e75c658903a6d85d-240-uber-fe1', 1, 500000, 0, 150, 0
, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '07-May-2011', '',
'0', '', '', 460342, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(74, 'BboyScorpion', '', '41bfa1eb06960de37e5310508f5f5493dc94a61f', 'bb@live.it
', 'ST-1a970e03496dcd33d6af3b2702654aeb700ca22e-112-uber-fe0', 1, 500000, 0, 150
, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '07-May-2011', '
', '0', '', '', 460343, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0')
,
(75, 'Mayyonesss', '', '6d744941b26001ce4f6079844623b2ac6c6f0c8f', 'p1g0m@hotmai
l.com', 'ST-8afe9382f8609df12defc4fbaeb163099f95675e-227-uber-fe3', 1, 500000, 0
, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '08-May-201
1', '', '0', '', '', 460344, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0,
'0'),
(77, 'pwepek', '', '6c2719b18a6707350495ce1ede8fb9d9b8861f3a', 'colgar07@gmail.c
om', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-',
'M', '', '22-May-2011', '', '0', '', '', 0, 0, 3, 0, '0', '0', 0, '0', '', 0, 0
, 0, 3, 0, 0, 0, '0'),
(78, 'parkista26', '', '76bff53f0e87224866eb2e4db9b038591b31ba0c', 'joseantonioa

zul@hotmail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290


-91.hr-100-', 'M', '', '22-May-2011', '', '0', '', '', 460345, 0, 3, 1, '0', '0'
, 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(79, 'ZtivenAyala', '', '2b14a58ad8021f67892a0545e449b6625837ef5a', 'ztiiiven@ho
tmail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr
-100-', 'M', '', '27-May-2011', '', '0', '', '', 460346, 0, 3, 1, '0', '0', 0, '
0', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(80, 'Aduction', '', '2b9ac0d98216ce22eb0d7b61ce98d677683bc794', 'lulilolao@hotm
ail.com', 'ST-d7c890dabea1f592c7f4189912297e0e3381fd1e-156-uber-fe1', 1, 500000,
0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '28-May-2
011', '', '0', '', '', 460347, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0,
0, '0'),
(81, 'Fuckencio', '', 'b04cb24c0a693e3a0e53ca65c3b1a62a183c8c24', 'comemelaconcr
ema@hotmail.com', 'ST-cf2b551b33d05195d11080ced77553b38fc1489b-128-uber-fe0', 1,
500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '
28-May-2011', '', '0', '', '', 460348, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3
, 0, 0, 0, '0'),
(82, 'lSky', '', 'be46cfb8a82fc83e22b85fbc460b9e39590fc733', 'ismaeliko-96@hotma
il.com', 'ST-35d574d70756f00e1e95d92df4a73012d65b9392-231-uber-fe1', 1, 500000,
0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '28-May-20
11', '', '0', '', '', 460349, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0
, '0'),
(83, 'lStriker', '', 'bd96620be8de9236f43b91e04a2f52fc881e8e81', 'babybet05@gmai
l.com', 'ST-27c1ca14560f6a2207aae38eb7928d027cad96c1-136-uber-fe1', 1, 500000, 0
, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '28-May-201
1', '', '0', '', '', 460350, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0,
'0'),
(84, 'pixelway', '', '9149f7c64e091e3689fa479e1f472fec35aefc6c', 'pixelway@pxhot
el.com.co', 'ST-4ddf2e93444197ecfa07ec18eb2fb8439077ddaa-241-uber-fe5', 1, 50000
0, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', 'k,lk', '28
-May-2011', '', '0', '', '', 460351, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3,
0, 0, 0, '0'),
(85, 'DjAngel', '', 'aa111b110b5b3b55f9152b6ea1472cb709672395', 'angelsoberano66
6@hotmail.com', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-9
1.hr-100-', 'M', '', '28-May-2011', '', '0', '', '', 0, 0, 3, 0, '0', '0', 0, '0
', '', 0, 0, 0, 3, 0, 0, 0, '0'),
(86, 'ddd', '', '1a6ffd3fac8e22a8a1e0928ab7fc8c2d47b1b0b6', 'dddddd@dddddd.ddddd
d', 'ST-bb8b7f645458eaeeb290dd526a9fa83a736711de-141-uber-fe3', 1, 500000, 0, 15
0, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '28-May-2011',
'', '0', '', '', 460352, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '0'
),
(87, 'Personalizado', '', 'fa84a355139f0c7dcd085853fc1b01a369ef51b6', 'the_fdomi
nguez@hotmail.es', 'ST-be3202b7fbfcdd02a2b4af5788168dd711c8d9d9-154-uber-fe4', 7
, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '',
'28-May-2011', '', '0', '', '', 460353, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0,
3, 0, 0, 0, '0'),
(88, 'papielmejor', '', '6febfb1b11d302057f1c24bae5bb1d547c6f321c', 'dhfgawdfads
h@hotmail.es', 'ST-4e42c77bff1dd8572876da8b838b93ed66ec540f-173-uber-fe2', 1, 50
0000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '28May-2011', '', '0', '', '', 460354, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0
, 0, 0, '0'),
(89, 'Mike', '', 'db4aa2e0492d95300ed2d14370328ef36c7e41af', 'aerololita@hotmail
.es', 'ST-0270e5940348f4a6838b4a67bbe70092dee21131-185-uber-fe4', 1, 500000, 0,
150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '28-May-2011'
, '', '0', '', '', 460355, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0, '
0'),
(90, 'Lollipop', '', '9f541b5d16bae1ed1710f845244823f2b4d5429e', 'lolita.pg@hotm
ail.es', 'ST-840fa1e4ef767427ab8b08ebe0e9efb7da099e84-106-uber-fe4', 1, 500000,
0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '28-May-20
11', '', '0', '', '', 460356, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0

, '0'),
(91, 'EminemKM', '', '00dd36cf6d4f27f2d67fd6f1dd9efd7ab30764a6', 'eminem@kekomun
do.com', 'ST-17860ddbe258615a7308e640ab9507f45e47cd69-186-uber-fe2', 1, 500000,
0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '28-May-20
11', '', '0', '', '', 460357, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0
, '0'),
(92, 'Bambu', '', '810da344c04682c5ef64bf699c782cc9da8946f9', 'Bambu@hotmail.com
', '', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', '
M', '', '28-May-2011', '', '0', '', '', 460358, 0, 3, 1, '0', '0', 0, '0', '', 0
, 0, 0, 3, 0, 0, 0, '0'),
(93, 'Rav', '', '0ea097ce1fed0ba9a4df9d4f6522826236e8c306', 'rafael.vales@hotmai
l.com', 'ST-5d4aae4c19decee8043d2ace0f872217a3b4c331-221-uber-fe1', 1, 500000, 0
, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '28-May-201
1', '', '0', '', '', 460359, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0, 3, 0, 0, 0,
'0'),
(95, 'mariusss', '', '10bf44452f9b4a44676331bd7666c5f2a4d15d4d', 'mariusdumitrus
palatelu@hotmail.com', 'ST-92cf62189c3becade335d7452b4f84ef7ccfc940-232-uber-fe3
', 1, 500000, 0, 150, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M',
'', '23-Jun-2011', '', '0', '', '', 36, 0, 3, 2, '0', '0', 0, '0', '', 0, 0, 0,
3, 0, 0, 0, '0');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `users_alerts`
-CREATE TABLE IF NOT EXISTS `users_alerts` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` varchar(100) NOT NULL,
`alert` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;
--- Volcar la base de datos para la tabla `users_alerts`
-INSERT INTO `users_alerts` (`id`, `user_id`, `alert`) VALUES
(1, '10', '<p>&nbsp;Probando mandar alerta . . .</p>'),
(2, '10', '<p>probando . . .</p>'),
(3, '10', '<p>&nbsp;Gracias por usar NeoX CMS.</p>'),
(4, '10', '<p>&nbsp;NeoX CMS V3 ha sido instalada correctamente y est&aacute; li
sta para funcionar.</p>'),
(5, '10', '<p>&nbsp;<strong>NeoX CMS V3 ha sido instalada con &eacute;xito y est
&aacute; lista para funcionar.</strong>&nbsp;Te aconsejamos que uses NeoX DB y N
eoX Emulador para que la cms funcione al 100%.</p>');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `users_referidos`
-CREATE TABLE IF NOT EXISTS `users_referidos` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`usuario` varchar(400) NOT NULL DEFAULT 'user',
`ip_referida` varchar(50) NOT NULL,
`fecha` text NOT NULL,
PRIMARY KEY (`id`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=13044 ;


--- Volcar la base de datos para la tabla `users_referidos`
-INSERT INTO `users_referidos` (`id`, `usuario`, `ip_referida`, `fecha`) VALUES
(1, 'masacre10', '127.0.0.1', '');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `user_achievements`
-CREATE TABLE IF NOT EXISTS `user_achievements` (
`user_id` int(10) unsigned NOT NULL,
`achievement_id` int(10) unsigned NOT NULL,
`achievement_level` int(11) NOT NULL,
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `user_achievements`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `user_badges`
-CREATE TABLE IF NOT EXISTS `user_badges` (
`user_id` int(10) unsigned NOT NULL,
`badge_id` varchar(100) NOT NULL,
`badge_slot` int(11) NOT NULL DEFAULT '0',
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `user_badges`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `user_effects`
-CREATE TABLE IF NOT EXISTS `user_effects` (
`user_id` int(10) unsigned NOT NULL,
`effect_id` int(11) NOT NULL DEFAULT '1',
`total_duration` int(11) NOT NULL DEFAULT '3600',
`is_activated` enum('0','1') NOT NULL DEFAULT '0',
`activated_stamp` double NOT NULL DEFAULT '0',
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--- Volcar la base de datos para la tabla `user_effects`


--- ---------------------------------------------------------- Estructura de tabla para la tabla `user_favorites`
-CREATE TABLE IF NOT EXISTS `user_favorites` (
`user_id` int(10) unsigned NOT NULL,
`room_id` int(10) unsigned NOT NULL,
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `user_favorites`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `user_ignores`
-CREATE TABLE IF NOT EXISTS `user_ignores` (
`user_id` int(10) unsigned NOT NULL,
`ignore_id` int(10) unsigned NOT NULL,
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `user_ignores`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `user_info`
-CREATE TABLE IF NOT EXISTS `user_info` (
`user_id` int(11) NOT NULL,
`bans` int(11) NOT NULL DEFAULT '0',
`cautions` int(11) NOT NULL DEFAULT '0',
`reg_timestamp` double NOT NULL DEFAULT '0',
`login_timestamp` double NOT NULL DEFAULT '0',
`cfhs` int(11) NOT NULL DEFAULT '0',
`cfhs_abusive` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `user_info`
--

INSERT INTO `user_info` (`user_id`, `bans`, `cautions`, `reg_timestamp`, `login_


timestamp`, `cfhs`, `cfhs_abusive`) VALUES
(1, 0, 0, 1306692984, 1306692984, 0, 0),
(2, 0, 0, 1306693380, 1306693380, 0, 0),
(3, 0, 0, 1306693573, 1306693573, 0, 0),
(4, 0, 0, 1306694764, 1306694764, 0, 0),
(5, 0, 0, 1306695517, 1306695517, 0, 0),
(6, 0, 0, 1306698028, 1306698028, 0, 0),
(7, 0, 0, 1306698636, 1306698636, 0, 0),
(8, 0, 0, 1307193334, 1307193334, 0, 0),
(9, 0, 0, 1307193589, 1307193589, 0, 0),
(10, 0, 0, 1307196163, 1307196163, 0, 0),
(11, 0, 0, 1307205963, 1307205963, 0, 0),
(12, 0, 0, 1307207273, 1307207273, 0, 0),
(13, 0, 0, 1307298784, 1307298784, 0, 0),
(95, 0, 0, 1308846868, 1308846868, 0, 0);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `user_pets`
-CREATE TABLE IF NOT EXISTS `user_pets` (
`id` int(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`room_id` int(10) unsigned NOT NULL,
`name` varchar(32) NOT NULL DEFAULT 'Unnamed',
`race` varchar(3) NOT NULL DEFAULT '000',
`color` varchar(6) NOT NULL DEFAULT 'FFFFFF',
`type` int(10) unsigned NOT NULL,
`expirience` int(11) NOT NULL,
`energy` int(11) NOT NULL,
`nutrition` int(11) NOT NULL DEFAULT '100',
`respect` int(11) NOT NULL DEFAULT '0',
`createstamp` double NOT NULL DEFAULT '0',
`x` int(11) NOT NULL DEFAULT '0',
`y` int(11) NOT NULL DEFAULT '0',
`z` double NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--- Volcar la base de datos para la tabla `user_pets`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `user_presents`
-CREATE TABLE IF NOT EXISTS `user_presents` (
`item_id` int(10) unsigned NOT NULL,
`base_id` int(10) unsigned NOT NULL,
`amount` int(11) NOT NULL,
`extra_data` text NOT NULL,
KEY `item_id` (`item_id`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1;


--- Volcar la base de datos para la tabla `user_presents`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `user_quests`
-CREATE TABLE IF NOT EXISTS `user_quests` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`quest_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--- Volcar la base de datos para la tabla `user_quests`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `user_roomvisits`
-CREATE TABLE IF NOT EXISTS `user_roomvisits` (
`user_id` int(10) unsigned NOT NULL,
`room_id` int(10) unsigned NOT NULL,
`entry_timestamp` double NOT NULL,
`exit_timestamp` double NOT NULL,
`hour` int(11) NOT NULL,
`minute` int(11) NOT NULL,
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `user_roomvisits`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `user_subscriptions`
-CREATE TABLE IF NOT EXISTS `user_subscriptions` (
`user_id` int(10) unsigned NOT NULL,
`subscription_id` varchar(50) NOT NULL,
`timestamp_activated` int(11) NOT NULL,
`timestamp_expire` int(11) NOT NULL,
`usedgifts` int(255) NOT NULL DEFAULT '0',
`gifts` int(255) NOT NULL DEFAULT '0',
KEY `user_id` (`user_id`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1;


--- Volcar la base de datos para la tabla `user_subscriptions`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `user_tags`
-CREATE TABLE IF NOT EXISTS `user_tags` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`tag` varchar(100) NOT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;
--- Volcar la base de datos para la tabla `user_tags`
-INSERT INTO `user_tags` (`id`, `user_id`, `tag`) VALUES
(3, 8, 'neox'),
(4, 8, 'cms'),
(5, 8, 'emulador'),
(6, 8, 'colgar07'),
(7, 8, 'carlosolmedo'),
(8, 8, 'anii'),
(9, 8, 'kekomundo'),
(10, 8, 'neoxmundo');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `user_wardrobe`
-CREATE TABLE IF NOT EXISTS `user_wardrobe` (
`user_id` int(10) unsigned NOT NULL,
`slot_id` int(10) unsigned NOT NULL,
`look` varchar(120) NOT NULL,
`gender` enum('F','M') NOT NULL DEFAULT 'M',
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--- Volcar la base de datos para la tabla `user_wardrobe`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `vip_shop_items`
--

CREATE TABLE IF NOT EXISTS `vip_shop_items` (


`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(100) NOT NULL,
`desc` varchar(1000) NOT NULL,
`pic` varchar(100) NOT NULL,
`points` int(10) NOT NULL DEFAULT '0',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
--- Volcar la base de datos para la tabla `vip_shop_items`
-INSERT INTO `vip_shop_items` (`id`, `title`, `desc`, `pic`, `points`, `enabled`)
VALUES
(1, 'Test-Title', 'Test description', 'http://localhost/images/test.png', 100, '
1');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `wired_messages`
-CREATE TABLE IF NOT EXISTS `wired_messages` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`item_id` int(10) unsigned NOT NULL,
`message` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--- Volcar la base de datos para la tabla `wired_messages`
--- ---------------------------------------------------------- Estructura de tabla para la tabla `wordfilter`
-CREATE TABLE IF NOT EXISTS `wordfilter` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`word` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
--- Volcar la base de datos para la tabla `wordfilter`
-INSERT INTO `wordfilter` (`id`, `word`) VALUES
(1, 'damn');
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

Das könnte Ihnen auch gefallen