Files
Archive/kepler/tools/kepler.sql

6745 lines
726 KiB
SQL

-- --------------------------------------------------------
-- Host: 127.0.0.1
-- Server version: 10.4.7-MariaDB - mariadb.org binary distribution
-- Server OS: Win64
-- HeidiSQL Version: 10.2.0.5599
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
-- Dumping structure for table kepler.catalogue_items
CREATE TABLE IF NOT EXISTS `catalogue_items` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`sale_code` varchar(255) DEFAULT NULL,
`page_id` tinytext DEFAULT NULL,
`order_id` int(11) NOT NULL DEFAULT 0,
`price` int(11) NOT NULL DEFAULT 3,
`is_hidden` tinyint(1) NOT NULL DEFAULT 0,
`amount` int(11) NOT NULL DEFAULT 1,
`definition_id` int(11) DEFAULT NULL,
`item_specialspriteid` int(11) NOT NULL DEFAULT 0,
`name` varchar(255) NOT NULL,
`description` varchar(255) NOT NULL,
`is_package` tinyint(1) NOT NULL DEFAULT 0,
`package_name` varchar(255) DEFAULT NULL,
`package_description` varchar(256) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1351 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.catalogue_items: ~940 rows (approximately)
/*!40000 ALTER TABLE `catalogue_items` DISABLE KEYS */;
INSERT INTO `catalogue_items` (`id`, `sale_code`, `page_id`, `order_id`, `price`, `is_hidden`, `amount`, `definition_id`, `item_specialspriteid`, `name`, `description`, `is_package`, `package_name`, `package_description`) VALUES
(1, 'floor', '3', 1, 2, 0, 1, 249, 0, '', '', 0, NULL, NULL),
(2, 'CF_50_goldbar', '4', 5, 50, 0, 1, 212, 0, 'Gold Bar', 'Worth 50 Credits', 0, NULL, NULL),
(3, 'CF_20_moneybag', '4', 4, 20, 0, 1, 211, 0, 'Sack of Credits', 'Worth 20 Credits', 0, NULL, NULL),
(4, 'CF_10_coin_gold', '4', 3, 10, 0, 1, 209, 0, 'Gold Coin', 'Worth 10 Credits', 0, NULL, NULL),
(5, 'CF_5_coin_silver', '4', 2, 5, 0, 1, 213, 0, 'Silver Coin', 'Worth 5 Credits', 0, NULL, NULL),
(6, 'CF_1_coin_bronze', '4', 1, 1, 0, 1, 210, 0, 'Bronze Coin', 'Worth 1 Credits', 0, NULL, NULL),
(7, 'a0 deal102', '5', 1, 25, 0, 1, 0, 0, '', '', 1, 'Red Roller 5 Pack', '5 Red Rollers in a convenient pack'),
(8, 'a0 deal104', '5', 2, 15, 0, 1, 0, 0, '', '', 1, 'Red Roller 3 Pack', '3 Red Rollers in a convenient pack'),
(9, 'queue_tile1*2', '5', 3, 7, 0, 1, 184, 0, 'Red Habbo Roller', 'The power of movement', 0, NULL, NULL),
(10, 'a0 deal105', '5', 4, 25, 0, 1, 0, 0, '', '', 1, 'Blue Roller 5 Pack', '5 Blue Rollers in a convenient pack'),
(11, 'a0 deal106', '5', 5, 15, 0, 1, 0, 0, '', '', 1, 'Blue Roller 3 Pack', '3 Blue Rollers in a convenient pack'),
(12, 'queue_tile1*6', '5', 6, 7, 0, 1, 180, 0, 'Blue Habbo Roller', 'The power of movement', 0, NULL, NULL),
(13, 'a0 deal107', '5', 7, 25, 0, 1, 0, 0, '', '', 1, 'Green Roller 5 Pack', '5 Green Rollers in a convenient pack'),
(14, 'a0 deal108', '5', 8, 15, 0, 1, 0, 0, '', '', 1, 'Greek Roller 3 Pack', '3 Green Rollers in a convenient pack'),
(15, 'queue_tile1*9', '5', 9, 7, 0, 1, 181, 0, 'Green Habbo Roller', 'The power of movement', 0, NULL, NULL),
(16, 'a0 deal109', '5', 10, 25, 0, 1, 0, 0, '', '', 1, 'Navy Roller 5 Pack', '5 Navy Rollers in a convenient pack'),
(17, 'a0 deal114', '5', 11, 15, 0, 1, 0, 0, '', '', 1, 'Navy Roller 3 Pack', '3 Navy Rollers in a convenient pack'),
(18, 'queue_tile1*8', '5', 12, 7, 0, 1, 182, 0, 'Navy Habbo Roller', 'The power of movement', 0, NULL, NULL),
(19, 'a0 deal115', '5', 14, 25, 0, 1, 0, 0, '', '', 1, 'Purple Roller 5 Pack', '5 Purple Rollers in a convenient pack'),
(20, 'queue_tile1*7', '5', 16, 7, 0, 1, 183, 0, 'Purple Habbo Roller', 'The power of movement', 0, NULL, NULL),
(21, 'a0 deal116', '5', 15, 15, 0, 1, 0, 0, '', '', 1, 'Purple Roller 3 Pack', '3 Purple Rollers in a convenient pack'),
(22, 'door', '6', 1, 3, 0, 1, 100, 0, 'Telephone Box', 'Dr Who?', 0, NULL, NULL),
(23, 'doorC', '6', 2, 4, 0, 1, 102, 0, 'Portaloo', 'In a hurry?', 0, NULL, NULL),
(24, 'doorB', '6', 3, 3, 0, 1, 101, 0, 'Wardrobe', 'Narnia this way!', 0, NULL, NULL),
(25, 'pets0', '7', 1, 20, 0, 1, 154, 0, '', '', 0, NULL, NULL),
(26, 'pets1', '7', 2, 20, 0, 1, 776, 0, '', '', 0, NULL, NULL),
(27, 'pets2', '7', 3, 20, 0, 1, 777, 0, '', '', 0, NULL, NULL),
(28, 'deal_dogfood', '8', 1, 2, 0, 1, 0, 0, '', '', 1, 'Doggy Bones', 'Natural nutrition for the barking one'),
(29, 'deal_catfood', '8', 2, 2, 0, 1, 0, 0, '', '', 1, 'Sardines', 'Fresh catch of the day'),
(30, 'deal_crocfood', '8', 3, 2, 0, 1, 0, 0, '', '', 1, 'T-Bones', 'For the croc!'),
(31, 'deal_cabbage', '8', 4, 2, 0, 1, 0, 0, '', '', 1, 'Cabbage', 'Health food for pets'),
(32, 'petfood1', '8', 5, 1, 0, 1, 155, 0, 'Bones Mega Multipack', 'Fantastic 20% Saving!', 0, NULL, NULL),
(33, 'petfood2', '8', 6, 1, 0, 1, 156, 0, 'Sardines Mega Multipack', 'Fantastic 20% Saving!', 0, NULL, NULL),
(34, 'petfood4', '8', 7, 1, 0, 1, 236, 0, 'T-Bones Mega Multipack', 'Fantastic 20% Saving!', 0, NULL, NULL),
(35, 'petfood3', '8', 8, 1, 0, 1, 157, 0, 'Cabbage Mega Multipack', 'Fantastic 20% Saving!', 0, NULL, NULL),
(36, 'waterbowl*4', '8', 9, 2, 0, 1, 158, 0, 'Blue Water Bowl', 'Aqua unlimited', 0, NULL, NULL),
(37, 'waterbowl*5', '8', 10, 2, 0, 1, 159, 0, 'Brown Water Bowl', 'Aqua unlimited', 0, NULL, NULL),
(38, 'waterbowl*2', '8', 11, 2, 0, 1, 160, 0, 'Green Water Bowl', 'Aqua unlimited', 0, NULL, NULL),
(39, 'waterbowl*1', '8', 12, 2, 0, 1, 161, 0, 'Red Water Bowl', 'Aqua unlimited', 0, NULL, NULL),
(40, 'waterbowl*3', '8', 13, 2, 0, 1, 162, 0, 'Yellow Water Bowl', 'Aqua unlimited', 0, NULL, NULL),
(41, 'goodie2', '8', 14, 1, 0, 1, 169, 0, 'Chocolate Mouse', 'For gourmet kittens', 0, NULL, NULL),
(42, 'goodie1', '8', 15, 1, 0, 1, 168, 0, 'Marzipan Man', 'Crunchy Dog Treat', 0, NULL, NULL),
(43, 'toy1', '8', 16, 2, 0, 1, 163, 0, 'Rubber Ball', 'it\'s bouncy-tastic', 0, NULL, NULL),
(44, 'toy1*1', '8', 17, 2, 0, 1, 164, 0, 'Rubber Ball', 'it\'s bouncy-tastic', 0, NULL, NULL),
(45, 'toy1*2', '8', 18, 2, 0, 1, 165, 0, 'Rubber Ball', 'it\'s bouncy-tastic', 0, NULL, NULL),
(46, 'toy1*3', '8', 19, 2, 0, 1, 166, 0, 'Rubber Ball', 'it\'s bouncy-tastic', 0, NULL, NULL),
(47, 'toy1*4', '8', 20, 2, 0, 1, 167, 0, 'Rubber Ball', 'it\'s bouncy-tastic', 0, NULL, NULL),
(48, 'bed_silo_two', '9', 1, 3, 0, 1, 20, 0, 'Double Bed', 'Plain and simple x2', 0, NULL, NULL),
(49, 'bed_silo_one', '9', 2, 3, 0, 1, 19, 0, 'Single Bed', 'Plain and simple', 0, NULL, NULL),
(50, 'shelves_silo', '9', 3, 3, 0, 1, 3, 0, 'Bookcase', 'For nic naks and art deco books', 0, NULL, NULL),
(51, 'sofa_silo', '9', 4, 3, 0, 1, 9, 0, 'Two-Seater Sofa', 'Cushioned, understated comfort', 0, NULL, NULL),
(52, 'sofachair_silo', '9', 5, 3, 0, 1, 16, 0, 'Armchair', 'Large, but worth it', 0, NULL, NULL),
(53, 'table_silo_small', '9', 6, 1, 0, 1, 21, 0, 'Occasional Table', 'For those random moments', 0, NULL, NULL),
(54, 'divider_silo3', '9', 7, 6, 0, 1, 122, 0, 'Gate (lockable)', 'Form following function', 0, NULL, NULL),
(55, 'divider_silo2', '9', 8, 3, 0, 1, 120, 0, 'Screen', 'Stylish sectioning', 0, NULL, NULL),
(56, 'divider_silo1', '9', 9, 3, 0, 1, 118, 0, 'Corner Shelf', 'Neat and natty', 0, NULL, NULL),
(57, 'chair_silo', '9', 10, 3, 0, 1, 8, 0, 'Dining Chair', 'Keep it simple', 0, NULL, NULL),
(58, 'safe_silo', '9', 11, 3, 0, 1, 203, 0, 'Safe Minibar', 'Totally shatter-proof!', 0, NULL, NULL),
(59, 'barchair_silo', '9', 12, 3, 0, 1, 197, 0, 'Bar Stool', 'Practical and convenient', 0, NULL, NULL),
(60, 'table_silo_med', '9', 13, 3, 0, 1, 6, 0, 'Coffee Table', 'Wipe clean and unobtrusive', 0, NULL, NULL),
(61, 'gothic_chair*3', '10', 1, 10, 0, 1, 229, 0, 'Red Gothic Chair', 'The head of the table', 0, NULL, NULL),
(62, 'gothic_sofa*3', '10', 2, 7, 0, 1, 230, 0, 'Red Gothic Sofa', 'Not great for hiding behind', 0, NULL, NULL),
(63, 'gothic_stool*3', '10', 3, 5, 0, 1, 231, 0, 'Red Gothic Stool', 'Be calm. Be seated', 0, NULL, NULL),
(64, 'gothic_carpet', '10', 4, 5, 0, 1, 237, 0, 'Cobbled Path', 'The path less travelled', 0, NULL, NULL),
(65, 'gothic_carpet2', '10', 5, 5, 0, 1, 238, 0, 'Dungeon Floor', 'What lies beneath?', 0, NULL, NULL),
(66, 'goth_table', '10', 6, 15, 0, 1, 218, 0, 'Gothic table', 'The dark side of Habbo', 0, NULL, NULL),
(67, 'gothrailing', '10', 7, 8, 0, 1, 217, 0, 'Gothic Railing', 'The dark side of Habbo', 0, NULL, NULL),
(68, 'gothgate', '10', 8, 10, 0, 1, 215, 0, 'Gothic Portcullis', 'The dark side of Habbo', 0, NULL, NULL),
(69, 'torch', '10', 9, 7, 0, 1, 248, 0, 'Gothic Torch', 'The dark side of Habbo', 0, NULL, NULL),
(70, 'gothicfountain', '10', 10, 7, 0, 1, 245, 0, 'Gothic Ectoplasm Fountain', 'Not suitable for drinking!', 0, NULL, NULL),
(71, 'gothiccandelabra', '10', 11, 8, 0, 1, 216, 0, 'Gothic Candelabra', 'The dark side of Habbo', 0, NULL, NULL),
(72, 'industrialfan', '10', 12, 5, 0, 1, 247, 0, 'Industrial Turbine', 'Powerful and resilient', 0, NULL, NULL),
(73, 'sound_machine_deal', '85,86,87,88,89', 1, 10, 0, 1, 0, 0, '', '', 1, 'Soundmachine starterset', 'Gray soundmachine with Duck Funk sampleset'),
(74, 'sound_set_1', '88', 9, 3, 0, 1, 239, 0, 'Habbo Sounds 1', 'Get the party started!', 0, NULL, NULL),
(75, 'sound_set_2', '88', 9, 3, 0, 1, 358, 0, 'Habbo Sounds 3', 'Get the party started!', 0, NULL, NULL),
(76, 'sound_set_4', '85', 9, 3, 0, 1, 359, 0, 'Ambient 1', 'Chilled out beats', 0, NULL, NULL),
(77, 'sound_set_5', '85', 9, 3, 0, 1, 360, 0, 'Ambient 4', 'The dark side of Habbo', 0, NULL, NULL),
(78, 'sound_set_3', '85', 4, 3, 0, 1, 240, 0, 'Electronic 1', 'Chilled grooves', 0, NULL, NULL),
(79, 'sound_set_6', '85', 9, 3, 0, 1, 241, 0, 'Ambient 3', 'Background ambience loops', 0, NULL, NULL),
(80, 'sound_set_7', '88', 9, 3, 0, 1, 242, 0, 'SFX 5', 'Sound effects for Furni', 0, NULL, NULL),
(81, 'sound_set_9', '85', 9, 3, 0, 1, 356, 0, 'Electronic 2', 'Mystical ambient soundscapes', 0, NULL, NULL),
(82, 'sound_set_8', '85', 9, 3, 0, 1, 243, 0, 'Ambient 2', 'Mellow electric grooves', 0, NULL, NULL),
(83, 'bardesk_polyfon*5', '12', 1, 3, 0, 1, 198, 0, 'Candy Bar', 'For cute constructions', 0, NULL, NULL),
(84, 'bardeskcorner_polyfon*5', '12', 2, 3, 0, 1, 199, 0, 'Candy Corner', 'For sweet corners!', 0, NULL, NULL),
(85, 'divider_poly3*5', '12', 3, 6, 0, 1, 200, 0, 'Candy Hatch (Lockable)', 'Keep the Pink in!', 0, NULL, NULL),
(86, 'sofachair_polyfon_girl', '12', 4, 3, 0, 1, 64, 0, 'Armchair', 'Think pink', 0, NULL, NULL),
(87, 'sofa_polyfon_girl', '12', 5, 4, 0, 1, 67, 0, 'Two-seater Sofa', 'Romantic pink for two', 0, NULL, NULL),
(88, 'carpet_polar*1', '12', 6, 4, 0, 1, 62, 0, 'Pink Faux-Fur Bear Rug', 'Cute', 0, NULL, NULL),
(89, 'bed_polyfon_girl_one', '12', 7, 3, 0, 1, 65, 0, 'Single Bed', 'Snuggle down in princess pink', 0, NULL, NULL),
(90, 'bed_polyfon_girl', '12', 8, 4, 0, 1, 66, 0, 'Double Bed', 'Snuggle down in princess pink', 0, NULL, NULL),
(91, 'wall_china', '13', 1, 8, 0, 1, 207, 0, 'Dragon Screen', 'For your great wall', 0, NULL, NULL),
(92, 'corner_china', '13', 2, 8, 0, 1, 208, 0, 'Dragon Screen Corner', 'Firm, fireproof foundation', 0, NULL, NULL),
(93, 'china_shelve', '13', 3, 8, 0, 1, 204, 0, 'Chinese Bookshelf', 'To hold the mind\'s treasures', 0, NULL, NULL),
(94, 'chair_china', '13', 4, 5, 0, 1, 201, 0, 'Chinese Lacquer Chair', 'The elegant beauty of tradition', 0, NULL, NULL),
(95, 'china_table', '13', 5, 6, 0, 1, 202, 0, 'Chinese Lacquer Table', 'Exotic and classy', 0, NULL, NULL),
(96, 'cn_sofa', '13', 6, 9, 0, 1, 186, 0, 'Chinese Sofa', 'Seats three with ease!', 0, NULL, NULL),
(97, 'poster 57', '13', 7, 3, 0, 1, 251, 57, 'Calligraphy poster', 'chinese calligraphy', 0, NULL, NULL),
(98, 'poster 58', '13', 8, 5, 0, 1, 251, 58, 'Red Knots', 'Wishing you luck', 0, NULL, NULL),
(99, 'cn_lamp', '13', 9, 9, 0, 1, 185, 0, 'Lantern', 'Light of the East', 0, NULL, NULL),
(100, 'chair_norja', '14', 1, 3, 0, 1, 11, 0, 'Chair', 'Sleek and chic for each cheek', 0, NULL, NULL),
(101, 'couch_norja', '14', 2, 3, 0, 1, 10, 0, 'Bench', 'Two can perch comfortably', 0, NULL, NULL),
(102, 'table_norja_med', '14', 3, 3, 0, 1, 252, 0, 'Coffee Table', 'Elegance embodied', 0, NULL, NULL),
(103, 'shelves_norja', '14', 4, 3, 0, 1, 1, 0, 'Bookcase', 'For nic naks and art deco books', 0, NULL, NULL),
(104, 'soft_sofachair_norja', '14', 5, 3, 0, 1, 95, 0, 'iced sofachair', 'Soft iced sofachair', 0, NULL, NULL),
(105, 'soft_sofa_norja', '14', 6, 4, 0, 1, 96, 0, 'iced sofa', 'A soft iced sofa', 0, NULL, NULL),
(106, 'divider_nor2', '14', 7, 3, 0, 1, 119, 0, 'Ice Bar-Desk', 'Strong, yet soft looking', 0, NULL, NULL),
(107, 'divider_nor1', '14', 8, 3, 0, 1, 117, 0, 'Ice Corner', 'Looks squishy, but isn\'t', 0, NULL, NULL),
(108, 'divider_nor3', '14', 9, 6, 0, 1, 121, 0, 'Door (Lockable)', 'Do go through...', 0, NULL, NULL),
(109, 'divider_nor4', '14', 10, 5, 0, 1, 206, 0, 'Plain Iced Auto Shutter', 'Habbos, roll out!', 0, NULL, NULL),
(110, 'divider_nor5', '14', 11, 4, 0, 1, 205, 0, 'Plain Iced Angle', 'Cool cornering for your crib y0!', 0, NULL, NULL),
(111, 'bed_armas_two', '15', 1, 3, 0, 1, 22, 0, 'Double Bed', 'King-sized pine comfort', 0, NULL, NULL),
(112, 'bed_armas_one', '15', 2, 3, 0, 1, 30, 0, 'Single Bed', 'Rustic charm for one', 0, NULL, NULL),
(113, 'fireplace_armas', '15', 3, 4, 0, 1, 28, 0, 'Fireplace', 'Authentic, real flame fire', 0, NULL, NULL),
(114, 'bartable_armas', '15', 4, 3, 0, 1, 51, 0, 'Bardesk', 'Bar-Style Table - essential for extra guests', 0, NULL, NULL),
(115, 'table_armas', '15', 5, 3, 0, 1, 25, 0, 'Dining Table', 'For informal dining', 0, NULL, NULL),
(116, 'bench_armas', '15', 6, 3, 0, 1, 24, 0, 'Bench', 'To complete the dining set', 0, NULL, NULL),
(117, 'divider_arm2', '15', 7, 3, 0, 1, 115, 0, 'Room divider', 'I wooden go there', 0, NULL, NULL),
(118, 'divider_arm1', '15', 8, 3, 0, 1, 114, 0, 'Corner plinth', 'Good solid wood', 0, NULL, NULL),
(119, 'divider_arm3', '15', 9, 6, 0, 1, 116, 0, 'Gate (lockable)', 'Knock, knock...', 0, NULL, NULL),
(120, 'shelves_armas', '15', 10, 3, 0, 1, 23, 0, 'Bookcase', 'For all those fire-side stories', 0, NULL, NULL),
(121, 'bar_armas', '15', 11, 4, 0, 1, 50, 0, 'Barrel Minibar', 'It\'s a barrel of laughs and a great talking point', 0, NULL, NULL),
(122, 'bar_chair_armas', '15', 12, 1, 0, 1, 52, 0, 'Barrel Stool', 'The ultimate recycled furniture', 0, NULL, NULL),
(123, 'lamp_armas', '15', 13, 3, 0, 1, 29, 0, 'Table Lamp', 'Ambient lighting is essential', 0, NULL, NULL),
(124, 'lamp2_armas', '15', 14, 3, 0, 1, 98, 0, 'Lodge Candle', 'Wax lyrical with some old-world charm', 0, NULL, NULL),
(125, 'small_table_armas', '15', 15, 2, 0, 1, 26, 0, 'Occasional Table', 'Practical and beautiful', 0, NULL, NULL),
(126, 'small_chair_armas', '15', 16, 1, 0, 1, 27, 0, 'Stool', 'Rustic charm at it\'s best', 0, NULL, NULL),
(127, 'bed_budgetb_one', '17', 1, 3, 0, 1, 68, 0, 'Plain Single Bed', 'All you need for a good night\'s kip', 0, NULL, NULL),
(128, 'bed_budgetb', '17', 2, 3, 0, 1, 69, 0, 'Plain Double Bed', 'Sweet dreams for two', 0, NULL, NULL),
(129, 'shelves_basic', '17', 3, 3, 0, 1, 94, 0, 'Pura Shelves', 'Pura series 404 shelves', 0, NULL, NULL),
(130, 'bar_basic', '17', 4, 4, 0, 1, 93, 0, 'A Pura Minibar', 'A pura series 300 minibar', 0, NULL, NULL),
(131, 'fridge', '17', 5, 6, 0, 1, 99, 0, 'Pura Refridgerator', 'Keep cool with a chilled snack or drink', 0, NULL, NULL),
(132, 'lamp_basic', '17', 6, 3, 0, 1, 97, 0, 'Pura Lamp', 'Switch on the atmosphere with this sophisticated light', 0, NULL, NULL),
(133, 'bed_polyfon', '18', 1, 4, 0, 1, 17, 0, 'Double Bed', 'Give yourself space to stretch out', 0, NULL, NULL),
(134, 'bed_polyfon_one', '18', 2, 3, 0, 1, 18, 0, 'Single Bed', 'Cot of the artistic', 0, NULL, NULL),
(135, 'fireplace_polyfon', '18', 3, 5, 0, 1, 34, 0, 'Fireplace', 'Comfort in stainless steel', 0, NULL, NULL),
(136, 'sofachair_polyfon', '18', 5, 3, 0, 1, 15, 0, 'Armchair', 'Soft and comfortable', 0, NULL, NULL),
(137, 'bar_polyfon', '18', 6, 5, 0, 1, 45, 0, 'Mini-Bar', 'You naughty Habbo!', 0, NULL, NULL),
(138, 'bardesk_polyfon', '18', 7, 3, 0, 1, 48, 0, 'Bar/desk', 'Perfect for work or play', 0, NULL, NULL),
(139, 'bardeskcorner_polyfon', '18', 8, 3, 0, 1, 49, 0, 'Corner Cabinet/Desk', 'Tuck it away', 0, NULL, NULL),
(140, 'divider_poly3', '18', 9, 6, 0, 1, 113, 0, 'Hatch (Lockable)', 'All bars should have one', 0, NULL, NULL),
(141, 'chair_polyfon', '18', 10, 3, 0, 1, 5, 0, 'Dining Chair', 'Dining Chair', 0, NULL, NULL),
(142, 'smooth_table_polyfon', '18', 12, 4, 0, 1, 63, 0, 'Large Dining Table', 'For larger gatherings', 0, NULL, NULL),
(143, 'table_polyfon_med', '18', 13, 3, 0, 1, 12, 0, 'Large Coffee Table', 'For larger gatherings', 0, NULL, NULL),
(144, 'table_polyfon_small', '18', 14, 1, 0, 1, 4, 0, 'Small Coffee Table', 'For serving a stylish latte', 0, NULL, NULL),
(145, 'shelves_polyfon', '18', 15, 4, 0, 1, 2, 0, 'Bookcase', 'For the arty pad', 0, NULL, NULL),
(146, 'stand_polyfon_z', '18', 16, 1, 0, 1, 7, 0, 'Shelf', 'Tidy up', 0, NULL, NULL),
(147, 'tv_luxus', '19', 1, 6, 0, 1, 83, 0, 'Digital TV', 'Bang up to date', 0, NULL, NULL),
(148, 'wood_tv', '19', 2, 4, 0, 1, 61, 0, 'Large TV', 'HNN weatherman Kiazie', 0, NULL, NULL),
(149, 'red_tv', '19', 3, 3, 0, 1, 60, 0, 'Portable TV', 'Don?t miss those soaps', 0, NULL, NULL),
(150, 'A2 tlp 20', '19', 4, 3, 0, 1, 244, 0, '', '', 0, NULL, NULL),
(151, 'pizza', '19', 5, 3, 0, 1, 43, 0, 'Pizza Box', 'You dirty Habbo', 0, NULL, NULL),
(152, 'drinks', '19', 6, 3, 0, 1, 44, 0, 'Empty Cans', 'Are you a slob too?', 0, NULL, NULL),
(153, 'bottle', '19', 7, 3, 0, 1, 47, 0, 'Empty Spinning Bottle', 'For interesting games!', 0, NULL, NULL),
(154, 'edice', '19', 8, 6, 0, 1, 111, 0, 'Holo-dice', 'What\'s your lucky number?', 0, NULL, NULL),
(155, 'habbocake', '19', 9, 4, 0, 1, 109, 0, 'Cake', 'Save me a slice!', 0, NULL, NULL),
(156, 'menorah', '19', 10, 3, 0, 1, 103, 0, 'Menorah', 'Light up your room', 0, NULL, NULL),
(157, 'bunny', '19', 11, 3, 0, 1, 110, 0, 'Squidgy Bunny', 'Yours to cuddle up to', 0, NULL, NULL),
(158, 'poster 44', '19', 12, 3, 0, 1, 251, 44, 'Mummy', 'Beware the curse...', 0, NULL, NULL),
(159, 'wcandleset', '19', 13, 3, 0, 1, 105, 0, 'White Candle Plate', 'Simple but stylish', 0, NULL, NULL),
(160, 'rcandleset', '19', 14, 3, 0, 1, 106, 0, 'Red Candle Plate', 'Simple but stylish', 0, NULL, NULL),
(161, 'ham', '19', 15, 3, 0, 1, 104, 0, 'Joint of Ham', 'Tuck in', 0, NULL, NULL),
(162, 'hockey_light', '19', 16, 5, 0, 1, 131, 0, 'Lert', 'Set it off.', 0, NULL, NULL),
(163, 'bath', '20', 1, 6, 0, 1, 84, 0, 'Bubble Bath', 'The ultimate in pampering', 0, NULL, NULL),
(164, 'sink', '20', 2, 3, 0, 1, 85, 0, 'Sink', 'Hot and cold thrown in for no charge', 0, NULL, NULL),
(165, 'duck', '20', 3, 1, 0, 1, 87, 0, 'Rubber Duck', 'Every bather needs one', 0, NULL, NULL),
(166, 'toilet', '20', 4, 4, 0, 1, 86, 0, 'Loo Seat', 'Loo Seat', 0, NULL, NULL),
(167, 'toilet_red', '20', 5, 4, 0, 1, 89, 0, 'Loo Seat', 'Loo Seat', 0, NULL, NULL),
(168, 'toilet_yell', '20', 6, 4, 0, 1, 90, 0, 'Loo Seat', 'Loo Seat', 0, NULL, NULL),
(169, 'tile', '20', 7, 3, 0, 1, 88, 0, 'Floor Tiles', 'In a choice of colours', 0, NULL, NULL),
(170, 'tile_red', '20', 8, 3, 0, 1, 91, 0, 'Floor Tiles', 'In a choice of colours', 0, NULL, NULL),
(171, 'tile_yell', '20', 9, 3, 0, 1, 92, 0, 'Floor Tiles', 'In a choice of colours', 0, NULL, NULL),
(172, 'giftflowers', '21', 1, 4, 0, 1, 108, 0, 'Vase of Flowers', 'Guaranteed to stay fresh', 0, NULL, NULL),
(173, 'plant_rose', '21', 2, 3, 0, 1, 82, 0, 'Cut Roses', 'Sleek and chic', 0, NULL, NULL),
(174, 'plant_sunflower', '21', 3, 3, 0, 1, 81, 0, 'Cut Sunflower', 'For happy Habbos', 0, NULL, NULL),
(175, 'plant_yukka', '21', 4, 3, 0, 1, 75, 0, 'Yukka Plant', 'Easy to care for', 0, NULL, NULL),
(176, 'plant_pineapple', '21', 5, 3, 0, 1, 70, 0, 'Pineapple Plant', 'Needs loving glances', 0, NULL, NULL),
(177, 'plant_bonsai', '21', 6, 3, 0, 1, 73, 0, 'Bonsai Tree', 'You can be sure it lives', 0, NULL, NULL),
(178, 'plant_big_cactus', '21', 7, 3, 0, 1, 74, 0, 'Mature Cactus', 'Habbo Dreams monster in hiding! Shhhh', 0, NULL, NULL),
(179, 'plant_small_cactus', '21', 8, 1, 0, 1, 72, 0, 'Small Cactus', 'Even less watering than the real world', 0, NULL, NULL),
(180, 'plant_fruittree', '21', 9, 3, 0, 1, 71, 0, 'Fruit Tree', 'Great yield and sweet fruit', 0, NULL, NULL),
(181, 'plant_bulrush', '21', 10, 3, 0, 1, 235, 0, 'Bulrush', 'Ideal for the riverside', 0, NULL, NULL),
(182, 'plant_cruddy', '21', 11, 6, 0, 1, 46, 0, 'Aloe Vera', 'Goodbye Bert...', 0, NULL, NULL),
(183, 'plant_maze', '21', 12, 5, 0, 1, 234, 0, 'Maze Shrubbery', 'Build your maze!', 0, NULL, NULL),
(184, 'plant_mazegate', '21', 13, 6, 0, 1, 233, 0, 'Maze Shrubbery Gate', 'Did we make it?', 0, NULL, NULL),
(186, 'poster 52', '22', 1, 3, 0, 1, 251, 52, 'Hockey Stick', 'whack that ball!', 0, NULL, NULL),
(187, 'poster 53', '22', 2, 3, 0, 1, 251, 53, 'Hockey Stick', 'whack that ball!', 0, NULL, NULL),
(188, 'poster 54', '22', 3, 3, 0, 1, 251, 54, 'Hockey Stick', 'whack that ball!', 0, NULL, NULL),
(189, 'hockey_score', '22', 4, 6, 0, 1, 130, 0, 'Scoreboard', '...for keeping your score', 0, NULL, NULL),
(190, 'legotrophy', '22', 5, 6, 0, 1, 126, 0, 'Basketball Trophy', 'For the winning team', 0, NULL, NULL),
(191, 'poster 51', '22', 6, 3, 0, 1, 251, 51, 'Basketball Hoop', '2 points for every basket', 0, NULL, NULL),
(192, 'carpet_legocourt', '22', 7, 3, 0, 1, 124, 0, 'Basketball Court', 'Line up your slam dunk', 0, NULL, NULL),
(193, 'bench_lego', '22', 8, 6, 0, 1, 125, 0, 'Team Bench', 'For your reserve players', 0, NULL, NULL),
(194, 'sporttrack1*1', '22', 9, 3, 0, 1, 187, 0, 'Sport track straight', 'Let\'s get sporty!', 0, NULL, NULL),
(195, 'sporttrack1*2', '22', 12, 3, 0, 1, 189, 0, 'Sport track straight asphalt', 'Let\'s get sporty!', 0, NULL, NULL),
(196, 'sporttrack1*3', '22', 15, 3, 0, 1, 188, 0, 'Sport track straight grass', 'Let\'s get sporty!', 0, NULL, NULL),
(197, 'sporttrack2*1', '22', 10, 3, 0, 1, 190, 0, 'Sport corner tartan', 'Let\'s get sporty!', 0, NULL, NULL),
(198, 'sporttrack2*2', '22', 13, 3, 0, 1, 191, 0, 'Sport corner asphalt', 'Let\'s get sporty!', 0, NULL, NULL),
(199, 'sporttrack2*3', '22', 16, 3, 0, 1, 192, 0, 'Sport corner grass', 'Let\'s get sporty!', 0, NULL, NULL),
(200, 'sporttrack3*1', '22', 11, 3, 0, 1, 193, 0, 'Sport goal tartan', 'Let\'s get sporty!', 0, NULL, NULL),
(201, 'sporttrack3*2', '22', 14, 3, 0, 1, 194, 0, 'Sport goal asphalt', 'Let\'s get sporty!', 0, NULL, NULL),
(202, 'sporttrack3*3', '22', 17, 3, 0, 1, 195, 0, 'Sport goal grass', 'Let\'s get sporty!', 0, NULL, NULL),
(203, 'footylamp', '22', 18, 4, 0, 1, 196, 0, 'Football Lamp', 'Can you kick it?', 0, NULL, NULL),
(204, 'carpet_standard*4', '23', 1, 3, 0, 1, 39, 0, 'Floor Rug', 'Available in a variety of colours', 0, NULL, NULL),
(205, 'carpet_standard*5', '23', 2, 3, 0, 1, 41, 0, 'Floor Rug', 'Available in a variety of colours', 0, NULL, NULL),
(206, 'carpet_standard', '23', 3, 3, 0, 1, 31, 0, 'Floor rug', 'Available in a variety of colours', 0, NULL, NULL),
(207, 'carpet_standard*b', '23', 4, 3, 0, 1, 80, 0, 'Floor Rug', 'Available in a variety of colours', 0, NULL, NULL),
(208, 'carpet_standard*a', '23', 5, 3, 0, 1, 79, 0, 'Floor Rug', 'Available in a variety of colours', 0, NULL, NULL),
(209, 'carpet_standard*3', '23', 6, 3, 0, 1, 38, 0, 'Floor Rug', 'Available in a variety of colours', 0, NULL, NULL),
(210, 'carpet_standard*2', '23', 7, 3, 0, 1, 37, 0, 'Floor Rug', 'Available in a variety of colours', 0, NULL, NULL),
(211, 'carpet_standard*8', '23', 8, 3, 0, 1, 77, 0, 'Floor Rug', 'Available in a variety of colours', 0, NULL, NULL),
(212, 'carpet_standard*7', '23', 9, 3, 0, 1, 76, 0, 'Floor Rug', 'Available in a variety of colours', 0, NULL, NULL),
(213, 'carpet_standard*1', '23', 10, 3, 0, 1, 35, 0, 'Floor Rug', 'Available in a variety of colours', 0, NULL, NULL),
(214, 'carpet_standard*6', '23', 11, 3, 0, 1, 42, 0, 'Floor Rug', 'Available in a variety of colours', 0, NULL, NULL),
(215, 'carpet_standard*9', '23', 12, 3, 0, 1, 78, 0, '', '', 0, NULL, NULL),
(216, 'carpet_soft', '23', 13, 3, 0, 1, 53, 0, 'Soft Wool Rug', 'Soft Wool Rug', 0, NULL, NULL),
(217, 'carpet_soft*1', '23', 14, 3, 0, 1, 54, 0, 'Soft Wool Rug', 'Soft Wool Rug', 0, NULL, NULL),
(218, 'carpet_soft*2', '23', 15, 3, 0, 1, 55, 0, 'Soft Wool Rug', 'Soft Wool Rug', 0, NULL, NULL),
(219, 'carpet_soft*3', '23', 16, 3, 0, 1, 56, 0, 'Soft Wool Rug', 'Soft Wool Rug', 0, NULL, NULL),
(220, 'carpet_soft*4', '23', 17, 3, 0, 1, 57, 0, 'Soft Wool Rug', 'Soft Wool Rug', 0, NULL, NULL),
(221, 'carpet_soft*5', '23', 18, 3, 0, 1, 58, 0, 'Soft Wool Rug', 'Soft Wool Rug', 0, NULL, NULL),
(222, 'carpet_soft*6', '23', 19, 3, 0, 1, 59, 0, 'Soft Wool Rug', 'Soft Wool Rug', 0, NULL, NULL),
(223, 'doormat_love', '23', 20, 1, 0, 1, 13, 0, 'Doormat', 'Welcome Habbos in style', 0, NULL, NULL),
(224, 'doormat_plain', '23', 21, 1, 0, 1, 14, 0, 'Doormat', 'Available in a variety of colours', 0, NULL, NULL),
(225, 'doormat_plain*1', '23', 22, 1, 0, 1, 36, 0, 'Doormat', 'Available in a variety of colours', 0, NULL, NULL),
(226, 'doormat_plain*2', '23', 23, 1, 0, 1, 254, 0, 'Doormat', 'Available in a variety of colours', 0, NULL, NULL),
(227, 'doormat_plain*3', '23', 24, 1, 0, 1, 255, 0, 'Doormat', 'Available in a variety of colours', 0, NULL, NULL),
(228, 'doormat_plain*4', '23', 25, 1, 0, 1, 253, 0, 'Doormat', 'Available in a variety of colours', 0, NULL, NULL),
(229, 'doormat_plain*5', '23', 26, 1, 0, 1, 256, 0, 'Doormat', 'Available in a variety of colours', 0, NULL, NULL),
(230, 'doormat_plain*6', '23', 27, 1, 0, 1, 40, 0, 'Doormat', 'Available in a variety of colours', 0, NULL, NULL),
(231, 'carpet_armas', '23', 28, 3, 0, 1, 32, 0, 'Hand-Woven Rug', 'Adds instant warmth', 0, NULL, NULL),
(232, 'carpet_polar', '23', 29, 4, 0, 1, 33, 0, 'Faux-Fur Bear Rug', 'For cuddling up on', 0, NULL, NULL),
(233, 'prizetrophy2*3', '26', 1, 8, 0, 1, 133, 0, 'Duck trophy', 'Breathtaking bronze', 0, NULL, NULL),
(234, 'prizetrophy3*3', '26', 2, 8, 0, 1, 134, 0, 'Globe trophy', 'Breathtaking bronze', 0, NULL, NULL),
(235, 'prizetrophy4*3', '26', 3, 8, 0, 1, 135, 0, 'Fish trophy', 'Breathtaking bronze', 0, NULL, NULL),
(236, 'prizetrophy5*3', '26', 4, 8, 0, 1, 136, 0, 'Duo trophy', 'Breathtaking bronze', 0, NULL, NULL),
(237, 'prizetrophy6*3', '26', 5, 8, 0, 1, 137, 0, 'Champion trophy', 'Breathtaking bronze', 0, NULL, NULL),
(238, 'prizetrophy*3', '26', 6, 8, 0, 1, 149, 0, 'Classic trophy', 'Breathtaking bronze', 0, NULL, NULL),
(239, 'prizetrophy2*2', '26', 7, 10, 0, 1, 144, 0, 'Duck trophy', 'Shiny silver', 0, NULL, NULL),
(240, 'prizetrophy3*2', '26', 8, 10, 0, 1, 145, 0, 'Globe trophy', 'Shiny silver', 0, NULL, NULL),
(241, 'prizetrophy4*2', '26', 9, 10, 0, 1, 146, 0, 'Fish trophy', 'Shiny silver', 0, NULL, NULL),
(242, 'prizetrophy5*2', '26', 10, 10, 0, 1, 147, 0, 'Duo trophy', 'Shiny silver', 0, NULL, NULL),
(243, 'prizetrophy6*2', '26', 11, 10, 0, 1, 148, 0, 'Champion trophy', 'Shiny silver', 0, NULL, NULL),
(244, 'prizetrophy*2', '26', 12, 10, 0, 1, 143, 0, 'Classic trophy', 'Shiny silver', 0, NULL, NULL),
(245, 'prizetrophy2*1', '26', 13, 12, 0, 1, 138, 0, 'Duck trophy', 'Glittery gold', 0, NULL, NULL),
(246, 'prizetrophy3*1', '26', 14, 12, 0, 1, 139, 0, 'Globe trophy', 'Glittery gold', 0, NULL, NULL),
(247, 'prizetrophy4*1', '26', 15, 12, 0, 1, 140, 0, 'Fish trophy', 'Glittery gold', 0, NULL, NULL),
(248, 'prizetrophy5*1', '26', 16, 12, 0, 1, 141, 0, 'Duo trophy', 'Glittery gold', 0, NULL, NULL),
(249, 'prizetrophy6*3', '26', 17, 12, 0, 1, 137, 0, 'Champion trophy', 'Breathtaking bronze', 0, NULL, NULL),
(250, 'prizetrophy6*1', '26', 18, 12, 0, 1, 142, 0, 'Champion trophy', 'Glittery gold', 0, NULL, NULL),
(251, 'wallpaper', '3', 2, 2, 0, 1, 250, 1, '', '', 0, NULL, NULL),
(252, 'wallpaper', '3', 3, 2, 0, 1, 250, 2, '', '', 0, NULL, NULL),
(253, 'wallpaper', '3', 4, 2, 0, 1, 250, 3, '', '', 0, NULL, NULL),
(254, 'wallpaper', '3', 5, 2, 0, 1, 250, 4, '', '', 0, NULL, NULL),
(255, 'wallpaper', '3', 6, 2, 0, 1, 250, 5, '', '', 0, NULL, NULL),
(256, 'wallpaper', '3', 7, 2, 0, 1, 250, 6, '', '', 0, NULL, NULL),
(257, 'wallpaper', '3', 8, 2, 0, 1, 250, 7, '', '', 0, NULL, NULL),
(258, 'wallpaper', '3', 9, 2, 0, 1, 250, 8, '', '', 0, NULL, NULL),
(259, 'wallpaper', '3', 10, 2, 0, 1, 250, 9, '', '', 0, NULL, NULL),
(260, 'wallpaper', '3', 11, 2, 0, 1, 250, 10, '', '', 0, NULL, NULL),
(261, 'wallpaper', '3', 12, 3, 0, 1, 250, 11, '', '', 0, NULL, NULL),
(262, 'wallpaper', '3', 13, 3, 0, 1, 250, 12, '', '', 0, NULL, NULL),
(263, 'wallpaper', '3', 14, 3, 0, 1, 250, 13, '', '', 0, NULL, NULL),
(264, 'wallpaper', '3', 15, 3, 0, 1, 250, 14, '', '', 0, NULL, NULL),
(265, 'wallpaper', '3', 16, 3, 0, 1, 250, 15, '', '', 0, NULL, NULL),
(266, 'wallpaper', '3', 17, 3, 0, 1, 250, 16, '', '', 0, NULL, NULL),
(267, 'wallpaper', '3', 18, 3, 0, 1, 250, 17, '', '', 0, NULL, NULL),
(268, 'wallpaper', '3', 19, 3, 0, 1, 250, 18, '', '', 0, NULL, NULL),
(269, 'wallpaper', '3', 20, 3, 0, 1, 250, 19, '', '', 0, NULL, NULL),
(270, 'wallpaper', '3', 21, 3, 0, 1, 250, 20, '', '', 0, NULL, NULL),
(271, 'wallpaper', '3', 22, 3, 0, 1, 250, 21, '', '', 0, NULL, NULL),
(272, 'wallpaper', '3', 23, 3, 0, 1, 250, 22, '', '', 0, NULL, NULL),
(273, 'wallpaper', '3', 24, 3, 0, 1, 250, 23, '', '', 0, NULL, NULL),
(274, 'wallpaper', '3', 25, 3, 0, 1, 250, 24, '', '', 0, NULL, NULL),
(275, 'wallpaper', '3', 26, 3, 0, 1, 250, 25, '', '', 0, NULL, NULL),
(276, 'wallpaper', '3', 27, 3, 0, 1, 250, 26, '', '', 0, NULL, NULL),
(277, 'wallpaper', '3', 28, 3, 0, 1, 250, 27, '', '', 0, NULL, NULL),
(278, 'wallpaper', '3', 29, 3, 0, 1, 250, 28, '', '', 0, NULL, NULL),
(279, 'wallpaper', '3', 30, 3, 0, 1, 250, 29, '', '', 0, NULL, NULL),
(280, 'wallpaper', '3', 31, 3, 0, 1, 250, 30, '', '', 0, NULL, NULL),
(281, 'wallpaper', '3', 32, 3, 0, 1, 250, 31, '', '', 0, NULL, NULL),
(282, 'poster 7', '24', 1, 3, 0, 1, 251, 7, 'Hammer Cabinet', 'For emergencies only', 0, NULL, NULL),
(283, 'poster 18', '24', 2, 3, 0, 1, 251, 18, 'Butterfly Cabinet 2', 'Beautiful reproduction butterfly', 0, NULL, NULL),
(284, 'poster 17', '24', 3, 3, 0, 1, 251, 17, 'Butterfly Cabinet 1', 'Beautiful reproduction butterfly', 0, NULL, NULL),
(285, 'poster 4', '24', 4, 3, 0, 1, 251, 4, 'Bear Plaque', 'Fake of course!', 0, NULL, NULL),
(286, 'poster 3', '24', 5, 3, 0, 1, 251, 3, 'Fish Plaque', 'Smells fishy, looks cool', 0, NULL, NULL),
(287, 'poster 2', '24', 6, 3, 0, 1, 251, 2, 'Carrot Plaque', 'Take pride in your veg!', 0, NULL, NULL),
(288, 'poster 10', '24', 7, 3, 0, 1, 251, 10, 'Lapland Poster', 'Beautiful sunset', 0, NULL, NULL),
(289, 'poster 15', '24', 8, 3, 0, 1, 251, 15, 'Himalayas Poster', 'Marvellous mountains', 0, NULL, NULL),
(290, 'poster 9', '24', 9, 3, 0, 1, 251, 9, 'Rainforest Poster', 'Do your bit for the environment', 0, NULL, NULL),
(291, 'poster 8', '24', 10, 3, 0, 1, 251, 8, 'Habbo Colours', 'Habbos come in all colours', 0, NULL, NULL),
(292, 'poster 19', '24', 11, 3, 0, 1, 251, 19, 'Hole In The Wall', 'Trying to get in or out?', 0, NULL, NULL),
(293, 'poster 16', '24', 12, 3, 0, 1, 251, 16, 'Bars', 'Added security', 0, NULL, NULL),
(294, 'poster 5', '24', 13, 3, 0, 1, 251, 5, 'Duck Poster', 'Quacking good design!', 0, NULL, NULL),
(295, 'poster 6', '24', 14, 3, 0, 1, 251, 6, 'Abstract Poster', 'But is it the right way up?', 0, NULL, NULL),
(296, 'poster 32', '24', 15, 3, 0, 1, 251, 32, 'Siva Poster', 'The Auspicious One', 0, NULL, NULL),
(297, 'poster 1', '24', 16, 3, 0, 1, 251, 1, 'Lady Lisa', 'Is she smiling?', 0, NULL, NULL),
(298, 'poster 14', '24', 17, 3, 0, 1, 251, 14, 'Fox Poster', 'A cunning painting', 0, NULL, NULL),
(299, 'poster 55', '24', 18, 3, 0, 1, 251, 55, 'Tree of Time', 'Save our trees!', 0, NULL, NULL),
(300, 'poster 33', '24', 19, 3, 0, 1, 251, 33, 'Save the Panda', 'We can\'t bear to lose them', 0, NULL, NULL),
(301, 'poster 11', '24', 20, 3, 0, 1, 251, 11, 'Certificate', 'I obey the Habbo way!', 0, NULL, NULL),
(302, 'poster 511', '25', 1, 3, 0, 1, 251, 511, 'The Dutch flag', 'The flag of The Netherlands', 0, NULL, NULL),
(303, 'poster 502', '25', 2, 3, 0, 1, 251, 502, 'The Stars and Stripes', 'The US flag', 0, NULL, NULL),
(304, 'poster 513', '25', 3, 3, 0, 1, 251, 513, 'The Australian flag', 'Aussies rule!', 0, NULL, NULL),
(305, 'poster 521', '25', 4, 3, 0, 1, 251, 521, 'Flag of Brazil', 'Ordem e progresso', 0, NULL, NULL),
(306, 'poster 505', '25', 5, 3, 0, 1, 251, 505, 'The Maple Leaf', 'The Canadian flag', 0, NULL, NULL),
(307, 'poster 504', '25', 6, 3, 0, 1, 251, 504, 'The Bundesflagge', 'The German flag', 0, NULL, NULL),
(308, 'poster 516', '25', 7, 3, 0, 1, 251, 516, 'The English flag', 'Eng-er-land', 0, NULL, NULL),
(309, 'poster 507', '25', 8, 3, 0, 1, 251, 507, 'The French Tricolore', 'The French flag', 0, NULL, NULL),
(310, 'poster 512', '25', 9, 3, 0, 1, 251, 512, 'The Irish flag', 'The flag of Ireland', 0, NULL, NULL),
(311, 'poster 523', '25', 10, 3, 0, 1, 251, 523, 'India Flag', 'The flag of India', 0, NULL, NULL),
(312, 'poster 509', '25', 11, 3, 0, 1, 251, 509, 'The Jamaican flag', 'The flag of Jamaica', 0, NULL, NULL),
(313, 'poster 522', '25', 12, 3, 0, 1, 251, 522, 'Japan Flag', 'Land of the rising sun', 0, NULL, NULL),
(314, 'poster 520', '25', 13, 3, 0, 1, 251, 520, 'The Rainbow Flag', 'Every colour for everyone', 0, NULL, NULL),
(315, 'poster 517', '25', 14, 3, 0, 1, 251, 517, 'The Scottish flag', 'Where\'s your kilt?', 0, NULL, NULL),
(316, 'poster 508', '25', 15, 3, 0, 1, 251, 508, 'The Spanish flag', 'The flag of Spain', 0, NULL, NULL),
(317, 'poster 514', '25', 16, 3, 0, 1, 251, 514, 'The EU flag', 'Be proud to be in the Union!', 0, NULL, NULL),
(318, 'poster 506', '25', 17, 3, 0, 1, 251, 506, 'The flag of Finland', 'To \'Finnish\' your decor...', 0, NULL, NULL),
(319, 'poster 510', '25', 18, 3, 0, 1, 251, 510, 'The Italian flag', 'The flag of Italy', 0, NULL, NULL),
(320, 'poster 518', '25', 19, 3, 0, 1, 251, 518, 'The Welsh flag', 'A fiery dragon for your wall', 0, NULL, NULL),
(321, 'poster 515', '25', 20, 3, 0, 1, 251, 515, 'The Swedish flag', 'Waved by Swedes everywhere', 0, NULL, NULL),
(322, 'poster 503', '25', 21, 3, 0, 1, 251, 503, 'The Swiss flag', 'There\'s no holes in this...', 0, NULL, NULL),
(323, 'poster 500', '25', 22, 3, 0, 1, 251, 500, 'Union Jack', 'The UK flag', 0, NULL, NULL),
(324, 'poster 501', '25', 23, 3, 0, 1, 251, 501, 'Jolly Roger', 'For pirates everywhere', 0, NULL, NULL),
(325, 'club_sofa', '27', 1, 5, 0, 1, 112, 0, 'Club sofa', 'Club sofa', 0, NULL, NULL),
(326, 'mocchamaster', '27', 2, 5, 0, 1, 123, 0, 'Mochamaster', 'Wake up and smell it!', 0, NULL, NULL),
(327, 'edicehc', '27', 3, 5, 0, 1, 127, 0, 'Dicemaster', 'Click and roll!', 0, NULL, NULL),
(328, 'hcamme', '27', 4, 5, 0, 1, 129, 0, 'Tubmaster', 'Time for a soak', 0, NULL, NULL),
(329, 'doorD', '27', 5, 5, 0, 1, 132, 0, 'Imperial Teleport', 'Let\'s go over tzar!', 0, NULL, NULL),
(330, 'hcsohva', '27', 6, 5, 0, 1, 128, 0, 'Throne Sofa', 'For royal bottoms...', 0, NULL, NULL),
(331, 'hc_lmp', '27', 7, 5, 0, 1, 150, 0, 'Oil Lamp', 'Be enlightened', 0, NULL, NULL),
(332, 'hc_tbl', '27', 8, 5, 0, 1, 151, 0, 'Nordic Table', 'Perfect for banquets', 0, NULL, NULL),
(333, 'hc_chr', '27', 9, 5, 0, 1, 152, 0, 'Majestic Chair', 'Royal comfort', 0, NULL, NULL),
(334, 'hc_dsk', '27', 10, 5, 0, 1, 153, 0, 'Study Desk', 'For Habbo scholars', 0, NULL, NULL),
(335, 'hc_trll', '27', 11, 5, 0, 1, 228, 0, 'Drinks Trolley', 'For swanky dinners only', 0, NULL, NULL),
(336, 'hc_lmpst', '27', 12, 5, 0, 1, 224, 0, 'Victorian Street Light', 'Somber and atmospheric', 0, NULL, NULL),
(337, 'hc_crtn', '27', 13, 5, 0, 1, 221, 0, 'Antique Drapery', 'Topnotch privacy protection', 0, NULL, NULL),
(338, 'hc_tv', '27', 14, 5, 0, 1, 214, 0, 'Mega TV Set', 'Forget plasma, go HC!', 0, NULL, NULL),
(339, 'hc_btlr', '27', 15, 5, 0, 1, 220, 0, 'Electric Butler', 'Your personal caretaker', 0, NULL, NULL),
(340, 'hc_bkshlf', '27', 16, 5, 0, 1, 219, 0, 'Medieval Bookcase', 'For the scholarly ones', 0, NULL, NULL),
(341, 'hc_rntgn', '27', 17, 5, 0, 1, 227, 0, 'X-Ray Divider', 'Believe it or not!', 0, NULL, NULL),
(342, 'hc_frplc', '27', 18, 5, 0, 1, 223, 0, 'Heavy Duty Fireplace', 'Pixel-powered for maximum heating', 0, NULL, NULL),
(343, 'hc_djset', '27', 19, 5, 0, 1, 222, 0, 'The Grammophon', 'Very old skool scratch\'n\'spin', 0, NULL, NULL),
(344, 'hc_wall_lamp', '27', 20, 5, 0, 1, 246, 0, 'Retro Wall Lamp', 'Tres chic!', 0, NULL, NULL),
(345, 'hc_machine', '27', 21, 5, 0, 1, 225, 0, 'Weird Science Machine', 'By and for mad inventors', 0, NULL, NULL),
(346, 'deal_hcrollers', '27', 22, 5, 0, 1, 0, 0, '', '', 1, 'HC rollers set', 'Five of those uber rollers in one pack!'),
(347, 'deal_throne', '27', 23, 5, 0, 1, 0, 0, '', '', 1, 'Throne', 'Ten for the price of one!'),
(348, 'rare_dragonlamp*4', '28', 1, 5, 0, 1, 170, 0, 'Black Dragon Lamp', 'Scary and scorching!', 0, NULL, NULL),
(349, 'rare_dragonlamp*0', '28', 2, 5, 0, 1, 171, 0, 'Fire Dragon Lamp', 'George and the...', 0, NULL, NULL),
(351, 'rare_dragonlamp*2', '28', 4, 5, 0, 1, 173, 0, 'Jade Dragon Lamp', 'Oriental beast of legends', 0, NULL, NULL),
(352, 'rare_dragonlamp*8', '28', 5, 5, 0, 1, 174, 0, 'Bronze Dragon Lamp', 'Scary and scorching!', 0, NULL, NULL),
(353, 'rare_dragonlamp*9', '28', 6, 5, 0, 1, 175, 0, 'Purple Dragon Lamp', 'Scary and scorching!', 0, NULL, NULL),
(354, 'rare_dragonlamp*7', '28', 7, 5, 0, 1, 176, 0, 'Sky Dragon Lamp', 'Scary and scorching!', 0, NULL, NULL),
(355, 'rare_dragonlamp*6', '28', 8, 5, 0, 1, 177, 0, 'Gold Dragon Lamp', 'Scary and scorching!', 0, NULL, NULL),
(356, 'rare_dragonlamp*1', '28', 9, 5, 0, 1, 178, 0, 'Sea Dragon Lamp', 'Out of the deep blue!', 0, NULL, NULL),
(357, 'rare_dragonlamp*3', '28', 10, 5, 0, 1, 179, 0, 'Silver Dragon Lamp', 'Scary and scorching!', 0, NULL, NULL),
(358, 'scifidoor*1', '29', 0, 5, 0, 1, 270, 0, 'Pink Spaceship Door', 'There out of this world!', 0, NULL, NULL),
(359, 'scifidoor*10', '29', 0, 5, 0, 1, 261, 0, 'Violet Spaceship Door', 'There out of this world!', 0, NULL, NULL),
(360, 'scifidoor*2', '29', 0, 5, 0, 1, 269, 0, 'Yellow Spaceship Door', 'There out of this world!', 0, NULL, NULL),
(361, 'scifidoor*3', '29', 0, 5, 0, 1, 268, 0, 'Lightblue Spaceship Door', 'There out of this world!', 0, NULL, NULL),
(362, 'scifidoor*4', '29', 0, 5, 0, 1, 267, 0, 'Emerald Spaceship Door', 'Protect your pot of gold!', 0, NULL, NULL),
(363, 'scifidoor*5', '29', 0, 5, 0, 1, 266, 0, 'White Spaceship Door', 'There out of this world!', 0, NULL, NULL),
(364, 'scifidoor*6', '29', 0, 5, 0, 1, 265, 0, 'Black Monolith', 'Monolith goes up! Monolith goes down!', 0, NULL, NULL),
(365, 'scifidoor*7', '29', 0, 5, 0, 1, 264, 0, 'Aqua Spaceship Door', 'There out of this world!', 0, NULL, NULL),
(366, 'scifidoor*8', '29', 0, 5, 0, 1, 263, 0, 'Purple Spaceship Door', 'There out of this world!', 0, NULL, NULL),
(367, 'scifidoor*9', '29', 0, 5, 0, 1, 262, 0, 'Blue Spaceship Door', 'There out of this world!', 0, NULL, NULL),
(368, 'rare_parasol*0', '30', 0, 5, 0, 1, 260, 0, 'Green Parasol', 'Block those rays!', 0, NULL, NULL),
(369, 'rare_parasol*1', '30', 0, 5, 0, 1, 257, 0, 'Yellow Parasol', 'Block those rays!', 0, NULL, NULL),
(370, 'rare_parasol*2', '30', 0, 5, 0, 1, 258, 0, 'Orange Parasol', 'Block those rays!', 0, NULL, NULL),
(371, 'rare_parasol*3', '30', 0, 5, 0, 1, 259, 0, 'Violet Parasol', 'Block those rays!', 0, NULL, NULL),
(372, 'wooden_screen*0', '31', 0, 5, 0, 1, 317, 0, 'White Oriental Screen', 'Add an exotic touch to your room', 0, NULL, NULL),
(373, 'wooden_screen*1', '31', 0, 5, 0, 1, 314, 0, 'Pink Oriental screen', 'Add an exotic touch to your room', 0, NULL, NULL),
(374, 'wooden_screen*2', '31', 0, 5, 0, 1, 315, 0, 'RosewoodScreen', 'Add an exotic touch to your room', 0, NULL, NULL),
(375, 'wooden_screen*3', '31', 0, 5, 0, 1, 323, 0, 'Aqua Oriental Screen', 'Add an exotic touch to your room', 0, NULL, NULL),
(376, 'wooden_screen*4', '31', 0, 5, 0, 1, 321, 0, 'Golden Oriental Screen', 'Add an exotic touch to your room', 0, NULL, NULL),
(377, 'wooden_screen*5', '31', 0, 5, 0, 1, 319, 0, 'Gray Oriental Screen', 'Add an exotic touch to your room', 0, NULL, NULL),
(378, 'wooden_screen*6', '31', 0, 5, 0, 1, 322, 0, 'Blue Oriental Screen', 'Add an exotic touch to your room', 0, NULL, NULL),
(379, 'wooden_screen*7', '31', 0, 5, 0, 1, 316, 0, 'Purple Oriental Screen', 'Add an exotic touch to your room', 0, NULL, NULL),
(380, 'wooden_screen*8', '31', 0, 5, 0, 1, 318, 0, 'Night Blue Oriental Screen', 'Add an exotic touch to your room', 0, NULL, NULL),
(381, 'wooden_screen*9', '31', 0, 5, 0, 1, 320, 0, 'Green Oriental Screen', 'Add an exotic touch to your room', 0, NULL, NULL),
(382, 'marquee*1', '32', 0, 5, 0, 1, 304, 0, 'Pink marquee', 'It\'s both door and a shade!', 0, NULL, NULL),
(383, 'marquee*2', '32', 0, 5, 0, 1, 305, 0, 'Red Dragon Marquee', 'Dragons out and Davids in!', 0, NULL, NULL),
(384, 'marquee*3', '32', 0, 5, 0, 1, 313, 0, 'Aqua Marquee', 'It\'s both door and a shade!', 0, NULL, NULL),
(385, 'marquee*4', '32', 0, 5, 0, 1, 311, 0, 'Yellow Marquee', 'It\'s both door and a shade!', 0, NULL, NULL),
(386, 'marquee*5', '32', 0, 5, 0, 1, 310, 0, 'Graphite Marquee', 'It\'s both door and a shade!', 0, NULL, NULL),
(387, 'marquee*6', '32', 0, 5, 0, 1, 312, 0, 'Blue Marquee', 'It\'s both door and a shade!', 0, NULL, NULL),
(388, 'marquee*7', '32', 0, 5, 0, 1, 306, 0, 'Purple Marquee', 'It\'s both door and a shade!', 0, NULL, NULL),
(389, 'marquee*8', '32', 0, 5, 0, 1, 308, 0, 'Ultramarine Marquee', 'It\'s both door and a shade!', 0, NULL, NULL),
(390, 'marquee*9', '32', 0, 5, 0, 1, 309, 0, 'Green Marquee', 'It\'s both door and a shade!', 0, NULL, NULL),
(392, 'pillow*5', '33', 0, 5, 0, 1, 294, 0, 'Black Leather Pillow', 'Puffy, soft and huge', 0, NULL, NULL),
(393, 'pillow*8', '33', 0, 5, 0, 1, 295, 0, 'Navy Cord Pillow', 'Puffy, soft and huge', 0, NULL, NULL),
(394, 'pillow*0', '33', 0, 5, 0, 1, 296, 0, 'White Lace Pillow', 'Minimalist comfort!', 0, NULL, NULL),
(395, 'pillow*1', '33', 0, 5, 0, 1, 297, 0, 'Pink Fluffy Pillow', 'Puffy, soft and huge', 0, NULL, NULL),
(396, 'pillow*2', '33', 0, 5, 0, 1, 298, 0, 'Red Silk Pillow', 'Puffy, soft and huge', 0, NULL, NULL),
(397, 'pillow*7', '33', 0, 5, 0, 1, 299, 0, 'Purple Velvet Pillow', 'Bonnie\'s pillow of choice!', 0, NULL, NULL),
(398, 'pillow*9', '33', 0, 5, 0, 1, 300, 0, 'Green Wooly Pillow', 'Puffy, soft and VERY fluffy!', 0, NULL, NULL),
(399, 'pillow*4', '33', 0, 5, 0, 1, 301, 0, 'Gold Feather Pillow', 'Puffy, soft and huge', 0, NULL, NULL),
(400, 'pillow*6', '33', 0, 5, 0, 1, 302, 0, 'Blue Cotton Pillow', 'Puffy, soft and huge', 0, NULL, NULL),
(401, 'pillow*3', '33', 0, 5, 0, 1, 303, 0, 'Turquoise Satin Pillow', 'Puffy, soft and huge', 0, NULL, NULL),
(402, 'rare_icecream*0', '34', 0, 5, 0, 1, 331, 0, 'Cherry Ice Cream Machine', 'Virtual cherry rocks!', 0, NULL, NULL),
(403, 'rare_icecream*1', '34', 0, 5, 0, 1, 324, 0, 'Blueberry Ice Cream Machine', 'Virtual blueberry rocks!', 0, NULL, NULL),
(404, 'rare_icecream*2', '34', 0, 5, 0, 1, 327, 0, 'Pistachio Ice Cream Machine', 'Virtual pistachio rocks!', 0, NULL, NULL),
(405, 'rare_icecream*3', '34', 0, 5, 0, 1, 330, 0, 'Blackcurrant Ice Cream Machine', 'Virtual blackcurrant rocks!', 0, NULL, NULL),
(406, 'rare_icecream*4', '34', 0, 5, 0, 1, 332, 0, 'Strawberry Ice Cream Machine', 'Virtual strawberry rocks!', 0, NULL, NULL),
(407, 'rare_icecream*5', '34', 0, 5, 0, 1, 333, 0, 'Vanilla Ice Cream Machine', 'Virtual vanilla rocks!', 0, NULL, NULL),
(408, 'rare_icecream*6', '34', 0, 5, 0, 1, 328, 0, 'Toffee Ice Cream Machine', 'Virtual toffee rocks!', 0, NULL, NULL),
(409, 'rare_icecream*7', '34', 0, 5, 0, 1, 325, 0, 'Chocolate Ice Cream Machine', 'Virtual chocolate rocks!', 0, NULL, NULL),
(410, 'rare_icecream*8', '34', 0, 5, 0, 1, 326, 0, 'Peppermint Ice Cream Machine', 'Virtual peppermint rocks!', 0, NULL, NULL),
(411, 'rare_icecream*9', '34', 0, 5, 0, 1, 329, 0, 'Bubblegum Ice Cream Machine', 'Virtual bubblegum rocks!', 0, NULL, NULL),
(412, 'scifirocket*0', '35', 0, 5, 0, 1, 293, 0, 'Mars Smoke Machine', 'See in 2007 with a bang!', 0, NULL, NULL),
(413, 'scifirocket*1', '35', 0, 5, 0, 1, 292, 0, 'Saturn Smoke Machine', 'There is always space for this!', 0, NULL, NULL),
(414, 'scifirocket*2', '35', 0, 5, 0, 1, 291, 0, 'Earth Smoke Machine', 'A little closer to home!', 0, NULL, NULL),
(415, 'scifirocket*3', '35', 0, 5, 0, 1, 290, 0, 'Endor Smoke Machine', 'Caution! Unknown Location!', 0, NULL, NULL),
(416, 'scifirocket*4', '35', 0, 5, 0, 1, 289, 0, 'Venus Smoke Machine', 'Welcome... to planet love', 0, NULL, NULL),
(417, 'scifirocket*5', '35', 0, 5, 0, 1, 288, 0, 'Uranus Smoke Machine', 'From the unknown depths of space', 0, NULL, NULL),
(418, 'scifirocket*6', '35', 0, 5, 0, 1, 287, 0, 'Mercury Smoke Machine', 'Too hot to handle!', 0, NULL, NULL),
(419, 'scifirocket*7', '35', 0, 5, 0, 1, 286, 0, 'Jupiter Smoke Machine', 'Larger than life!', 0, NULL, NULL),
(420, 'scifirocket*8', '35', 0, 5, 0, 1, 285, 0, 'Pluto Smoke Machine', 'From a space far, far away!', 0, NULL, NULL),
(421, 'scifirocket*9', '35', 0, 5, 0, 1, 284, 0, 'Neptune Smoke Machine', 'Something fishy is going on...', 0, NULL, NULL),
(422, 'scifiport*0', '36', 0, 5, 0, 1, 274, 0, 'Red Laser Door', 'Energy beams. No trespassers!', 0, NULL, NULL),
(423, 'scifiport*1', '36', 0, 5, 0, 1, 283, 0, 'Gold Laser Gate', 'Energy beams. No trespassers!', 0, NULL, NULL),
(424, 'scifiport*2', '36', 0, 5, 0, 1, 282, 0, 'Blue Laser Gate', 'Get in the ring!', 0, NULL, NULL),
(425, 'scifiport*3', '36', 0, 5, 0, 1, 281, 0, 'Jade Sci-Fi Port', 'Energy beams. No trespassers!', 0, NULL, NULL),
(426, 'scifiport*4', '36', 0, 5, 0, 1, 280, 0, 'Pink Sci-Fi Port', 'Energy beams. No trespassers!', 0, NULL, NULL),
(427, 'scifiport*5', '36', 0, 5, 0, 1, 279, 0, 'Security Fence', 'Recovered from Roswell', 0, NULL, NULL),
(428, 'scifiport*6', '36', 0, 5, 0, 1, 278, 0, 'White Sci-Fi Port', 'Energy beams. No trespassers!', 0, NULL, NULL),
(429, 'scifiport*7', '36', 0, 5, 0, 1, 277, 0, 'Turquoise Sci-Fi Port', 'Energy beams. No trespassers!', 0, NULL, NULL),
(430, 'scifiport*8', '36', 0, 5, 0, 1, 276, 0, 'Purple Sci-Fi Port', 'Energy beams. No trespassers!', 0, NULL, NULL),
(431, 'scifiport*9', '36', 0, 5, 0, 1, 275, 0, 'Violet Sci-Fi Port', 'Energy beams. No trespassers!', 0, NULL, NULL),
(432, 'rare_beehive_bulb', '37', 53, 5, 0, 1, 271, 0, 'Blue Amber Lamp', 'A honey-hued glow', 0, NULL, NULL),
(433, 'rare_beehive_bulb*1', '37', 53, 5, 0, 1, 272, 0, 'Red Amber Lamp', 'A honey-hued glow', 0, NULL, NULL),
(434, 'rare_beehive_bulb*2', '37', 53, 5, 0, 1, 273, 0, 'Yellow Amber Lamp', 'A honey-hued glow', 0, NULL, NULL),
(435, 'rare_fountain', '38', 54, 5, 0, 1, 334, 0, 'Bird Bath (red)', 'For our feathered friends', 0, NULL, NULL),
(436, 'rare_fountain*1', '38', 54, 5, 0, 1, 335, 0, 'Bird Bath (grey)', 'For our feathered friends', 0, NULL, NULL),
(437, 'rare_fountain*2', '38', 54, 5, 0, 1, 336, 0, 'Bird Bath (green)', 'For our feathered friends', 0, NULL, NULL),
(438, 'rare_fountain*3', '38', 54, 5, 0, 1, 337, 0, 'Bird Bath (blue)', 'For our feathered friends', 0, NULL, NULL),
(439, 'rare_elephant_statue', '39', 55, 5, 0, 1, 338, 0, 'Golden Elephant', 'Say hello to Nelly', 0, NULL, NULL),
(440, 'rare_elephant_statue*1', '39', 0, 5, 0, 1, 339, 0, 'Silver Elephant', 'Say hello to Nelly', 0, NULL, NULL),
(441, 'rare_elephant_statue*2', '39', 0, 5, 0, 1, 340, 0, 'Bronze Elephant', 'Say hello to Nelly', 0, NULL, NULL),
(442, 'rare_fan*0', '40', 0, 5, 0, 1, 345, 0, 'Festive Fan', 'As red as Rudolph\'s nose', 0, NULL, NULL),
(443, 'rare_fan*1', '40', 0, 5, 0, 1, 348, 0, 'Birthday Fan', 'It\'ll blow your candles out!', 0, NULL, NULL),
(444, 'rare_fan*2', '40', 0, 5, 0, 1, 350, 0, 'Green Powered Fan', 'It\'ll blow you away!', 0, NULL, NULL),
(445, 'rare_fan*3', '40', 0, 5, 0, 1, 344, 0, 'Purple Dragon Skin Fan', 'Keeps the heat off St George!', 0, NULL, NULL),
(446, 'rare_fan*4', '40', 0, 5, 0, 1, 346, 0, 'SUPERLOVE Fan', 'Fanning the fires of SUPERLOVE...', 0, NULL, NULL),
(447, 'rare_fan*5', '40', 0, 5, 0, 1, 347, 0, 'Yellow Powered Fan', 'It\'ll blow you away!', 0, NULL, NULL),
(448, 'rare_fan*6', '40', 0, 5, 0, 1, 342, 0, 'Ochre Powered Fan', 'It\'ll blow you away!', 0, NULL, NULL),
(449, 'rare_fan*7', '40', 0, 5, 0, 1, 341, 0, 'Brown Powered Fan', '...it\'s really hit the fan!', 0, NULL, NULL),
(450, 'rare_fan*8', '40', 0, 5, 0, 1, 349, 0, 'Habbo Wind Turbine', 'Stylish, Eco-Energy!', 0, NULL, NULL),
(451, 'rare_fan*9', '40', 0, 5, 0, 1, 343, 0, 'Fucsia Powered Fan', 'It\'ll blow you away!', 0, NULL, NULL),
(452, 'habbowheel', '19', 0, 8, 0, 1, 351, 0, 'The Wheel of Destiny!', 'So you gotta ask yourself, \'Do I feel lucky?\'', 0, NULL, NULL),
(453, 'roomdimmer', '19', 0, 12, 1, 1, 352, 0, 'Mood Light', 'Superior lighting for your room', 0, NULL, NULL),
(454, 'jukebox*1', '11,84,85,86,87,88,89', 2, 3, 0, 1, 353, 0, 'Jukebox', 'For your Happy Days!', 0, NULL, NULL),
(455, 'jukebox_ptv*1', '11', 0, 8, 1, 1, 354, 0, 'Jukebox Pacha TV', 'Jukebox Pacha TV', 0, NULL, NULL),
(456, 'carpet_soft_tut', '23', 0, 1, 0, 1, 355, 0, 'Welcome Mat', 'Welcome, enjoy your stay!', 0, NULL, NULL),
(458, 'sound_set_10', '89', 9, 3, 0, 1, 357, 0, 'Hip Hop Beats 1', 'Made from real Boy Bands!', 0, NULL, NULL),
(459, 'sound_set_11', '86', 9, 3, 0, 1, 361, 0, 'Dance 4', 'Music you can really sink your teeth into', 0, NULL, NULL),
(460, 'sound_set_12', '88', 9, 3, 0, 1, 362, 0, 'Habbo Sounds 2', 'Unusual as Standard', 0, NULL, NULL),
(461, 'sound_set_13', '86', 9, 3, 0, 1, 363, 0, 'Dance 5', 'Let Music be the food of Habbo', 0, NULL, NULL),
(462, 'sound_set_14', '89', 9, 3, 0, 1, 364, 0, 'Hip Hop Beats 2', 'Rock them bodies', 0, NULL, NULL),
(463, 'sound_set_15', '89', 9, 3, 0, 1, 365, 0, 'RnB Grooves 6', 'Unadulterated essentials', 0, NULL, NULL),
(464, 'sound_set_16', '89', 9, 3, 0, 1, 366, 0, 'Hip Hop Beats 3', 'Ferry, ferry good!', 0, NULL, NULL),
(465, 'sound_set_17', '85', 9, 3, 0, 1, 367, 0, 'Groove 3', 'Jive\'s Alive!', 0, NULL, NULL),
(466, 'sound_set_18', '85', 9, 3, 0, 1, 368, 0, 'Groove 4', 'Listen while you tan', 0, NULL, NULL),
(467, 'sound_set_19', '89', 9, 3, 0, 1, 369, 0, 'Hip Hop Beats 4', 'Shake your body!', 0, NULL, NULL),
(468, 'sound_set_20', '88', 9, 3, 0, 1, 370, 0, 'SFX 2', 'Musical heaven', 0, NULL, NULL),
(469, 'sound_set_21', '87', 9, 3, 0, 1, 371, 0, 'Rock 1', 'Headbanging riffs', 0, NULL, NULL),
(470, 'sound_set_22', '88', 9, 3, 0, 1, 372, 0, 'SFX 3', 'With a hamper full of sounds, not sarnies', 0, NULL, NULL),
(471, 'sound_set_23', '88', 9, 3, 0, 1, 373, 0, 'SFX 4', 'Don\'t be afraid of the dark', 0, NULL, NULL),
(472, 'sound_set_24', '88', 9, 3, 0, 1, 374, 0, 'Habbo Sounds 4', 'It\'s all about the Pentiums, baby!', 0, NULL, NULL),
(473, 'sound_set_25', '86', 9, 3, 0, 1, 375, 0, 'Dance 1', 'Actually, it\'s Partay!', 0, NULL, NULL),
(474, 'sound_set_26', '85', 9, 3, 0, 1, 376, 0, 'Groove 1', 'Bollywood Beats!', 0, NULL, NULL),
(475, 'sound_set_27', '85', 9, 3, 0, 1, 377, 0, 'Groove 2', 'Jingle Bells will never be the same...', 0, NULL, NULL),
(476, 'sound_set_28', '87', 9, 3, 0, 1, 378, 0, 'Rock 2', 'Head for the pit!', 0, NULL, NULL),
(477, 'sound_set_29', '86', 9, 3, 0, 1, 379, 0, 'Dance 2', 'Electronic house', 0, NULL, NULL),
(478, 'sound_set_30', '88', 9, 3, 0, 1, 380, 0, 'Instrumental 1', 'Moments in love', 0, NULL, NULL),
(479, 'sound_set_31', '86', 9, 3, 0, 1, 381, 0, 'Dance 3', 'House loops', 0, NULL, NULL),
(480, 'sound_set_32', '88', 9, 3, 0, 1, 382, 0, 'Instrumental 2', 'Piano concert set', 0, NULL, NULL),
(481, 'sound_set_33', '87', 9, 3, 0, 1, 383, 0, 'Rock 3', 'Guitar solo set', 0, NULL, NULL),
(482, 'sound_set_34', '87', 9, 3, 0, 1, 384, 0, 'Rock 5', 'For guitar heroes', 0, NULL, NULL),
(483, 'sound_set_35', '85', 9, 3, 0, 1, 385, 0, 'Dance 6', 'Groovelicious', 0, NULL, NULL),
(484, 'sound_set_36', '89', 9, 3, 0, 1, 386, 0, 'Latin Love 1', 'For adult minded', 0, NULL, NULL),
(485, 'sound_set_37', '88', 9, 3, 0, 1, 387, 0, 'Habbowood Traxpack', 'Blockbuster hits!', 0, NULL, NULL),
(486, 'sound_set_38', '87', 9, 3, 0, 1, 388, 0, 'Rock 6', 'Rock and Roses!', 0, NULL, NULL),
(487, 'sound_set_39', '87', 9, 3, 0, 1, 389, 0, 'Rock 7', 'Rock with a roll', 0, NULL, NULL),
(488, 'sound_set_40', '87', 9, 3, 0, 1, 390, 0, 'Rock 4', 'Dude? Cheese!', 0, NULL, NULL),
(489, 'sound_set_41', '87', 9, 3, 0, 1, 391, 0, 'Rock 8', 'Burning Riffs', 0, NULL, NULL),
(490, 'sound_set_42', '85', 9, 3, 0, 1, 392, 0, 'Haunted Mansion', 'Bumps and Chills', 0, NULL, NULL),
(491, 'sound_set_43', '88', 9, 3, 0, 1, 393, 0, 'SFX 1', 'Beware zombies!', 0, NULL, NULL),
(492, 'sound_set_44', '85', 9, 3, 0, 1, 394, 0, 'Graveyard Portal', 'Haunted Dimension', 0, NULL, NULL),
(493, 'sound_set_45', '89', 9, 3, 0, 1, 395, 0, 'Lost_Beatness', 'The Bass? is the rhythm!', 0, NULL, NULL),
(494, 'sound_set_46', '86', 9, 3, 0, 1, 396, 0, 'Club 1', 'De bada bada bo!', 0, NULL, NULL),
(495, 'sound_set_47', '86', 9, 3, 0, 1, 397, 0, 'Club 2', 'Storm the UKCharts!', 0, NULL, NULL),
(496, 'sound_set_48', '86', 9, 3, 0, 1, 398, 0, 'Club 3', 'Sweet party beat', 0, NULL, NULL),
(497, 'sound_set_49', '86', 9, 3, 0, 1, 399, 0, 'Club 4', 'You will belong', 0, NULL, NULL),
(498, 'sound_set_50', '86', 9, 3, 0, 1, 400, 0, 'Club 5', 'The harder generation', 0, NULL, NULL),
(499, 'sound_set_51', '86', 9, 3, 0, 1, 401, 0, 'Club 6', 'Bop to the beat', 0, NULL, NULL),
(500, 'sound_set_52', '86', 9, 3, 0, 1, 402, 0, 'Club 7', 'State of Trancehouse', 0, NULL, NULL),
(503, 'sound_set_55', '89', 9, 3, 0, 1, 405, 0, 'RnB Grooves 1', 'Can you fill me in?', 0, NULL, NULL),
(504, 'sound_set_56', '89', 9, 3, 0, 1, 406, 0, 'RnB Grooves 2', 'Get down tonight!', 0, NULL, NULL),
(505, 'sound_set_57', '89', 9, 3, 0, 1, 407, 0, 'RnB Grooves 3', 'Feel the groove', 0, NULL, NULL),
(506, 'sound_set_58', '89', 9, 3, 0, 1, 408, 0, 'RnB Grooves 4', 'Sh-shake it!', 0, NULL, NULL),
(507, 'sound_set_59', '89', 9, 3, 0, 1, 409, 0, 'RnB Grooves 5', 'Urban break beats', 0, NULL, NULL),
(508, 'sound_set_60', '89', 9, 3, 0, 1, 410, 0, 'Latin Love 2', 'Love and affection!', 0, NULL, NULL),
(509, 'sound_set_61', '89', 9, 3, 0, 1, 411, 0, 'Latin Love 3', 'Straight from the heart', 0, NULL, NULL),
(510, 'sound_set_62', '46', 9, 3, 0, 1, 412, 0, 'Alhambra Trax 1', 'Music of the Arabian night!', 0, NULL, NULL),
(511, 'sound_set_63', '46', 9, 3, 0, 1, 413, 0, 'Alhambra Trax 2', 'Desert hits by the oasis!', 0, NULL, NULL),
(512, 'sound_set_64', '46', 9, 3, 0, 1, 414, 0, 'Alhambra Trax 3', 'Make a little Jinn-gle!', 0, NULL, NULL),
(513, 'camera', '41', 0, 10, 0, 1, 421, 0, 'Camera', 'Smile!', 0, NULL, NULL),
(514, 'film', '41', 1, 6, 0, 1, 423, 0, '', '', 0, NULL, NULL),
(515, 'chair_plasto*1', '16', 1, 3, 0, 1, 439, 0, 'Chair', 'Hip plastic furniture', 0, NULL, NULL),
(516, 'chair_plasto', '16', 1, 3, 0, 1, 467, 0, 'Chair', 'Hip plastic furniture', 0, NULL, NULL),
(517, 'chair_plasto*10', '16', 1, 3, 0, 1, 651, 0, '', '', 0, NULL, NULL),
(518, 'chair_plasto*11', '16', 1, 3, 0, 1, 652, 0, '', '', 0, NULL, NULL),
(519, 'chair_plasto*2', '16', 1, 3, 0, 1, 474, 0, 'Chair', 'Hip plastic furniture', 0, NULL, NULL),
(520, 'chair_plasto*3', '16', 1, 3, 0, 1, 481, 0, 'Chair', 'Hip plastic furniture', 0, NULL, NULL),
(521, 'chair_plasto*4', '16', 1, 3, 0, 1, 488, 0, 'Chair', 'Hip plastic furniture', 0, NULL, NULL),
(522, 'chair_plasto*5', '16', 1, 3, 0, 1, 498, 0, 'Chair', 'Hip plastic furniture', 0, NULL, NULL),
(523, 'chair_plasto*6', '16', 1, 3, 0, 1, 503, 0, 'Chair', 'Hip plastic furniture', 0, NULL, NULL),
(524, 'chair_plasto*7', '16', 1, 3, 0, 1, 508, 0, 'Chair', 'Hip plastic furniture', 0, NULL, NULL),
(525, 'chair_plasto*8', '16', 1, 3, 0, 1, 513, 0, 'Chair', 'Hip plastic furniture', 0, NULL, NULL),
(526, 'chair_plasto*9', '16', 1, 3, 0, 1, 518, 0, 'Chair', 'Hip plastic furniture', 0, NULL, NULL),
(527, 'chair_plasty', '16', 1, 3, 0, 1, 438, 0, 'Plastic Pod Chair', 'Hip plastic furniture', 0, NULL, NULL),
(528, 'chair_plasty*1', '16', 1, 3, 0, 1, 520, 0, 'Plastic Pod Chair', 'Hip plastic furniture', 0, NULL, NULL),
(529, 'chair_plasty*10', '16', 1, 3, 0, 1, 706, 0, 'Plastic Pod Chair', 'Hip plastic furniture', 0, NULL, NULL),
(530, 'chair_plasty*11', '16', 1, 3, 0, 1, 707, 0, 'Plastic Pod Chair', 'Hip plastic furniture', 0, NULL, NULL),
(531, 'chair_plasty*2', '16', 1, 3, 0, 1, 523, 0, 'Plastic Pod Chair', 'Hip plastic furniture', 0, NULL, NULL),
(532, 'chair_plasty*3', '16', 1, 3, 0, 1, 524, 0, 'Plastic Pod Chair', 'Hip plastic furniture', 0, NULL, NULL),
(533, 'chair_plasty*4', '16', 1, 3, 0, 1, 525, 0, 'Plastic Pod Chair', 'Hip plastic furniture', 0, NULL, NULL),
(534, 'chair_plasty*5', '16', 1, 3, 0, 1, 545, 0, 'Plastic Pod Chair', 'Hip plastic furniture', 0, NULL, NULL),
(535, 'chair_plasty*6', '16', 1, 3, 0, 1, 549, 0, 'Plastic Pod Chair', 'Hip plastic furniture', 0, NULL, NULL),
(536, 'chair_plasty*7', '16', 1, 3, 0, 1, 703, 0, 'Plastic Pod Chair', 'Hip plastic furniture', 0, NULL, NULL),
(537, 'chair_plasty*8', '16', 1, 3, 0, 1, 704, 0, 'Plastic Pod Chair', 'Hip plastic furniture', 0, NULL, NULL),
(538, 'chair_plasty*9', '16', 1, 3, 0, 1, 705, 0, 'Plastic Pod Chair', 'Hip plastic furniture', 0, NULL, NULL),
(539, 'table_plasto_4leg', '16', 1, 3, 0, 1, 424, 0, 'Occasional Table', 'Hip plastic furniture', 0, NULL, NULL),
(540, 'table_plasto_4leg*1', '16', 1, 3, 0, 1, 463, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(541, 'table_plasto_4leg*10', '16', 1, 3, 0, 1, 694, 0, 'Occasional Table', 'Hip plastic furniture', 0, NULL, NULL),
(542, 'table_plasto_4leg*14', '16', 1, 3, 0, 1, 658, 0, 'HC table', 'Aqua table', 0, NULL, NULL),
(543, 'table_plasto_4leg*2', '16', 1, 3, 0, 1, 470, 0, 'Occasional Table', 'Hip plastic furniture', 0, NULL, NULL),
(544, 'table_plasto_4leg*3', '16', 1, 3, 0, 1, 477, 0, 'Round Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(545, 'table_plasto_4leg*4', '16', 1, 3, 0, 1, 484, 0, '', '', 0, NULL, NULL),
(546, 'table_plasto_4leg*5', '16', 1, 3, 0, 1, 494, 0, 'Occasional Table', 'Hip plastic furniture', 0, NULL, NULL),
(547, 'table_plasto_4leg*6', '16', 1, 3, 0, 1, 499, 0, 'Occasional table Table', 'Hip plastic furniture', 0, NULL, NULL),
(548, 'table_plasto_4leg*7', '16', 1, 3, 0, 1, 504, 0, 'Occasional table', 'Hip plastic furniture', 0, NULL, NULL),
(549, 'table_plasto_4leg*8', '16', 1, 3, 0, 1, 509, 0, 'Occasional Table', 'Hip plastic furniture', 0, NULL, NULL),
(550, 'table_plasto_4leg*9', '16', 1, 3, 0, 1, 514, 0, 'Occasional Table', 'Hip plastic furniture', 0, NULL, NULL),
(551, 'table_plasto_bigsquare', '16', 1, 3, 0, 1, 426, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(552, 'table_plasto_bigsquare*1', '16', 1, 3, 0, 1, 464, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(553, 'table_plasto_bigsquare*14', '16', 1, 3, 0, 1, 696, 0, 'Occasional Table', 'Hip plastic furniture', 0, NULL, NULL),
(554, 'table_plasto_bigsquare*15', '16', 1, 3, 0, 1, 697, 0, 'Occasional Table', 'Hip plastic furniture', 0, NULL, NULL),
(555, 'table_plasto_bigsquare*2', '16', 1, 3, 0, 1, 471, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(556, 'table_plasto_bigsquare*3', '16', 1, 3, 0, 1, 478, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(557, 'table_plasto_bigsquare*4', '16', 1, 3, 0, 1, 485, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(558, 'table_plasto_bigsquare*5', '16', 1, 3, 0, 1, 495, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(559, 'table_plasto_bigsquare*6', '16', 1, 3, 0, 1, 500, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(560, 'table_plasto_bigsquare*7', '16', 1, 3, 0, 1, 505, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(561, 'table_plasto_bigsquare*8', '16', 1, 3, 0, 1, 510, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(562, 'table_plasto_bigsquare*9', '16', 1, 3, 0, 1, 515, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(563, 'table_plasto_round', '16', 1, 3, 0, 1, 425, 0, 'Round Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(564, 'table_plasto_round*1', '16', 1, 3, 0, 1, 465, 0, 'Round Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(565, 'table_plasto_round*14', '16', 1, 3, 0, 1, 698, 0, 'Occasional Table', 'Hip plastic furniture', 0, NULL, NULL),
(566, 'table_plasto_round*15', '16', 1, 3, 0, 1, 699, 0, 'Occasional Table', 'Hip plastic furniture', 0, NULL, NULL),
(567, 'table_plasto_round*2', '16', 1, 3, 0, 1, 472, 0, 'Round Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(568, 'table_plasto_round*3', '16', 1, 3, 0, 1, 479, 0, 'Round Dining Table', 'Hip plastic furniture?', 0, NULL, NULL),
(569, 'table_plasto_round*4', '16', 1, 3, 0, 1, 486, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(570, 'table_plasto_round*5', '16', 1, 3, 0, 1, 496, 0, 'Round Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(571, 'table_plasto_round*6', '16', 1, 3, 0, 1, 501, 0, 'Round Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(572, 'table_plasto_round*7', '16', 1, 3, 0, 1, 506, 0, 'Round Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(573, 'table_plasto_round*8', '16', 1, 3, 0, 1, 511, 0, 'Round Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(574, 'table_plasto_round*9', '16', 1, 3, 0, 1, 516, 0, 'Round Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(575, 'table_plasto_square', '16', 1, 3, 0, 1, 440, 0, 'Occasional Table', 'Hip plastic furniture', 0, NULL, NULL),
(576, 'table_plasto_square*1', '16', 1, 3, 0, 1, 466, 0, 'Occasional Table', 'Hip plastic furniture', 0, NULL, NULL),
(577, 'table_plasto_square*14', '16', 1, 3, 0, 1, 700, 0, 'Occasional Table', 'Hip plastic furniture', 0, NULL, NULL),
(578, 'table_plasto_square*15', '16', 1, 3, 0, 1, 701, 0, 'Occasional Table', 'Hip plastic furniture', 0, NULL, NULL),
(579, 'table_plasto_square*2', '16', 1, 3, 0, 1, 473, 0, 'Round Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(580, 'table_plasto_square*3', '16', 1, 3, 0, 1, 480, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(581, 'table_plasto_square*4', '16', 1, 3, 0, 1, 487, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(582, 'table_plasto_square*5', '16', 1, 3, 0, 1, 497, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(583, 'table_plasto_square*6', '16', 1, 3, 0, 1, 502, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(584, 'table_plasto_square*7', '16', 1, 3, 0, 1, 507, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(585, 'table_plasto_square*8', '16', 1, 3, 0, 1, 512, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(586, 'table_plasto_square*9', '16', 1, 3, 0, 1, 517, 0, 'Square Dining Table', 'Hip plastic furniture', 0, NULL, NULL),
(587, 'rubberchair*1', '43', 0, 25, 0, 1, 708, 0, 'Blue Inflatable Chair', 'Soft and stylish HC chair', 0, NULL, NULL),
(588, 'rubberchair*2', '43', 0, 25, 0, 1, 709, 0, 'Pink Inflatable Chair', 'Soft and tearproof!', 0, NULL, NULL),
(589, 'rubberchair*3', '43', 0, 25, 0, 1, 710, 0, 'Orange Inflatable Chair', 'Soft and tearproof!', 0, NULL, NULL),
(590, 'rubberchair*4', '43', 0, 25, 0, 1, 711, 0, 'Ocean Inflatable Chair', 'Soft and tearproof!', 0, NULL, NULL),
(591, 'rubberchair*5', '43', 0, 25, 0, 1, 712, 0, 'Lime Inflatable Chair', 'Soft and tearproof!', 0, NULL, NULL),
(592, 'rubberchair*6', '43', 0, 25, 0, 1, 713, 0, 'Violet Inflatable Chair', 'Soft and tearproof!', 0, NULL, NULL),
(593, 'rubberchair*7', '43', 0, 25, 0, 1, 714, 0, 'White Inflatable Chair', 'Soft and tearproof!', 0, NULL, NULL),
(594, 'rubberchair*8', '43', 0, 25, 0, 1, 715, 0, 'Black Inflatable Chair', 'Soft and tearproof for HC!', 0, NULL, NULL),
(595, 'spyro', '44', 0, 25, 0, 1, 716, 0, 'Dragon Egg', 'The stuff of legend', 0, NULL, NULL),
(596, 'throne', '44', 0, 50, 0, 1, 107, 0, 'Throne', 'Important Habbos only', 0, NULL, NULL),
(597, 'rare_daffodil_rug', '44', 0, 25, 0, 1, 717, 0, 'Petal Patch', 'A little bit of outdoors indoors..', 0, NULL, NULL),
(598, 'md_limukaappi', '44', 0, 25, 0, 1, 718, 0, 'Habbo Cola Machine', 'A sparkling and refreshing pixel drink!', 0, NULL, NULL),
(599, 'samovar', '44', 0, 30, 0, 1, 719, 0, 'Russian Samovar', 'Click for a refreshing cuppa', 0, NULL, NULL),
(600, 'redhologram', '44', 0, 20, 0, 1, 720, 0, 'Holo-girl', 'You\'re her only hope...', 0, NULL, NULL),
(601, 'typingmachine', '44', 0, 20, 0, 1, 721, 0, 'Typewriter', 'Write that bestseller', 0, NULL, NULL),
(602, 'hologram', '44', 0, 20, 0, 1, 722, 0, 'Holopod', 'As if by magic...', 0, NULL, NULL),
(603, 'prize1', '44', 0, 15, 0, 1, 723, 0, 'Gold Trophy', 'Gorgeously glittery', 0, NULL, NULL),
(604, 'prize2', '44', 0, 15, 0, 1, 724, 0, 'Silver Trophy', 'Nice and shiny', 0, NULL, NULL),
(605, 'prize3', '44', 0, 15, 0, 1, 725, 0, 'Bronze Trophy', 'A weighty award', 0, NULL, NULL),
(606, 'rare_snowrug', '44', 0, 25, 0, 1, 726, 0, 'Snow Rug', 'Chilled Elegance', 0, NULL, NULL),
(607, 'poster 1004', '44', 1, 25, 0, 1, 251, 1004, 'Eid Mubarak Poster', 'Celebrate with us', 0, NULL, NULL),
(608, 'exe_rug', '45', 0, 1, 0, 1, 727, 0, 'Executive Rug', 'Please remove your shoes!', 0, NULL, NULL),
(609, 'exe_s_table', '45', 0, 2, 0, 1, 728, 0, 'Executive Glass Table', 'Get a clear reflection!', 0, NULL, NULL),
(610, 'exe_bardesk', '45', 0, 3, 0, 1, 729, 0, 'Executive Bar Desk', 'Divide the profits!', 0, NULL, NULL),
(611, 'exe_chair', '45', 0, 2, 0, 1, 730, 0, 'Executive Sofa Chair', 'Relaxing leather comfort', 0, NULL, NULL),
(612, 'exe_chair2', '45', 0, 3, 0, 1, 731, 0, 'Executive Boss Chair', 'You\'re fired!', 0, NULL, NULL),
(613, 'exe_corner', '45', 0, 2, 0, 1, 732, 0, 'Executive Corner Desk', 'Tuck it away', 0, NULL, NULL),
(614, 'exe_drinks', '45', 0, 2, 0, 1, 733, 0, 'Executive Drinks Tray', 'Give a warm welcome', 0, NULL, NULL),
(615, 'exe_sofa', '45', 0, 5, 0, 1, 734, 0, '3-Seater Sofa', 'Relaxing leather comfort', 0, NULL, NULL),
(616, 'exe_table', '45', 0, 5, 0, 1, 735, 0, 'Executive Desk', 'Take a memo, Featherstone', 0, NULL, NULL),
(617, 'exe_plant', '45', 0, 5, 0, 1, 736, 0, 'Executive Plant', 'Shimmering hedge trimming!', 0, NULL, NULL),
(618, 'exe_light', '45', 0, 5, 0, 1, 737, 0, 'Executive Light', 'Glow your business', 0, NULL, NULL),
(619, 'exe_cubelight', '45', 0, 5, 0, 1, 739, 0, 'Cubist Light', 'Lights up a square', 0, NULL, NULL),
(620, 'exe_artlamp', '45', 0, 5, 0, 1, 740, 0, 'Sphere Lamp', 'Suitable for budding entrepreneurs', 0, NULL, NULL),
(621, 'exe_map', '45', 0, 5, 0, 1, 741, 0, 'World Map', 'World domination imminent', 0, NULL, NULL),
(622, 'exe_wfall', '45', 0, 5, 0, 1, 742, 0, 'Wall Fall', 'Improve your cash flow', 0, NULL, NULL),
(623, 'exe_globe', '45', 0, 5, 1, 1, 743, 0, 'Power Globe', 'The power is yours!', 0, NULL, NULL),
(624, 'exe_elevator', '45', 0, 7, 1, 1, 744, 0, 'Elevator Teleport', 'Going up or down in style!', 0, NULL, NULL),
(627, 'arabian_bigtb', '46', 0, 5, 0, 1, 745, 0, 'Amanjena Table', 'It must be Jinn-er time!', 0, NULL, NULL),
(628, 'arabian_chair', '46', 0, 2, 0, 1, 746, 0, 'Green Blossom Chair', 'Exotic, soft seating', 0, NULL, NULL),
(629, 'arabian_divdr', '46', 0, 5, 0, 1, 747, 0, 'Soft wooden screen', 'Carved Cedar Divider', 0, NULL, NULL),
(630, 'arabian_pllw', '46', 0, 2, 0, 1, 748, 0, 'Green Blossom Pillow', 'Exotic comfort', 0, NULL, NULL),
(631, 'arabian_rug', '46', 0, 3, 0, 1, 749, 0, 'Berber Kilim Rug', 'Green blossom design', 0, NULL, NULL),
(632, 'arabian_snake', '46', 0, 3, 0, 1, 750, 0, 'Ornamental Urn', 'Beware the snake!', 0, NULL, NULL),
(633, 'arabian_swords', '46', 0, 4, 0, 1, 751, 0, 'Ancestral Scimitars', 'Not for yielding', 0, NULL, NULL),
(634, 'arabian_teamk', '46', 0, 6, 0, 1, 752, 0, 'Tea Maker', 'Quench that desert thirst', 0, NULL, NULL),
(635, 'arabian_tetbl', '46', 0, 3, 0, 1, 753, 0, 'Hexagonal Tea Table', 'Serve up a treat', 0, NULL, NULL),
(636, 'arabian_tray1', '46', 0, 3, 0, 1, 754, 0, 'Mint Tea Tray', 'Tea for every occasion', 0, NULL, NULL),
(637, 'arabian_tray2', '46', 0, 3, 0, 1, 755, 0, 'Candle Tray', 'For those Arabian nights', 0, NULL, NULL),
(638, 'arabian_tray3', '46', 0, 3, 0, 1, 756, 0, 'Sweets Tray', 'Indulge yourself!', 0, NULL, NULL),
(639, 'arabian_tray4', '46', 0, 3, 0, 1, 757, 0, 'Fruit Tray', 'Sweet, juicy and ripe', 0, NULL, NULL),
(640, 'arabian_wndw', '46', 0, 4, 0, 1, 758, 0, 'Arabian Window Frame', 'Arabian days and nights', 0, NULL, NULL),
(641, 'arabian_wall', '46', 0, 3, 1, 1, 759, 0, 'Arabian Wall', 'A wall built with class.', 0, NULL, NULL),
(642, 'arabian_tile', '46', 0, 3, 1, 1, 760, 0, 'Arabian Tile', 'Step in style...', 0, NULL, NULL),
(674, 'teleport_door', '6', 3, 4, 0, 1, 778, 0, 'Teleport Door', 'Magic doorway to anywhere!', 0, NULL, NULL),
(706, 'exe_gate', '45', 0, 3, 1, 1, 738, 0, 'Executive Gate', 'Keeps the tax man away', 0, NULL, NULL),
(772, 'chair_norja*2', '14', 1, 3, 0, 1, 845, 0, 'Black Iced Chair', 'Sleek and chic for each cheek', 0, NULL, NULL),
(773, 'chair_norja*3', '14', 1, 3, 0, 1, 846, 0, 'White Iced Chair', 'Sleek and chic for each cheek', 0, NULL, NULL),
(774, 'chair_norja*4', '14', 1, 3, 0, 1, 847, 0, 'Urban Iced Chair', 'Sleek and chic for each cheek', 0, NULL, NULL),
(775, 'chair_norja*5', '14', 1, 3, 0, 1, 848, 0, 'Pink Chair', 'Sleek and chic for each cheek', 0, NULL, NULL),
(776, 'chair_norja*6', '14', 1, 3, 0, 1, 849, 0, 'Blue Chair', 'Sleek and chic for each cheek', 0, NULL, NULL),
(777, 'chair_norja*7', '14', 1, 3, 0, 1, 850, 0, 'Rural Chair', 'Sleek and chic for each cheek', 0, NULL, NULL),
(778, 'chair_norja*8', '14', 1, 3, 0, 1, 851, 0, 'Yellow Chair', 'Sleek and chic for each cheek', 0, NULL, NULL),
(779, 'chair_norja*9', '14', 1, 3, 0, 1, 852, 0, 'Red Chair', 'Sleek and chic for each cheek', 0, NULL, NULL),
(780, 'couch_norja*2', '14', 2, 3, 0, 1, 853, 0, 'Black Iced Bench', 'Two can perch comfortably', 0, NULL, NULL),
(781, 'couch_norja*3', '14', 2, 3, 0, 1, 854, 0, 'White Iced Bench', 'Two can perch comfortably', 0, NULL, NULL),
(782, 'couch_norja*4', '14', 2, 3, 0, 1, 855, 0, 'Urban Iced Bench', 'Two can perch comfortably', 0, NULL, NULL),
(783, 'couch_norja*5', '14', 2, 3, 0, 1, 856, 0, 'Pink Bench', 'Two can perch comfortably', 0, NULL, NULL),
(784, 'couch_norja*6', '14', 2, 3, 0, 1, 857, 0, 'Blue Bench', 'Two can perch comfortably', 0, NULL, NULL),
(785, 'couch_norja*7', '14', 2, 3, 0, 1, 858, 0, 'Rural Iced Bench', 'Two can perch comfortably', 0, NULL, NULL),
(786, 'couch_norja*8', '14', 2, 3, 0, 1, 859, 0, 'Yellow Bench', 'Two can perch comfortably', 0, NULL, NULL),
(787, 'couch_norja*9', '14', 2, 3, 0, 1, 860, 0, 'Red Bench', 'Two can perch comfortably', 0, NULL, NULL),
(788, 'table_norja_med*2', '14', 3, 3, 0, 1, 861, 0, 'Black Iced Table', 'For larger gatherings', 0, NULL, NULL),
(789, 'table_norja_med*3', '14', 3, 3, 0, 1, 862, 0, 'White Iced Table', 'For larger gatherings', 0, NULL, NULL),
(790, 'table_norja_med*4', '14', 3, 3, 0, 1, 863, 0, 'Urban Iced Coffee Table', 'For larger gatherings', 0, NULL, NULL),
(791, 'table_norja_med*5', '14', 3, 3, 0, 1, 864, 0, 'Large Coffee Table Pink', 'For larger gatherings', 0, NULL, NULL),
(792, 'table_norja_med*6', '14', 3, 3, 0, 1, 865, 0, 'Large Coffee Table Blue', 'For larger gatherings', 0, NULL, NULL),
(793, 'table_norja_med*7', '14', 3, 3, 0, 1, 866, 0, 'Rural Iced Coffee Table', 'For larger gatherings', 0, NULL, NULL),
(794, 'table_norja_med*8', '14', 3, 3, 0, 1, 867, 0, 'Large Coffee Table Yellow', 'For larger gatherings', 0, NULL, NULL),
(795, 'table_norja_med*9', '14', 3, 3, 0, 1, 868, 0, 'Large Coffee Table Red', 'For larger gatherings', 0, NULL, NULL),
(796, 'shelves_norja*2', '14', 4, 3, 0, 1, 869, 0, 'Black Iced Bookcase', 'For nic naks and art deco books', 0, NULL, NULL),
(797, 'shelves_norja*3', '14', 4, 3, 0, 1, 870, 0, 'White Iced Bookcase', 'For nic naks and art deco books', 0, NULL, NULL),
(798, 'shelves_norja*4', '14', 4, 3, 0, 1, 871, 0, 'Urban Iced Bookcase', 'For nic naks and tech books', 0, NULL, NULL),
(799, 'shelves_norja*5', '14', 4, 3, 0, 1, 872, 0, 'Pink Bookcase', 'For nic naks and art deco books', 0, NULL, NULL),
(800, 'shelves_norja*6', '14', 4, 3, 0, 1, 873, 0, 'Blue Bookcase', 'For nic naks and art deco books', 0, NULL, NULL),
(801, 'shelves_norja*7', '14', 4, 3, 0, 1, 874, 0, 'Rural Iced Bookcase', 'For nic naks and cookery books', 0, NULL, NULL),
(802, 'shelves_norja*8', '14', 4, 3, 0, 1, 875, 0, 'Yellow Bookcase', 'For nic naks and art deco books', 0, NULL, NULL),
(803, 'shelves_norja*9', '14', 4, 3, 0, 1, 876, 0, 'Red Bookcase', 'For nic naks and art deco books', 0, NULL, NULL),
(804, 'soft_sofachair_norja*2', '14', 5, 3, 0, 1, 877, 0, 'Black Iced Sofachair', 'Black Iced Sofachair', 0, NULL, NULL),
(805, 'soft_sofachair_norja*3', '14', 5, 3, 0, 1, 878, 0, 'White Iced Sofachair', 'Soft Iced sofachair', 0, NULL, NULL),
(806, 'soft_sofachair_norja*4', '14', 5, 3, 0, 1, 879, 0, 'Urban Iced Sofachair', 'Sit back and relax', 0, NULL, NULL),
(807, 'soft_sofachair_norja*5', '14', 5, 3, 0, 1, 880, 0, 'Pink Iced Sofachair', 'Pink Iced Sofachair', 0, NULL, NULL),
(808, 'soft_sofachair_norja*6', '14', 5, 3, 0, 1, 881, 0, 'Blue Iced Sofachair', 'Blue Iced Sofachair', 0, NULL, NULL),
(809, 'soft_sofachair_norja*7', '14', 5, 3, 0, 1, 882, 0, 'Rural Iced Sofachair', 'Sit back and relax', 0, NULL, NULL),
(810, 'soft_sofachair_norja*8', '14', 5, 3, 0, 1, 883, 0, 'Yellow Iced Sofachair', 'Yellow Iced Sofachair', 0, NULL, NULL),
(811, 'soft_sofachair_norja*9', '14', 5, 3, 0, 1, 884, 0, 'Red Iced Sofachair', 'Red Iced Sofachair', 0, NULL, NULL),
(812, 'soft_sofa_norja*2', '14', 6, 4, 0, 1, 885, 0, 'Black Iced Sofa', 'Black Iced Sofa', 0, NULL, NULL),
(813, 'soft_sofa_norja*3', '14', 6, 4, 0, 1, 886, 0, 'White Iced Sofa', 'Pristine white, keep it clean!', 0, NULL, NULL),
(814, 'soft_sofa_norja*4', '14', 6, 4, 0, 1, 887, 0, 'Urban Iced Sofa', 'Sit back and relax', 0, NULL, NULL),
(815, 'soft_sofa_norja*5', '14', 6, 4, 0, 1, 888, 0, 'Pink Iced Sofa', 'Pink Iced Sofa', 0, NULL, NULL),
(816, 'soft_sofa_norja*6', '14', 6, 4, 0, 1, 889, 0, 'Blue Iced Sofa', 'A soft leather sofa', 0, NULL, NULL),
(817, 'soft_sofa_norja*7', '14', 6, 4, 0, 1, 890, 0, 'Rural Iced Sofa', 'Sit back and relax', 0, NULL, NULL),
(818, 'soft_sofa_norja*8', '14', 6, 4, 0, 1, 891, 0, 'Yellow Iced Sofa', 'Yellow Iced Sofa', 0, NULL, NULL),
(819, 'soft_sofa_norja*9', '14', 6, 4, 0, 1, 892, 0, 'Red Iced Sofa', 'Red Iced Sofa', 0, NULL, NULL),
(820, 'divider_nor2*2', '14', 7, 3, 0, 1, 893, 0, 'Black Iced Bar-Desk', 'Soft but sturdy', 0, NULL, NULL),
(821, 'divider_nor2*3', '14', 7, 3, 0, 1, 894, 0, 'White Iced Bar-Desk', 'Strong, yet soft looking', 0, NULL, NULL),
(822, 'divider_nor2*4', '14', 7, 3, 0, 1, 895, 0, 'Urban Iced Bar', 'No way through', 0, NULL, NULL),
(823, 'divider_nor2*5', '14', 7, 3, 0, 1, 896, 0, 'Pink Iced bar desk', 'Pink Iced bar desk', 0, NULL, NULL),
(824, 'divider_nor2*6', '14', 7, 3, 0, 1, 897, 0, 'Blue Iced bar desk', 'Blue Iced bar desk', 0, NULL, NULL),
(825, 'divider_nor2*7', '14', 7, 3, 0, 1, 898, 0, 'Rural Iced Bar', 'No way through', 0, NULL, NULL),
(826, 'divider_nor2*8', '14', 7, 3, 0, 1, 899, 0, 'Yellow Iced bar desk', 'Yellow Iced bar desk', 0, NULL, NULL),
(827, 'divider_nor2*9', '14', 7, 3, 0, 1, 900, 0, 'Red Iced bar desk', 'Red Iced bar desk', 0, NULL, NULL),
(828, 'divider_nor1*2', '14', 8, 3, 0, 1, 901, 0, 'Black Iced Corner', 'Tuck it away', 0, NULL, NULL),
(829, 'divider_nor1*3', '14', 8, 3, 0, 1, 902, 0, 'White Iced Corner', 'Looks squishy, but isn\'t!', 0, NULL, NULL),
(830, 'divider_nor1*4', '14', 8, 3, 0, 1, 903, 0, 'Urban Iced Corner', 'The missing piece', 0, NULL, NULL),
(831, 'divider_nor1*5', '14', 8, 3, 0, 1, 904, 0, 'Pink Ice corner', 'Pink Ice corner', 0, NULL, NULL),
(832, 'divider_nor1*6', '14', 8, 3, 0, 1, 905, 0, 'Blue Ice corner', 'Blue Ice corner', 0, NULL, NULL),
(833, 'divider_nor1*7', '14', 8, 3, 0, 1, 906, 0, 'Rural Iced Corner', 'The missing piece', 0, NULL, NULL),
(834, 'divider_nor1*8', '14', 8, 3, 0, 1, 907, 0, 'Yellow Ice corner', 'Yellow Ice corner', 0, NULL, NULL),
(835, 'divider_nor1*9', '14', 8, 3, 0, 1, 908, 0, 'Red Ice corner', 'Red Ice corner', 0, NULL, NULL),
(836, 'divider_nor3*2', '14', 9, 6, 0, 1, 909, 0, 'Black Iced Gate', 'No way through, or is there?', 0, NULL, NULL),
(837, 'divider_nor3*3', '14', 9, 6, 0, 1, 910, 0, 'White Iced Gate', 'Do go through...', 0, NULL, NULL),
(838, 'divider_nor3*4', '14', 9, 6, 0, 1, 911, 0, 'Urban Iced Gate', 'Entrance or exit?', 0, NULL, NULL),
(839, 'divider_nor3*5', '14', 9, 6, 0, 1, 912, 0, 'Pink Iced gate', 'Pink Iced gate', 0, NULL, NULL),
(840, 'divider_nor3*6', '14', 9, 6, 0, 1, 913, 0, 'Blue Iced gate', 'Blue Iced gate', 0, NULL, NULL),
(841, 'divider_nor3*7', '14', 9, 6, 0, 1, 914, 0, 'Rural Iced gate', 'Entrance or exit?', 0, NULL, NULL),
(842, 'divider_nor3*8', '14', 9, 6, 0, 1, 915, 0, 'Yellow Iced gate', 'Yellow Iced gate', 0, NULL, NULL),
(843, 'divider_nor3*9', '14', 9, 6, 0, 1, 916, 0, 'Red Iced gate', 'Red Iced gate', 0, NULL, NULL),
(844, 'divider_nor4*2', '14', 10, 5, 0, 1, 917, 0, 'Black Iced Auto Shutter', 'Habbos, roll out!', 0, NULL, NULL),
(845, 'divider_nor4*3', '14', 10, 5, 0, 1, 918, 0, 'White Iced Auto Shutter', 'Habbos, roll out!', 0, NULL, NULL),
(846, 'divider_nor4*4', '14', 10, 5, 0, 1, 919, 0, 'Urban Iced Shutter', 'Habbos, roll out!', 0, NULL, NULL),
(847, 'divider_nor4*5', '14', 10, 5, 0, 1, 920, 0, 'Pink Iced Auto Shutter', 'Habbos, roll out!', 0, NULL, NULL),
(848, 'divider_nor4*6', '14', 10, 5, 0, 1, 921, 0, 'Blue Iced Auto Shutter', 'Habbos, roll out!', 0, NULL, NULL),
(849, 'divider_nor4*7', '14', 10, 5, 0, 1, 922, 0, 'Rural Iced Shutter', 'Habbos, roll out!', 0, NULL, NULL),
(850, 'divider_nor4*8', '14', 10, 5, 0, 1, 923, 0, 'Yellow Iced Auto Shutter', 'Habbos, roll out!', 0, NULL, NULL),
(851, 'divider_nor4*9', '14', 10, 5, 0, 1, 924, 0, 'Red Iced Auto Shutter', 'Habbos, roll out!', 0, NULL, NULL),
(852, 'divider_nor5*2', '14', 11, 4, 0, 1, 925, 0, 'Black Iced Angle', 'Cool cornering for your crib y0!', 0, NULL, NULL),
(853, 'divider_nor5*3', '14', 11, 4, 0, 1, 926, 0, 'White Iced Angle', 'Cool cornering for your crib y0!', 0, NULL, NULL),
(854, 'divider_nor5*4', '14', 11, 4, 0, 1, 927, 0, 'Urban Iced Angle', 'Cool cornering for your crib!', 0, NULL, NULL),
(855, 'divider_nor5*5', '14', 11, 4, 0, 1, 928, 0, 'Pink Iced Angle', 'Cool cornering for your crib y0!', 0, NULL, NULL),
(856, 'divider_nor5*6', '14', 11, 4, 0, 1, 929, 0, 'Blue Iced Angle', 'Cool cornering for your crib y0!', 0, NULL, NULL),
(857, 'divider_nor5*7', '14', 11, 4, 0, 1, 930, 0, 'Rural Iced Angle', 'Cool cornering for your crib!', 0, NULL, NULL),
(858, 'divider_nor5*8', '14', 11, 4, 0, 1, 931, 0, 'Yellow Iced Angle', 'Cool cornering for your crib y0!', 0, NULL, NULL),
(859, 'divider_nor5*9', '14', 11, 4, 0, 1, 932, 0, 'Red Iced Angle', 'Cool cornering for your crib y0!', 0, NULL, NULL),
(860, 'sofa_silo*2', '9', 4, 3, 0, 1, 933, 0, 'Black Two-Seater Sofa', 'Cushioned, understated comfort', 0, NULL, NULL),
(861, 'sofa_silo*3', '9', 4, 3, 0, 1, 934, 0, 'White Two-Seater Sofa', 'Cushioned, understated comfort', 0, NULL, NULL),
(862, 'sofa_silo*4', '9', 4, 3, 0, 1, 935, 0, 'Beige Area Sofa', 'Beige Area Sofa', 0, NULL, NULL),
(863, 'sofa_silo*5', '9', 4, 3, 0, 1, 936, 0, 'Pink Area Sofa', 'Cushioned, understated comfort', 0, NULL, NULL),
(864, 'sofa_silo*6', '9', 4, 3, 0, 1, 937, 0, 'Blue Area Sofa', 'Cushioned, understated comfort', 0, NULL, NULL),
(865, 'sofa_silo*7', '9', 4, 3, 0, 1, 938, 0, 'Green Area Sofa', 'Cushioned, understated comfort', 0, NULL, NULL),
(866, 'sofa_silo*8', '9', 4, 3, 0, 1, 939, 0, 'Yellow Two-Seater Sofa', 'Cushioned, understated comfort', 0, NULL, NULL),
(867, 'sofa_silo*9', '9', 4, 3, 0, 1, 940, 0, 'Red Area Sofa', 'Cushioned, understated comfort', 0, NULL, NULL),
(868, 'sofachair_silo*2', '9', 5, 3, 0, 1, 941, 0, 'Black Armchair', 'Large, but worth it', 0, NULL, NULL),
(869, 'sofachair_silo*3', '9', 5, 3, 0, 1, 942, 0, 'White Armchair', 'Large, but worth it', 0, NULL, NULL),
(870, 'sofachair_silo*4', '9', 5, 3, 0, 1, 943, 0, 'Beige Area Armchair', 'Large, but worth it', 0, NULL, NULL),
(871, 'sofachair_silo*5', '9', 5, 3, 0, 1, 944, 0, 'Pink Area Armchair', 'Large, but worth it', 0, NULL, NULL),
(872, 'sofachair_silo*6', '9', 5, 3, 0, 1, 945, 0, 'Blue Area Armchair', 'Large, but worth it', 0, NULL, NULL),
(873, 'sofachair_silo*7', '9', 5, 3, 0, 1, 946, 0, 'Green Area Armchair', 'Large, but worth it', 0, NULL, NULL),
(874, 'sofachair_silo*8', '9', 5, 3, 0, 1, 947, 0, 'Yellow Armchair', 'Large, but worth it', 0, NULL, NULL),
(875, 'sofachair_silo*9', '9', 5, 3, 0, 1, 948, 0, 'Red Area Armchair', 'Large, but worth it', 0, NULL, NULL),
(876, 'table_silo_small*2', '9', 6, 1, 0, 1, 949, 0, 'Black Occasional Table', 'For those random moments', 0, NULL, NULL),
(877, 'table_silo_small*3', '9', 6, 1, 0, 1, 950, 0, 'White Occasional Table', 'For those random moments', 0, NULL, NULL),
(878, 'table_silo_small*4', '9', 6, 1, 0, 1, 951, 0, 'Beige Area Occasional Table', 'Beige Area Occasional Table', 0, NULL, NULL),
(879, 'table_silo_small*5', '9', 6, 1, 0, 1, 952, 0, 'Pink Area Occasional Table', 'Pink Area Occasional Table', 0, NULL, NULL),
(880, 'table_silo_small*6', '9', 6, 1, 0, 1, 953, 0, 'Blue Area Occasional Table', 'Small and elegant', 0, NULL, NULL),
(881, 'table_silo_small*7', '9', 6, 1, 0, 1, 954, 0, 'Green Area Occasional Table', 'Small and elegant', 0, NULL, NULL),
(882, 'table_silo_small*8', '9', 6, 1, 0, 1, 955, 0, 'Yellow Occasional Table', 'For those random moments', 0, NULL, NULL),
(883, 'table_silo_small*9', '9', 6, 1, 0, 1, 956, 0, 'Red Area Occasional Table', 'Red Area Occasional Table', 0, NULL, NULL),
(884, 'divider_silo3*2', '9', 7, 6, 0, 1, 957, 0, 'Black Area Gate', 'Form following function', 0, NULL, NULL),
(885, 'divider_silo3*3', '9', 7, 6, 0, 1, 958, 0, 'White Area Gate', 'Form following function', 0, NULL, NULL),
(886, 'divider_silo3*4', '9', 7, 6, 0, 1, 959, 0, 'Beige Area Gate', 'Beige Area Gate', 0, NULL, NULL),
(887, 'divider_silo3*5', '9', 7, 6, 0, 1, 960, 0, 'Pink Area Gate', 'Pink Area Gate', 0, NULL, NULL),
(888, 'divider_silo3*6', '9', 7, 6, 0, 1, 961, 0, 'Blue Area Gate', 'Door (lockable)', 0, NULL, NULL),
(889, 'divider_silo3*7', '9', 7, 6, 0, 1, 962, 0, 'Green Area Gate', 'Door (lockable)', 0, NULL, NULL),
(890, 'divider_silo3*8', '9', 7, 6, 0, 1, 963, 0, 'Yellow Area Gate', 'Form following function', 0, NULL, NULL),
(891, 'divider_silo3*9', '9', 7, 6, 0, 1, 964, 0, 'Red Area Gate', 'Red Area Gate', 0, NULL, NULL),
(892, 'divider_silo1*2', '9', 9, 3, 0, 1, 965, 0, 'Black Corner Shelf', 'Neat and natty', 0, NULL, NULL),
(893, 'divider_silo1*3', '9', 9, 3, 0, 1, 966, 0, 'White Corner Shelf', 'Neat and natty', 0, NULL, NULL),
(894, 'divider_silo1*4', '9', 9, 3, 0, 1, 967, 0, 'Beige Area Corner Shelf', 'Beige Area Corner Shelf', 0, NULL, NULL),
(895, 'divider_silo1*5', '9', 9, 3, 0, 1, 968, 0, 'Pink Area Corner Shelf', 'Pink Area Corner Shelf', 0, NULL, NULL),
(896, 'divider_silo1*6', '9', 9, 3, 0, 1, 967, 0, 'Blue Area Corner Shelf', 'Tuck it away!', 0, NULL, NULL),
(897, 'divider_silo1*7', '9', 9, 3, 0, 1, 968, 0, 'Green Area Corner Shelf', 'Tuck it away!', 0, NULL, NULL),
(898, 'divider_silo1*8', '9', 9, 3, 0, 1, 969, 0, 'Yellow Corner Shelf', 'Neat and natty', 0, NULL, NULL),
(899, 'divider_silo1*9', '9', 9, 3, 0, 1, 970, 0, 'Red Area Corner Shelf', 'Tuck it away', 0, NULL, NULL),
(900, 'chair_silo*2', '9', 10, 3, 0, 1, 973, 0, 'Black Dining Chair', 'Keep it simple', 0, NULL, NULL),
(901, 'chair_silo*3', '9', 10, 3, 0, 1, 974, 0, 'White Dining Chair', 'Keep it simple', 0, NULL, NULL),
(902, 'chair_silo*4', '9', 10, 3, 0, 1, 975, 0, 'Beige Silo Dining Chair', 'Beige Silo Dining Chair', 0, NULL, NULL),
(903, 'chair_silo*5', '9', 10, 3, 0, 1, 976, 0, 'Pink Silo Dining Chair', 'Pink Silo Dining Chair', 0, NULL, NULL),
(904, 'chair_silo*6', '9', 10, 3, 0, 1, 977, 0, 'Blue Area Dining Chair', 'Wooden dining chair', 0, NULL, NULL),
(905, 'chair_silo*7', '9', 10, 3, 0, 1, 978, 0, 'Green Area Dining Chair', 'Wooden dining chair', 0, NULL, NULL),
(906, 'chair_silo*8', '9', 10, 3, 0, 1, 979, 0, 'Yellow Dining Chair', 'Keep it simple', 0, NULL, NULL),
(907, 'chair_silo*9', '9', 10, 3, 0, 1, 980, 0, 'Red Area Dining Chair', 'Wooden dining chair', 0, NULL, NULL),
(908, 'safe_silo*2', '9', 11, 3, 0, 1, 981, 0, 'Black Safe Minibar', 'Totally shatter-proof!', 0, NULL, NULL),
(909, 'safe_silo*3', '9', 11, 3, 0, 1, 982, 0, 'White Safe Minibar', 'Totally shatter-proof!', 0, NULL, NULL),
(910, 'safe_silo*4', '9', 11, 3, 0, 1, 983, 0, 'Beige Safe Minibar', 'Totally shatter-proof!', 0, NULL, NULL),
(911, 'safe_silo*5', '9', 11, 3, 0, 1, 984, 0, 'Pink Safe Minibar', 'Totally shatter-proof!', 0, NULL, NULL),
(912, 'safe_silo*6', '9', 11, 3, 0, 1, 985, 0, 'Blue Safe Minibar', 'Totally shatter-proof!', 0, NULL, NULL),
(913, 'safe_silo*7', '9', 11, 3, 0, 1, 986, 0, 'Green Safe Minibar', 'Totally shatter-proof!', 0, NULL, NULL),
(914, 'safe_silo*8', '9', 11, 3, 0, 1, 987, 0, 'Yellow Safe Minibar', 'Totally shatter-proof!', 0, NULL, NULL),
(915, 'safe_silo*9', '9', 11, 3, 0, 1, 988, 0, 'Red Safe Minibar', 'Totally shatter-proof!', 0, NULL, NULL),
(916, 'barchair_silo*2', '9', 12, 3, 0, 1, 989, 0, 'Black Bar Stool', 'Practical and convenient', 0, NULL, NULL),
(917, 'barchair_silo*3', '9', 12, 3, 0, 1, 990, 0, 'White Bar Stool', 'Practical and convenient', 0, NULL, NULL),
(918, 'barchair_silo*4', '9', 12, 3, 0, 1, 991, 0, 'Beige Bar Stool', 'Practical and convenient', 0, NULL, NULL),
(919, 'barchair_silo*5', '9', 12, 3, 0, 1, 992, 0, 'Pink Bar Stool', 'Practical and convenient', 0, NULL, NULL),
(920, 'barchair_silo*6', '9', 12, 3, 0, 1, 993, 0, 'Blue Bar Stool', 'Take a perch!', 0, NULL, NULL),
(921, 'barchair_silo*7', '9', 12, 3, 0, 1, 994, 0, 'Green Bar Stool', 'Take a perch!', 0, NULL, NULL),
(922, 'barchair_silo*8', '9', 12, 3, 0, 1, 995, 0, 'Yellow Bar Stool', 'Practical and convenient', 0, NULL, NULL),
(923, 'barchair_silo*9', '9', 12, 3, 0, 1, 996, 0, 'Red Bar Stool', 'Practical and convenient', 0, NULL, NULL),
(924, 'table_silo_med*2', '9', 13, 3, 0, 1, 997, 0, 'Black Coffee Table', 'Wipe clean and unobtrusive', 0, NULL, NULL),
(925, 'table_silo_med*3', '9', 13, 3, 0, 1, 998, 0, 'White Coffee Table', 'Wipe clean and unobtrusive', 0, NULL, NULL),
(926, 'table_silo_med*4', '9', 13, 3, 0, 1, 999, 0, 'Beige Area Coffee Table', 'Beige Area Coffee Table', 0, NULL, NULL),
(927, 'table_silo_med*5', '9', 13, 3, 0, 1, 1000, 0, 'Pink Area Coffee Table', 'Pink Area Coffee Table', 0, NULL, NULL),
(928, 'table_silo_med*6', '9', 13, 3, 0, 1, 1001, 0, 'Blue Area Coffee Table', 'Gather everyone round', 0, NULL, NULL),
(929, 'table_silo_med*7', '9', 13, 3, 0, 1, 1002, 0, 'Green Area Coffee Table', 'Gather everyone round', 0, NULL, NULL),
(930, 'table_silo_med*8', '9', 13, 3, 0, 1, 1003, 0, 'Yellow Coffee Table', 'Wipe clean and unobtrusive', 0, NULL, NULL),
(931, 'table_silo_med*9', '9', 13, 3, 0, 1, 1004, 0, 'Red Area Coffee Table', 'Red Area Coffee Table', 0, NULL, NULL),
(932, 'pura_mdl1*1', '17', 7, 3, 0, 1, 1005, 0, 'Aqua Pura Module 1', 'Any way you like it!', 0, NULL, NULL),
(933, 'pura_mdl2*1', '17', 8, 3, 0, 1, 1006, 0, 'Aqua Pura Module 2', 'Any way you like it!', 0, NULL, NULL),
(934, 'pura_mdl3*1', '17', 9, 3, 0, 1, 1007, 0, 'Aqua Pura Module 3', 'Any way you like it!', 0, NULL, NULL),
(935, 'pura_mdl4*1', '17', 10, 3, 0, 1, 1008, 0, 'Aqua Pura Module 4', 'Any way you like it!', 0, NULL, NULL),
(936, 'pura_mdl5*1', '17', 11, 3, 0, 1, 1009, 0, 'Aqua Pura Module 5', 'Any way you like it!', 0, NULL, NULL),
(937, 'chair_basic*1', '17', 12, 3, 0, 1, 1010, 0, 'Aqua Pura Egg Chair', 'It\'s a cracking design!', 0, NULL, NULL),
(938, 'pura_mdl1*2', '17', 7, 3, 0, 1, 1011, 0, 'Pink Pura Module 1', 'Any way you like it!', 0, NULL, NULL),
(939, 'pura_mdl1*3', '17', 7, 3, 0, 1, 1012, 0, 'Black Pura Module 1', 'Any way you like it!', 0, NULL, NULL),
(940, 'pura_mdl1*4', '17', 7, 3, 0, 1, 1013, 0, 'White Pura Module 1', 'Any way you like it!', 0, NULL, NULL),
(941, 'pura_mdl1*5', '17', 7, 3, 0, 1, 1014, 0, 'Beige pura module 1', '', 0, NULL, NULL),
(942, 'pura_mdl1*6', '17', 7, 3, 0, 1, 1015, 0, 'Blue Pura Module 1', 'Any way you like it!', 0, NULL, NULL),
(943, 'pura_mdl1*7', '17', 7, 3, 0, 1, 1016, 0, 'Green Pura Module 1', 'Any way you like it!', 0, NULL, NULL),
(944, 'pura_mdl1*8', '17', 7, 3, 0, 1, 1017, 0, 'Yellow pura module 1', '', 0, NULL, NULL),
(945, 'pura_mdl1*9', '17', 7, 3, 0, 1, 1018, 0, 'Red Pura Module 1', 'Any way you like it!', 0, NULL, NULL),
(946, 'pura_mdl2*2', '17', 8, 3, 0, 1, 1019, 0, 'Pink Pura Module 2', 'Any way you like it!', 0, NULL, NULL),
(947, 'pura_mdl2*3', '17', 8, 3, 0, 1, 1020, 0, 'Black Pura Module 2', 'Any way you like it!', 0, NULL, NULL),
(948, 'pura_mdl2*4', '17', 8, 3, 0, 1, 1021, 0, 'White Pura Module 2', 'Any way you like it!', 0, NULL, NULL),
(949, 'pura_mdl2*5', '17', 8, 3, 0, 1, 1022, 0, 'Beige pura module 2', '', 0, NULL, NULL),
(950, 'pura_mdl2*6', '17', 8, 3, 0, 1, 1023, 0, 'Blue Pura Module 2', 'Any way you like it!', 0, NULL, NULL),
(951, 'pura_mdl2*7', '17', 8, 3, 0, 1, 1024, 0, 'Green Pura Module 2', 'Any way you like it!', 0, NULL, NULL),
(952, 'pura_mdl2*8', '17', 8, 3, 0, 1, 1025, 0, 'Yellow pura module 2', '', 0, NULL, NULL),
(953, 'pura_mdl2*9', '17', 8, 3, 0, 1, 1026, 0, 'Red Pura Module 2', 'Any way you like it!', 0, NULL, NULL),
(954, 'pura_mdl3*2', '17', 9, 3, 0, 1, 1027, 0, 'Pink Pura Module 3', 'Any way you like it!', 0, NULL, NULL),
(955, 'pura_mdl3*3', '17', 9, 3, 0, 1, 1028, 0, 'Black Pura Module 3', 'Any way you like it!', 0, NULL, NULL),
(956, 'pura_mdl3*4', '17', 9, 3, 0, 1, 1029, 0, 'White Pura Module 3', 'Any way you like it!', 0, NULL, NULL),
(957, 'pura_mdl3*5', '17', 9, 3, 0, 1, 1030, 0, 'Beige pura module 3', '', 0, NULL, NULL),
(958, 'pura_mdl3*6', '17', 9, 3, 0, 1, 1031, 0, 'Blue Pura Module 3', 'Any way you like it!', 0, NULL, NULL),
(959, 'pura_mdl3*7', '17', 9, 3, 0, 1, 1032, 0, 'Green Pura Module 3', 'Any way you like it!', 0, NULL, NULL),
(960, 'pura_mdl3*8', '17', 9, 3, 0, 1, 1033, 0, 'Yellow pura module 3', '', 0, NULL, NULL),
(961, 'pura_mdl3*9', '17', 9, 3, 0, 1, 1034, 0, 'Red Pura Module 3', 'Any way you like it!', 0, NULL, NULL),
(962, 'pura_mdl4*2', '17', 10, 3, 0, 1, 1035, 0, 'Pink Pura Module 4', 'Any way you like it!', 0, NULL, NULL),
(963, 'pura_mdl4*3', '17', 10, 3, 0, 1, 1036, 0, 'Black Pura Module 4', 'Any way you like it!', 0, NULL, NULL),
(964, 'pura_mdl4*4', '17', 10, 3, 0, 1, 1037, 0, 'White Pura Module 4', 'Any way you like it!', 0, NULL, NULL),
(965, 'pura_mdl4*5', '17', 10, 3, 0, 1, 1038, 0, 'Beige pura module 4', '', 0, NULL, NULL),
(966, 'pura_mdl4*6', '17', 10, 3, 0, 1, 1039, 0, 'Blue Pura Module 4', 'Any way you like it!', 0, NULL, NULL),
(967, 'pura_mdl4*7', '17', 10, 3, 0, 1, 1040, 0, 'Green Pura Module 4', 'Any way you like it!', 0, NULL, NULL),
(968, 'pura_mdl4*8', '17', 10, 3, 0, 1, 1041, 0, 'Yellow pura module 4', '', 0, NULL, NULL),
(969, 'pura_mdl4*9', '17', 10, 3, 0, 1, 1042, 0, 'Red Pura Module 4', 'Any way you like it!', 0, NULL, NULL),
(970, 'pura_mdl5*2', '17', 11, 3, 0, 1, 1043, 0, 'Pink Pura Module 5', 'Any way you like it!', 0, NULL, NULL),
(971, 'pura_mdl5*3', '17', 11, 3, 0, 1, 1044, 0, 'Black Pura Module 5', 'Any way you like it!', 0, NULL, NULL),
(972, 'pura_mdl5*4', '17', 11, 3, 0, 1, 1045, 0, 'White Pura Module 5', 'Any way you like it!', 0, NULL, NULL),
(973, 'pura_mdl5*5', '17', 11, 3, 0, 1, 1046, 0, 'Beige pura module 5', '', 0, NULL, NULL),
(974, 'pura_mdl5*6', '17', 11, 3, 0, 1, 1047, 0, 'Blue Pura Module 5', 'Any way you like it!', 0, NULL, NULL),
(975, 'pura_mdl5*7', '17', 11, 3, 0, 1, 1048, 0, 'Green Pura Module 5', 'Any way you like it!', 0, NULL, NULL),
(976, 'pura_mdl5*8', '17', 11, 3, 0, 1, 1049, 0, 'Yellow Pura Module 5', 'Any way you like it!', 0, NULL, NULL),
(977, 'pura_mdl5*9', '17', 11, 3, 0, 1, 1050, 0, 'Red Pura Module 5', 'Any way you like it!', 0, NULL, NULL),
(978, 'chair_basic*2', '17', 12, 3, 0, 1, 1051, 0, 'Pink Pura Egg Chair', 'It\'s a cracking design!', 0, NULL, NULL),
(979, 'chair_basic*3', '17', 12, 3, 0, 1, 1052, 0, 'Black Pura Egg Chair', 'It\'s a cracking design!', 0, NULL, NULL),
(980, 'chair_basic*4', '17', 12, 3, 0, 1, 1053, 0, 'White Pura Egg Chair', 'It\'s a cracking design!', 0, NULL, NULL),
(981, 'chair_basic*5', '17', 12, 3, 0, 1, 1054, 0, 'Beige Pura Egg Chair', 'It\'s a cracking design!', 0, NULL, NULL),
(982, 'chair_basic*6', '17', 12, 3, 0, 1, 1055, 0, 'Blue Pura Egg Chair', 'It\'s a cracking design!', 0, NULL, NULL),
(983, 'chair_basic*7', '17', 12, 3, 0, 1, 1056, 0, 'Green Pura Egg Chair', 'It\'s a cracking design!', 0, NULL, NULL),
(984, 'chair_basic*8', '17', 12, 3, 0, 1, 1057, 0, 'Yellow Pura Egg Chair', 'It\'s a cracking design!', 0, NULL, NULL),
(985, 'chair_basic*9', '17', 12, 3, 0, 1, 1058, 0, 'Red Pura Egg Chair', 'It\'s a cracking design!', 0, NULL, NULL),
(986, 'hcc_chair', '64', 1, 8, 0, 1, 1060, 0, 'Trendy Stool', 'Shiny varnished finish', 0, NULL, NULL),
(987, 'hcc_shelf', '64', 6, 8, 0, 1, 1061, 0, 'Bookshelf', 'Your own Habbo archives', 0, NULL, NULL),
(988, 'hcc_stool', '64', 2, 8, 0, 1, 1062, 0, 'Antique Stool', 'For larger gatherings', 0, NULL, NULL),
(989, 'hcc_dvdr', '64', 8, 8, 0, 1, 1063, 0, 'Glass Divider', 'It won\'t cramp your style', 0, NULL, NULL),
(990, 'hcc_sofa', '64', 4, 8, 0, 1, 1068, 0, 'Low Back Sofa', 'Get your friends over!', 0, NULL, NULL),
(991, 'hcc_crnr', '64', 9, 8, 0, 1, 1065, 0, 'Glass Corner', 'Adds the finishing touch', 0, NULL, NULL),
(992, 'hcc_sofachair', '64', 3, 8, 0, 1, 1064, 0, 'Reclining Chair', 'Put your feet up!', 0, NULL, NULL),
(993, 'hcc_table', '64', 5, 8, 0, 1, 1066, 0, 'Glass Table', 'Elegant centre piece', 0, NULL, NULL),
(994, 'hcc_minibar', '64', 7, 8, 0, 1, 1067, 0, 'Minibar', 'Cool look, cool drinks!', 0, NULL, NULL),
(1037, 'romantique_pianochair*1', '68', 2, 3, 0, 1, 1111, 0, 'Rose Quartz Piano Chair', 'Elegant seating for elegant Habbos', 0, NULL, NULL),
(1038, 'romantique_divan*1', '68', 3, 3, 0, 1, 1112, 0, 'Chaise-Longue', 'Recline in continental Rose Quartz comfort', 0, NULL, NULL),
(1039, 'romantique_chair*1', '68', 4, 3, 0, 1, 1113, 0, 'Rose Quartz Chair', 'Elegant seating for elegant Habbos', 0, NULL, NULL),
(1040, 'romantique_divider*1', '68', 5, 3, 0, 1, 1114, 0, 'Rose Quartz Screen', 'Beauty lies within', 0, NULL, NULL),
(1041, 'romantique_smalltabl*1', '68', 6, 3, 0, 1, 1115, 0, 'Rose Quartz Tray Table', 'Every tray needs a table...', 0, NULL, NULL),
(1042, 'romantique_mirrortabl', '68', 1, 3, 0, 1, 1116, 0, 'Dressing Table', 'Get ready for your big date', 0, NULL, NULL),
(1043, 'wallmirror', '68', 1, 3, 0, 1, 1117, 0, 'Wallmirror', 'Mirror, mirror on the wall...', 0, NULL, NULL),
(1044, 'romantique_tray1', '68', 1, 3, 0, 1, 1118, 0, 'Romantique Tray', 'Breakfast is served!', 0, NULL, NULL),
(1045, 'romantique_tray2', '68', 1, 3, 0, 1, 1119, 0, 'Romantique Treats Tray', 'Time to celebrate!', 0, NULL, NULL),
(1046, 'rom_lamp', '68', 1, 3, 0, 1, 1120, 0, 'Crystal Lamp', 'Light up your life', 0, NULL, NULL),
(1047, 'romantique_clock', '68', 1, 3, 0, 1, 1121, 0, 'Grandfather\'s Clock', 'The most Romantic tick-tock ever!', 0, NULL, NULL),
(1048, 'romantique_pianochair*2', '68', 2, 3, 0, 1, 1122, 0, 'Lime Romantique Piano Chair', 'Sit in traditional style', 0, NULL, NULL),
(1049, 'romantique_divan*2', '68', 3, 3, 0, 1, 1123, 0, 'Emerald Chaise-Longue', 'Recline in continental comfort', 0, NULL, NULL),
(1050, 'romantique_chair*2', '68', 4, 3, 0, 1, 1124, 0, 'Lime Romantique Chair', 'null', 0, NULL, NULL),
(1051, 'romantique_divider*2', '68', 5, 3, 0, 1, 1125, 0, 'Green Screen', 'Keeping things separated', 0, NULL, NULL),
(1052, 'romantique_smalltabl*2', '68', 6, 3, 0, 1, 1126, 0, 'Lime Tray Table', 'Every tray needs a table...', 0, NULL, NULL),
(1053, 'romantique_pianochair*3', '68', 2, 3, 0, 1, 1127, 0, 'Sapphire Chair', 'For stately seating experiences', 0, NULL, NULL),
(1054, 'romantique_divan*3', '68', 3, 3, 0, 1, 1128, 0, 'Turquoise Romantique Divan', 'null', 0, NULL, NULL),
(1055, 'romantique_chair*3', '68', 4, 3, 0, 1, 1129, 0, 'Turquoise Romantique Chair', 'null', 0, NULL, NULL),
(1056, 'romantique_divider*3', '68', 5, 3, 0, 1, 1130, 0, 'Turquoise Screen', 'Keeping things separated', 0, NULL, NULL),
(1057, 'romantique_smalltabl*3', '68', 6, 3, 0, 1, 1131, 0, 'Turquoise Tray Table', 'Every tray needs a table...', 0, NULL, NULL),
(1058, 'romantique_pianochair*4', '68', 2, 3, 0, 1, 1132, 0, 'Amber Piano Stool', 'I can feel air coming through...', 0, NULL, NULL),
(1059, 'romantique_divan*4', '68', 3, 3, 0, 1, 1133, 0, 'Amber Chaise-Longue', 'Is that a cape hanging there?', 0, NULL, NULL),
(1060, 'romantique_chair*4', '68', 4, 3, 0, 1, 1134, 0, 'Amber Chair', 'What does this button do?', 0, NULL, NULL),
(1061, 'romantique_divider*4', '68', 5, 3, 0, 1, 1135, 0, 'Ochre Screen', 'Keeping things separated', 0, NULL, NULL),
(1062, 'romantique_smalltabl*4', '68', 6, 3, 0, 1, 1136, 0, 'Amber Tray Table', 'Why is one leg different?', 0, NULL, NULL),
(1063, 'romantique_pianochair*5', '68', 2, 3, 0, 1, 1137, 0, 'Onyx Piano Stool', 'I can feel air coming through...', 0, NULL, NULL),
(1064, 'romantique_divan*5', '68', 3, 3, 0, 1, 1138, 0, 'Onyx Chaise-Longue', 'Is that a cape hanging there?', 0, NULL, NULL),
(1065, 'romantique_chair*5', '68', 4, 3, 0, 1, 1139, 0, 'Onyx Chair', 'What does this button do?', 0, NULL, NULL),
(1066, 'romantique_divider*5', '68', 5, 3, 0, 1, 1140, 0, 'Romantique Screen Gray', 'Keeping Things Separated', 0, NULL, NULL),
(1067, 'romantique_smalltabl*6', '68', 6, 3, 0, 1, 1141, 0, '', '', 0, NULL, NULL),
(1068, 'grand_piano*1', '68', 7, 3, 0, 1, 1142, 0, 'Turquoise Grand Piano', 'Turquoise Grand Piano', 0, NULL, NULL),
(1069, 'grand_piano*2', '68', 7, 3, 0, 1, 1143, 0, 'Esmerald Piano Stool', 'Let the music begin', 0, NULL, NULL),
(1070, 'grand_piano*3', '68', 7, 3, 0, 1, 1144, 0, 'Sapphire Piano Stool', 'Make sure you play in key!', 0, NULL, NULL),
(1071, 'grand_piano*4', '68', 7, 3, 0, 1, 1145, 0, 'Amber Grand Piano', 'Why is that key green?', 0, NULL, NULL),
(1072, 'grand_piano*5', '68', 7, 3, 0, 1, 1146, 0, 'Onyx Grand Piano', 'Why is that key green?', 0, NULL, NULL),
(1274, 'grunge_barrel', '81', 1, 3, 0, 1, 1363, 0, 'Flaming Barrel', 'Beacon of light!', 0, NULL, NULL),
(1275, 'grunge_bench', '81', 2, 3, 0, 1, 1364, 0, 'Bench', 'Laid back seating', 0, NULL, NULL),
(1276, 'grunge_candle', '81', 3, 3, 0, 1, 1365, 0, 'Candle Box', 'Late night debate', 0, NULL, NULL),
(1277, 'grunge_chair', '81', 4, 3, 0, 1, 1366, 0, 'Grunge Chair', 'Alternative chair for alternative people', 0, NULL, NULL),
(1278, 'grunge_mattress', '81', 5, 3, 0, 1, 1367, 0, 'Grunge Mattress', 'Beats sleeping on the floor!', 0, NULL, NULL),
(1279, 'grunge_radiator', '81', 6, 3, 0, 1, 1368, 0, 'Radiator', 'Started cool but now it\'s hot!', 0, NULL, NULL),
(1280, 'grunge_shelf', '81', 7, 3, 0, 1, 1369, 0, 'Grunge Bookshelf', 'Scrap books and photo albums', 0, NULL, NULL),
(1281, 'grunge_sign', '81', 8, 3, 0, 1, 1370, 0, 'Road Sign', 'Bought legitimately from an M1 cafe.', 0, NULL, NULL),
(1282, 'grunge_table', '81', 9, 3, 0, 1, 1371, 0, 'Grunge Table', 'Students of the round table!', 0, NULL, NULL),
(1283, 'hc_crpt', '27', 2, 5, 0, 1, 1372, 0, 'Persian Carpet', 'Ultimate craftsmanship', 0, NULL, NULL),
(1284, 'poster 12', '24', 21, 3, 0, 1, 251, 12, 'Lapland Poster', 'a beautiful sunset', 0, NULL, NULL),
(1285, 'poster 35', '24', 23, 3, 0, 1, 251, 35, 'The Habbo Babes 1', 'The Hotel\'s girlband. Dream on!', 0, NULL, NULL),
(1286, 'poster 36', '24', 24, 3, 0, 1, 251, 36, 'The Habbo Babes 2', 'The Hotels girlband. Dream on!', 0, NULL, NULL),
(1287, 'poster 37', '24', 25, 3, 0, 1, 251, 37, 'The Habbo Babes 3', 'The Hotels girlband. Dream on!', 0, NULL, NULL),
(1288, 'poster 2006', '24', 26, 3, 0, 1, 251, 2006, 'DJ Throne', 'He is the magic Habbo', 0, NULL, NULL),
(1289, 'poster 13', '24', 22, 3, 0, 1, 251, 13, 'BW Skyline Poster', 'Arty black and white', 0, NULL, NULL),
(1290, 'poster 39', '24', 27, 3, 0, 1, 251, 39, 'Screaming Furnies', 'The rock masters of virtual music', 0, NULL, NULL),
(1291, 'poster 41', '24', 28, 3, 0, 1, 251, 41, 'Habbo Golden Record', 'For the best music-makers', 0, NULL, NULL),
(1292, 'poster 34', '24', 29, 3, 0, 1, 251, 34, 'Scamme\'d', 'Habbo-punk for the never-agreeing', 0, NULL, NULL),
(1293, 'poster 1005', '24', 30, 3, 0, 1, 251, 1005, 'Johnny Squabble', 'The muscly movie hero', 0, NULL, NULL),
(1294, 'poster 2001', '24', 31, 3, 0, 1, 251, 2001, 'Magic Carpet', 'Former servant of a great wizard!', 0, NULL, NULL),
(1295, 'poster 20', '24', 32, 3, 0, 1, 251, 20, 'Snowman Poster', 'A new use for carrots!', 0, NULL, NULL),
(1296, 'poster 24', '24', 33, 3, 0, 1, 251, 24, 'Three Wise Men Poster', 'Following the star', 0, NULL, NULL),
(1297, 'poster 1003', '24', 34, 3, 0, 1, 251, 1003, 'UK Map', 'get the lovely isles on your walls', 0, NULL, NULL),
(1298, 'poster 31', '24', 35, 3, 0, 1, 251, 31, 'System of a Ban', 'Pure and unbridled nu-metal', 0, NULL, NULL),
(1299, 'poster 38', '24', 35, 3, 0, 1, 251, 38, 'Smiling Headbangerz', 'For really TOUGH Habbos!', 0, NULL, NULL),
(1300, 'poster 40', '24', 35, 3, 0, 1, 251, 40, 'Bonnie Blonde', 'The one and only. Adore her!', 0, NULL, NULL),
(1301, 'poster 1001', '24', 35, 3, 0, 1, 251, 1001, 'Prince Charles Poster', 'even walls have ears', 0, NULL, NULL),
(1302, 'poster 1002', '24', 35, 3, 0, 1, 251, 1002, 'Queen Mum Poster', 'aw, bless...', 0, NULL, NULL),
(1303, 'poster 2000', '24', 35, 3, 0, 1, 251, 2000, 'Suomen kartta', 'Suomen kartta', 0, NULL, NULL),
(1304, 'poster 2002', '24', 35, 3, 0, 1, 251, 2002, 'Urho Kaleva Kekkonen', 'Presidentin muotokuva', 0, NULL, NULL),
(1305, 'poster 2003', '24', 35, 3, 0, 1, 251, 2003, 'Dodgy Geezer', 'Would you trust this man?', 0, NULL, NULL),
(1306, 'poster 2004', '24', 35, 3, 0, 1, 251, 2004, 'Rasta Poster', 'irie!', 0, NULL, NULL),
(1307, 'poster 2007', '24', 35, 3, 0, 1, 251, 2007, 'The Father Of Habbo', 'The legendary founder of the Hotel', 0, NULL, NULL),
(1338, 'fortune', '19', 5, 10, 0, 1, 1403, 0, 'Crystal Ball', 'Gaze into the future', 0, NULL, NULL),
(1339, 'sound_machine', '84', 1, 8, 0, 1, 232, 0, 'Sound Machine', 'Creating fancy sounds', 0, NULL, NULL),
(1340, 'sound_set_65', '88', 9, 3, 0, 1, 1404, 0, 'Tiki anthems', 'Tiki drums go boom!', 0, NULL, NULL),
(1341, 'sound_set_66', '88', 9, 3, 0, 1, 1405, 0, 'Tiki Trax', 'Spin some island tunes', 0, NULL, NULL),
(1342, 'sound_set_67', '88', 9, 3, 0, 1, 1406, 0, 'The trax of Tiki', 'Appease the greatest Habboa with party songs', 0, NULL, NULL),
(1343, 'sound_set_68', '88', 9, 3, 0, 1, 1407, 0, 'Pitchside Pro', 'Football Sounds 1', 0, NULL, NULL),
(1344, 'sound_set_69', '88', 9, 3, 0, 1, 1408, 0, 'Referee Rhythm', 'Football Sounds 2', 0, NULL, NULL),
(1345, 'sound_set_70', '88', 9, 3, 0, 1, 1409, 0, 'Squad Synth', 'Football Sounds 3', 0, NULL, NULL),
(1348, 'rclr_chair', '92', 9, 1, 0, 1, 1414, 0, 'Palm Chair', 'Watch out for coconuts', 0, NULL, NULL),
(1349, 'rclr_garden', '92', 9, 1, 0, 1, 1415, 0, 'Water Garden', 'Self watering', 0, NULL, NULL),
(1350, 'rclr_sofa', '92', 9, 1, 0, 1, 1416, 0, 'Polar Sofa', 'Snuggle up together', 0, NULL, NULL),
(1351, 'army_plasto', '44', 1, 25, 0, 1, 489, 0, 'Chair', 'Hip plastic furniture', 0, NULL, NULL);
/*!40000 ALTER TABLE `catalogue_items` ENABLE KEYS */;
-- Dumping structure for table kepler.catalogue_packages
CREATE TABLE IF NOT EXISTS `catalogue_packages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`salecode` varchar(255) DEFAULT NULL,
`definition_id` int(11) DEFAULT NULL,
`special_sprite_id` int(11) DEFAULT NULL,
`amount` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.catalogue_packages: ~18 rows (approximately)
/*!40000 ALTER TABLE `catalogue_packages` DISABLE KEYS */;
INSERT INTO `catalogue_packages` (`id`, `salecode`, `definition_id`, `special_sprite_id`, `amount`) VALUES
(1, 'a0 deal102', 184, 0, 5),
(2, 'a0 deal104', 184, 0, 3),
(3, 'a0 deal105', 180, 0, 5),
(4, 'a0 deal106', 180, 0, 3),
(5, 'a0 deal107', 181, 0, 5),
(6, 'a0 deal108', 181, 0, 3),
(7, 'a0 deal109', 182, 0, 5),
(8, 'a0 deal114', 182, 0, 3),
(9, 'a0 deal115', 183, 0, 5),
(10, 'a0 deal116', 183, 0, 3),
(11, 'deal_dogfood', 155, 0, 6),
(12, 'deal_catfood', 156, 0, 6),
(13, 'deal_crocfood', 236, 0, 6),
(14, 'deal_cabbage', 157, 0, 6),
(15, 'sound_machine_deal', 232, 0, 1),
(16, 'sound_machine_deal', 239, 0, 1),
(17, 'deal_hcrollers', 226, 0, 5),
(18, 'deal_throne', 107, 0, 10);
/*!40000 ALTER TABLE `catalogue_packages` ENABLE KEYS */;
-- Dumping structure for table kepler.catalogue_pages
CREATE TABLE IF NOT EXISTS `catalogue_pages` (
`id` int(11) NOT NULL,
`order_id` int(11) DEFAULT NULL,
`min_role` int(11) DEFAULT NULL,
`index_visible` tinyint(1) NOT NULL DEFAULT 1,
`is_club_only` tinyint(1) NOT NULL DEFAULT 0,
`name_index` varchar(255) DEFAULT NULL,
`link_list` varchar(255) NOT NULL DEFAULT '',
`name` varchar(255) DEFAULT NULL,
`layout` varchar(255) DEFAULT NULL,
`image_headline` varchar(255) DEFAULT NULL,
`image_teasers` varchar(255) DEFAULT NULL,
`body` text DEFAULT '',
`label_pick` varchar(255) DEFAULT NULL,
`label_extra_s` varchar(255) DEFAULT NULL,
`label_extra_t` text DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.catalogue_pages: ~60 rows (approximately)
/*!40000 ALTER TABLE `catalogue_pages` DISABLE KEYS */;
INSERT INTO `catalogue_pages` (`id`, `order_id`, `min_role`, `index_visible`, `is_club_only`, `name_index`, `link_list`, `name`, `layout`, `image_headline`, `image_teasers`, `body`, `label_pick`, `label_extra_s`, `label_extra_t`) VALUES
(1, 1, 1, 1, 0, 'Frontpage', '', 'Frontpage', 'ctlg_frontpage2', 'catal_fp_header', 'catal_fp_pic4,catal_fp_pic5,', 'Welcome to the Hotel Catalogue. It\'s packed full of fab things for your room - there\'s something for everyone! Browse the ranges by clicking the tabs on the right.<br><br>Some ranges are seasonal, so check back regularly for new items.<br><br>We regularly', NULL, 'Home sweet home!', '1:You need Credits to buy Furni for your room, click the Purse at the bottom of your screen for more information about Credits.'),
(2, 2, 1, 1, 0, 'Rare', '', 'Rare', 'ctlg_productpage1', 'catalog_rares_headline1', '', 'Okay this thing is fucking epic!\rEnjoy it while it lasts!', NULL, NULL, NULL),
(3, 3, 1, 1, 0, 'Spaces', '', 'Spaces', 'ctlg_spaces', 'catalog_spaces_headline1', '', 'Floors, wallpapers, landscapes - get a groovy combination to your room. Use our virtual room preview below to test out the combinations before you buy. Select the design and color you like and click Buy.', NULL, NULL, '1:Wall\r\n2:Floor\r\n3:Pattern\r\n4:Colour\r\n5:Pattern\r\n6:Colour\r\n7:Preview'),
(4, 27, 1, 1, 0, 'Habbo Exchange', '', 'Habbo Exchange', 'ctlg_layout2', 'catalog_bank_headline1', 'catalog_bank_teaser,', 'The Habbo Exchange is where you can convert your Habbo Credits into a tradable currency. You can use this tradable currency to exchange Habbo Credits for Furni!', 'Click on the item you want for more information', '1:Refundable goods!', NULL),
(5, 22, 1, 1, 0, 'Rollers', '', 'Rollers', 'ctlg_layout2', 'catalog_roller_headline1', '', 'Move your imagination, while you move your Habbo! Perfect for mazes, games, for keeping your queue moving or making your pet go round in circles for hours. Available in multi-packs ? the more you buy the cheaper the Roller! Pink Rollers out now!', 'Click on a Roller to see more information!', 'You can fit 30 Rollers in a user flat!', NULL),
(6, 6, 1, 1, 0, 'Teleporters', '', 'Teleporters', 'ctlg_productpage3', 'catalog_doors_headline1', 'catalog_door_a,catalog_door_c,catalog_door_b,', 'Beam your user from one room to another with one of our cunningly disguised, space age teleports. Now you can link any two rooms together! Teleports are sold in pairs, so if you trade for them, check you\'re getting a linked pair.', 'Click on the item you want for more information', 'Beam!', NULL),
(7, 18, 1, 1, 0, 'Pets', '', 'Pets', 'ctlg_pets', 'catalog_pet_headline1', 'catalog_pets_teaser1,', 'Fluff and whiskers, meows and woofs! You\'\'re about to enter the world of small creatures with furry features. Find a new friend from our ever-changing selection. From faithful servants to playful playmates - here\'s where you\'\'ll find them all.', 'Find your own pet!', NULL, '1:Give name:'),
(8, 19, 1, 1, 0, 'Pet Accessories', '', 'Pet Accessories', 'ctlg_layout2', 'catalog_pet_headline2', 'ctlg_pet_teaser1,', 'You\'\'ll need to take care of your pet to keep it happy and healthy. This section of the Catalogue has EVERYTHING you\'ll need to satisfy your pet\'s needs.', 'Click on the item you want for more information', '2:You\'ll have to share it!', NULL),
(9, 6, 1, 1, 0, 'Area', '', 'Area', 'ctlg_layout2', 'catalog_area_headline1', 'catalog_area_teaser1,', 'Introducing the Area Collection... Clean, chunky lines set this collection apart as a preserve of the down-to-earth person. It\'s beautiful in its simplicity, and welcoming to everyone.', 'Click on the item you want for more information', '2: Beautiful in it\'s simplicity!', NULL),
(10, 10, 1, 1, 0, 'Gothic', '', 'Gothic', 'ctlg_layout2', 'catalog_gothic_headline1', 'catalog_gothic_teaser1,', 'The Gothic section is full of medieval looking items. Create your own Gothic castle!', 'Click on the item you want for more information', NULL, NULL),
(11, 11, 1, 0, 0, 'Soundmachines', '', 'Trax', 'ctlg_soundmachine', 'catalog_djshop_headline1', 'catalog_djshop_teaser1,', 'Bring sound to your room! Purchase a sound machine plus some sample packs and create your own songs to play in your flat!', 'Click on the item you want for more information', NULL, NULL),
(12, 7, 1, 1, 0, 'Candy', '', 'Candy', 'ctlg_layout2', 'catalog_candy_headline1', 'catalog_candy_teaser1,', 'Candy combines the cool, clean lines of the Mode collection with a softer, more soothing style. It\'\'s urban sharpness with a hint of the feminine.', 'Click on the item you want for more information', '2: Relax! It\'s faux-fur.', NULL),
(13, 13, 1, 1, 0, 'Asian', '', 'Asian', 'ctlg_layout2', 'catalog_asian_headline1', 'catalog_asian_teaser1,', 'Introducing the Asian collection... These handcrafted items are the result of years of child slavery, some mixture of Ying and Yang and a mass-shipping from China. These authentic items fit in every oriental themed user flat. Made in China: fo\' real nigga', 'Click on the item you want for more information', NULL, NULL),
(14, 9, 1, 1, 0, 'Iced', '', 'Iced', 'ctlg_layout2', 'catalog_iced_headline1', 'catalog_iced_teaser1,', 'Introducing the Iced Collection... For the person who needs no introduction. It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination to run wild!', 'Click on the item you want for more information', '2: These chairs are so comfy.', NULL),
(15, 10, 1, 1, 0, 'Lodge', '', 'Lodge', 'ctlg_layout2', 'catalog_lodge_headline1', 'catalog_lodge_teaser1,', 'Introducing the Lodge Collection... Do you appreciate the beauty of wood? For that ski lodge effect, or to match that open fire... Lodge is the Furni of choice for people with that no frills approach to decorating.', 'Click on the item you want for more information', '2: I LOVE this wood Furni!', NULL),
(16, 12, 1, 1, 0, 'Plastic', '', 'Plasto', 'ctlg_plasto', 'catalog_plasto_headline1', '', 'Introducing The Plasto Collection... Can you feel that 1970s vibe? Decorate with Plasto and add some colour to your life. Choose a colour that reflect your mood, or just pick your favourite shade.', 'Select an item and a colour and buy!', 'New colors!', '1:Choose an item\r\n2:Select the color\r\n3:Preview'),
(17, 13, 1, 1, 0, 'Pura', '', 'Pura', 'ctlg_layout2', 'catalog_pura_headline1', 'catalog_pura_teaser1,', 'Introducing the Pura Collection... This collection breathes fresh, clean air and cool tranquillity. Use it to create a special haven away from the hullabaloo of life outside the Hotel.', 'Click on the item you want for more information', NULL, NULL),
(18, 11, 1, 1, 0, 'Mode', '', 'Mode', 'ctlg_layout2', 'catalog_mode_headline1', 'catalog_mode_teaser1,', 'Introducing the Mode Collection... Steely grey functionality combined with sleek designer upholstery. The person that chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', 'Click on the item you want for more information', '2: So shiny and new...', NULL),
(19, 24, 1, 1, 0, 'Accessories', '', 'Accessories', 'ctlg_layout2', 'catalog_extra_headline1', 'catalog_extra_teaser1,', 'Is your room missing something? Well, now you can add the finishing touches that express your true personality. And don\'t forget, like everything else, these accessories can be moved about to suit your mood.', 'Click on the item you want for more information', '2: I love my rabbit...', NULL),
(20, 15, 1, 1, 0, 'Bathroom', '', 'Bathroom', 'ctlg_layout2', 'catalog_bath_headline1', 'catalog_bath_teaser1,', 'Introducing the Bathroom Collection... Have some fun with the cheerful bathroom collection. Give yourself and your guests somewhere to freshen up - vital if you want to avoid nasty niffs. Put your loo in a corner though...', 'Click on the item you want for more information', '2: Every Habbo needs one!', NULL),
(21, 16, 1, 1, 0, 'Plants', '', 'Plants', 'ctlg_layout2', 'catalog_plants_headline1', 'catalog_plants_teaser1,', 'Introducing the Plant Collection... Every room needs a plant! Not only do they bring a bit of the outside inside, they also enhance the air quality! Do we give a fuck? Up to you!', 'Click on the item you want for more information', NULL, NULL),
(22, 22, 1, 1, 0, 'Sports', '', 'Sport', 'ctlg_layout2', 'catalog_sports_headline1', 'catalog_sports_teaser1,', 'For the sporty people, here is the Sports section! Create your own hockey stadium!', 'Click on the item you want for more information', '', NULL),
(23, 17, 1, 1, 0, 'Rugs', '', 'Rugs', 'ctlg_layout2', 'catalog_rugs_headline1', 'catalog_rugs_teaser1,', 'We have rugs for all occasions. All rugs are non-slip and washable.', 'Click on the item you want for more information', '2:We have rugs for ANY room!', NULL),
(24, 25, 1, 1, 0, 'Gallery', '', 'Gallery', 'ctlg_layout2', 'catalog_gallery_headline1', 'catalog_posters_teaser1,', 'Adorn your walls with wondrous works of art, posters, plaques and wall hangings. We have items to suit all tastes, from kitsch to cool, traditional to modern.', 'Click on the item you want for more information', '2: Brighten up your walls!', NULL),
(25, 26, 1, 1, 0, 'Flags', '', 'Flags', 'ctlg_layout2', 'catalog_flags_headline1', 'catalog_flags_teaser1,', 'If you\'re feeling patriotic, get a flag to prove it. Our finest cloth flags will brighten up the dullest walls.', 'Click on the item you want for more information', '2: Flag this section for later!', NULL),
(26, 23, 1, 1, 0, 'Trophies', '', 'Trophies', 'ctlg_trophies', 'catalog_trophies_headline1', '', 'Reward your friends, or yourself with one of our fabulous glittering array of bronze, silver and gold trophies.<br><br>First choose the trophy model (click on the arrows to see all the different styles) and then the metal (click on the seal below the trop', NULL, NULL, '1:Type your inscription CAREFULLY, it\'s permanent!'),
(27, 108, 5, 1, 0, 'Club Gifts', '', 'Club Gifts', 'ctlg_layout2', 'catalog_club_headline1', 'catalog_hc_teaser,', 'Welcome to the Club Shop! All \'Habbo Club membership gifts\' are available here, use them wisely you greedy cunt! We have sofas, butlers and all the happy stuff.', 'Click on the item you want for more information', NULL, NULL),
(28, 110, 5, 1, 0, 'Dragons', '', 'Dragons', 'ctlg_layout2', 'catalog_rares_headline1', '', 'The Dragon page contains all of the Dragon Lamps.', 'Click on the item you want for more information', NULL, NULL),
(29, 111, 5, 1, 0, 'Sci-fi Doors', '', 'Sci-fi Doors', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Yet another rares page.', 'Click on the item you want for more information', NULL, NULL),
(30, 112, 5, 1, 0, 'Parasols', '', 'Parasols', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Yet another rares page.', 'Click on the item you want for more information', NULL, NULL),
(31, 113, 5, 1, 0, 'Screens', '', 'Screens', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Yet another rares page.', 'Click on the item you want for more information', NULL, NULL),
(32, 100, 5, 1, 0, 'Marquee', '', 'Marquee', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Yet another rares page.', 'Click on the item you want for more information', NULL, NULL),
(33, 101, 5, 1, 0, 'Pillows', '', 'Pillows', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Yet another rares page.', 'Click on the item you want for more information', NULL, NULL),
(34, 102, 5, 1, 0, 'Icecream', '', 'Icecream', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Yet another rares page.', 'Click on the item you want for more information', NULL, NULL),
(35, 103, 5, 1, 0, 'Smoke machines', '', 'Smoke machines', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Yet another rares page.', 'Click on the item you want for more information', NULL, NULL),
(36, 104, 5, 1, 0, 'Laser Ports', '', 'Laser Ports', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Yet another rares page.', 'Click on the item you want for more information', NULL, NULL),
(37, 105, 5, 1, 0, 'Amber Lamp', '', 'Amber Lamp', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Yet another rares page.', 'Click on the item you want for more information', NULL, NULL),
(38, 106, 5, 1, 0, 'Fountains', '', 'Fountains', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Yet another rares page.', 'Click on the item you want for more information', NULL, NULL),
(39, 107, 5, 1, 0, 'Elephants', '', 'Elephants', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Yet another rares page.', 'Click on the item you want for more information', NULL, NULL),
(40, 109, 5, 1, 0, 'Fans', '', 'Fans', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Yet another rares page.', 'Click on the item you want for more information', NULL, NULL),
(41, 20, 1, 1, 0, 'Camera', 'Camera2', 'Camera', 'ctlg_camera1', 'catalog_camera_headline1', 'campic_cam,campic_film,', 'With your Camera you can take pictures of just about anything in the hotel - your friend on the loo (hehe), your best dive in the Lido, or your room when you\'ve got it just right!<br><br>A camera costs 10 Credits (two free photos included).', NULL, NULL, '1:When you\'ve used your free photos, you\'ll need to buy more. Each roll of film takes five photos. Your Camera will show how much film you have left and loads the next roll automatically.<br><br>Each Film (5 photos) costs:'),
(42, 21, 1, 0, 0, 'Camera2', '', 'Camera', 'ctlg_camera2', 'catalog_camera_headline1', 'campic_help,', 'CAMERA FUNCTIONS<br><br>1. Press this button to take a photo.<br>2. Photo cancel - for when you\'ve chopped off your friend\'s head!<br>3. Zoom in and out.<br>4. Photo counter - shows how much film you have left<br>5. Caption Box - write your caption before saving the photo.<br>6. Save - this moves the photo to your giant.<br>You can give photos to your friends, or put them on the wall like posters.', NULL, NULL, NULL),
(43, 114, 5, 1, 0, 'Inflatable Chairs', '', 'Inflatable Chairs', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Yet another rares page.', 'Click on the item you want for more information', NULL, NULL),
(44, 115, 5, 1, 0, 'Rares Mixed', '', 'Rares Mixed', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Yet another rares page.', 'Click on the item you want for more information', NULL, NULL),
(45, 27, 1, 1, 0, 'Executive', '', 'Executive', 'ctlg_layout2', 'catalog_exe_headline1', 'catalog_exe_teaser', 'The Executive Furni is ideal for creating a sophisticated working environment, whether it be an office, a mafia headquarters or study!', 'Click on the item you want for more information', '', ''),
(46, 28, 1, 1, 0, 'Alhambra', '', 'Alhambra', 'ctlg_layout2', 'catalog_alh_headline2', 'catalog_alh_teaser2,', 'The Palace of Alhambra has appeared and with it this exotic and beautifully crafted range of Arabian Furni. Luxury seating and gourmet food combine to make your room sparkle with riches.', 'Click on the item you want for more information', 's:2:Get your Alhambrian goodies now!', ''),
(60, 35, 1, 1, 0, 'Habbo Club', 'Club Info', 'Habbo Club', 'ctlg_club1', 'catalog_club_headline1', 'clubcat_pic', '', '', '', '1:Welcome to Habbo Club - the members only club that all the best Habbos belong to!\r\n2:Every member of Habbo Club gets priority access to the hotel. So, if the hotel\'s full up, you\'ll get to the front of the queue automatically - no waiting around! And you\'ll get exclusive clothes, hair colours, furni, special guest room layouts and more besides. Normal Habbos will not have any of these.\r\n3:How do I join? Use the Navigator to go to \'Hotel View\' and click on the Habbo Club icon. Habbo Club costs 20 Credits a month. We\'ll remind you when your membership is about to run out.\r\n4:Well, what are you waiting for? Join Habbo Club today!'),
(61, 5, 1, 0, 0, 'Club Info', '', 'Club Info', 'ctlg_club2', 'catalog_club_headline1', 'club_pos,club_neg', '', '', '', '1:What happens when my Habbo Club runs out?\r\n2:If your Habbo Club runs out, you WILL be able to keep any rooms you made with a Club layout and the Habbo Club Furni is yours to keep.\r\n3:If your Habbo Club runs out you WON\'T be able to wander around with a cool HC badge, the funky clothes and your hair will vanish from your Habbo, you won\'t be able to do chose HC rooms layouts in the Room-O-Matics, you\'ll receive no new HC Furni and worst all, you won\'t be able to jump the queue if the Hotel\'s Full!\r\n4:Stay in Habbo Club for more than a year and you\'ll get a special sparkly BADGE!'),
(64, 4, 1, 1, 1, 'Club Shop', '', 'Club Shop', 'ctlg_layout2', 'catalog_club_headline1', 'catalog_hc_teaser', 'NEW Habbo Club Furni range. Allow these elegant delights to make your room sophisticated and humble. They look great placed with your monthly gifts!', 'Click on the item you want for more information', '1:For Habbo Club members only!', ''),
(68, 14, 1, 1, 0, 'Romantique', '', 'Romantique', 'ctlg_layout2', 'catalog_romantique_headline1', 'catalog_romantique_teaser1', 'The Romantique range features Grand Pianos, old antique lamps and tables. It is the ideal range for setting a warm and loving mood in your room. Spruce up your room and invite that special someone over. Now featuring the extra special COLOUR edition.', 'Click on the item you want for more information', NULL, ''),
(81, 8, 1, 1, 0, 'Grunge', '', 'Grunge', 'ctlg_layout2', 'catalog_gru_headline1', 'catalog_gru_teaser', 'The Grunge range will get your bedroom looking just the way you like it - organised, neat and tidy!', 'Click on the item you want for more information', NULL, ''),
(84, 29, 1, 0, 0, 'How to make music?', '', 'How to make music?', 'ctlg_soundmachine', 'catalog_djshop_headline1', 'catalog_djshop_teaser1', 'You must own a trax machine and at least one trax pax. Place the trax machine in your room and the trax pax in your hand. Double click the trax machine, click "Trax editor" and start editing music. When ready, save, select the tune, turn on the trax machine and enjoy.', 'Cool, my own music!', NULL, ''),
(85, 28, 1, 1, 0, 'Ambient Trax', '', 'Ambient Trax', 'ctlg_soundmachine', 'catalog_trx_header1', 'catalog_trx_teaser1', 'Welcome to the Ambient Trax Store! With groovy beats and chilled out melodies, this is the section for some cool and relaxing tunes.', '', NULL, ''),
(86, 29, 1, 1, 0, 'Dance Trax', '', 'Dance Trax', 'ctlg_soundmachine', 'catalog_trx_header2', 'catalog_trx_teaser2', 'Welcome to the Dance Trax Store! With funky beats and catchy melodies, this is the section for every clubber to indulge in.', '', NULL, ''),
(87, 30, 1, 1, 0, 'Rock Trax', '', 'Rock Trax', 'ctlg_soundmachine', 'catalog_trx_header3', 'catalog_trx_teaser3', 'Welcome to the Rock Trax Store! With heavy beats and rockin\' riffs, this is the section for every rock fan to experiment with.', '', NULL, ''),
(88, 31, 1, 1, 0, 'SFX Trax', '', 'SFX Trax', 'ctlg_soundmachine', 'catalog_trx_header4', 'catalog_trx_teaser4', 'Welcome to the SFX Trax Store! With crazy sounds and weird noises, this is the section for every creative room builder to indulge in.', '', NULL, ''),
(89, 32, 1, 1, 0, 'Urban Trax', '', 'Urban Trax', 'ctlg_soundmachine', 'catalog_trx_header5', 'catalog_trx_teaser5', 'Welcome to the Urban Trax Store! With hip hop beats and RnB vocals, this is the section for every city bopper to indulge in.', '', NULL, ''),
(90, 34, 1, 1, 0, 'Presents', '', 'Presents', 'ctlg_presents', 'catalog_gifts_headline1', 'catalog_presents_teaser1,catalog_presents_teaser2', 'Show your Habbo friends just how much you care and send them a gift from the Habbo Catalogue. ANY Catalogue item can be sent as a gift to ANY Habbo, all you need is their Habbo name!', '', NULL, '1:Buying an item as a gift couldn\'t be simpler... <br><br>Buy an item from the Catalogue in the normal way, but tick \'buy as a gift\'. Tell us which Habbo you want to give the gift to and we\'\'ll gift wrap it and deliver it straight to their hand.'),
(91, 13, 1, 1, 0, 'Recycler', '', 'Recycler', 'ctlg_recycler', 'catalog_recycler_headline1', '', '', NULL, NULL, NULL),
(92, 116, 5, 1, 0, 'Recycler Furni', '', 'Recycler Furni', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Yet another special page.', 'Click on the item you want for more information', NULL, NULL);
/*!40000 ALTER TABLE `catalogue_pages` ENABLE KEYS */;
-- Dumping structure for table kepler.external_texts
CREATE TABLE IF NOT EXISTS `external_texts` (
`entry` varchar(255) NOT NULL,
`text` text NOT NULL,
UNIQUE KEY `entry` (`entry`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.external_texts: ~31 rows (approximately)
/*!40000 ALTER TABLE `external_texts` DISABLE KEYS */;
INSERT INTO `external_texts` (`entry`, `text`) VALUES
('handitem1', 'Tea'),
('handitem10', 'Latte'),
('handitem11', 'Mocha'),
('handitem12', 'Macchiato'),
('handitem13', 'Espresso'),
('handitem14', 'Filter'),
('handitem15', 'Iced'),
('handitem16', 'Cappuccino'),
('handitem17', 'Java'),
('handitem18', 'Tap'),
('handitem19', 'Habbo Cola'),
('handitem2', 'Juice'),
('handitem20', 'Camera'),
('handitem21', 'Hamburger'),
('handitem22', 'Lime Habbo Soda'),
('handitem23', 'Beetroot Habbo Soda'),
('handitem24', 'Bubble juice from 1999'),
('handitem25', 'Love potion'),
('handitem3', 'Carrot'),
('handitem4', 'Ice-cream'),
('handitem5', 'Milk'),
('handitem6', 'Blackcurrant'),
('handitem7', 'Water'),
('handitem8', 'Regular'),
('handitem9', 'Decaff'),
('modtool_rankerror', 'You do not have the rights for this action on this user!'),
('player_commands_no_args', 'You have not supplied any arguments!'),
('roomatic_givename', 'Give your room a name!'),
('roomdimmer_furni_limit', 'You can only have one roomdimmer per room'),
('room_sound_furni_limit', 'You can only place one sound furni per room'),
('successfully_purchase_gift_for', 'Successfully purchased gift for user %user%!');
/*!40000 ALTER TABLE `external_texts` ENABLE KEYS */;
-- Dumping structure for table kepler.games_maps
CREATE TABLE IF NOT EXISTS `games_maps` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`game_type` enum('battleball','snowstorm') NOT NULL DEFAULT 'battleball',
`map_id` enum('6','5','4','3','2','1') NOT NULL DEFAULT '1',
`heightmap` mediumtext NOT NULL,
`tile_map` mediumtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.games_maps: ~5 rows (approximately)
/*!40000 ALTER TABLE `games_maps` DISABLE KEYS */;
INSERT INTO `games_maps` (`id`, `game_type`, `map_id`, `heightmap`, `tile_map`) VALUES
(1, 'battleball', '5', 'xxxx000000000000000xxxx|xxxx000000000000000xxxx|xxxx000000000000000xxxx|xxxx000000000000000xxxx|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|xxxx000000000000000xxxx|xxxx000000000000000xxxx|xxxx000000000000000xxxx|xxxx000000000000000xxxx|', '00001111111111111110000|00001111111111111110000|00001111111111111110000|00001111111111111110000|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|00001111111111111110000|00001111111111111110000|00001111111111111110000|00001111111111111110000|'),
(2, 'battleball', '3', '0000000x000x0000xxxxxxxxxxxxxxxxx|0xx00x0x0x0000000111000xxxxxxxxxx|0xx00x0x0x00000001110000xxxxxxxxx|0000xx000xxx0000xxxxxx000xxxxxxxx|000xxxxxxxxxxxxxxxxxxxx000xxxxxxx|0xxxxxxxxxxxxxxxxxxxxxxx000xxxxxx|0000xxxxxxxxxxxxxxxxxxxxx000xxxxx|xxx0xxx111111111111111xxx0x0xxxxx|0000xxx111111111111111xxx0x0x0xxx|0xxxxxx111111111111111xxx0x0x0xxx|000xxxx1111111111111111000x00000x|x00xxxx1111111111111111000x0x0xxx|0000xxx111112222211111xxxxxxx0000|0000xxx111112222211111xxx000xxxx0|0000xxx111112222211111xxx000000x0|0000xxx111112222211111xxx000xx0x0|x00xxxx111112222211111xxxxxxx0000|x11xxxx11111111111111110000000xxx|x11xxxx11111111111111110000000xxx|x11xxxx111111111111111xxx0xxxxxxx|x00xxxx111111111111111xxx000xxxxx|x00xxxx111111111111111xxxxxxxxxxx|x000xxxxxx11xxxxx11xxxxxxxxxxxxxx|xx000xxxxx00xxxxx00xxxxxxxxxxxxxx|xxx000xxxx00xxxxx00xxxxxxxxxxxxxx|xxxx00000000x000x0000xxxxxxxxxxxx|xxxxx00xxxxxx000x00x0xxxxxxxxxxxx|xxxxxx000000x000x00x0xxxxxxxxxxxx|xxxxxxxxxx0xxx0xx00xxxxxxxxxxxxxx|xxxxxxxx00000x0x000xxxxxxxxxxxxxx|xxxxxxxxxx0x0x000xxxxxxxxxxxxxxxx|xxxxxxxxxx0x0xxx0xxxxxxxxxxxxxxxx|xxxxxxxxxxxx00000xxxxxxxxxxxxxxxx|', '111100000000111100000000000000000|100100000000111100000000000000000|100100000000111100000000000000000|111100000000111100000000000000000|000000000000000000000000000000000|000000000000000000000000000000000|000000000000000000000000000000000|000000011111110111111100000000000|000000011111110111111100000000000|000000011111110111111100000000000|000000011111110111111100000000000|000000011110000000111100000000000|111100011110000000111100000000000|111100011110011100111100011100000|111100000000011100000000011100000|111100011110011100111100011100000|000000011110000000111100000000000|000000011110000000111100000000000|000000011111110111111100000000000|000000011111110111111100000000000|000000011111110111111100000000000|000000011111110111111100000000000|000000000000000000000000000000000|000000000000000000000000000000000|000000000000000000000000000000000|000000000000011100000000000000000|000000000000011100000000000000000|000000000000011100000000000000000|000000000000000000000000000000000|000000000000000000000000000000000|000000000000000000000000000000000|000000000000000000000000000000000|000000000000000000000000000000000|'),
(3, 'battleball', '1', 'xxxxxxxxxxxxx444444xxxxxxxxx|xxxxxxxxxxxxx444444xxxxxxxxx|xxxxxxxxxxxxx444444xxxxxxxxx|xxx22222222xx444444xxxxxxxxx|xxx22222222xx444444xxxxxxxxx|xxx22222222xx333333xxxxxxxxx|xxx22222222xx222222xxxxxxxxx|xxx222222222222222222xxxxxxx|xxx222222222222222222xxxxxxx|xxx2222222222222222222100000|xxx2222222222222222222100000|xxxxxxx222222222222222100000|xxxxxxx222222222222222100000|4444432222222222222222100000|4444432222222222222222100000|444443222222222222222xxxxxxx|444443222222222222222xxxxxxx|4444432222222222222222222xxx|4444432222222222222222222xxx|xxxxxxx222222222222222222xxx|xxxxxxx222222222222222222xxx|xxxxxxxxx222222xx22222222xxx|xxxxxxxxx111111xx22222222xxx|xxxxxxxxx000000xx22222222xxx|xxxxxxxxx000000xx22222222xxx|xxxxxxxxx000000xxxxxxxxxxxxx|xxxxxxxxx000000xxxxxxxxxxxxx|xxxxxxxxx000000xxxxxxxxxxxxx|', '0000000000000111111000000000|0000000000000111111000000000|0000000000000111111000000000|0001111111100111111000000000|0001111111100000000000000000|0001111111100000000000000000|0001111111100000000000000000|0001111111111111111110000000|0001111111111111111110000000|0001111111111111111110001111|0001111111111111111110001111|0000000111111111111110001111|0000000111111111111110001111|1111000111111111111110001111|1111000111111111111110001111|1111000111111111111110000000|1111000111111111111110000000|1111000111111111111111110000|1111000111111111111111110000|0000000111111111111111111000|0000000111111111111111111000|0000000000000000011111111000|0000000000000000011111111000|0000000000000000011111111000|0000000001111110011111111000|0000000001111110000000000000|0000000001111110000000000000|0000000001111110000000000000|'),
(4, 'battleball', '2', 'xxxxxxx00000000xxx00000000xxxxxxx|xxxxxxx00000000xxx00000000xxxxxxx|xxxxxxx00000000xxx00000000xxxxxxx|xxxxxxx0000000000000000000xxxxxxx|xxxxxxx0000000000000000000xxxxxxx|xxxxxxx0000000000000000000xxxxxxx|xxxxxxx00000000xxx00000000xxxxxxx|2222xxx00000000xxx00000000xxx2222|2222xxx00000000xxx00000000xxx2222|222221000000000xxx000000000122222|222221000000000xxx000000000122222|2222xxx00000000xxx00000000xxx2222|2222xxx00000000xxx00000000xxx2222|xxxxxxx00000000xxx00000000xxxxxxx|xxxxxxx0000000000000000000xxxxxxx|xxxxxxx0000000000000000000xxxxxxx|xxxxxxx0000000000000000000xxxxxxx|xxxxxxx00000000xxx00000000xxxxxxx|xxxxxxx00000000xxx00000000xxxxxxx|xxxxxxx00000000xxx00000000xxxxxxx|', '000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|111100011111111000111111110001111|111100011111111000111111110001111|111100011111111000111111110001111|111100011111111000111111110001111|111100011111111000111111110001111|111100011111111000111111110001111|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|'),
(5, 'battleball', '4', 'xxxxxxx222222222222222xxxxxxxx|xxxxxxx222222222222222xxxxxxxx|xxxxxxx222222222222222xxxxxxxx|xxxxxxx222222222222222xxxxxxxx|xxxxxxx222222222222222xxxxxxxx|00012222222222222222222211111x|00012222222222222222222211111x|00012222222222222222222211111x|00012222222222222222222211111x|00xxxxx222222222222222xxx1111x|000xxxx222222222222222xxx0000x|0000xxx222222222222222x0000000|0000xxx22222222222222210000000|0000xxx22222222222222210000000|0000xxx222222222222222x0000000|0000xxx222222222222222xxxxxxxx|00000xx222222222222222xxxxxxxx|000000xxxx11xx11xx11xxxxxxxxxx|x0000000000000000000000xxxxxxx|xx000000000000000000000xxxxxxx|xxx00000000000000000000xxxxxxx|xxxx0000000000000000000xxxxxxx|', '000000011111111111111100000000|000000011111111111111100000000|000000011111111111111100000000|000000011111111111111100000000|000000011111111111111100000000|000000011111111111111100011110|000000011111111111111100011110|000000011111111111111100011110|000000011111111111111100011110|110000011111111111111100000000|111000011111111111111100000000|111100011111111111111101111111|111100011111111111111101111111|111100011111111111111101111111|111100011111111111111101111111|111100011111111111111100000000|111110011111111111111100000000|111111000000000000000000000000|011111111111111111111110000000|001111111111111111111110000000|000111111111111111111110000000|000011111111111111111110000000|');
/*!40000 ALTER TABLE `games_maps` ENABLE KEYS */;
-- Dumping structure for table kepler.games_player_spawns
CREATE TABLE IF NOT EXISTS `games_player_spawns` (
`type` enum('battleball','snowstorm') NOT NULL DEFAULT 'battleball',
`map_id` int(11) NOT NULL,
`team_id` int(11) NOT NULL,
`x` int(11) NOT NULL,
`y` int(11) NOT NULL,
`rotation` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.games_player_spawns: ~240 rows (approximately)
/*!40000 ALTER TABLE `games_player_spawns` DISABLE KEYS */;
INSERT INTO `games_player_spawns` (`type`, `map_id`, `team_id`, `x`, `y`, `rotation`) VALUES
('battleball', 5, 0, 22, 14, 6),
('battleball', 5, 0, 22, 13, 6),
('battleball', 5, 0, 22, 12, 6),
('battleball', 5, 0, 22, 11, 6),
('battleball', 5, 0, 22, 10, 6),
('battleball', 5, 0, 22, 9, 6),
('battleball', 5, 3, 9, 0, 4),
('battleball', 5, 3, 10, 0, 4),
('battleball', 5, 3, 11, 0, 4),
('battleball', 5, 3, 12, 0, 4),
('battleball', 5, 3, 13, 0, 4),
('battleball', 5, 3, 14, 0, 4),
('battleball', 5, 2, 9, 22, 0),
('battleball', 5, 2, 10, 22, 0),
('battleball', 5, 2, 11, 22, 0),
('battleball', 5, 2, 12, 22, 0),
('battleball', 5, 2, 13, 22, 0),
('battleball', 5, 2, 14, 22, 0),
('battleball', 5, 1, 0, 14, 2),
('battleball', 5, 1, 0, 13, 2),
('battleball', 5, 1, 0, 12, 2),
('battleball', 5, 1, 0, 11, 2),
('battleball', 5, 1, 0, 10, 2),
('battleball', 5, 1, 0, 9, 2),
('battleball', 3, 0, 21, 11, 6),
('battleball', 3, 0, 21, 12, 6),
('battleball', 3, 0, 21, 13, 6),
('battleball', 3, 0, 21, 14, 6),
('battleball', 3, 0, 21, 15, 6),
('battleball', 3, 0, 21, 16, 6),
('battleball', 3, 1, 7, 16, 2),
('battleball', 3, 1, 7, 15, 2),
('battleball', 3, 1, 7, 14, 2),
('battleball', 3, 1, 7, 13, 2),
('battleball', 3, 1, 7, 12, 2),
('battleball', 3, 1, 7, 11, 2),
('battleball', 3, 2, 11, 7, 4),
('battleball', 3, 2, 12, 7, 4),
('battleball', 3, 2, 13, 7, 4),
('battleball', 3, 2, 14, 7, 4),
('battleball', 3, 2, 15, 7, 4),
('battleball', 3, 2, 16, 7, 4),
('battleball', 3, 3, 16, 21, 0),
('battleball', 3, 3, 15, 21, 0),
('battleball', 3, 3, 14, 21, 0),
('battleball', 3, 3, 13, 21, 0),
('battleball', 3, 3, 12, 21, 0),
('battleball', 3, 3, 11, 21, 0),
('battleball', 1, 0, 0, 13, 2),
('battleball', 1, 0, 0, 14, 2),
('battleball', 1, 0, 0, 15, 2),
('battleball', 1, 0, 0, 16, 2),
('battleball', 1, 0, 0, 17, 2),
('battleball', 1, 0, 0, 18, 2),
('battleball', 1, 1, 27, 9, 6),
('battleball', 1, 1, 27, 10, 6),
('battleball', 1, 1, 27, 11, 6),
('battleball', 1, 1, 27, 12, 6),
('battleball', 1, 1, 27, 13, 6),
('battleball', 1, 1, 27, 14, 6),
('battleball', 1, 3, 13, 0, 4),
('battleball', 1, 3, 14, 0, 4),
('battleball', 1, 3, 15, 0, 4),
('battleball', 1, 3, 16, 0, 4),
('battleball', 1, 3, 17, 0, 4),
('battleball', 1, 3, 18, 0, 4),
('battleball', 1, 2, 14, 27, 0),
('battleball', 1, 2, 13, 27, 0),
('battleball', 1, 2, 12, 27, 0),
('battleball', 1, 2, 11, 27, 0),
('battleball', 1, 2, 10, 27, 0),
('battleball', 1, 2, 9, 27, 0),
('battleball', 2, 0, 0, 7, 2),
('battleball', 2, 0, 0, 8, 2),
('battleball', 2, 0, 0, 9, 2),
('battleball', 2, 0, 0, 10, 2),
('battleball', 2, 0, 0, 11, 2),
('battleball', 2, 0, 0, 12, 2),
('battleball', 2, 2, 14, 12, 6),
('battleball', 2, 2, 14, 11, 6),
('battleball', 2, 2, 14, 10, 6),
('battleball', 2, 2, 14, 9, 6),
('battleball', 2, 2, 14, 8, 6),
('battleball', 2, 2, 14, 7, 6),
('battleball', 2, 3, 18, 8, 2),
('battleball', 2, 3, 18, 9, 2),
('battleball', 2, 3, 18, 10, 2),
('battleball', 2, 3, 18, 11, 2),
('battleball', 2, 3, 18, 12, 2),
('battleball', 2, 3, 18, 13, 2),
('battleball', 2, 1, 32, 7, 6),
('battleball', 2, 1, 32, 8, 6),
('battleball', 2, 1, 32, 9, 6),
('battleball', 2, 1, 32, 10, 6),
('battleball', 2, 1, 32, 11, 6),
('battleball', 2, 1, 32, 12, 6),
('battleball', 4, 0, 12, 16, 0),
('battleball', 4, 0, 13, 16, 0),
('battleball', 4, 0, 14, 16, 0),
('battleball', 4, 0, 15, 16, 0),
('battleball', 4, 0, 16, 16, 0),
('battleball', 4, 0, 17, 16, 0),
('battleball', 4, 1, 17, 0, 4),
('battleball', 4, 1, 16, 0, 4),
('battleball', 4, 1, 15, 0, 4),
('battleball', 4, 1, 14, 0, 4),
('battleball', 4, 1, 13, 0, 4),
('battleball', 4, 1, 12, 0, 4),
('battleball', 4, 2, 7, 5, 2),
('battleball', 4, 2, 7, 6, 2),
('battleball', 4, 2, 7, 7, 2),
('battleball', 4, 2, 7, 8, 2),
('battleball', 4, 2, 7, 9, 2),
('battleball', 4, 2, 7, 10, 2),
('battleball', 4, 3, 21, 5, 6),
('battleball', 4, 3, 21, 6, 6),
('battleball', 4, 3, 21, 7, 6),
('battleball', 4, 3, 21, 8, 6),
('battleball', 4, 3, 21, 9, 6),
('battleball', 4, 3, 21, 10, 6),
('battleball', 5, 0, 22, 14, 6),
('battleball', 5, 0, 22, 13, 6),
('battleball', 5, 0, 22, 12, 6),
('battleball', 5, 0, 22, 11, 6),
('battleball', 5, 0, 22, 10, 6),
('battleball', 5, 0, 22, 9, 6),
('battleball', 5, 3, 9, 0, 4),
('battleball', 5, 3, 10, 0, 4),
('battleball', 5, 3, 11, 0, 4),
('battleball', 5, 3, 12, 0, 4),
('battleball', 5, 3, 13, 0, 4),
('battleball', 5, 3, 14, 0, 4),
('battleball', 5, 2, 9, 22, 0),
('battleball', 5, 2, 10, 22, 0),
('battleball', 5, 2, 11, 22, 0),
('battleball', 5, 2, 12, 22, 0),
('battleball', 5, 2, 13, 22, 0),
('battleball', 5, 2, 14, 22, 0),
('battleball', 5, 1, 0, 14, 2),
('battleball', 5, 1, 0, 13, 2),
('battleball', 5, 1, 0, 12, 2),
('battleball', 5, 1, 0, 11, 2),
('battleball', 5, 1, 0, 10, 2),
('battleball', 5, 1, 0, 9, 2),
('battleball', 3, 0, 21, 11, 6),
('battleball', 3, 0, 21, 12, 6),
('battleball', 3, 0, 21, 13, 6),
('battleball', 3, 0, 21, 14, 6),
('battleball', 3, 0, 21, 15, 6),
('battleball', 3, 0, 21, 16, 6),
('battleball', 3, 1, 7, 16, 2),
('battleball', 3, 1, 7, 15, 2),
('battleball', 3, 1, 7, 14, 2),
('battleball', 3, 1, 7, 13, 2),
('battleball', 3, 1, 7, 12, 2),
('battleball', 3, 1, 7, 11, 2),
('battleball', 3, 2, 11, 7, 4),
('battleball', 3, 2, 12, 7, 4),
('battleball', 3, 2, 13, 7, 4),
('battleball', 3, 2, 14, 7, 4),
('battleball', 3, 2, 15, 7, 4),
('battleball', 3, 2, 16, 7, 4),
('battleball', 3, 3, 16, 21, 0),
('battleball', 3, 3, 15, 21, 0),
('battleball', 3, 3, 14, 21, 0),
('battleball', 3, 3, 13, 21, 0),
('battleball', 3, 3, 12, 21, 0),
('battleball', 3, 3, 11, 21, 0),
('battleball', 1, 0, 0, 13, 2),
('battleball', 1, 0, 0, 14, 2),
('battleball', 1, 0, 0, 15, 2),
('battleball', 1, 0, 0, 16, 2),
('battleball', 1, 0, 0, 17, 2),
('battleball', 1, 0, 0, 18, 2),
('battleball', 1, 1, 27, 9, 6),
('battleball', 1, 1, 27, 10, 6),
('battleball', 1, 1, 27, 11, 6),
('battleball', 1, 1, 27, 12, 6),
('battleball', 1, 1, 27, 13, 6),
('battleball', 1, 1, 27, 14, 6),
('battleball', 1, 3, 13, 0, 4),
('battleball', 1, 3, 14, 0, 4),
('battleball', 1, 3, 15, 0, 4),
('battleball', 1, 3, 16, 0, 4),
('battleball', 1, 3, 17, 0, 4),
('battleball', 1, 3, 18, 0, 4),
('battleball', 1, 2, 14, 27, 0),
('battleball', 1, 2, 13, 27, 0),
('battleball', 1, 2, 12, 27, 0),
('battleball', 1, 2, 11, 27, 0),
('battleball', 1, 2, 10, 27, 0),
('battleball', 1, 2, 9, 27, 0),
('battleball', 2, 0, 0, 7, 2),
('battleball', 2, 0, 0, 8, 2),
('battleball', 2, 0, 0, 9, 2),
('battleball', 2, 0, 0, 10, 2),
('battleball', 2, 0, 0, 11, 2),
('battleball', 2, 0, 0, 12, 2),
('battleball', 2, 2, 14, 12, 6),
('battleball', 2, 2, 14, 11, 6),
('battleball', 2, 2, 14, 10, 6),
('battleball', 2, 2, 14, 9, 6),
('battleball', 2, 2, 14, 8, 6),
('battleball', 2, 2, 14, 7, 6),
('battleball', 2, 3, 18, 8, 2),
('battleball', 2, 3, 18, 9, 2),
('battleball', 2, 3, 18, 10, 2),
('battleball', 2, 3, 18, 11, 2),
('battleball', 2, 3, 18, 12, 2),
('battleball', 2, 3, 18, 13, 2),
('battleball', 2, 1, 32, 7, 6),
('battleball', 2, 1, 32, 8, 6),
('battleball', 2, 1, 32, 9, 6),
('battleball', 2, 1, 32, 10, 6),
('battleball', 2, 1, 32, 11, 6),
('battleball', 2, 1, 32, 12, 6),
('battleball', 4, 0, 12, 16, 0),
('battleball', 4, 0, 13, 16, 0),
('battleball', 4, 0, 14, 16, 0),
('battleball', 4, 0, 15, 16, 0),
('battleball', 4, 0, 16, 16, 0),
('battleball', 4, 0, 17, 16, 0),
('battleball', 4, 1, 17, 0, 4),
('battleball', 4, 1, 16, 0, 4),
('battleball', 4, 1, 15, 0, 4),
('battleball', 4, 1, 14, 0, 4),
('battleball', 4, 1, 13, 0, 4),
('battleball', 4, 1, 12, 0, 4),
('battleball', 4, 2, 7, 5, 2),
('battleball', 4, 2, 7, 6, 2),
('battleball', 4, 2, 7, 7, 2),
('battleball', 4, 2, 7, 8, 2),
('battleball', 4, 2, 7, 9, 2),
('battleball', 4, 2, 7, 10, 2),
('battleball', 4, 3, 21, 5, 6),
('battleball', 4, 3, 21, 6, 6),
('battleball', 4, 3, 21, 7, 6),
('battleball', 4, 3, 21, 8, 6),
('battleball', 4, 3, 21, 9, 6),
('battleball', 4, 3, 21, 10, 6);
/*!40000 ALTER TABLE `games_player_spawns` ENABLE KEYS */;
-- Dumping structure for table kepler.games_ranks
CREATE TABLE IF NOT EXISTS `games_ranks` (
`id` int(5) NOT NULL AUTO_INCREMENT,
`type` enum('battleball','snowstorm') NOT NULL DEFAULT 'battleball',
`title` varchar(50) NOT NULL,
`min_points` int(10) NOT NULL,
`max_points` int(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.games_ranks: 8 rows
/*!40000 ALTER TABLE `games_ranks` DISABLE KEYS */;
INSERT INTO `games_ranks` (`id`, `type`, `title`, `min_points`, `max_points`) VALUES
(1, 'battleball', 'Beginner', 0, 10000),
(2, 'battleball', 'Amateur', 10001, 100000),
(3, 'battleball', 'Intermediate', 100001, 500000),
(4, 'battleball', 'Expert', 500001, 0),
(5, 'snowstorm', 'Beginner', 0, 10000),
(6, 'snowstorm', 'Amateur', 10001, 100000),
(7, 'snowstorm', 'Intermediate', 100001, 500000),
(8, 'snowstorm', 'Expert', 500001, 0);
/*!40000 ALTER TABLE `games_ranks` ENABLE KEYS */;
-- Dumping structure for table kepler.housekeeping_audit_log
CREATE TABLE IF NOT EXISTS `housekeeping_audit_log` (
`action` enum('alert_user','kick_user','ban_user','room_alert','room_kick') NOT NULL,
`user_id` int(11) NOT NULL,
`target_id` int(11) NOT NULL DEFAULT -1,
`message` varchar(255) NOT NULL DEFAULT '',
`extra_notes` varchar(255) NOT NULL DEFAULT '',
`created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.housekeeping_audit_log: ~0 rows (approximately)
/*!40000 ALTER TABLE `housekeeping_audit_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `housekeeping_audit_log` ENABLE KEYS */;
-- Dumping structure for table kepler.items
CREATE TABLE IF NOT EXISTS `items` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL DEFAULT 0,
`user_id` int(11) DEFAULT NULL,
`room_id` int(11) DEFAULT 0,
`definition_id` int(11) NOT NULL,
`x` varchar(255) DEFAULT '0',
`y` varchar(255) DEFAULT '0',
`z` varchar(255) DEFAULT '0',
`wall_position` varchar(255) NOT NULL DEFAULT '',
`rotation` int(11) DEFAULT 0,
`custom_data` varchar(255) NOT NULL,
`is_hidden` tinyint(1) NOT NULL DEFAULT 0,
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
`updated_at` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=50 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.items: ~29 rows (approximately)
/*!40000 ALTER TABLE `items` DISABLE KEYS */;
/*!40000 ALTER TABLE `items` ENABLE KEYS */;
-- Dumping structure for table kepler.items_definitions
CREATE TABLE IF NOT EXISTS `items_definitions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`sprite` varchar(50) DEFAULT NULL,
`sprite_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`description` varchar(255) NOT NULL,
`colour` varchar(100) NOT NULL DEFAULT '0,0,0',
`length` int(11) NOT NULL DEFAULT 0,
`width` int(11) NOT NULL DEFAULT 0,
`top_height` double NOT NULL DEFAULT 0,
`max_status` varchar(11) NOT NULL DEFAULT '0',
`behaviour` varchar(150) NOT NULL DEFAULT '',
`interactor` varchar(150) NOT NULL DEFAULT 'default',
`is_tradable` tinyint(1) NOT NULL DEFAULT 1,
`is_recyclable` tinyint(1) NOT NULL DEFAULT 1,
`drink_ids` text NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1417 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.items_definitions: ~826 rows (approximately)
/*!40000 ALTER TABLE `items_definitions` DISABLE KEYS */;
INSERT INTO `items_definitions` (`id`, `sprite`, `sprite_id`, `name`, `description`, `colour`, `length`, `width`, `top_height`, `max_status`, `behaviour`, `interactor`, `is_tradable`, `is_recyclable`, `drink_ids`) VALUES
(1, 'shelves_norja', 293, 'Bookcase', 'For nic naks and art deco books', '#FFFFFF,#F7EBBC', 1, 1, 2, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(2, 'shelves_polyfon', 349, 'Bookcase', 'For the arty pad', '0,0,0', 2, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(3, 'shelves_silo', 82, 'Bookcase', 'For nic naks and art deco books', '0,0,0', 2, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(4, 'table_polyfon_small', 346, 'Small Coffee Table', 'For serving a stylish latte', '0,0,0', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(5, 'chair_polyfon', 343, 'Dining Chair', 'Dining Chair', '0,0,0', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(6, 'table_silo_med', 92, 'Coffee Table', 'Wipe clean and unobtrusive', '#FFFFFF,#ABD0D2', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(7, 'stand_polyfon_z', 348, 'Shelf', 'Tidy up', '0,0,0', 1, 1, 0.5, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(8, 'chair_silo', 89, 'Dining Chair', 'Keep it simple', '#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(9, 'sofa_silo', 83, 'Two-Seater Sofa', 'Cushioned, understated comfort', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(10, 'couch_norja', 291, 'Bench', 'Two can perch comfortably', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(11, 'chair_norja', 290, 'Chair', 'Sleek and chic for each cheek', '#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(12, 'table_polyfon_med', 345, 'Large Coffee Table', 'For larger gatherings', '0,0,0', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(13, 'doormat_love', 504, 'Doormat', 'Welcome Habbos in style', '0,0,0', 1, 1, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(14, 'doormat_plain', 505, 'Doormat', 'Available in a variety of colours', '0,0,0', 1, 1, 0.2, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(15, 'sofachair_polyfon', 338, 'Armchair', 'Soft and comfortable', '#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(16, 'sofachair_silo', 84, 'Armchair', 'Large, but worth it', '#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(17, 'bed_polyfon', 334, 'Double Bed', 'Give yourself space to stretch out', '#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2', 2, 3, 1, '2', 'can_lay_on_top', 'bed', 1, 1, ''),
(18, 'bed_polyfon_one', 335, 'Single Bed', 'Cot of the artistic', '#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2', 1, 3, 1, '2', 'can_lay_on_top', 'bed', 1, 1, ''),
(19, 'bed_silo_one', 81, 'Single Bed', 'Plain and simple', '0,0,0', 1, 3, 1.7, '2', 'can_lay_on_top', 'bed', 1, 1, ''),
(20, 'bed_silo_two', 80, 'Double Bed', 'Plain and simple x2', '0,0,0', 2, 3, 1.7, '2', 'can_lay_on_top', 'bed', 1, 1, ''),
(21, 'table_silo_small', 85, 'Occasional Table', 'For those random moments', '#FFFFFF,#ABD0D2', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(22, 'bed_armas_two', 318, 'Double Bed', 'King-sized pine comfort', '0,0,0', 2, 3, 1.7, '2', 'can_lay_on_top', 'bed', 1, 1, ''),
(23, 'shelves_armas', 327, 'Bookcase', 'For all those fire-side stories', '0,0,0', 2, 1, 2, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(24, 'bench_armas', 323, 'Bench', 'To complete the dining set', '0,0,0', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(25, 'table_armas', 322, 'Dining Table', 'For informal dining', '0,0,0', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(26, 'small_table_armas', 332, 'Occasional Table', 'Practical and beautiful', '0,0,0', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(27, 'small_chair_armas', 333, 'Stool', 'Rustic charm at it\'s best', '0,0,0', 1, 1, 1.2, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(28, 'fireplace_armas', 320, 'Fireplace', 'Authentic, real flame fire', '#FFFFFF,#FFFFFF,#FFFFFF', 2, 1, 2, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(29, 'lamp_armas', 330, 'Table Lamp', 'Ambient lighting is essential', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 2, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(30, 'bed_armas_one', 319, 'Single Bed', 'Rustic charm for one', '0,0,0', 1, 3, 1.8, '2', 'can_lay_on_top', 'bed', 1, 1, ''),
(31, 'carpet_standard', 486, 'Floor rug', 'Available in a variety of colours', '0,0,0', 3, 5, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(32, 'carpet_armas', 512, 'Hand-Woven Rug', 'Adds instant warmth', '0,0,0', 2, 4, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(33, 'carpet_polar', 513, 'Faux-Fur Bear Rug', 'For cuddling up on', '#FFFFFF,#FFFFFF,#FFFFFF', 2, 3, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(34, 'fireplace_polyfon', 336, 'Fireplace', 'Comfort in stainless steel', '#FFFFFF,#FFFFFF,#FFFFFF', 2, 1, 2, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(35, 'carpet_standard*1', 489, 'Floor Rug', 'Available in a variety of colours', '#FF1F08', 3, 5, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(36, 'doormat_plain*1', 506, 'Doormat', 'Available in a variety of colours', '#FF1F08', 1, 1, 0.2, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(37, 'carpet_standard*2', 490, 'Floor Rug', 'Available in a variety of colours', '#99DCCC', 3, 5, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(38, 'carpet_standard*3', 491, 'Floor Rug', 'Available in a variety of colours', '#FFEE00', 3, 5, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(39, 'carpet_standard*4', 492, 'Floor Rug', 'Available in a variety of colours', '#CCDDFF', 3, 5, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(40, 'doormat_plain*6', 511, 'Doormat', 'Available in a variety of colours', '#777777', 1, 1, 0.2, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(41, 'carpet_standard*5', 493, 'Floor Rug', 'Available in a variety of colours', '#DDCCFF', 3, 5, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(42, 'carpet_standard*6', 494, 'Floor Rug', 'Available in a variety of colours', '#777777', 3, 5, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(43, 'pizza', 98, 'Pizza Box', 'You dirty Habbo', '0,0,0', 1, 1, 0.1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(44, 'drinks', 99, 'Empty Cans', 'Are you a slob too?', '0,0,0', 1, 1, 0.2, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(45, 'bar_polyfon', 339, 'Mini-Bar', 'You naughty Habbo!', '0,0,0', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '1,2'),
(46, 'plant_cruddy', 1127, 'Aloe Vera', 'Goodbye Bert...', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(47, 'bottle', 100, 'Empty Spinning Bottle', 'For interesting games!', '0,0,0', 1, 1, 0.1, '2', 'solid,requires_touching_for_interaction,dice,requires_rights_for_interaction', 'default', 1, 1, ''),
(48, 'bardesk_polyfon', 341, 'Bar/desk', 'Perfect for work or play', '#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2', 2, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(49, 'bardeskcorner_polyfon', 342, 'Corner Cabinet/Desk', 'Tuck it away', '#FFFFFF,#ABD0D2', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(50, 'bar_armas', 328, 'Barrel Minibar', 'It\'s a barrel of laughs and a great talking point', '0,0,0', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '1,2'),
(51, 'bartable_armas', 321, 'Bardesk', 'Bar-Style Table - essential for extra guests', '0,0,0', 1, 3, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(52, 'bar_chair_armas', 329, 'Barrel Stool', 'The ultimate recycled furniture', '0,0,0', 1, 1, 1.3, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(53, 'carpet_soft', 497, 'Soft Wool Rug', 'Soft Wool Rug', '0,0,0', 2, 4, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(54, 'carpet_soft*1', 498, 'Soft Wool Rug', 'Soft Wool Rug', '#CC3333', 2, 4, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(55, 'carpet_soft*2', 499, 'Soft Wool Rug', 'Soft Wool Rug', '#66FFFF', 2, 4, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(56, 'carpet_soft*3', 500, 'Soft Wool Rug', 'Soft Wool Rug', '#FFCC99', 2, 4, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(57, 'carpet_soft*4', 501, 'Soft Wool Rug', 'Soft Wool Rug', '#FFCCFF', 2, 4, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(58, 'carpet_soft*5', 502, 'Soft Wool Rug', 'Soft Wool Rug', '#FFFF66', 2, 4, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(59, 'carpet_soft*6', 503, 'Soft Wool Rug', 'Soft Wool Rug', '#669933', 2, 4, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(60, 'red_tv', 96, 'Portable TV', 'Don?t miss those soaps', '0,0,0', 1, 1, 1, '2', 'solid,custom_data_on_off', 'default', 1, 1, ''),
(61, 'wood_tv', 95, 'Large TV', 'HNN weatherman Kiazie', '0,0,0', 1, 2, 2, '2', 'solid,custom_data_numeric_state', 'default', 1, 1, ''),
(62, 'carpet_polar*1', 142, 'Pink Faux-Fur Bear Rug', 'Cute', '#FFBBCF,#FFBBCF,#FFDDEF', 2, 3, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(63, 'smooth_table_polyfon', 347, 'Large Dining Table', 'For larger gatherings', '0,0,0', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(64, 'sofachair_polyfon_girl', 140, 'Armchair', 'Think pink', '#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(65, 'bed_polyfon_girl_one', 143, 'Single Bed', 'Snuggle down in princess pink', '#FFFFFF,#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4', 1, 3, 1.6, '2', 'can_lay_on_top', 'bed', 1, 1, ''),
(66, 'bed_polyfon_girl', 144, 'Double Bed', 'Snuggle down in princess pink', '#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4', 2, 3, 1.6, '2', 'can_lay_on_top', 'bed', 1, 1, ''),
(67, 'sofa_polyfon_girl', 141, 'Two-seater Sofa', 'Romantic pink for two', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(68, 'bed_budgetb_one', 461, 'Plain Single Bed', 'All you need for a good night\'s kip', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 3, 1.6, '2', 'can_lay_on_top', 'bed', 1, 1, ''),
(69, 'bed_budgetb', 460, 'Plain Double Bed', 'Sweet dreams for two', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 2, 3, 1.6, '2', 'can_lay_on_top', 'bed', 1, 1, ''),
(70, 'plant_pineapple', 360, 'Pineapple Plant', 'Needs loving glances', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(71, 'plant_fruittree', 363, 'Fruit Tree', 'Great yield and sweet fruit', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(72, 'plant_small_cactus', 364, 'Small Cactus', 'Even less watering than the real world', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(73, 'plant_bonsai', 361, 'Bonsai Tree', 'You can be sure it lives', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(74, 'plant_big_cactus', 362, 'Mature Cactus', 'Habbo Dreams monster in hiding! Shhhh', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(75, 'plant_yukka', 359, 'Yukka Plant', 'Easy to care for', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(76, 'carpet_standard*7', 495, 'Floor Rug', 'Available in a variety of colours', '#99CCFF,#99CCFF,#99CCFF', 3, 5, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(77, 'carpet_standard*8', 496, 'Floor Rug', 'Available in a variety of colours', '#999966,#999966,#999966', 3, 5, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(78, 'carpet_standard*9', 11219, '', '', '#FFDD00,#FFDD00,#FFDD00', 3, 5, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(79, 'carpet_standard*a', 487, 'Floor Rug', 'Available in a variety of colours', '#55AC00,#55AC00,#55AC00', 3, 5, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(80, 'carpet_standard*b', 488, 'Floor Rug', 'Available in a variety of colours', '#336666,#336666,#336666', 3, 5, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(81, 'plant_sunflower', 358, 'Cut Sunflower', 'For happy Habbos', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(82, 'plant_rose', 357, 'Cut Roses', 'Sleek and chic', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(83, 'tv_luxus', 94, 'Digital TV', 'Bang up to date', '0,0,0', 1, 3, 1, '2', 'solid,custom_data_on_off', 'default', 1, 1, ''),
(84, 'bath', 128, 'Bubble Bath', 'The ultimate in pampering', '0,0,0', 1, 2, 1, '2', 'can_sit_on_top,custom_data_numeric_on_off', 'chair', 1, 1, ''),
(85, 'sink', 129, 'Sink', 'Hot and cold thrown in for no charge', '0,0,0', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '18'),
(86, 'toilet', 131, 'Loo Seat', 'Loo Seat', '0,0,0', 1, 1, 1.1, '2', 'can_sit_on_top,custom_data_on_off', 'chair', 1, 1, ''),
(87, 'duck', 130, 'Rubber Duck', 'Every bather needs one', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(88, 'tile', 134, 'Floor Tiles', 'In a choice of colours', '0,0,0', 4, 4, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(89, 'toilet_red', 132, 'Loo Seat', 'Loo Seat', '0,0,0', 1, 1, 1.1, '2', 'can_sit_on_top,custom_data_on_off', 'chair', 1, 1, ''),
(90, 'toilet_yell', 133, 'Loo Seat', 'Loo Seat', '0,0,0', 1, 1, 1.1, '2', 'can_sit_on_top,custom_data_on_off', 'chair', 1, 1, ''),
(91, 'tile_red', 135, 'Floor Tiles', 'In a choice of colours', '0,0,0', 4, 4, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(92, 'tile_yell', 136, 'Floor Tiles', 'In a choice of colours', '0,0,0', 4, 4, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(93, 'bar_basic', 441, 'A Pura Minibar', 'A pura series 300 minibar', '0,0,0', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '1,2'),
(94, 'shelves_basic', 440, 'Pura Shelves', 'Pura series 404 shelves', '0,0,0', 2, 1, 2, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(95, 'soft_sofachair_norja', 294, 'iced sofachair', 'Soft iced sofachair', '#FFFFFF,#F7EBBC,#F7EBBC', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(96, 'soft_sofa_norja', 295, 'iced sofa', 'A soft iced sofa', '#FFFFFF,#F7EBBC,#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(97, 'lamp_basic', 443, 'Pura Lamp', 'Switch on the atmosphere with this sophisticated light', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 2, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(98, 'lamp2_armas', 331, 'Lodge Candle', 'Wax lyrical with some old-world charm', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 2, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(99, 'fridge', 442, 'Pura Refridgerator', 'Keep cool with a chilled snack or drink', '#FFFFFF,#FFFFFF', 1, 1, 2, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '3,4,5,6'),
(100, 'door', 535, 'Telephone Box', 'Dr Who?', '0,0,0', 1, 1, 2, '-1', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_2', 'teleport', 1, 1, ''),
(101, 'doorB', 537, 'Wardrobe', 'Narnia this way!', '0,0,0', 1, 1, 2, '-1', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_2', 'teleport', 1, 1, ''),
(102, 'doorC', 536, 'Portaloo', 'In a hurry?', '0,0,0', 1, 1, 2, '-1', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_2', 'teleport', 1, 1, ''),
(103, 'menorah', 103, 'Menorah', 'Light up your room', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, ''),
(104, 'ham', 108, 'Joint of Ham', 'Tuck in', '0,0,0', 1, 1, 0.1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(105, 'wcandleset', 106, 'White Candle Plate', 'Simple but stylish', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 0.2, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(106, 'rcandleset', 107, 'Red Candle Plate', 'Simple but stylish', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 0.2, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(107, 'throne', 1152, 'Throne', 'Important Habbos only', '0,0,0', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(108, 'giftflowers', 356, 'Vase of Flowers', 'Guaranteed to stay fresh', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(109, 'habbocake', 102, 'Cake', 'Save me a slice!', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 2, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(110, 'bunny', 655, 'Squidgy Bunny', 'Yours to cuddle up to', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(111, 'edice', 101, 'Holo-dice', 'What\'s your lucky number?', '0,0,0', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,dice,requires_rights_for_interaction', 'default', 1, 1, ''),
(112, 'club_sofa', 977, 'Club sofa', 'Club sofa', '0,0,0', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(113, 'divider_poly3', 340, 'Hatch (Lockable)', 'All bars should have one', '#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(114, 'divider_arm1', 325, 'Corner plinth', 'Good solid wood', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(115, 'divider_arm2', 326, 'Room divider', 'I wooden go there', '0,0,0', 2, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(116, 'divider_arm3', 324, 'Gate (lockable)', 'Knock, knock...', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(117, 'divider_nor1', 297, 'Ice Corner', 'Looks squishy, but isn\'t', '#FFFFFF,#F7EBBC', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(118, 'divider_silo1', 88, 'Corner Shelf', 'Neat and natty', '#FFFFFF,#ABD0D2', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(119, 'divider_nor2', 296, 'Ice Bar-Desk', 'Strong, yet soft looking', '#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC', 2, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(120, 'divider_silo2', 87, 'Screen', 'Stylish sectioning', '0,0,0', 2, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(121, 'divider_nor3', 298, 'Door (Lockable)', 'Do go through...', '#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(122, 'divider_silo3', 86, 'Gate (lockable)', 'Form following function', '#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(123, 'mocchamaster', 980, 'Mochamaster', 'Wake up and smell it!', '#FFFFFF', 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_on_off', 'vending_machine', 1, 1, '8,9,10,11,12,13,14,15,16,17'),
(124, 'carpet_legocourt', 523, 'Basketball Court', 'Line up your slam dunk', '0,0,0', 3, 3, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(125, 'bench_lego', 524, 'Team Bench', 'For your reserve players', '0,0,0', 4, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(126, 'legotrophy', 521, 'Basketball Trophy', 'For the winning team', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(127, 'edicehc', 981, 'Dicemaster', 'Click and roll!', '0,0,0', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,dice,requires_rights_for_interaction', 'default', 1, 1, ''),
(128, 'hcsohva', 984, 'Throne Sofa', 'For royal bottoms...', '0,0,0', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(129, 'hcamme', 982, 'Tubmaster', 'Time for a soak', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 2, 0.9, '2', 'can_sit_on_top,custom_data_numeric_on_off', 'chair', 1, 1, ''),
(130, 'hockey_score', 520, 'Scoreboard', '...for keeping your score', '0,0,0', 1, 1, 2, '100', 'solid,requires_touching_for_interaction,custom_data_numeric_state', 'scoreboard', 1, 1, ''),
(131, 'hockey_light', 109, 'Lert', 'Set it off.', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'lert', 1, 1, ''),
(132, 'doorD', 983, 'Imperial Teleport', 'Let\'s go over tzar!', '0,0,0', 1, 1, 2, '-1', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_0', 'teleport', 1, 1, ''),
(133, 'prizetrophy2*3', 605, 'Duck trophy', 'Breathtaking bronze', '#FFFFFF,#FFFFFF,#996600', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(134, 'prizetrophy3*3', 1155, 'Globe trophy', 'Breathtaking bronze', '#FFFFFF,#FFFFFF,#996600', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(135, 'prizetrophy4*3', 1154, 'Fish trophy', 'Breathtaking bronze', '#FFFFFF,#FFFFFF,#996600', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(136, 'prizetrophy5*3', 614, 'Duo trophy', 'Breathtaking bronze', '#FFFFFF,#FFFFFF,#996600', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(137, 'prizetrophy6*3', 1156, 'Champion trophy', 'Breathtaking bronze', '#FFFFFF,#FFFFFF,#996600', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(138, 'prizetrophy2*1', 603, 'Duck trophy', 'Glittery gold', '#FFFFFF,#FFFFFF,#FFDD3F', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(139, 'prizetrophy3*1', 1162, 'Globe trophy', 'Glittery gold', '#FFFFFF,#FFFFFF,#FFDD3F', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(140, 'prizetrophy4*1', 1161, 'Fish trophy', 'Glittery gold', '#FFFFFF,#FFFFFF,#FFDD3F', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(141, 'prizetrophy5*1', 612, 'Duo trophy', 'Glittery gold', '#FFFFFF,#FFFFFF,#FFDD3F', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(142, 'prizetrophy6*1', 1164, 'Champion trophy', 'Glittery gold', '#FFFFFF,#FFFFFF,#FFDD3F', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(143, 'prizetrophy*2', 601, 'Classic trophy', 'Shiny silver', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(144, 'prizetrophy2*2', 604, 'Duck trophy', 'Shiny silver', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(145, 'prizetrophy3*2', 1159, 'Globe trophy', 'Shiny silver', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(146, 'prizetrophy4*2', 1157, 'Fish trophy', 'Shiny silver', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(147, 'prizetrophy5*2', 613, 'Duo trophy', 'Shiny silver', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(148, 'prizetrophy6*2', 1160, 'Champion trophy', 'Shiny silver', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(149, 'prizetrophy*3', 602, 'Classic trophy', 'Breathtaking bronze', '#FFFFFF,#FFFFFF,#996600', 1, 1, 2, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, ''),
(150, 'hc_lmp', 985, 'Oil Lamp', 'Be enlightened', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(151, 'hc_tbl', 986, 'Nordic Table', 'Perfect for banquets', '0,0,0', 1, 3, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(152, 'hc_chr', 987, 'Majestic Chair', 'Royal comfort', '0,0,0', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(153, 'hc_dsk', 988, 'Study Desk', 'For Habbo scholars', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 2, 1.5, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(154, 'pets0', 36, '', '', '0,0,0', 1, 1, 0.1, '2', 'can_stand_on_top,requires_rights_for_interaction', 'pet_nest', 1, 1, ''),
(155, 'petfood1', 41, 'Bones Mega Multipack', 'Fantastic 20% Saving!', '0,0', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(156, 'petfood2', 42, 'Sardines Mega Multipack', 'Fantastic 20% Saving!', '0', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(157, 'petfood3', 43, 'Cabbage Mega Multipack', 'Fantastic 20% Saving!', '0,0,0', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(158, 'waterbowl*4', 48, 'Blue Water Bowl', 'Aqua unlimited', '#0099FF,#FFFFFF,#FFFFFF', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(159, 'waterbowl*5', 49, 'Brown Water Bowl', 'Aqua unlimited', '#BF7F00,#FFFFFF,#FFFFFF', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(160, 'waterbowl*2', 46, 'Green Water Bowl', 'Aqua unlimited', '#3FFF3F,#FFFFFF,#FFFFFF', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(161, 'waterbowl*1', 45, 'Red Water Bowl', 'Aqua unlimited', '#FF3F3F,#FFFFFF,#FFFFFF', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(162, 'waterbowl*3', 47, 'Yellow Water Bowl', 'Aqua unlimited', '#FFFF00,#FFFFFF,#FFFFFF', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(163, 'toy1', 54, 'Rubber Ball', 'it\'s bouncy-tastic', '#FF0000,#FFFF00,#FFFFFF,#FFFFFF', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(164, 'toy1*1', 55, 'Rubber Ball', 'it\'s bouncy-tastic', '#FF7F00,#007F00,#FFFFFF,#FFFFFF', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(165, 'toy1*2', 56, 'Rubber Ball', 'it\'s bouncy-tastic', '#003F7F,#FF00BF,#FFFFFF,#FFFFFF', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(166, 'toy1*3', 57, 'Rubber Ball', 'it\'s bouncy-tastic', '#BF1900,#00BFBF,#FFFFFF,#FFFFFF', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(167, 'toy1*4', 58, 'Rubber Ball', 'it\'s bouncy-tastic', '#000000,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(168, 'goodie1', 51, 'Marzipan Man', 'Crunchy Dog Treat', '#FF4CBF,#FFFFFF', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(169, 'goodie2', 50, 'Chocolate Mouse', 'For gourmet kittens', '0', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(170, 'rare_dragonlamp*4', 1007, 'Black Dragon Lamp', 'Scary and scorching!', '#FFFFFF,#3E3D40,#3E3D40,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(171, 'rare_dragonlamp*0', 1003, 'Fire Dragon Lamp', 'George and the...', '#FFFFFF,#FA2D00,#FA2D00,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(173, 'rare_dragonlamp*2', 1005, 'Jade Dragon Lamp', 'Oriental beast of legends', '#FFFFFF,#02BB70,#02BB70,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(174, 'rare_dragonlamp*8', 1011, 'Bronze Dragon Lamp', 'Scary and scorching!', '#FFFFFF,#FF5F01,#FF5F01,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(175, 'rare_dragonlamp*9', 1012, 'Purple Dragon Lamp', 'Scary and scorching!', '#FFFFFF,#B357FF,#B357FF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(176, 'rare_dragonlamp*7', 1010, 'Sky Dragon Lamp', 'Scary and scorching!', '#FFFFFF,#83AEFF,#83AEFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(177, 'rare_dragonlamp*6', 1009, 'Gold Dragon Lamp', 'Scary and scorching!', '#FFFFFF,#FFBC00,#FFBC00,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(178, 'rare_dragonlamp*1', 1004, 'Sea Dragon Lamp', 'Out of the deep blue!', '#FFFFFF,#3470FF,#3470FF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(179, 'rare_dragonlamp*3', 1006, 'Silver Dragon Lamp', 'Scary and scorching!', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(180, 'queue_tile1*6', 471, 'Blue Habbo Roller', 'The power of movement', '#FFFFFF,#A2E8FA,#FFFFFF,#FFFFFF', 1, 1, 0.45, '2', 'can_stand_on_top,can_stack_on_top,roller,requires_rights_for_interaction', 'default', 1, 1, ''),
(181, 'queue_tile1*9', 474, 'Green Habbo Roller', 'The power of movement', '#FFFFFF,#9AFF60,#FFFFFF,#FFFFFF', 1, 1, 0.45, '2', 'can_stand_on_top,can_stack_on_top,roller,requires_rights_for_interaction', 'default', 1, 1, ''),
(182, 'queue_tile1*8', 473, 'Navy Habbo Roller', 'The power of movement', '#FFFFFF,#1E8AA5,#FFFFFF,#FFFFFF', 1, 1, 0.45, '2', 'can_stand_on_top,can_stack_on_top,roller,requires_rights_for_interaction', 'default', 1, 1, ''),
(183, 'queue_tile1*7', 472, 'Purple Habbo Roller', 'The power of movement', '#FFFFFF,#FC5AFF,#FFFFFF,#FFFFFF', 1, 1, 0.45, '2', 'can_stand_on_top,can_stack_on_top,roller,requires_rights_for_interaction', 'default', 1, 1, ''),
(184, 'queue_tile1*2', 467, 'Red Habbo Roller', 'The power of movement', '#FFFFFF,#FF3333,#FFFFFF,#FFFFFF', 1, 1, 0.45, '2', 'can_stand_on_top,can_stack_on_top,roller,requires_rights_for_interaction', 'default', 1, 1, ''),
(185, 'cn_lamp', 127, 'Lantern', 'Light of the East', '#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(186, 'cn_sofa', 126, 'Chinese Sofa', 'Seats three with ease!', '0,0,0', 3, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(187, 'sporttrack1*1', 526, 'Sport track straight', 'Let\'s get sporty!', '#FFFFFF,#E4592D,#FFFFFF', 2, 2, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(188, 'sporttrack1*3', 528, 'Sport track straight grass', 'Let\'s get sporty!', '#FFFFFF,#5CB800,#FFFFFF', 2, 2, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(189, 'sporttrack1*2', 527, 'Sport track straight asphalt', 'Let\'s get sporty!', '#FFFFFF,#62818B,#FFFFFF', 2, 2, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(190, 'sporttrack2*1', 529, 'Sport corner tartan', 'Let\'s get sporty!', '#FFFFFF,#E4592D,#FFFFFF', 2, 2, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(191, 'sporttrack2*2', 530, 'Sport corner asphalt', 'Let\'s get sporty!', '#FFFFFF,#62818B,#FFFFFF', 2, 2, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(192, 'sporttrack2*3', 531, 'Sport corner grass', 'Let\'s get sporty!', '#FFFFFF,#5CB800,#FFFFFF', 2, 2, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(193, 'sporttrack3*1', 532, 'Sport goal tartan', 'Let\'s get sporty!', '#FFFFFF,#E4592D,#FFFFFF', 2, 2, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(194, 'sporttrack3*2', 533, 'Sport goal asphalt', 'Let\'s get sporty!', '#FFFFFF,#62818B,#FFFFFF', 2, 2, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(195, 'sporttrack3*3', 534, 'Sport goal grass', 'Let\'s get sporty!', '#FFFFFF,#5CB800,#FFFFFF', 2, 2, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(196, 'footylamp', 525, 'Football Lamp', 'Can you kick it?', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(197, 'barchair_silo', 91, 'Bar Stool', 'Practical and convenient', '#FFFFFF,#ABD0D2', 1, 1, 1.5, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(198, 'bardesk_polyfon*5', 137, 'Candy Bar', 'For cute constructions', '#FFFFFF,#FFFFFF,#FF9BBD,#FF9BBD', 2, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(199, 'bardeskcorner_polyfon*5', 138, 'Candy Corner', 'For sweet corners!', '#FFFFFF,#FF9BBD', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(200, 'divider_poly3*5', 139, 'Candy Hatch (Lockable)', 'Keep the Pink in!', '#FFFFFF,#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(201, 'chair_china', 123, 'Chinese Lacquer Chair', 'The elegant beauty of tradition', '0,0,0', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(202, 'china_table', 122, 'Chinese Lacquer Table', 'Exotic and classy', '0,0,0', 1, 1, 0.9, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(203, 'safe_silo', 90, 'Safe Minibar', 'Totally shatter-proof!', '#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17'),
(204, 'china_shelve', 121, 'Chinese Bookshelf', 'To hold the mind\'s treasures', '0,0,0', 2, 1, 2, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(205, 'divider_nor5', 300, 'Plain Iced Angle', 'Cool cornering for your crib y0!', '#FFFFFF,#F7EBBC,#F7EBBC', 1, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(206, 'divider_nor4', 299, 'Plain Iced Auto Shutter', 'Habbos, roll out!', '#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC', 2, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(207, 'wall_china', 119, 'Dragon Screen', 'For your great wall', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(208, 'corner_china', 120, 'Dragon Screen Corner', 'Firm, fireproof foundation', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(209, 'CF_10_coin_gold', 275, 'Gold Coin', 'Worth 10 Credits', '0,0,0', 1, 1, 0.1, '2', 'solid,can_stack_on_top,redeemable,requires_rights_for_interaction', 'default', 1, 1, ''),
(210, 'CF_1_coin_bronze', 273, 'Bronze Coin', 'Worth 1 Credits', '0,0,0', 1, 1, 0.1, '2', 'solid,can_stack_on_top,redeemable,requires_rights_for_interaction', 'default', 1, 1, ''),
(211, 'CF_20_moneybag', 276, 'Sack of Credits', 'Worth 20 Credits', '0,0,0', 1, 1, 1, '2', 'solid,can_stack_on_top,redeemable,requires_rights_for_interaction', 'default', 1, 1, ''),
(212, 'CF_50_goldbar', 277, 'Gold Bar', 'Worth 50 Credits', '0,0,0', 1, 1, 0.4, '2', 'solid,can_stack_on_top,redeemable,requires_rights_for_interaction', 'default', 1, 1, ''),
(213, 'CF_5_coin_silver', 274, 'Silver Coin', 'Worth 5 Credits', '0,0,0', 1, 1, 0.1, '2', 'solid,can_stack_on_top,redeemable,requires_rights_for_interaction', 'default', 1, 1, ''),
(214, 'hc_tv', 993, 'Mega TV Set', 'Forget plasma, go HC!', '0,0,0', 2, 1, 1.3, '2', 'can_sit_on_top,custom_data_on_off,redirect_rotation_2', 'chair', 1, 1, ''),
(215, 'gothgate', 262, 'Gothic Portcullis', 'The dark side of Habbo', '#FFFFFF,#FFFFFF,#FFFFFF', 2, 1, 2.5, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(216, 'gothiccandelabra', 261, 'Gothic Candelabra', 'The dark side of Habbo', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(217, 'gothrailing', 258, 'Gothic Railing', 'The dark side of Habbo', '0,0,0', 2, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(218, 'goth_table', 257, 'Gothic table', 'The dark side of Habbo', '0,0,0', 1, 5, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(219, 'hc_bkshlf', 995, 'Medieval Bookcase', 'For the scholarly ones', '0,0,0', 1, 4, 3, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(220, 'hc_btlr', 994, 'Electric Butler', 'Your personal caretaker', '#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false,requires_rights_for_interaction', 'vending_machine', 1, 1, '24'),
(221, 'hc_crtn', 992, 'Antique Drapery', 'Topnotch privacy protection', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 2, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(222, 'hc_djset', 999, 'The Grammophon', 'Very old skool scratch\'n\'spin', '0,0,0', 3, 1, 1.5, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(223, 'hc_frplc', 998, 'Heavy Duty Fireplace', 'Pixel-powered for maximum heating', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 3, 3, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(224, 'hc_lmpst', 991, 'Victorian Street Light', 'Somber and atmospheric', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 3, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(225, 'hc_machine', 997, 'Weird Science Machine', 'By and for mad inventors', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 3, 3, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(226, 'hc_rllr', 1000, '', '', '0,0,0', 1, 1, 0.45, '2', 'can_stand_on_top,can_stack_on_top,roller', 'default', 1, 1, ''),
(227, 'hc_rntgn', 996, 'X-Ray Divider', 'Believe it or not!', '0,0,0', 2, 1, 2, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(228, 'hc_trll', 989, 'Drinks Trolley', 'For swanky dinners only', '0,0,0', 1, 2, 1.5, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(229, 'gothic_chair*3', 252, 'Red Gothic Chair', 'The head of the table', '#FFFFFF,#DD0000,#FFFFFF,#DD0000', 1, 1, 1.2, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(230, 'gothic_sofa*3', 253, 'Red Gothic Sofa', 'Not great for hiding behind', '#FFFFFF,#DD0000,#FFFFFF,#FFFFFF,#DD0000,#FFFFFF', 2, 1, 1.3, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(231, 'gothic_stool*3', 254, 'Red Gothic Stool', 'Be calm. Be seated', '#FFFFFF,#DD0000,#FFFFFF', 1, 1, 1.2, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(232, 'sound_machine', 539, 'Sound Machine', 'Creating fancy sounds', '#FFFFFF,#FFFFFF,#828282,#FFFFFF', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,custom_data_numeric_on_off,sound_machine', 'default', 1, 1, ''),
(233, 'plant_mazegate', 366, 'Maze Shrubbery Gate', 'Did we make it?', '0,0,0', 2, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(234, 'plant_maze', 365, 'Maze Shrubbery', 'Build your maze!', '0,0,0', 2, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(235, 'plant_bulrush', 367, 'Bulrush', 'Ideal for the riverside', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(236, 'petfood4', 44, 'T-Bones Mega Multipack', 'Fantastic 20% Saving!', '0,0', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(237, 'gothic_carpet', 255, 'Cobbled Path', 'The path less travelled', '0,0,0', 2, 4, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(238, 'gothic_carpet2', 256, 'Dungeon Floor', 'What lies beneath?', '0,0,0', 2, 4, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(239, 'sound_set_1', 576, 'Habbo Sounds 1', 'Get the party started!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(240, 'sound_set_3', 548, 'Electronic 1', 'Chilled grooves', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(241, 'sound_set_6', 542, 'Ambient 3', 'Background ambience loops', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(242, 'sound_set_7', 584, 'SFX 5', 'Sound effects for Furni', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(243, 'sound_set_8', 541, 'Ambient 2', 'Mellow electric grooves', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(244, 'post.it', 97, 'Pad of stickies', 'Pad of stickies', '0,0,0', 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction,post_it', 'default', 1, 0, ''),
(245, 'gothicfountain', 260, 'Gothic Ectoplasm Fountain', 'Not suitable for drinking!', '0,0,0', 0, 0, 0, '2', 'wall_item,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(246, 'hc_wall_lamp', 1001, 'Retro Wall Lamp', 'Tres chic!', '0,0,0', 0, 0, 0, '2', 'wall_item,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(247, 'industrialfan', 263, 'Industrial Turbine', 'Powerful and resilient', '0,0,0', 0, 0, 0, '2', 'wall_item,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(248, 'torch', 259, 'Gothic Torch', 'The dark side of Habbo', '0,0,0', 0, 0, 0, '2', 'wall_item,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(249, 'floor', 2, '', '', '0,0,0', 0, 0, 0, '2', 'wall_item,decoration,requires_rights_for_interaction', 'default', 1, 1, ''),
(250, 'wallpaper', 33, '', '', '0,0,0', 0, 0, 0, '0', 'wall_item,decoration,requires_rights_for_interaction', 'default', 1, 1, ''),
(251, 'poster', 1145, '', '', '0,0,0', 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, ''),
(252, 'table_norja_med', 292, 'Coffee Table', 'Elegance embodied', '#FFFFFF,#F7EBBC', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(253, 'doormat_plain*4', 509, 'Doormat', 'Available in a variety of colours', '#CCDDFF', 1, 1, 0.2, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(254, 'doormat_plain*2', 507, 'Doormat', 'Available in a variety of colours', '#99DCCC', 1, 1, 0.2, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(255, 'doormat_plain*3', 508, 'Doormat', 'Available in a variety of colours', '#FFEE00', 1, 1, 0.2, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(256, 'doormat_plain*5', 510, 'Doormat', 'Available in a variety of colours', '#DDCCFF', 1, 1, 0.2, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(257, 'rare_parasol*1', 1147, 'Yellow Parasol', 'Block those rays!', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFF11', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(258, 'rare_parasol*2', 1148, 'Orange Parasol', 'Block those rays!', '#FFFFFF,#FFFFFF,#FFFFFF,#FF8F61', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(259, 'rare_parasol*3', 1149, 'Violet Parasol', 'Block those rays!', '#FFFFFF,#FFFFFF,#FFFFFF,#D47FFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(260, 'rare_parasol*0', 1, 'Green Parasol', 'Block those rays!', '#FFFFFF,#FFFFFF,#FFFFFF,#9EFF1C', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(261, 'scifidoor*10', 1069, 'Violet Spaceship Door', 'There out of this world!', '#FFFFFF,#BB99FF,#BB99FF,#BB99FF,#FFFFFF', 1, 1, 1.5, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(262, 'scifidoor*9', 1068, 'Blue Spaceship Door', 'There out of this world!', '#FFFFFF,#4488FF,#4488FF,#4488FF,#FFFFFF', 1, 1, 1.5, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(263, 'scifidoor*8', 1067, 'Purple Spaceship Door', 'There out of this world!', '#FFFFFF,#FF99CC,#FF99CC,#FF99CC,#FFFFFF', 1, 1, 1.5, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(264, 'scifidoor*7', 1066, 'Aqua Spaceship Door', 'There out of this world!', '#FFFFFF,#AAFFFF,#AAFFFF,#AAFFFF,#FFFFFF', 1, 1, 1.5, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(265, 'scifidoor*6', 1065, 'Black Monolith', 'Monolith goes up! Monolith goes down!', '#FFFFFF,#333333,#333333,#333333,#FFFFFF', 1, 1, 1.5, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(266, 'scifidoor*5', 1064, 'White Spaceship Door', 'There out of this world!', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1.5, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(267, 'scifidoor*4', 1063, 'Emerald Spaceship Door', 'Protect your pot of gold!', '#FFFFFF,#99DD77,#99DD77,#99DD77,#FFFFFF', 1, 1, 1.5, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(268, 'scifidoor*3', 1062, 'Lightblue Spaceship Door', 'There out of this world!', '#FFFFFF,#AACCFF,#AACCFF,#AACCFF,#FFFFFF', 1, 1, 1.5, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(269, 'scifidoor*2', 1061, 'Yellow Spaceship Door', 'There out of this world!', '#FFFFFF,#FFEE66,#FFEE66,#FFEE66,#FFFFFF', 1, 1, 1.5, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(270, 'scifidoor*1', 1060, 'Pink Spaceship Door', 'There out of this world!', '#FFFFFF,#FFAAAA,#FFAAAA,#FFAAAA,#FFFFFF', 1, 1, 1.5, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(271, 'rare_beehive_bulb', 1132, 'Blue Amber Lamp', 'A honey-hued glow', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#55C4DE', 1, 1, 1, '2', 'solid,can_stack_on_top,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(272, 'rare_beehive_bulb*1', 1133, 'Red Amber Lamp', 'A honey-hued glow', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FF4C47', 1, 1, 1, '2', 'solid,can_stack_on_top,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(273, 'rare_beehive_bulb*2', 1134, 'Yellow Amber Lamp', 'A honey-hued glow', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFC307', 1, 1, 1, '2', 'solid,can_stack_on_top,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(274, 'scifiport*0', 1041, 'Red Laser Door', 'Energy beams. No trespassers!', '#FFFFFF,#DD2D22,#FFFFFF,#FFFFFF,#FFFFFF,#DD2D22', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(275, 'scifiport*9', 1050, 'Violet Sci-Fi Port', 'Energy beams. No trespassers!', '#FFFFFF,#7733FF,#FFFFFF,#FFFFFF,#FFFFFF,#7733FF', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(276, 'scifiport*8', 1049, 'Purple Sci-Fi Port', 'Energy beams. No trespassers!', '#FFFFFF,#BB55CC,#FFFFFF,#FFFFFF,#FFFFFF,#BB55CC', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(277, 'scifiport*7', 1048, 'Turquoise Sci-Fi Port', 'Energy beams. No trespassers!', '#FFFFFF,#00CCCC,#FFFFFF,#FFFFFF,#FFFFFF,#00CCCC', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(278, 'scifiport*6', 1047, 'White Sci-Fi Port', 'Energy beams. No trespassers!', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(279, 'scifiport*5', 1046, 'Security Fence', 'Recovered from Roswell', '#FFFFFF,#555555,#FFFFFF,#FFFFFF,#FFFFFF,#555555', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(280, 'scifiport*4', 1045, 'Pink Sci-Fi Port', 'Energy beams. No trespassers!', '#FFFFFF,#FF5577,#FFFFFF,#FFFFFF,#FFFFFF,#FF5577', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(281, 'scifiport*3', 1044, 'Jade Sci-Fi Port', 'Energy beams. No trespassers!', '#FFFFFF,#02BB70,#FFFFFF,#FFFFFF,#FFFFFF,#02BB70', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(282, 'scifiport*2', 1043, 'Blue Laser Gate', 'Get in the ring!', '#FFFFFF,#5599FF,#FFFFFF,#FFFFFF,#FFFFFF,#5599FF', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(283, 'scifiport*1', 1042, 'Gold Laser Gate', 'Energy beams. No trespassers!', '#FFFFFF,#FFBC00,#FFFFFF,#FFFFFF,#FFFFFF,#FFBC00', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(284, 'scifirocket*9', 1109, 'Neptune Smoke Machine', 'Something fishy is going on...', '#FFFFFF,#FFFFFF,#7733FF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(285, 'scifirocket*8', 1108, 'Pluto Smoke Machine', 'From a space far, far away!', '#FFFFFF,#FFFFFF,#BB55CC,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(286, 'scifirocket*7', 1107, 'Jupiter Smoke Machine', 'Larger than life!', '#FFFFFF,#FFFFFF,#00CCCC,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(287, 'scifirocket*6', 1106, 'Mercury Smoke Machine', 'Too hot to handle!', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(288, 'scifirocket*5', 1105, 'Uranus Smoke Machine', 'From the unknown depths of space', '#FFFFFF,#FFFFFF,#555555,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(289, 'scifirocket*4', 1104, 'Venus Smoke Machine', 'Welcome... to planet love', '#FFFFFF,#FFFFFF,#FF5577,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(290, 'scifirocket*3', 1103, 'Endor Smoke Machine', 'Caution! Unknown Location!', '#FFFFFF,#FFFFFF,#02BB70,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(291, 'scifirocket*2', 1102, 'Earth Smoke Machine', 'A little closer to home!', '#FFFFFF,#FFFFFF,#5599FF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(292, 'scifirocket*1', 1101, 'Saturn Smoke Machine', 'There is always space for this!', '#FFFFFF,#FFFFFF,#FFBC00,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(293, 'scifirocket*0', 1100, 'Mars Smoke Machine', 'See in 2007 with a bang!', '#FFFFFF,#FFFFFF,#DD2D22,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(294, 'pillow*5', 1095, 'Black Leather Pillow', 'Puffy, soft and huge', '#494D29,#494D29,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(295, 'pillow*8', 1098, 'Navy Cord Pillow', 'Puffy, soft and huge', '#214E68,#214E68,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(296, 'pillow*0', 1090, 'White Lace Pillow', 'Minimalist comfort!', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(297, 'pillow*1', 1091, 'Pink Fluffy Pillow', 'Puffy, soft and huge', '#FF8888,#FF8888,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(298, 'pillow*2', 1092, 'Red Silk Pillow', 'Puffy, soft and huge', '#F00000,#F00000,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(299, 'pillow*7', 1097, 'Purple Velvet Pillow', 'Bonnie\'s pillow of choice!', '#E532CA,#E532CA,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(300, 'pillow*9', 1099, 'Green Wooly Pillow', 'Puffy, soft and VERY fluffy!', '#B9FF4B,#B9FF4B,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(301, 'pillow*4', 1094, 'Gold Feather Pillow', 'Puffy, soft and huge', '#FFBD18,#FFBD18,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(302, 'pillow*6', 1096, 'Blue Cotton Pillow', 'Puffy, soft and huge', '#5DAAC9,#5DAAC9,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(303, 'pillow*3', 1093, 'Turquoise Satin Pillow', 'Puffy, soft and huge', '#63C9A0,#63C9A0,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(304, 'marquee*1', 1051, 'Pink marquee', 'It\'s both door and a shade!', '#FFFFFF,#FFFFFF,#FFFFFF,#FF798F,#FFFFFF', 1, 1, 0.7, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(305, 'marquee*2', 1052, 'Red Dragon Marquee', 'Dragons out and Davids in!', '#FFFFFF,#FFFFFF,#FFFFFF,#C60000,#FFFFFF', 1, 1, 0.7, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(306, 'marquee*7', 1057, 'Purple Marquee', 'It\'s both door and a shade!', '#FFFFFF,#FFFFFF,#FFFFFF,#D600E2,#FFFFFF', 1, 1, 0.7, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(308, 'marquee*8', 1058, 'Ultramarine Marquee', 'It\'s both door and a shade!', '#FFFFFF,#FFFFFF,#FFFFFF,#004AA0,#FFFFFF', 1, 1, 0.7, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(309, 'marquee*9', 1059, 'Green Marquee', 'It\'s both door and a shade!', '#FFFFFF,#FFFFFF,#FFFFFF,#8FD94A,#FFFFFF', 1, 1, 0.7, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(310, 'marquee*5', 1055, 'Graphite Marquee', 'It\'s both door and a shade!', '#FFFFFF,#FFFFFF,#FFFFFF,#707070,#FFFFFF', 1, 1, 0.7, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(311, 'marquee*4', 1054, 'Yellow Marquee', 'It\'s both door and a shade!', '#FFFFFF,#FFFFFF,#FFFFFF,#F8CD00,#FFFFFF', 1, 1, 0.7, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(312, 'marquee*6', 1056, 'Blue Marquee', 'It\'s both door and a shade!', '#FFFFFF,#FFFFFF,#FFFFFF,#719EFD,#FFFFFF', 1, 1, 0.7, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(313, 'marquee*3', 1053, 'Aqua Marquee', 'It\'s both door and a shade!', '#FFFFFF,#FFFFFF,#FFFFFF,#68DADA,#FFFFFF', 1, 1, 0.7, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(314, 'wooden_screen*1', 1071, 'Pink Oriental screen', 'Add an exotic touch to your room', '#FFFFFF,#FFFFFF,#FFA795,#FFA795,#FFFFFF,#FFFFFF', 1, 2, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(315, 'wooden_screen*2', 1072, 'RosewoodScreen', 'Add an exotic touch to your room', '#FFFFFF,#FFFFFF,#BD0000,#BD0000,#FFFFFF,#FFFFFF', 1, 2, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(316, 'wooden_screen*7', 1077, 'Purple Oriental Screen', 'Add an exotic touch to your room', '#FFFFFF,#FFFFFF,#DA2591,#DA2591,#FFFFFF,#FFFFFF', 1, 2, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(317, 'wooden_screen*0', 1070, 'White Oriental Screen', 'Add an exotic touch to your room', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 2, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(318, 'wooden_screen*8', 1078, 'Night Blue Oriental Screen', 'Add an exotic touch to your room', '#FFFFFF,#FFFFFF,#004B5E,#004B5E,#FFFFFF,#FFFFFF', 1, 2, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(319, 'wooden_screen*5', 1075, 'Gray Oriental Screen', 'Add an exotic touch to your room', '#FFFFFF,#FFFFFF,#778B61,#778B61,#FFFFFF,#FFFFFF', 1, 2, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(320, 'wooden_screen*9', 1079, 'Green Oriental Screen', 'Add an exotic touch to your room', '#FFFFFF,#FFFFFF,#A0BE1F,#A0BE1F,#FFFFFF,#FFFFFF', 1, 2, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(321, 'wooden_screen*4', 1074, 'Golden Oriental Screen', 'Add an exotic touch to your room', '#FFFFFF,#FFFFFF,#F7B800,#F7B800,#FFFFFF,#FFFFFF', 1, 2, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(322, 'wooden_screen*6', 1076, 'Blue Oriental Screen', 'Add an exotic touch to your room', '#FFFFFF,#FFFFFF,#72B6D1,#72B6D1,#FFFFFF,#FFFFFF', 1, 2, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(323, 'wooden_screen*3', 1073, 'Aqua Oriental Screen', 'Add an exotic touch to your room', '#FFFFFF,#FFFFFF,#79E4B3,#79E4B3,#FFFFFF,#FFFFFF', 1, 2, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(324, 'rare_icecream*1', 1024, 'Blueberry Ice Cream Machine', 'Virtual blueberry rocks!', '#FFFFFF,#3C75FF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4'),
(325, 'rare_icecream*7', 1030, 'Chocolate Ice Cream Machine', 'Virtual chocolate rocks!', '#FFFFFF,#97420C,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4'),
(326, 'rare_icecream*8', 1031, 'Peppermint Ice Cream Machine', 'Virtual peppermint rocks!', '#FFFFFF,#00E5E2,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4'),
(327, 'rare_icecream*2', 1025, 'Pistachio Ice Cream Machine', 'Virtual pistachio rocks!', '#FFFFFF,#55CD01,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4'),
(328, 'rare_icecream*6', 1029, 'Toffee Ice Cream Machine', 'Virtual toffee rocks!', '#FFFFFF,#FF8000,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4'),
(329, 'rare_icecream*9', 1032, 'Bubblegum Ice Cream Machine', 'Virtual bubblegum rocks!', '#FFFFFF,#FF60B0,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4'),
(330, 'rare_icecream*3', 1026, 'Blackcurrant Ice Cream Machine', 'Virtual blackcurrant rocks!', '#FFFFFF,#C05DFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4'),
(331, 'rare_icecream*0', 1023, 'Cherry Ice Cream Machine', 'Virtual cherry rocks!', '#FFFFFF,#F43100,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4'),
(332, 'rare_icecream*4', 1027, 'Strawberry Ice Cream Machine', 'Virtual strawberry rocks!', '#FFFFFF,#FF9898,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4'),
(333, 'rare_icecream*5', 1028, 'Vanilla Ice Cream Machine', 'Virtual vanilla rocks!', '#FFFFFF,#E1CC00,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4'),
(334, 'rare_fountain', 1138, 'Bird Bath (red)', 'For our feathered friends', '#FFFFFF,#FFFFFF,#FF6666', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(335, 'rare_fountain*1', 1139, 'Bird Bath (grey)', 'For our feathered friends', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(336, 'rare_fountain*2', 1140, 'Bird Bath (green)', 'For our feathered friends', '#FFFFFF,#FFFFFF,#B8CF00', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(337, 'rare_fountain*3', 1141, 'Bird Bath (blue)', 'For our feathered friends', '#FFFFFF,#FFFFFF,#59CCCC', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(338, 'rare_elephant_statue', 1135, 'Golden Elephant', 'Say hello to Nelly', '#FFFFFF,#FFCF1C', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(339, 'rare_elephant_statue*1', 1136, 'Silver Elephant', 'Say hello to Nelly', '#FFFFFF,#BFBFBF', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(340, 'rare_elephant_statue*2', 1137, 'Bronze Elephant', 'Say hello to Nelly', '#FFFFFF,#D46B00', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(341, 'rare_fan*7', 1020, 'Brown Powered Fan', '...it\'s really hit the fan!', '#97420C,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(342, 'rare_fan*6', 1019, 'Ochre Powered Fan', 'It\'ll blow you away!', '#FF8000,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(343, 'rare_fan*9', 1022, 'Fucsia Powered Fan', 'It\'ll blow you away!', '#FF60B0,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(344, 'rare_fan*3', 1016, 'Purple Dragon Skin Fan', 'Keeps the heat off St George!', '#C05DFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(345, 'rare_fan*0', 1013, 'Festive Fan', 'As red as Rudolph\'s nose', '#F43100,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(346, 'rare_fan*4', 1017, 'SUPERLOVE Fan', 'Fanning the fires of SUPERLOVE...', '#FF9898,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(347, 'rare_fan*5', 1018, 'Yellow Powered Fan', 'It\'ll blow you away!', '#E1CC00,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(348, 'rare_fan*1', 1014, 'Birthday Fan', 'It\'ll blow your candles out!', '#3C75FF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(349, 'rare_fan*8', 1021, 'Habbo Wind Turbine', 'Stylish, Eco-Energy!', '#00E5E2,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(350, 'rare_fan*2', 1015, 'Green Powered Fan', 'It\'ll blow you away!', '#55CD01,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(351, 'habbowheel', 93, 'The Wheel of Destiny!', 'So you gotta ask yourself, \'Do I feel lucky?\'', '0,0,0', 1, 1, 1, '2', 'wall_item,wheel_of_fortune,requires_rights_for_interaction', 'default', 1, 1, ''),
(352, 'roomdimmer', 1002, 'Mood Light', 'Superior lighting for your room', '0,0,0', 1, 1, 1, '2', 'wall_item,roomdimmer,requires_rights_for_interaction', 'default', 1, 1, ''),
(353, 'jukebox*1', 575, 'Jukebox', 'For your Happy Days!', '#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,jukebox,requires_rights_for_interaction', 'default', 1, 1, ''),
(354, 'jukebox_ptv*1', 1273, 'Jukebox Pacha TV', 'Jukebox Pacha TV', '#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,jukebox,requires_rights_for_interaction', 'default', 1, 1, ''),
(355, 'carpet_soft_tut', 1195, 'Welcome Mat', 'Welcome, enjoy your stay!', '0,0,0', 1, 1, 0.2, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(356, 'sound_set_9', 549, 'Electronic 2', 'Mystical ambient soundscapes', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(357, 'sound_set_10', 596, 'Hip Hop Beats 1', 'Made from real Boy Bands!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(358, 'sound_set_2', 578, 'Habbo Sounds 3', 'Get the party started!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(359, 'sound_set_4', 540, 'Ambient 1', 'Chilled out beats', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(360, 'sound_set_5', 543, 'Ambient 4', 'The dark side of Habbo', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(361, 'sound_set_11', 561, 'Dance 4', 'Music you can really sink your teeth into', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(362, 'sound_set_12', 577, 'Habbo Sounds 2', 'Unusual as Standard', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(363, 'sound_set_13', 562, 'Dance 5', 'Let Music be the food of Habbo', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(364, 'sound_set_14', 597, 'Hip Hop Beats 2', 'Rock them bodies', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(365, 'sound_set_15', 595, 'RnB Grooves 6', 'Unadulterated essentials', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(366, 'sound_set_16', 598, 'Hip Hop Beats 3', 'Ferry, ferry good!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(367, 'sound_set_17', 546, 'Groove 3', 'Jive\'s Alive!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(368, 'sound_set_18', 547, 'Groove 4', 'Listen while you tan', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(369, 'sound_set_19', 599, 'Hip Hop Beats 4', 'Shake your body!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(370, 'sound_set_20', 581, 'SFX 2', 'Musical heaven', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(371, 'sound_set_21', 567, 'Rock 1', 'Headbanging riffs', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(372, 'sound_set_22', 582, 'SFX 3', 'With a hamper full of sounds, not sarnies', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(373, 'sound_set_23', 583, 'SFX 4', 'Don\'t be afraid of the dark', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(374, 'sound_set_24', 579, 'Habbo Sounds 4', 'It\'s all about the Pentiums, baby!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(375, 'sound_set_25', 558, 'Dance 1', 'Actually, it\'s Partay!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(376, 'sound_set_26', 544, 'Groove 1', 'Bollywood Beats!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(377, 'sound_set_27', 545, 'Groove 2', 'Jingle Bells will never be the same...', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(378, 'sound_set_28', 568, 'Rock 2', 'Head for the pit!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(379, 'sound_set_29', 559, 'Dance 2', 'Electronic house', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(380, 'sound_set_30', 585, 'Instrumental 1', 'Moments in love', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(381, 'sound_set_31', 560, 'Dance 3', 'House loops', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(382, 'sound_set_32', 586, 'Instrumental 2', 'Piano concert set', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(383, 'sound_set_33', 569, 'Rock 3', 'Guitar solo set', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(384, 'sound_set_34', 571, 'Rock 5', 'For guitar heroes', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(385, 'sound_set_35', 563, 'Dance 6', 'Groovelicious', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(386, 'sound_set_36', 587, 'Latin Love 1', 'For adult minded', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(387, 'sound_set_37', 11215, 'Habbowood Traxpack', 'Blockbuster hits!', '0,0,0', 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(388, 'sound_set_38', 572, 'Rock 6', 'Rock and Roses!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(389, 'sound_set_39', 573, 'Rock 7', 'Rock with a roll', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(390, 'sound_set_40', 570, 'Rock 4', 'Dude? Cheese!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(391, 'sound_set_41', 574, 'Rock 8', 'Burning Riffs', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(392, 'sound_set_42', 11216, 'Haunted Mansion', 'Bumps and Chills', '0,0,0', 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(393, 'sound_set_43', 580, 'SFX 1', 'Beware zombies!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(394, 'sound_set_44', 11217, 'Graveyard Portal', 'Haunted Dimension', '0,0,0', 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(395, 'sound_set_45', 11218, 'Lost_Beatness', 'The Bass? is the rhythm!', '0,0,0', 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(396, 'sound_set_46', 552, 'Club 1', 'De bada bada bo!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(397, 'sound_set_47', 553, 'Club 2', 'Storm the UKCharts!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(398, 'sound_set_48', 554, 'Club 3', 'Sweet party beat', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(399, 'sound_set_49', 555, 'Club 4', 'You will belong', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(400, 'sound_set_50', 556, 'Club 5', 'The harder generation', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(401, 'sound_set_51', 557, 'Club 6', 'Bop to the beat', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(402, 'sound_set_52', 2633, 'Club 7', 'State of Trancehouse', '0,0,0', 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(405, 'sound_set_55', 590, 'RnB Grooves 1', 'Can you fill me in?', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(406, 'sound_set_56', 591, 'RnB Grooves 2', 'Get down tonight!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(407, 'sound_set_57', 592, 'RnB Grooves 3', 'Feel the groove', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(408, 'sound_set_58', 593, 'RnB Grooves 4', 'Sh-shake it!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(409, 'sound_set_59', 594, 'RnB Grooves 5', 'Urban break beats', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(410, 'sound_set_60', 588, 'Latin Love 2', 'Love and affection!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(411, 'sound_set_61', 589, 'Latin Love 3', 'Straight from the heart', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(412, 'sound_set_62', 74, 'Alhambra Trax 1', 'Music of the Arabian night!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(413, 'sound_set_63', 75, 'Alhambra Trax 2', 'Desert hits by the oasis!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(414, 'sound_set_64', 76, 'Alhambra Trax 3', 'Make a little Jinn-gle!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(415, 'present_gen1', 1372, 'Gift', 'What\'s inside?', '0,0,0', 1, 1, 1, '0', 'solid,present,can_stack_on_top', 'default', 1, 0, ''),
(416, 'present_gen2', 1373, 'Gift', 'What\'s inside?', '0,0,0', 1, 1, 1, '0', 'solid,present,can_stack_on_top', 'default', 1, 0, ''),
(417, 'present_gen3', 1374, 'Gift', 'What\'s inside?', '0,0,0', 1, 1, 1, '0', 'solid,present,can_stack_on_top', 'default', 1, 0, ''),
(418, 'present_gen4', 1375, 'Gift', 'What\'s inside?', '0,0,0', 1, 1, 1, '0', 'solid,present,can_stack_on_top', 'default', 1, 0, ''),
(419, 'present_gen5', 1376, 'Gift', 'What\'s inside?', '0,0,0', 1, 1, 1, '0', 'solid,present,can_stack_on_top', 'default', 1, 0, ''),
(420, 'present_gen6', 1377, 'Gift', 'What\'s inside?', '0,0,0', 1, 1, 1, '0', 'solid,present,can_stack_on_top', 'default', 1, 0, ''),
(421, 'camera', 145, 'Camera', 'Smile!', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(422, 'photo', 11221, 'Photo', 'Photo from Habbo', '', 0, 0, 0, '0', 'photo,wall_item', 'default', 1, 0, ''),
(423, 'film', 0, '', '', '', 0, 0, 0, '0', '', 'default', 1, 1, ''),
(424, 'table_plasto_4leg*6', 415, 'Occasional table Table', 'Hip plastic furniture', '#FFFFFF,#3444FF', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(425, 'table_plasto_round', 400, 'Round Dining Table', 'Hip plastic furniture', '0,0,0', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(426, 'table_plasto_bigsquare', 408, 'Square Dining Table', 'Hip plastic furniture', '0,0,0', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(438, 'chair_plasty', 427, 'Plastic Pod Chair', 'Hip plastic furniture', '0,0,0', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(439, 'chair_plasto*16', 368, 'Chair', 'Hip plastic furniture', '#FFFFFF,#CC3399,#FFFFFF,#CC3399', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(440, 'table_plasto_square*15', 379, 'Occasional Table', 'Hip plastic furniture', '#FFFFFF,#FF97BA', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(463, 'table_plasto_4leg*1', 416, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#FF1F08', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(464, 'table_plasto_bigsquare*1', 406, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#FF1F08', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(465, 'table_plasto_round*1', 394, 'Round Dining Table', 'Hip plastic furniture', '#FFFFFF,#FF1F08', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(466, 'table_plasto_square*14', 380, 'Occasional Table', 'Hip plastic furniture', '#FFFFFF,#CC3399', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(467, 'chair_plasto*15', 369, 'Chair', 'Hip plastic furniture', '#FFFFFF,#FF97BA,#FFFFFF,#FF97BA', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(470, 'table_plasto_4leg', 419, 'Occasional Table', 'Hip plastic furniture', '0,0,0', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(471, 'table_plasto_bigsquare*2', 407, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#99DCCC', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(472, 'table_plasto_round*2', 395, 'Round Dining Table', 'Hip plastic furniture', '#FFFFFF,#99DCCC', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(473, 'table_plasto_square*1', 381, 'Occasional Table', 'Hip plastic furniture', '#FFFFFF,#FF1F08', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(474, 'chair_plasto*5', 370, 'Chair', 'Hip plastic furniture', '#FFFFFF,#54CA00,#FFFFFF,#54CA00', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(477, 'table_plasto_4leg*5', 420, 'Occasional Table', 'Hip plastic furniture', '#FFFFFF,#54CA00', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(478, 'table_plasto_bigsquare*3', 412, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#FFEE00', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(479, 'table_plasto_round*3', 398, 'Round Dining Table', 'Hip plastic furniture?', '#FFFFFF,#FFEE00', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(480, 'table_plasto_square*7', 382, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#FF6D00', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(481, 'chair_plasto', 371, 'Chair', 'Hip plastic furniture', '0,0,0', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(484, 'table_plasto_4leg*8', 422, 'Occasional Table', 'Hip plastic furniture', '#FFFFFF,#C38D1A', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(485, 'table_plasto_bigsquare*4', 414, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#CCDDFF', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(486, 'table_plasto_round*4', 396, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#CCDDFF', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(487, 'table_plasto_square', 383, 'Occasional Table', 'Hip plastic furniture', '0,0,0', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(488, 'chair_plasto*8', 372, 'Chair', 'Hip plastic furniture', '#FFFFFF,#C38D1A,#FFFFFF,#C38D1A', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(489, 'chair_plasto*17', 372, 'Chair', 'Hip plastic furniture', '#FFFFFF,#8b8b00,#FFFFFF,#8b8b00', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(494, 'table_plasto_4leg*7', 423, 'Occasional table', 'Hip plastic furniture', '#FFFFFF,#FF6D00', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(495, 'table_plasto_bigsquare*5', 410, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#54CA00', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(496, 'table_plasto_round*5', 401, 'Round Dining Table', 'Hip plastic furniture', '#FFFFFF,#54CA00', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(497, 'table_plasto_square*2', 384, 'Round Dining Table', 'Hip plastic furniture', '#FFFFFF,#99DCCC', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(498, 'chair_plasto*7', 373, 'Chair', 'Hip plastic furniture', '#FFFFFF,#FF6D00,#FFFFFF,#FF6D00', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(499, 'table_plasto_4leg*10', 424, 'Occasional Table', 'Hip plastic furniture', '#FFFFFF,#CCDDFF', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(500, 'table_plasto_bigsquare*6', 413, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#3444FF', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(501, 'table_plasto_round*6', 397, 'Round Dining Table', 'Hip plastic furniture', '#FFFFFF,#3444FF', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(502, 'table_plasto_square*4', 385, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#CCDDFF', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(503, 'chair_plasto*1', 374, 'Chair', 'Hip plastic furniture', '#FFFFFF,#FF1F08,#FFFFFF,#FF1F08', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(504, 'table_plasto_4leg*15', 425, 'Occasional Table', 'Hip plastic furniture', '#FFFFFF,#FF97BA', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(505, 'table_plasto_bigsquare*7', 405, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#FF6D00', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(506, 'table_plasto_round*7', 393, 'Round Dining Table', 'Hip plastic furniture', '#FFFFFF,#FF6D00', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(507, 'table_plasto_square*6', 386, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#3444FF', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(508, 'chair_plasto*4', 375, 'Chair', 'Hip plastic furniture', '#FFFFFF,#CCDDFF,#FFFFFF,#CCDDFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(509, 'table_plasto_4leg*16', 426, 'Occasional Table', 'Hip plastic furniture', '#FFFFFF,#CC3399', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(510, 'table_plasto_bigsquare*8', 409, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#C38D1A', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(511, 'table_plasto_round*8', 402, 'Round Dining Table', 'Hip plastic furniture', '#FFFFFF,#C38D1A', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(512, 'table_plasto_square*3', 387, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#FFEE00', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(513, 'chair_plasto*6', 376, 'Chair', 'Hip plastic furniture', '#FFFFFF,#3444FF,#FFFFFF,#3444FF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(514, 'table_plasto_4leg*14', 979, 'HC table', 'Aqua table', '#FFFFFF,#3CB4F0', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(515, 'table_plasto_bigsquare*9', 411, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#533E10', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(516, 'table_plasto_round*9', 399, 'Round Dining Table', 'Hip plastic furniture', '#FFFFFF,#533E10', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(517, 'table_plasto_square*9', 388, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#533E10', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(518, 'chair_plasto*3', 377, 'Chair', 'Hip plastic furniture', '#FFFFFF,#FFEE00,#FFFFFF,#FFEE00', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(520, 'chair_plasty*1', 428, 'Plastic Pod Chair', 'Hip plastic furniture', '#FFFFFF,#8EB5D1,#FFFFFF,#8EB5D1', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(523, 'chair_plasty*2', 429, 'Plastic Pod Chair', 'Hip plastic furniture', '#FFFFFF,#FF9900,#FFFFFF,#FF9900', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(524, 'chair_plasty*3', 430, 'Plastic Pod Chair', 'Hip plastic furniture', '#FFFFFF,#FF2200,#FFFFFF,#FF2200', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(525, 'chair_plasty*4', 431, 'Plastic Pod Chair', 'Hip plastic furniture', '#FFFFFF,#00CC00,#FFFFFF,#00CC00', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(545, 'chair_plasty*5', 432, 'Plastic Pod Chair', 'Hip plastic furniture', '#FFFFFF,#3444FF,#FFFFFF,#3444FF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(549, 'chair_plasty*6', 433, 'Plastic Pod Chair', 'Hip plastic furniture', '#FFFFFF,#FFEE00,#FFFFFF,#FFEE00', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(651, 'chair_plasto*2', 378, 'Chair', 'Hip plastic furniture', '#FFFFFF,#99DCCC,#FFFFFF,#99DCCC', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(652, 'chair_plasto*9', 439, 'Chair', 'Hip plastic furniture', '#FFFFFF,#533E10,#FFFFFF,#533E10', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(658, 'table_plasto_4leg*9', 418, 'Occasional Table', 'Hip plastic furniture', '#FFFFFF,#533E10', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(694, 'table_plasto_4leg*3', 417, 'Round Dining Table', 'Hip plastic furniture', '#FFFFFF,#FFEE00', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(696, 'table_plasto_bigsquare*14', 404, 'Occasional Table', 'Hip plastic furniture', '#FFFFFF,#CC3399', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(697, 'table_plasto_bigsquare*15', 403, 'Occasional Table', 'Hip plastic furniture', '#FFFFFF,#FF97BA', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(698, 'table_plasto_round*14', 392, 'Occasional Table', 'Hip plastic furniture', '#FFFFFF,#CC3399', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(699, 'table_plasto_round*15', 391, 'Occasional Table', 'Hip plastic furniture', '#FFFFFF,#FF97BA', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(700, 'table_plasto_square*5', 389, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#54CA00', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(701, 'table_plasto_square*8', 390, 'Square Dining Table', 'Hip plastic furniture', '#FFFFFF,#C38D1A', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(703, 'chair_plasty*7', 434, 'Plastic Pod Chair', 'Hip plastic furniture', '#FFFFFF,#99DCCC,#FFFFFF,#99DCCC', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(704, 'chair_plasty*8', 435, 'Plastic Pod Chair', 'Hip plastic furniture', '#FFFFFF,#C38D1A,#FFFFFF,#C38D1A', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(705, 'chair_plasty*9', 436, 'Plastic Pod Chair', 'Hip plastic furniture', '#FFFFFF,#533E10,#FFFFFF,#533E10', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(706, 'chair_plasty*10', 437, 'Plastic Pod Chair', 'Hip plastic furniture', '#FFFFFF,#CC3399,#FFFFFF,#CC3399', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(707, 'chair_plasty*11', 438, 'Plastic Pod Chair', 'Hip plastic furniture', '#FFFFFF,#FF97BA,#FFFFFF,#FF97BA', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(708, 'rubberchair*1', 1033, 'Blue Inflatable Chair', 'Soft and stylish HC chair', '#4193D6,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(709, 'rubberchair*2', 1034, 'Pink Inflatable Chair', 'Soft and tearproof!', '#F24570,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(710, 'rubberchair*3', 1035, 'Orange Inflatable Chair', 'Soft and tearproof!', '#F06E3B,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(711, 'rubberchair*4', 1036, 'Ocean Inflatable Chair', 'Soft and tearproof!', '#53C7D5,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(712, 'rubberchair*5', 1037, 'Lime Inflatable Chair', 'Soft and tearproof!', '#CBE42D,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(713, 'rubberchair*6', 1038, 'Violet Inflatable Chair', 'Soft and tearproof!', '#DE4FAE,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(714, 'rubberchair*7', 1039, 'White Inflatable Chair', 'Soft and tearproof!', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(715, 'rubberchair*8', 1040, 'Black Inflatable Chair', 'Soft and tearproof for HC!', '#444444,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(716, 'spyro', 11119, 'Dragon Egg', 'The stuff of legend', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(717, 'rare_daffodil_rug', 1126, 'Petal Patch', 'A little bit of outdoors indoors..', '0,0,0', 2, 2, 0.4, '2', 'can_stand_on_top,can_stack_on_top,place_roller_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(718, 'md_limukaappi', 1143, 'Habbo Cola Machine', 'A sparkling and refreshing pixel drink!', '0,0,0', 1, 1, 0, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '19'),
(719, 'samovar', 1142, 'Russian Samovar', 'Click for a refreshing cuppa', '#FFFFFF', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(720, 'redhologram', 1116, 'Holo-girl', 'You\'re her only hope...', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 0, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(721, 'typingmachine', 1117, 'Typewriter', 'Write that bestseller', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(722, 'hologram', 1115, 'Holopod', 'As if by magic...', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 0, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, ''),
(723, 'prize1', 1129, 'Gold Trophy', 'Gorgeously glittery', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(724, 'prize2', 1130, 'Silver Trophy', 'Nice and shiny', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(725, 'prize3', 1131, 'Bronze Trophy', 'A weighty award', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(726, 'rare_snowrug', 1124, 'Snow Rug', 'Chilled Elegance', '0,0,0', 2, 2, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(727, 'exe_rug', 1230, 'Executive Rug', 'Please remove your shoes!', '0,0,0', 3, 3, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(728, 'exe_s_table', 1231, 'Executive Glass Table', 'Get a clear reflection!', '0,0,0', 2, 2, 1, '2', 'solid,can_stack_on_top,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, ''),
(729, 'exe_bardesk', 1223, 'Executive Bar Desk', 'Divide the profits!', '0,0,0', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(730, 'exe_chair', 1225, 'Executive Sofa Chair', 'Relaxing leather comfort', '0,0,0', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(731, 'exe_chair2', 1226, 'Executive Boss Chair', 'You\'re fired!', '0,0,0', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(732, 'exe_corner', 1224, 'Executive Corner Desk', 'Tuck it away', '0,0,0', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(733, 'exe_drinks', 1227, 'Executive Drinks Tray', 'Give a warm welcome', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(734, 'exe_sofa', 1228, '3-Seater Sofa', 'Relaxing leather comfort', '0,0,0', 3, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(735, 'exe_table', 1229, 'Executive Desk', 'Take a memo, Featherstone', '0,0,0', 3, 2, 0, '2', 'solid,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, ''),
(736, 'exe_plant', 1233, 'Executive Plant', 'Shimmering hedge trimming!', '0,0,0', 1, 1, 0, '2', 'solid,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, ''),
(737, 'exe_light', 10068, 'Executive Light', 'Glow your business', '0,0,0', 1, 1, 0, '4', 'can_stand_on_top,can_stack_on_top,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, ''),
(738, 'exe_gate', 10067, 'Executive Gate', 'Keeps the tax man away', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(739, 'exe_cubelight', 10066, 'Cubist Light', 'Lights up a square', '0,0,0', 1, 1, 0, '2', 'solid,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, ''),
(740, 'exe_artlamp', 10065, 'Sphere Lamp', 'Suitable for budding entrepreneurs', '0,0,0', 1, 1, 0, '2', 'solid,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, ''),
(741, 'exe_map', 10069, 'World Map', 'World domination imminent', '0,0,0', 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, ''),
(742, 'exe_wfall', 10070, 'Wall Fall', 'Improve your cash flow', '0,0,0', 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, ''),
(743, 'exe_globe', 1232, 'Power Globe', 'The power is yours!', '0,0,0', 1, 1, 0, '2', 'solid,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, ''),
(744, 'exe_elevator', 11220, 'Elevator Teleport', 'Going up or down in style!', '0,0,0', 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_0', 'teleport', 1, 1, ''),
(745, 'arabian_bigtb', 59, 'Amanjena Table', 'It must be Jinn-er time!', '0,0,0', 3, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(746, 'arabian_chair', 60, 'Green Blossom Chair', 'Exotic, soft seating', '0,0,0', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(747, 'arabian_divdr', 61, 'Soft wooden screen', 'Carved Cedar Divider', '0,0,0', 1, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(748, 'arabian_pllw', 62, 'Green Blossom Pillow', 'Exotic comfort', '0,0,0', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(749, 'arabian_rug', 63, 'Berber Kilim Rug', 'Green blossom design', '0,0,0', 3, 5, 0.1, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(750, 'arabian_snake', 64, 'Ornamental Urn', 'Beware the snake!', '0,0,0', 1, 1, 0, '2', 'solid,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, ''),
(751, 'arabian_swords', 65, 'Ancestral Scimitars', 'Not for yielding', '0,0,0', 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, ''),
(752, 'arabian_teamk', 66, 'Tea Maker', 'Quench that desert thirst', '0,0,0', 1, 1, 0, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '1'),
(753, 'arabian_tetbl', 67, 'Hexagonal Tea Table', 'Serve up a treat', '0,0,0', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(754, 'arabian_tray1', 68, 'Mint Tea Tray', 'Tea for every occasion', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(755, 'arabian_tray2', 73, 'Candle Tray', 'For those Arabian nights', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(756, 'arabian_tray3', 70, 'Sweets Tray', 'Indulge yourself!', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(757, 'arabian_tray4', 71, 'Fruit Tray', 'Sweet, juicy and ripe', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(758, 'arabian_wndw', 72, 'Arabian Window Frame', 'Arabian days and nights', '0,0,0', 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, ''),
(759, 'arabian_wall', 4287, 'Arabian Wall', 'A wall built with class.', '0,0,0', 1, 1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, ''),
(760, 'arabian_tile', 3312, 'Arabian Tile', 'Step in style...', '0,0,0', 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(776, 'pets1', 34, '', '', '0,0,0', 1, 1, 0.1, '2', 'can_stand_on_top,requires_rights_for_interaction', 'pet_nest', 1, 1, ''),
(777, 'pets2', 35, '', '', '0,0,0', 1, 1, 0.1, '2', 'can_stand_on_top,requires_rights_for_interaction', 'pet_nest', 1, 1, ''),
(778, 'teleport_door', 538, 'Teleport Door', 'Magic doorway to anywhere!', '0,0,0', 1, 1, 2, '0', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_0', 'teleport', 1, 1, ''),
(845, 'chair_norja*2', 756, 'Black Iced Chair', 'Sleek and chic for each cheek', '#FFFFFF,#FFFFFF,#525252,#525252', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(846, 'chair_norja*3', 767, 'White Iced Chair', 'Sleek and chic for each cheek', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(847, 'chair_norja*4', 778, 'Urban Iced Chair', 'Sleek and chic for each cheek', '#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(848, 'chair_norja*5', 789, 'Pink Chair', 'Sleek and chic for each cheek', '#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(849, 'chair_norja*6', 800, 'Blue Chair', 'Sleek and chic for each cheek', '#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(850, 'chair_norja*7', 811, 'Rural Chair', 'Sleek and chic for each cheek', '#FFFFFF,#FFFFFF,#7CB135,#7CB135', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(851, 'chair_norja*8', 822, 'Yellow Chair', 'Sleek and chic for each cheek', '#FFFFFF,#FFFFFF,#FFD837,#FFD837', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(852, 'chair_norja*9', 833, 'Red Chair', 'Sleek and chic for each cheek', '#FFFFFF,#FFFFFF,#E14218,#E14218', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(853, 'couch_norja*2', 757, 'Black Iced Bench', 'Two can perch comfortably', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#525252,#525252,#525252,#525252', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(854, 'couch_norja*3', 768, 'White Iced Bench', 'Two can perch comfortably', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(855, 'couch_norja*4', 779, 'Urban Iced Bench', 'Two can perch comfortably', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(856, 'couch_norja*5', 790, 'Pink Bench', 'Two can perch comfortably', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(857, 'couch_norja*6', 801, 'Blue Bench', 'Two can perch comfortably', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(858, 'couch_norja*7', 812, 'Rural Iced Bench', 'Two can perch comfortably', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#7CB135,#7CB135,#7CB135,#7CB135', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(859, 'couch_norja*8', 823, 'Yellow Bench', 'Two can perch comfortably', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFD837,#FFD837,#FFD837,#FFD837', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(860, 'couch_norja*9', 834, 'Red Bench', 'Two can perch comfortably', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#E14218,#E14218,#E14218,#E14218', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(861, 'table_norja_med*2', 758, 'Black Iced Table', 'For larger gatherings', '#FFFFFF,#525252', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(862, 'table_norja_med*3', 769, 'White Iced Table', 'For larger gatherings', '#FFFFFF,#FFFFFF', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(863, 'table_norja_med*4', 780, 'Urban Iced Coffee Table', 'For larger gatherings', '#FFFFFF,#ABD0D2', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(864, 'table_norja_med*5', 791, 'Large Coffee Table Pink', 'For larger gatherings', '#FFFFFF,#EE7EA4', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(865, 'table_norja_med*6', 802, 'Large Coffee Table Blue', 'For larger gatherings', '#FFFFFF,#5EAAF8', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(866, 'table_norja_med*7', 813, 'Rural Iced Coffee Table', 'For larger gatherings', '#FFFFFF,#7CB135', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(867, 'table_norja_med*8', 824, 'Large Coffee Table Yellow', 'For larger gatherings', '#FFFFFF,#FFD837', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(868, 'table_norja_med*9', 835, 'Large Coffee Table Red', 'For larger gatherings', '#FFFFFF,#E14218', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(869, 'shelves_norja*2', 759, 'Black Iced Bookcase', 'For nic naks and art deco books', '#FFFFFF,#525252', 1, 1, 2, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(870, 'shelves_norja*3', 770, 'White Iced Bookcase', 'For nic naks and art deco books', '#FFFFFF,#FFFFFF', 1, 1, 2, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(871, 'shelves_norja*4', 781, 'Urban Iced Bookcase', 'For nic naks and tech books', '#FFFFFF,#ABD0D2', 1, 1, 2, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(872, 'shelves_norja*5', 792, 'Pink Bookcase', 'For nic naks and art deco books', '#FFFFFF,#EE7EA4', 1, 1, 2, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(873, 'shelves_norja*6', 803, 'Blue Bookcase', 'For nic naks and art deco books', '#FFFFFF,#5EAAF8', 1, 1, 2, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(874, 'shelves_norja*7', 814, 'Rural Iced Bookcase', 'For nic naks and cookery books', '#FFFFFF,#7CB135', 1, 1, 2, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(875, 'shelves_norja*8', 825, 'Yellow Bookcase', 'For nic naks and art deco books', '#FFFFFF,#FFD837', 1, 1, 2, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(876, 'shelves_norja*9', 836, 'Red Bookcase', 'For nic naks and art deco books', '#FFFFFF,#E14218', 1, 1, 2, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(877, 'soft_sofachair_norja*2', 760, 'Black Iced Sofachair', 'Black Iced Sofachair', '#FFFFFF,#525252,#525252', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(878, 'soft_sofachair_norja*3', 771, 'White Iced Sofachair', 'Soft Iced sofachair', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(879, 'soft_sofachair_norja*4', 782, 'Urban Iced Sofachair', 'Sit back and relax', '#FFFFFF,#ABD0D2,#ABD0D2', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(880, 'soft_sofachair_norja*5', 793, 'Pink Iced Sofachair', 'Pink Iced Sofachair', '#FFFFFF,#EE7EA4,#EE7EA4', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(881, 'soft_sofachair_norja*6', 804, 'Blue Iced Sofachair', 'Blue Iced Sofachair', '#FFFFFF,#5EAAF8,#5EAAF8', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(882, 'soft_sofachair_norja*7', 815, 'Rural Iced Sofachair', 'Sit back and relax', '#FFFFFF,#7CB135,#7CB135', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(883, 'soft_sofachair_norja*8', 826, 'Yellow Iced Sofachair', 'Yellow Iced Sofachair', '#FFFFFF,#FFD837,#FFD837', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(884, 'soft_sofachair_norja*9', 837, 'Red Iced Sofachair', 'Red Iced Sofachair', '#FFFFFF,#E14218,#E14218', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(885, 'soft_sofa_norja*2', 761, 'Black Iced Sofa', 'Black Iced Sofa', '#FFFFFF,#525252,#FFFFFF,#525252,#525252,#525252', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(886, 'soft_sofa_norja*3', 772, 'White Iced Sofa', 'Pristine white, keep it clean!', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(887, 'soft_sofa_norja*4', 783, 'Urban Iced Sofa', 'Sit back and relax', '#FFFFFF,#ABD0D2,#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(888, 'soft_sofa_norja*5', 794, 'Pink Iced Sofa', 'Pink Iced Sofa', '#FFFFFF,#EE7EA4,#FFFFFF,#EE7EA4,#EE7EA4,#EE7EA4', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(889, 'soft_sofa_norja*6', 805, 'Blue Iced Sofa', 'A soft leather sofa', '#FFFFFF,#5EAAF8,#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(890, 'soft_sofa_norja*7', 816, 'Rural Iced Sofa', 'Sit back and relax', '#FFFFFF,#7CB135,#FFFFFF,#7CB135,#7CB135,#7CB135', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(891, 'soft_sofa_norja*8', 827, 'Yellow Iced Sofa', 'Yellow Iced Sofa', '#FFFFFF,#FFD837,#FFFFFF,#FFD837,#FFD837,#FFD837', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(892, 'soft_sofa_norja*9', 838, 'Red Iced Sofa', 'Red Iced Sofa', '#FFFFFF,#E14218,#FFFFFF,#E14218,#E14218,#E14218', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(893, 'divider_nor2*2', 762, 'Black Iced Bar-Desk', 'Soft but sturdy', '#FFFFFF,#FFFFFF,#525252,#525252', 2, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(894, 'divider_nor2*3', 773, 'White Iced Bar-Desk', 'Strong, yet soft looking', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 2, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(895, 'divider_nor2*4', 784, 'Urban Iced Bar', 'No way through', '#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2', 2, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(896, 'divider_nor2*5', 795, 'Pink Iced bar desk', 'Pink Iced bar desk', '#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4', 2, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(897, 'divider_nor2*6', 806, 'Blue Iced bar desk', 'Blue Iced bar desk', '#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8', 2, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(898, 'divider_nor2*7', 817, 'Rural Iced Bar', 'No way through', '#FFFFFF,#FFFFFF,#7CB135,#7CB135', 2, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(899, 'divider_nor2*8', 828, 'Yellow Iced bar desk', 'Yellow Iced bar desk', '#FFFFFF,#FFFFFF,#FFD837,#FFD837', 2, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(900, 'divider_nor2*9', 839, 'Red Iced bar desk', 'Red Iced bar desk', '#FFFFFF,#FFFFFF,#E14218,#E14218', 2, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(901, 'divider_nor1*2', 763, 'Black Iced Corner', 'Tuck it away', '#FFFFFF,#525252', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(902, 'divider_nor1*3', 774, 'White Iced Corner', 'Looks squishy, but isn\'t!', '#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(903, 'divider_nor1*4', 785, 'Urban Iced Corner', 'The missing piece', '#FFFFFF,#ABD0D2', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(904, 'divider_nor1*5', 796, 'Pink Ice corner', 'Pink Ice corner', '#FFFFFF,#EE7EA4', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(905, 'divider_nor1*6', 807, 'Blue Ice corner', 'Blue Ice corner', '#FFFFFF,#5EAAF8', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(906, 'divider_nor1*7', 818, 'Rural Iced Corner', 'The missing piece', '#FFFFFF,#7CB135', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(907, 'divider_nor1*8', 829, 'Yellow Ice corner', 'Yellow Ice corner', '#FFFFFF,#FFD837', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(908, 'divider_nor1*9', 840, 'Red Ice corner', 'Red Ice corner', '#FFFFFF,#E14218', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(909, 'divider_nor3*2', 764, 'Black Iced Gate', 'No way through, or is there?', '#FFFFFF,#FFFFFF,#525252,#525252', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(910, 'divider_nor3*3', 775, 'White Iced Gate', 'Do go through...', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(911, 'divider_nor3*4', 786, 'Urban Iced Gate', 'Entrance or exit?', '#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(912, 'divider_nor3*5', 797, 'Pink Iced gate', 'Pink Iced gate', '#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(913, 'divider_nor3*6', 808, 'Blue Iced gate', 'Blue Iced gate', '#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(914, 'divider_nor3*7', 819, 'Rural Iced gate', 'Entrance or exit?', '#FFFFFF,#FFFFFF,#7CB135,#7CB135', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(915, 'divider_nor3*8', 830, 'Yellow Iced gate', 'Yellow Iced gate', '#FFFFFF,#FFFFFF,#FFD837,#FFD837', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(916, 'divider_nor3*9', 841, 'Red Iced gate', 'Red Iced gate', '#FFFFFF,#FFFFFF,#E14218,#E14218', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(917, 'divider_nor4*2', 765, 'Black Iced Auto Shutter', 'Habbos, roll out!', '#FFFFFF,#FFFFFF,#525252,#525252,#525252,#525252', 2, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(918, 'divider_nor4*3', 776, 'White Iced Auto Shutter', 'Habbos, roll out!', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 2, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(919, 'divider_nor4*4', 787, 'Urban Iced Shutter', 'Habbos, roll out!', '#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2', 2, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(920, 'divider_nor4*5', 798, 'Pink Iced Auto Shutter', 'Habbos, roll out!', '#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4', 2, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(921, 'divider_nor4*6', 809, 'Blue Iced Auto Shutter', 'Habbos, roll out!', '#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8', 2, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(922, 'divider_nor4*7', 820, 'Rural Iced Shutter', 'Habbos, roll out!', '#FFFFFF,#FFFFFF,#7CB135,#7CB135,#7CB135,#7CB135', 2, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(923, 'divider_nor4*8', 831, 'Yellow Iced Auto Shutter', 'Habbos, roll out!', '#FFFFFF,#FFFFFF,#FFD837,#FFD837,#FFD837,#FFD837', 2, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(924, 'divider_nor4*9', 842, 'Red Iced Auto Shutter', 'Habbos, roll out!', '#FFFFFF,#FFFFFF,#E14218,#E14218,#E14218,#E14218', 2, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(925, 'divider_nor5*2', 766, 'Black Iced Angle', 'Cool cornering for your crib y0!', '#FFFFFF,#525252,#525252', 1, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(926, 'divider_nor5*3', 777, 'White Iced Angle', 'Cool cornering for your crib y0!', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(927, 'divider_nor5*4', 788, 'Urban Iced Angle', 'Cool cornering for your crib!', '#FFFFFF,#ABD0D2,#ABD0D2', 1, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(928, 'divider_nor5*5', 799, 'Pink Iced Angle', 'Cool cornering for your crib y0!', '#FFFFFF,#EE7EA4,#EE7EA4', 1, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(929, 'divider_nor5*6', 810, 'Blue Iced Angle', 'Cool cornering for your crib y0!', '#FFFFFF,#5EAAF8,#5EAAF8', 1, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(930, 'divider_nor5*7', 821, 'Rural Iced Angle', 'Cool cornering for your crib!', '#FFFFFF,#7CB135,#7CB135', 1, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(931, 'divider_nor5*8', 832, 'Yellow Iced Angle', 'Cool cornering for your crib y0!', '#FFFFFF,#FFD837,#FFD837', 1, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(932, 'divider_nor5*9', 843, 'Red Iced Angle', 'Cool cornering for your crib y0!', '#FFFFFF,#E14218,#E14218', 1, 1, 2, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(933, 'sofa_silo*2', 684, 'Black Two-Seater Sofa', 'Cushioned, understated comfort', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#525252,#525252,#525252,#525252', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(934, 'sofa_silo*3', 693, 'White Two-Seater Sofa', 'Cushioned, understated comfort', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(935, 'sofa_silo*4', 702, 'Beige Area Sofa', 'Beige Area Sofa', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(936, 'sofa_silo*5', 711, 'Pink Area Sofa', 'Cushioned, understated comfort', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(937, 'sofa_silo*6', 720, 'Blue Area Sofa', 'Cushioned, understated comfort', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(938, 'sofa_silo*7', 729, 'Green Area Sofa', 'Cushioned, understated comfort', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#7CB135,#7CB135,#7CB135,#7CB135', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(939, 'sofa_silo*8', 738, 'Yellow Two-Seater Sofa', 'Cushioned, understated comfort', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFD837,#FFD837,#FFD837,#FFD837', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(940, 'sofa_silo*9', 747, 'Red Area Sofa', 'Cushioned, understated comfort', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#E14218,#E14218,#E14218,#E14218', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(941, 'sofachair_silo*2', 685, 'Black Armchair', 'Large, but worth it', '#FFFFFF,#FFFFFF,#525252,#525252', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(942, 'sofachair_silo*3', 694, 'White Armchair', 'Large, but worth it', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(943, 'sofachair_silo*4', 703, 'Beige Area Armchair', 'Large, but worth it', '#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(944, 'sofachair_silo*5', 712, 'Pink Area Armchair', 'Large, but worth it', '#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(945, 'sofachair_silo*6', 721, 'Blue Area Armchair', 'Large, but worth it', '#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(946, 'sofachair_silo*7', 730, 'Green Area Armchair', 'Large, but worth it', '#FFFFFF,#FFFFFF,#7CB135,#7CB135', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(947, 'sofachair_silo*8', 739, 'Yellow Armchair', 'Large, but worth it', '#FFFFFF,#FFFFFF,#FFD837,#FFD837', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(948, 'sofachair_silo*9', 748, 'Red Area Armchair', 'Large, but worth it', '#FFFFFF,#FFFFFF,#E14218,#E14218', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(949, 'table_silo_small*2', 686, 'Black Occasional Table', 'For those random moments', '#FFFFFF,#525252', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(950, 'table_silo_small*3', 695, 'White Occasional Table', 'For those random moments', '#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(951, 'table_silo_small*4', 704, 'Beige Area Occasional Table', 'Beige Area Occasional Table', '#FFFFFF,#F7EBBC', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(952, 'table_silo_small*5', 713, 'Pink Area Occasional Table', 'Pink Area Occasional Table', '#FFFFFF,#EE7EA4', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(953, 'table_silo_small*6', 722, 'Blue Area Occasional Table', 'Small and elegant', '#FFFFFF,#5EAAF8', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(954, 'table_silo_small*7', 731, 'Green Area Occasional Table', 'Small and elegant', '#FFFFFF,#7CB135', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(955, 'table_silo_small*8', 740, 'Yellow Occasional Table', 'For those random moments', '#FFFFFF,#FFD837', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(956, 'table_silo_small*9', 749, 'Red Area Occasional Table', 'Red Area Occasional Table', '#FFFFFF,#E14218', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(957, 'divider_silo3*2', 687, 'Black Area Gate', 'Form following function', '#FFFFFF,#FFFFFF,#FFFFFF,#525252', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(958, 'divider_silo3*3', 696, 'White Area Gate', 'Form following function', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(959, 'divider_silo3*4', 705, 'Beige Area Gate', 'Beige Area Gate', '#FFFFFF,#FFFFFF,#FFFFFF,#F7EBBC', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(960, 'divider_silo3*5', 714, 'Pink Area Gate', 'Pink Area Gate', '#FFFFFF,#FFFFFF,#FFFFFF,#EE7EA4', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(961, 'divider_silo3*6', 723, 'Blue Area Gate', 'Door (lockable)', '#FFFFFF,#FFFFFF,#FFFFFF,#5EAAF8', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(962, 'divider_silo3*7', 732, 'Green Area Gate', 'Door (lockable)', '#FFFFFF,#FFFFFF,#FFFFFF,#7CB135', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(963, 'divider_silo3*8', 741, 'Yellow Area Gate', 'Form following function', '#FFFFFF,#FFFFFF,#FFFFFF,#FFD837', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(964, 'divider_silo3*9', 750, 'Red Area Gate', 'Red Area Gate', '#FFFFFF,#FFFFFF,#FFFFFF,#E14218', 1, 1, 1, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, ''),
(965, 'divider_silo1*2', 688, 'Black Corner Shelf', 'Neat and natty', '#FFFFFF,#525252', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(966, 'divider_silo1*3', 697, 'White Corner Shelf', 'Neat and natty', '#FFFFFF,#FFFFFF', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(967, 'divider_silo1*4', 706, 'Beige Area Corner Shelf', 'Beige Area Corner Shelf', '#FFFFFF,#F7EBBC', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(968, 'divider_silo1*5', 715, 'Pink Area Corner Shelf', 'Pink Area Corner Shelf', '#FFFFFF,#EE7EA4', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(969, 'divider_silo1*6', 724, 'Blue Area Corner Shelf', 'Tuck it away!', '#FFFFFF,#5EAAF8', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(970, 'divider_silo1*7', 733, 'Green Area Corner Shelf', 'Tuck it away!', '#FFFFFF,#7CB135', 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(973, 'chair_silo*2', 689, 'Black Dining Chair', 'Keep it simple', '#FFFFFF,#FFFFFF,#525252,#525252', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(974, 'chair_silo*3', 698, 'White Dining Chair', 'Keep it simple', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(975, 'chair_silo*4', 707, 'Beige Silo Dining Chair', 'Beige Silo Dining Chair', '#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(976, 'chair_silo*5', 716, 'Pink Silo Dining Chair', 'Pink Silo Dining Chair', '#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(977, 'chair_silo*6', 725, 'Blue Area Dining Chair', 'Wooden dining chair', '#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(978, 'chair_silo*7', 734, 'Green Area Dining Chair', 'Wooden dining chair', '#FFFFFF,#FFFFFF,#7CB135,#7CB135', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(979, 'chair_silo*8', 743, 'Yellow Dining Chair', 'Keep it simple', '#FFFFFF,#FFFFFF,#FFD837,#FFD837', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(980, 'chair_silo*9', 752, 'Red Area Dining Chair', 'Wooden dining chair', '#FFFFFF,#FFFFFF,#E14218,#E14218', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(981, 'safe_silo*2', 690, 'Black Safe Minibar', 'Totally shatter-proof!', '#FFFFFF,#525252,#525252,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17'),
(982, 'safe_silo*3', 699, 'White Safe Minibar', 'Totally shatter-proof!', '#FFFFFF,#BFBFBF,#BFBFBF,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17'),
(983, 'safe_silo*4', 708, 'Beige Safe Minibar', 'Totally shatter-proof!', '#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17'),
(984, 'safe_silo*5', 717, 'Pink Safe Minibar', 'Totally shatter-proof!', '#FFFFFF,#EE7EA4,#EE7EA4,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17'),
(985, 'safe_silo*6', 726, 'Blue Safe Minibar', 'Totally shatter-proof!', '#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17'),
(986, 'safe_silo*7', 735, 'Green Safe Minibar', 'Totally shatter-proof!', '#FFFFFF,#7CB135,#7CB135,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17'),
(987, 'safe_silo*8', 744, 'Yellow Safe Minibar', 'Totally shatter-proof!', '#FFFFFF,#FFD837,#FFD837,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17'),
(988, 'safe_silo*9', 753, 'Red Safe Minibar', 'Totally shatter-proof!', '#FFFFFF,#E14218,#E14218,#FFFFFF', 1, 1, 1, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17'),
(989, 'barchair_silo*2', 691, 'Black Bar Stool', 'Practical and convenient', '#FFFFFF,#525252', 1, 1, 1.5, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(990, 'barchair_silo*3', 700, 'White Bar Stool', 'Practical and convenient', '#FFFFFF,#FFFFFF', 1, 1, 1.5, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(991, 'barchair_silo*4', 709, 'Beige Bar Stool', 'Practical and convenient', '#FFFFFF,#F7EBBC', 1, 1, 1.5, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(992, 'barchair_silo*5', 718, 'Pink Bar Stool', 'Practical and convenient', '#FFFFFF,#EE7EA4', 1, 1, 1.5, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(993, 'barchair_silo*6', 727, 'Blue Bar Stool', 'Take a perch!', '#FFFFFF,#5EAAF8', 1, 1, 1.5, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(994, 'barchair_silo*7', 736, 'Green Bar Stool', 'Take a perch!', '#FFFFFF,#7CB135', 1, 1, 1.5, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(995, 'barchair_silo*8', 745, 'Yellow Bar Stool', 'Practical and convenient', '#FFFFFF,#FFD837', 1, 1, 1.5, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(996, 'barchair_silo*9', 754, 'Red Bar Stool', 'Practical and convenient', '#FFFFFF,#E14218', 1, 1, 1.5, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(997, 'table_silo_med*2', 692, 'Black Coffee Table', 'Wipe clean and unobtrusive', '#FFFFFF,#525252', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(998, 'table_silo_med*3', 701, 'White Coffee Table', 'Wipe clean and unobtrusive', '#FFFFFF,#FFFFFF', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(999, 'table_silo_med*4', 710, 'Beige Area Coffee Table', 'Beige Area Coffee Table', '#FFFFFF,#F7EBBC', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(1000, 'table_silo_med*5', 719, 'Pink Area Coffee Table', 'Pink Area Coffee Table', '#FFFFFF,#EE7EA4', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(1001, 'table_silo_med*6', 728, 'Blue Area Coffee Table', 'Gather everyone round', '#FFFFFF,#5EAAF8', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(1002, 'table_silo_med*7', 737, 'Green Area Coffee Table', 'Gather everyone round', '#FFFFFF,#7CB135', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(1003, 'table_silo_med*8', 746, 'Yellow Coffee Table', 'Wipe clean and unobtrusive', '#FFFFFF,#FFD837', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(1004, 'table_silo_med*9', 755, 'Red Area Coffee Table', 'Red Area Coffee Table', '#FFFFFF,#E14218', 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(1005, 'pura_mdl1*1', 893, 'Aqua Pura Module 1', 'Any way you like it!', '#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1006, 'pura_mdl2*1', 894, 'Aqua Pura Module 2', 'Any way you like it!', '#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1007, 'pura_mdl3*1', 895, 'Aqua Pura Module 3', 'Any way you like it!', '#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1008, 'pura_mdl4*1', 896, 'Aqua Pura Module 4', 'Any way you like it!', '#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1009, 'pura_mdl5*1', 897, 'Aqua Pura Module 5', 'Any way you like it!', '#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1010, 'chair_basic*1', 938, 'Aqua Pura Egg Chair', 'It\'s a cracking design!', '#FFFFFF,#ABD0D2,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1011, 'pura_mdl1*2', 898, 'Pink Pura Module 1', 'Any way you like it!', '#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1012, 'pura_mdl1*3', 903, 'Black Pura Module 1', 'Any way you like it!', '#FFFFFF,#525252,#525252,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1013, 'pura_mdl1*4', 908, 'White Pura Module 1', 'Any way you like it!', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1014, 'pura_mdl1*5', 913, 'Beige pura module 1', '', '#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1015, 'pura_mdl1*6', 918, 'Blue Pura Module 1', 'Any way you like it!', '#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1016, 'pura_mdl1*7', 923, 'Green Pura Module 1', 'Any way you like it!', '#FFFFFF,#92D13D,#92D13D,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1017, 'pura_mdl1*8', 928, 'Yellow pura module 1', '', '#FFFFFF,#FFD837,#FFD837,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1018, 'pura_mdl1*9', 933, 'Red Pura Module 1', 'Any way you like it!', '#FFFFFF,#E14218,#E14218,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1019, 'pura_mdl2*2', 899, 'Pink Pura Module 2', 'Any way you like it!', '#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1020, 'pura_mdl2*3', 904, 'Black Pura Module 2', 'Any way you like it!', '#FFFFFF,#525252,#525252,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1021, 'pura_mdl2*4', 909, 'White Pura Module 2', 'Any way you like it!', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1022, 'pura_mdl2*5', 914, 'Beige pura module 2', '', '#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1023, 'pura_mdl2*6', 919, 'Blue Pura Module 2', 'Any way you like it!', '#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1024, 'pura_mdl2*7', 924, 'Green Pura Module 2', 'Any way you like it!', '#FFFFFF,#92D13D,#92D13D,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1025, 'pura_mdl2*8', 929, 'Yellow pura module 2', '', '#FFFFFF,#FFD837,#FFD837,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1026, 'pura_mdl2*9', 934, 'Red Pura Module 2', 'Any way you like it!', '#FFFFFF,#E14218,#E14218,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1027, 'pura_mdl3*2', 900, 'Pink Pura Module 3', 'Any way you like it!', '#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1028, 'pura_mdl3*3', 905, 'Black Pura Module 3', 'Any way you like it!', '#FFFFFF,#525252,#525252,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1029, 'pura_mdl3*4', 910, 'White Pura Module 3', 'Any way you like it!', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1030, 'pura_mdl3*5', 915, 'Beige pura module 3', '', '#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1031, 'pura_mdl3*6', 920, 'Blue Pura Module 3', 'Any way you like it!', '#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1032, 'pura_mdl3*7', 925, 'Green Pura Module 3', 'Any way you like it!', '#FFFFFF,#92D13D,#92D13D,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1033, 'pura_mdl3*8', 930, 'Yellow pura module 3', '', '#FFFFFF,#FFD837,#FFD837,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1034, 'pura_mdl3*9', 935, 'Red Pura Module 3', 'Any way you like it!', '#FFFFFF,#E14218,#E14218,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1035, 'pura_mdl4*2', 901, 'Pink Pura Module 4', 'Any way you like it!', '#FFFFFF,#FF99BC,#FF99BC,#FF99BC', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1036, 'pura_mdl4*3', 906, 'Black Pura Module 4', 'Any way you like it!', '#FFFFFF,#525252,#525252,#525252', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1037, 'pura_mdl4*4', 911, 'White Pura Module 4', 'Any way you like it!', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1038, 'pura_mdl4*5', 916, 'Beige pura module 4', '', '#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1039, 'pura_mdl4*6', 921, 'Blue Pura Module 4', 'Any way you like it!', '#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1040, 'pura_mdl4*7', 926, 'Green Pura Module 4', 'Any way you like it!', '#FFFFFF,#92D13D,#92D13D,#92D13D', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1041, 'pura_mdl4*8', 931, 'Yellow pura module 4', '', '#FFFFFF,#FFD837,#FFD837,#FFD837', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1042, 'pura_mdl4*9', 936, 'Red Pura Module 4', 'Any way you like it!', '#FFFFFF,#E14218,#E14218,#E14218', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1043, 'pura_mdl5*2', 902, 'Pink Pura Module 5', 'Any way you like it!', '#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1044, 'pura_mdl5*3', 907, 'Black Pura Module 5', 'Any way you like it!', '#FFFFFF,#525252,#525252,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1045, 'pura_mdl5*4', 912, 'White Pura Module 5', 'Any way you like it!', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1046, 'pura_mdl5*5', 917, 'Beige pura module 5', '', '#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1047, 'pura_mdl5*6', 922, 'Blue Pura Module 5', 'Any way you like it!', '#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1048, 'pura_mdl5*7', 927, 'Green Pura Module 5', 'Any way you like it!', '#FFFFFF,#92D13D,#92D13D,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1049, 'pura_mdl5*8', 932, 'Yellow Pura Module 5', 'Any way you like it!', '#FFFFFF,#FFD837,#FFD837,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1050, 'pura_mdl5*9', 937, 'Red Pura Module 5', 'Any way you like it!', '#FFFFFF,#E14218,#E14218,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1051, 'chair_basic*2', 939, 'Pink Pura Egg Chair', 'It\'s a cracking design!', '#FFFFFF,#FF99BC,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1052, 'chair_basic*3', 940, 'Black Pura Egg Chair', 'It\'s a cracking design!', '#FFFFFF,#525252,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1053, 'chair_basic*4', 941, 'White Pura Egg Chair', 'It\'s a cracking design!', '#FFFFFF,#FFFFFF,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1054, 'chair_basic*5', 942, 'Beige Pura Egg Chair', 'It\'s a cracking design!', '#FFFFFF,#F7EBBC,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1055, 'chair_basic*6', 943, 'Blue Pura Egg Chair', 'It\'s a cracking design!', '#FFFFFF,#5EAAF8,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1056, 'chair_basic*7', 944, 'Green Pura Egg Chair', 'It\'s a cracking design!', '#FFFFFF,#92D13D,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1057, 'chair_basic*8', 945, 'Yellow Pura Egg Chair', 'It\'s a cracking design!', '#FFFFFF,#FFD837,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1058, 'chair_basic*9', 946, 'Red Pura Egg Chair', 'It\'s a cracking design!', '#FFFFFF,#E14218,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1060, 'hcc_chair', 1403, 'Trendy Stool', 'Shiny varnished finish', '0,0,0', 1, 1, 1.2, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1061, 'hcc_shelf', 1405, 'Bookshelf', 'Your own Habbo archives', '0,0,0', 1, 2, 1, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1062, 'hcc_stool', 1408, 'Antique Stool', 'For larger gatherings', '0,0,0', 1, 1, 1.2, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1063, 'hcc_dvdr', 11112, 'Glass Divider', 'It won\'t cramp your style', '0,0,0', 2, 1, 1, '0', 'solid,requires_rights_for_interaction', 'default', 0, 1, ''),
(1064, 'hcc_sofachair', 1407, 'Reclining Chair', 'Put your feet up!', '0,0,0', 1, 1, 1.2, '1', 'can_sit_on_top', 'chair', 0, 1, ''),
(1065, 'hcc_crnr', 11113, 'Glass Corner', 'Adds the finishing touch', '0,0,0', 1, 1, 1, '0', 'solid,requires_rights_for_interaction', 'default', 0, 1, ''),
(1066, 'hcc_table', 11115, 'Glass Table', 'Elegant centre piece', '0,0,0', 1, 2, 0.7, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 0, 1, ''),
(1067, 'hcc_minibar', 1404, 'Minibar', 'Cool look, cool drinks!', '0,0,0', 1, 1, 1, '0', 'solid,custom_data_true_false', 'vending_machine', 0, 1, '3,4,5,6'),
(1068, 'hcc_sofa', 1406, 'Low Back Sofa', 'Get your friends over!', '0,0,0', 2, 1, 1.2, '1', 'can_sit_on_top', 'chair', 0, 1, ''),
(1111, 'romantique_pianochair*1', 948, 'Rose Quartz Piano Chair', 'Elegant seating for elegant Habbos', '#FFFFFF,#FF8B8B,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1112, 'romantique_divan*1', 950, 'Chaise-Longue', 'Recline in continental Rose Quartz comfort', '#FFFFFF,#FFFFFF,#FFFFFF,#FF8B8B', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1113, 'romantique_chair*1', 949, 'Rose Quartz Chair', 'Elegant seating for elegant Habbos', '#FFFFFF,#FF8B8B,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1114, 'romantique_divider*1', 951, 'Rose Quartz Screen', 'Beauty lies within', '#FF8B8B,#FF8B8B,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 2, 1, 0, '1', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1115, 'romantique_smalltabl*1', 952, 'Rose Quartz Tray Table', 'Every tray needs a table...', '#FFFFFF,#FF8B8B,#FFFFFF', 1, 1, 1, '1', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(1116, 'romantique_mirrortabl', 484, 'Dressing Table', 'Get ready for your big date', '0,0,0', 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1117, 'wallmirror', 481, 'Wallmirror', 'Mirror, mirror on the wall...', '0,0,0', 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, ''),
(1118, 'romantique_tray1', 2145, 'Romantique Tray', 'Breakfast is served!', '0,0,0', 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1119, 'romantique_tray2', 482, 'Romantique Treats Tray', 'Time to celebrate!', '0,0,0', 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1120, 'rom_lamp', 483, 'Crystal Lamp', 'Light up your life', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1121, 'romantique_clock', 485, 'Grandfather\'s Clock', 'The most Romantic tick-tock ever!', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1122, 'romantique_pianochair*2', 954, 'Lime Romantique Piano Chair', 'Sit in traditional style', '#FFFFFF,#A1DC67,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1123, 'romantique_divan*2', 956, 'Emerald Chaise-Longue', 'Recline in continental comfort', '#FFFFFF,#FFFFFF,#FFFFFF,#A1DC67', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1124, 'romantique_chair*2', 955, 'Lime Romantique Chair', 'null', '#FFFFFF,#A1DC67,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1125, 'romantique_divider*2', 957, 'Green Screen', 'Keeping things separated', '#A1DC67,#A1DC67,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 2, 1, 0, '1', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1126, 'romantique_smalltabl*2', 958, 'Lime Tray Table', 'Every tray needs a table...', '#FFFFFF,#A1DC67,#FFFFFF', 1, 1, 1, '1', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(1127, 'romantique_pianochair*3', 960, 'Sapphire Chair', 'For stately seating experiences', '#FFFFFF,#5BD1D2,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1128, 'romantique_divan*3', 962, 'Turquoise Romantique Divan', 'null', '#FFFFFF,#FFFFFF,#FFFFFF,#5BD1D2', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1129, 'romantique_chair*3', 961, 'Turquoise Romantique Chair', 'null', '#FFFFFF,#5BD1D2,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1130, 'romantique_divider*3', 963, 'Turquoise Screen', 'Keeping things separated', '#5BD1D2,#5BD1D2,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 2, 1, 0, '1', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1131, 'romantique_smalltabl*3', 964, 'Turquoise Tray Table', 'Every tray needs a table...', '#FFFFFF,#5BD1D2,#FFFFFF', 1, 1, 1, '1', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(1132, 'romantique_pianochair*4', 966, 'Amber Piano Stool', 'I can feel air coming through...', '#FFFFFF,#FFC924,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1133, 'romantique_divan*4', 968, 'Amber Chaise-Longue', 'Is that a cape hanging there?', '#FFFFFF,#FFFFFF,#FFFFFF,#FFC924', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1134, 'romantique_chair*4', 967, 'Amber Chair', 'What does this button do?', '#FFFFFF,#FFC924,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1135, 'romantique_divider*4', 969, 'Ochre Screen', 'Keeping things separated', '#FFC924,#FFC924,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 2, 1, 0, '1', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1136, 'romantique_smalltabl*4', 970, 'Amber Tray Table', 'Why is one leg different?', '#FFFFFF,#FFC924,#FFFFFF', 1, 1, 1, '1', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(1137, 'romantique_pianochair*5', 972, 'Onyx Piano Stool', 'I can feel air coming through...', '#FFFFFF,#323C46,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1138, 'romantique_divan*5', 974, 'Onyx Chaise-Longue', 'Is that a cape hanging there?', '#FFFFFF,#FFFFFF,#FFFFFF,#323C46', 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1139, 'romantique_chair*5', 973, 'Onyx Chair', 'What does this button do?', '#FFFFFF,#323C46,#FFFFFF', 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, ''),
(1140, 'romantique_divider*5', 4488, 'Romantique Screen Gray', 'Keeping Things Separated', '#323C46,#323C46,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 2, 1, 0, '1', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1141, 'romantique_smalltabl*5', 976, 'Onyx Tray Table', 'Why is one leg different?', '#FFFFFF,#323C46,#FFFFFF', 1, 1, 1, '1', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(1142, 'grand_piano*1', 947, 'Turquoise Grand Piano', 'Turquoise Grand Piano', '#FFFFFF,#FF8B8B', 2, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1143, 'grand_piano*2', 953, 'Esmerald Piano Stool', 'Let the music begin', '#FFFFFF,#A1DC67', 2, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1144, 'grand_piano*3', 959, 'Sapphire Piano Stool', 'Make sure you play in key!', '#FFFFFF,#5BD1D2', 2, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1145, 'grand_piano*4', 965, 'Amber Grand Piano', 'Why is that key green?', '#FFFFFF,#FFC924', 2, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1146, 'grand_piano*5', 971, 'Onyx Grand Piano', 'Why is that key green?', '#FFFFFF,#323C46', 2, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1363, 'grunge_barrel', 264, 'Flaming Barrel', 'Beacon of light!', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1364, 'grunge_bench', 265, 'Bench', 'Laid back seating', '0,0,0', 3, 1, 1.2, '2', 'can_sit_on_top', 'chair', 1, 1, ''),
(1365, 'grunge_candle', 266, 'Candle Box', 'Late night debate', '0,0,0', 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1366, 'grunge_chair', 267, 'Grunge Chair', 'Alternative chair for alternative people', '0,0,0', 1, 1, 0.99, '2', 'can_sit_on_top', 'chair', 1, 1, ''),
(1367, 'grunge_mattress', 268, 'Grunge Mattress', 'Beats sleeping on the floor!', '0,0,0', 3, 1, 1, '2', 'can_sit_on_top', 'chair', 1, 1, ''),
(1368, 'grunge_radiator', 269, 'Radiator', 'Started cool but now it\'s hot!', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1369, 'grunge_shelf', 270, 'Grunge Bookshelf', 'Scrap books and photo albums', '0,0,0', 3, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1370, 'grunge_sign', 271, 'Road Sign', 'Bought legitimately from an M1 cafe.', '0,0,0', 1, 1, 1, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1371, 'grunge_table', 272, 'Grunge Table', 'Students of the round table!', '0,0,0', 2, 2, 0.8, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, ''),
(1372, 'hc_crpt', 990, 'Persian Carpet', 'Ultimate craftsmanship', '0,0,0', 3, 5, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, ''),
(1403, 'fortune', 1234, 'Crystal Ball', 'Gaze into the future', '0,0,0', 1, 1, 0, '11', 'solid', 'fortune', 1, 1, ''),
(1404, 'sound_set_65', 1348, 'Tiki anthems', 'Tiki drums go boom!', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(1405, 'sound_set_66', 1354, 'Tiki Trax', 'Spin some island tunes', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(1406, 'sound_set_67', 1349, 'The trax of Tiki', 'Appease the greatest Habboa with party songs', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(1407, 'sound_set_68', 1351, 'Pitchside Pro', 'Football Sounds 1', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(1408, 'sound_set_69', 1352, 'Referee Rhythm', 'Football Sounds 2', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(1409, 'sound_set_70', 1353, 'Squad Synth', 'Football Sounds 3', '0,0,0', 1, 1, 0.2, '2', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, ''),
(1412, 'song_disk', 1355, 'Traxdisc', 'Burn, baby burn', '0,0,0', 1, 1, 0.1, '0', 'solid,song_disk', 'default', 1, 0, ''),
(1413, 'nest', 34, '', '', '0,0,0', 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'pet_nest', 1, 1, ''),
(1414, 'rclr_chair', -1, 'Palm Chair', 'Watch out for coconuts', '0,0,0', 1, 1, 1, '2', 'can_sit_on_top', 'chair', 1, 0, ''),
(1415, 'rclr_garden', -1, 'Water Garden', 'Self watering', '0,0,0', 1, 3, 0, '2', 'solid', 'default', 1, 0, ''),
(1416, 'rclr_sofa', -1, 'Polar Sofa', 'Snuggle up together', '0,0,0', 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 0, '');
/*!40000 ALTER TABLE `items_definitions` ENABLE KEYS */;
-- Dumping structure for table kepler.items_moodlight_presets
CREATE TABLE IF NOT EXISTS `items_moodlight_presets` (
`item_id` int(11) NOT NULL,
`current_preset` int(11) NOT NULL DEFAULT 1,
`preset_1` varchar(50) NOT NULL DEFAULT '1,#000000,255',
`preset_2` varchar(50) NOT NULL DEFAULT '1,#000000,255',
`preset_3` varchar(50) NOT NULL DEFAULT '1,#000000,255',
PRIMARY KEY (`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.items_moodlight_presets: ~0 rows (approximately)
/*!40000 ALTER TABLE `items_moodlight_presets` DISABLE KEYS */;
/*!40000 ALTER TABLE `items_moodlight_presets` ENABLE KEYS */;
-- Dumping structure for table kepler.items_pets
CREATE TABLE IF NOT EXISTS `items_pets` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`item_id` bigint(11) NOT NULL,
`name` varchar(15) NOT NULL,
`type` varchar(1) NOT NULL,
`race` int(3) NOT NULL,
`colour` varchar(6) NOT NULL,
`nature_positive` int(3) NOT NULL,
`nature_negative` int(3) NOT NULL,
`friendship` float NOT NULL DEFAULT 1,
`born` bigint(11) NOT NULL,
`last_kip` bigint(11) NOT NULL,
`last_eat` bigint(11) NOT NULL,
`last_drink` bigint(11) NOT NULL,
`last_playtoy` bigint(11) NOT NULL,
`last_playuser` bigint(11) NOT NULL,
`x` int(3) NOT NULL DEFAULT 0,
`y` int(3) NOT NULL DEFAULT 0,
`rotation` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.items_pets: ~0 rows (approximately)
/*!40000 ALTER TABLE `items_pets` DISABLE KEYS */;
/*!40000 ALTER TABLE `items_pets` ENABLE KEYS */;
-- Dumping structure for table kepler.items_photos
CREATE TABLE IF NOT EXISTS `items_photos` (
`photo_id` int(11) NOT NULL,
`photo_user_id` bigint(11) NOT NULL,
`timestamp` bigint(11) NOT NULL,
`photo_data` blob NOT NULL,
`photo_checksum` int(11) NOT NULL,
PRIMARY KEY (`photo_id`),
UNIQUE KEY `photo_id` (`photo_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.items_photos: ~0 rows (approximately)
/*!40000 ALTER TABLE `items_photos` DISABLE KEYS */;
/*!40000 ALTER TABLE `items_photos` ENABLE KEYS */;
-- Dumping structure for table kepler.items_teleporter_links
CREATE TABLE IF NOT EXISTS `items_teleporter_links` (
`item_id` int(11) NOT NULL,
`linked_id` int(11) NOT NULL,
UNIQUE KEY `item_id` (`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.items_teleporter_links: ~0 rows (approximately)
/*!40000 ALTER TABLE `items_teleporter_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `items_teleporter_links` ENABLE KEYS */;
-- Dumping structure for table kepler.messenger_friends
CREATE TABLE IF NOT EXISTS `messenger_friends` (
`from_id` int(11) NOT NULL,
`to_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.messenger_friends: ~2 rows (approximately)
/*!40000 ALTER TABLE `messenger_friends` DISABLE KEYS */;
/*!40000 ALTER TABLE `messenger_friends` ENABLE KEYS */;
-- Dumping structure for table kepler.messenger_messages
CREATE TABLE IF NOT EXISTS `messenger_messages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`receiver_id` int(11) DEFAULT NULL,
`sender_id` int(11) DEFAULT NULL,
`unread` varchar(255) DEFAULT NULL,
`body` varchar(255) DEFAULT NULL,
`date` bigint(20) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.messenger_messages: ~3 rows (approximately)
/*!40000 ALTER TABLE `messenger_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `messenger_messages` ENABLE KEYS */;
-- Dumping structure for table kepler.messenger_requests
CREATE TABLE IF NOT EXISTS `messenger_requests` (
`from_id` int(11) DEFAULT NULL,
`to_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.messenger_requests: ~0 rows (approximately)
/*!40000 ALTER TABLE `messenger_requests` DISABLE KEYS */;
/*!40000 ALTER TABLE `messenger_requests` ENABLE KEYS */;
-- Dumping structure for table kepler.public_items
CREATE TABLE IF NOT EXISTS `public_items` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`room_model` varchar(255) NOT NULL,
`sprite` varchar(255) DEFAULT NULL,
`x` int(11) NOT NULL DEFAULT 0,
`y` int(11) NOT NULL DEFAULT 0,
`z` double NOT NULL DEFAULT 0,
`rotation` int(11) NOT NULL DEFAULT 0,
`top_height` double NOT NULL DEFAULT 1,
`length` int(11) NOT NULL DEFAULT 1,
`width` int(11) NOT NULL DEFAULT 1,
`behaviour` varchar(255) NOT NULL DEFAULT '',
`current_program` varchar(255) DEFAULT NULL,
`teleport_to` varchar(50) DEFAULT NULL,
`swim_to` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3466 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
-- Dumping data for table kepler.public_items: ~3,465 rows (approximately)
/*!40000 ALTER TABLE `public_items` DISABLE KEYS */;
INSERT INTO `public_items` (`id`, `room_model`, `sprite`, `x`, `y`, `z`, `rotation`, `top_height`, `length`, `width`, `behaviour`, `current_program`, `teleport_to`, `swim_to`) VALUES
(1, 'picnic', 'picnic_cloth1', 5, 16, 0.001, 0, 0.001, 0, 0, 'can_stand_on_top', '', NULL, NULL),
(2, 'newbie_lobby', 'crl_lamp', 16, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3, 'newbie_lobby', 'crl_sofa2c', 17, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(4, 'newbie_lobby', 'crl_sofa2b', 18, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(5, 'newbie_lobby', 'crl_sofa2a', 19, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(6, 'newbie_lobby', 'crl_lamp', 20, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(7, 'newbie_lobby', 'crl_chair', 16, 1, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(8, 'newbie_lobby', 'crl_lamp', 7, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(9, 'newbie_lobby', 'crl_lamp', 11, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(10, 'newbie_lobby', 'crl_chair', 16, 2, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(11, 'newbie_lobby', 'crl_pillar', 5, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(12, 'newbie_lobby', 'crl_chair', 7, 3, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(13, 'newbie_lobby', 'crl_table1b', 9, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(14, 'newbie_lobby', 'crl_sofa1c', 11, 3, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(15, 'newbie_lobby', 'crl_chair', 16, 3, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(16, 'newbie_lobby', 'crl_table2b', 19, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(17, 'newbie_lobby', 'crl_table2a', 20, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(18, 'newbie_lobby', 'crl_lamp', 0, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(19, 'newbie_lobby', 'crl_sofa2c', 1, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(20, 'newbie_lobby', 'crl_sofa2b', 2, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(21, 'newbie_lobby', 'crl_sofa2a', 3, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(22, 'newbie_lobby', 'crl_lamp', 4, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(23, 'newbie_lobby', 'crl_table1a', 9, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(24, 'newbie_lobby', 'crl_sofa1b', 11, 4, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(25, 'newbie_lobby', 'crl_wall2a', 15, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(26, 'newbie_lobby', 'crl_lamp', 16, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(27, 'newbie_lobby', 'crl_chair', 0, 5, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(28, 'newbie_lobby', 'crl_chair', 7, 5, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(29, 'newbie_lobby', 'crl_sofa1a', 11, 5, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(30, 'newbie_lobby', 'crl_table2b', 2, 6, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(31, 'newbie_lobby', 'crl_table2a', 3, 6, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(32, 'newbie_lobby', 'crl_lamp', 11, 6, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(33, 'newbie_lobby', 'crl_chair', 0, 7, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(34, 'newbie_lobby', 'crl_lamp', 0, 8, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(35, 'newbie_lobby', 'crl_sofa3c', 1, 8, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(36, 'newbie_lobby', 'crl_sofa3b', 2, 8, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(37, 'newbie_lobby', 'crl_sofa3a', 3, 8, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(38, 'newbie_lobby', 'crl_lamp', 4, 8, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(39, 'newbie_lobby', 'crl_barchair2', 19, 8, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(40, 'newbie_lobby', 'crl_tablebar', 20, 8, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(41, 'newbie_lobby', 'crl_barchair2', 21, 8, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(42, 'newbie_lobby', 'crl_pillar2', 5, 9, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(43, 'newbie_lobby', 'crl_pillar', 9, 9, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(44, 'newbie_lobby', 'crl_desk1a', 8, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(45, 'newbie_lobby', 'crl_deski', 9, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(46, 'newbie_lobby', 'crl_deskh', 10, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(47, 'newbie_lobby', 'crl_deskg', 10, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(48, 'newbie_lobby', 'crl_deskf', 10, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(49, 'newbie_lobby', 'crl_deske', 10, 18, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(50, 'newbie_lobby', 'crl_deske', 10, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(51, 'newbie_lobby', 'crl_deske', 10, 20, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(52, 'newbie_lobby', 'crl_deske', 10, 21, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(53, 'newbie_lobby', 'crl_deske', 10, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(54, 'newbie_lobby', 'crl_deske', 10, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(55, 'newbie_lobby', 'crl_wallb', 7, 24, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(56, 'newbie_lobby', 'crl_deske', 10, 24, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(57, 'newbie_lobby', 'crl_walla', 7, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(58, 'newbie_lobby', 'crl_desk1b', 8, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(59, 'newbie_lobby', 'crl_desk1c', 9, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(60, 'newbie_lobby', 'crl_desk1d', 10, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(61, 'newbie_lobby', 'crl_lamp2', 12, 27, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(62, 'newbie_lobby', 'crl_cabinet2', 13, 27, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(63, 'newbie_lobby', 'crl_cabinet1', 14, 27, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(64, 'newbie_lobby', 'crl_lamp2', 15, 27, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(65, 'theater', 'mic', 11, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(66, 'theater', 'thchair2', 2, 11, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(67, 'theater', 'thchair2', 2, 12, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(68, 'theater', 'thchair2', 2, 15, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(69, 'theater', 'thchair1', 6, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(70, 'theater', 'thchair1', 7, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(71, 'theater', 'thchair1', 8, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(72, 'theater', 'thchair1', 9, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(73, 'theater', 'thchair1', 10, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(74, 'theater', 'thchair1', 12, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(75, 'theater', 'thchair1', 13, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(76, 'theater', 'thchair1', 14, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(77, 'theater', 'thchair1', 15, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(78, 'theater', 'thchair1', 16, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(79, 'theater', 'thchair2', 2, 16, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(80, 'theater', 'thchair1', 6, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(81, 'theater', 'thchair1', 7, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(82, 'theater', 'thchair1', 8, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(83, 'theater', 'thchair1', 9, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(84, 'theater', 'thchair1', 10, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(85, 'theater', 'thchair1', 12, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(86, 'theater', 'thchair1', 13, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(87, 'theater', 'thchair1', 14, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(88, 'theater', 'thchair1', 15, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(89, 'theater', 'thchair1', 16, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(90, 'theater', 'thchair1', 6, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(91, 'theater', 'thchair1', 7, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(92, 'theater', 'thchair1', 8, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(93, 'theater', 'thchair1', 9, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(94, 'theater', 'thchair1', 10, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(95, 'theater', 'thchair1', 12, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(96, 'theater', 'thchair1', 13, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(97, 'theater', 'thchair1', 14, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(98, 'theater', 'thchair1', 15, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(99, 'theater', 'thchair1', 16, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(100, 'theater', 'thchair1', 6, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(101, 'theater', 'thchair1', 7, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(102, 'theater', 'thchair1', 8, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(103, 'theater', 'thchair1', 9, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(104, 'theater', 'thchair1', 10, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(105, 'theater', 'thchair1', 12, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(106, 'theater', 'thchair1', 13, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(107, 'theater', 'thchair1', 14, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(108, 'theater', 'thchair1', 15, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(109, 'theater', 'thchair1', 16, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(110, 'library', 'libchair', 14, 2, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(111, 'library', 'libchair', 16, 2, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(112, 'library', 'libchair', 26, 2, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(113, 'library', 'libchair', 24, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(114, 'library', 'libchair', 12, 4, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(115, 'library', 'libchair', 12, 6, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(116, 'library', 'libstool', 13, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(117, 'library', 'libstool', 13, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(118, 'library', 'libstool', 13, 16, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(119, 'library', 'libchair', 28, 27, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(120, 'library', 'libchair', 27, 29, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(121, 'library', 'libstool', 24, 33, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(122, 'library', 'libstool', 24, 34, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(123, 'library', 'libstool', 24, 35, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(124, 'library', 'libstool', 21, 36, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(125, 'library', 'libstool', 22, 36, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(126, 'library', 'libstool', 23, 36, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(127, 'floatinggarden', 'stone', 15, 37, 1, 4, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(128, 'floatinggarden', 'stone', 16, 37, 1, 4, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(129, 'floatinggarden', 'stone', 17, 29, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(130, 'floatinggarden', 'stone', 17, 30, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(131, 'floatinggarden', 'stone', 17, 31, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(132, 'floatinggarden', 'stone', 17, 35, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(133, 'floatinggarden', 'stone', 17, 36, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(134, 'floatinggarden', 'stone', 21, 33, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(135, 'floatinggarden', 'stone', 21, 34, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(136, 'floatinggarden', 'stone', 21, 35, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(137, 'floatinggarden', 'stone', 21, 36, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(138, 'floatinggarden', 'stone', 24, 9, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(139, 'floatinggarden', 'stone', 25, 9, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(140, 'floatinggarden', 'stone', 26, 33, 1, 6, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(141, 'floatinggarden', 'stone', 26, 34, 1, 6, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(142, 'floatinggarden', 'stone', 26, 35, 1, 6, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(143, 'floatinggarden', 'stone', 26, 36, 1, 6, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(144, 'floatinggarden', 'stone', 28, 13, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(145, 'floatinggarden', 'stone', 29, 13, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(146, 'floatinggarden', 'floatbench1', 17, 18, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(147, 'floatinggarden', 'floatbench1', 17, 24, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(148, 'floatinggarden', 'floatbench1', 19, 18, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(149, 'floatinggarden', 'floatbench1', 19, 24, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(150, 'floatinggarden', 'floatbench1', 21, 18, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(151, 'floatinggarden', 'floatbench1', 21, 24, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(152, 'floatinggarden', 'floatbench1', 23, 18, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(153, 'floatinggarden', 'floatbench1', 23, 24, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(154, 'floatinggarden', 'floatbench1', 28, 17, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(155, 'floatinggarden', 'floatbench1', 28, 19, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(156, 'floatinggarden', 'floatbench1', 28, 23, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(157, 'floatinggarden', 'floatbench1', 28, 25, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(158, 'floatinggarden', 'floatbench2', 17, 17, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(159, 'floatinggarden', 'floatbench2', 17, 23, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(160, 'floatinggarden', 'floatbench2', 19, 17, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(161, 'floatinggarden', 'floatbench2', 19, 23, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(162, 'floatinggarden', 'floatbench2', 21, 17, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(163, 'floatinggarden', 'floatbench2', 21, 23, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(164, 'floatinggarden', 'floatbench2', 23, 17, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(165, 'floatinggarden', 'floatbench2', 23, 23, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(166, 'floatinggarden', 'floatbench2', 27, 17, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(167, 'floatinggarden', 'floatbench2', 27, 19, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(168, 'floatinggarden', 'floatbench2', 27, 23, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(169, 'floatinggarden', 'floatbench2', 27, 25, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(170, 'sunset_cafe', 'chairup4', 32, 21, 0, 3, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(171, 'sunset_cafe', 'chairup6', 33, 21, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(172, 'sunset_cafe', 'chairup6', 34, 21, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(173, 'sunset_cafe', 'chairup6', 35, 21, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(174, 'sunset_cafe', 'chairup6', 36, 21, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(175, 'sunset_cafe', 'chairup7', 37, 21, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(176, 'sunset_cafe', 'chairup2', 32, 22, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(177, 'sunset_cafe', 'chairup5', 25, 23, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(178, 'sunset_cafe', 'chairup6', 26, 23, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(179, 'sunset_cafe', 'chairup6', 27, 23, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(180, 'sunset_cafe', 'chairup6', 28, 23, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(181, 'sunset_cafe', 'chairup7', 29, 23, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(182, 'sunset_cafe', 'chairup1', 32, 23, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(183, 'sunset_cafe', 'counter5', 24, 24, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(184, 'sunset_cafe', 'table2', 25, 24, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(185, 'sunset_cafe', 'table1', 26, 24, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(186, 'sunset_cafe', 'counter3', 24, 25, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(187, 'sunset_cafe', 'counter4', 24, 26, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(188, 'sunset_cafe', 'counter3', 24, 27, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(189, 'sunset_cafe', 'counter3', 24, 28, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(190, 'sunset_cafe', 'palms4', 29, 28, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(191, 'sunset_cafe', 'counter3', 24, 29, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(192, 'sunset_cafe', 'palms3', 29, 29, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(193, 'sunset_cafe', 'counter3', 24, 30, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(194, 'sunset_cafe', 'palms2', 29, 30, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(195, 'sunset_cafe', 'counter1', 22, 31, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(196, 'sunset_cafe', 'counter1', 23, 31, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(197, 'sunset_cafe', 'counter2', 24, 31, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(198, 'sunset_cafe', 'palms1', 29, 31, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(199, 'sunset_cafe', 'chairup5', 30, 31, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(200, 'sunset_cafe', 'chairup6', 31, 31, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(201, 'sunset_cafe', 'chairup6', 32, 31, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(202, 'sunset_cafe', 'chairup6', 33, 31, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(203, 'sunset_cafe', 'chairup6', 34, 31, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(204, 'sunset_cafe', 'chairup6', 35, 31, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(205, 'sunset_cafe', 'chairup6', 36, 31, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(206, 'sunset_cafe', 'chairright3', 37, 31, 0, 5, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(207, 'sunset_cafe', 'chairup3', 21, 32, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(208, 'sunset_cafe', 'table4', 22, 32, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(209, 'sunset_cafe', 'table2', 30, 32, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(210, 'sunset_cafe', 'table1', 31, 32, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(211, 'sunset_cafe', 'table2', 33, 32, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(212, 'sunset_cafe', 'table1', 34, 32, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(213, 'sunset_cafe', 'chairright2', 37, 32, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(214, 'sunset_cafe', 'chairup2', 21, 33, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(215, 'sunset_cafe', 'table3', 22, 33, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(216, 'sunset_cafe', 'chairright2', 37, 33, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(217, 'sunset_cafe', 'chairup2', 21, 34, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(218, 'sunset_cafe', 'table4', 36, 34, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(219, 'sunset_cafe', 'chairright2', 37, 34, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(220, 'sunset_cafe', 'chairup2', 21, 35, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(221, 'sunset_cafe', 'table2', 24, 35, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(222, 'sunset_cafe', 'table1', 25, 35, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(223, 'sunset_cafe', 'table2', 27, 35, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(224, 'sunset_cafe', 'table1', 28, 35, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(225, 'sunset_cafe', 'palm', 33, 35, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(226, 'sunset_cafe', 'table3', 36, 35, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(227, 'sunset_cafe', 'chairright2', 37, 35, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(228, 'sunset_cafe', 'chairleft3', 21, 36, 0, 1, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(229, 'sunset_cafe', 'chairleft2', 22, 36, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(230, 'sunset_cafe', 'chairleft2', 23, 36, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(231, 'sunset_cafe', 'chairleft2', 24, 36, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(232, 'sunset_cafe', 'chairleft2', 25, 36, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(233, 'sunset_cafe', 'chairleft2', 26, 36, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(234, 'sunset_cafe', 'chairleft2', 27, 36, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(235, 'sunset_cafe', 'chairleft1', 28, 36, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(236, 'sunset_cafe', 'chairright2', 37, 36, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(237, 'sunset_cafe', 'table4', 36, 37, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(238, 'sunset_cafe', 'chairright2', 37, 37, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(239, 'sunset_cafe', 'table3', 36, 38, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(240, 'sunset_cafe', 'chairright1', 37, 38, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(241, 'pool_a', 'flower2b', 2, 28, 7, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(242, 'pool_a', 'flower2a', 2, 29, 7, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(243, 'pool_a', 'flower2b', 19, 30, 7, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(244, 'pool_a', 'flower2a', 19, 31, 7, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(245, 'pool_a', 'box', 6, 32, 7, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(246, 'pool_a', 'flower1', 13, 33, 7, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(247, 'pool_a', 'pool_chairy', 10, 34, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(248, 'pool_a', 'umbrellay', 8, 35, 7, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(249, 'pool_a', 'pool_chairy', 9, 35, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(250, 'pool_a', 'pool_tabley', 10, 35, 7, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(251, 'pool_a', 'pool_chairy', 11, 35, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(252, 'pool_a', 'umbrellap', 15, 35, 7, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(253, 'pool_a', 'pool_chairy', 10, 36, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(254, 'pool_a', 'pool_chairp', 15, 36, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(255, 'pool_a', 'pool_chairo', 22, 36, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(256, 'pool_a', 'pool_chairp', 14, 37, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(257, 'pool_a', 'pool_tablep', 15, 37, 7, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(258, 'pool_a', 'pool_chairp', 16, 37, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(259, 'pool_a', 'umbrellao', 20, 37, 7, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(260, 'pool_a', 'pool_chairo', 21, 37, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(261, 'pool_a', 'pool_tabo', 22, 37, 7, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(262, 'pool_a', 'pool_chairo', 22, 38, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(263, 'pool_a', 'pool_chairg', 18, 42, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(264, 'pool_a', 'umbrellag', 16, 43, 7, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(265, 'pool_a', 'pool_chairg', 17, 43, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(266, 'pool_a', 'pool_tablg', 18, 43, 7, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(267, 'pool_a', 'pool_chairg', 19, 43, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(268, 'pool_a', 'pool_chairg', 18, 44, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(269, 'pool_a', 'poolBooth', 17, 11, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'curtains1', NULL, NULL),
(270, 'pool_a', 'poolBooth', 17, 9, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'curtains2', NULL, NULL),
(271, 'pool_a', 'poolEnter', 20, 28, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash0', NULL, NULL),
(272, 'pool_a', 'poolExit', 21, 28, 3, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash0', NULL, NULL),
(273, 'pub_a', 'pub_fence', 8, 12, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(274, 'pub_a', 'pub_fence', 18, 11, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(275, 'pub_a', 'pub_fence', 8, 11, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(276, 'pub_a', 'pub_chair2', 6, 11, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(277, 'pub_a', 'pub_chair2', 5, 11, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(278, 'pub_a', 'pub_chair2', 3, 11, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(279, 'pub_a', 'pub_chair2', 2, 11, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(280, 'pub_a', 'pub_fence', 18, 10, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(281, 'pub_a', 'pub_fence', 18, 9, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(282, 'pub_a', 'bardesk3', 11, 9, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(283, 'pub_a', 'bardesk4', 10, 9, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(284, 'pub_a', 'pub_fence', 18, 8, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(285, 'pub_a', 'pub_chair', 12, 8, 2, 6, 1.5, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(286, 'pub_a', 'bardesk1', 11, 8, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(287, 'pub_a', 'pub_fence', 18, 7, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(288, 'pub_a', 'bardesk2', 11, 7, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(289, 'pub_a', 'pub_fence', 18, 6, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(290, 'pub_a', 'pub_chair', 12, 6, 2, 6, 1.5, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(291, 'pub_a', 'bardesk1', 11, 6, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(292, 'pub_a', 'pub_fence', 18, 5, 2, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(293, 'pub_a', 'bardesk2', 11, 5, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(294, 'pub_a', 'pub_chair', 12, 4, 2, 6, 1.5, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(295, 'pub_a', 'bardesk1', 11, 4, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(296, 'pub_a', 'bardesk2', 11, 3, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(297, 'pub_a', 'pub_chair', 12, 2, 2, 6, 1.5, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(298, 'pub_a', 'bardesk1', 11, 2, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(299, 'pub_a', 'pub_sofa', 21, 1, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(300, 'pub_a', 'pub_sofa', 20, 1, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(301, 'pub_a', 'pub_sofa2', 19, 1, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(302, 'pub_a', 'pub_fence', 18, 12, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(303, 'pub_a', 'pub_fence', 8, 13, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(304, 'pub_a', 'pub_chair2', 9, 13, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(305, 'pub_a', 'pub_chair3', 14, 13, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(306, 'pub_a', 'pub_table2', 15, 13, 2, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(307, 'pub_a', 'pub_chair3', 16, 13, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(308, 'pub_a', 'pub_fence', 18, 13, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(309, 'pub_a', 'pub_fence', 8, 14, 3, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(310, 'pub_a', 'pub_chair2', 9, 14, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(311, 'pub_a', 'pub_chair3', 14, 14, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(312, 'pub_a', 'pub_table2', 15, 14, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(313, 'pub_a', 'pub_chair3', 16, 14, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(314, 'pub_a', 'pub_fence', 18, 14, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(315, 'pub_a', 'pub_table', 1, 15, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(316, 'pub_a', 'pub_fence', 5, 15, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(317, 'pub_a', 'pub_fence', 18, 15, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(318, 'pub_a', 'pub_sofa2', 1, 16, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(319, 'pub_a', 'pub_fence', 5, 16, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(320, 'pub_a', 'pub_fence', 18, 16, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(321, 'pub_a', 'pub_sofa', 1, 17, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(322, 'pub_a', 'pub_fence', 5, 17, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(323, 'pub_a', 'pub_chair3', 13, 17, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(324, 'pub_a', 'pub_chair3', 14, 17, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(325, 'pub_a', 'pub_chair3', 15, 17, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(326, 'pub_a', 'pub_chair3', 16, 17, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(327, 'pub_a', 'pub_fence', 18, 17, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(328, 'pub_a', 'pub_sofa', 1, 18, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(329, 'pub_a', 'pub_fence', 5, 18, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(330, 'pub_a', 'pub_table2', 13, 18, 2, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(331, 'pub_a', 'pub_table2', 14, 18, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(332, 'pub_a', 'pub_table2', 15, 18, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(333, 'pub_a', 'pub_table2', 16, 18, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(334, 'pub_a', 'pub_fence', 18, 18, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(335, 'pub_a', 'pub_sofa', 2, 19, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(336, 'pub_a', 'pub_sofa2', 3, 19, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(337, 'pub_a', 'pub_fence', 5, 19, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(338, 'pub_a', 'pub_chair3', 13, 19, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(339, 'pub_a', 'pub_chair3', 14, 19, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(340, 'pub_a', 'pub_chair3', 15, 19, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(341, 'pub_a', 'pub_chair3', 16, 19, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(342, 'pub_a', 'pub_fence', 18, 19, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(343, 'pub_a', 'pub_fence', 1, 20, 3, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(344, 'pub_a', 'pub_fence', 2, 20, 3, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(345, 'pub_a', 'pub_fence', 3, 20, 3, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(346, 'pub_a', 'pub_fence', 4, 20, 3, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(347, 'pub_a', 'pub_fence', 5, 20, 3, 3, 0.001, 1, 1, 'solid', '', NULL, NULL),
(348, 'pub_a', 'pub_fence', 18, 20, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(349, 'pub_a', 'pub_sofa2', 7, 21, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(350, 'pub_a', 'pub_sofa', 8, 21, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(351, 'pub_a', 'pub_fence', 12, 21, 2, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(352, 'pub_a', 'pub_fence', 13, 21, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(353, 'pub_a', 'pub_fence', 14, 21, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(354, 'pub_a', 'pub_fence', 15, 21, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(355, 'pub_a', 'pub_fence', 16, 21, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(356, 'pub_a', 'pub_fence', 17, 21, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(357, 'pub_a', 'pub_fence', 18, 21, 2, 3, 0.001, 1, 1, 'solid', '', NULL, NULL),
(358, 'pub_a', 'pub_sofa2', 6, 22, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(359, 'pub_a', 'pub_table', 15, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(360, 'pub_a', 'pub_chair2', 16, 22, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(361, 'pub_a', 'pub_chair2', 17, 22, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(362, 'pub_a', 'pub_sofa', 6, 23, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(363, 'pub_a', 'pub_table2', 8, 23, 1, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(364, 'pub_a', 'pub_sofa', 6, 24, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(365, 'pub_a', 'pub_table2', 8, 24, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(366, 'pub_a', 'pub_sofa', 6, 25, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(367, 'pub_a', 'pub_table2', 8, 25, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(368, 'md_a', 'mntdwchair', 4, 3, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(369, 'md_a', 'mntdwchair', 5, 3, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(370, 'md_a', 'barmask', 2, 8, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(371, 'md_a', 'mntdwsofa2', 7, 8, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(372, 'md_a', 'mntdwtable2', 8, 8, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(373, 'md_a', 'mntdwsofa2', 9, 8, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(374, 'md_a', 'paalu5', 21, 8, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(375, 'md_a', 'barmask', 2, 9, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(376, 'md_a', 'mntdwsofa1', 7, 9, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(377, 'md_a', 'mntdwtable1', 8, 9, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(378, 'md_a', 'mntdwsofa1', 9, 9, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(379, 'md_a', 'paalu5', 21, 9, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(380, 'md_a', 'barmask', 2, 10, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(381, 'md_a', 'paalu5', 21, 10, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(382, 'md_a', 'barmask', 2, 11, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(383, 'md_a', 'paalu5', 21, 11, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(384, 'md_a', 'barmask', 2, 12, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(385, 'md_a', 'mntdwsofa2', 7, 12, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(386, 'md_a', 'mntdwsofa1', 8, 12, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(387, 'md_a', 'paalu3', 21, 12, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(388, 'md_a', 'barmask', 2, 13, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(389, 'md_a', 'mntdwtable2', 7, 13, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(390, 'md_a', 'mntdwtable1', 8, 13, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(391, 'md_a', 'paalu3', 21, 13, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(392, 'md_a', 'barmask', 2, 14, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(393, 'md_a', 'mntdwsofa2', 7, 14, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(394, 'md_a', 'mntdwsofa1', 8, 14, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(395, 'md_a', 'paalu3', 21, 14, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(396, 'md_a', 'barmask', 2, 15, 100000, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(397, 'md_a', 'paalu1', 21, 15, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(398, 'md_a', 'barmask', 2, 16, 100000, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(399, 'md_a', 'mntdwsofa2', 12, 16, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(400, 'md_a', 'mntdwsofa1', 13, 16, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(401, 'md_a', 'paalu1', 21, 16, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(402, 'md_a', 'mntdwchair', 3, 17, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(403, 'md_a', 'mntdwsofa2', 6, 17, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(404, 'md_a', 'mntdwtable2', 7, 17, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(405, 'md_a', 'mntdwsofa2', 8, 17, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(406, 'md_a', 'mntdwtable2', 12, 17, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(407, 'md_a', 'mntdwtable1', 13, 17, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(408, 'md_a', 'paalu1', 21, 17, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(409, 'md_a', 'mntdwchair', 3, 18, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(410, 'md_a', 'mntdwsofa1', 6, 18, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(411, 'md_a', 'mntdwtable1', 7, 18, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(412, 'md_a', 'mntdwsofa1', 8, 18, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(413, 'md_a', 'mntdwsofa2', 12, 18, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(414, 'md_a', 'mntdwsofa1', 13, 18, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(415, 'md_a', 'paalu1', 21, 18, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(416, 'md_a', 'poolBooth', 8, 1, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'curtains1', NULL, NULL),
(417, 'md_a', 'poolBooth', 9, 1, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'curtains2', NULL, NULL),
(418, 'picnic', 'hedge7', 10, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(419, 'picnic', 'hedge7', 11, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(420, 'picnic', 'hedge7', 12, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(421, 'picnic', 'hedge7', 13, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(422, 'picnic', 'hedge8', 14, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(423, 'picnic', 'hedge2', 18, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(424, 'picnic', 'hedge7', 19, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(425, 'picnic', 'hedge7', 20, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(426, 'picnic', 'hedge7', 21, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(427, 'picnic', 'hedge9', 14, 8, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(428, 'picnic', 'hedge9', 18, 8, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(429, 'picnic', 'hedge5', 3, 9, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(430, 'picnic', 'hedge9', 3, 10, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(431, 'picnic', 'picnic_ground', 21, 13, 2, 4, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(432, 'picnic', 'picnic_ground', 7, 14, 2, 4, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(433, 'picnic', 'picnic_ground', 19, 15, 2, 2, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(434, 'picnic', 'picnic_ground', 23, 15, 2, 6, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(435, 'picnic', 'picnic_ground', 5, 16, 2, 2, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(436, 'picnic', 'picnic_ground', 9, 16, 2, 6, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(437, 'picnic', 'picnic_cloth1', 19, 15, 0.001, 0, 0.001, 0, 0, 'can_stand_on_top', '', NULL, NULL),
(438, 'picnic', 'picnic_ground', 21, 17, 2, 0, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(439, 'picnic', 'picnic_ground', 7, 18, 2, 0, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(440, 'picnic', 'picnic_redbench2', 0, 19, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(441, 'picnic', 'picnic_redbench1', 0, 20, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(442, 'picnic', 'hedge6', 11, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(443, 'picnic', 'hedge7', 12, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(444, 'picnic', 'hedge7', 13, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(445, 'picnic', 'hedge3', 14, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(446, 'picnic', 'hedge4', 17, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(447, 'picnic', 'hedge7', 18, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(448, 'picnic', 'hedge7', 19, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(449, 'picnic', 'hedge8', 20, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(450, 'picnic', 'hedge5', 11, 21, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(451, 'picnic', 'picnic_bench1', 12, 21, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(452, 'picnic', 'picnic_bench2', 13, 21, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(453, 'picnic', 'picnic_bench3', 14, 21, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(454, 'picnic', 'picnic_bench1', 17, 21, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(455, 'picnic', 'picnic_bench2', 18, 21, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(456, 'picnic', 'picnic_bench3', 19, 21, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(457, 'picnic', 'hedge5', 20, 21, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(458, 'picnic', 'picnic_redbench2', 0, 22, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(459, 'picnic', 'hedge5', 11, 22, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(460, 'picnic', 'hedge5', 20, 22, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(461, 'picnic', 'picnic_ground', 25, 22, 2, 4, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(462, 'picnic', 'picnic_redbench1', 0, 23, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(463, 'picnic', 'hedge5', 11, 23, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(464, 'picnic', 'picnic_bench1', 12, 23, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(465, 'picnic', 'picnic_bench1', 19, 23, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(466, 'picnic', 'hedge5', 20, 23, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(467, 'picnic', 'picnic_dummychair1', 6, 24, 2, 4, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(468, 'picnic', 'picnic_dummychair4', 7, 24, 2, 4, 4, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(469, 'picnic', 'picnic_dummychair6', 8, 24, 2, 4, 7, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(470, 'picnic', 'hedge5', 11, 24, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(471, 'picnic', 'picnic_bench2', 12, 24, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(472, 'picnic', 'picnic_bench2', 19, 24, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(473, 'picnic', 'hedge5', 20, 24, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(474, 'picnic', 'picnic_ground', 23, 24, 2, 2, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(475, 'picnic', 'picnic_ground', 27, 24, 2, 6, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(476, 'picnic', 'picnic_stump', 5, 25, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(477, 'picnic', 'hedge5', 11, 25, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(478, 'picnic', 'picnic_bench2', 12, 25, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(479, 'picnic', 'picnic_bench2', 19, 25, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(480, 'picnic', 'hedge5', 20, 25, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(481, 'picnic', 'picnic_cloth2', 23, 24, 0.001, 0, 0.001, 0, 0, 'can_stand_on_top', '', NULL, NULL),
(482, 'picnic', 'picnic_stump', 7, 26, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(483, 'picnic', 'hedge5', 11, 26, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(484, 'picnic', 'picnic_bench3', 12, 26, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(485, 'picnic', 'picnic_fireplace1', 14, 26, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(486, 'picnic', 'picnic_fireplace2', 16, 26, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(487, 'picnic', 'picnic_bench3', 19, 26, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(488, 'picnic', 'hedge5', 20, 26, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(489, 'picnic', 'picnic_ground', 25, 26, 2, 0, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(490, 'picnic', 'hedge9', 11, 27, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(491, 'picnic', 'picnic_lemonade', 12, 27, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(492, 'picnic', 'hedge9', 20, 27, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(493, 'picnic', 'picnic_firewood2', 8, 29, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(494, 'picnic', 'picnic_redbench2', 0, 30, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(495, 'picnic', 'picnic_firewood1', 8, 30, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(496, 'picnic', 'picnic_redbench1', 0, 31, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(497, 'picnic', 'picnic_firewood1', 8, 31, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(498, 'picnic', 'picnic_bench1', 12, 31, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(499, 'picnic', 'picnic_bench2', 13, 31, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(500, 'picnic', 'picnic_bench3', 14, 31, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(501, 'picnic', 'picnic_bench1', 18, 31, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(502, 'picnic', 'picnic_bench2', 19, 31, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(503, 'picnic', 'picnic_bench3', 20, 31, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(504, 'picnic', 'picnic_carrot', 27, 31, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(505, 'picnic', 'picnic_carrot', 28, 31, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(506, 'picnic', 'picnic_carrot', 29, 31, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(507, 'picnic', 'picnic_carrot', 30, 31, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(508, 'picnic', 'picnic_carrot', 31, 31, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(509, 'picnic', 'picnic_firewood1', 8, 32, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(510, 'picnic', 'picnic_table2', 12, 32, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(511, 'picnic', 'picnic_table', 14, 32, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(512, 'picnic', 'picnic_table2', 18, 32, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(513, 'picnic', 'picnic_table', 20, 32, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(514, 'picnic', 'hedge1', 3, 33, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(515, 'picnic', 'picnic_firewood1', 8, 33, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(516, 'picnic', 'picnic_bench1', 12, 33, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(517, 'picnic', 'picnic_bench2', 13, 33, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(518, 'picnic', 'picnic_bench3', 14, 33, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(519, 'picnic', 'picnic_bench1', 18, 33, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(520, 'picnic', 'picnic_bench2', 19, 33, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(521, 'picnic', 'picnic_bench3', 20, 33, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(522, 'picnic', 'picnic_cabbage', 27, 33, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(523, 'picnic', 'picnic_cabbage', 28, 33, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(524, 'picnic', 'picnic_cabbage', 29, 33, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(525, 'picnic', 'hedge5', 3, 34, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(526, 'picnic', 'picnic_firewood1', 8, 34, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(527, 'picnic', 'hedge5', 3, 35, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(528, 'picnic', 'picnic_firewood1', 8, 35, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(529, 'picnic', 'hedge5', 3, 36, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(530, 'picnic', 'picnic_firewood1', 8, 36, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(531, 'picnic', 'picnic_firewood1', 8, 37, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(532, 'picnic', 'picnic_bench1', 12, 37, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(533, 'picnic', 'picnic_bench2', 13, 37, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(534, 'picnic', 'picnic_bench3', 14, 37, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(535, 'picnic', 'picnic_bench1', 18, 37, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(536, 'picnic', 'picnic_bench2', 19, 37, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(537, 'picnic', 'picnic_bench3', 20, 37, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(538, 'picnic', 'picnic_firewood1', 8, 38, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(539, 'picnic', 'picnic_table2', 12, 38, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(540, 'picnic', 'picnic_table', 14, 38, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(541, 'picnic', 'picnic_table2', 18, 38, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(542, 'picnic', 'picnic_table', 20, 38, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(543, 'picnic', 'picnic_firewood3', 8, 39, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(544, 'picnic', 'picnic_bench1', 12, 39, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(545, 'picnic', 'picnic_bench2', 13, 39, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(546, 'picnic', 'picnic_bench3', 14, 39, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(547, 'picnic', 'picnic_bench1', 18, 39, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(548, 'picnic', 'picnic_bench2', 19, 39, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(549, 'picnic', 'picnic_bench3', 20, 39, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(550, 'park_a', 'bench2', 8, 9, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(551, 'park_a', 'bench', 9, 9, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(552, 'park_a', 'bench2', 7, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(553, 'park_a', 'bench', 7, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(554, 'park_a', 'bench2', 35, 16, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(555, 'park_a', 'bench2', 37, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(556, 'park_a', 'bench', 38, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(557, 'park_a', 'bench', 35, 17, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(558, 'park_a', 'bench2', 27, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(559, 'park_a', 'bench', 28, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(560, 'park_a', 'bench2', 35, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(561, 'park_a', 'bench2', 25, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(562, 'park_a', 'bench', 35, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(563, 'park_a', 'bench', 25, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(564, 'park_a', 'bench2', 25, 29, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(565, 'park_a', 'bench', 26, 29, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(566, 'park_a', 'bench2', 23, 30, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(567, 'park_a', 'bench', 23, 31, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(568, 'park_b', 'cornerchair2', 0, 0, 0, 4, 1, 1, 1, 'solid', '', NULL, NULL),
(569, 'park_b', 'cornerchair1', 1, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(570, 'park_b', 'chair1', 2, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(571, 'park_b', 'chair1', 3, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(572, 'park_b', 'table1', 5, 0, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(573, 'park_b', 'chair1line', 6, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(574, 'park_b', 'chair1', 7, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(575, 'park_b', 'chair1frontend', 8, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(576, 'park_b', 'bar_basic', 10, 0, 0, 4, 0.001, 1, 1, 'solid,private_furniture', '', NULL, NULL),
(577, 'park_b', 'cornerchair1', 0, 1, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(578, 'park_b', 'chair1', 0, 2, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(579, 'park_b', 'chair1', 0, 3, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(580, 'park_b', 'chair1', 0, 4, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(581, 'park_b', 'chair1frontend', 0, 5, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(582, 'park_b', 'table2', 3, 5, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(583, 'park_b', 'modchair', 5, 5, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(584, 'park_b', 'table2', 8, 5, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(585, 'pool_b', 'umbrella2', 33, 2, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(586, 'pool_b', 'pool_2sofa2', 18, 3, 8, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(587, 'pool_b', 'pool_2sofa1', 19, 3, 8, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(588, 'pool_b', 'pool_2sofa2', 20, 3, 8, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(589, 'pool_b', 'pool_2sofa1', 21, 3, 8, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(590, 'pool_b', 'pool_2sofa2', 22, 3, 8, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(591, 'pool_b', 'pool_2sofa1', 23, 3, 8, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(592, 'pool_b', 'pool_chair2', 33, 3, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(593, 'pool_b', 'pool_chair2', 32, 4, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(594, 'pool_b', 'pool_table2', 33, 4, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(595, 'pool_b', 'pool_chair2', 34, 4, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(596, 'pool_b', 'pool_2sofa2', 16, 5, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(597, 'pool_b', 'pool_chair2', 33, 5, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(598, 'pool_b', 'pool_2sofa1', 16, 6, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(599, 'pool_b', 'pool_2sofa2', 16, 7, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(600, 'pool_b', 'pool_chair2', 35, 7, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(601, 'pool_b', 'flower1', 14, 8, 9, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(602, 'pool_b', 'pool_2sofa1', 16, 8, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(603, 'pool_b', 'umbrella2', 33, 8, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(604, 'pool_b', 'pool_chair2', 34, 8, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(605, 'pool_b', 'pool_table2', 35, 8, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(606, 'pool_b', 'pool_chair2', 36, 8, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(607, 'pool_b', 'pool_2sofa2', 14, 9, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(608, 'pool_b', 'pool_2sofa2', 16, 9, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(609, 'pool_b', 'pool_chair2', 35, 9, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(610, 'pool_b', 'pool_2sofa1', 14, 10, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(611, 'pool_b', 'pool_2sofa1', 16, 10, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(612, 'pool_b', 'pool_2sofa2', 14, 11, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(613, 'pool_b', 'pool_2sofa2', 16, 11, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(614, 'pool_b', 'pool_2sofa1', 14, 12, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(615, 'pool_b', 'pool_2sofa1', 16, 12, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(616, 'pool_b', 'flower2b', 3, 13, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(617, 'pool_b', 'flower2a', 4, 13, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(618, 'pool_b', 'pool_2sofa2', 14, 13, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(619, 'pool_b', 'pool_2sofa2', 16, 13, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(620, 'pool_b', 'pool_2sofa1', 14, 14, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(621, 'pool_b', 'pool_2sofa1', 16, 14, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(622, 'pool_b', 'poolLift', 26, 4, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'door', NULL, NULL),
(623, 'pool_b', 'poolEnter', 17, 21, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash0', '17 22 3 4', '17 23 3 4'),
(624, 'pool_b', 'poolExit', 17, 22, 0, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash0', '17 21 0 4', '17 20 0 4'),
(625, 'pool_b', 'poolExit', 20, 19, 0, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash1', '19 19 7 0', '18 19 7 0'),
(626, 'pool_b', 'poolEnter', 31, 10, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash2', '31 11 0 4', '31 12 0 4'),
(627, 'pool_b', 'poolExit', 31, 11, 0, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash2', '31 10 7 0', '31 9 7 0'),
(628, 'pool_b', 'queue_tile2', 21, 9, 7, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(629, 'pool_b', 'queue_tile2', 21, 7, 7, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(630, 'pool_b', 'queue_tile2', 23, 7, 7, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(631, 'pool_b', 'queue_tile2', 26, 7, 7, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(632, 'pool_b', 'queue_tile2', 25, 7, 7, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(633, 'pool_b', 'queue_tile2', 22, 7, 7, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(634, 'pool_b', 'queue_tile2', 26, 5, 7, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(635, 'pool_b', 'queue_tile2', 21, 8, 7, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(636, 'pool_b', 'queue_tile2', 26, 6, 7, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(637, 'pool_b', 'queue_tile2', 24, 7, 7, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(638, 'ballroom', 'broom_bench1', 4, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(639, 'ballroom', 'broom_bench2', 5, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(640, 'ballroom', 'broom_bench3', 6, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(641, 'ballroom', 'broom_bench1', 7, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(642, 'ballroom', 'broom_bench2', 8, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(643, 'ballroom', 'broom_bench2', 9, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(644, 'ballroom', 'broom_bench3', 10, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(645, 'ballroom', 'broom_bench1', 11, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(646, 'ballroom', 'broom_bench2', 12, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(647, 'ballroom', 'broom_bench2', 13, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(648, 'ballroom', 'broom_bench2', 14, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(649, 'ballroom', 'broom_bench3', 15, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(650, 'ballroom', 'broom_bench1', 16, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(651, 'ballroom', 'broom_bench2', 17, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(652, 'ballroom', 'broom_bench2', 18, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(653, 'ballroom', 'broom_bench3', 19, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(654, 'ballroom', 'broom_bench1', 20, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(655, 'ballroom', 'broom_bench2', 21, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(656, 'ballroom', 'broom_bench3', 22, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(657, 'ballroom', 'broom_seatb1', 7, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(658, 'ballroom', 'broom_seatb2', 8, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(659, 'ballroom', 'broom_seatb3', 9, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(660, 'ballroom', 'broom_seatb4', 10, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(661, 'ballroom', 'broom_seat1', 16, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(662, 'ballroom', 'broom_seat2', 17, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(663, 'ballroom', 'broom_seat3', 18, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(664, 'ballroom', 'broom_seat4', 19, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(665, 'ballroom', 'broom_seatb1', 7, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(666, 'ballroom', 'broom_seatb2', 8, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(667, 'ballroom', 'broom_seatb3', 9, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(668, 'ballroom', 'broom_seatb4', 10, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(669, 'ballroom', 'broom_seat1', 16, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(670, 'ballroom', 'broom_seat2', 17, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(671, 'ballroom', 'broom_seat3', 18, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(672, 'ballroom', 'broom_seat4', 19, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(673, 'ballroom', 'broom_chair', 19, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(674, 'ballroom', 'broom_chair', 20, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(675, 'ballroom', 'broom_chair', 21, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(676, 'ballroom', 'broom_table1', 19, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(677, 'ballroom', 'broom_table2', 20, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(678, 'ballroom', 'broom_table3', 21, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(679, 'ballroom', 'broom_chair', 19, 12, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(680, 'ballroom', 'broom_chair', 20, 12, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(681, 'ballroom', 'broom_chair', 21, 12, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(682, 'ballroom', 'broom_chair', 19, 15, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(683, 'ballroom', 'broom_chair', 20, 15, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(684, 'ballroom', 'broom_chair', 21, 15, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(685, 'ballroom', 'broom_table1', 19, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(686, 'ballroom', 'broom_table2', 20, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(687, 'ballroom', 'broom_table3', 21, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(688, 'ballroom', 'broom_chair', 19, 17, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(689, 'ballroom', 'broom_chair', 20, 17, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(690, 'ballroom', 'broom_chair', 21, 17, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(691, 'ballroom', 'broom_stool', 9, 20, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(692, 'ballroom', 'broom_stool', 9, 21, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(693, 'ballroom', 'broom_stool', 9, 22, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(694, 'ballroom', 'broom_stool', 9, 23, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(695, 'cafe_gold0', 'gold_chair', 5, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(696, 'cafe_gold0', 'gold_table_small1', 6, 3, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(697, 'cafe_gold0', 'gold_chair', 7, 3, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(698, 'cafe_gold0', 'gold_bardesk5', 10, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(699, 'cafe_gold0', 'gold_bardesk4', 11, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(700, 'cafe_gold0', 'gold_bardesk3', 12, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(701, 'cafe_gold0', 'gold_bardesk2', 13, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(702, 'cafe_gold0', 'gold_bardesk1', 14, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(703, 'cafe_gold0', 'gold_chair', 5, 4, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(704, 'cafe_gold0', 'gold_table_small2', 6, 4, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(705, 'cafe_gold0', 'gold_chair', 7, 4, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(706, 'cafe_gold0', 'gold_chair', 0, 5, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(707, 'cafe_gold0', 'gold_table_small1', 1, 5, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(708, 'cafe_gold0', 'gold_chair', 2, 5, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(709, 'cafe_gold0', 'gold_chair', 0, 6, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(710, 'cafe_gold0', 'gold_table_small2', 1, 6, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(711, 'cafe_gold0', 'gold_chair', 2, 6, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(712, 'cafe_gold0', 'gold_chair', 5, 6, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(713, 'cafe_gold0', 'gold_table_small1', 6, 6, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(714, 'cafe_gold0', 'gold_chair', 7, 6, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(715, 'cafe_gold0', 'gold_chair', 5, 7, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(716, 'cafe_gold0', 'gold_table_small2', 6, 7, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(717, 'cafe_gold0', 'gold_chair', 7, 7, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(718, 'cafe_gold0', 'gold_chair', 0, 8, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(719, 'cafe_gold0', 'gold_table_small1', 1, 8, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(720, 'cafe_gold0', 'gold_chair', 2, 8, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(721, 'cafe_gold0', 'gold_chair', 19, 8, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(722, 'cafe_gold0', 'gold_chair', 20, 8, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(723, 'cafe_gold0', 'gold_chair', 0, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(724, 'cafe_gold0', 'gold_table_small2', 1, 9, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(725, 'cafe_gold0', 'gold_chair', 2, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(726, 'cafe_gold0', 'gold_chair', 14, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(727, 'cafe_gold0', 'gold_chair', 15, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(728, 'cafe_gold0', 'gold_table_small1', 19, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(729, 'cafe_gold0', 'gold_table_small2', 20, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(730, 'cafe_gold0', 'gold_table_small1', 14, 11, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(731, 'cafe_gold0', 'gold_table_small2', 15, 11, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(732, 'cafe_gold0', 'gold_plant', 0, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(733, 'cafe_gold0', 'gold_chair', 1, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(734, 'cafe_gold0', 'gold_chair', 2, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(735, 'cafe_gold0', 'gold_chair', 3, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(736, 'cafe_gold0', 'gold_chair', 19, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(737, 'cafe_gold0', 'gold_chair', 20, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(738, 'cafe_gold0', 'gold_plant', 0, 13, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(739, 'cafe_gold0', 'gold_chair', 1, 13, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(740, 'cafe_gold0', 'gold_chair', 2, 13, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(741, 'cafe_gold0', 'gold_chair', 3, 13, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(742, 'cafe_gold0', 'gold_chair', 14, 13, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(743, 'cafe_gold0', 'gold_chair', 15, 13, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(744, 'cafe_gold0', 'gold_chair', 0, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(745, 'cafe_gold0', 'gold_chair', 14, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(746, 'cafe_gold0', 'gold_chair', 15, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(747, 'cafe_gold0', 'gold_chair', 0, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(748, 'cafe_gold0', 'gold_table_small1', 2, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(749, 'cafe_gold0', 'gold_table_small2', 3, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(750, 'cafe_gold0', 'gold_chair', 0, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(751, 'cafe_gold0', 'gold_table_small1', 14, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(752, 'cafe_gold0', 'gold_table_small2', 15, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(753, 'cafe_gold0', 'gold_plant', 0, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(754, 'cafe_gold0', 'gold_chair', 1, 17, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(755, 'cafe_gold0', 'gold_chair', 2, 17, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(756, 'cafe_gold0', 'gold_chair', 3, 17, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(757, 'cafe_gold0', 'gold_plant', 0, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(758, 'cafe_gold0', 'gold_chair', 1, 18, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(759, 'cafe_gold0', 'gold_chair', 2, 18, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(760, 'cafe_gold0', 'gold_chair', 3, 18, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(761, 'cafe_gold0', 'gold_chair', 14, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(762, 'cafe_gold0', 'gold_chair', 15, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(763, 'cafe_gold0', 'gold_chair', 0, 19, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(764, 'cafe_gold0', 'gold_chair', 0, 20, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(765, 'cafe_gold0', 'gold_table_small1', 2, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(766, 'cafe_gold0', 'gold_table_small2', 3, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(767, 'cafe_gold0', 'gold_chair', 0, 21, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(768, 'cafe_gold0', 'gold_plant', 0, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(769, 'cafe_gold0', 'gold_chair', 1, 22, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(770, 'cafe_gold0', 'gold_chair', 2, 22, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(771, 'cafe_gold0', 'gold_chair', 3, 22, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(772, 'cafe_gold0', 'gold_plant', 0, 23, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(773, 'cafe_gold0', 'gold_chair', 1, 23, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(774, 'cafe_gold0', 'gold_chair', 2, 23, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(775, 'cafe_gold0', 'gold_chair', 3, 23, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(776, 'cafe_gold0', 'gold_chair', 0, 24, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(777, 'cafe_gold0', 'gold_chair', 0, 25, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(778, 'cafe_gold0', 'gold_table_small1', 2, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(779, 'cafe_gold0', 'gold_table_small2', 3, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(780, 'cafe_gold0', 'gold_chair', 0, 26, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(781, 'cafe_gold0', 'gold_chair', 1, 27, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(782, 'cafe_gold0', 'gold_chair', 2, 27, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(783, 'cafe_gold0', 'gold_chair', 3, 27, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(784, 'gate_park', 'gate_drumchair', 11, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(785, 'gate_park', 'gate_drumchair', 12, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(786, 'gate_park', 'gate_drumchair', 12, 16, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(787, 'gate_park', 'gate_drumchair', 16, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(788, 'gate_park', 'gate_drumchair', 17, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(789, 'gate_park', 'gate_drumchair', 17, 16, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(790, 'gate_park', 'gate_drumchair', 18, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(791, 'gate_park', 'gate_drumchair', 21, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(792, 'gate_park', 'gate_drumchair', 22, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(793, 'gate_park', 'gate_drumchair', 22, 16, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(794, 'gate_park', 'gate_drumchair', 23, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(795, 'gate_park', 'gate_drumchair', 29, 13, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(796, 'gate_park', 'gate_drumchair', 29, 17, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(797, 'gate_park', 'gate_drumchair', 30, 13, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(798, 'gate_park', 'gate_drumchair', 30, 17, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(799, 'gate_park', 'gate_lantern', 26, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(800, 'gate_park', 'gate_lantern', 8, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(801, 'gate_park', 'gate_rockchair1', 10, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(802, 'gate_park', 'gate_rockchair1', 10, 21, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(803, 'gate_park', 'gate_rockchair1', 14, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(804, 'gate_park', 'gate_rockchair1', 20, 21, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(805, 'gate_park', 'gate_rockchair1', 23, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(806, 'gate_park', 'gate_rockchair2', 10, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(807, 'gate_park', 'gate_rockchair2', 14, 20, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(808, 'gate_park', 'gate_rockchair2', 20, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(809, 'gate_park', 'gate_rockchair2', 22, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(810, 'gate_park', 'gate_rockchair3', 10, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(811, 'gate_park', 'gate_rockchair3', 14, 19, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(812, 'gate_park', 'gate_rockchair3', 20, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(813, 'gate_park', 'gate_rockchair3', 21, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(814, 'gate_park', 'gate_table', 12, 15, 0, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(815, 'gate_park', 'gate_table', 17, 15, 0, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(816, 'gate_park', 'gate_table', 22, 15, 0, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(817, 'gate_park', 'gate_table1', 15, 5, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(818, 'gate_park', 'gate_table1', 19, 5, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(819, 'gate_park', 'gate_table1', 2, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(820, 'gate_park', 'gate_table1', 2, 11, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(821, 'gate_park', 'gate_table1', 2, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(822, 'gate_park', 'gate_table1', 2, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(823, 'gate_park', 'gate_table2', 15, 6, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(824, 'gate_park', 'gate_table2', 19, 6, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(825, 'gate_park', 'gate_table2', 3, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(826, 'gate_park', 'gate_table2', 3, 11, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(827, 'gate_park', 'gate_table2', 3, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(828, 'gate_park', 'gate_table2', 3, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(829, 'gate_park', 'gate_table3', 15, 7, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(830, 'gate_park', 'gate_table3', 19, 7, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(831, 'gate_park', 'gate_table3', 4, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(832, 'gate_park', 'gate_table3', 4, 11, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(833, 'gate_park', 'gate_table3', 4, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(834, 'gate_park', 'gate_table3', 4, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(835, 'gate_park', 'gate_talltree', 10, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(836, 'gate_park', 'gate_talltree', 10, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(837, 'gate_park', 'gate_trashcan', 20, 18, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(838, 'gate_park_2', 'gate_table1', 12, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(839, 'gate_park_2', 'gate_table2', 13, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(840, 'gate_park_2', 'gate_table3', 14, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(841, 'gate_park_2', 'gate_table1', 16, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(842, 'gate_park_2', 'gate_table3', 17, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(843, 'gate_park_2', 'gate_table1', 19, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(844, 'gate_park_2', 'gate_table2', 20, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(845, 'gate_park_2', 'gate_table3', 21, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(846, 'gate_park_2', 'gate_talltree', 9, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(847, 'gate_park_2', 'gate_drumchair', 14, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(848, 'gate_park_2', 'gate_drumchair', 19, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(849, 'gate_park_2', 'gate_talltree', 9, 9, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(850, 'gate_park_2', 'gate_drumchair', 13, 9, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(851, 'gate_park_2', 'gate_table', 14, 9, 0, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(852, 'gate_park_2', 'gate_drumchair', 15, 9, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(853, 'gate_park_2', 'gate_drumchair', 18, 9, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(854, 'gate_park_2', 'gate_table', 19, 9, 0, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(855, 'gate_park_2', 'gate_drumchair', 20, 9, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(856, 'gate_park_2', 'gate_talltree', 6, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(857, 'gate_park_2', 'gate_talltree', 8, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(858, 'gate_park_2', 'gate_drumchair', 14, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(859, 'gate_park_2', 'gate_drumchair', 19, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(860, 'gate_park_2', 'gate_rockchair3', 6, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(861, 'gate_park_2', 'gate_rockchair2', 8, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(862, 'gate_park_2', 'gate_drumchair', 1, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(863, 'gate_park_2', 'gate_drumchair', 2, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(864, 'gate_park_2', 'gate_rockchair1', 6, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(865, 'gate_park_2', 'gate_talltree', 27, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(866, 'gate_park_2', 'gate_talltree', 30, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(867, 'gate_park_2', 'gate_drumchair', 1, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(868, 'gate_park_2', 'gate_drumchair', 2, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(869, 'gate_park_2', 'gate_rockchair1', 6, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(870, 'gate_park_2', 'gate_trashcan', 27, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(871, 'gate_park_2', 'gate_rockchair2', 6, 16, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(872, 'gate_park_2', 'gate_rockchair3', 8, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(873, 'gate_park_2', 'gate_table1', 31, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(874, 'gate_park_2', 'gate_table3', 32, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(875, 'gate_park_2', 'gate_drumchair', 14, 17, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(876, 'gate_park_2', 'gate_drumchair', 19, 17, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(877, 'gate_park_2', 'gate_drumchair', 13, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(878, 'gate_park_2', 'gate_table', 14, 18, 0, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(879, 'gate_park_2', 'gate_drumchair', 15, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(880, 'gate_park_2', 'gate_drumchair', 18, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(881, 'gate_park_2', 'gate_table', 19, 18, 0, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(882, 'gate_park_2', 'gate_drumchair', 20, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(883, 'gate_park_2', 'gate_drumchair', 14, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(884, 'gate_park_2', 'gate_drumchair', 19, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(885, 'gate_park_2', 'gate_table1', 31, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(886, 'gate_park_2', 'gate_table3', 32, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(887, 'gate_park_2', 'gate_lantern', 29, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(888, 'gate_park_2', 'gate_trashcan', 8, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(889, 'gate_park_2', 'gate_table1', 23, 24, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(890, 'gate_park_2', 'gate_table1', 26, 24, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(891, 'gate_park_2', 'gate_table3', 23, 25, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(892, 'gate_park_2', 'gate_table3', 26, 25, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(893, 'sun_terrace', 'sun_chair', 16, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(894, 'sun_terrace', 'sun_chair', 20, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(895, 'sun_terrace', 'sun_chair', 16, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(896, 'sun_terrace', 'sun_chair', 20, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(897, 'sun_terrace', 'blusun_chair', 10, 13, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(898, 'sun_terrace', 'sun_chair', 16, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(899, 'sun_terrace', 'sun_chair', 20, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(900, 'sun_terrace', 'sun_table', 10, 14, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(901, 'sun_terrace', 'sun_chair', 20, 14, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(902, 'sun_terrace', 'blusun_chair', 10, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(903, 'sun_terrace', 'sun_chair', 1, 18, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(904, 'sun_terrace', 'sun_chair', 4, 18, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(905, 'sun_terrace', 'blusun_chair', 11, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(906, 'sun_terrace', 'blusun_chair', 10, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(907, 'sun_terrace', 'sun_table', 11, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(908, 'sun_terrace', 'blusun_chair', 12, 19, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(909, 'sun_terrace', 'sun_chair', 18, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(910, 'sun_terrace', 'sun_chair', 22, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(911, 'sun_terrace', 'blusun_chair', 11, 20, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(912, 'sun_terrace', 'sun_chair', 18, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(913, 'sun_terrace', 'sun_chair', 22, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(914, 'sun_terrace', 'sun_chair', 4, 21, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(915, 'sun_terrace', 'sun_chair', 6, 21, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(916, 'sun_terrace', 'sun_chair', 18, 21, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(917, 'sun_terrace', 'sun_chair', 22, 21, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(918, 'sun_terrace', 'blusun_chair', 2, 22, 9, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(919, 'sun_terrace', 'sun_chair', 22, 22, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(920, 'sun_terrace', 'blusun_chair', 1, 23, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(921, 'sun_terrace', 'sun_table2', 2, 23, 9, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(922, 'sun_terrace', 'blusun_chair', 2, 24, 9, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(923, 'sun_terrace', 'sun_chair', 11, 25, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(924, 'sun_terrace', 'sun_chair', 12, 25, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(925, 'sun_terrace', 'sun_chair', 13, 25, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(926, 'sun_terrace', 'sun_table', 14, 25, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(927, 'sun_terrace', 'sun_chair', 15, 25, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(928, 'sun_terrace', 'sun_chair', 16, 25, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(929, 'sun_terrace', 'sun_chair', 17, 25, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(930, 'sun_terrace', 'sun_chair', 13, 29, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(931, 'sun_terrace', 'sun_chair', 15, 29, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(932, 'sun_terrace', 'sun_chair', 17, 29, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(933, 'sun_terrace', 'sun_chair', 13, 30, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(934, 'sun_terrace', 'sun_chair', 15, 30, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(935, 'sun_terrace', 'sun_chair', 17, 30, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(936, 'space_cafe', 'bigtablea', 1, 10, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(937, 'space_cafe', 'bigtablea', 7, 10, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(938, 'space_cafe', 'bigtableb', 0, 10, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(939, 'space_cafe', 'bigtableb', 6, 10, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(940, 'space_cafe', 'bigtablec', 1, 9, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(941, 'space_cafe', 'bigtablec', 7, 9, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(942, 'space_cafe', 'bigtabled', 0, 9, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(943, 'space_cafe', 'bigtabled', 6, 9, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(944, 'space_cafe', 'bluesofaa', 1, 11, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(945, 'space_cafe', 'bluesofaa', 1, 8, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(946, 'space_cafe', 'bluesofaa', 14, 22, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(947, 'space_cafe', 'bluesofaa', 14, 24, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(948, 'space_cafe', 'bluesofaa', 2, 10, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(949, 'space_cafe', 'bluesofab', 0, 11, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(950, 'space_cafe', 'bluesofab', 0, 8, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(951, 'space_cafe', 'bluesofab', 13, 22, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(952, 'space_cafe', 'bluesofab', 13, 24, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(953, 'space_cafe', 'bluesofab', 2, 9, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(954, 'space_cafe', 'midtablea', 14, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(955, 'space_cafe', 'midtablea', 19, 14, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(956, 'space_cafe', 'midtableb', 13, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(957, 'space_cafe', 'midtableb', 19, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(958, 'space_cafe', 'redsofaa', 10, 22, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(959, 'space_cafe', 'redsofaa', 10, 25, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(960, 'space_cafe', 'redsofaa', 18, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(961, 'space_cafe', 'redsofaa', 20, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(962, 'space_cafe', 'redsofaa', 5, 10, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(963, 'space_cafe', 'redsofaa', 7, 11, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(964, 'space_cafe', 'redsofaa', 7, 8, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(965, 'space_cafe', 'redsofab', 10, 21, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(966, 'space_cafe', 'redsofab', 10, 24, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(967, 'space_cafe', 'redsofab', 18, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(968, 'space_cafe', 'redsofab', 20, 13, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(969, 'space_cafe', 'redsofab', 5, 9, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(970, 'space_cafe', 'redsofab', 6, 11, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(971, 'space_cafe', 'redsofab', 6, 8, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(972, 'space_cafe', 'smalltable', 10, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(973, 'space_cafe', 'smalltable', 17, 6, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(974, 'space_cafe', 'smalltable', 19, 2, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(975, 'space_cafe', 'smalltable', 21, 6, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(976, 'space_cafe', 'smalltable', 23, 2, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(977, 'space_cafe', 'smalltable', 3, 16, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(978, 'space_cafe', 'space_stool', 19, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(979, 'space_cafe', 'space_stool', 17, 5, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(980, 'space_cafe', 'space_stool', 17, 7, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(981, 'space_cafe', 'space_stool', 18, 2, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(982, 'space_cafe', 'space_stool', 18, 6, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(983, 'space_cafe', 'space_stool', 19, 3, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(984, 'space_cafe', 'space_stool', 20, 2, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(985, 'space_cafe', 'space_stool', 20, 6, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(986, 'space_cafe', 'space_stool', 21, 5, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(987, 'space_cafe', 'space_stool', 21, 7, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(988, 'space_cafe', 'space_stool', 22, 2, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(989, 'space_cafe', 'space_stool', 22, 6, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(990, 'space_cafe', 'space_stool', 23, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(991, 'space_cafe', 'space_stool', 23, 3, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(992, 'space_cafe', 'space_stool', 3, 15, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(993, 'space_cafe', 'space_stool', 3, 17, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(994, 'beauty_salon0', 'directorchair', 16, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(995, 'beauty_salon0', 'directorchair', 16, 14, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(996, 'beauty_salon0', 'directorchair', 18, 13, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(997, 'beauty_salon0', 'directorchair', 9, 13, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(998, 'beauty_salon0', 'longchair1', 12, 17, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(999, 'beauty_salon0', 'longchair1', 13, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1000, 'beauty_salon0', 'longchair1', 13, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1001, 'beauty_salon0', 'longchair1', 17, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1002, 'beauty_salon0', 'longchair2', 12, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1003, 'beauty_salon0', 'longchair2', 12, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1004, 'beauty_salon0', 'longchair2', 14, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1005, 'beauty_salon0', 'longchair2', 14, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1006, 'beauty_salon0', 'longchair2', 15, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1007, 'beauty_salon0', 'longchair2', 15, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1008, 'beauty_salon0', 'longchair2', 17, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1009, 'beauty_salon0', 'longchair2', 17, 19, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1010, 'beauty_salon0', 'longchair3', 12, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1011, 'beauty_salon0', 'longchair3', 16, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1012, 'beauty_salon0', 'longchair3', 16, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1013, 'beauty_salon0', 'longchair3', 17, 20, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1014, 'beauty_salon0', 'pinkchair', 11, 6, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1015, 'beauty_salon0', 'pinkchair', 11, 7, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1016, 'beauty_salon0', 'pinkchair', 3, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1017, 'beauty_salon0', 'pinkchair', 4, 11, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1018, 'beauty_salon0', 'pinkchair', 6, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1019, 'beauty_salon0', 'pinkchair', 7, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1020, 'beauty_salon0', 'pinkchair', 8, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1021, 'beauty_salon0', 'table2', 2, 17, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1022, 'beauty_salon0', 'table2', 2, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1023, 'beauty_salon0', 'table2', 2, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1024, 'beauty_salon0', 'table2', 2, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1025, 'beauty_salon0', 'table2', 8, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1026, 'beauty_salon0', 'table2', 8, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1027, 'beauty_salon0', 'table2', 8, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1028, 'beauty_salon0', 'table2', 8, 21, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1029, 'chill', 'jap_chair', 3, 24, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1030, 'chill', 'jap_chair', 3, 26, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1031, 'chill', 'jap_chair', 3, 29, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1032, 'chill', 'jap_chair', 4, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1033, 'chill', 'jap_chair', 4, 21, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1034, 'chill', 'jap_chair', 4, 24, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1035, 'chill', 'jap_chair', 4, 26, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1036, 'chill', 'jap_chair', 4, 29, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1037, 'chill', 'jap_chair', 5, 24, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1038, 'chill', 'jap_chair', 5, 26, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1039, 'chill', 'jap_chair', 5, 30, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1040, 'chill', 'jap_chair', 6, 20, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1041, 'chill', 'jap_chair', 6, 21, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1042, 'chill', 'jap_stool', 13, 19, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1043, 'chill', 'jap_stool', 16, 24, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1044, 'chill', 'jap_stool', 16, 25, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1045, 'chill', 'jap_stool', 16, 26, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1046, 'chill', 'jap_table', 3, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1047, 'chill', 'jap_table', 3, 30, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1048, 'chill', 'jap_table', 5, 20, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1049, 'chill', 'jap_table2', 4, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1050, 'chill', 'jap_table3', 4, 30, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1051, 'chill', 'jap_table3', 5, 21, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1052, 'chill', 'jap_table3', 5, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1053, 'chill', 'stone', 11, 3, 0, 4, 2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1054, 'chill', 'stone', 13, 10, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1055, 'chill', 'stone', 13, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1056, 'chill', 'stone', 13, 8, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1057, 'chill', 'stone', 14, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1058, 'chill', 'stone', 15, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1059, 'chill', 'stone', 17, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1060, 'chill', 'stone', 8, 8, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1061, 'chill', 'stone', 9, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1062, 'dusty_lounge', 'dustylamp', 11, 14, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1063, 'dusty_lounge', 'dustylamp', 11, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1064, 'dusty_lounge', 'dustylamp', 20, 6, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1065, 'dusty_lounge', 'dustylamp', 24, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1066, 'dusty_lounge', 'dustylamp', 28, 6, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1067, 'dusty_lounge', 'greenchair1', 11, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1068, 'dusty_lounge', 'greenchair1', 11, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1069, 'dusty_lounge', 'greenchair1', 12, 24, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1070, 'dusty_lounge', 'greenchair1', 14, 24, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1071, 'dusty_lounge', 'greenchair1', 4, 13, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1072, 'dusty_lounge', 'greenchair1', 4, 15, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1073, 'dusty_lounge', 'greenchair1', 4, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1074, 'dusty_lounge', 'greenchair1', 4, 9, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1075, 'dusty_lounge', 'greenchair1', 9, 4, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1076, 'dusty_lounge', 'greenchair1', 9, 6, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1077, 'dusty_lounge', 'greenchair2', 11, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1078, 'dusty_lounge', 'greenchair2', 11, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1079, 'dusty_lounge', 'greenchair2', 12, 23, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1080, 'dusty_lounge', 'greenchair2', 14, 23, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1081, 'dusty_lounge', 'greenchair2', 3, 13, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1082, 'dusty_lounge', 'greenchair2', 3, 15, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1083, 'dusty_lounge', 'greenchair2', 3, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1084, 'dusty_lounge', 'greenchair2', 3, 9, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1085, 'dusty_lounge', 'greenchair2', 8, 4, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1086, 'dusty_lounge', 'greenchair2', 8, 6, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1087, 'dusty_lounge', 'yellowchair', 21, 10, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1088, 'dusty_lounge', 'yellowchair', 22, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1089, 'dusty_lounge', 'yellowchair', 23, 10, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1090, 'dusty_lounge', 'yellowchair', 24, 15, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1091, 'dusty_lounge', 'yellowchair', 24, 19, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1092, 'dusty_lounge', 'yellowchair', 26, 10, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1093, 'dusty_lounge', 'yellowchair', 26, 17, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1094, 'dusty_lounge', 'yellowchair', 28, 10, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1095, 'cr_staff', 'crs_lamptable', 7, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1096, 'cr_staff', 'tvtable', 14, 1, 0, 2, 0.001, 1, 2, 'solid', '', NULL, NULL),
(1097, 'cr_staff', 'crs_trash', 0, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1098, 'cr_staff', 'crs_sofag_start', 2, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1099, 'cr_staff', 'crs_sofag_mid', 3, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1100, 'cr_staff', 'crs_sofag_mid', 4, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1101, 'cr_staff', 'crs_sofag_end', 5, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1102, 'cr_staff', 'crs_roundwoodtable', 12, 4, 0, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1103, 'cr_staff', 'crs_woodchair', 15, 4, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1104, 'cr_staff', 'crs_woodchair', 10, 5, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1105, 'cr_staff', 'crs_woodchair', 15, 6, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1106, 'cr_staff', 'crs_woodchair', 7, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1107, 'cr_staff', 'crs_woodchair', 13, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1108, 'cr_staff', 'crs_woodchair', 15, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1109, 'cr_staff', 'crs_woodchair', 5, 9, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1110, 'cr_staff', 'crs_fridge', 0, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1111, 'cr_staff', 'ctable2', 7, 10, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1112, 'cr_staff', 'crs_woodtable_end', 13, 10, 0, 0, 0.001, 1, 2, 'extra_parameter', '', NULL, NULL),
(1113, 'cr_staff', 'crs_woodtable_start', 14, 10, 0, 0, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1114, 'cr_staff', 'crs_woodchair', 5, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1115, 'cr_staff', 'crs_box', 1, 12, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1116, 'cr_staff', 'crs_box', 1, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1117, 'cr_staff', 'ctable1', 7, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1118, 'cr_staff', 'crs_woodchair', 13, 13, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1119, 'cr_staff', 'crs_woodchair', 15, 13, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1120, 'cr_staff', 'crs_box', 1, 15, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1121, 'cr_staff', 'crs_boxopen', 1, 17, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1122, 'cr_staff', 'crs_stomp', 15, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1123, 'cr_staff', 'crs_box', 1, 18, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1124, 'cr_staff', 'crs_stomp', 15, 18, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1125, 'cr_staff', 'crs_boxtwo', 1, 19, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1126, 'rooftop', 'rooftop_emptytable', 0, 10, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1127, 'rooftop', 'rooftop_flatcurb', 1, 13, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1128, 'rooftop', 'rooftop_flatcurb', 13, 13, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1129, 'rooftop', 'rooftop_flatcurb', 16, 1, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1130, 'rooftop', 'rooftop_flatcurb', 16, 4, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1131, 'rooftop', 'rooftop_flatcurb', 6, 13, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1132, 'rooftop', 'rooftop_flatcurb', 8, 13, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1133, 'rooftop', 'rooftop_flatcurb2', 17, 1, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1134, 'rooftop', 'rooftop_flatcurb2', 17, 4, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1135, 'rooftop', 'rooftop_flatcurb3', 1, 14, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1136, 'rooftop', 'rooftop_flatcurb3', 1, 15, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1137, 'rooftop', 'rooftop_flatcurb3', 1, 16, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1138, 'rooftop', 'rooftop_flatcurb3', 10, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1139, 'rooftop', 'rooftop_flatcurb3', 11, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1140, 'rooftop', 'rooftop_flatcurb3', 12, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1141, 'rooftop', 'rooftop_flatcurb3', 13, 14, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1142, 'rooftop', 'rooftop_flatcurb3', 13, 15, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1143, 'rooftop', 'rooftop_flatcurb3', 13, 16, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1144, 'rooftop', 'rooftop_flatcurb3', 2, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1145, 'rooftop', 'rooftop_flatcurb3', 3, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1146, 'rooftop', 'rooftop_flatcurb3', 4, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1147, 'rooftop', 'rooftop_flatcurb3', 5, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1148, 'rooftop', 'rooftop_flatcurb3', 6, 14, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1149, 'rooftop', 'rooftop_flatcurb3', 6, 15, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1150, 'rooftop', 'rooftop_flatcurb3', 6, 16, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1151, 'rooftop', 'rooftop_flatcurb3', 8, 14, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1152, 'rooftop', 'rooftop_flatcurb3', 8, 15, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1153, 'rooftop', 'rooftop_flatcurb3', 8, 16, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1154, 'rooftop', 'rooftop_flatcurb3', 9, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1155, 'rooftop', 'rooftop_flatcurb4', 1, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1156, 'rooftop', 'rooftop_flatcurb4', 8, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1157, 'rooftop', 'rooftop_flatcurb5', 13, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1158, 'rooftop', 'rooftop_flatcurb5', 6, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1159, 'rooftop', 'rooftop_minichair', 0, 1, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1160, 'rooftop', 'rooftop_minichair', 0, 11, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1161, 'rooftop', 'rooftop_minichair', 0, 3, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1162, 'rooftop', 'rooftop_minichair', 0, 9, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1163, 'rooftop', 'rooftop_minichair', 1, 2, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1164, 'rooftop', 'rooftop_minichair', 1, 7, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1165, 'rooftop', 'rooftop_minichair', 2, 6, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1166, 'rooftop', 'rooftop_minichair', 2, 8, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1167, 'rooftop', 'rooftop_minichair', 3, 7, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1168, 'rooftop', 'rooftop_rodtable', 0, 2, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1169, 'rooftop', 'rooftop_rodtable', 2, 7, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1170, 'rooftop_2', 'rooftop_bigchair', 8, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1171, 'rooftop_2', 'rooftop_bigtable', 8, 1, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1172, 'rooftop_2', 'rooftop_sofab', 0, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1173, 'rooftop_2', 'rooftop_sofa', 1, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1174, 'rooftop_2', 'rooftop_bigchair', 8, 2, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1175, 'rooftop_2', 'rooftop_bigchair', 8, 3, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1176, 'rooftop_2', 'rooftop_bigtable', 8, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1177, 'rooftop_2', 'rooftop_sofab', 0, 5, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1178, 'rooftop_2', 'rooftop_sofa', 1, 5, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1179, 'rooftop_2', 'rooftop_bigchair', 8, 5, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1180, 'rooftop_2', 'rooftop_sofab', 0, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1181, 'rooftop_2', 'rooftop_sofa', 1, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1182, 'rooftop_2', 'rooftop_sofab', 7, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1183, 'rooftop_2', 'rooftop_sofa', 8, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1184, 'rooftop_2', 'rooftop_sofab', 0, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1185, 'rooftop_2', 'rooftop_sofa', 1, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1186, 'rooftop_2', 'rooftop_sofab', 7, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1187, 'rooftop_2', 'rooftop_sofa', 8, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1188, 'tearoom', 'chinastoolgreen', 0, 19, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1189, 'tearoom', 'chinastoolgreen', 0, 20, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1190, 'tearoom', 'chinastoolred', 10, 6, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1191, 'tearoom', 'chinastoolred', 11, 6, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1192, 'tearoom', 'chinastoolred', 8, 6, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1193, 'tearoom', 'chinastoolred', 9, 6, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1194, 'tearoom', 'hardwoodsofa1', 13, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1195, 'tearoom', 'hardwoodsofa1', 18, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1196, 'tearoom', 'hardwoodsofa2', 14, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1197, 'tearoom', 'hardwoodsofa2', 19, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1198, 'tearoom', 'hardwoodsofa3', 15, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1199, 'tearoom', 'hardwoodsofa3', 20, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1200, 'tearoom', 'teabamboo', 16, 1, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1201, 'tearoom', 'teasmalltable1', 13, 3, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1202, 'tearoom', 'teasmalltable1', 18, 3, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1203, 'tearoom', 'teasmalltable2', 15, 3, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1204, 'tearoom', 'teasmalltable2', 20, 3, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1205, 'tearoom', 'teastool', 16, 9, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1206, 'tearoom', 'teastool', 17, 9, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1207, 'tearoom', 'teastool', 2, 12, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1208, 'tearoom', 'teastool', 2, 6, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1209, 'tearoom', 'teastool', 3, 12, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1210, 'tearoom', 'teastool', 3, 6, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1211, 'tearoom', 'teastool2', 16, 12, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1212, 'tearoom', 'teastool2', 17, 12, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1213, 'tearoom', 'teastool2', 2, 15, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1214, 'tearoom', 'teastool2', 2, 9, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1215, 'tearoom', 'teastool2', 3, 15, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1216, 'tearoom', 'teastool2', 3, 9, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1217, 'tearoom', 'teatable1', 16, 11, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1218, 'tearoom', 'teatable1', 2, 14, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1219, 'tearoom', 'teatable1', 2, 8, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1220, 'tearoom', 'teatable2', 17, 11, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1221, 'tearoom', 'teatable2', 3, 14, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1222, 'tearoom', 'teatable2', 3, 8, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1223, 'tearoom', 'teavase', 0, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1224, 'tearoom', 'teavase', 0, 21, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1225, 'cafe_ole', 'cafe_table_largeb', 15, 0, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1226, 'cafe_ole', 'cafe_chair', 14, 1, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1227, 'cafe_ole', 'cafe_chair', 17, 1, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1228, 'cafe_ole', 'cafe_chair', 14, 2, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1229, 'cafe_ole', 'cafe_table_largea', 15, 2, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1230, 'cafe_ole', 'cafe_chair', 17, 2, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1231, 'cafe_ole', 'plant_yucca', 13, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1232, 'cafe_ole', 'cafe_desk5', 4, 5, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1233, 'cafe_ole', 'plant_ftree', 5, 5, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1234, 'cafe_ole', 'cafe_chair', 8, 5, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1235, 'cafe_ole', 'cafe_chair', 11, 5, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1236, 'cafe_ole', 'cafe_desk4', 4, 6, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1237, 'cafe_ole', 'cafe_barchair', 5, 6, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1238, 'cafe_ole', 'cafe_chair', 8, 6, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1239, 'cafe_ole', 'cafe_table_mid', 10, 6, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1240, 'cafe_ole', 'cafe_chair', 11, 6, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1241, 'cafe_ole', 'cafe_desk4', 4, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1242, 'cafe_ole', 'cafe_barchair', 5, 7, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1243, 'cafe_ole', 'cafe_desk4', 4, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1244, 'cafe_ole', 'cafe_desk4', 4, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1245, 'cafe_ole', 'cafe_desk4', 4, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1246, 'cafe_ole', 'cafe_chair', 12, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1247, 'cafe_ole', 'cafe_table_small', 13, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1248, 'cafe_ole', 'cafe_chair', 14, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1249, 'cafe_ole', 'roommatic', 0, 11, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1250, 'cafe_ole', 'roommatic', 1, 11, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1251, 'cafe_ole', 'roommatic', 2, 11, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1252, 'cafe_ole', 'cafe_desk1', 3, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1253, 'cafe_ole', 'cafe_desk3', 4, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1254, 'cafe_ole', 'cafe_fence4', 9, 11, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1255, 'cafe_ole', 'cafe_fence3', 10, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1256, 'cafe_ole', 'cafe_fence2', 11, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1257, 'cafe_ole', 'cafe_fence3', 12, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1258, 'cafe_ole', 'cafe_fence2', 13, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1259, 'cafe_ole', 'cafe_fence3', 14, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1260, 'cafe_ole', 'cafe_fence1', 15, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1261, 'cafe_ole', 'cafe_barchair', 0, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1262, 'cafe_ole', 'cafe_barchair', 1, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1263, 'cafe_ole', 'cafe_barchair', 2, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1264, 'cafe_ole', 'cafe_chair', 8, 12, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1265, 'cafe_ole', 'cafe_fence3', 9, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1266, 'cafe_ole', 'plant_yucca', 10, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1267, 'cafe_ole', 'cafe_table_small', 8, 13, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1268, 'cafe_ole', 'cafe_fence2', 9, 13, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1269, 'cafe_ole', 'cafe_chair', 8, 14, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1270, 'cafe_ole', 'cafe_fence3', 9, 14, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1271, 'cafe_ole', 'cafe_chair', 12, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1272, 'cafe_ole', 'cafe_pianoc', 0, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1273, 'cafe_ole', 'cafe_fence2', 9, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1274, 'cafe_ole', 'cafe_table_largeb', 12, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1275, 'cafe_ole', 'cafe_pianob', 0, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1276, 'cafe_ole', 'cafe_barchair', 1, 16, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1277, 'cafe_ole', 'cafe_table_largeb', 4, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1278, 'cafe_ole', 'cafe_fence3', 9, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1279, 'cafe_ole', 'cafe_chair', 11, 16, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1280, 'cafe_ole', 'cafe_chair', 14, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1281, 'cafe_ole', 'cafe_pianoa', 0, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1282, 'cafe_ole', 'cafe_chair', 3, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1283, 'cafe_ole', 'cafe_chair', 6, 17, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1284, 'cafe_ole', 'cafe_fence2', 9, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1285, 'cafe_ole', 'cafe_chair', 11, 17, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1286, 'cafe_ole', 'cafe_table_largea', 12, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1287, 'cafe_ole', 'cafe_chair', 14, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1288, 'cafe_ole', 'cafe_chair', 3, 18, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1289, 'cafe_ole', 'cafe_table_largea', 4, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1290, 'cafe_ole', 'cafe_chair', 6, 18, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1291, 'cafe_ole', 'cafe_fence3', 9, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1292, 'cafe_ole', 'plant_ftree', 0, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1293, 'cafe_ole', 'cafe_fence2', 9, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1294, 'cafe_ole', 'cafe_chair', 12, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1295, 'cafe_ole', 'plant_ftree', 0, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1296, 'cafe_ole', 'cafe_chair', 8, 20, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1297, 'cafe_ole', 'cafe_fence3', 9, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1298, 'cafe_ole', 'cafe_table_small', 8, 21, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1299, 'cafe_ole', 'cafe_fence2', 9, 21, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1300, 'cafe_ole', 'cafe_chair', 8, 22, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1301, 'cafe_ole', 'cafe_fence3', 9, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1302, 'cafe_ole', 'cafe_fence2', 9, 23, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1303, 'cafe_ole', 'cafe_chair', 12, 23, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1304, 'cafe_ole', 'cafe_table_small', 13, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1305, 'cafe_ole', 'cafe_chair', 14, 23, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1306, 'cafe_ole', 'cafe_fence1', 9, 24, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1307, 'cr_cafe', 'koc_chair', 11, 6, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1308, 'cr_cafe', 'koc_chair', 12, 2, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1309, 'cr_cafe', 'koc_chair', 13, 15, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1310, 'cr_cafe', 'koc_chair', 8, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1311, 'cr_cafe', 'koc_chair', 12, 5, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1312, 'cr_cafe', 'koc_chair', 17, 5, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1313, 'cr_cafe', 'koc_chair', 18, 6, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1314, 'cr_cafe', 'koc_chair', 13, 6, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1315, 'cr_cafe', 'koc_chair', 14, 2, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1316, 'cr_cafe', 'koc_chair', 14, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1317, 'cr_cafe', 'koc_chair', 9, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1318, 'cr_cafe', 'koc_chair', 9, 7, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1319, 'cr_cafe', 'koc_chair', 9, 1, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1320, 'cr_cafe', 'koc_chair', 13, 3, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1321, 'cr_cafe', 'koc_chair', 17, 7, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1322, 'cr_cafe', 'koc_chair', 12, 7, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1323, 'cr_cafe', 'koc_chair', 13, 17, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1324, 'cr_cafe', 'koc_chair', 8, 17, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1325, 'cr_cafe', 'koc_chair', 8, 8, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1326, 'cr_cafe', 'koc_chair', 8, 2, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1327, 'cr_cafe', 'koc_stool', 7, 10, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1328, 'cr_cafe', 'koc_stool', 7, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1329, 'cr_cafe', 'koc_stool', 7, 13, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1330, 'cr_cafe', 'koc_bartable', 6, 13, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1331, 'cr_cafe', 'koc_bartable', 6, 12, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1332, 'cr_cafe', 'koc_bartable', 6, 11, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1333, 'cr_cafe', 'koc_bartable', 6, 10, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1334, 'cr_cafe', 'koc_bartable', 6, 9, 0, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1335, 'cr_cafe', 'koc_bartable_end', 6, 14, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1336, 'cr_cafe', 'koc_bartable_end', 5, 9, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1337, 'cr_cafe', 'drawer_end', 13, 0, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1338, 'cr_cafe', 'drawer_end', 2, 6, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1339, 'cr_cafe', 'drawer_start', 12, 0, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1340, 'cr_cafe', 'drawer_start', 1, 6, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1341, 'cr_cafe', 'drawer_start', 3, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1342, 'cr_cafe', 'drawer_end', 3, 12, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1343, 'cr_cafe', 'drawer_start', 6, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1344, 'cr_cafe', 'drawer_start', 4, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1345, 'cr_cafe', 'drawer_end', 5, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1346, 'cr_cafe', 'drawer_end', 3, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1347, 'cr_cafe', 'drawer_start', 2, 19, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1348, 'cr_cafe', 'drawer_end', 2, 18, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1349, 'cr_cafe', 'cupboard', 2, 17, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1350, 'cr_cafe', 'cupboard', 2, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1351, 'cr_cafe', 'koc_table', 13, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1352, 'cr_cafe', 'koc_table', 8, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1353, 'cr_cafe', 'koc_table', 8, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1354, 'cr_cafe', 'koc_table', 12, 6, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1355, 'cr_cafe', 'koc_table', 17, 6, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1356, 'cr_cafe', 'koc_table', 13, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1357, 'cr_cafe', 'koc_table', 8, 1, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1358, 'cr_cafe', 'koc_smalltable', 6, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1359, 'cr_cafe', 'koc_table', 3, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1360, 'cr_cafe', 'drawer_start', 2, 4, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1361, 'cr_cafe', 'drawer_end', 2, 3, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1362, 'cr_cafe', 'coatrack', 2, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1363, 'cr_cafe', 'drawer_end', 0, 0, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1364, 'cr_cafe', 'pillar', 16, 15, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1365, 'cr_cafe', 'pillar', 6, 15, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1366, 'cr_cafe', 'pillar', 6, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1367, 'cr_cafe', 'pillar', 16, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1368, 'lobby_a', 'flower1', 9, 0, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1369, 'lobby_a', 'chairf2b', 11, 0, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1370, 'lobby_a', 'chairf2', 12, 0, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1371, 'lobby_a', 'table1', 13, 0, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1372, 'lobby_a', 'chairf2b', 14, 0, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1373, 'lobby_a', 'chairf2', 15, 0, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1374, 'lobby_a', 'watermatic', 16, 0, 7, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1375, 'lobby_a', 'telkka', 9, 2, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1376, 'lobby_a', 'flower1', 9, 3, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1377, 'lobby_a', 'chairf2d', 11, 3, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1378, 'lobby_a', 'chairf2', 12, 3, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1379, 'lobby_a', 'table1', 13, 3, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1380, 'lobby_a', 'chairf2d', 14, 3, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1381, 'lobby_a', 'chairf2', 15, 3, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1382, 'lobby_a', 'flower1', 12, 4, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1383, 'lobby_a', 'flower1', 16, 4, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1384, 'lobby_a', 'chairf2b', 0, 7, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1385, 'lobby_a', 'chairf2', 1, 7, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1386, 'lobby_a', 'chairf2d', 0, 10, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1387, 'lobby_a', 'chairf2', 1, 10, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1388, 'lobby_a', 'roommatic', 21, 12, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1389, 'lobby_a', 'roommatic', 22, 12, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1390, 'lobby_a', 'roommatic', 23, 12, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1391, 'lobby_a', 'roommatic', 24, 12, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1392, 'lobby_a', 'chairf2b', 0, 14, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1393, 'lobby_a', 'chairf2', 1, 14, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1394, 'lobby_a', 'watermatic', 13, 14, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1395, 'lobby_a', 'watermatic', 12, 15, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1396, 'lobby_a', 'chairf1', 19, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1397, 'lobby_a', 'table2c', 21, 16, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1398, 'lobby_a', 'chairf1', 23, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1399, 'lobby_a', 'chairf2d', 0, 17, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1400, 'lobby_a', 'chairf2', 1, 17, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1401, 'lobby_a', 'table2b', 21, 17, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1402, 'lobby_a', 'chairf1', 19, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1403, 'lobby_a', 'table2', 21, 18, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1404, 'lobby_a', 'chairf1', 23, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1405, 'lobby_a', 'chairf2b', 7, 21, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1406, 'lobby_a', 'chairf2c', 7, 22, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1407, 'lobby_a', 'chairf2c', 7, 23, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1408, 'lobby_a', 'chairf2c', 7, 24, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1409, 'lobby_a', 'chairf2', 7, 25, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1410, 'lobby_a', 'table1', 7, 26, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1411, 'lobby_a', 'flower2', 10, 26, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1412, 'floorlobby_c', 'moneyplant', 3, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1413, 'floorlobby_c', 'roommatic', 5, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1414, 'floorlobby_c', 'roommatic', 7, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1415, 'floorlobby_c', 'roommatic', 9, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1416, 'floorlobby_c', 'roommatic', 11, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1417, 'floorlobby_c', 'roommatic', 13, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1418, 'floorlobby_c', 'watermatic', 26, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1419, 'floorlobby_c', 'edgec1', 14, 8, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1420, 'floorlobby_c', 'edgec1', 15, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1421, 'floorlobby_c', 'edgec1', 16, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1422, 'floorlobby_c', 'edgec1', 17, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1423, 'floorlobby_c', 'edgec1', 18, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1424, 'floorlobby_c', 'edgec1', 19, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1425, 'floorlobby_c', 'edgec1', 20, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1426, 'floorlobby_c', 'edgec1', 21, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1427, 'floorlobby_c', 'edgec1', 22, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1428, 'floorlobby_c', 'edgec1', 23, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1429, 'floorlobby_c', 'edgec1', 24, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1430, 'floorlobby_c', 'edgec1', 25, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1431, 'floorlobby_c', 'edgec1', 26, 8, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1432, 'floorlobby_c', 'chairg1', 3, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1433, 'floorlobby_c', 'chairg1', 5, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1434, 'floorlobby_c', 'moneyplant', 15, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1435, 'floorlobby_c', 'chairg2b', 16, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1436, 'floorlobby_c', 'chairg2c', 17, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1437, 'floorlobby_c', 'chairg2', 18, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1438, 'floorlobby_c', 'moneyplant', 19, 9, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1439, 'floorlobby_c', 'moneyplant', 21, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1440, 'floorlobby_c', 'chairg2b', 22, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1441, 'floorlobby_c', 'chairg2c', 23, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1442, 'floorlobby_c', 'chairg2', 24, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1443, 'floorlobby_c', 'moneyplant', 25, 9, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1444, 'floorlobby_c', 'chairg1', 3, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1445, 'floorlobby_c', 'chairg1', 5, 11, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1446, 'floorlobby_c', 'newtable2', 3, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1447, 'floorlobby_c', 'chairg1', 16, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1448, 'floorlobby_c', 'chairg1', 18, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1449, 'floorlobby_c', 'chairg1', 22, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1450, 'floorlobby_c', 'chairg1', 24, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1451, 'floorlobby_c', 'newtable2', 17, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1452, 'floorlobby_c', 'newtable2', 23, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1453, 'floorlobby_c', 'newtable2', 3, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1454, 'floorlobby_c', 'chairg1', 16, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1455, 'floorlobby_c', 'chairg1', 18, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1456, 'floorlobby_c', 'chairg1', 22, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1457, 'floorlobby_c', 'chairg1', 24, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1458, 'floorlobby_c', 'chairg1', 3, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1459, 'floorlobby_c', 'chairg1', 5, 17, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1460, 'floorlobby_c', 'edgec2', 14, 18, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1461, 'floorlobby_c', 'edgec2', 15, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1462, 'floorlobby_c', 'edgec2', 16, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1463, 'floorlobby_c', 'edgec2', 17, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1464, 'floorlobby_c', 'edgec2', 18, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1465, 'floorlobby_c', 'edgec2', 19, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1466, 'floorlobby_c', 'edgec2', 20, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1467, 'floorlobby_c', 'edgec2', 21, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1468, 'floorlobby_c', 'edgec2', 22, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1469, 'floorlobby_c', 'edgec2', 23, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1470, 'floorlobby_c', 'edgec2', 24, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1471, 'floorlobby_c', 'edgec2', 25, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1472, 'floorlobby_c', 'edgec2', 26, 18, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1473, 'floorlobby_b', 'moneyplant', 3, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1474, 'floorlobby_b', 'roommatic', 5, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1475, 'floorlobby_b', 'roommatic', 7, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1476, 'floorlobby_b', 'roommatic', 9, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1477, 'floorlobby_b', 'roommatic', 11, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1478, 'floorlobby_b', 'roommatic', 13, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1479, 'floorlobby_b', 'watermatic', 26, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1480, 'floorlobby_b', 'standinglamp', 3, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1481, 'floorlobby_b', 'edgeb1', 14, 8, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1482, 'floorlobby_b', 'edgeb1', 15, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1483, 'floorlobby_b', 'edgeb1', 16, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1484, 'floorlobby_b', 'edgeb1', 17, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1485, 'floorlobby_b', 'edgeb1', 18, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1486, 'floorlobby_b', 'edgeb1', 19, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1487, 'floorlobby_b', 'edgeb1', 20, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1488, 'floorlobby_b', 'edgeb1', 21, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1489, 'floorlobby_b', 'edgeb1', 22, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1490, 'floorlobby_b', 'edgeb1', 23, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1491, 'floorlobby_b', 'edgeb1', 24, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1492, 'floorlobby_b', 'edgeb1', 25, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1493, 'floorlobby_b', 'edgeb1', 26, 8, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1494, 'floorlobby_b', 'chairf2b', 3, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1495, 'floorlobby_b', 'chairf2c', 4, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1496, 'floorlobby_b', 'chairf2', 5, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1497, 'floorlobby_b', 'moneyplant', 15, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1498, 'floorlobby_b', 'chairf2b', 16, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1499, 'floorlobby_b', 'chairf2c', 17, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1500, 'floorlobby_b', 'chairf2', 18, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1501, 'floorlobby_b', 'moneyplant', 19, 9, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1502, 'floorlobby_b', 'moneyplant', 21, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1503, 'floorlobby_b', 'chairf2b', 22, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1504, 'floorlobby_b', 'chairf2c', 23, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1505, 'floorlobby_b', 'chairf2', 24, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1506, 'floorlobby_b', 'moneyplant', 25, 9, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1507, 'floorlobby_b', 'chairf1', 3, 11, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1508, 'floorlobby_b', 'newtable1', 4, 11, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1509, 'floorlobby_b', 'chairf1', 5, 11, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1510, 'floorlobby_b', 'chairf1', 16, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1511, 'floorlobby_b', 'chairf1', 18, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1512, 'floorlobby_b', 'chairf1', 22, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1513, 'floorlobby_b', 'chairf1', 24, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1514, 'floorlobby_b', 'newtable1', 17, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1515, 'floorlobby_b', 'newtable1', 23, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1516, 'floorlobby_b', 'newtable1', 3, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1517, 'floorlobby_b', 'chairf1', 16, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1518, 'floorlobby_b', 'chairf1', 18, 16, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1519, 'floorlobby_b', 'chairf1', 22, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1520, 'floorlobby_b', 'chairf1', 24, 16, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1521, 'floorlobby_b', 'chairf1', 3, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1522, 'floorlobby_b', 'chairf1', 5, 17, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1523, 'floorlobby_b', 'standinglamp', 3, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1524, 'floorlobby_b', 'edgeb2', 14, 18, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1525, 'floorlobby_b', 'edgeb2', 15, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1526, 'floorlobby_b', 'edgeb2', 16, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1527, 'floorlobby_b', 'edgeb2', 17, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1528, 'floorlobby_b', 'edgeb2', 18, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1529, 'floorlobby_b', 'edgeb2', 19, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1530, 'floorlobby_b', 'edgeb2', 20, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1531, 'floorlobby_b', 'edgeb2', 21, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1532, 'floorlobby_b', 'edgeb2', 22, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1533, 'floorlobby_b', 'edgeb2', 23, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1534, 'floorlobby_b', 'edgeb2', 24, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1535, 'floorlobby_b', 'edgeb2', 25, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1536, 'floorlobby_b', 'edgeb2', 26, 18, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1537, 'floorlobby_a', 'moneyplant', 3, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1538, 'floorlobby_a', 'roommatic', 5, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1539, 'floorlobby_a', 'roommatic', 7, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1540, 'floorlobby_a', 'roommatic', 9, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1541, 'floorlobby_a', 'roommatic', 11, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1542, 'floorlobby_a', 'roommatic', 13, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1543, 'floorlobby_a', 'watermatic', 26, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1544, 'floorlobby_a', 'standinglamp', 3, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1545, 'floorlobby_a', 'edge1', 14, 8, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1546, 'floorlobby_a', 'edge1', 15, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1547, 'floorlobby_a', 'edge1', 16, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1548, 'floorlobby_a', 'edge1', 17, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1549, 'floorlobby_a', 'edge1', 18, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1550, 'floorlobby_a', 'edge1', 19, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1551, 'floorlobby_a', 'edge1', 20, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1552, 'floorlobby_a', 'edge1', 21, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1553, 'floorlobby_a', 'edge1', 22, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1554, 'floorlobby_a', 'edge1', 23, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1555, 'floorlobby_a', 'edge1', 24, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1556, 'floorlobby_a', 'edge1', 25, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1557, 'floorlobby_a', 'edge1', 26, 8, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1558, 'floorlobby_a', 'chairf1', 3, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1559, 'floorlobby_a', 'chairf1', 5, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1560, 'floorlobby_a', 'moneyplant', 15, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1561, 'floorlobby_a', 'chairf2b', 16, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1562, 'floorlobby_a', 'chairf2c', 17, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1563, 'floorlobby_a', 'chairf2', 18, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1564, 'floorlobby_a', 'moneyplant', 19, 9, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1565, 'floorlobby_a', 'moneyplant', 21, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1566, 'floorlobby_a', 'chairf2b', 22, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1567, 'floorlobby_a', 'chairf2c', 23, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1568, 'floorlobby_a', 'chairf2', 24, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1569, 'floorlobby_a', 'moneyplant', 25, 9, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1570, 'floorlobby_a', 'chairf1', 3, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1571, 'floorlobby_a', 'chairf1', 5, 11, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1572, 'floorlobby_a', 'newtable1', 3, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1573, 'floorlobby_a', 'chairf1', 16, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1574, 'floorlobby_a', 'chairf1', 18, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1575, 'floorlobby_a', 'chairf1', 22, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1576, 'floorlobby_a', 'chairf1', 24, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1577, 'floorlobby_a', 'newtable1', 17, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1578, 'floorlobby_a', 'newtable1', 23, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1579, 'floorlobby_a', 'chairf1', 16, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1580, 'floorlobby_a', 'chairf1', 18, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1581, 'floorlobby_a', 'chairf1', 22, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1582, 'floorlobby_a', 'chairf1', 24, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1583, 'floorlobby_a', 'chairf1', 3, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1584, 'floorlobby_a', 'chairf1', 5, 17, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1585, 'floorlobby_a', 'edge2', 14, 18, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1586, 'floorlobby_a', 'edge2', 15, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1587, 'floorlobby_a', 'edge2', 16, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1588, 'floorlobby_a', 'edge2', 17, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1589, 'floorlobby_a', 'edge2', 18, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1590, 'floorlobby_a', 'edge2', 19, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1591, 'floorlobby_a', 'edge2', 20, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1592, 'floorlobby_a', 'edge2', 21, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1593, 'floorlobby_a', 'edge2', 22, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1594, 'floorlobby_a', 'edge2', 23, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1595, 'floorlobby_a', 'edge2', 24, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1596, 'floorlobby_a', 'edge2', 25, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1597, 'floorlobby_a', 'edge2', 26, 18, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1598, 'cinema_a', 'orange', 2, 4, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1599, 'cinema_a', 'loungey_chair', 7, 4, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1600, 'cinema_a', 'loungey_tablebigb', 8, 4, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1601, 'cinema_a', 'loungey_chair', 9, 4, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1602, 'cinema_a', 'loungey_chair', 2, 5, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1603, 'cinema_a', 'loungey_chair', 7, 5, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1604, 'cinema_a', 'loungey_tablebiga', 8, 5, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1605, 'cinema_a', 'loungey_chair', 9, 5, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1606, 'cinema_a', 'loungey_table', 2, 6, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1607, 'cinema_a', 'loungey_chair', 2, 7, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1608, 'cinema_a', 'theater_chair', 13, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1609, 'cinema_a', 'theater_chair', 14, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1610, 'cinema_a', 'theater_chair', 15, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1611, 'cinema_a', 'theater_chair', 16, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1612, 'cinema_a', 'theater_chair', 17, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1613, 'cinema_a', 'theater_chair', 18, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1614, 'cinema_a', 'stair', 21, 7, 1, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1615, 'cinema_a', 'lightpole', 9, 8, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1616, 'cinema_a', 'pomomaski', 13, 8, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1617, 'cinema_a', 'pomomaski', 14, 8, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1618, 'cinema_a', 'pomomaski', 15, 8, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1619, 'cinema_a', 'pomomaski', 16, 8, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1620, 'cinema_a', 'pomomaski', 17, 8, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1621, 'cinema_a', 'pomomaski', 18, 8, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1622, 'cinema_a', 'pomomaski', 19, 8, 2, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1623, 'cinema_a', 'stair', 21, 8, 1, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1624, 'cinema_a', 'orange', 2, 9, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1625, 'cinema_a', 'theater_chair', 13, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1626, 'cinema_a', 'theater_chair', 14, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1627, 'cinema_a', 'theater_chair', 15, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1628, 'cinema_a', 'theater_chair', 16, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1629, 'cinema_a', 'theater_chair', 17, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1630, 'cinema_a', 'theater_chair', 18, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1631, 'cinema_a', 'theater_chair', 19, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1632, 'cinema_a', 'theater_chair', 20, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1633, 'cinema_a', 'stair', 21, 9, 1, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1634, 'cinema_a', 'loungey_chair', 2, 10, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1635, 'cinema_a', 'loungey_chair', 9, 10, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1636, 'cinema_a', 'loungey_table', 2, 11, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1637, 'cinema_a', 'loungey_table', 9, 11, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1638, 'cinema_a', 'loungey_chair', 2, 12, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1639, 'cinema_a', 'loungey_chair', 9, 12, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1640, 'cinema_a', 'cubicb_chair', 17, 12, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1641, 'cinema_a', 'cubico_chair', 19, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1642, 'cinema_a', 'cubicb_chair', 15, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1643, 'cinema_a', 'lightpole', 19, 13, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1644, 'cinema_a', 'cubicb_chair', 20, 13, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1645, 'cinema_a', 'lightpole', 9, 14, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1646, 'cinema_a', 'loungey_chair', 2, 15, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1647, 'cinema_a', 'cubicb_chair', 14, 15, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1648, 'cinema_a', 'cubico_chair', 19, 15, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1649, 'cinema_a', 'loungey_table', 2, 16, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1650, 'cinema_a', 'loungey_chair', 7, 16, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1651, 'cinema_a', 'loungey_table', 8, 16, 3, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1652, 'cinema_a', 'loungey_chair', 9, 16, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1653, 'cinema_a', 'cubicb_chair', 13, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1654, 'cinema_a', 'cubicb_chair', 14, 16, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1655, 'cinema_a', 'orange', 19, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1656, 'cinema_a', 'loungey_chair', 2, 17, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1657, 'cinema_a', 'loungey_chair', 7, 17, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1658, 'cinema_a', 'loungey_table', 8, 17, 3, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1659, 'cinema_a', 'loungey_chair', 9, 17, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1660, 'cinema_a', 'cubicb_chair', 19, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1661, 'cinema_a', 'orange', 2, 18, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1662, 'cinema_a', 'cubicb_chair', 14, 18, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1663, 'cinema_a', 'bardesque', 2, 19, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1664, 'cinema_a', 'bardesque', 2, 20, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1665, 'cinema_a', 'bar_chair', 3, 20, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1666, 'cinema_a', 'lightpole', 9, 20, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1667, 'cinema_a', 'cubicb_chair', 14, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1668, 'cinema_a', 'cubicb_chair', 19, 20, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1669, 'cinema_a', 'cubico_chair', 20, 20, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1670, 'cinema_a', 'bardesque', 2, 21, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1671, 'cinema_a', 'bar_chair', 3, 21, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1672, 'cinema_a', 'cubicb_chair', 19, 21, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1673, 'cinema_a', 'bardesque', 2, 22, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1674, 'cinema_a', 'bar_chair', 3, 22, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1675, 'cinema_a', 'lightpole', 16, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1676, 'cinema_a', 'cubico_chair', 18, 22, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1677, 'cinema_a', 'bardesque', 2, 23, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1678, 'cinema_a', 'bar_chair', 3, 23, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1679, 'cinema_a', 'bardesque', 2, 24, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1680, 'cinema_a', 'bar_chair', 3, 24, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1681, 'cinema_a', 'bardesque', 2, 25, 3, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1682, 'sport', 'sporttable', 1, 11, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1683, 'sport', 'sporttable', 1, 6, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1684, 'sport', 'sporttable', 15, 6, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1685, 'sport', 'sporttable', 7, 6, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1686, 'sport', 'sportchair', 9, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1687, 'sport', 'sportchair', 10, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1688, 'sport', 'sportchair', 7, 5, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1689, 'sport', 'sportchair', 15, 5, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1690, 'sport', 'sportchair', 1, 5, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1691, 'sport', 'sportchair', 1, 10, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1692, 'sport', 'sportchair', 14, 6, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1693, 'sport', 'sportchair', 6, 6, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1694, 'sport', 'sportchair3', 15, 7, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1695, 'sport', 'sportchair3', 7, 7, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1696, 'sport', 'sportchair3', 1, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1697, 'sport', 'sportchair3', 1, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1698, 'sport', 'sportchair2', 16, 6, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1699, 'sport', 'sportchair2', 8, 6, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1700, 'sport', 'sodagreen', 6, 0, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1701, 'sport', 'sodapink', 8, 0, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1702, 'old_skool0', 'mobiles_chair1', 0, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1703, 'old_skool0', 'mobiles_chair1', 0, 15, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1704, 'old_skool0', 'mobiles_chair1', 0, 17, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1705, 'old_skool0', 'mobiles_chair1', 0, 22, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1706, 'old_skool0', 'mobiles_chair1', 1, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1707, 'old_skool0', 'mobiles_chair1', 1, 13, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1708, 'old_skool0', 'mobiles_chair1', 1, 21, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1709, 'old_skool0', 'mobiles_chair1', 1, 24, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1710, 'old_skool0', 'mobiles_chair1', 10, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1711, 'old_skool0', 'mobiles_chair1', 11, 13, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1712, 'old_skool0', 'mobiles_chair1', 11, 22, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1713, 'old_skool0', 'mobiles_chair1', 12, 12, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1714, 'old_skool0', 'mobiles_chair1', 12, 21, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1715, 'old_skool0', 'mobiles_chair1', 13, 24, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1716, 'old_skool0', 'mobiles_chair1', 14, 22, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1717, 'old_skool0', 'mobiles_chair1', 2, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1718, 'old_skool0', 'mobiles_chair1', 3, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1719, 'old_skool0', 'mobiles_chair1', 3, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1720, 'old_skool0', 'mobiles_chair1', 3, 22, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1721, 'old_skool0', 'mobiles_chair1', 5, 22, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1722, 'old_skool0', 'mobiles_chair1', 7, 24, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1723, 'old_skool0', 'mobiles_chair1', 8, 22, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1724, 'old_skool0', 'mobiles_chair1', 9, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1725, 'old_skool0', 'mobiles_chair3', 10, 4, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1726, 'old_skool0', 'mobiles_chair3', 11, 4, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1727, 'old_skool0', 'mobiles_chair3', 12, 4, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1728, 'old_skool0', 'mobiles_chair3', 9, 4, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1729, 'old_skool0', 'mobiles_table1', 1, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1730, 'old_skool0', 'mobiles_table1', 1, 18, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1731, 'old_skool0', 'mobiles_table1', 1, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1732, 'old_skool0', 'mobiles_table1', 10, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1733, 'old_skool0', 'mobiles_table1', 12, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1734, 'old_skool0', 'mobiles_table1', 6, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1735, 'old_skool0', 'mobiles_table2', 1, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1736, 'old_skool0', 'mobiles_table2', 1, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1737, 'old_skool0', 'mobiles_table2', 1, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1738, 'old_skool0', 'mobiles_table2', 10, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1739, 'old_skool0', 'mobiles_table2', 12, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1740, 'old_skool0', 'mobiles_table2', 6, 21, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1741, 'old_skool0', 'mobiles_table3', 11, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1742, 'old_skool0', 'mobiles_table3', 13, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1743, 'old_skool0', 'mobiles_table3', 2, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1744, 'old_skool0', 'mobiles_table3', 2, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1745, 'old_skool0', 'mobiles_table3', 2, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1746, 'old_skool0', 'mobiles_table3', 7, 21, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1747, 'old_skool0', 'mobiles_table4', 11, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1748, 'old_skool0', 'mobiles_table4', 13, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1749, 'old_skool0', 'mobiles_table4', 2, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1750, 'old_skool0', 'mobiles_table4', 2, 18, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1751, 'old_skool0', 'mobiles_table4', 2, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1752, 'old_skool0', 'mobiles_table4', 7, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1753, 'old_skool1', 'mobiles_chair2', 3, 4, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1754, 'old_skool1', 'mobiles_chair2', 3, 7, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1755, 'old_skool1', 'mobiles_chair2', 4, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1756, 'old_skool1', 'mobiles_chair2', 4, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1757, 'old_skool1', 'mobiles_chair2', 5, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1758, 'old_skool1', 'mobiles_chair2', 7, 3, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1759, 'old_skool1', 'mobiles_chair2', 8, 5, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1760, 'old_skool1', 'mobiles_chair2', 9, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1761, 'old_skool1', 'mobiles_table5', 4, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1762, 'old_skool1', 'mobiles_table5', 4, 8, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1763, 'old_skool1', 'mobiles_table5', 8, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1764, 'old_skool1', 'mobiles_table6', 4, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1765, 'old_skool1', 'mobiles_table6', 4, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1766, 'old_skool1', 'mobiles_table6', 8, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1767, 'old_skool1', 'mobiles_table7', 5, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1768, 'old_skool1', 'mobiles_table7', 5, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1769, 'old_skool1', 'mobiles_table7', 9, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1770, 'old_skool1', 'mobiles_table8', 5, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1771, 'old_skool1', 'mobiles_table8', 5, 8, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1772, 'old_skool1', 'mobiles_table8', 9, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1773, 'malja_bar_a', 'bar_chair_green', 13, 1, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1774, 'malja_bar_a', 'bar_chair_green', 7, 2, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1775, 'malja_bar_a', 'bar_chair_green', 5, 3, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1776, 'malja_bar_a', 'bar_table_green', 6, 3, 4, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1777, 'malja_bar_a', 'bar_chair_green', 8, 4, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1778, 'malja_bar_a', 'bar_chair_green', 7, 5, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1779, 'malja_bar_a', 'bar_bare', 10, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1780, 'malja_bar_a', 'bar_bard', 10, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1781, 'malja_bar_a', 'bar_bara', 0, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1782, 'malja_bar_a', 'bar_barb', 1, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1783, 'malja_bar_a', 'bar_barb', 2, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1784, 'malja_bar_a', 'bar_barb', 3, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1785, 'malja_bar_a', 'bar_barb', 4, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1786, 'malja_bar_a', 'bar_barb', 5, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1787, 'malja_bar_a', 'bar_barb', 6, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1788, 'malja_bar_a', 'bar_barb', 7, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1789, 'malja_bar_a', 'bar_barb', 8, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1790, 'malja_bar_a', 'bar_barb', 9, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1791, 'malja_bar_a', 'bar_barc', 10, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1792, 'malja_bar_a', 'bar_chair_green', 7, 13, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1793, 'malja_bar_a', 'bar_table_green', 7, 14, 1, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1794, 'malja_bar_a', 'bar_chair_green', 13, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1795, 'malja_bar_a', 'bar_chair_green', 1, 15, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1796, 'malja_bar_a', 'bar_chair_green', 6, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1797, 'malja_bar_a', 'bar_chair_green', 9, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1798, 'malja_bar_a', 'bar_table_green', 13, 15, 1, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1799, 'malja_bar_a', 'bar_chair_green', 0, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1800, 'malja_bar_a', 'bar_table_green', 1, 16, 1, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1801, 'malja_bar_a', 'bar_chair_green', 7, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1802, 'malja_bar_a', 'bar_chair_green', 12, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1803, 'malja_bar_a', 'bar_chair_green', 15, 16, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1804, 'malja_bar_a', 'bar_chair_green', 3, 17, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1805, 'malja_bar_a', 'bar_chair_green', 14, 17, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1806, 'malja_bar_a', 'bar_chair_green', 2, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1807, 'malja_bar_a', 'bar_chair_green', 0, 21, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1808, 'malja_bar_b', 'bar_chair_blue', 4, 0, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1809, 'malja_bar_b', 'bar_chair_blue', 8, 0, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1810, 'malja_bar_b', 'bar_table_small_blue', 9, 0, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1811, 'malja_bar_b', 'bar_chair_blue', 10, 0, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1812, 'malja_bar_b', 'bar_table_blue', 4, 1, 3, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1813, 'malja_bar_b', 'bar_djbooth', 13, 1, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1814, 'malja_bar_b', 'bar_chair_blue', 6, 2, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1815, 'malja_bar_b', 'bar_djbooth', 13, 2, 3, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1816, 'malja_bar_b', 'bar_djbooth', 14, 2, 3, 3, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1817, 'malja_bar_b', 'bar_djbooth', 15, 2, 3, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1818, 'malja_bar_b', 'stair', 1, 3, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1819, 'malja_bar_b', 'bar_chair_blue', 4, 3, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1820, 'malja_bar_b', 'stair', 1, 4, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1821, 'malja_bar_b', 'stair', 2, 4, 5, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1822, 'malja_bar_b', 'stair', 3, 4, 5, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1823, 'malja_bar_b', 'stair', 12, 5, 2, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1824, 'malja_bar_b', 'stair', 13, 5, 2, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1825, 'malja_bar_b', 'stair', 14, 5, 2, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1826, 'malja_bar_b', 'stair', 3, 6, 4, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1827, 'malja_bar_b', 'stair', 12, 6, 1, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1828, 'malja_bar_b', 'stair', 13, 6, 1, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1829, 'malja_bar_b', 'stair', 14, 6, 1, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1830, 'malja_bar_b', 'stair', 3, 7, 4, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1831, 'malja_bar_b', 'stair', 2, 8, 3, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1832, 'malja_bar_b', 'stair', 3, 8, 3, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1833, 'malja_bar_b', 'bar_chair_blue', 7, 8, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1834, 'malja_bar_b', 'bar_table_small_blue', 7, 9, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1835, 'malja_bar_b', 'bar_chair_blue', 7, 10, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1836, 'malja_bar_b', 'bar_chair_blue', 2, 11, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1837, 'malja_bar_b', 'bar_table_small_blue', 2, 12, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1838, 'malja_bar_b', 'bar_chair_blue', 2, 13, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1839, 'malja_bar_b', 'bar_chair_blue', 0, 14, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1840, 'malja_bar_b', 'bar_chair_blue', 0, 15, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1841, 'malja_bar_b', 'bar_chair_blue', 0, 16, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1842, 'malja_bar_b', 'bar_chair_blue', 2, 16, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1843, 'malja_bar_b', 'bar_chair_blue', 3, 16, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1844, 'malja_bar_b', 'bar_chair_blue', 0, 17, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1845, 'malja_bar_b', 'bar_table_blue', 2, 17, 3, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1846, 'malja_bar_b', 'bar_chair_blue', 4, 17, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1847, 'malja_bar_b', 'bar_chair_blue', 0, 18, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1848, 'malja_bar_b', 'bar_chair_blue', 4, 18, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1849, 'malja_bar_b', 'bar_chair_blue', 0, 19, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1850, 'malja_bar_b', 'bar_chair_blue', 2, 19, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1851, 'malja_bar_b', 'goldfish_bar', 0, 22, 3, 0, 0.001, 1, 1, 'invisible,solid', '', NULL, NULL),
(1852, 'bar_a', 'lounge_chair_small', 12, 3, 5, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1853, 'bar_a', 'lounge_table_one', 13, 3, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1854, 'bar_a', 'lounge_chair_small', 14, 3, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1855, 'bar_a', 'lounge_chair_small', 13, 4, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1856, 'bar_a', 'lounge_chair_small', 18, 5, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1857, 'bar_a', 'lounge_chair_small', 17, 6, 5, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1858, 'bar_a', 'lounge_table_one', 18, 6, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1859, 'bar_a', 'lounge_chair_small', 18, 7, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1860, 'bar_a', 'lounge_private_bigback', 13, 11, 5, 3, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1861, 'bar_a', 'lounge_private_bigsofaback', 14, 11, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1862, 'bar_a', 'lounge_private_bigsofaback', 15, 11, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1863, 'bar_a', 'lounge_private_bigsofaback', 16, 11, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1864, 'bar_a', 'lounge_private_bigsofaback', 17, 11, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1865, 'bar_a', 'lounge_private_bigback', 18, 11, 5, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1866, 'bar_a', 'lounge_private_bigsofa', 18, 12, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1867, 'bar_a', 'lounge_table_threea', 14, 13, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1868, 'bar_a', 'lounge_table_threeb', 15, 13, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1869, 'bar_a', 'lounge_table_threec', 16, 13, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1870, 'bar_a', 'lounge_private_bigsofa', 18, 13, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1871, 'bar_a', 'lounge_private_bigsofa', 18, 14, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1872, 'bar_a', 'lounge_private_bigcorner', 13, 15, 5, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1873, 'bar_a', 'lounge_private_bigsofa', 14, 15, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1874, 'bar_a', 'lounge_private_bigsofa', 15, 15, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1875, 'bar_a', 'lounge_private_bigsofa', 16, 15, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1876, 'bar_a', 'lounge_private_bigsofa', 17, 15, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1877, 'bar_a', 'lounge_private_bigcorner', 18, 15, 5, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1878, 'bar_a', 'lounge_chair_small', 3, 16, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1879, 'bar_a', 'lounge_chair_small', 8, 16, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1880, 'bar_a', 'lounge_table_one', 3, 17, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1881, 'bar_a', 'lounge_chair_small', 4, 17, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1882, 'bar_a', 'lounge_chair_small', 7, 17, 5, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1883, 'bar_a', 'lounge_table_one', 8, 17, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1884, 'bar_a', 'lounge_chair_small', 9, 17, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1885, 'bar_a', 'lounge_private_bigcorner', 13, 17, 5, 3, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1886, 'bar_a', 'lounge_private_bigsofa', 14, 17, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1887, 'bar_a', 'lounge_private_bigsofa', 15, 17, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1888, 'bar_a', 'lounge_private_bigsofa', 16, 17, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1889, 'bar_a', 'lounge_private_bigsofa', 17, 17, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1890, 'bar_a', 'lounge_private_bigcorner', 18, 17, 5, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1891, 'bar_a', 'lounge_chair_small', 3, 18, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1892, 'bar_a', 'lounge_chair_small', 8, 18, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1893, 'bar_a', 'lounge_private_bigsofa', 18, 18, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1894, 'bar_a', 'lounge_table_threea', 14, 19, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1895, 'bar_a', 'lounge_table_threeb', 15, 19, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1896, 'bar_a', 'lounge_table_threec', 16, 19, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1897, 'bar_a', 'lounge_private_bigsofa', 18, 19, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1898, 'bar_a', 'lounge_private_bigsofa', 18, 20, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1899, 'bar_a', 'lounge_private_bigcorner', 13, 21, 5, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1900, 'bar_a', 'lounge_private_bigsofa', 14, 21, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1901, 'bar_a', 'lounge_private_bigsofa', 15, 21, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1902, 'bar_a', 'lounge_private_bigsofa', 16, 21, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1903, 'bar_a', 'lounge_private_bigsofa', 17, 21, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1904, 'bar_a', 'lounge_private_bigcorner', 18, 21, 5, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1905, 'bar_a', 'lounge_bara', 4, 23, 5, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1906, 'bar_a', 'lounge_bara', 5, 23, 5, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1907, 'bar_a', 'lounge_bara', 6, 23, 5, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1908, 'bar_a', 'lounge_bara', 7, 23, 5, 3, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1909, 'bar_a', 'lounge_private_bigcorner', 13, 23, 5, 3, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1910, 'bar_a', 'lounge_private_bigsofa', 14, 23, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1911, 'bar_a', 'lounge_private_bigsofa', 15, 23, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1912, 'bar_a', 'lounge_private_bigsofa', 16, 23, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1913, 'bar_a', 'lounge_private_bigsofa', 17, 23, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1914, 'bar_a', 'lounge_private_bigcorner', 18, 23, 5, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1915, 'bar_a', 'lounge_bara', 7, 24, 5, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1916, 'bar_a', 'lounge_private_bigsofa', 18, 24, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1917, 'bar_a', 'lounge_bara', 7, 25, 5, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1918, 'bar_a', 'lounge_table_threea', 14, 25, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1919, 'bar_a', 'lounge_table_threeb', 15, 25, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1920, 'bar_a', 'lounge_table_threec', 16, 25, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1921, 'bar_a', 'lounge_private_bigsofa', 18, 25, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1922, 'bar_a', 'lounge_bara', 7, 26, 5, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1923, 'bar_a', 'lounge_private_bigsofa', 18, 26, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1924, 'bar_a', 'lounge_bara', 7, 27, 5, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1925, 'bar_a', 'lounge_private_bigcorner', 13, 27, 5, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1926, 'bar_a', 'lounge_private_bigsofa', 14, 27, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1927, 'bar_a', 'lounge_private_bigsofa', 15, 27, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1928, 'bar_a', 'lounge_private_bigsofa', 16, 27, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1929, 'bar_a', 'lounge_private_bigsofa', 17, 27, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1930, 'bar_a', 'lounge_private_bigcorner', 18, 27, 5, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1931, 'bar_b', 'stair', 5, 21, 2, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1932, 'bar_b', 'stair', 4, 21, 2, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1933, 'bar_b', 'stair', 5, 20, 3, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1934, 'bar_b', 'stair', 4, 20, 3, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1935, 'bar_b', 'lounge_chair_small', 14, 19, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1936, 'bar_b', 'lounge_table_one', 13, 19, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1937, 'bar_b', 'lounge_chair_small', 12, 19, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1938, 'bar_b', 'stair', 5, 19, 4, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1939, 'bar_b', 'stair', 4, 19, 4, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1940, 'bar_b', 'lounge_chair_small', 8, 18, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1941, 'bar_b', 'lounge_table_one', 8, 17, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1942, 'bar_b', 'lounge_chair_small', 15, 16, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1943, 'bar_b', 'lounge_chair_small', 8, 16, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1944, 'bar_b', 'lounge_table_one', 15, 15, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1945, 'bar_b', 'lounge_chair_small', 14, 15, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1946, 'bar_b', 'lounge_chair_small', 15, 14, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1947, 'bar_b', 'lounge_chair_small', 10, 13, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1948, 'bar_b', 'lounge_chair_small', 11, 12, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1949, 'bar_b', 'lounge_table_one', 10, 12, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1950, 'bar_b', 'lounge_chair_small', 9, 12, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1951, 'bar_b', 'lounge_chair_small', 10, 11, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1952, 'bar_b', 'lounge_chair_small', 15, 10, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1953, 'bar_b', 'lounge_table_one', 15, 9, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1954, 'bar_b', 'lounge_chair_small', 14, 9, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1955, 'bar_b', 'fatsblox', 3, 9, 4, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1956, 'bar_b', 'lounge_chair_small', 15, 8, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1957, 'bar_b', 'fatsofaa', 3, 8, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1958, 'bar_b', 'lounge_chair_small', 9, 7, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1959, 'bar_b', 'fatsofaa', 3, 7, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1960, 'bar_b', 'lounge_chair_small', 10, 6, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1961, 'bar_b', 'lounge_table_one', 9, 6, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1962, 'bar_b', 'lounge_chair_small', 8, 6, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1963, 'bar_b', 'fatsofaa', 3, 6, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1964, 'bar_b', 'fatsofaa', 3, 5, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1965, 'bar_b', 'fatsblox', 3, 4, 4, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1966, 'bar_b', 'fatsblox', 17, 3, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1967, 'bar_b', 'fatsofaa', 16, 3, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1968, 'bar_b', 'fatsofaa', 15, 3, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1969, 'bar_b', 'fatsofaa', 14, 3, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1970, 'bar_b', 'fatsofaa', 13, 3, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1971, 'bar_b', 'fatsblox', 12, 3, 4, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1972, 'bar_b', 'pub_pineapple_small', 3, 3, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1973, 'bar_b', 'stair', 11, 2, 100000, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1974, 'bar_b', 'stair', 10, 2, 4, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1975, 'bar_b', 'stair', 9, 2, 4, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1976, 'bar_b', 'stair', 8, 2, 4, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1977, 'bar_b', 'stair', 7, 2, 4, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1978, 'bar_b', 'stair', 6, 2, 4, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1979, 'bar_b', 'stair', 5, 2, 4, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1980, 'bar_b', 'stair', 4, 2, 4, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1981, 'habburger', 'sofa', 0, 0, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1982, 'habburger', 'table', 1, 0, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1983, 'habburger', 'sofa', 2, 0, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1984, 'habburger', 'sofa', 6, 0, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1985, 'habburger', 'tablesp', 7, 0, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1986, 'habburger', 'sofa', 8, 0, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1987, 'habburger', 'sofa', 12, 0, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1988, 'habburger', 'table', 13, 0, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1989, 'habburger', 'sofa', 14, 0, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1990, 'habburger', 'trashcan', 15, 0, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1991, 'habburger', 'sofa2', 0, 1, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1992, 'habburger', 'table2', 1, 1, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1993, 'habburger', 'sofa2', 2, 1, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1994, 'habburger', 'sofa2', 6, 1, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1995, 'habburger', 'table2', 7, 1, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1996, 'habburger', 'sofa2', 8, 1, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1997, 'habburger', 'sofa2', 12, 1, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1998, 'habburger', 'table2', 13, 1, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1999, 'habburger', 'sofa2', 14, 1, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2000, 'habburger', 'bardesk3', 2, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2001, 'habburger', 'sofa', 7, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2002, 'habburger', 'sofa2', 8, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2003, 'habburger', 'sofa', 12, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2004, 'habburger', 'sofa2', 13, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2005, 'habburger', 'bardesk4', 2, 8, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2006, 'habburger', 'tablesp', 7, 8, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2007, 'habburger', 'table2', 8, 8, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2008, 'habburger', 'table', 12, 8, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2009, 'habburger', 'table2', 13, 8, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2010, 'habburger', 'bardesk', 2, 9, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2011, 'habburger', 'sofa', 7, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2012, 'habburger', 'sofa2', 8, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2013, 'habburger', 'sofa', 12, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2014, 'habburger', 'sofa2', 13, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2015, 'habburger', 'bardesk2', 2, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2016, 'habburger', 'bardesk', 2, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2017, 'habburger', 'bardesk', 2, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2018, 'habburger', 'sofa', 7, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2019, 'habburger', 'sofa2', 8, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2020, 'habburger', 'sofa', 12, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2021, 'habburger', 'sofa2', 13, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2022, 'habburger', 'bardesk', 2, 13, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2023, 'habburger', 'table', 7, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2024, 'habburger', 'table2', 8, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2025, 'habburger', 'tablesp', 12, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2026, 'habburger', 'table2', 13, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2027, 'habburger', 'sofa', 7, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2028, 'habburger', 'sofa2', 8, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2029, 'habburger', 'sofa', 12, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2030, 'habburger', 'sofa2', 13, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2031, 'pizza', 'pizza_chair', 1, 11, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2032, 'pizza', 'pizza_chair', 1, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2033, 'pizza', 'pizza_chair', 1, 19, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2034, 'pizza', 'pizza_chair', 1, 8, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2035, 'pizza', 'pizza_chair', 11, 21, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2036, 'pizza', 'pizza_chair', 11, 22, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2037, 'pizza', 'pizza_chair', 14, 21, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2038, 'pizza', 'pizza_chair', 14, 22, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2039, 'pizza', 'pizza_chair', 2, 11, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2040, 'pizza', 'pizza_chair', 2, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2041, 'pizza', 'pizza_chair', 2, 19, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2042, 'pizza', 'pizza_chair', 2, 8, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2043, 'pizza', 'pizza_plant1', 0, 25, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2044, 'pizza', 'pizza_plant1', 15, 0, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2045, 'pizza', 'pizza_plant1', 15, 25, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2046, 'pizza', 'pizza_plant2', 0, 6, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2047, 'pizza', 'pizza_sofa1', 14, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2048, 'pizza', 'pizza_sofa1', 14, 3, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2049, 'pizza', 'pizza_sofa2', 15, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2050, 'pizza', 'pizza_sofa2', 15, 3, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2051, 'pizza', 'pizza_sofa3', 14, 13, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2052, 'pizza', 'pizza_sofa3', 14, 6, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2053, 'pizza', 'pizza_sofa4', 15, 13, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2054, 'pizza', 'pizza_sofa4', 15, 6, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2055, 'pizza', 'pizza_table', 13, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2056, 'pizza', 'pizza_table', 15, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2057, 'pizza', 'pizza_table', 15, 5, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2058, 'pizza', 'pizza_table', 2, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2059, 'pizza', 'pizza_table', 2, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2060, 'pizza', 'deska', 0, 5, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2061, 'pizza', 'deskb', 1, 5, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2062, 'pizza', 'deskc', 2, 5, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2063, 'pizza', 'deskd', 2, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2064, 'pizza', 'deske', 2, 3, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2065, 'pizza', 'deskf', 2, 2, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2066, 'pizza', 'deskg', 3, 2, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2067, 'pizza', 'deskh', 4, 2, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2068, 'pizza', 'deski', 5, 2, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2069, 'pizza', 'deskj', 6, 2, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2070, 'pizza', 'deskk', 6, 1, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2071, 'pizza', 'deskl', 6, 0, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2072, 'bb_lobby_1', 'bb_crossrd', 3, 0, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2073, 'bb_lobby_1', 'bb_bench1', 4, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2074, 'bb_lobby_1', 'bb_bench2', 5, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2075, 'bb_lobby_1', 'bb_plant1', 8, 0, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2076, 'bb_lobby_1', 'bb_sofa1', 9, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2077, 'bb_lobby_1', 'bb_sofa2', 10, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2078, 'bb_lobby_1', 'bb_plant1', 11, 0, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2079, 'bb_lobby_1', 'bb_sofa1', 12, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2080, 'bb_lobby_1', 'bb_sofa2', 13, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2081, 'bb_lobby_1', 'bb_plant1', 14, 0, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2082, 'bb_lobby_1', 'bb_bench1', 16, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2083, 'bb_lobby_1', 'bb_bench2', 17, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2084, 'bb_lobby_1', 'bb_corner1out', 18, 0, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2085, 'bb_lobby_1', 'bb_bench1', 3, 1, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2086, 'bb_lobby_1', 'bb_wallend1in', 18, 1, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2087, 'bb_lobby_1', 'bb_bench2', 3, 2, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2088, 'bb_lobby_1', 'bb_wallend1in', 18, 2, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2089, 'bb_lobby_1', 'bb_plant3', 3, 3, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2090, 'bb_lobby_1', 'bb_special', 7, 3, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2091, 'bb_lobby_1', 'bb_wallend1in', 8, 3, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2092, 'bb_lobby_1', 'bb_wallend1in', 9, 3, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2093, 'bb_lobby_1', 'bb_wallend1in', 10, 3, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2094, 'bb_lobby_1', 'bb_wallend1in', 11, 3, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2095, 'bb_lobby_1', 'bb_crossrd', 12, 3, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2096, 'bb_lobby_1', 'bb_crossrd', 16, 3, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2097, 'bb_lobby_1', 'bb_wallend1in', 17, 3, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2098, 'bb_lobby_1', 'bb_crossrd', 18, 3, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2099, 'bb_lobby_1', 'bb_wallend2in', 3, 4, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2100, 'bb_lobby_1', 'bb_wallend1in', 7, 4, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2101, 'bb_lobby_1', 'bb_bench1', 8, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2102, 'bb_lobby_1', 'bb_bench2', 9, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2103, 'bb_lobby_1', 'bb_bench1', 10, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2104, 'bb_lobby_1', 'bb_bench2', 11, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2105, 'bb_lobby_1', 'bb_wallend2in', 12, 4, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2106, 'bb_lobby_1', 'bb_wallend1in', 16, 4, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2107, 'bb_lobby_1', 'bb_bench1', 17, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2108, 'bb_lobby_1', 'bb_bench2', 18, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2109, 'bb_lobby_1', 'bb_wallendout', 19, 4, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2110, 'bb_lobby_1', 'bb_stool', 7, 5, 1, 3, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2111, 'bb_lobby_1', 'bb_stool', 12, 5, 1, 5, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2112, 'bb_lobby_1', 'bb_bench1', 19, 5, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2113, 'bb_lobby_1', 'bb_stool', 3, 6, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2114, 'bb_lobby_1', 'bb_bench2', 19, 6, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2115, 'bb_lobby_1', 'bb_chair', 9, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2116, 'bb_lobby_1', 'bb_chair', 10, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2117, 'bb_lobby_1', 'bb_bench1', 17, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2118, 'bb_lobby_1', 'bb_bench2', 18, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2119, 'bb_lobby_1', 'bb_wallendout', 19, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2120, 'bb_lobby_1', 'bb_stool', 3, 8, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2121, 'bb_lobby_1', 'bb_extra', 17, 8, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2122, 'bb_lobby_1', 'bb_extra', 18, 8, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2123, 'bb_lobby_1', 'bb_crossrd', 19, 8, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2124, 'bb_lobby_1', 'bb_stool', 3, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2125, 'bb_lobby_1', 'bb_chair', 9, 9, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2126, 'bb_lobby_1', 'bb_chair', 10, 9, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2127, 'bb_lobby_1', 'bb_bench1', 17, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2128, 'bb_lobby_1', 'bb_bench2', 18, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2129, 'bb_lobby_1', 'bb_wallendout', 19, 9, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2130, 'bb_lobby_1', 'bb_bench1', 19, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2131, 'bb_lobby_1', 'bb_stool', 7, 11, 1, 1, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2132, 'bb_lobby_1', 'bb_stool', 12, 11, 1, 7, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2133, 'bb_lobby_1', 'bb_bench2', 19, 11, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2134, 'bb_lobby_1', 'bb_wallend1in', 7, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2135, 'bb_lobby_1', 'bb_bench1', 8, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2136, 'bb_lobby_1', 'bb_bench2', 9, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2137, 'bb_lobby_1', 'bb_bench1', 10, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2138, 'bb_lobby_1', 'bb_bench2', 11, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2139, 'bb_lobby_1', 'bb_wallend2in', 12, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2140, 'bb_lobby_1', 'bb_bench1', 17, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2141, 'bb_lobby_1', 'bb_bench2', 18, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2142, 'bb_lobby_1', 'bb_wallendout', 19, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2143, 'bb_lobby_1', 'bb_corner1out', 7, 13, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2144, 'bb_lobby_1', 'bb_wallout', 8, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2145, 'bb_lobby_1', 'bb_wallout', 9, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2146, 'bb_lobby_1', 'bb_wallout', 10, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2147, 'bb_lobby_1', 'bb_wallout', 11, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2148, 'bb_lobby_1', 'bb_special', 12, 13, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2149, 'bb_lobby_1', 'bb_wallendout', 16, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2150, 'bb_lobby_1', 'bb_wallout', 17, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2151, 'bb_lobby_1', 'bb_wallout', 18, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2152, 'bb_lobby_1', 'bb_corner1out', 19, 13, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2153, 'bb_lobby_1', 'bb_plant0', 9, 14, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2154, 'bb_lobby_1', 'bb_sofa1', 10, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2155, 'bb_lobby_1', 'bb_sofa2', 11, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2156, 'bb_lobby_1', 'bb_plant2', 12, 14, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2157, 'bb_lobby_1', 'bb_plant2', 16, 14, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2158, 'bb_lobby_1', 'bb_sofa1', 17, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2159, 'bb_lobby_1', 'bb_sofa2', 18, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2160, 'bb_lobby_1', 'bb_plant0', 19, 14, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2161, 'bb_lobby_1', 'bb_sofa1', 9, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2162, 'bb_lobby_1', 'bb_sofa1', 19, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2163, 'bb_lobby_1', 'bb_sofa2', 9, 16, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2164, 'bb_lobby_1', 'bb_sofa2', 19, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2165, 'bb_lobby_1', 'bb_sofa1', 9, 17, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2166, 'bb_lobby_1', 'bb_sofa1', 19, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2167, 'bb_lobby_1', 'bb_sofa2', 9, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2168, 'bb_lobby_1', 'bb_sofa2', 19, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2169, 'bb_lobby_1', 'bb_plant0', 9, 19, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2170, 'bb_lobby_1', 'bb_sofa1', 10, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2171, 'bb_lobby_1', 'bb_sofa2', 11, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2172, 'bb_lobby_1', 'bb_plant3', 12, 19, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2173, 'bb_lobby_1', 'bb_plant3', 16, 19, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2174, 'bb_lobby_1', 'bb_sofa1', 17, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2175, 'bb_lobby_1', 'bb_sofa2', 18, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2176, 'bb_lobby_1', 'bb_plant0', 19, 19, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2177, 'snowwar_lobby_1', 'sw_barrellchair', 31, 18, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2178, 'snowwar_lobby_1', 'sw_barrellchair', 31, 19, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2179, 'snowwar_lobby_1', 'sw_barrellchair', 30, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2180, 'snowwar_lobby_1', 'sw_barrellchair', 37, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2181, 'snowwar_lobby_1', 'sw_barrellchair', 39, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2182, 'snowwar_lobby_1', 'sw_barrellchair', 41, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2183, 'snowwar_lobby_1', 'sw_chair1', 30, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2184, 'snowwar_lobby_1', 'sw_chair2', 31, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2185, 'snowwar_lobby_1', 'sw_chair2', 32, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2186, 'snowwar_lobby_1', 'sw_chair2', 33, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2187, 'snowwar_lobby_1', 'sw_chair3', 34, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2188, 'snowwar_lobby_1', 'sw_table1', 30, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2189, 'snowwar_lobby_1', 'sw_table2', 31, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2190, 'snowwar_lobby_1', 'sw_table3', 32, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2191, 'snowwar_lobby_1', 'sw_table4', 33, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2192, 'snowwar_lobby_1', 'sw_table5', 34, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2193, 'snowwar_lobby_1', 'sw_chair1', 30, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2194, 'snowwar_lobby_1', 'sw_chair2', 31, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2195, 'snowwar_lobby_1', 'sw_chair2', 32, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2196, 'snowwar_lobby_1', 'sw_chair2', 33, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2197, 'snowwar_lobby_1', 'sw_chair3', 34, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2198, 'snowwar_lobby_1', 'sw_chair1', 30, 29, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2199, 'snowwar_lobby_1', 'sw_chair2', 31, 29, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2200, 'snowwar_lobby_1', 'sw_chair2', 32, 29, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2201, 'snowwar_lobby_1', 'sw_chair2', 33, 29, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2202, 'snowwar_lobby_1', 'sw_chair3', 34, 29, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2203, 'snowwar_lobby_1', 'sw_table1', 30, 30, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2204, 'snowwar_lobby_1', 'sw_table2', 31, 30, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2205, 'snowwar_lobby_1', 'sw_table3', 32, 30, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2206, 'snowwar_lobby_1', 'sw_table4', 33, 30, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2207, 'snowwar_lobby_1', 'sw_table5', 34, 30, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2208, 'snowwar_lobby_1', 'sw_chair1', 30, 31, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2209, 'snowwar_lobby_1', 'sw_chair2', 31, 31, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2210, 'snowwar_lobby_1', 'sw_chair2', 32, 31, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2211, 'snowwar_lobby_1', 'sw_chair2', 33, 31, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2212, 'snowwar_lobby_1', 'sw_chair3', 34, 31, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2213, 'snowwar_lobby_1', 'invisichair', 27, 32, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2214, 'snowwar_lobby_1', 'invisichair', 27, 33, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2215, 'snowwar_lobby_1', 'invisichair', 27, 34, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2216, 'snowwar_lobby_1', 'invisichair', 28, 36, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2217, 'snowwar_lobby_1', 'invisichair', 29, 36, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2218, 'snowwar_lobby_1', 'invisichair', 30, 36, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2219, 'snowwar_lobby_1', 'invisichair', 31, 36, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2220, 'tv_studio', 'much_camera3', 4, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2221, 'tv_studio', 'much_chair', 14, 4, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2222, 'tv_studio', 'much_chair', 18, 5, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2223, 'tv_studio', 'much_chair', 18, 7, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2224, 'tv_studio', 'much_chair', 19, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2225, 'tv_studio', 'much_chair', 19, 12, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2226, 'tv_studio', 'much_chair', 2, 6, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2227, 'tv_studio', 'much_chair', 5, 3, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2228, 'tv_studio', 'much_sofa1a', 0, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2229, 'tv_studio', 'much_sofa1a', 1, 18, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2230, 'tv_studio', 'much_sofa1a', 14, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2231, 'tv_studio', 'much_sofa1a', 14, 24, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2232, 'tv_studio', 'much_sofa1a', 18, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2233, 'tv_studio', 'much_sofa1a', 6, 27, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2234, 'tv_studio', 'much_sofa1a', 8, 1, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2235, 'tv_studio', 'much_sofa1a', 8, 31, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2236, 'tv_studio', 'much_sofa1b', 0, 16, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2237, 'tv_studio', 'much_sofa1b', 10, 1, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2238, 'tv_studio', 'much_sofa1b', 15, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2239, 'tv_studio', 'much_sofa1b', 15, 24, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2240, 'tv_studio', 'much_sofa1b', 16, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2241, 'tv_studio', 'much_sofa1b', 18, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2242, 'tv_studio', 'much_sofa1b', 18, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2243, 'tv_studio', 'much_sofa1b', 2, 18, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2244, 'tv_studio', 'much_sofa1b', 3, 18, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2245, 'tv_studio', 'much_sofa1b', 6, 28, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2246, 'tv_studio', 'much_sofa1b', 6, 29, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2247, 'tv_studio', 'much_sofa1b', 6, 30, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2248, 'tv_studio', 'much_sofa1b', 9, 1, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2249, 'tv_studio', 'much_sofa1b', 9, 31, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2250, 'tv_studio', 'much_stool', 14, 10, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2251, 'tv_studio', 'much_stool', 14, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2252, 'tv_studio', 'much_stool', 14, 12, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2253, 'tv_studio', 'much_stool', 14, 13, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2254, 'tv_studio', 'much_table1', 10, 3, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2255, 'tv_studio', 'much_table1', 16, 16, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2256, 'tv_studio', 'much_table1', 2, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2257, 'tv_studio', 'much_table1', 8, 29, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2258, 'tv_studio', 'much_table2', 15, 16, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2259, 'tv_studio', 'much_table2', 8, 28, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2260, 'tv_studio', 'much_table2', 9, 3, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2261, 'tv_studio', 'much_table3', 14, 16, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2262, 'tv_studio', 'much_table3', 2, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2263, 'tv_studio', 'much_table3', 8, 27, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2264, 'tv_studio', 'much_table3', 8, 3, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2265, 'tv_studio', 'watermatic', 5, 25, 4, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2266, 'club_mammoth', 'bbarstool', 14, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2267, 'club_mammoth', 'bbarstool', 14, 1, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2268, 'club_mammoth', 'bbarstool', 14, 2, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2269, 'club_mammoth', 'elephantcouch2', 18, 4, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2270, 'club_mammoth', 'elephantcouch4', 21, 4, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2271, 'club_mammoth', 'elephantcouch1', 18, 5, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2272, 'club_mammoth', 'elephantcouch3', 21, 5, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2273, 'club_mammoth', 'tinypalm', 11, 6, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2274, 'club_mammoth', 'plainstool1', 12, 6, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2275, 'club_mammoth', 'plainstool2', 13, 6, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2276, 'club_mammoth', 'plainstool2', 14, 6, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2277, 'club_mammoth', 'plainstool2', 15, 6, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2278, 'club_mammoth', 'plainstool2', 16, 6, 100000, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2279, 'club_mammoth', 'bbarstool', 15, 9, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2280, 'club_mammoth', 'bbarstool', 15, 10, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2281, 'club_mammoth', 'bbarstool', 15, 11, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2282, 'club_mammoth', 'bbarstool', 16, 11, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2283, 'club_mammoth', 'bbarstool', 17, 11, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2284, 'club_mammoth', 'plainstool3', 11, 15, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2285, 'club_mammoth', 'plainstool3', 11, 16, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2286, 'club_mammoth', 'plainstool3', 11, 17, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2287, 'club_mammoth', 'plainstool3', 11, 18, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2288, 'club_mammoth', 'elephantcouch2', 20, 24, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2289, 'club_mammoth', 'elephantcouch4', 23, 24, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2290, 'club_mammoth', 'elephantcouch1', 20, 25, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2291, 'club_mammoth', 'elephantcouch3', 23, 25, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2292, 'club_mammoth', 'boothsofa1', 7, 27, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2293, 'club_mammoth', 'boothsofa3', 11, 27, 6, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2294, 'club_mammoth', 'boothsofa1', 13, 27, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2295, 'club_mammoth', 'boothsofa1', 7, 28, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2296, 'club_mammoth', 'boothsofa3', 11, 28, 6, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2297, 'club_mammoth', 'tinypalm', 12, 28, 6, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2298, 'club_mammoth', 'boothsofa1', 13, 28, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2299, 'club_mammoth', 'boothsofa1', 7, 29, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2300, 'club_mammoth', 'boothsofa3', 11, 29, 6, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2301, 'club_mammoth', 'boothsofa1', 13, 29, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2302, 'club_mammoth', 'boothsofacorner1', 7, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2303, 'club_mammoth', 'boothsofa2', 8, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2304, 'club_mammoth', 'boothsofa2', 9, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2305, 'club_mammoth', 'boothsofa2', 10, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2306, 'club_mammoth', 'boothsofacorner2', 11, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2307, 'club_mammoth', 'tinypalm', 12, 30, 6, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2308, 'club_mammoth', 'boothsofacorner1', 13, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2309, 'club_mammoth', 'boothsofa2', 14, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2310, 'club_mammoth', 'boothsofa2', 15, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2311, 'club_mammoth', 'boothsofa2', 16, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2312, 'club_mammoth', 'boothsofa2', 17, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2313, 'ice_cafe', 'cafe_chair_cream', 17, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2314, 'ice_cafe', 'infokiosk', 17, 0, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2315, 'ice_cafe', 'cafe_deskb', 1, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2316, 'ice_cafe', 'cafe_chair_blue', 5, 17, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2317, 'ice_cafe', 'cafe_table_biga_blue', 4, 2, 1, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(2318, 'ice_cafe', 'infokiosk', 15, 0, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2319, 'ice_cafe', 'cafe_chair_blue', 3, 1, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2320, 'ice_cafe', 'cafe_sofaa', 2, 21, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2321, 'ice_cafe', 'cafe_deskb', 1, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2322, 'ice_cafe', 'cafe_sofaa', 2, 23, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2323, 'ice_cafe', 'cafe_chair_cream', 13, 3, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2324, 'ice_cafe', 'cafe_chair_cream', 10, 4, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2325, 'ice_cafe', 'cafe_table_cream', 15, 10, 0, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(2326, 'ice_cafe', 'cafe_chair_cream', 13, 4, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2327, 'ice_cafe', 'cafe_chair_blue', 3, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2328, 'ice_cafe', 'cafe_deskb', 1, 13, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2329, 'ice_cafe', 'cafe_sofab', 2, 20, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2330, 'ice_cafe', 'construction', 8, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2331, 'ice_cafe', 'cafe_chair_blue', 3, 2, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2332, 'ice_cafe', 'cafe_chair_cream', 14, 10, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2333, 'ice_cafe', 'cafe_chair_cream', 12, 5, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2334, 'ice_cafe', 'cafe_chair_cream', 14, 17, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2335, 'ice_cafe', 'cafe_chair_blue', 5, 10, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2336, 'ice_cafe', 'cafe_chair_blue', 5, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2337, 'ice_cafe', 'cafe_chair_cream', 15, 9, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2338, 'ice_cafe', 'cafe_table_bigb_cream', 12, 2, 0, 0, 0.001, 0, 0, 'solid', '', NULL, NULL),
(2339, 'ice_cafe', 'cafe_chair_blue', 3, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2340, 'ice_cafe', 'cafe_chair_cream', 10, 3, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2341, 'ice_cafe', 'cafe_table_biga_cream', 11, 3, 0, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(2342, 'ice_cafe', 'cafe_chair_cream', 10, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2343, 'ice_cafe', 'cafe_chair_cream', 17, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2344, 'ice_cafe', 'cafe_chair_blue', 5, 4, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2345, 'ice_cafe', 'cafe_chair_blue', 6, 1, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2346, 'ice_cafe', 'cafe_chair_blue', 6, 16, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2347, 'ice_cafe', 'cafe_chair_blue', 3, 8, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2348, 'ice_cafe', 'cafe_chair_cream', 11, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2349, 'ice_cafe', 'cafe_table_bigb_blue', 5, 1, 1, 0, 0.001, 0, 0, 'solid', '', NULL, NULL),
(2350, 'ice_cafe', 'cafe_chair_cream', 11, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2351, 'ice_cafe', 'cafe_table_blue', 4, 8, 1, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(2352, 'ice_cafe', 'cafe_table_cream', 15, 17, 0, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(2353, 'ice_cafe', 'cafe_chair_cream', 10, 2, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2354, 'ice_cafe', 'infokiosk', 16, 0, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2355, 'ice_cafe', 'cafe_sofab', 2, 22, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2356, 'ice_cafe', 'cafe_chair_cream', 13, 20, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2357, 'ice_cafe', 'cafe_chair_cream', 15, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2358, 'ice_cafe', 'cafe_chair_cream', 16, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2359, 'ice_cafe', 'cafe_deskc', 1, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2360, 'ice_cafe', 'cafe_chair_blue', 6, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2361, 'ice_cafe', 'cafe_chair_cream', 15, 12, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2362, 'ice_cafe', 'cafe_chair_cream', 11, 1, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2363, 'ice_cafe', 'cafe_chair_blue', 6, 2, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2364, 'ice_cafe', 'cafe_table_blue', 4, 15, 1, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(2365, 'ice_cafe', 'cafe_chair_blue', 6, 3, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2366, 'ice_cafe', 'cafe_deskb', 1, 11, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2367, 'ice_cafe', 'cafe_table_cream', 11, 19, 0, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(2368, 'ice_cafe', 'cafe_deskb', 1, 14, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2369, 'ice_cafe', 'cafe_chair_cream', 13, 2, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2370, 'ice_cafe', 'cafe_chair_blue', 4, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2371, 'netcafe', 'k', 15, 7, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2372, 'netcafe', 'k', 12, 12, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2373, 'netcafe', 'k', 15, 9, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2374, 'netcafe', 'k', 16, 1, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2375, 'netcafe', 'k', 18, 10, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2376, 'netcafe', 'k', 18, 9, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2377, 'netcafe', 'k', 19, 1, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2378, 'netcafe', 'k', 4, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2379, 'netcafe', 'k', 4, 12, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2380, 'netcafe', 'k', 6, 18, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2381, 'netcafe', 'k', 9, 9, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2382, 'netcafe', 'kukat1', 13, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2383, 'netcafe', 'kukat1', 20, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2384, 'netcafe', 'kukat1', 6, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2385, 'netcafe', 'kukat1', 8, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2386, 'netcafe', 'kukat2', 12, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2387, 'netcafe', 'kukat2', 19, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2388, 'netcafe', 'kukat2', 5, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2389, 'netcafe', 'kukat2', 7, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2390, 'netcafe', 'kukat3', 9, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2391, 'netcafe', 'kukat3', 9, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2392, 'netcafe', 'kukat4', 9, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2393, 'netcafe', 'kukat4', 9, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2394, 'netcafe', 'kukat5', 6, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2395, 'netcafe', 'kukat6', 5, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2396, 'netcafe', 'kukka', 20, 23, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2397, 'netcafe', 'kukka2', 15, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2398, 'netcafe', 'l', 12, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2399, 'netcafe', 'l', 13, 1, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2400, 'netcafe', 'l', 15, 8, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2401, 'netcafe', 'l', 18, 8, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2402, 'netcafe', 'l', 4, 11, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2403, 'netcafe', 'l', 9, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2404, 'netcafe', 'l', 9, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2405, 'netcafe', 'm', 10, 1, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2406, 'netcafe', 'm', 12, 10, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2407, 'netcafe', 'm', 12, 9, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2408, 'netcafe', 'm', 15, 10, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2409, 'netcafe', 'm', 18, 7, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2410, 'netcafe', 'm', 4, 13, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2411, 'netcafe', 'm', 4, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2412, 'netcafe', 'm', 6, 21, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2413, 'netcafe', 'm', 9, 10, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2414, 'netcafe', 'shift1', 0, 5, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2415, 'netcafe', 'shift1', 12, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2416, 'netcafe', 'shift1', 19, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2417, 'netcafe', 'shift1', 2, 5, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2418, 'netcafe', 'shift1', 6, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2419, 'netcafe', 'shift2', 1, 5, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2420, 'netcafe', 'shift2', 13, 4, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2421, 'netcafe', 'shift2', 20, 4, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2422, 'netcafe', 'shift2', 3, 5, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2423, 'netcafe', 'shift2', 7, 0, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2424, 'netcafe', 'sofabig1', 20, 21, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2425, 'netcafe', 'sofabig2', 20, 19, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2426, 'netcafe', 'sofabig2', 20, 20, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2427, 'netcafe', 'sofabig3', 20, 18, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2428, 'netcafe', 'sofalittle1', 18, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2429, 'netcafe', 'sofalittle2', 17, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2430, 'netcafe', 'sofalittle3', 16, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2431, 'netcafe', 'table1', 17, 19, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2432, 'netcafe', 'table1', 17, 20, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2433, 'netcafe', 'table1', 17, 21, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2434, 'netcafe', 'table2', 16, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2435, 'netcafe', 'table2', 16, 7, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2436, 'netcafe', 'table2', 16, 8, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2437, 'netcafe', 'table2', 16, 9, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2438, 'netcafe', 'table3', 10, 10, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2439, 'netcafe', 'table3', 10, 11, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2440, 'netcafe', 'table3', 10, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2441, 'netcafe', 'table3', 10, 9, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2442, 'netcafe', 'tablecorner', 11, 9, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2443, 'netcafe', 'tablecorner', 17, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2444, 'netcafe', 'tablecorner', 18, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2445, 'netcafe', 'watermatic', 5, 0, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2446, 'hallway0', 'hw_chair', 15, 0, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2447, 'hallway0', 'hw_chair', 15, 1, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2448, 'hallway0', 'hw_chair', 17, 0, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2449, 'hallway0', 'hw_chair', 17, 1, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2450, 'hallway0', 'hw_chair', 20, 0, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2451, 'hallway0', 'hw_chair', 20, 1, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2452, 'hallway0', 'hw_chair', 20, 2, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2453, 'hallway0', 'hw_chair', 22, 0, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2454, 'hallway0', 'hw_chair', 22, 1, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2455, 'hallway0', 'hw_chair', 22, 2, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2456, 'hallway0', 'hw_chair', 25, 0, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2457, 'hallway0', 'hw_chair', 25, 1, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2458, 'hallway0', 'hw_chair', 27, 0, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2459, 'hallway0', 'hw_chair', 27, 1, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2460, 'hallway0', 'hw_ero1', 17, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2461, 'hallway0', 'hw_ero2', 18, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2462, 'hallway0', 'hw_ero5', 19, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2463, 'hallway0', 'hw_plant', 4, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2464, 'hallway0', 'hw_plant', 4, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2465, 'hallway0', 'hw_pntg', 18, 0, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2466, 'hallway0', 'hw_smtble', 7, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2467, 'hallway0', 'hw_sofa1', 12, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2468, 'hallway0', 'hw_sofa1', 5, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2469, 'hallway0', 'hw_sofa1', 8, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2470, 'hallway0', 'hw_sofa2', 12, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2471, 'hallway0', 'hw_sofa2', 12, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2472, 'hallway0', 'hw_sofa2', 12, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2473, 'hallway0', 'hw_sofa3', 12, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2474, 'hallway0', 'hw_sofa3', 6, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2475, 'hallway0', 'hw_sofa3', 9, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2476, 'hallway0', 'hw_table1', 16, 0, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2477, 'hallway0', 'hw_table1', 21, 0, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2478, 'hallway0', 'hw_table1', 26, 0, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2479, 'hallway0', 'hw_table2', 21, 1, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2480, 'hallway0', 'hw_table3', 16, 1, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2481, 'hallway0', 'hw_table3', 21, 2, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2482, 'hallway0', 'hw_table3', 26, 1, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2483, 'hallway0', 'hw_watermatic', 10, 0, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2484, 'hallway0', 'pillar1', 12, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2485, 'hallway9', 'hw_ero1', 12, 14, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2486, 'hallway9', 'hw_ero1', 14, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2487, 'hallway9', 'hw_ero1', 14, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2488, 'hallway9', 'hw_ero1', 19, 14, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2489, 'hallway9', 'hw_ero2', 12, 15, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2490, 'hallway9', 'hw_ero2', 15, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2491, 'hallway9', 'hw_ero2', 15, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2492, 'hallway9', 'hw_ero2', 19, 15, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2493, 'hallway9', 'hw_ero3', 12, 16, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2494, 'hallway9', 'hw_ero3', 16, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2495, 'hallway9', 'hw_ero3', 16, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2496, 'hallway9', 'hw_ero3', 19, 16, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2497, 'hallway9', 'hw_ero5', 12, 17, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2498, 'hallway9', 'hw_ero5', 17, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2499, 'hallway9', 'hw_ero5', 17, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2500, 'hallway9', 'hw_ero5', 19, 17, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2501, 'hallway9', 'hw_plant', 12, 27, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2502, 'hallway9', 'hw_shelf', 12, 4, 0, 4, 0.001, 2, 1, 'solid', '', NULL, NULL),
(2503, 'hallway9', 'hw_shelf', 4, 12, 0, 2, 0.001, 2, 1, 'solid', '', NULL, NULL),
(2504, 'hallway9', 'hw_smtble', 10, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2505, 'hallway9', 'hw_smtble', 12, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2506, 'hallway9', 'hw_smtble', 12, 21, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2507, 'hallway9', 'hw_smtble', 21, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2508, 'hallway9', 'hw_sofa1', 12, 22, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2509, 'hallway9', 'hw_sofa1', 12, 6, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2510, 'hallway9', 'hw_sofa1', 22, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2511, 'hallway9', 'hw_sofa1', 6, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2512, 'hallway9', 'hw_sofa2', 12, 23, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2513, 'hallway9', 'hw_sofa2', 12, 24, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2514, 'hallway9', 'hw_sofa2', 12, 7, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2515, 'hallway9', 'hw_sofa2', 12, 8, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2516, 'hallway9', 'hw_sofa2', 23, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2517, 'hallway9', 'hw_sofa2', 24, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2518, 'hallway9', 'hw_sofa2', 7, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2519, 'hallway9', 'hw_sofa2', 8, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2520, 'hallway9', 'hw_sofa3', 12, 25, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2521, 'hallway9', 'hw_sofa3', 12, 9, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2522, 'hallway9', 'hw_sofa3', 25, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2523, 'hallway9', 'hw_sofa3', 9, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2524, 'hallway9', 'hw_watermatic', 27, 12, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2525, 'hallway9', 'pillar1', 19, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2526, 'hallway9', 'pillar1', 4, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2527, 'hallway2', 'hw_chair', 17, 13, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2528, 'hallway2', 'hw_chair', 17, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2529, 'hallway2', 'hw_chair', 19, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2530, 'hallway2', 'hw_chair', 19, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2531, 'hallway2', 'hw_chair', 20, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2532, 'hallway2', 'hw_chair', 22, 13, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2533, 'hallway2', 'hw_chair', 22, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2534, 'hallway2', 'hw_chair', 22, 18, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2535, 'hallway2', 'hw_ero1', 12, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2536, 'hallway2', 'hw_ero1', 22, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2537, 'hallway2', 'hw_ero1', 4, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2538, 'hallway2', 'hw_ero2', 13, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2539, 'hallway2', 'hw_ero2', 16, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2540, 'hallway2', 'hw_ero3', 14, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2541, 'hallway2', 'hw_ero4', 15, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2542, 'hallway2', 'hw_ero5', 17, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2543, 'hallway2', 'hw_ero5', 23, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2544, 'hallway2', 'hw_ero5', 5, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2545, 'hallway2', 'hw_plant', 13, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2546, 'hallway2', 'hw_plant', 18, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2547, 'hallway2', 'hw_plant', 3, 6, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2548, 'hallway2', 'hw_plant', 4, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2549, 'hallway2', 'hw_smtble', 17, 14, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2550, 'hallway2', 'hw_smtble', 18, 18, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2551, 'hallway2', 'hw_smtble', 21, 13, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2552, 'hallway2', 'hw_smtble', 22, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2553, 'hallway2', 'hw_smtble', 4, 14, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2554, 'hallway2', 'hw_smtble', 7, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2555, 'hallway2', 'hw_sofa1', 4, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2556, 'hallway2', 'hw_sofa1', 4, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2557, 'hallway2', 'hw_sofa1', 5, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2558, 'hallway2', 'hw_sofa1', 8, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2559, 'hallway2', 'hw_sofa3', 4, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2560, 'hallway2', 'hw_sofa3', 4, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2561, 'hallway2', 'hw_sofa3', 6, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2562, 'hallway2', 'hw_sofa3', 9, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2563, 'hallway2', 'hw_statue', 19, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2564, 'hallway2', 'hw_watermatic', 11, 13, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2565, 'hallway2', 'pillar1', 11, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2566, 'hallway1', 'hw_chair', 13, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2567, 'hallway1', 'hw_chair', 17, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2568, 'hallway1', 'hw_chair', 17, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2569, 'hallway1', 'hw_chair', 18, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2570, 'hallway1', 'hw_chair', 18, 18, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2571, 'hallway1', 'hw_chair', 4, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2572, 'hallway1', 'hw_chair', 4, 18, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2573, 'hallway1', 'hw_ero1', 17, 13, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2574, 'hallway1', 'hw_ero5', 18, 13, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2575, 'hallway1', 'hw_painting1', 22, 5, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2576, 'hallway1', 'hw_plant', 12, 9, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2577, 'hallway1', 'hw_plant', 26, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2578, 'hallway1', 'hw_plant', 4, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2579, 'hallway1', 'hw_plant', 4, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2580, 'hallway1', 'hw_smtble', 12, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2581, 'hallway1', 'hw_smtble', 22, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2582, 'hallway1', 'hw_smtble', 7, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2583, 'hallway1', 'hw_sofa1', 12, 5, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2584, 'hallway1', 'hw_sofa1', 19, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2585, 'hallway1', 'hw_sofa1', 23, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2586, 'hallway1', 'hw_sofa1', 5, 12, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2587, 'hallway1', 'hw_sofa1', 8, 12, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2588, 'hallway1', 'hw_sofa2', 12, 6, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2589, 'hallway1', 'hw_sofa2', 12, 7, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2590, 'hallway1', 'hw_sofa2', 20, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2591, 'hallway1', 'hw_sofa2', 24, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2592, 'hallway1', 'hw_sofa3', 12, 8, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2593, 'hallway1', 'hw_sofa3', 21, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2594, 'hallway1', 'hw_sofa3', 25, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2595, 'hallway1', 'hw_sofa3', 6, 12, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2596, 'hallway1', 'hw_sofa3', 9, 12, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2597, 'hallway1', 'hw_table1', 17, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2598, 'hallway1', 'hw_table3', 18, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2599, 'hallway1', 'hw_watermatic', 12, 10, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2600, 'hallway1', 'pillar1', 10, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2601, 'hallway3', 'hw_chair', 13, 4, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2602, 'hallway3', 'hw_chair', 13, 5, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2603, 'hallway3', 'hw_chair', 15, 4, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2604, 'hallway3', 'hw_chair', 15, 5, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2605, 'hallway3', 'hw_chair', 5, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2606, 'hallway3', 'hw_chair', 7, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2607, 'hallway3', 'hw_chair', 7, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2608, 'hallway3', 'hw_chair', 9, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2609, 'hallway3', 'hw_chair', 9, 11, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2610, 'hallway3', 'hw_ero1', 12, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2611, 'hallway3', 'hw_ero2', 12, 11, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2612, 'hallway3', 'hw_ero2', 12, 14, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2613, 'hallway3', 'hw_ero2', 12, 17, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2614, 'hallway3', 'hw_ero3', 12, 12, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2615, 'hallway3', 'hw_ero3', 12, 15, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2616, 'hallway3', 'hw_ero3', 12, 18, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2617, 'hallway3', 'hw_ero4', 12, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2618, 'hallway3', 'hw_ero4', 12, 16, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2619, 'hallway3', 'hw_ero5', 12, 19, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2620, 'hallway3', 'hw_plant', 10, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2621, 'hallway3', 'hw_plant', 26, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2622, 'hallway3', 'hw_plant', 4, 5, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2623, 'hallway3', 'hw_smtble', 4, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2624, 'hallway3', 'hw_sofa1', 21, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2625, 'hallway3', 'hw_sofa2', 22, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2626, 'hallway3', 'hw_sofa2', 23, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2627, 'hallway3', 'hw_sofa2', 24, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2628, 'hallway3', 'hw_sofa3', 25, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2629, 'hallway3', 'hw_table1', 14, 4, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2630, 'hallway3', 'hw_table1', 8, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2631, 'hallway3', 'hw_table3', 14, 5, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2632, 'hallway3', 'hw_table3', 8, 11, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2633, 'hallway3', 'hw_watermatic', 19, 13, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2634, 'hallway3', 'pillar1', 19, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2635, 'hallway4', 'hw_chair', 20, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2636, 'hallway4', 'hw_chair', 20, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2637, 'hallway4', 'hw_chair', 20, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2638, 'hallway4', 'hw_chair', 20, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2639, 'hallway4', 'hw_chair', 22, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2640, 'hallway4', 'hw_chair', 22, 13, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2641, 'hallway4', 'hw_chair', 22, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2642, 'hallway4', 'hw_chair', 22, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2643, 'hallway4', 'hw_ero1', 17, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2644, 'hallway4', 'hw_ero2', 18, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2645, 'hallway4', 'hw_ero2', 21, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2646, 'hallway4', 'hw_ero3', 19, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2647, 'hallway4', 'hw_ero4', 20, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2648, 'hallway4', 'hw_ero5', 22, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2649, 'hallway4', 'hw_painting1', 19, 1, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2650, 'hallway4', 'hw_plant', 14, 0, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2651, 'hallway4', 'hw_plant', 27, 1, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2652, 'hallway4', 'hw_plant', 27, 6, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2653, 'hallway4', 'hw_plant', 4, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2654, 'hallway4', 'hw_plant', 4, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2655, 'hallway4', 'hw_smtble', 19, 0, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2656, 'hallway4', 'hw_smtble', 7, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2657, 'hallway4', 'hw_sofa1', 15, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2658, 'hallway4', 'hw_sofa1', 20, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2659, 'hallway4', 'hw_sofa1', 5, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2660, 'hallway4', 'hw_sofa1', 8, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2661, 'hallway4', 'hw_sofa2', 16, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2662, 'hallway4', 'hw_sofa2', 17, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2663, 'hallway4', 'hw_sofa2', 21, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2664, 'hallway4', 'hw_sofa2', 22, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2665, 'hallway4', 'hw_sofa3', 18, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2666, 'hallway4', 'hw_sofa3', 23, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2667, 'hallway4', 'hw_sofa3', 6, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2668, 'hallway4', 'hw_sofa3', 9, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2669, 'hallway4', 'hw_table1', 21, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2670, 'hallway4', 'hw_table1', 21, 9, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2671, 'hallway4', 'hw_table3', 21, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2672, 'hallway4', 'hw_table3', 21, 14, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2673, 'hallway4', 'hw_watermatic', 14, 7, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2674, 'hallway4', 'pillar1', 13, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2675, 'hallway5', 'hw_chair', 13, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2676, 'hallway5', 'hw_chair', 23, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2677, 'hallway5', 'hw_chair', 23, 6, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2678, 'hallway5', 'hw_chair', 23, 7, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2679, 'hallway5', 'hw_chair', 23, 8, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2680, 'hallway5', 'hw_chair', 23, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2681, 'hallway5', 'hw_chair', 25, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2682, 'hallway5', 'hw_chair', 25, 6, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2683, 'hallway5', 'hw_chair', 25, 7, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2684, 'hallway5', 'hw_chair', 25, 8, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2685, 'hallway5', 'hw_chair', 25, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2686, 'hallway5', 'hw_ero1', 15, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2687, 'hallway5', 'hw_ero1', 22, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2688, 'hallway5', 'hw_ero2', 23, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2689, 'hallway5', 'hw_ero3', 24, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2690, 'hallway5', 'hw_ero4', 25, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2691, 'hallway5', 'hw_ero5', 16, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2692, 'hallway5', 'hw_ero5', 26, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2693, 'hallway5', 'hw_plant', 12, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2694, 'hallway5', 'hw_plant', 17, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2695, 'hallway5', 'hw_plant', 19, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2696, 'hallway5', 'hw_plant', 25, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2697, 'hallway5', 'hw_plant', 4, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2698, 'hallway5', 'hw_plant', 4, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2699, 'hallway5', 'hw_smtble', 12, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2700, 'hallway5', 'hw_smtble', 14, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2701, 'hallway5', 'hw_smtble', 21, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2702, 'hallway5', 'hw_smtble', 7, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2703, 'hallway5', 'hw_sofa1', 12, 5, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2704, 'hallway5', 'hw_sofa1', 12, 8, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2705, 'hallway5', 'hw_sofa1', 14, 23, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2706, 'hallway5', 'hw_sofa1', 15, 22, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2707, 'hallway5', 'hw_sofa1', 21, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2708, 'hallway5', 'hw_sofa1', 23, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2709, 'hallway5', 'hw_sofa1', 5, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2710, 'hallway5', 'hw_sofa1', 8, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2711, 'hallway5', 'hw_sofa2', 14, 24, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2712, 'hallway5', 'hw_sofa2', 16, 22, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2713, 'hallway5', 'hw_sofa2', 24, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2714, 'hallway5', 'hw_sofa3', 12, 6, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2715, 'hallway5', 'hw_sofa3', 12, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2716, 'hallway5', 'hw_sofa3', 14, 25, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2717, 'hallway5', 'hw_sofa3', 17, 22, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2718, 'hallway5', 'hw_sofa3', 21, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2719, 'hallway5', 'hw_sofa3', 25, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2720, 'hallway5', 'hw_sofa3', 6, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2721, 'hallway5', 'hw_sofa3', 9, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2722, 'hallway5', 'hw_table1', 24, 6, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2723, 'hallway5', 'hw_table2', 24, 7, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2724, 'hallway5', 'hw_table2', 24, 8, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2725, 'hallway5', 'hw_table2', 24, 9, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2726, 'hallway5', 'hw_table3', 24, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2727, 'hallway5', 'hw_watermatic', 18, 4, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2728, 'hallway5', 'pillar1', 12, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2729, 'hallway8', 'hw_chair', 17, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2730, 'hallway8', 'hw_chair', 17, 14, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2731, 'hallway8', 'hw_chair', 17, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2732, 'hallway8', 'hw_chair', 17, 16, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2733, 'hallway8', 'hw_chair', 19, 13, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2734, 'hallway8', 'hw_chair', 19, 14, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2735, 'hallway8', 'hw_chair', 19, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2736, 'hallway8', 'hw_chair', 19, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2737, 'hallway8', 'hw_chair', 6, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2738, 'hallway8', 'hw_chair', 6, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2739, 'hallway8', 'hw_chair', 7, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2740, 'hallway8', 'hw_chair', 7, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2741, 'hallway8', 'hw_chair', 8, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2742, 'hallway8', 'hw_chair', 8, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2743, 'hallway8', 'hw_chair', 9, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2744, 'hallway8', 'hw_chair', 9, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2745, 'hallway8', 'hw_ero1', 12, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2746, 'hallway8', 'hw_ero1', 20, 0, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2747, 'hallway8', 'hw_ero2', 13, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2748, 'hallway8', 'hw_ero2', 16, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2749, 'hallway8', 'hw_ero2', 20, 1, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2750, 'hallway8', 'hw_ero2', 20, 2, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2751, 'hallway8', 'hw_ero3', 14, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2752, 'hallway8', 'hw_ero3', 17, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2753, 'hallway8', 'hw_ero4', 15, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2754, 'hallway8', 'hw_ero4', 18, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2755, 'hallway8', 'hw_ero5', 19, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2756, 'hallway8', 'hw_ero5', 20, 3, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2757, 'hallway8', 'hw_painting2', 7, 5, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2758, 'hallway8', 'hw_plant', 4, 13, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2759, 'hallway8', 'hw_plant', 4, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2760, 'hallway8', 'hw_shelf', 4, 11, 1, 2, 0.001, 2, 1, 'solid', '', NULL, NULL),
(2761, 'hallway8', 'hw_shelf', 4, 4, 1, 2, 0.001, 2, 1, 'solid', '', NULL, NULL),
(2762, 'hallway8', 'hw_sofa1', 21, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2763, 'hallway8', 'hw_sofa1', 4, 7, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2764, 'hallway8', 'hw_sofa1', 6, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2765, 'hallway8', 'hw_sofa2', 22, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2766, 'hallway8', 'hw_sofa2', 4, 8, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2767, 'hallway8', 'hw_sofa2', 7, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2768, 'hallway8', 'hw_sofa3', 23, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2769, 'hallway8', 'hw_sofa3', 4, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2770, 'hallway8', 'hw_sofa3', 8, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2771, 'hallway8', 'hw_table1', 18, 13, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2772, 'hallway8', 'hw_table1', 6, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2773, 'hallway8', 'hw_table2', 18, 14, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2774, 'hallway8', 'hw_table2', 18, 15, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2775, 'hallway8', 'hw_table2', 7, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2776, 'hallway8', 'hw_table2', 8, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2777, 'hallway8', 'hw_table3', 18, 16, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2778, 'hallway8', 'hw_table3', 9, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2779, 'hallway8', 'hw_watermatic', 13, 4, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2780, 'hallway8', 'pillar0', 17, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2781, 'hallway8', 'pillar0', 22, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2782, 'hallway8', 'pillar1', 11, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2783, 'hallway7', 'hw_chair', 12, 24, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2784, 'hallway7', 'hw_chair', 12, 26, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2785, 'hallway7', 'hw_chair', 13, 24, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2786, 'hallway7', 'hw_chair', 13, 26, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2787, 'hallway7', 'hw_chair', 14, 24, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2788, 'hallway7', 'hw_chair', 14, 26, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2789, 'hallway7', 'hw_ero1', 10, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2790, 'hallway7', 'hw_ero1', 10, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2791, 'hallway7', 'hw_ero1', 4, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2792, 'hallway7', 'hw_ero1', 4, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2793, 'hallway7', 'hw_ero5', 11, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2794, 'hallway7', 'hw_ero5', 11, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2795, 'hallway7', 'hw_ero5', 5, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2796, 'hallway7', 'hw_ero5', 5, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2797, 'hallway7', 'hw_painting2', 5, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2798, 'hallway7', 'hw_plant', 10, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2799, 'hallway7', 'hw_smtble', 9, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2800, 'hallway7', 'hw_sofa1', 10, 10, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2801, 'hallway7', 'hw_sofa1', 4, 7, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2802, 'hallway7', 'hw_sofa1', 9, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2803, 'hallway7', 'hw_sofa2', 4, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2804, 'hallway7', 'hw_sofa2', 4, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2805, 'hallway7', 'hw_sofa2', 4, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2806, 'hallway7', 'hw_sofa2', 4, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2807, 'hallway7', 'hw_sofa2', 4, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2808, 'hallway7', 'hw_sofa2', 4, 8, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2809, 'hallway7', 'hw_sofa2', 4, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2810, 'hallway7', 'hw_sofa2', 9, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2811, 'hallway7', 'hw_sofa2', 9, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2812, 'hallway7', 'hw_sofa3', 11, 10, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2813, 'hallway7', 'hw_sofa3', 4, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2814, 'hallway7', 'hw_sofa3', 9, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2815, 'hallway7', 'hw_table1', 12, 25, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2816, 'hallway7', 'hw_table2', 13, 25, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2817, 'hallway7', 'hw_table3', 14, 25, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2818, 'hallway7', 'hw_watermatic', 4, 6, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2819, 'hallway7', 'pillar0', 4, 21, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2820, 'hallway7', 'pillar0', 4, 26, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2821, 'hallway7', 'pillar1', 15, 20, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2822, 'hallway6', 'hw_chair', 11, 22, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2823, 'hallway6', 'hw_chair', 13, 22, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2824, 'hallway6', 'hw_chair', 16, 22, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2825, 'hallway6', 'hw_chair', 18, 22, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2826, 'hallway6', 'hw_chair', 4, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2827, 'hallway6', 'hw_chair', 4, 5, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2828, 'hallway6', 'hw_chair', 4, 6, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2829, 'hallway6', 'hw_chair', 9, 18, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2830, 'hallway6', 'hw_chair', 9, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2831, 'hallway6', 'hw_ero1', 12, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2832, 'hallway6', 'hw_ero1', 4, 0, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2833, 'hallway6', 'hw_ero1', 7, 4, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2834, 'hallway6', 'hw_ero2', 13, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2835, 'hallway6', 'hw_ero2', 16, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2836, 'hallway6', 'hw_ero2', 7, 5, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2837, 'hallway6', 'hw_ero3', 14, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2838, 'hallway6', 'hw_ero3', 17, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2839, 'hallway6', 'hw_ero3', 7, 6, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2840, 'hallway6', 'hw_ero4', 15, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2841, 'hallway6', 'hw_ero4', 18, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2842, 'hallway6', 'hw_ero5', 19, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2843, 'hallway6', 'hw_ero5', 4, 1, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2844, 'hallway6', 'hw_ero5', 7, 7, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2845, 'hallway6', 'hw_painting2', 16, 1, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2846, 'hallway6', 'hw_painting2', 7, 1, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2847, 'hallway6', 'hw_plant', 19, 0, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2848, 'hallway6', 'hw_shelf', 11, 0, 1, 4, 0.001, 2, 1, 'solid', '', NULL, NULL),
(2849, 'hallway6', 'hw_smtble', 12, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2850, 'hallway6', 'hw_smtble', 17, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2851, 'hallway6', 'hw_smtble', 9, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2852, 'hallway6', 'hw_sofa1', 14, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2853, 'hallway6', 'hw_sofa1', 5, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2854, 'hallway6', 'hw_sofa2', 15, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2855, 'hallway6', 'hw_sofa2', 16, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2856, 'hallway6', 'hw_sofa2', 17, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2857, 'hallway6', 'hw_sofa2', 6, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2858, 'hallway6', 'hw_sofa2', 7, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2859, 'hallway6', 'hw_sofa2', 8, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2860, 'hallway6', 'hw_sofa3', 18, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2861, 'hallway6', 'hw_sofa3', 9, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2862, 'hallway6', 'hw_table1', 10, 0, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2863, 'hallway6', 'hw_table1', 13, 0, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2864, 'hallway6', 'hw_table3', 10, 1, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2865, 'hallway6', 'hw_table3', 13, 1, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2866, 'hallway6', 'hw_watermatic', 4, 9, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2867, 'hallway6', 'pillar0', 19, 14, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2868, 'hallway6', 'pillar0', 19, 9, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2869, 'hallway6', 'pillar0', 9, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2870, 'hallway6', 'pillar1', 11, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2871, 'hallway10', 'hw_chair', 0, 10, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2872, 'hallway10', 'hw_chair', 0, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2873, 'hallway10', 'hw_chair', 0, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2874, 'hallway10', 'hw_chair', 0, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2875, 'hallway10', 'hw_chair', 1, 10, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2876, 'hallway10', 'hw_chair', 1, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2877, 'hallway10', 'hw_chair', 1, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2878, 'hallway10', 'hw_chair', 1, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2879, 'hallway10', 'hw_chair', 2, 10, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2880, 'hallway10', 'hw_chair', 2, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2881, 'hallway10', 'hw_chair', 2, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2882, 'hallway10', 'hw_chair', 2, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2883, 'hallway10', 'hw_ero1', 13, 4, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2884, 'hallway10', 'hw_ero1', 16, 12, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2885, 'hallway10', 'hw_ero1', 7, 22, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2886, 'hallway10', 'hw_ero1', 7, 8, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2887, 'hallway10', 'hw_ero2', 13, 5, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2888, 'hallway10', 'hw_ero2', 16, 13, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2889, 'hallway10', 'hw_ero2', 7, 12, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2890, 'hallway10', 'hw_ero2', 7, 15, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2891, 'hallway10', 'hw_ero2', 7, 9, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2892, 'hallway10', 'hw_ero3', 13, 6, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2893, 'hallway10', 'hw_ero3', 16, 14, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2894, 'hallway10', 'hw_ero3', 7, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2895, 'hallway10', 'hw_ero3', 7, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2896, 'hallway10', 'hw_ero3', 7, 16, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2897, 'hallway10', 'hw_ero4', 7, 11, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2898, 'hallway10', 'hw_ero4', 7, 14, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2899, 'hallway10', 'hw_ero5', 13, 7, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2900, 'hallway10', 'hw_ero5', 16, 15, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2901, 'hallway10', 'hw_ero5', 7, 17, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2902, 'hallway10', 'hw_ero5', 7, 23, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2903, 'hallway10', 'hw_painting2', 1, 14, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2904, 'hallway10', 'hw_smtble', 10, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2905, 'hallway10', 'hw_smtble', 19, 8, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2906, 'hallway10', 'hw_sofa1', 10, 2, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2907, 'hallway10', 'hw_sofa1', 15, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2908, 'hallway10', 'hw_sofa2', 10, 3, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2909, 'hallway10', 'hw_sofa2', 10, 4, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2910, 'hallway10', 'hw_sofa2', 10, 5, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2911, 'hallway10', 'hw_sofa2', 10, 6, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2912, 'hallway10', 'hw_sofa2', 10, 7, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2913, 'hallway10', 'hw_sofa2', 10, 8, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2914, 'hallway10', 'hw_sofa2', 16, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2915, 'hallway10', 'hw_sofa2', 17, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2916, 'hallway10', 'hw_sofa3', 10, 9, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2917, 'hallway10', 'hw_sofa3', 18, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2918, 'hallway10', 'hw_table1', 0, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2919, 'hallway10', 'hw_table1', 0, 17, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2920, 'hallway10', 'hw_table2', 1, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2921, 'hallway10', 'hw_table2', 1, 17, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2922, 'hallway10', 'hw_table3', 2, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2923, 'hallway10', 'hw_table3', 2, 17, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2924, 'hallway10', 'hw_watermatic', 0, 14, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2925, 'hallway10', 'pillar1', 10, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2926, 'hallway10', 'pillar1', 14, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2927, 'hallway10', 'pillar1', 14, 23, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2928, 'hallway11', 'hw_chair', 10, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2929, 'hallway11', 'hw_chair', 12, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2930, 'hallway11', 'hw_chair', 13, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2931, 'hallway11', 'hw_chair', 13, 12, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2932, 'hallway11', 'hw_chair', 13, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2933, 'hallway11', 'hw_chair', 15, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2934, 'hallway11', 'hw_chair', 20, 10, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2935, 'hallway11', 'hw_chair', 20, 14, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2936, 'hallway11', 'hw_chair', 21, 11, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2937, 'hallway11', 'hw_chair', 21, 13, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2938, 'hallway11', 'hw_chair', 21, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2939, 'hallway11', 'hw_chair', 21, 9, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2940, 'hallway11', 'hw_chair', 22, 10, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2941, 'hallway11', 'hw_chair', 22, 14, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2942, 'hallway11', 'hw_ero1', 10, 10, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2943, 'hallway11', 'hw_ero1', 12, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2944, 'hallway11', 'hw_ero1', 15, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2945, 'hallway11', 'hw_ero1', 20, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2946, 'hallway11', 'hw_ero1', 4, 6, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2947, 'hallway11', 'hw_ero2', 10, 11, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2948, 'hallway11', 'hw_ero2', 13, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2949, 'hallway11', 'hw_ero2', 16, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2950, 'hallway11', 'hw_ero2', 21, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2951, 'hallway11', 'hw_ero3', 10, 12, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2952, 'hallway11', 'hw_ero3', 14, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2953, 'hallway11', 'hw_ero3', 17, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2954, 'hallway11', 'hw_ero3', 22, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2955, 'hallway11', 'hw_ero4', 18, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2956, 'hallway11', 'hw_ero5', 10, 13, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2957, 'hallway11', 'hw_ero5', 15, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2958, 'hallway11', 'hw_ero5', 19, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2959, 'hallway11', 'hw_ero5', 23, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2960, 'hallway11', 'hw_ero5', 4, 7, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2961, 'hallway11', 'hw_shelf', 4, 0, 1, 2, 0.001, 2, 1, 'solid', '', NULL, NULL),
(2962, 'hallway11', 'hw_smtble', 13, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2963, 'hallway11', 'hw_smtble', 14, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2964, 'hallway11', 'hw_smtble', 21, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2965, 'hallway11', 'hw_smtble', 21, 14, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2966, 'hallway11', 'hw_sofa1', 6, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2967, 'hallway11', 'hw_sofa2', 7, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2968, 'hallway11', 'hw_sofa3', 8, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2969, 'hallway11', 'hw_watermatic', 11, 18, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2970, 'hallway11', 'pillar0', 10, 0, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2971, 'hallway11', 'pillar0', 10, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2972, 'star_lounge', 'star_table', 21, 15, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2973, 'star_lounge', 'star_sofa', 22, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2974, 'star_lounge', 'star_sofa2', 23, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2975, 'star_lounge', 'palm', 24, 15, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2976, 'star_lounge', 'star_sofa2', 21, 16, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2977, 'star_lounge', 'dj1', 32, 16, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2978, 'star_lounge', 'dj2', 33, 16, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2979, 'star_lounge', 'dj3', 34, 16, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2980, 'star_lounge', 'star_sofa', 21, 17, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2981, 'star_lounge', 'star_microphone', 28, 17, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2982, 'star_lounge', 'star_sofa2', 21, 18, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2983, 'star_lounge', 'star_sofa', 35, 18, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2984, 'star_lounge', 'star_sofa', 21, 19, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2985, 'star_lounge', 'star_sofa2', 35, 19, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2986, 'star_lounge', 'star_sofa2', 21, 20, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2987, 'star_lounge', 'star_sofa2', 24, 20, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2988, 'star_lounge', 'star_sofa', 32, 20, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2989, 'star_lounge', 'star_sofa', 35, 20, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2990, 'star_lounge', 'star_sofa', 21, 21, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2991, 'star_lounge', 'star_sofa', 24, 21, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2992, 'star_lounge', 'star_sofa2', 32, 21, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2993, 'star_lounge', 'star_sofa2', 35, 21, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2994, 'star_lounge', 'star_sofachair', 21, 22, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2995, 'star_lounge', 'star_table', 24, 22, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2996, 'star_lounge', 'star_sofa2', 25, 22, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2997, 'star_lounge', 'star_sofa', 26, 22, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2998, 'star_lounge', 'star_sofa2', 30, 22, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2999, 'star_lounge', 'star_sofa', 31, 22, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3000, 'star_lounge', 'star_table', 32, 22, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3001, 'star_lounge', 'star_table', 35, 22, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3002, 'star_lounge', 'palm', 21, 23, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3003, 'star_lounge', 'star_sofa', 35, 23, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3004, 'star_lounge', 'bar10', 22, 24, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3005, 'star_lounge', 'star_sofa2', 35, 24, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3006, 'star_lounge', 'star_sofa', 37, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3007, 'star_lounge', 'star_sofa2', 38, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3008, 'star_lounge', 'star_sofa', 39, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3009, 'star_lounge', 'star_sofa2', 40, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3010, 'star_lounge', 'bar9', 22, 25, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3011, 'star_lounge', 'star_sofa2', 25, 25, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3012, 'star_lounge', 'star_sofa', 26, 25, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3013, 'star_lounge', 'star_sofa2', 30, 25, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3014, 'star_lounge', 'star_sofa', 31, 25, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3015, 'star_lounge', 'star_sofa', 35, 25, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3016, 'star_lounge', 'star_sofa2', 36, 25, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3017, 'star_lounge', 'bar8', 22, 26, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3018, 'star_lounge', 'palm1', 25, 26, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3019, 'star_lounge', 'palm3', 26, 26, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3020, 'star_lounge', 'palm2', 30, 26, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3021, 'star_lounge', 'palm4', 31, 26, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3022, 'star_lounge', 'star_sofa2', 35, 26, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3023, 'star_lounge', 'star_sofa', 36, 26, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3024, 'star_lounge', 'star_table', 39, 26, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3025, 'star_lounge', 'star_table', 40, 26, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3026, 'star_lounge', 'bar7', 22, 27, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3027, 'star_lounge', 'star_sofa', 25, 27, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3028, 'star_lounge', 'star_sofa2', 26, 27, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3029, 'star_lounge', 'star_sofa', 30, 27, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3030, 'star_lounge', 'star_sofa2', 31, 27, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3031, 'star_lounge', 'star_table', 35, 27, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3032, 'star_lounge', 'palm', 36, 27, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3033, 'star_lounge', 'star_table', 37, 27, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3034, 'star_lounge', 'bar6', 22, 28, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3035, 'star_lounge', 'bar5', 22, 29, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3036, 'star_lounge', 'star_table', 25, 29, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3037, 'star_lounge', 'star_table', 26, 29, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3038, 'star_lounge', 'star_table', 16, 30, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3039, 'star_lounge', 'bar4', 22, 30, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3040, 'star_lounge', 'star_sofa2', 16, 31, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3041, 'star_lounge', 'bar3', 22, 31, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3042, 'star_lounge', 'star_sofa2', 25, 31, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3043, 'star_lounge', 'star_sofa', 26, 31, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3044, 'star_lounge', 'star_sofa', 30, 31, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3045, 'star_lounge', 'star_sofa', 16, 32, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3046, 'star_lounge', 'bar2', 22, 32, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3047, 'star_lounge', 'palm4', 25, 32, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3048, 'star_lounge', 'palm1', 26, 32, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3049, 'star_lounge', 'star_sofa2', 30, 32, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3050, 'star_lounge', 'star_sofa2', 16, 33, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3051, 'star_lounge', 'bar1', 22, 33, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3052, 'star_lounge', 'star_sofa', 25, 33, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3053, 'star_lounge', 'star_sofa2', 26, 33, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3054, 'star_lounge', 'star_sofa', 30, 33, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3055, 'star_lounge', 'star_sofa', 16, 34, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3056, 'star_lounge', 'star_sofa2', 30, 34, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3057, 'star_lounge', 'palm3', 35, 34, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3058, 'star_lounge', 'palm2', 36, 34, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3059, 'star_lounge', 'star_table', 16, 35, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3060, 'star_lounge', 'star_sofa', 30, 35, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3061, 'star_lounge', 'star_sofa2', 30, 36, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3062, 'star_lounge', 'star_sofachair', 25, 37, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3063, 'star_lounge', 'star_sofa2', 26, 37, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3064, 'star_lounge', 'star_sofa', 27, 37, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3065, 'star_lounge', 'star_sofa2', 28, 37, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3066, 'star_lounge', 'star_sofa', 29, 37, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3067, 'star_lounge', 'star_table', 30, 37, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3068, 'orient', 'bench', 17, 10, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3069, 'orient', 'bench', 17, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3070, 'orient', 'bench', 17, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3071, 'orient', 'bench', 17, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3072, 'orient', 'bench', 17, 14, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3073, 'orient', 'bench', 17, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3074, 'orient', 'bench', 17, 25, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3075, 'orient', 'bench', 17, 26, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3076, 'orient', 'bench', 17, 27, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3077, 'orient', 'bench', 17, 28, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3078, 'orient', 'bench', 17, 29, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3079, 'orient', 'bench', 19, 10, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3080, 'orient', 'bench', 19, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3081, 'orient', 'bench', 19, 12, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3082, 'orient', 'bench', 19, 14, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3083, 'orient', 'bench', 19, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3084, 'orient', 'bench', 19, 25, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3085, 'orient', 'bench', 19, 26, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3086, 'orient', 'bench', 19, 27, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3087, 'orient', 'bench', 19, 28, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3088, 'orient', 'bench', 19, 29, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3089, 'orient', 'bench', 21, 10, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3090, 'orient', 'bench', 21, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3091, 'orient', 'bench', 21, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3092, 'orient', 'bench', 21, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3093, 'orient', 'bench', 21, 14, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3094, 'orient', 'bench', 21, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3095, 'orient', 'bench', 21, 25, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3096, 'orient', 'bench', 21, 26, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3097, 'orient', 'bench', 21, 27, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3098, 'orient', 'bench', 21, 28, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3099, 'orient', 'bench', 21, 29, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3100, 'orient', 'bench', 23, 10, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3101, 'orient', 'bench', 23, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3102, 'orient', 'bench', 23, 12, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3103, 'orient', 'bench', 23, 13, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3104, 'orient', 'bench', 23, 14, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3105, 'orient', 'bench', 23, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3106, 'orient', 'bench', 23, 25, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3107, 'orient', 'bench', 23, 26, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3108, 'orient', 'bench', 23, 27, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3109, 'orient', 'bench', 23, 28, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3110, 'orient', 'bench', 23, 29, 9, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3111, 'orient', 'chairf1', 25, 24, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3112, 'orient', 'chairf1', 25, 25, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3113, 'orient', 'chairf1', 25, 26, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3114, 'orient', 'chairf1', 33, 24, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3115, 'orient', 'chairf1', 33, 25, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3116, 'orient', 'chairf1', 33, 26, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3117, 'orient', 'koc_chair', 25, 13, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3118, 'orient', 'koc_chair', 25, 15, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3119, 'orient', 'koc_chair', 26, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3120, 'orient', 'koc_chair', 29, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3121, 'orient', 'koc_chair', 30, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3122, 'orient', 'koc_chair', 31, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3123, 'orient', 'koc_chair', 31, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3124, 'orient', 'koc_chair', 32, 11, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3125, 'orient', 'koc_chair', 32, 13, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3126, 'orient', 'koc_chair', 33, 12, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3127, 'orient', 'koc_table', 25, 14, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3128, 'orient', 'koc_table', 30, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3129, 'orient', 'koc_table', 32, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3130, 'entryhall', 'splashkiosk', 11, 11, 1, 0, 0.001, 3, 3, 'invisible,solid', '', NULL, NULL),
(3131, 'entryhall', 'gl_sofatable', 7, 16, 1, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(3132, 'entryhall', 'gl_sofatable', 5, 1, 1, 4, 1, 1, 1, 'solid', '', NULL, NULL),
(3133, 'entryhall', 'gl_sofatable', 16, 1, 1, 4, 1, 1, 1, 'solid', '', NULL, NULL),
(3134, 'entryhall', 'gl_sofatable', 14, 14, 1, 4, 1, 1, 1, 'solid', '', NULL, NULL),
(3135, 'entryhall', 'gl_sofatable', 1, 19, 1, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(3136, 'entryhall', 'gl_yukka', 15, 6, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3137, 'entryhall', 'gl_yukka', 7, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3138, 'entryhall', 'gl_chair', 6, 1, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3139, 'entryhall', 'gl_chair', 4, 1, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3140, 'entryhall', 'gl_chair', 17, 1, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3141, 'entryhall', 'gl_chair', 18, 1, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3142, 'entryhall', 'gl_chair', 14, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3143, 'entryhall', 'gl_chair', 14, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3144, 'entryhall', 'gl_chair', 14, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3145, 'entryhall', 'gl_chair', 13, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3146, 'entryhall', 'gl_chair', 12, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3147, 'entryhall', 'gl_chair', 11, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3148, 'entryhall', 'gl_sofaa', 1, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3149, 'entryhall', 'gl_sofab', 1, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3150, 'entryhall', 'gl_sofac', 1, 18, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3151, 'entryhall', 'gl_sofaa', 1, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3152, 'entryhall', 'gl_sofab', 1, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3153, 'entryhall', 'gl_sofac', 1, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3154, 'entryhall', 'gl_sofaa', 7, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3155, 'entryhall', 'gl_sofab', 7, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3156, 'entryhall', 'gl_sofac', 7, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3157, 'entryhall', 'gl_sofaa', 7, 8, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3158, 'entryhall', 'gl_sofab', 7, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3159, 'entryhall', 'gl_sofac', 7, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3160, 'entryhall', 'gl_sofaa', 8, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3161, 'entryhall', 'gl_sofab', 9, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3162, 'entryhall', 'gl_sofac', 10, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3163, 'entryhall', 'gl_sofaa', 13, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3164, 'entryhall', 'gl_sofab', 14, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3165, 'entryhall', 'gl_sofac', 15, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3166, 'entryhall', 'gl_table', 7, 12, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3167, 'entryhall', 'gl_tablea', 7, 11, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3168, 'entryhall', 'gl_tablea', 11, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3169, 'entryhall', 'gl_table', 12, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3170, 'hallA', 'gamehall_chair_wood', 15, 4, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3171, 'hallA', 'gamehall_chair_wood', 15, 5, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3172, 'hallA', 'gamehall_chair_wood', 15, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3173, 'hallA', 'gamehall_chair_wood', 15, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3174, 'hallA', 'gamehall_chair_wood', 15, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3175, 'hallA', 'gamehall_chair_wood', 15, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3176, 'hallA', 'gamehall_chair_wood', 10, 4, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3177, 'hallA', 'gamehall_chair_wood', 10, 5, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3178, 'hallA', 'gamehall_chair_wood', 10, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3179, 'hallA', 'gamehall_chair_wood', 10, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3180, 'hallA', 'gamehall_chair_wood', 10, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3181, 'hallA', 'gamehall_chair_wood', 10, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3182, 'hallA', 'gamehall_chair_wood', 5, 4, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3183, 'hallA', 'gamehall_chair_wood', 5, 5, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3184, 'hallA', 'gamehall_chair_wood', 5, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3185, 'hallA', 'gamehall_chair_wood', 5, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3186, 'hallA', 'gamehall_chair_wood', 5, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3187, 'hallA', 'gamehall_chair_wood', 5, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3188, 'hallA', 'table_xoxa', 14, 5, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3189, 'hallA', 'table_xoxa', 14, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3190, 'hallA', 'table_xoxa', 14, 15, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3191, 'hallA', 'table_xoxa', 9, 5, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3192, 'hallA', 'table_xoxa', 9, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3193, 'hallA', 'table_xoxa', 9, 15, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3194, 'hallA', 'table_xoxa', 4, 5, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3195, 'hallA', 'table_xoxa', 4, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3196, 'hallA', 'table_xoxa', 4, 15, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3197, 'hallA', 'table_xoxb', 14, 14, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3198, 'hallA', 'table_xoxb', 14, 9, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3199, 'hallA', 'table_xoxb', 14, 4, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3200, 'hallA', 'table_xoxb', 9, 14, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3201, 'hallA', 'table_xoxb', 9, 9, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3202, 'hallA', 'table_xoxb', 9, 4, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3203, 'hallA', 'table_xoxb', 4, 14, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3204, 'hallA', 'table_xoxb', 4, 9, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3205, 'hallA', 'table_xoxb', 4, 4, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3206, 'hallB', 'gamehall_chair_green', 2, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3207, 'hallB', 'gamehall_chair_green', 2, 10, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3208, 'hallB', 'gamehall_chair_green', 2, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3209, 'hallB', 'gamehall_chair_green', 2, 6, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3210, 'hallB', 'gamehall_chair_green', 2, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3211, 'hallB', 'gamehall_chair_green', 2, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3212, 'hallB', 'gamehall_chair_green', 6, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3213, 'hallB', 'gamehall_chair_green', 8, 3, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3214, 'hallB', 'gamehall_chair_green', 13, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3215, 'hallB', 'gamehall_chair_green', 15, 3, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3216, 'hallB', 'table_battleships', 2, 5, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3217, 'hallB', 'table_battleships', 2, 11, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3218, 'hallB', 'table_battleships', 2, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3219, 'hallB', 'table_battleships', 7, 3, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3220, 'hallB', 'table_battleships', 14, 3, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3221, 'hallC', 'table_chess_king', 12, 13, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3222, 'hallC', 'table_chess', 13, 6, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3223, 'hallC', 'table_chess', 2, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3224, 'hallC', 'table_chess', 5, 14, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3225, 'hallC', 'table_chess', 8, 3, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3226, 'hallC', 'chess_king_chair', 12, 14, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3227, 'hallC', 'chess_king_chair', 12, 12, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3228, 'hallC', 'gamehall_chair_green', 13, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3229, 'hallC', 'gamehall_chair_green', 13, 5, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3230, 'hallC', 'gamehall_chair_green', 2, 9, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3231, 'hallC', 'gamehall_chair_green', 2, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3232, 'hallC', 'gamehall_chair_green', 4, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3233, 'hallC', 'gamehall_chair_green', 6, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3234, 'hallC', 'gamehall_chair_green', 7, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3235, 'hallC', 'gamehall_chair_green', 9, 3, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3236, 'hallD', 'cardtableb', 2, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3237, 'hallD', 'cardtableb', 8, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3238, 'hallD', 'cardtableb', 14, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3239, 'hallD', 'cardtablea', 2, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3240, 'hallD', 'cardtablea', 8, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3241, 'hallD', 'cardtablea', 14, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3242, 'hallD', 'cardtablea', 8, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3243, 'hallD', 'cardtablea', 14, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3244, 'hallD', 'gamehall_chair_green', 8, 4, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3245, 'hallD', 'gamehall_chair_green', 14, 4, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3246, 'hallD', 'gamehall_chair_green', 2, 10, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3247, 'hallD', 'gamehall_chair_green', 8, 10, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3248, 'hallD', 'gamehall_chair_green', 14, 10, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3249, 'hallD', 'gamehall_chair_green', 2, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3250, 'hallD', 'gamehall_chair_green', 8, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3251, 'hallD', 'gamehall_chair_green', 14, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3252, 'hallD', 'gamehall_chair_green', 7, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3253, 'hallD', 'gamehall_chair_green', 13, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3254, 'hallD', 'gamehall_chair_green', 1, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3255, 'hallD', 'gamehall_chair_green', 7, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3256, 'hallD', 'gamehall_chair_green', 13, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3257, 'hallD', 'gamehall_chair_green', 1, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3258, 'hallD', 'gamehall_chair_green', 7, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3259, 'hallD', 'gamehall_chair_green', 13, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3260, 'hallD', 'gamehall_chair_green', 8, 2, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3261, 'hallD', 'gamehall_chair_green', 14, 2, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3262, 'hallD', 'gamehall_chair_green', 2, 8, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3263, 'hallD', 'gamehall_chair_green', 8, 8, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3264, 'hallD', 'gamehall_chair_green', 14, 8, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3265, 'hallD', 'gamehall_chair_green', 2, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3266, 'hallD', 'gamehall_chair_green', 8, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3267, 'hallD', 'gamehall_chair_green', 14, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3268, 'hallD', 'gamehall_chair_green', 9, 3, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3269, 'hallD', 'gamehall_chair_green', 15, 3, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3270, 'hallD', 'gamehall_chair_green', 3, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3271, 'hallD', 'gamehall_chair_green', 9, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3272, 'hallD', 'gamehall_chair_green', 15, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3273, 'hallD', 'gamehall_chair_green', 3, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3274, 'hallD', 'gamehall_chair_green', 9, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3275, 'hallD', 'gamehall_chair_green', 15, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3276, 'md_a', 'poolEnter', 11, 11, 7, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash0', '12 11 4 2', '13 11 4 2'),
(3277, 'md_a', 'poolExit', 12, 11, 4, 6, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash0', '11 11 4 6', '10 11 4 6'),
(3278, 'hallD', 'streetlight', 0, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3279, 'hallD', 'streetlight', 0, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3280, 'hallD', 'streetlight', 8, 1, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3281, 'hallD', 'streetlight', 14, 1, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3282, 'pub_a', 'bar_gate', 9, 9, 2, 0, 0.001, 1, 1, 'solid,invisible', '', NULL, NULL),
(3283, 'bar_b', 'djtable', 16, 22, 4, 0, 0.001, 1, 2, 'solid,invisible', '', NULL, NULL),
(3284, 'library', 'invisible_table', 28, 28, 1, 0, 0.001, 2, 2, 'solid,invisible', '', NULL, NULL),
(3285, 'tearoom', 'invisible_table', 2, 7, 3, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3286, 'tearoom', 'invisible_table', 2, 13, 3, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3287, 'tearoom', 'invisible_table', 16, 10, 3, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3288, 'tearoom', 'invisible_table', 19, 3, 3, 0, 0.002, 1, 1, 'solid,invisible', '', NULL, NULL),
(3289, 'tearoom', 'invisible_table', 14, 3, 3, 0, 0.002, 1, 1, 'solid,invisible', '', NULL, NULL),
(3290, 'cr_staff', 'invisible_table', 6, 8, 1, 0, 0.001, 3, 6, 'solid,invisible', '', NULL, NULL),
(3291, 'sport', 'invisible_barrier', 11, 14, 1, 0, 0.002, 1, 4, 'solid,invisible', '', NULL, NULL),
(3292, 'cafe_ole', 'invisible_table', 4, 17, 1, 0, 0.002, 2, 3, 'solid,invisible', '', NULL, NULL),
(3293, 'cafe_ole', 'invisible_table', 12, 16, 1, 0, 0.002, 2, 3, 'solid,invisible', '', NULL, NULL),
(3294, 'cafe_ole', 'invisible_table', 15, 1, 1, 0, 0.002, 2, 3, 'solid,invisible', '', NULL, NULL),
(3295, 'cafe_ole', 'invisible_table', 9, 5, 1, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3296, 'malja_bar_a', 'invisible_table', 6, 3, 4, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3297, 'malja_bar_a', 'invisible_table', 7, 14, 1, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3298, 'malja_bar_a', 'invisible_table', 13, 15, 1, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3299, 'malja_bar_a', 'invisible_table', 1, 16, 1, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3300, 'malja_bar_b', 'invisible_table', 4, 1, 3, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3301, 'malja_bar_b', 'invisible_table', 2, 17, 3, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3302, 'pizza', 'invisible_table', 1, 17, 1, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3303, 'pizza', 'invisible_table', 1, 9, 1, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3304, 'pizza', 'invisible_table', 12, 21, 1, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3305, 'pizza', 'invisible_table', 14, 4, 0, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3306, 'pizza', 'invisible_table', 14, 11, 0, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3307, 'md_a', 'wsJoinQueue', 21, 19, 4, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '21,18,0', NULL, NULL),
(3308, 'md_a', 'wsJoinQueue', 21, 7, 4, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '21,8,4', NULL, NULL),
(3309, 'md_a', 'wsQueueTile', 21, 18, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '21,18', NULL, NULL),
(3310, 'md_a', 'wsQueueTile', 21, 17, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '', NULL, NULL),
(3311, 'md_a', 'wsQueueTile', 21, 16, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '', NULL, NULL),
(3312, 'md_a', 'wsQueueTile', 21, 8, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '', NULL, NULL),
(3313, 'md_a', 'wsQueueTile', 21, 9, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '', NULL, NULL),
(3314, 'md_a', 'wsQueueTile', 21, 10, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '', NULL, NULL),
(3315, 'hallway2', 'hw_chair', 17, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3316, 'gate_park', 'gate_drumchair', 13, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3317, 'emperors', 'invisichair', 12, 7, 4, 4, 1, 1, 1, 'invisible,can_sit_on_top', '', NULL, NULL),
(3318, 'emperors', 'emperors_pillar', 5, 10, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3319, 'emperors', 'emperors_pillar', 19, 10, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3320, 'emperors', 'emperors_chair1', 5, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3321, 'emperors', 'emperors_chair2', 6, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3322, 'emperors', 'emperors_chair2', 7, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3323, 'emperors', 'emperors_chair3', 8, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3324, 'emperors', 'emperors_chair1', 16, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3325, 'emperors', 'emperors_chair2', 17, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3326, 'emperors', 'emperors_chair2', 18, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3327, 'emperors', 'emperors_chair3', 19, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3328, 'emperors', 'emperors_chair1', 5, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3329, 'emperors', 'emperors_chair2', 6, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3330, 'emperors', 'emperors_chair2', 7, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3331, 'emperors', 'emperors_chair3', 8, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3332, 'emperors', 'emperors_chair1', 16, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3333, 'emperors', 'emperors_chair2', 17, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3334, 'emperors', 'emperors_chair2', 18, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3335, 'emperors', 'emperors_chair3', 19, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3336, 'emperors', 'emperors_chair1', 5, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3337, 'emperors', 'emperors_chair2', 6, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3338, 'emperors', 'emperors_chair2', 7, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3339, 'emperors', 'emperors_chair3', 8, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3340, 'emperors', 'emperors_chair1', 16, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3341, 'emperors', 'emperors_chair2', 17, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3342, 'emperors', 'emperors_chair2', 18, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3343, 'emperors', 'emperors_chair3', 19, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3344, 'emperors', 'emperors_pillar', 5, 19, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3345, 'emperors', 'emperors_pillar2', 8, 19, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3346, 'emperors', 'emperors_pillar2', 16, 19, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3347, 'emperors', 'emperors_pillar', 19, 19, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3348, 'emperors', 'emperors_chair1', 5, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3349, 'emperors', 'emperors_chair2', 6, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3350, 'emperors', 'emperors_chair2', 7, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3351, 'emperors', 'emperors_chair3', 8, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3352, 'emperors', 'emperors_chair1', 16, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3353, 'emperors', 'emperors_chair2', 17, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3354, 'emperors', 'emperors_chair2', 18, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3355, 'emperors', 'emperors_chair3', 19, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3356, 'emperors', 'emperors_chair1', 5, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3357, 'emperors', 'emperors_chair2', 6, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3358, 'emperors', 'emperors_chair2', 7, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3359, 'emperors', 'emperors_chair3', 8, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3360, 'emperors', 'emperors_chair1', 16, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3361, 'emperors', 'emperors_chair2', 17, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3362, 'emperors', 'emperors_chair2', 18, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3363, 'emperors', 'emperors_chair3', 19, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3364, 'emperors', 'emperors_chair1', 5, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3365, 'emperors', 'emperors_chair2', 6, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3366, 'emperors', 'emperors_chair2', 7, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3367, 'emperors', 'emperors_chair3', 8, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3368, 'emperors', 'emperors_chair1', 16, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3369, 'emperors', 'emperors_chair2', 17, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3370, 'emperors', 'emperors_chair2', 18, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3371, 'emperors', 'emperors_chair3', 19, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3372, 'emperors', 'emperors_chair1', 5, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3373, 'emperors', 'emperors_chair2', 6, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3374, 'emperors', 'emperors_chair2', 7, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3375, 'emperors', 'emperors_chair3', 8, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3376, 'emperors', 'emperors_chair1', 16, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3377, 'emperors', 'emperors_chair2', 17, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3378, 'emperors', 'emperors_chair2', 18, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3379, 'emperors', 'emperors_chair3', 19, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3380, 'emperors', 'emperors_pillar', 5, 28, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3381, 'emperors', 'emperors_pillar', 8, 28, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3382, 'emperors', 'emperors_pillar', 16, 28, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3383, 'emperors', 'emperors_pillar', 19, 28, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3384, 'beauty_salon1', 'pinkchair', 12, 5, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3385, 'beauty_salon1', 'smallchair', 17, 5, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3386, 'beauty_salon1', 'smallchair', 18, 5, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3387, 'beauty_salon1', 'smallchair', 19, 5, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3388, 'beauty_salon1', 'longchair1', 4, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3389, 'beauty_salon1', 'longchair2', 5, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3390, 'beauty_salon1', 'longchair2', 6, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3391, 'beauty_salon1', 'longchair2', 7, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3392, 'beauty_salon1', 'longchair3', 8, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3393, 'beauty_salon1', 'longchair1', 11, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3394, 'beauty_salon1', 'longchair2', 12, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3395, 'beauty_salon1', 'longchair2', 13, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3396, 'beauty_salon1', 'longchair2', 14, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3397, 'beauty_salon1', 'longchair3', 15, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3398, 'beauty_salon1', 'longchair1', 4, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3399, 'beauty_salon1', 'longchair2', 5, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3400, 'beauty_salon1', 'longchair2', 6, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3401, 'beauty_salon1', 'longchair2', 7, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3402, 'beauty_salon1', 'longchair3', 8, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3403, 'beauty_salon1', 'longchair1', 11, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3404, 'beauty_salon1', 'longchair2', 12, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3405, 'beauty_salon1', 'longchair2', 13, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3406, 'beauty_salon1', 'longchair2', 14, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3407, 'beauty_salon1', 'longchair3', 15, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3408, 'beauty_salon1', 'longchair1', 17, 13, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3409, 'beauty_salon1', 'longchair1', 19, 13, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3410, 'beauty_salon1', 'longchair2', 17, 14, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3411, 'beauty_salon1', 'longchair2', 19, 14, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3412, 'beauty_salon1', 'longchair2', 17, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3413, 'beauty_salon1', 'longchair2', 19, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3414, 'beauty_salon1', 'longchair2', 17, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3415, 'beauty_salon1', 'longchair2', 19, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3416, 'beauty_salon1', 'longchair3', 17, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3417, 'beauty_salon1', 'longchair3', 19, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3418, 'beauty_salon1', 'longchair1', 4, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3419, 'beauty_salon1', 'longchair2', 5, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3420, 'beauty_salon1', 'longchair2', 6, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3421, 'beauty_salon1', 'longchair2', 7, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3422, 'beauty_salon1', 'longchair3', 8, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3423, 'beauty_salon1', 'longchair1', 11, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3424, 'beauty_salon1', 'longchair2', 12, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3425, 'beauty_salon1', 'longchair2', 13, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3426, 'beauty_salon1', 'longchair2', 14, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3427, 'beauty_salon1', 'longchair3', 15, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3428, 'beauty_salon1', 'longchair1', 4, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3429, 'beauty_salon1', 'longchair2', 5, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3430, 'beauty_salon1', 'longchair2', 6, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3431, 'beauty_salon1', 'longchair2', 7, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3432, 'beauty_salon1', 'longchair3', 8, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3433, 'beauty_salon1', 'longchair1', 11, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3434, 'beauty_salon1', 'longchair2', 12, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3435, 'beauty_salon1', 'longchair2', 13, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3436, 'beauty_salon1', 'longchair2', 14, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3437, 'beauty_salon1', 'longchair3', 15, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3438, 'ice_cafe', 'cafe_deskb', 1, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3439, 'md_a', 'wsTileStart', 21, 15, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '21,11', NULL, NULL),
(3440, 'md_a', 'wsTileStart', 21, 11, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '21,15', NULL, NULL),
(3441, 'cafe_gold0', 'ignore', 15, 3, 1, 0, 1, 1, 1, 'solid,invisible', NULL, NULL, NULL),
(3442, 'cafe_gold0', 'ignore', 16, 3, 1, 0, 1, 1, 1, 'solid,invisible', NULL, NULL, NULL),
(3443, 'park_a', 'queue_tile2', 28, 5, 0, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3444, 'park_a', 'queue_tile2', 28, 6, 0, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3445, 'park_a', 'queue_tile2', 28, 7, 0, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3446, 'park_a', 'queue_tile2', 28, 8, 0, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3447, 'park_a', 'queue_tile2', 28, 9, 0, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3448, 'park_a', 'queue_tile2', 28, 10, 0, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3449, 'park_a', 'queue_tile2', 28, 11, 0, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3450, 'park_a', 'queue_tile2', 28, 12, 0, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3451, 'park_a', 'queue_tile2', 27, 12, 0, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3452, 'park_a', 'queue_tile2', 26, 12, 0, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3453, 'park_a', 'queue_tile2', 26, 11, 0, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3454, 'park_a', 'queue_tile2', 26, 10, 0, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3455, 'park_a', 'queue_tile2', 26, 9, 0, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3456, 'park_a', 'queue_tile2', 26, 8, 0, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3457, 'park_a', 'queue_tile2', 26, 7, 0, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3458, 'park_a', 'queue_tile2', 26, 6, 0, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3459, 'park_a', 'queue_tile2', 25, 6, 0, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3460, 'park_a', 'queue_tile2', 24, 6, 0, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3461, 'park_a', 'queue_tile2', 23, 6, 0, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3462, 'park_a', 'queue_tile2', 22, 6, 0, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3463, 'park_a', 'queue_tile2', 21, 6, 0, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3464, 'park_a', 'queue_tile2', 20, 6, 0, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(3465, 'park_a', 'queue_tile2', 19, 6, 0, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL);
/*!40000 ALTER TABLE `public_items` ENABLE KEYS */;
-- Dumping structure for table kepler.public_roomwalkways
CREATE TABLE IF NOT EXISTS `public_roomwalkways` (
`room_id` int(11) DEFAULT NULL,
`to_id` int(1) DEFAULT NULL,
`coords_map` varchar(255) DEFAULT NULL,
`door_position` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.public_roomwalkways: ~54 rows (approximately)
/*!40000 ALTER TABLE `public_roomwalkways` DISABLE KEYS */;
INSERT INTO `public_roomwalkways` (`room_id`, `to_id`, `coords_map`, `door_position`) VALUES
(45, 69, '20,23 20,24 20,25 21,23 21,24 21,25', '3,23,0,2'),
(69, 45, '0,22 1,23', '19,24,0,6'),
(34, 35, '28,4', NULL),
(35, 34, '11,2', '28,5,0,4'),
(32, 33, '23,0 22,0 20,0 19,0 18,0 17,0 16,0 15,0 14,0 11,0 10,0 9,0', NULL),
(33, 32, '16,24 15,24 17,24 18,24 18,25 17,25 16,25 15,25 18,26 17,26 16,26', '16,2,2,4'),
(13, 14, '9,4 10,4 9,3', NULL),
(14, 13, '3,11 4,11 5,11', '10,5,4,4'),
(19, 20, '16,18', NULL),
(20, 19, '0,7', '15,18,0,6'),
(21, 22, '14,0 15,0', NULL),
(22, 21, '5,25 ', '15,1,4,4'),
(23, 24, '9,32 10,32 11,32 9,33 10,33', NULL),
(24, 23, '1,10 1,11 1,12', '10,30,5,0'),
(36, 37, '19,3 20,4 21,5 22,6 23,7 24,8 25,9 26,10 27,11 28,12', NULL),
(36, 37, '30,14 31,15 32,16 33,17 34,18 35,19 36,20 37,21 38,22 39,23', '18,30,1,1'),
(37, 36, '13,26 14,27 15,28 16,29 17,30 18,31 19,32 20,33 21,34', '34,19,1,5'),
(47, 48, '0,6 0,7 0,8 0,9', '29,3,1,6'),
(47, 50, '6,23 7,23 8,23 9,23', '7,2,1,4'),
(47, 52, '27,6 27,7 27,8 27,9', '2,3,0,2'),
(48, 47, '31,5 31,4 31,3 31,2', '2,7,1,2'),
(48, 49, '14,19 15,19 16,19 17,19', '15,2,0,4'),
(49, 50, '31,9 31,8 31,7 31,6', '2,8,1,2'),
(49, 48, '17,0 16,0 15,0 14,0', '16,17,1,0'),
(50, 47, '9,0 8,0 7,0 6,0', '8,21,1,0'),
(50, 49, '0,9 0,8 0,7 0,6', '29,7,0,6'),
(50, 51, '31,6 31,7 31,8 31,9', '2,15,0,2'),
(51, 50, '0,17 0,16 0,15 0,14', '29,7,0,6'),
(51, 52, '22,0 23,0 24,0 25,0', '24,17,1,0'),
(52, 47, '0,2 0,3 0,4 0,5', '25,7,0,6'),
(52, 51, '22,19 23,19 24,19 25,19', '24,2,1,4'),
(53, 54, '14,0 15,0 16,0 17,0', '19,21,0,0'),
(53, 57, '14,31 15,31 16,31 17,31', '3,6,1,4'),
(53, 55, '0,14 0,15 0,16 0,17', '17,23,0,6'),
(53, 58, '31,17 31,16 31,15 31,14', '2,3,1,2'),
(54, 55, '0,14 0,15 0,16 0,17', '13,8,1,6'),
(54, 53, '18,23 19,23 20,23 21,23', '16,2,0,4'),
(55, 54, '15,6 15,7 15,8 15,9', '2,15,1,2'),
(55, 56, '0,25 0,24 0,23 0,22', '21,12,0,6'),
(55, 53, '19,22 19,23 19,24 19,25', '2,15,0,2'),
(56, 55, '23,13 23,12 23,11 23,10', '2,23,0,2'),
(57, 53, '2,4 3,4 4,4 5,4', '15,29,0,0'),
(57, 58, '17,0 17,1 17,2 17,3', '10,19,0,2'),
(58, 57, '8,18 8,19 8,20 8,21', '15,1,0,6'),
(58, 53, '0,5 0,4 0,3 0,2', '29,15,0,6'),
(61, 62, '2,0 3,0', '1,1,1,4'),
(61, 63, '8,0 9,0', '2,1,1,4'),
(61, 64, '14,0 15,0', '1,1,1,4'),
(61, 65, '0,2 0,3', '1,1,1,4'),
(62, 61, '0,0 1,0', '3,1,1,4'),
(63, 61, '2,0 1,0', '9,1,1,4'),
(64, 61, '0,0 1,0', '15,1,1,4'),
(65, 61, '0,0 1,0', '1,3,1,2'),
(37, 36, '0,13 1,14 2,15 3,16 4,17 5,18 6,19 7,20 8,21 9,22 10,23 11,24 12,25', '23,7,7,5');
/*!40000 ALTER TABLE `public_roomwalkways` ENABLE KEYS */;
-- Dumping structure for table kepler.rank_badges
CREATE TABLE IF NOT EXISTS `rank_badges` (
`rank` tinyint(1) unsigned NOT NULL DEFAULT 1,
`badge` char(3) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.rank_badges: ~0 rows (approximately)
/*!40000 ALTER TABLE `rank_badges` DISABLE KEYS */;
/*!40000 ALTER TABLE `rank_badges` ENABLE KEYS */;
-- Dumping structure for table kepler.rank_fuserights
CREATE TABLE IF NOT EXISTS `rank_fuserights` (
`min_rank` int(11) NOT NULL,
`fuseright` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.rank_fuserights: ~48 rows (approximately)
/*!40000 ALTER TABLE `rank_fuserights` DISABLE KEYS */;
INSERT INTO `rank_fuserights` (`min_rank`, `fuseright`) VALUES
(1, 'default'),
(1, 'fuse_login'),
(1, 'fuse_buy_credits'),
(1, 'fuse_trade'),
(1, 'fuse_room_queue_default'),
(2, 'fuse_enter_full_rooms'),
(3, 'fuse_enter_locked_rooms'),
(3, 'fuse_kick'),
(3, 'fuse_mute'),
(4, 'fuse_ban'),
(4, 'fuse_room_mute'),
(4, 'fuse_room_kick'),
(4, 'fuse_receive_calls_for_help'),
(4, 'fuse_remove_stickies'),
(5, 'fuse_mod'),
(5, 'fuse_superban'),
(5, 'fuse_pick_up_any_furni'),
(5, 'fuse_ignore_room_owner'),
(5, 'fuse_any_room_controller'),
(2, 'fuse_room_alert'),
(5, 'fuse_moderator_access'),
(6, 'fuse_administrator_access'),
(6, 'fuse_see_flat_ids'),
(5, 'fuse_credits'),
(1, 'default'),
(1, 'fuse_login'),
(1, 'fuse_buy_credits'),
(1, 'fuse_trade'),
(1, 'fuse_room_queue_default'),
(2, 'fuse_enter_full_rooms'),
(3, 'fuse_enter_locked_rooms'),
(3, 'fuse_kick'),
(3, 'fuse_mute'),
(4, 'fuse_ban'),
(4, 'fuse_room_mute'),
(4, 'fuse_room_kick'),
(4, 'fuse_receive_calls_for_help'),
(4, 'fuse_remove_stickies'),
(5, 'fuse_mod'),
(5, 'fuse_superban'),
(5, 'fuse_pick_up_any_furni'),
(5, 'fuse_ignore_room_owner'),
(5, 'fuse_any_room_controller'),
(2, 'fuse_room_alert'),
(5, 'fuse_moderator_access'),
(6, 'fuse_administrator_access'),
(6, 'fuse_see_flat_ids'),
(5, 'fuse_credits');
/*!40000 ALTER TABLE `rank_fuserights` ENABLE KEYS */;
-- Dumping structure for table kepler.rare_cycle
CREATE TABLE IF NOT EXISTS `rare_cycle` (
`sale_code` varchar(255) NOT NULL,
`reuse_time` bigint(11) NOT NULL,
PRIMARY KEY (`sale_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.rare_cycle: ~1 rows (approximately)
/*!40000 ALTER TABLE `rare_cycle` DISABLE KEYS */;
/*!40000 ALTER TABLE `rare_cycle` ENABLE KEYS */;
-- Dumping structure for table kepler.recycler_rewards
CREATE TABLE IF NOT EXISTS `recycler_rewards` (
`id` int(11) NOT NULL,
`sale_code` varchar(255) NOT NULL,
`item_cost` int(11) NOT NULL DEFAULT 10,
`recycling_session_time_seconds` int(11) DEFAULT 0,
`collection_time_seconds` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.recycler_rewards: ~6 rows (approximately)
/*!40000 ALTER TABLE `recycler_rewards` DISABLE KEYS */;
INSERT INTO `recycler_rewards` (`id`, `sale_code`, `item_cost`, `recycling_session_time_seconds`, `collection_time_seconds`) VALUES
(2, 'rclr_garden', 30, 7200, 1800),
(3, 'rclr_sofa', 50, 10800, 1800),
(1, 'rclr_chair', 20, 3600, 1800),
(2, 'rclr_garden', 30, 7200, 1800),
(3, 'rclr_sofa', 50, 10800, 1800),
(1, 'rclr_chair', 20, 3600, 1800);
/*!40000 ALTER TABLE `recycler_rewards` ENABLE KEYS */;
-- Dumping structure for table kepler.recycler_sessions
CREATE TABLE IF NOT EXISTS `recycler_sessions` (
`user_id` int(11) NOT NULL,
`reward_id` int(11) NOT NULL,
`session_started` datetime NOT NULL DEFAULT current_timestamp(),
`items` text NOT NULL,
PRIMARY KEY (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.recycler_sessions: ~0 rows (approximately)
/*!40000 ALTER TABLE `recycler_sessions` DISABLE KEYS */;
/*!40000 ALTER TABLE `recycler_sessions` ENABLE KEYS */;
-- Dumping structure for table kepler.rooms
CREATE TABLE IF NOT EXISTS `rooms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`owner_id` varchar(11) NOT NULL,
`category` int(11) DEFAULT 2,
`name` varchar(255) NOT NULL,
`description` varchar(255) NOT NULL,
`model` varchar(255) NOT NULL,
`ccts` varchar(255) DEFAULT '',
`wallpaper` int(4) DEFAULT 0,
`floor` int(4) DEFAULT 0,
`showname` tinyint(1) DEFAULT 1,
`superusers` tinyint(1) DEFAULT 0,
`accesstype` tinyint(3) DEFAULT 0,
`password` varchar(255) DEFAULT '',
`visitors_now` int(11) DEFAULT 0,
`visitors_max` int(11) DEFAULT 25,
`rating` int(11) NOT NULL DEFAULT 0,
`is_hidden` tinyint(1) NOT NULL DEFAULT 0,
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
`updated_at` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1002 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
-- Dumping data for table kepler.rooms: ~69 rows (approximately)
/*!40000 ALTER TABLE `rooms` DISABLE KEYS */;
INSERT INTO `rooms` (`id`, `owner_id`, `category`, `name`, `description`, `model`, `ccts`, `wallpaper`, `floor`, `showname`, `superusers`, `accesstype`, `password`, `visitors_now`, `visitors_max`, `rating`, `is_hidden`, `created_at`, `updated_at`) VALUES
(1, '0', 3, 'Welcome Lounge', 'welcome_lounge', 'newbie_lobby', 'hh_room_nlobby', 0, 0, 0, 0, 0, '', 0, 40, 0, 0, '2018-08-11 07:54:01', '2019-10-16 23:35:48'),
(2, '0', 3, 'Theatredome', 'theatredrome', 'theater', 'hh_room_theater', 0, 0, 0, 0, 0, '', 0, 100, 0, 0, '2018-08-11 07:54:01', '2022-07-30 17:42:56'),
(3, '0', 3, 'Library', 'library', 'library', 'hh_room_library', 0, 0, 0, 0, 0, '', 0, 30, 0, 0, '2018-08-11 07:54:01', '2019-10-16 23:33:57'),
(4, '0', 5, 'TV Studio', 'tv_studio', 'tv_studio', 'hh_room_tv_studio_general', 0, 0, 0, 0, 0, '', 0, 20, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(5, '0', 5, 'Cinema', 'habbo_cinema', 'cinema_a', 'hh_room_cinema', 0, 0, 0, 0, 0, '', 0, 50, 0, 0, '2018-08-11 07:54:01', '2019-10-16 23:07:00'),
(6, '0', 5, 'Power Gym', 'sport', 'sport', 'hh_room_sport', 0, 0, 0, 0, 0, '', 0, 35, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(7, '0', 5, 'Olympic Stadium', 'ballroom', 'ballroom', 'hh_room_ballroom', 0, 0, 0, 0, 0, '', 0, 50, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(8, '0', 5, 'Habbo Kitchen', 'hotel_kitchen', 'cr_kitchen', 'hh_room_kitchen', 0, 0, 0, 0, 0, '', 0, 20, 0, 0, '2018-08-11 07:54:01', '2019-10-16 23:07:35'),
(9, '0', 6, 'The Dirty Duck Pub', 'the_dirty_duck_pub', 'pub_a', 'hh_room_pub', 0, 0, 0, 0, 0, '', 0, 40, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(10, '0', 6, 'Cafe Ole', 'cafe_ole', 'cafe_ole', 'hh_room_cafe', 0, 0, 0, 0, 0, '', 0, 35, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(11, '0', 6, 'Gallery Cafe', 'eric\'s_eaterie', 'cr_cafe', 'hh_room_erics', 0, 0, 0, 0, 0, '', 0, 35, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(12, '0', 6, 'Space Cafe', 'space_cafe', 'space_cafe', 'hh_room_space_cafe', 0, 0, 0, 0, 0, '', 0, 35, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(13, '0', 7, 'Rooftop Terrace', 'rooftop', 'rooftop', 'hh_room_rooftop', 0, 0, 0, 0, 0, '', 0, 30, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(14, '0', 7, 'Rooftop Cafe', 'rooftop', 'rooftop_2', 'hh_room_rooftop', 0, 0, 0, 0, 0, '', 0, 20, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(15, '0', 6, 'Palazzo Pizza', 'pizza', 'pizza', 'hh_room_pizza', 0, 0, 0, 0, 0, '', 0, 40, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(16, '0', 6, 'Habburgers', 'habburger\'s', 'habburger', 'hh_room_habburger', 0, 0, 0, 0, 0, '', 0, 40, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(17, '0', 8, 'Grandfathers Lounge', 'dusty_lounge', 'dusty_lounge', 'hh_room_dustylounge', 0, 0, 0, 0, 0, '', 0, 45, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(18, '0', 7, 'Oriental Tearoom', 'tearoom', 'tearoom', 'hh_room_tearoom', 0, 0, 0, 0, 0, '', 0, 40, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(19, '0', 7, 'Oldskool Lounge', 'old_skool', 'old_skool0', 'hh_room_old_skool', 0, 0, 0, 0, 0, '', 0, 45, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(20, '0', 7, 'Oldskool Dancefloor', 'old_skool', 'old_skool1', 'hh_room_old_skool', 0, 0, 0, 0, 0, '', 0, 45, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(21, '0', 7, 'The Chromide Club', 'the_chromide_club', 'malja_bar_a', 'hh_room_disco', 0, 0, 0, 0, 0, '', 0, 45, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(22, '0', 7, 'The Chromide Club II', 'the_chromide_club', 'malja_bar_b', 'hh_room_disco', 0, 0, 0, 0, 0, '', 0, 50, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(23, '0', 7, 'Club Massiva', 'club_massiva', 'bar_a', 'hh_room_bar', 0, 0, 0, 0, 0, '', 0, 45, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(24, '0', 7, 'Club Massiva II', 'club_massiva2', 'bar_b', 'hh_room_bar', 0, 0, 0, 0, 0, '', 0, 70, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(25, '0', 6, 'Sunset Cafe', 'sunset_cafe', 'sunset_cafe', 'hh_room_sunsetcafe', 0, 0, 0, 0, 0, '', 0, 35, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(26, '0', 7, 'Oasis Spa', 'cafe_gold', 'cafe_gold0', 'hh_room_gold', 0, 0, 0, 0, 0, '', 0, 50, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(27, '0', 9, 'Treehugger Garden', 'chill', 'chill', 'hh_room_chill', 0, 0, 0, 0, 0, '', 0, 30, 0, 0, '2018-08-11 07:54:01', '2019-12-05 01:05:25'),
(28, '0', 8, 'Club Mammoth', 'club_mammoth', 'club_mammoth', 'hh_room_clubmammoth', 0, 0, 0, 0, 0, '', 0, 45, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(29, '0', 9, 'Floating Garden', 'floatinggarden', 'floatinggarden', 'hh_room_floatinggarden', 0, 0, 0, 0, 0, '', 0, 80, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(30, '0', 9, 'Picnic Fields', 'picnic', 'picnic', 'hh_room_picnic', 0, 0, 0, 0, 0, '', 0, 55, 0, 0, '2018-08-11 07:54:01', '2022-07-30 17:53:36'),
(31, '0', 9, 'Sun Terrace', 'sun_terrace', 'sun_terrace', 'hh_room_sun_terrace', 0, 0, 0, 0, 0, '', 0, 50, 0, 0, '2018-08-11 07:54:01', '2019-10-16 23:21:54'),
(32, '0', 9, 'Peaceful Park', 'gate_park', 'gate_park', 'hh_room_gate_park', 0, 0, 0, 0, 0, '', 0, 50, 0, 0, '2018-08-11 07:54:01', '2018-11-17 00:14:57'),
(33, '0', 9, 'Peaceful Park B', 'gate_park', 'gate_park_2', 'hh_room_gate_park', 0, 0, 0, 0, 0, '', 0, 50, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(34, '0', 9, 'The Park', 'park', 'park_a', 'hh_room_park_general,hh_room_park', 0, 0, 0, 0, 0, '', 0, 45, 0, 0, '2018-08-11 07:54:01', '2022-07-30 18:13:04'),
(35, '0', 9, 'The Infobus', 'park', 'park_b', 'hh_room_park_general,hh_room_park', 0, 0, 0, 0, 0, '', 0, 20, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(36, '0', 10, 'Habbo Lido', 'habbo_lido', 'pool_a', 'hh_room_pool,hh_people_pool', 0, 0, 0, 0, 0, '', 0, 60, 0, 0, '2018-08-11 07:54:01', '2022-07-30 17:52:36'),
(37, '0', 10, 'Lido B', 'habbo_lido_ii', 'pool_b', 'hh_room_pool,hh_people_pool', 0, 0, 0, 0, 0, '', 0, 60, 0, 1, '2018-08-11 07:54:01', '2021-12-06 20:56:02'),
(38, '0', 10, 'Rooftop Rumble', 'rooftop_rumble', 'md_a', 'hh_room_terrace,hh_paalu,hh_people_pool,hh_people_paalu', 0, 0, 0, 0, 0, '', 0, 50, 0, 0, '2018-08-11 07:54:01', '2021-12-06 21:00:22'),
(39, '0', 11, 'Main Lobby', 'main_lobby', 'lobby_a', 'hh_room_lobby', 0, 0, 0, 0, 0, '', 0, 100, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(40, '0', 11, 'Basement Lobby', 'basement_lobby', 'floorlobby_a', 'hh_room_floorlobbies', 0, 0, 0, 0, 0, '', 0, 50, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(41, '0', 11, 'Median Lobby', 'median_lobby', 'floorlobby_b', 'hh_room_floorlobbies', 0, 0, 0, 0, 0, '', 0, 50, 0, 0, '2018-08-11 07:54:01', '2019-10-16 23:06:33'),
(42, '0', 11, 'Skylight Lobby', 'skylight_lobby', 'floorlobby_c', 'hh_room_floorlobbies', 0, 0, 0, 0, 0, '', 0, 50, 0, 0, '2018-08-11 07:54:01', '2019-10-16 23:06:42'),
(43, '0', 6, 'Ice Cafe', 'ice_cafe', 'ice_cafe', 'hh_room_icecafe', 0, 0, 0, 0, 0, '', 0, 25, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(44, '0', 6, 'Net Cafe', 'netcafe', 'netcafe', 'hh_room_netcafe', 0, 0, 0, 0, 0, '', 0, 25, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(45, '0', 5, 'Beauty Salon', 'beauty_salon_loreal', 'beauty_salon0', 'hh_room_beauty_salon_general', 0, 0, 0, 0, 0, '', 0, 25, 0, 0, '2018-08-11 07:54:01', '2019-10-16 23:07:26'),
(46, '0', 5, 'The Den', 'the_den', 'cr_staff', 'hh_room_den', 0, 0, 0, 0, 0, '', 0, 100, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(47, '0', 12, 'Lower Hallways', 'hallway', 'hallway2', 'hh_room_hallway', 0, 0, 1, 0, 0, '', 0, 25, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(48, '0', 12, 'Lower Hallways I', 'hallway', 'hallway0', 'hh_room_hallway', 0, 0, 1, 0, 0, '', 0, 25, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(49, '0', 12, 'Lower Hallways II', 'hallway', 'hallway1', 'hh_room_hallway', 0, 0, 1, 0, 0, '', 0, 25, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(50, '0', 12, 'Lower Hallways III', 'hallway', 'hallway3', 'hh_room_hallway', 0, 0, 1, 0, 0, '', 0, 25, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(51, '0', 12, 'Lower Hallways IV', 'hallway', 'hallway5', 'hh_room_hallway', 0, 0, 1, 0, 0, '', 0, 25, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(52, '0', 12, 'Lower Hallways V', 'hallway', 'hallway4', 'hh_room_hallway', 0, 0, 1, 0, 0, '', 0, 25, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(53, '0', 12, 'Upper Hallways', 'hallway_ii', 'hallway9', 'hh_room_hallway', 0, 0, 1, 0, 0, '', 0, 25, 0, 0, '2018-08-11 07:54:01', '2018-08-11 07:54:01'),
(54, '0', 12, 'Upper Hallways I', 'hallway_ii', 'hallway8', 'hh_room_hallway', 0, 0, 1, 0, 0, '', 0, 25, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(55, '0', 12, 'Upper Hallways II', 'hallway_ii', 'hallway7', 'hh_room_hallway', 0, 0, 1, 0, 0, '', 0, 25, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(56, '0', 12, 'Upper Hallways III', 'hallway_ii', 'hallway6', 'hh_room_hallway', 0, 0, 1, 0, 0, '', 0, 25, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(57, '0', 12, 'Upper Hallways IV', 'hallway_ii', 'hallway10', 'hh_room_hallway', 0, 0, 1, 0, 0, '', 0, 25, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(58, '0', 12, 'Upper Hallways V', 'hallway_ii', 'hallway11', 'hh_room_hallway', 0, 0, 1, 0, 0, '', 0, 25, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(59, '0', 7, 'Star Lounge', 'star_lounge', 'star_lounge', 'hh_room_starlounge', 0, 0, 1, 0, 0, '', 0, 35, 0, 0, '2018-08-11 07:54:01', '2019-10-15 20:45:32'),
(60, '0', 8, 'Club Orient', 'orient', 'orient', 'hh_room_orient', 0, 0, 1, 0, 0, '', 0, 35, 0, 0, '2018-08-11 07:54:01', '2019-10-16 23:30:17'),
(61, '0', 13, 'Cunning Fox Gamehall', 'cunning_fox_gamehall', 'entryhall', 'hh_room_gamehall,hh_games', 0, 0, 1, 0, 0, '', 0, 25, 0, 0, '2018-08-11 07:54:01', '2021-01-23 17:39:36'),
(62, '0', 13, 'TicTacToe hall', 'cunning_fox_gamehall/1', 'hallA', 'hh_room_gamehall,hh_games', 0, 0, 1, 0, 0, '', 0, 25, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(63, '0', 13, 'Battleships hall', 'cunning_fox_gamehall/2', 'hallB', 'hh_room_gamehall,hh_games', 0, 0, 1, 0, 0, '', 0, 25, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(64, '0', 13, 'Chess hall', 'cunning_fox_gamehall/3', 'hallC', 'hh_room_gamehall,hh_games', 0, 0, 1, 0, 0, '', 0, 25, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(65, '0', 13, 'Poker hall', 'cunning_fox_gamehall/4', 'hallD', 'hh_room_gamehall,hh_games', 0, 0, 1, 0, 0, '', 0, 25, 0, 1, '2018-08-11 07:54:01', '2021-11-03 08:46:46'),
(66, '0', 13, 'Battleball Lobby', 'bb_lobby_beginner_0', 'bb_lobby_1', 'hh_game_bb,hh_game_bb_room,hh_game_bb_ui,hh_gamesys', 0, 0, 1, 0, 0, '', 0, 25, 0, 0, '2018-08-11 07:54:01', '2021-01-23 17:39:26'),
(67, '0', 13, 'Snowstorm Lobby', 'sw_lobby_beginner_0', 'snowwar_lobby_1', 'hh_gamesys,hh_game_snowwar,hh_game_snowwar_room,hh_game_snowwar_ui', 0, 0, 1, 0, 0, '', 0, 25, 0, 0, '2018-08-11 07:54:01', '2021-01-23 17:38:51'),
(68, '0', 5, 'Imperial Palace', 'emperors', 'emperors', 'hh_room_emperors', 0, 0, 0, 0, 0, '', 0, 30, 0, 0, '2018-08-11 07:54:01', '2022-06-20 22:36:50'),
(69, '0', 5, 'Beauty Salon II', 'beauty_salon_loreal', 'beauty_salon1', 'hh_room_beauty_salon_general', 0, 0, 0, 0, 0, '', 0, 25, 0, 1, '2018-08-11 07:54:01', '2022-05-25 22:12:01');
/*!40000 ALTER TABLE `rooms` ENABLE KEYS */;
-- Dumping structure for table kepler.rooms_bots
CREATE TABLE IF NOT EXISTS `rooms_bots` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(25) NOT NULL,
`mission` varchar(255) NOT NULL,
`x` int(11) NOT NULL,
`y` int(11) NOT NULL,
`start_look` varchar(25) NOT NULL,
`figure` varchar(255) NOT NULL,
`walkspace` text NOT NULL,
`room_id` int(11) NOT NULL DEFAULT 0,
`speech` mediumtext NOT NULL,
`response` mediumtext NOT NULL,
`unrecognised_response` mediumtext NOT NULL,
`hand_items` varchar(50) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.rooms_bots: ~34 rows (approximately)
/*!40000 ALTER TABLE `rooms_bots` DISABLE KEYS */;
INSERT INTO `rooms_bots` (`id`, `name`, `mission`, `x`, `y`, `start_look`, `figure`, `walkspace`, `room_id`, `speech`, `response`, `unrecognised_response`, `hand_items`) VALUES
(5, 'Xenia', 'The belle of the Battle Ball', 1, 8, '2,2', 'sd=001&sh=002/54,178,190&lg=200/230,49,57&ch=506/230,49,57,141&lh=001/168,123,67&rh=001/168,123,67&hd=001/168,123,67&ey=001&fc=001/168,123,67&hr=506/194,26,134,190&hrb=506/2,3,4&rs=002/230,49,57&ls=002/230,49,57&bd=001/168,123,67', '0,5 0,6 0,7 1,5 1,6 1,7 1,8', 66, 'Welcome to the BattleBall lobby!|Play games for free here|I\'m super pumped to beat other users in Battleball! :)|Calm down, other people are trying to score!#SHOUT|I\'m the best BattleBall player! *smirks*|I wonder how long it would take me to reach the highest level...|You can earn XP when playing BattleBall!', '', 'Hello there!|Hi, said the person who lost BattleBall|Hey!|Hey, I\'m just chilling here.. doing nothing', ''),
(6, 'Pamela', ':)', 7, 8, '4,4', 'sd=001&sh=002/148,98,32&lg=005/230,49,57&ch=201/255,255,255&lh=001/215,175,125&rh=001/215,175,125&hd=001/215,175,125&ey=001&fc=001/215,175,125&hr=507/103,78,59&rs=002/255,255,255&ls=002/255,255,255&bd=001/215,175,125', '22,4 23,4 24,4 25,4 26,4 22,5 23,5 24,5 25,5 26,5', 45, '', '', '', ''),
(7, 'Regina', 'I know, right?', 3, 6, '2,2', 'sd=001&sh=002/255,115,131&lg=005/255,115,131&ch=018/255,255,255&lh=001/255,204,153&rh=001/255,204,153&hd=001/255,204,153&ey=001&fc=001/255,204,153&hr=501/225,204,120&rs=003/255,255,255&ls=003/255,255,255&bd=001/255,204,153', '2,7 2,8 2,9 3,5 3,6 3,7 3,8 3,9 3,10', 10, 'I\'ve been busy practicing my dance routine for my latest song!|You like coffee? I like my job|You mocha me very happy.|Italians are so good at making coffee because they naturally like to espresso themselves.', 'Enjoy this|This will do the trick|One %lowercaseDrink% coming right up!', 'Repeat that please!|Say that again|What?|Hmm...', 'Coffee'),
(8, 'James', 'Nemo my name forever more', 4, 24, '0,0', 'sd=001&sh=001/17,17,17&lg=001/17,17,17&ch=800&lh=001/240,213,179&rh=001/240,213,179&hd=001/240,213,179&ey=001/254,202,150&fc=001/240,213,179&hr=201/17,17,17&rs=800&ls=800&bd=001/240,213,179', '4,24 4,25 4,26 4,27 5,24 5,25 5,26 5,27', 23, '', '', '', ''),
(9, 'Marion', 'I want to be Bonnie Blond!', 6, 25, '2,2', 'sd=001&sh=002/17,17,17&lg=005/255,115,131&ch=018/17,17,17&lh=001/230,200,162&rh=001/230,200,162&hd=001/230,200,162&ey=002&fc=001/230,200,162&hr=202/165,90,24&rs=003/17,17,17&ls=003/17,17,17&bd=001/230,200,162', '6,24 6,25 6,26 6,27', 23, '', '', '', ''),
(10, 'Brone', 'Happy to help', 0, 8, '4,4', 'sd=001/0&hr=008/115,99,70&hd=002/145,98,55&ey=005/0&fc=001/145,98,55&bd=001/145,98,55&lh=001/145,98,55&rh=001/145,98,55&ch=005/17,17,17&ls=002/17,17,17&rs=002/17,17,17&lg=004/17,17,17&sh=003/17,17,17', '0,7 1,7 2,7 3,7 4,7 5,7 6,7 7,7 8,7 9,7 0,8 1,8 2,8 3,8 4,8 5,8 6,8 7,8 8,8 9,8', 21, 'Enjoy the dance!|I\'ve never seen what the other side is like...|My boss doesn\'t allow me to see the disco :(|I serve some mean drinks!', 'You look like you need this|Hmm, take this', 'Not sure what you said|Did I hear something?|What?', ''),
(11, 'Marcus', 'Man of Talent', 0, 22, '2,2', 'sd=001/0&hr=010/224,186,120&hd=002/255,204,153&ey=005/0&fc=001/255,204,153&bd=001/255,204,153&lh=001/255,204,153&rh=001/255,204,153&ch=005/59,122,192&ls=002/59,122,192&rs=002/59,122,192&lg=006/119,159,187&sh=001/223,175,209', '0,21 0,22 0,23 1,21 1,22 1,23', 5, 'If you hear a funny noise, it\'s just Sid the sloth - he loves to sing!|No ordinary drink for no ordinary Habbo|Stressed out? The Ice House cinema\'s the best place to chill out.|Come on - you don\'t need Dutch courage|We\'ve got the coolest DVD playing this week - check it out!|Wow! You have a real talent!|See a hairy elephant? It\'s just Manny the moody mastodon.', 'Here you go!|Sure, %lowercaseDrink% it is!', 'Hello', 'Cola'),
(12, 'Dave', 'Hello, hello', 10, 7, '2,2', 'sd=001/0&hr=995/255,255,255&hd=001/255,204,153&ey=001/0&fc=001/255,204,153&bd=001/255,204,153&lh=001/255,204,153&rh=001/255,204,153&ch=995/255,255,255&ls=002/255,255,255&rs=002/255,255,255&lg=999/255,255,255&sh=001/121,94,83', '9,2 9,3 9,4 10,2 10,3 10,4', 9, '', '', '', ''),
(13, 'Sadie', 'Happy St. Patrick\'s Day!', 10, 5, '2,2', 'sd=001&sh=001/36&lg=999/255,255,255&ch=006/163&lh=001/255,204,153&rh=001/255,204,153&hd=001/255,204,153&ey=001&fc=001/255,204,153&hr=006/250,230,150&rs=002/163&ls=002/163&bd=001/255,204,153', '9,5 9,6 9,7 9,8 10,5 10,6 10,7 10,8', 9, '', '', '', ''),
(14, 'Reginaldo', ':)', 23, 5, '4,4', 'sd=001&hd=001/236,214,186&fc=001/236,214,186&bd=001/236,214,186&rh=001/236,214,186&lh=001/236,214,186&hr=001/255,255,255&lg=001/40,40,40&sh=001/150,0,0&rs=002/255,255,255&ls=002/255,255,255&ch=202/255,255,255', '22,4 23,4 24,4 25,4 26,4 22,5 23,5 24,5 25,5 26,5', 17, 'It\'s pretty cool working here, I must say|Maybe some day I will become a club member...|Who knew that someone like me would end up working here?', 'Enjoy the %drink%!,Here you go!', 'Sorry? I didn\'t catch that|Hello there!|That\'s my name, don\'t wear it out', 'Water,Juice,Lemonade,Tea'),
(15, 'Billy', 'You can call me Bill', 5, 13, '2,2', 'sd=001/0&hr=010/224,186,120&hd=002/255,203,152&ey=001/0&fc=001/255,203,152&bd=001/255,203,152&lh=001/255,203,152&rh=001/255,203,152&ch=502/57,65,148&ls=001/57,65,148&rs=001/57,65,148&lg=006/102,102,102&sh=003/51,51,51', '4,10 5,10 5,11 5,12 5,13', 11, 'I serve drinks here|Did you know that coffee comes from plants?|Espresso your opinions politely.|', 'Coming right up!|Be careful, don\'t hurt yourself!', 'Cool story, brew.|Yep, that\'s me', 'Latte,Coffee,Hot Chocolate,Espresso'),
(16, 'Phillip', 'Why not try a nice burger?', 1, 13, '2,2', 'sd=001/0&hr=010/255,255,255&hd=002/255,204,153&ey=001/0&fc=001/255,204,153&bd=001/255,204,153&lh=001/255,204,153&rh=001/255,204,153&ch=001/217,113,69&ls=002/217,113,69&rs=002/217,113,69&lg=001/102,102,102&sh=003/47,45,38', '0,7 0,8 0,9 0,10 0,11 0,12 0,13 1,7 1,8 1,9 1,10 1,11 1,12 1,13', 16, '', '', '', ''),
(17, 'Ariel', 'Happy to help', 0, 13, '2,2', 'sd=001&sh=001/36&lg=001/200,0,0&ch=006/163&lh=001/255,203,152&rh=001/255,203,152&hd=001/255,203,152&ey=001&fc=001/255,203,152&hr=003/250,50,2&rs=002/163&ls=002/163&bd=001/255,203,152', '0,9 0,10 0,11 0,12 0,13 0,14', 43, 'Sure is chilly at the Ice Cafe...|Here to serve, every, single, day...|Did you know that I never get a break?', '%drink% it is me\'dear\'!:)|Et voila!', 'Sorry - did you want something?', 'Iced Coffee,Coffee,Hot Chocolate,Espresso'),
(18, 'Piers', 'The master of the kitchen!', 11, 12, '4,4', 'sd=001/0&hr=799/255,255,255&hd=002/255,204,153&ey=001/0&fc=001/255,204,153&bd=001/255,204,153&lh=001/255,204,153&rh=001/255,204,153&ch=003/255,255,255&ls=001/255,255,255&rs=001/255,255,255&lg=004/255,255,255&sh=004/255,255,255', '3,12 4,12 5,12 6,12 7,12 8,12 9,12 10,12 11,12 12,12 3,13 4,13 5,13 6,13 7,13 8,13 9,13 10,12 11,13 12,13', 8, 'Would you like to taste my wrath?|The silverback grilla is native to this area.|Heaters gonna heat.|That\'s a recipe for disaster.', '', 'Yes?|What? I\'m busy you know|A FINE CHOICE#SHOUT|Soup man, how’s it going?', ''),
(19, 'Marcel', 'In search of lost time', 11, 15, '2,2', 'sd=001&sh=003/154,154,154&lg=001/98,90,32&ch=202/255,210,179&lh=001/255,210,179&rh=001/255,210,179&hd=001/255,204,153&ey=001&fc=001/255,204,153&hr=203/98,98,98&rs=001/255,210,179&ls=001/255,210,179&bd=001/255,204,153', '7,14 8,14 9,14 10,14 11,14 7,15 8,15 9,15 10,15 11,15 7,16 8,16 9,16 10,16 11,16', 3, '', '', '', ''),
(20, 'Chloe', 'Service with a smile', 6, 30, '2,2', 'sd=001&sh=001/255,115,41&lg=999/255,255,255&ch=006/35,134,182&lh=001/255,203,1522&rh=001/255,203,152&hd=001/255,203,152&ey=001&fc=001/255,203,152&hr=003/250,50,2&rs=002/35,134,182&ls=002/35,134,182&bd=001/255,203,152', '6,29 6,30', 36, 'I need to get out of the ice cream booth and into the DJ booth!|Ow there goes my eardrum!#SHOUT|I wish I looked that good in a bikini|When will I, will I be a famous Habbo who gets on the VIP list?|I\'m a fiery redhead - come here boys!', 'There you go.', 'Hello sweetie|Hi, how can I help?|Well hello there', ''),
(22, 'Berith', 'Serving you with a smile :)', 11, 0, '4,4', 'sd=001&sh=002/148,98,32&lg=005/230,49,57&ch=201/255,255,255&lh=001/215,175,125&rh=001/215,175,125&hd=001/215,175,125&ey=001&fc=001/215,175,125&hr=506/103,78,59&rs=002/255,255,255&ls=002/255,255,255&bd=001/215,175,125', '6,0 7,0 8,0 9,0 10,0 11,0 12,0 6,1 7,1 8,1 9,1 10,1 11,1 12,1', 28, 'It\'s pretty cool working here, I must say|Maybe some day I will become a club member...|Who knew that someone like me would end up working here?', 'There you are!|Enjoy!|Here, take this!', 'Sorry? I didn\'t catch that|Hello there!|That\'s my name, don\'t wear it out', ''),
(23, 'DJ von Beathoven', 'Turn the music up!', 18, 9, '4,4', 'sd=001&sh=001/36&lg=001&ch=005/163&lh=001/171,122,89&rh=001/171,122,89&hd=001/171,122,89&ey=001&fc=001/171,122,89&hr=931/255,255,255&rs=002/163&ls=002/163&bd=001/8', '17,7 17,8 17,9 18,8 18,9', 28, '', '', '', ''),
(25, 'Ray', 'Chill out and have a coconut!', 1, 11, '2,2', 'sd=001&hd=001/236,214,186&fc=001/236,214,186&bd=001/236,214,186&rh=001/236,214,186&lh=001/236,214,186&hr=010/177,139,86&lg=001/103,70,54&sh=001/30,30,30&rs=002/255,255,255&ls=002/255,255,255&ch=700/255,255,255look=2,2', '1,9 1,10 1,11 1,12 2,9 2,10 2,11 2,12', 44, 'Official Fansite are voted by YOU, the Habbo community!|Did you know the Official Fansites are changed every 3 months?|If they aren\'t listed once you click the billboard then they aren\'t Official!|Once refreshed, visit an Official Fansite!|Click the billboard now to visit our Official Fansites!|Official Fansites have great events, comps and radio shows!', 'Refreshing!|Here you are, with extra coconut milk, only for you ;)|Here you go, hope you like the umbrella.|You sure are thirsty, huh?|You can only have one at a time!|That\'s my name! As in the beams of golden sunshine and not the sunglasses.|Hi my name is what? my name is who? my name is...ray', '', 'Cola,Coke,Coconut Milk'),
(26, 'Amber', 'On the crest of a wave', 11, 2, '4,4', 'sd=001&sh=002/148,98,32&lg=200/120,66,21&ch=018/255,230,57&lh=001/215,175,125&rh=001/215,175,125&hd=001/215,175,125&ey=001&fc=001/215,175,125&hr=023/255,230,50&rs=003/255,230,57&ls=003/255,230,57&bd=001/215,175,125', '10,0 11,0 12,0 10,1 11,1 12,1 13,1 10,2 11,2 12,2 13,2', 26, 'Ask a guide for safety hints and tips. They have an guide badge.|P2S is giving your furni away!|I got this job by smiling sweetly at Redtiz for 40 minutes.|Be safe, not sorry! Learn to protect yourself|Quench it!|Glad to be of service!|Oh to be a star! Perhaps one day soon I\'ll be recognised?', 'This should quench your thirst!|\r\nThirst quenching, soul refreshing!', 'Hello, come for some safety tips? Ask a guide!', 'Water'),
(27, 'Maarit', ':)', 11, 2, '4,4', 'sd=001&sh=001/255,115,41&lg=003/0,0,0&ch=018/0,0,0&lh=001/255,203,1522&rh=001/255,203,152&hd=001/255,203,152&ey=001&fc=001/255,203,152&hr=507/225,204,120&rs=001/255,255,255&ls=001/255,255,255&bd=001/255,255,255', '22,4 23,4 24,4 25,4 26,4 22,5 23,5 24,5 25,5 26,5', 19, '', '', '', ''),
(28, 'Mr. DJ', 'Turn the music up!', 26, 10, '4,4', 'sd=001&sh=001/255,255,255&lg=006/255,255,255&ch=003/255,255,255&lh=001/145,98,55&rh=001/145,98,55&hd=001/145,98,55&ey=001&fc=001/145,98,55&hr=008/145,98,55&rs=002/255,255,255&ls=002/255,255,255&bd=001/8', '26,10 27,10 28,10', 60, '', '', '', ''),
(29, 'Skye', 'On the top of the world', 3, 0, '4,4', 'sd=001&sh=002/148,98,32&lg=003/84,98,139&ch=022/97,114,164&lh=001/215,175,125&rh=001/215,175,125&hd=001/215,175,125&ey=001&fc=001/215,175,125&hr=503/235,240,163&rs=002/97,114,164&ls=002/97,114,164&bd=001/215,175,125', '1,0 2,0 3,0 4,0', 14, '', '', '', ''),
(31, 'Jem', 'Don\'t look down', 1, 10, '2,2', 'sd=001&sh=002/255,115,131&lg=005/255,115,131&ch=015/255,189,189&lh=001/230,200,162&rh=001/230,200,162&hd=001/230,200,162&ey=002&fc=001/230,200,162&hr=501/165,90,24&hrb=501/2,3,4&rs=003/230,200,162&ls=003/230,200,162&bd=001/230,200,162', '0,8 0,9 0,10 0,11 0,12 0,13 1,8 1,9 1,10 1,11 1,12 1,13 1,14', 38, 'Quiet please, I\'m thinking#SHOUT|Purchase tickets at the machine by the pool.|It makes me dizzy to move too quickly!|Drink anyone?|Gerbils are good :)|Calm down|Habbo Staff making Habbos smile since 2001', 'There you go.', 'You calling? I\'m listening...|I\'m with ya...What\'s up?|Jem\'s the name, drinks are my game|That\'s my name, don\'t wear it out!', 'Water,Cola,Lemonade'),
(32, 'Luigi', 'The master of bobbaa!', 1, 4, '4,4', 'sd=001&sh=001/255,0,0&lg=001/255,255,255&ch=995/255,255,255&lh=001/254,202,1508&rh=001/254,202,1508&hd=001/254,202,150&ey=001/254,202,150&fc=001/254,202,1508&hr=802/255,255,255&rs=002/255,255,255&ls=002/255,255,255&bd=001/254,202,150', '0,2 0,3 0,4 1,2 1,3 1,4', 15, '', '', '', ''),
(33, 'Mario', 'Serving you with a smile :)', 1, 3, '4,4', 'sd=001&sh=001/255,0,0&lg=005/165,165,165&ch=017/255,255,255&lh=001/254,202,1508&rh=001/254,202,1508&hd=001/254,202,150&ey=001/254,202,150&fc=001/254,202,1508&hr=802/255,255,255&rs=002/255,255,255&ls=002/255,255,255&bd=001/254,202,150', '1,1 2,1 3,1 4,1 5,1', 15, '', '', '', ''),
(38, 'Ingemar', 'Snowballs, schnowballs', 39, 18, '4,4', 'sd=001&sh=001/255,255,255&lg=006/255,255,255&ch=001/255,255,255&lh=001/145,98,55&rh=001/145,98,55&hd=001/215,175,125&ey=001&fc=001/145,98,55&ha=10/255,255,255&rs=001/255,255,255&ls=001/255,255,255&bd=001/255,203,152', '37,17 37,18 38,18 39,18 40,18', 67, 'You people are my best customer ever, I like you.|Somewhere in America, there\'s a street named after my dad|Snowballmachines give you snowballs fast|Use the scenery to your advantage', '', 'Watcha! Welcome to the coolest club in the whole hotel', ''),
(39, 'Lofar', 'Service without gravity :)', 2, 0, '4,4', 'sd=001&sh=001/194,227,232&lg=001/255,255,255&ch=001/255,255,255&lh=001/240,213,179&rh=001/240,213,179&hd=001/240,213,179&ey=001/254,202,150&fc=001/240,213,179&hr=888/255,255,255&rs=001/255,255,255&ls=001/255,255,255&bd=001/240,213,179', '1,0 2,0 3,0 4,0 1,1 2,1 3,1 4,1', 12, 'This cafe is out of this world...|A space fish is usually called starfish.|I would have gone to space, but the cost is astronomical!|Two astronauts who were dating, met up for a launch date.|Becoming a space pilot is not easy. It requires a good altitude.', 'Here you go!|Drink up!|Here\'s what you asked for|Here\'s the %drink%', 'Sorry, I can\'t hear you in this space suit|What\'s that? Must be the lack of gravity', 'Water'),
(40, 'Eric ', ':)', 1, 15, '2,2', 'sd=001&sh=001/36&lg=201&ch=005/163,20,20&lh=001/171,122,89&rh=001/171,122,89&hd=001/171,122,89&ey=001&fc=001/171,122,89&hr=014/255,255,255&rs=002/163,20,20&ls=002/163,20,20&bd=001/8 look=2,2', '9,18 9,16 9,17 9,19 9,20 9,21 9,22 9,23 8,18 8,16 8,17 8,19 8,20 8,21 8,22 8,23', 6, 'Hmm - the lovely smell of coffee beans...', 'You look like you need this!', 'That\'s my name, don\'t wear it out!|Yes?|Hello there', ''),
(41, 'Maya', 'Keeps you cool', 15, 3, '4,4', 'sd=001&sh=002/148,98,32&lg=005/230,49,57&ch=911/255,255,255&lh=001/215,175,125&rh=001/215,175,125&hd=001/215,175,125&ey=001&fc=001/215,175,125&hr=017/103,78,59&rs=002/255,255,255&ls=002/255,255,255&bd=001/215,175,125', '14,3 15,3', 31, '', '', '', ''),
(42, 'ScubaJoe ', 'Relax, take a coconut', 22, 26, '2,2', 'sd=001&hd=001/201,143,113&fc=001/201,143,113&bd=001/201,143,113&rh=001/201,143,113&lh=001/201,143,113&hr=504/223,218,190&lg=201/230,49,57&sh=002/246,172,49&rs=003/201,143,113&ls=003/201,143,113&ch=501/246,172,49look=2,2', '22,24 23,24 22,25 23,25 22,26 23,26 22,27 23,27 22,28 23,28 22,29 23,29 22,30 23,30', 25, '', '', '', ''),
(43, 'Tao', 'Tea is serenity', 10, 4, '4,4', 'sd=001&sh=001/36&lg=001&ch=002/163,20,20&lh=001/171,122,89&rh=001/171,122,89&hd=001/171,122,89&ey=001&fc=001/171,122,89&hr=791/255,255,255&rs=001/163,20,20&ls=001/163,20,20&bd=001/8', '8,2 9,2 10,2 11,2 8,3 9,3 10,3 11,3 8,4 9,4 10,4 11,4', 18, '', '', '', ''),
(44, 'Harry', 'Happy to help', 8, 21, '2,2', 'sd=001&sh=003/41,41,41&lg=006/51,51,51&ch=202/139,24,32&lh=001/255,210,179&rh=001/255,210,179&hd=001/255,204,153&ey=001&fc=001/255,204,153&hr=203/103,78,59&hrb=203/2,3,4&rs=001/255,255,255&ls=001/255,255,255&bd=001/255,204,153', '9,18 9,16 9,17 9,19 9,20 9,21 9,22 9,23 8,18 8,16 8,17 8,19 8,20 8,21 8,22 8,23', 1, 'Please keep it down people are trying to think!#SHOUT|Only use the Call for help in an emergency!|Want to know more about Habbo Hotel? Ask a Habbo Guide!|Is it me or is something BIG about to happen?|In Trouble? Call for Moderator assistance using the Blue Question Mark!|There\'s no such thing as a free lunch or free credits!', 'Why Hello there! *Shakes Habbo Hand* My name\'s Harry.|Hello, Hello, Hello!|Hello and welcome to Habbo Hotel! Enjoy your stay! :)', 'Why Hello there! *Shakes Habbo Hand* My name\'s Harry.|Hello, Hello, Hello!|Hello and welcome to Habbo Hotel! Enjoy your stay! :)', ''),
(45, 'Miho', 'My katana thinks you\'re cute!', 14, 25, '2,2', 'sd=001&sh=001/36&lg=200/204,204,204&ch=204/204,204,204&lh=001/215,175,125&rh=001/215,175,125&hd=001/215,175,125&ey=001&fc=001/215,175,125&hr=504/50,91,106&rs=002/204,204,204&ls=002/204,204,204&bd=001/8', '14,24 14,25', 27, 'Zen Garden is the ultimate in relaxation|Listen to the breeze blowing through the leaves|Welcome to my garden a place of quiet reflection...|Listen to the breeze blowing through the leaves...', 'I hope you make peace with this|Relax with this|Relaxation can be achieved this this', 'That is my name.|Say again - it\'s a bit noisy in here#WHISPER|You bring confusion to my mind, and pain to my ears...#WHISPER|', 'Water');
/*!40000 ALTER TABLE `rooms_bots` ENABLE KEYS */;
-- Dumping structure for table kepler.rooms_categories
CREATE TABLE IF NOT EXISTS `rooms_categories` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL,
`parent_id` int(11) NOT NULL,
`isnode` int(11) DEFAULT 0,
`name` varchar(255) NOT NULL,
`public_spaces` int(11) DEFAULT 0,
`allow_trading` int(11) DEFAULT 0,
`minrole_access` int(11) DEFAULT 1,
`minrole_setflatcat` int(11) DEFAULT 1,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=121 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.rooms_categories: ~21 rows (approximately)
/*!40000 ALTER TABLE `rooms_categories` DISABLE KEYS */;
INSERT INTO `rooms_categories` (`id`, `order_id`, `parent_id`, `isnode`, `name`, `public_spaces`, `allow_trading`, `minrole_access`, `minrole_setflatcat`) VALUES
(2, 0, 0, 0, 'No category', 0, 0, 1, 1),
(3, 0, 0, 1, 'Public Rooms', 1, 0, 1, 6),
(4, 0, 0, 1, 'Guest Rooms', 0, 0, 1, 6),
(5, 0, 3, 0, 'Entertainment', 1, 0, 1, 6),
(6, 0, 3, 0, 'Restaurants and Cafes', 1, 0, 1, 6),
(7, 0, 3, 0, 'Lounges and Clubs', 1, 0, 1, 6),
(8, 0, 3, 0, 'Club-only Spaces', 1, 0, 1, 6),
(9, 0, 3, 0, 'Parks and Gardens', 1, 0, 1, 6),
(10, 0, 3, 0, 'Swimming Pools', 1, 0, 1, 6),
(11, 0, 3, 0, 'The Lobbies', 1, 0, 1, 6),
(12, -1, 3, 0, 'The Hallways', 1, 0, 1, 6),
(13, 0, 3, 0, 'Games', 1, 0, 1, 6),
(101, 0, 4, 0, 'Staff HQ', 0, 1, 4, 5),
(112, 0, 4, 0, 'Restaurant, Bar & Night Club Rooms', 0, 0, 1, 1),
(113, 0, 4, 0, 'Trade floor', 0, 1, 1, 1),
(114, 0, 4, 0, 'Chill, Chat & Discussion Rooms', 0, 0, 1, 1),
(115, 0, 4, 0, 'Hair Salons & Modelling Rooms', 0, 0, 1, 1),
(116, 0, 4, 0, 'Maze & Theme Park Rooms', 0, 0, 1, 1),
(117, 0, 4, 0, 'Gaming & Race Rooms', 0, 0, 1, 1),
(118, 0, 4, 0, 'Help Centre Rooms', 0, 0, 1, 1),
(120, 0, 4, 0, 'Miscellaneous', 0, 0, 1, 1);
/*!40000 ALTER TABLE `rooms_categories` ENABLE KEYS */;
-- Dumping structure for table kepler.rooms_events
CREATE TABLE IF NOT EXISTS `rooms_events` (
`room_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`category_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`description` text NOT NULL,
`expire_time` bigint(11) NOT NULL,
PRIMARY KEY (`room_id`),
UNIQUE KEY `room_id` (`room_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.rooms_events: ~0 rows (approximately)
/*!40000 ALTER TABLE `rooms_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `rooms_events` ENABLE KEYS */;
-- Dumping structure for table kepler.rooms_models
CREATE TABLE IF NOT EXISTS `rooms_models` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`model_id` varchar(255) NOT NULL,
`model_name` varchar(255) DEFAULT NULL,
`door_x` int(11) NOT NULL DEFAULT 0,
`door_y` int(11) NOT NULL DEFAULT 0,
`door_z` double NOT NULL,
`door_dir` int(11) DEFAULT 2,
`heightmap` text NOT NULL,
`trigger_class` enum('flat_trigger','battleball_lobby_trigger','snowstorm_lobby_trigger','space_cafe_trigger','habbo_lido_trigger','rooftop_rumble_trigger','diving_deck_trigger','infobus_park','infobus_poll','none') NOT NULL DEFAULT 'flat_trigger',
PRIMARY KEY (`id`),
KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.rooms_models: ~91 rows (approximately)
/*!40000 ALTER TABLE `rooms_models` DISABLE KEYS */;
INSERT INTO `rooms_models` (`id`, `model_id`, `model_name`, `door_x`, `door_y`, `door_z`, `door_dir`, `heightmap`, `trigger_class`) VALUES
(1, 'model_a', 'model_a', 3, 5, 0, 2, 'xxxxxxxxxxxx|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxxxxxxxxxx|xxxxxxxxxxxx', 'flat_trigger'),
(2, 'model_b', 'model_b', 0, 5, 0, 2, 'xxxxxxxxxxxx|xxxxx0000000|xxxxx0000000|xxxxx0000000|xxxxx0000000|x00000000000|x00000000000|x00000000000|x00000000000|x00000000000|x00000000000|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx', 'flat_trigger'),
(3, 'model_c', 'model_c', 4, 7, 0, 2, 'xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx', 'flat_trigger'),
(4, 'model_d', 'model_d', 4, 7, 0, 2, 'xxxxxxxxxxxx|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxxxxxxxxx', 'flat_trigger'),
(5, 'model_e', 'model_e', 1, 5, 0, 2, 'xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xx0000000000|xx0000000000|xx0000000000|xx0000000000|xx0000000000|xx0000000000|xx0000000000|xx0000000000|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx', 'flat_trigger'),
(6, 'model_f', 'model_f', 2, 5, 0, 2, 'xxxxxxxxxxxx|xxxxxxx0000x|xxxxxxx0000x|xxx00000000x|xxx00000000x|xxx00000000x|xxx00000000x|x0000000000x|x0000000000x|x0000000000x|x0000000000x|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx', 'flat_trigger'),
(7, 'model_g', 'model_g', 1, 7, 1, 2, 'xxxxxxxxxxxxx|xxxxxxxxxxxxx|xxxxxxx00000x|xxxxxxx00000x|xxxxxxx00000x|xx1111000000x|xx1111000000x|xx1111000000x|xx1111000000x|xx1111000000x|xxxxxxx00000x|xxxxxxx00000x|xxxxxxx00000x|xxxxxxxxxxxxx|xxxxxxxxxxxxx|xxxxxxxxxxxxx|xxxxxxxxxxxxx', 'flat_trigger'),
(8, 'model_h', 'model_h', 4, 4, 1, 2, 'xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxx111111x|xxxxx111111x|xxxxx111111x|xxxxx111111x|xxxxx111111x|xxxxx000000x|xxxxx000000x|xxx00000000x|xxx00000000x|xxx00000000x|xxx00000000x|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx', 'flat_trigger'),
(9, 'model_i', 'model_i', 0, 10, 0, 2, 'xxxxxxxxxxxxxxxxx|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|xxxxxxxxxxxxxxxxx', 'flat_trigger'),
(10, 'model_j', 'model_j', 0, 10, 0, 2, 'xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxx0000000000|xxxxxxxxxxx0000000000|xxxxxxxxxxx0000000000|xxxxxxxxxxx0000000000|xxxxxxxxxxx0000000000|xxxxxxxxxxx0000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x0000000000xxxxxxxxxx|x0000000000xxxxxxxxxx|x0000000000xxxxxxxxxx|x0000000000xxxxxxxxxx|x0000000000xxxxxxxxxx|x0000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(11, 'model_k', 'model_k', 0, 13, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx00000000|xxxxxxxxxxxxxxxxx00000000|xxxxxxxxxxxxxxxxx00000000|xxxxxxxxxxxxxxxxx00000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|x000000000000000000000000|x000000000000000000000000|x000000000000000000000000|x000000000000000000000000|x000000000000000000000000|x000000000000000000000000|x000000000000000000000000|x000000000000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(12, 'model_l', 'model_l', 0, 16, 0, 2, 'xxxxxxxxxxxxxxxxxxxxx|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|xxxxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(13, 'model_m', 'model_m', 0, 15, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|x0000000000000000000000000000|x0000000000000000000000000000|x0000000000000000000000000000|x0000000000000000000000000000|x0000000000000000000000000000|x0000000000000000000000000000|x0000000000000000000000000000|x0000000000000000000000000000|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(14, 'model_n', 'model_n', 0, 16, 0, 2, 'xxxxxxxxxxxxxxxxxxxxx|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x000000xxxxxxxx000000|x000000x000000x000000|x000000x000000x000000|x000000x000000x000000|x000000x000000x000000|x000000x000000x000000|x000000x000000x000000|x000000xxxxxxxx000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|xxxxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(15, 'model_o', 'model_o', 0, 18, 1, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxx00000000xxxx|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|x111111100000000000000000|x111111100000000000000000|x111111100000000000000000|x111111100000000000000000|x111111100000000000000000|x111111100000000000000000|x111111100000000000000000|x111111100000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(16, 'model_p', 'model_p', 0, 23, 2, 2, 'xxxxxxxxxxxxxxxxxxx|xxxxxxx222222222222|xxxxxxx222222222222|xxxxxxx222222222222|xxxxxxx222222222222|xxxxxxx222222222222|xxxxxxx222222222222|xxxxxxx22222222xxxx|xxxxxxx11111111xxxx|x222221111111111111|x222221111111111111|x222221111111111111|x222221111111111111|x222221111111111111|x222221111111111111|x222221111111111111|x222221111111111111|x2222xx11111111xxxx|x2222xx00000000xxxx|x2222xx000000000000|x2222xx000000000000|x2222xx000000000000|x2222xx000000000000|x2222xx000000000000|x2222xx000000000000|xxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(17, 'model_q', 'model_q', 10, 4, 2, 2, 'xxxxxxxxxxxxxxxxxxx|xxxxxxxxxxx22222222|xxxxxxxxxxx22222222|xxxxxxxxxxx22222222|xxxxxxxxxxx22222222|xxxxxxxxxxx22222222|xxxxxxxxxxx22222222|x222222222222222222|x222222222222222222|x222222222222222222|x222222222222222222|x222222222222222222|x222222222222222222|x2222xxxxxxxxxxxxxx|x2222xxxxxxxxxxxxxx|x2222211111xx000000|x222221111110000000|x222221111110000000|x2222211111xx000000|xx22xxx1111xxxxxxxx|xx11xxx1111xxxxxxxx|x1111xx1111xx000000|x1111xx111110000000|x1111xx111110000000|x1111xx1111xx000000|xxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(18, 'model_r', 'model_r', 10, 4, 3, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxx33333333333333|xxxxxxxxxxx33333333333333|xxxxxxxxxxx33333333333333|xxxxxxxxxxx33333333333333|xxxxxxxxxxx33333333333333|xxxxxxxxxxx33333333333333|xxxxxxx333333333333333333|xxxxxxx333333333333333333|xxxxxxx333333333333333333|xxxxxxx333333333333333333|xxxxxxx333333333333333333|xxxxxxx333333333333333333|x4444433333xxxxxxxxxxxxxx|x4444433333xxxxxxxxxxxxxx|x44444333333222xx000000xx|x44444333333222xx000000xx|xxx44xxxxxxxx22xx000000xx|xxx33xxxxxxxx11xx000000xx|xxx33322222211110000000xx|xxx33322222211110000000xx|xxxxxxxxxxxxxxxxx000000xx|xxxxxxxxxxxxxxxxx000000xx|xxxxxxxxxxxxxxxxx000000xx|xxxxxxxxxxxxxxxxx000000xx|xxxxxxxxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(19, 'newbie_lobby', 'newbie_lobby', 2, 11, 0, 2, 'xxxxxxxxxxxxxxxx000000|xxxxx0xxxxxxxxxx000000|xxxxx00000000xxx000000|xxxxx000000000xx000000|0000000000000000000000|0000000000000000000000|0000000000000000000000|0000000000000000000000|0000000000000000000000|xxxxx000000000000000xx|xxxxx000000000000000xx|x0000000000000000000xx|x0000000000000000xxxxx|xxxxxx00000000000xxxxx|xxxxxxx0000000000xxxxx|xxxxxxxx000000000xxxxx|xxxxxxxx000000000xxxxx|xxxxxxxx000000000xxxxx|xxxxxxxx000000000xxxxx|xxxxxxxx000000000xxxxx|xxxxxxxx000000000xxxxx|xxxxxx00000000000xxxxx|xxxxxx00000000000xxxxx|xxxxxx00000000000xxxxx|xxxxxx00000000000xxxxx|xxxxxx00000000000xxxxx|xxxxx000000000000xxxxx|xxxxx000000000000xxxxx', 'none'),
(20, 'theater', 'theater', 20, 27, 0, 0, 'XXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXX|XXXXXXX111111111XXXXXXX|XXXXXXX11111111100000XX|XXXX00X11111111100000XX|XXXX00x11111111100000XX|4XXX00X11111111100000XX|4440000XXXXXXXXX00000XX|444000000000000000000XX|4XX000000000000000000XX|4XX0000000000000000000X|44400000000000000000000|44400000000000000000000|44X0000000000000000O000|44X11111111111111111000|44X11111111111111111000|33X11111111111111111000|22X11111111111111111000|22X11111111111111111000|22X11111111111111111000|22X11111111111111111000|22X11111111111111111000|22211111111111111111000|22211111111111111111000|XXXXXXXXXXXXXXXXXXXX00X|XXXXXXXXXXXXXXXXXXXX00X', 'none'),
(21, 'library', 'library', 20, 3, 1, 4, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxx11111xx1xx1x111111x|xxxxxxxxxxxx111111xx1xx11111111x|xx111xxxxxxx111111xx1xx11111111x|xx111xxxxxxx1111111111111111111x|xx111xxxxxxx1111111111111111111x|xx111xxxxxxx1111111111111111111x|xx111xxxxxxx1111111111111xxxxxxx|xx111xxxxxx11111111111111111111x|xx111xxxxxx11111111111111111111x|xx111xxxxxx11111111111111111111x|xx111xxxxxx11111111111111xxxxxxx|xx111xxxxxxxx111111111111111111x|xx111xx11111x111111111111111111x|xx111xx11111x111111111111111111x|xx111xxxxx11x11111111x111xxxxxxx|xx111xxxxxxxx11111111xx11111111x|xx111xxx1111111111111xxx1111111x|xx111xxx1111111111111xxxx111111x|xxx111xx1111111111x11xxxx000000x|xxxxx1111xx1111111x11xxxx000000x|xxxxxxxxxxxx111111x11xxxx000000x|xxxxxxxxxxxx11xx11x11xxxx000000x|xxxxxxxxxxxx11xx11x11xxxx000000x|xxxxxxxxxxxx11xx11x11xxxx000000x|xxxxxxxxxxxx11xx11x11xxxx000000x|xxxxxxxxxxxx11xx11x11xxxx000000x|xxxxxxxxxxxx11xx11x111xxx000000x|xxxxxxxxxxxxxxxxxxxx11xxx000000x|xxxxxxxxxxxxxxxxxxxx11xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxx22222xxxxxxx|xxxxxxxxxxxxxxxxxxxx22222xxxxxxx|xxxxxxxxxxxxxxxxxxxx22222xxxxxxx|xxxxxxxxxxxxxxxxxxxx22222xxxxxxx|xxxxxxxxxxxxxxxxxxxx22222xxxxxxx|xxxxxxxxxxxxxxxxxxxx22222xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'none'),
(22, 'floatinggarden', 'floatinggarden', 2, 21, 5, 4, 'xxxxxxxxxxxxxxxx333333xxxxxxxxx|xxxxxxxxxxxxxxxx3xxxx3xxxxxxxxx|xxxxxxxxxxxxxxxx3xxxx3xxxxxxxxx|xxxxxxxxxxxxxxxx3xxxx3xxxxxxxxx|xxxxxxxxxxxxxxx223xxx33xxxxxxxx|xxxxxxxxxxxxxxx11xxx33333xxxxxx|xxxxxxxxxxxxxxxx11xx3333333xxxx|xxxxxxxxxxxxxxxx11xx33333333xxx|xxxxxxxxxxxxxxxxx11xxxxxxxx3xxx|xxxxxxxxxxxxxxxxxx11xxxx3333xxx|xxxxxxxxxxxxxxxxxxx1xxxx33333xx|xxxxxxxxxxxxxxxxxxx1xxx3333333x|555xxxxxxxxxxx1111111x333333333|555xxxxxxxxxxx21111111xxxxxx333|555xxxxxxxxxxx22111111111xxxxxx|555xxxxxxxxxxx222xxxxxxx111xxxx|555xxxxxxxxxxx22xxxxxxxxxx1xxxx|555xxxxxxxxxxx23333333333x111xx|555xxxxxxxx33333333333333x111xx|555xxxxxxxx333333x3333333x111xx|555xxxxxxxx33333333333333x111xx|555xxxxxxxx33x33333333333x111xx|555xxxxxxxx33x33x33333333x111xx|555xxxxxxxx33x33x33333333x111xx|5554333333333x333x3333333x111xx|x554333333xxxx33xxxxxxxxxx111xx|xxxxxxxxx3xxxx333221111111111xx|xxxxxxxxx3xxxx333221111111111xx|xxxxxxxxx33333333xx1111x11x11xx|xxxxxxxxx33333333111xxx11xxxxxx|xxxxxxxxxxxxxx33311xxxx11xxxxxx|xxxxxxxxxxxxxx33311xxxx11xxxxxx|xxxxxxxxxxxxxx333x1xxxx11xxxxxx|xxxxxxxxxxxxxx333x1xx111111xxxx|xxxxxxxxxxxxxx33311xx111111xxxx|xxxxxxxxxx333333311xx111111xxxx|xxxxxxxxxxx33333311xx111111xxxx|xxxxxxxxxxxxxxxx111xxxxxxxxxxxx|xxxxxxxxxxxxxxx111xxxxxxxxxxxxx', 'none'),
(23, 'sunset_cafe', 'sunset_cafe', 34, 40, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000000xxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxx00000xx00000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx00000000xxx0000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx00000000xxxx000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx0000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'none'),
(24, 'pool_a', 'pool_a', 2, 25, 7, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx7xxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx777xxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx7777777xxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx777777777xxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx7xxx777777xxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx7x777777777xxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx7xxx77777777xxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx7x777777777x7xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx7xxx7777777777xxxxxxxxxxxxxx|xxxxxxxxxxxxxxx777777777777xxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx77777777777x2111xxxxxxxxxxxx|xxxxxxxxxxxxxxx7777777777x221111xxxxxxxxxxx|xxxxxxxxx7777777777777777x2211111xxxxxxxxxx|xxxxxxxxx7777777777777777x22211111xxxxxxxxx|xxxxxxxxx7777777777777777x222211111xxxxxxxx|xxxxxx77777777777777777777x222211111xxxxxxx|xxxxxx7777777xx777777777777x222211111xxxxxx|xxxxxx7777777xx77777777777772222111111xxxxx|xxxxxx777777777777777777777x22221111111xxxx|xx7777777777777777777777x322222211111111xxx|77777777777777777777777x33222222111111111xx|7777777777777777777777x333222222211111111xx|xx7777777777777777777x333322222222111111xxx|xx7777777777777777777333332222222221111xxxx|xx777xxx777777777777733333222222222211xxxxx|xx777x7x77777777777773333322222222222xxxxxx|xx777x7x7777777777777x33332222222222xxxxxxx|xxx77x7x7777777777777xx333222222222xxxxxxxx|xxxx77777777777777777xxx3222222222xxxxxxxxx|xxxxx777777777777777777xx22222222xxxxxxxxxx|xxxxxx777777777777777777x2222222xxxxxxxxxxx|xxxxxxx777777777777777777222222xxxxxxxxxxxx|xxxxxxxx7777777777777777722222xxxxxxxxxxxxx|xxxxxxxxx77777777777777772222xxxxxxxxxxxxxx|xxxxxxxxxx777777777777777222xxxxxxxxxxxxxxx|xxxxxxxxxxx77777777777777x2xxxxxxxxxxxxxxxx|xxxxxxxxxxxx77777777777777xxxxxxxxxxxxxxxxx|xxxxxxxxxxxxx777777777777xxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx7777777777xxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxx777777xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx7777xxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxx77xxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'habbo_lido_trigger'),
(25, 'pub_a', 'pub_a', 15, 25, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxx2222211111xxx|xxxxxxxxx2222222211111xxx|xxxxxxxxx2222222211111xxx|xxxxxxxxx2222222211111xxx|xxxxxxxxx2222222222111xxx|xxxxxxxxx2222222222111xxx|xxxxxxxxx2222222222000xxx|xxxxxxxxx2222222222000xxx|xxxxxxxxx2222222222000xxx|xxxxxxxxx2222222222000xxx|x333333332222222222000xxx|x333333332222222222000xxx|x333333332222222222000xxx|x333333332222222222000xxx|x333333332222222222000xxx|x333332222222222222000xxx|x333332222222222222000xxx|x333332222222222222000xxx|x333332222222222222000xxx|x333333332222222222000xxx|xxxxx31111112222222000xxx|xxxxx31111111000000000xxx|xxxxx31111111000000000xxx|xxxxx31111111000000000xxx|xxxxx31111111000000000xxx|xxxxxxxxxxxxxxx00xxxxxxxx|xxxxxxxxxxxxxxx00xxxxxxxx|xxxxxxxxxxxxxxx00xxxxxxxx|xxxxxxxxxxxxxxx00xxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxx', 'none'),
(26, 'md_a', 'md_a', 3, 4, 7, 2, 'xxxxxxxx77xxxxxxxxxxxxxxxx|xxxxxxxx77xxxxxxxxxxxxxxxx|xxxxxx77777x77xxxxxxxxxxxx|xxx77777777777xxx44xxxxxxx|77777777777777xx444444444x|777777777777777xx44444444x|xxx777777777777xx44444444x|xxxx7777777777xxx44444444x|7777777777777777744448444x|7777777777777x4x744448444x|777777777777x444444448444x|7777777777774444444448444x|7777777777774444444448444x|777777777777x444444448444x|7777777777777x44444448444x|xxx777777777777x444448444x|xxx7777777777777444448444x|xxx7777777777777444448444x|xxx777777777777x444448444x|xxx77777777777x4444444444x|xxxx777777777444444444444x|xxxxxxxxxxxxxxxxxxxxxxxxxx', 'rooftop_rumble_trigger'),
(27, 'picnic', 'picnic', 16, 5, 2, 4, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xx22222xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|22xxxxxxxxxxxxx22xxxxxxxxxxxxxxxxxxxxx|2222222222222222222x222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222xxx222222222222222222222222|2222222222xx33x22222222222222222222222|222222222xx3333x2222222222222222222222|222222222x333333x222222222222222222222|222222222x333333x222222222222222222222|2222222222x3332x2222222222222222222222|22222222222x33x22222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222x22222xxxx22222222222222222222|22222222222222xxxx22222222222222222222|22222222222222xxx222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222', 'none'),
(28, 'park_a', 'park_a', 2, 15, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00xxxxxxxxxxxx|xxxxxxxxxxxxx0x00xxxxxxxxxxx0x000xxxxxxxxxxx|xxxxxxxxxxxx0000000000000000000000xxxxxxxxxx|xxxxxxxxxxx000000000000000000000000xxxxxxxxx|xxxxxxxxxxx0000000000000000000000000xxxxxxxx|xxxxxxxxxxx00000000000000000000000000xxxxxxx|xxxxxxxx000000000000000000000000000000xxxxxx|xxxxxxx00000000000000000000000000000000xxxxx|xxxxxxx000000000000000000000000000000000xxxx|xxxxxxx0000000000000000000000000000000000xxx|xxxxxxxxx000000000000000000000000000000000xx|00000000000000000000xx00000000000000000000xx|0000000000000000000xxxx00000000000xxxxxxx0xx|0000000000000000000xxxx00000000000x00000xxxx|xxxxx00x0000000000xxxxx0xxxxxx0000x0000000xx|xxxxx0000000000000xxxxx0xx000x0000x000000xxx|xxxxx0000000000000xxxxx0x000000000x00000xxxx|xxxxx000000x0000000xxxx0x000000000xxx00xxxxx|xxxxxxxx000x0000000xxx00xxx000000x0000xxxxxx|xxxxxxxx000x000000xxxx0x0000000000000xxxxxxx|xxxxxxxx000x000000011100000000000000xxxxxxxx|xxxxxxxx000x00000001110000000000000xxxxxxxxx|xxxxxxxxx00x0000000111x00000000x00xxxxxxxxxx|xxxxxxxxxx0x0000000xxx0000000xxxxxxxxxxxxxxx|xxxxxxxxxxxx000000xxxx0000000xxxxxxxxxxxxxxx|xxxxxxxxxxxx000000xxx00xxxxx00xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxx0xx000x00xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxx0x000000xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxx0x00000xxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxxxx00xxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxxxx0xxxxxxxxxxxxxxxxxxxx', 'infobus_park'),
(29, 'park_b', 'park_b', 11, 2, 0, 6, '0000x0000000|0000xx000000|000000000000|00000000000x|000000000000|00x0000x0000', 'infobus_poll'),
(30, 'pool_b', 'pool_b', 9, 21, 7, 1, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx7xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx777xxxxxxxxxxx|xxxxxxxxxxxxxxxxxx8888888x7xxx77777xxxxxxxxxx|xxxxxxxxxxxxxxxxxx8888888x7xxx777777xxxxxxxxx|xxxxxxxxxxxxxxxx88xxxxx77x7x777777777xxxxxxxx|xxxxxxxxxxxxxxxx88x7777777777777777777xxxxxxx|xxxxxxxxxxxxxxxx88x77777777777777777777xxxxxx|xxxxxxxxxxxxxx9988x77777777777777777777xxxxxx|xxxxxxxxxxxxxx9988x7777777777777777777x00xxxx|xxxxxxxxxxxxxx9988x777777777777777777x0000xxx|xxxxxxxxxxxxxx9988x7777777x0000000000000000xx|xxxxxxxxxxxxxx9988x777777x000000000000000000x|7777777777xxxx9988777777x0x0000000000000000xx|x7777777777xxx998877777x000x00000000000000xxx|xx7777777777xx99887777x00000x000000000000xxxx|xxx7777777777x9988777x0000000x0000000000xxxxx|xxxx777777777x777777x00000000x000000000xxxxxx|xxxxx777777777777777000000000x00000000xxxxxxx|xxxxxx77777777777777000000000x0000000xxxxxxxx|xxxxxxx777777x7777770000000000xxxx00xxxxxxxxx|xxxxxxxx77777777777xx0000000000000xxxxxxxxxxx|xxxxxxxxx777777110000x000000000000xxxxxxxxxxx|xxxxxxxxxx7x77x1100000x0000000000xxxxxxxxxxxx|xxxxxxxxxxx777x11000000x00000000xxxxxxxxxxxxx|xxxxxxxxxxxx771110000000x000000xxxxxxxxxxxxxx|xxxxxxxxxxxxx111100000000x0000xxxxxxxxxxxxxxx|xxxxxxxxxxxxxx11100000000x000xxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx1100000000x00xxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxx110000000x0xxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx110000000xxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxx1100000xxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxx11000xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxx110xxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'diving_deck_trigger'),
(31, 'ballroom', 'ballroom', 13, 6, 0, 4, 'xxxx4444444444444444444|xxxx4444444444444444444|xxxx4444444444444444444|xxxx33x2222444442222x33|xxxx2222222x00xx2222222|xxxx22222220000x2222222|xxxx11x0000x000x0000x11|xxxx0000000000000000000|11100000000000000000000|11100000000000000000000|11100000000000000000000|xxxx0000000000000000000|22210000000000000000000|22210000000000000000000|22210000000000000000000|xxxx0000000000000000000|11100000000000000000000|11100000000000000000000|11100000000000000000000|xxxxx000x11111111x0000x|xxxxxx00x1111x111x000xx|xxxxxxx0x11111111x00xxx|xxxxxxxxx11111111x0xxxx|xxxxxxxxx11111111xxxxxx', 'none'),
(32, 'cafe_gold0', 'cafe_gold0', 9, 29, 0, 0, 'xxxxxxxxxx1111xxxxxxx|xxxxxxxxxx11111xxxxxx|xxxxxxxxxx111111xxxxx|xx111111111111111xxxx|x11111111111111111xxx|1111111111111111111xx|11111111111111111111x|111111111111111111111|111111111111111111111|1111111111111x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000xxx00000|111111100000000000000|111111100000000000000|111111100000000000000|111111100000000xxxxx0|11111110000000xxxxxx0|11111110000000xxxxxx0|11111110000000xxxxxxx|x1111110000000xxxxxxx|xxxxxxxx0000000000xxx|xxxxxxxx000xxxxxxxxxx|xxxxxxxx000xxxxxxxxxx|xxxxxxxx000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx', 'none'),
(33, 'cafe', 'cafe', 30, 40, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000000xxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxx00000xx00000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx00000000xxx0000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx00000000xxxx000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx0000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'none'),
(34, 'den', 'den', 3, 22, 0, 0, '00000000xxxxxxxx|0000000000000000|0000000000000000|000000000000xx00|0000000000000000|0000000000000000|0000000000000000|x000000000000000|0000000000000000|0000000000000000|0000000000000000|0000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|xxx00xxxxxxxxxxx|xxx00xxxxxxxxxxx|xxx00xxxxxxxxxxx', 'none'),
(35, 'gardens', 'gardens', 2, 15, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00xxxxxxxxxxxx|xxxxxxxxxxxxx0x00xxxxxxxxxxx0x000xxxxxxxxxxx|xxxxxxxxxxxx0000000000000000000000xxxxxxxxxx|xxxxxxxxxxx000000000000000000000000xxxxxxxxx|xxxxxxxxxxx0000000000000000000000000xxxxxxxx|xxxxxxxxxxx00000000000000000000000000xxxxxxx|xxxxxxxx000000000000000000000000000000xxxxxx|xxxxxxx00000000000000000000000000000000xxxxx|xxxxxxx000000000000000000000000000000000xxxx|xxxxxxx0000000000000000000000000000000000xxx|xxxxxxxxx000000000000000000000000000000000xx|00000000000000000000xx00000000000000000000xx|0000000000000000000xxxx00000000000xxxxxxx0xx|0000000000000000000xxxx00000000000x00000xxxx|xxxxx00x0000000000xxxxx0xxxxxx0000x0000000xx|xxxxx0000000000000xxxxx0xx000x0000x000000xxx|xxxxx0000000000000xxxxx0x000000000x00000xxxx|xxxxx000000x0000000xxxx0x000000000xxx00xxxxx|xxxxxxxx000x0000000xxx00xxx000000x0000xxxxxx|xxxxxxxx000x000000xxxx0x0000000000000xxxxxxx|xxxxxxxx000x000000011100000000000000xxxxxxxx|xxxxxxxx000x00000001110000000000000xxxxxxxxx|xxxxxxxxx00x0000000111x00000000x00xxxxxxxxxx|xxxxxxxxxx0x0000000xxx0000000xxxxxxxxxxxxxxx|xxxxxxxxxxxx000000xxxx0000000xxxxxxxxxxxxxxx|xxxxxxxxxxxx000000xxx00xxxxx00xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxx0xx000x00xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxx0x000000xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxx0x00000xxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxxxx00xxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxxxx0xxxxxxxxxxxxxxxxxxxx', 'none'),
(36, 'gate_park', 'gate_park', 17, 26, 0, 0, 'xxxxxxxxx222xx222222xxx22xxxxxxx|xxxxxxxxx222xx2222222xx22xxxxxxx|xxxxxxxxx22222222222222222xxxxxx|xxxxxxxxx22222222222222222xxxxxx|xxxxxxxxx22222222222222222xxxxxx|xxxxxxxxx22222x22222x22222xxxxxx|xxxxxxxxx11111x22222x11111xxxxxx|0000000xx00000x22222x00000xxxxxx|0000000xx00000000000000000xxxxxx|000000000000000000000000000xx00x|000000000000xxx00000xxx00000000x|000000000000xxx00000xxx00000000x|000000000000xxx00000xxx000000000|00000000000000000000000000000000|x0000000000000000000000000000000|xxx00000000000000000000000000000|xxxxx000000000000000000000000000|xxxxx000000000000000000000000000|xxxxx000000000000000000000000xxx|xxxxxx00000000000000000000000xxx|xxxxxxx000000000000000000000xxxx|xxxxxxxxxx00000000000000000xxxxx|xxxxxxxxxx0000000000000000xxxxxx|xxxxxxxxxx000000000000000xxxxxxx|xxxxxxxxxxxxx00000000000xxxxxxxx|xxxxxxxxxxxxxx000000000xxxxxxxxx|xxxxxxxxxxxxxxxx000xxxxxxxxxxxxx|xxxxxxxxxxxxxxxx000xxxxxxxxxxxxx|xxxxxxxxxxxxxxxx000xxxxxxxxxxxxx', 'none'),
(37, 'gate_park_2', 'gate_park_2', 17, 23, 0, 0, 'xxxxxxxxxxx111111111111xxxxxxxxxxxx|xxxxxxxxxx11111111111111xxxxxxxxxxx|xxxxxxxxxx11111111111111xxxxxxxxxxx|xxxxxxxxxx11xxxx11xxxx11xxxxxxxxxxx|xxxxxxxxxx00xxxx00xxxx00xxxxxxxxxxx|xxxxxxx0000000000000000000xxxxxxxxx|xxxxxx000000000000000000000xxxxxxxx|xxxxx0000000000000000000x000xxxxxxx|xxxx00000000000000000000xx000xxxxxx|xxxx00000000000000000000xxx000xxxxx|xxxx00000000000000000000xxxx00xxxxx|000000000000000000000000000000xxxxx|0000000000000000000000000000000xxxx|000000000000000000000000000000xxxxx|000000000000000000000000000000xxxxx|000000000000000000000000000000xxxxx|xx00000000000000000000000000000000x|xxx000xxxx00000000000000xxxx0000000|xxx0000xxx00000000000000xxx00000000|xxxx0000xx00000000000000xx000000000|xxxxx0000x00000000000000x00000000xx|xxxxxx00000000000000000000000xxxxxx|xxxxxxx00000x000000000000000x0xxxxx|xxxxxxxx0000xxx0000xxx000000xxxxxxx|xxxxxxxxx000xxx0000xxx000000xxxxxxx|xxxxxxxxxxxxxxx0000xxx000000xxxxxxx|xxxxxxxxxxxxxxxx000xxx000000xxxxxxx|xxxxxxxxxxxxxxxxxxxxxx00000xxxxxxxx', 'none'),
(38, 'sun_terrace', 'sun_terrace', 9, 17, 0, 2, 'xxxxxx21000000000xxxxxxxx|xxxxxx3xxx000xx000xxxxxxx|xxxxxx4xxx000xxx000xxxxxx|xxxxxx44xx000x00x000xxxxx|xxxxxx44xx0000xx00000xxxx|xxxxxx44xx000000000000xxx|xxxxxx44xx0000000000000xx|xxxxxxx4xxxxxxx00000000xx|xxxxxxx4xxxxxxx0000000xxx|xxxxxx444432222xxx00xxxxx|xxxxxx444432222x0000000xx|xxxxxx444432222x0000000xx|xxxxxx44400x222x0000000xx|xxxxxx444000x11x0000000xx|xxxxxx444000000x0000000xx|xxxxxx444000000x0000000xx|xxxxxx440000000000000000x|xxxxxx4400000000000000000|x8876x444000000x000000000|x8xx6x444000000x000000000|x9xx6x444000000x000000000|999x65444000000x000000000|999xxx444xxxxxxxxxx000000|999xxx444xxxxxxxxxxx00000|999xxx333xxxxxxxxxxxx0000|999xxx222222222222222x000|xxxxxx222222222222222xx00|xxxxxx222222222222222xxx0|xxxxxx222222222222222xxxx|xxxxxxx22222222222222xxxx|xxxxxxxx2222222222222xxxx', 'none'),
(39, 'space_cafe', 'space_cafe', 21, 17, 1, 0, 'x3333x333211111xxxxxxxxx|x3333x333211111xx3333333|xxxxxx333211111xx3333333|33333333xx11111xx3333333|33333333xx11111xx3333333|33x333xxxx11111xx3333333|xxx222xxx111111xx3333333|22222222xx11111xx3333333|22222222xxx1111xx3333333|22222222xxxx1111x2222222|22222222xxxx1111x1111111|22222222xxxx111111111111|22222222xxxx111111111111|xxx222xxxxx1111111111111|xxxx33xxxx11111111111111|xxx333321111111111111111|xxx333321111111111111111|xxx333321111111111111111|xxxxxxxxxxxxx1111xxxx11x|xxxxxxxxxxxxx0000xxxx11x|xxxxxxxxxx0000000xxxx11x|xxxxxxxxxx0000000xxxxxxx|xxxxxxxxxx0000000xxxxxxx|xxxxxxxxxx0000000xxxxxxx|xxxxxxxxxx0000000xxxxxxx|xxxxxxxxxx0000000xxxxxxx', 'space_cafe_trigger'),
(40, 'beauty_salon0', 'beauty_salon0', 4, 3, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx|xxx0000000000000xxxxxxxx|xxx00000000000000xxxxxxx|xxxxxx000000000000xxxxxx|xxxxxxxxxxxxx0000xxxxxxx|xxxx0x0000x00000000xxxxx|xxx00xxxxxx0000000xxxxxx|xx000x000xx0000000xxxxxx|xx000xxxxx00000000xxxxxx|xx000x000000000000xxxxxx|xx000x000000000000xxxxxx|xx00xx000000000000xxxxxx|xx00xx00x0000000000xxxxx|xx00xx00x0000000000xxxxx|xx00xx0000000000000xxxxx|xx00xx0000000000000xxxxx|xx000x0xx0000000000xxxxx|xx000x0x00000000000xxxxx|xx000x0x00x00000000xxxxx|xx000x0x00000000000xxxxx|xx000x0x00x00000000xxxxx|xx000xx000000000000xxxxx|xx00000000000000000000xx|xx00000000000000000000xx|xxxxxx0000000000000000xx', 'none'),
(41, 'chill', 'chill', 22, 22, 0, 6, 'xxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx00xxxxxxxx|xxxxxxxxxxx000000xxxxxxxx|xxxxxxxxxxx000000xxxxxxxx|xxxxxxxxxxxxxx000xxxxxxxx|xxxxxxxxxxxxxxxx0xxxxxxxx|xxxxxxxxx00000000xxxxxxxx|xxxxxxxx000000xxxxxxxxxxx|xxxxxxxx000000xxxxxxxxxxx|xxxxxxxx000000xxxxxxxxxxx|xxxxxxxx000000xxxxxxxxxxx|xxxxxxxx000000xxxxxxxxxxx|xxxxxxxx0000000xxxxxxxxxx|xxxxxxxx00000000xxxxxxxxx|xxxxxxxx0000000000xxxxxxx|xxxxxxxx0000000000xxxxxxx|xxxxxxxx0000000000xxxxxxx|xxxxxxxx0000000000xxxxxxx|xx000000000000xxxxxxxxxxx|xx000000000000000000000xx|xx000000000000000000000xx|xx000000000xx0000000000xx|xx000000000xxxxx000000000|xx000000000xxx0x000000000|xx00000x000xxx0x000000000|xx000000000xxxxx0000000xx|xx000000000000000000000xx|xx000000000000000000000xx|xx000000000000000000000xx|xx000000000000xxxxxxxxxxx', 'none'),
(42, 'dusty_lounge', 'dusty_lounge', 14, 1, 2, 4, 'xxxxxxxxxxxxxx22xxxxxxxxxxxxx|xxxxxxxxxx222x222x2xxxxxxxxxx|xxxxxxx33322222222223xxxxxxx3|xxxxxxx33322222222223xxxxxxx3|xxxxxxx33322222222223x33333x3|xxxxxxx33322222222223x33333x3|xx111xx33322222222223xxxxxxx3|xx111xxx332222222222333333333|xx111xxxx32222222222333333333|xx111xxxxxx222222222333333333|xx111xxxxxxx1111111x333333333|xx111xxxxxxx1111111x222222222|xx111xxxxxx111111111111111111|xx111xxxxxx111111111111111111|11111xxxxxx111111111111111111|11111xxxxxx111111111111111111|11x11xxxxxx111111111111111111|11xxxxxxxxx11111111111111111x|x11xxxxxxxxx1111111x1111111xx|xx11xxxxxxx111111111111111xxx|xxx11xxxxxx11111111111111xxxx|xxxx11111111111111111111xxxxx|xxxxx11111111111111xxxxxxxxxx|xxxxxxxxxxx11111111xxxxxxxxxx|xxxxxxxxxxx11111111xxxxxxxxxx', 'none'),
(43, 'cr_staff', 'cr_staff', 3, 22, 0, 0, '00000000xxxxxxxx|0000000000000000|0000000000000000|000000000000xx00|0000000000000000|0000000000000000|0000000000000000|x000000000000000|0000000000000000|0000000000000000|0000000000000000|0000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|xxx00xxxxxxxxxxx|xxx00xxxxxxxxxxx|xxx00xxxxxxxxxxx', 'none'),
(44, 'rooftop', 'rooftop', 17, 12, 4, 0, '44xxxxxxxxxxxxxxxxxx|444xxxxxxxxxxx444444|4444xxxxxxxxxx444444|44444xxxx4xxxx444444|444444xxx44xxx444444|44444444444444444444|44444444444444444444|44444444444444444444|44444444xx44xx44xx44|44444444xx44xx44xx44|44444444444444444444|44444444444444444444|44444444444444444444|x444444x444444xx4444|x444444x444444xx333x|x444444x444444xx222x|x444444x444444xx11xx|x444444x444444xxxxxx', 'none'),
(45, 'rooftop_2', 'rooftop_2', 4, 11, 0, 0, 'x0000x000|xxxxxx000|000000000|000000000|000000000|000000000|000000000|000000000|000000000|000000000|xxx000xxx|xxx000xxx', 'none'),
(46, 'tearoom', 'tearoom', 21, 19, 1, 6, 'xxxxxxxxxxxxxxxxxxxxxx|xxxxxxxx3333x33333333x|333333xx3333x33333333x|3333333x3333x33333333x|3333333x3333x33333333x|3333333xxxxxx33333333x|333333333333333333333x|333333333333333333333x|333333333333333333333x|333333333333333333333x|33333333222x333333333x|33333333222x333333333x|33333333222x333333333x|33333333222x333333333x|33333333111x333333333x|33333333111x333333333x|33333333111x333333333x|xxxxxxxx111xxxxxxxxxxx|11111111111111111111xx|1111111111111111111111|1111111111111111111111|11111111111111111111xx', 'none'),
(47, 'cafe_ole', 'taivas_cafe', 14, 29, 0, 0, 'XXXXXXXXXXXXX111111X|XXXXXXXXXXXXX1111111|XXXXXXXXXXXXX1111111|XXXXXXXXXXXXX1111111|XXXXXXXXXXXXX1111111|XXX11111111111111111|XXX11111111111111111|XX111111111111111111|XX111111111111111111|XX111111111111111111|XXX11111111111111111|111111111XXXXXXX1111|111111111X0000000000|111111111X0000000000|111111111X0000000000|111111111X0000000000|111111111X0000000000|111111111X0000000000|111111111X0000000000|111111111X0000000000|111111111X0000000000|X11111111X0000000000|XX1111111X0000000000|XXX111111X0000000000|XXXX11111X0000000000|XXXXX111110000000000|XXXXXX11110000000000|XXXXXXX1110000000000|XXXXXXXX11000000000X|XXXXXXXXXX00000000XX|XXXXXXXXXXXXXX00XXXX|XXXXXXXXXXXXXX00XXXX', 'none'),
(48, 'cr_cafe', 'cr_cafe', 20, 10, 0, 6, '0000000000000000000xx|x000000000000000000xx|xx00000000000000000xx|xx00000000000000000xx|xx00000000000000000xx|xxxx000000000000000xx|0000000000000000000xx|0000000000000000000xx|x000000000000000000xx|xx00000000000000000xx|xxxx00000000000000000|xxx000000000000000000|xxx0000000000000000xx|xxx0000000000000000xx|xx00000000000000000xx|xx00000000000000000xx|xx00000000000000000xx|xx00000000000000000xx|xx00000000000000000xx|xx00000000000000000xx', 'none'),
(49, 'lobby_a', 'lobby_a', 12, 27, 1, 0, 'XXXXXXXXX77777777777XXXXX|XXXXXXXXX777777777777XXXX|XXXXXXXXX777777777766XXXX|XXXXXXXXX777777777755XXXX|XX333333333333333334433XX|XX333333333333333333333XX|XX333333333333333333333XX|33333333333333333333333XX|333333XXXXXXX3333333333XX|333333XXXXXXX2222222222XX|333333XXXXXXX2222222222XX|XX3333XXXXXXX2222222222XX|XX3333XXXXXXX222222221111|XX3333XXXXXXX111111111111|333333XXXXXXX111111111111|3333333222211111111111111|3333333222211111111111111|3333333222211111111111111|XX33333222211111111111111|XX33333222211111111111111|XX3333322221111111XXXXXXX|XXXXXXX22221111111XXXXXXX|XXXXXXX22221111111XXXXXXX|XXXXXXX22221111111XXXXXXX|XXXXXXX22221111111XXXXXXX|XXXXXXX222X1111111XXXXXXX|XXXXXXX222X1111111XXXXXXX|XXXXXXXXXXXX11XXXXXXXXXXX|XXXXXXXXXXXX11XXXXXXXXXXX|XXXXXXXXXXXX11XXXXXXXXXXX|XXXXXXXXXXXX11XXXXXXXXXXX', 'none'),
(50, 'floorlobby_c', 'floorlobby_c', 9, 21, 0, 0, 'XXXXXXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXXXXXX|XXX0000000000000000XXXXXXX0|XXX000000000000000000XXXX00|X00000000000000000000000000|X00000000000000000000000000|XXX000000000000000000000000|XXXXXXX00000000000000000000|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX1XX100000011111111111111|XXX1XX100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXXXXXXX0000XXXXXXXXXXXXXXX|XXXXXXXX0000XXXXXXXXXXXXXXX|XXXXXXXX0000XXXXXXXXXXXXXXX', 'none'),
(51, 'floorlobby_b', 'floorlobby_b', 9, 21, 0, 0, 'XXXXXXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXXXXXX|XXX0000000000000000XXXXXXX0|XXX000000000000000000XXXX00|X00000000000000000000000000|X00000000000000000000000000|XXX000000000000000000000000|XXXXXXX00000000000000000000|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX1XX100000011111111111111|XXX1XX100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXXXXXXX0000XXXXXXXXXXXXXXX|XXXXXXXX0000XXXXXXXXXXXXXXX|XXXXXXXX0000XXXXXXXXXXXXXXX', 'none'),
(52, 'floorlobby_a', 'floorlobby_a', 9, 21, 0, 0, 'XXXXXXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXXXXXX|XXX0000000000000000XXXXXXX0|XXX000000000000000000XXXX00|X00000000000000000000000000|X00000000000000000000000000|XXX000000000000000000000000|XXXXXXX00000000000000000000|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX1XX100000011111111111111|XXX1XX100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXXXXXXX0000XXXXXXXXXXXXXXX|XXXXXXXX0000XXXXXXXXXXXXXXX|XXXXXXXX0000XXXXXXXXXXXXXXX', 'none'),
(53, 'cinema_a', 'cinema_a', 20, 27, 1, 0, 'xxxxxxx1xx11111111xxxxxx|xxx1111111111111111xxxxx|xxx111xxxx1111111111xxxx|xxxx2xxxxxxxxxxxxxxxxxxx|xx3x3x333311xxxxxxxxxx11|xx3333333311111111111111|xx3333333311111111111111|xx3333333311111111122111|xx3333333311x22222222111|xx3333333311x22222222111|xx3333333311xxxxxxxxx111|xx3333333311111111111111|xx3333333311111111111111|xx3333333311111111111111|xx3333333311111xxxx11111|xx3333333311111xxxx11111|xx3333333311111xxxx11111|xx3333333311111xxxx11111|xx3333333311111xxxx11111|xx3333333311111xxxx11111|xx3333333311111xxxx11111|333333332111111xxxx11111|333333332111111111111111|333333332111111111111111|333333332111111111111111|xx3333332111111111111111|xxxxxxxxxxxxxxxxxxx11111|xxxxxxxxxxxxxxxxxxx11111|xxxxxxxxxxxxxxxxxxx11111', 'none'),
(54, 'sport', 'sport', 0, 0, 1, 2, '111222222222222222x2222|x11222222222222222x2222|x11222222222222222x2222|xx1x2222222222222211111|x11xx222222222222211111|x11xx222222x22222211111|x11xx222222x222222x1111|x11xx222222x222222x1111|x11xx2222222222222x1111|x11xxxxxxxxxxxxxxxx1111|x1111111111111111111111|x1111111111111111111111|x1111111111111111111111|x1111111111111111111111|xxxx1111111111111x1111x|111x1111111111111x1111x|111x1111111111111x1111x|111x1111111111111x1111x|111x11111xxxxxxxxxxxxxx|x11x1111xxxxxxxxxxxxxxx|xxxx111xxxxxxxxxxxxxxxx', 'none'),
(55, 'old_skool0', 'old_skool0', 2, 1, 0, 4, 'xx0xxxxxxxxxxxxxx|0000000xxx00000xx|0000000x0000000xx|0000000xxxxxxxxxx|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|00000000000000000|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x', 'none'),
(56, 'old_skool1', 'old_skool1', 1, 7, 6, 2, 'x6666666665432100|x6666666665432100|x6600000000000x00|x6600000000000000|x6600000000000000|x6600000000000000|x660000000000x000|666000000000x1111|x66000000000xx111|x66000000000x1111|x66000000000x1111|x55000000000x1111|x44000000000x1111|x33000000000x1111|x22000000000xx111|x11x00000000x1111|x00000000000x1111|x00000000000xx111', 'none'),
(57, 'malja_bar_a', 'malja_bar_a', 4, 24, 1, 0, 'xxxxxxxxxxxxxx44|xxxx444444444444|xxxx444444444444|xxxx444444444444|xxxx444444444444|xxxx444444444444|xxxxxxxxxxxxx333|1111111111111222|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|111111111xxxxxxx|xxx11111xxxxxxxx|11111111xxxxxxxx|11111111xxxxxxxx|11111111xxxxxxxx|11111111xxxxxxxx', 'none'),
(58, 'malja_bar_b', 'malja_bar_b', 4, 24, 3, 0, '6666333333333333|6666333333333333|6666333333333333|7766333333333333|7755333333333333|8855333333332223|8844333311111111|9944333311111111|9933333311111111|9933333311111111|9933333311111111|9933333311111111|9933333311111111|9933333311111111|9933333211111111|9933333211111111|9933333211111111|9933333311111111|99333333xxxxxxxx|99333333xxxxxxxx|xxx33333xxxxxxxx|xxx33333xxxxxxxx|3xx33333xxxxxxxx|xxx33333xxxxxxxx|xxx33333xxxxxxxx|xxx33333xxxxxxxx', 'none'),
(59, 'bar_a', 'bar_a', 5, 1, 7, 4, 'xxxx8888xxxxxxxxxxx|xxxx7777xxxxxxxxxxx|xxxx6666xxxxxxxxxxx|xxx6666666555555555|xxx6666666555555555|xxx6666666555555555|xxx6666666555555555|xxx6666666555555555|xxx6666666555555555|xxx6666666555555555|xxx6666666555xxxxxx|xxx6666666555555555|xxx5555555555555555|xxx5555555555555555|xxx5555555555555555|xxx5555555555555555|xxx5555555555xxxxxx|xxx5555555555555555|xxx5555555555555555|xxx5555555555555555|xxx5555555555555555|xxx5555555555555555|xxx5555555555xxxxxx|xxxx555555555555555|55xx555555555555555|55xx555555555555555|5555555555555555555|5555555555555555555|xxxxxxxx55555xxxxxx|xxxxxxxxx5555xxxxxx|xxxxxxxxx5555xxxxxx|xxxxxxxxx5555xxxxxx|xxxxxxxxx4444xxxxxx|xxxxxxxxx3333xxxxxx', 'none'),
(60, 'bar_b', 'bar_b', 2, 12, 4, 2, 'xxxxx4xxxxxxxxxxxx|xxxx4444444xxxxxxx|xxxx4444444xxxxxxx|xxx444444444444444|xxx444444444444444|xxx444444444444444|xxx444444444444444|xxx444444444444444|xxx444444444444444|xxx444444444444444|654444444444444444|654444444444444444|654444444444444444|654444444444444444|xxx444444444444444|xxx444444444444444|xxx444444444444444|xxx444444444444444|xxx444444444444444|xxxx44444444444444|xxxx33444444444444|xxxx22444444444444|xxxx2222222222xx44|xxxx2222222222xx44|xxxxx222222222xxxx|xxxxxx22222222xxxx|xxxxxx22222222xxxx|xxxxxx22222222xxxx|xxxxxx22222222xxxx|xxxxxx22222222xxxx|xxxxxx22222222xxxx', 'none'),
(61, 'habburger', 'habburger', 22, 10, 0, 6, '22222222222222222222xxx|22222222222222222222xxx|22222222222222222222xxx|22222222222222222222xxx|xxxxxxxxxxxxxxxx1111xxx|xxxxxxxxxxxxxxxx0000xxx|xxx00000000000000000xxx|00000000000000000000xxx|00000000000000000000xxx|00000000000000000000000|00000000000000000000000|00000000000000000000xxx|00000000000000000000xxx|00000000000000000000xxx|xxx00000000000000000xxx', 'none'),
(62, 'pizza', 'pizza', 5, 27, 1, 0, 'xxxxxxxxx0000000|x11111x1xx000000|11xxxxx111x00000|11x1111111xx0000|11x1111111100000|xxx1111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|11111111111xxxxx|1111111111xxxxxx|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|11xx11xx11111111|xxxx11xxxxxxxxxx|xxxx11xxxxxxxxxx', 'none'),
(63, 'bb_lobby_1', 'bb_lobby_1', 14, 19, 0, 0, 'xxx2222222222222222x|xxx2222222222222222x|xxx2222222222222222x|xxx2222222222222222x|xxx11111111111111111|11x11111111111111111|11x11111111111111111|11x11111111111111111|x1x11111111111111111|xxx11111111111111111|xxx11111111111111111|xxx11111111111111111|xxx11111111111111111|xxx11111111111111111|xxxxxxxxx00000000000|xxxxxxxxx00000000000|xxxxxxxxx00000000000|xxxxxxxxx00000000000|xxxxxxxxx00000000000|xxxxxxxxx00000000000|xxxxxxxxxxxxx000xxxx|xxxxxxxxxxxxx000xxxx|xxxxxxxxxxxxx000xxxx', 'battleball_lobby_trigger'),
(64, 'snowwar_lobby_1', 'snowwar_lobby_1', 41, 36, 1, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx11111xx1xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx11111xx1111xxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxx111111xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxx111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxx111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxx1111x1111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'snowstorm_lobby_trigger'),
(65, 'tv_studio', 'tv_studio', 16, 27, 4, 6, 'xxxxxxxxxxxxxxxxxxxx|xxxxx0x00000xxxxxxxx|xxxxx0x000000xxxxxxx|xxxxx0x000000xxxxxxx|xxxxx0x0xxx00000xx0x|xx0000x000000000xx00|xx00xxx000000000xx00|xxxxx00000000000xx00|x000000000000x000000|x0000000000000000000|x0000000000000000x00|00000000000000000x00|x000x000000000000x00|x0000000000000000x00|x0000000000000000x00|000x0000000000000000|000x0000000000000000|00000000000000xxx000|x0000000000000000000|xx00000000000000000x|xxx000000000000000xx|xxxxxxxxx1111xxxx0xx|xxxxxxxxx2222xxxxxxx|xxxxxxxxx3333xxxxxxx|xxxxxx44x4444x444xxx|xxxxx444444444444xxx|xxxxxx44444444444444|xxxxx4444x4444444444|xxxxx4444x4444444444|xxxxx4444x4444444xxx|xxxxx444444444444xxx|xxxxx444444444444xxx|xxxxxx44444444444xxx', 'none'),
(66, 'cr_kitchen', 'cr_kitchen', 7, 21, 0, 0, 'X0XXXX000XXXX000X0X|X000000000000000000|X000000000000000000|X000000000000000XXX|X00XXXX00XXXX000XXX|X00XXXX00XXXX00XXXX|X00000000000000XXXX|X00000000000000XXXX|X00000000000000XXXX|X00XXXXXXXXXX00XXXX|X00XXXXXXXXXX00XXXX|X00XXXXXXXXXX000XXX|0000000000000000XXX|000000000000000XXXX|000000000000000XXXX|000XXX0000XXX00XXXX|000XXX0000XXX00XXXX|000000000000000XXXX|000000000000000XXXX|000000000000000XXXX|XXXXXXX00XXXXXXXXXX|XXXXXXX00XXXXXXXXXX|XXXXXXX00XXXXXXXXXX', 'none'),
(67, 'club_mammoth', 'club_mammoth', 6, 16, 4, 2, 'xxxxxx4444444x4444xxxxxxxxxxxxx|xxxxxx4444444x444322xxxxxxxxxxx|xxxxxxxxxxxxxx444322xxxxxxxxxxx|x444444444444444442222xxxxxxxxx|4444444444444444442222xxxxxxxxx|4xxxxxxxxxxxxxxxxx2222xxxxxxxxx|4xxxxxxxxxx22222xx2222xxxxxxxxx|44xxxxxxxxx22222x2xxxxxxxxxxxxx|x4444444xxx22222x22xxxxxxxxxxxx|xx4444444xx22x22x222xxxxxxxxxxx|xxxxxxx444x22222xxxxxxxxxxxxxxx|xxxxxx444322222222211111111xxxx|xxxxxx444322222222211111111xxxx|xxxxxx444442222222211111111xxxx|xxx444444442222222211111111xxxx|xxx444444442222222211111111xxxx|xxx444444442222222211111111xxxx|xxx444444442222222211111111xxxx|xxxxxx4444422222222x1111111xxxx|xxxxxx4444422222222xxxxxxxxxxxx|xxxxxx4443222222222222222222xxx|xxxxxx4443xxxxxxx2xxxxx222xxxxx|xxxxxx444xxxxxxxxxxxxxxx22xxxxx|xxxxxx4xxxxxxxxxxxxx444422xxxxx|xxx4444xxxxxxxxxxxxx4444x2xxxxx|xxx566666666666666664444xxxxxxx|xxxx66666666666666664444xxxxxxx|xxxxxxx666666666666544xxxxxxxxx|xxxxxxx666666666666544xxxxxxxxx|xxxxxxx6666666666666xxxxxxxxxxx|xxxxxxx6666666666666xxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'none'),
(68, 'ice_cafe', 'taivas_cafe', 17, 23, 0, 0, 'xx111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx1111111000000000|xx1111111000000000|111111111000000000|111111111000000000|111111111000000000|111111111000000000|111111111000000000|11111111x000000000|11111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx1111110000000000|xx1111111000000000|xx1111111000000000|xx1111111000000000|', 'none'),
(69, 'netcafe', 'netcafe', 22, 12, 0, 6, 'xxxxx1111xxxxxxxxxxx1xxxx|xxxxx1111111111111111xxxx|xxxxx1111111111111111xxxx|xxxxx1111111111111111xxxx|xxxxxxxx0000000000000xxxx|111111100000000000000xxxx|111111100000000000000xxxx|111111100000000000000xxxx|xxxx11100000000000000xxxx|x1xx11100000000000000xxxx|x1xx11100000000000000xxxx|x1xx111000000000000000000|x1xx111000000000000000000|xxxx111000000000000000000|xxxx11100000000000000xxxx|xxxx1110000000xx11111xxxx|xxxxx111110000x111111xxxx|xxxxxx111100001111111xxxx|xxxxxx111100001111111xxxx|xxxxxx111100001111111xxxx|xxxxxx111100001111111xxxx|xxxxxx111100001111111xxxx|xxxxxx111100001111111xxxx|xxxxx1111100001111111xxxx|', 'none'),
(70, 'hallway0', 'hallway0', 2, 2, 0, 2, 'xxxx000000001111111111111111xxxx|xxxx000000001111111111111111xxxx|00000000000011111111111111111111|00000000000011111111111111111111|00000000000011111111111111111111|00000000000011111111111111111111|xxxx000000001111111111111111xxxx|xxxx0000000x1111111111111111xxxx|xxxxxxxxxxxxx1111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx', 'none'),
(71, 'hallway9', 'hallway9', 21, 23, 0, 7, 'xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxx000000000000000000000000xxxx|xxxx000000000000000000000000xxxx|00000000000000000000000000000000|00000000000000000000000000000000|00000000000000000000000000000000|00000000000000000000000000000000|xxxx000000000000000000000000xxxx|xxxx000000000000000000000000xxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx000000000000xxxxxxxx|xxxxxxxxxxxx000000000000xxxxxxxx|xxxxxxxxxxxx000000000000xxxxxxxx|xxxxxxxxxxxx000000000000xxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx', 'none'),
(72, 'hallway2', 'hallway2', 15, 2, 0, 4, 'xxxxxxxxxxxxxx000xxxxxxxxxxx|xxxxxxxxxxxxxx000xxxxxxxxxxx|xxxxxxxxxxxxxx000xxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxx|xxxx11111111000000000000xxxx|xxxx11111111000000000000xxxx|1111111111110000000000000000|1111111111110000000000000000|1111111111110000000000000000|1111111111110000000000000000|xxxx11111111000000000000xxxx|xxxx11111111000000000000xxxx|xxxx11111111xxxx00000000xxxx|xxxx11111111xxxx00000000xxxx|xxxx11111111xxxx00000000xxxx|xxxx11111111xxxx00000000xxxx|xxxx11111111xxxx00000000xxxx|xxxx11111111xxxx00000000xxxx|xxxx11111111xxxx00000000xxxx|xxxx11111111xxxx00000000xxxx|xxxxxx1111xxxxxxxxxxxxxxxxxx|xxxxxx1111xxxxxxxxxxxxxxxxxx|xxxxxx1111xxxxxxxxxxxxxxxxxx|xxxxxx1111xxxxxxxxxxxxxxxxxx', 'none'),
(73, 'hallway1', 'hallway1', 2, 14, 0, 2, 'xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxx0000000000000000xxxx|xxxxxxxxxxxx0000000000000000xxxx|xxxxxxxxxxxx00000000000000000000|xxxxxxxxxxxx00000000000000000000|xxxxxxxxxxxx00000000000000000000|xxxxxxxxxxxx00000000000000000000|xxxxxxxxxxxx0000000000000000xxxx|xxxxxxxxxxxx0000000000000000xxxx|xxxx1111111100000000xxxxxxxxxxxx|xxxx1111111100000000xxxxxxxxxxxx|11111111111100000000xxxxxxxxxxxx|11111111111100000000xxxxxxxxxxxx|11111111111100000000xxxxxxxxxxxx|11111111111100000000xxxxxxxxxxxx|xxxx1111111100000000xxxxxxxxxxxx|xxxx1111111100000000xxxxxxxxxxxx', 'none'),
(74, 'hallway3', 'hallway3', 14, 21, 1, 0, 'xxxxxx1111xxxxxxxxxxxxxxxxxxxxxx|xxxxxx1111xxxxxxxxxxxxxxxxxxxxxx|xxxxxx1111xxxxxxxxxxxxxxxxxxxxxx|xxxxxx1111xxxxxxxxxxxxxxxxxxxxxx|xxxx111111111111111100000000xxxx|xxxx111111111111111100000000xxxx|11111111111111111111000000000000|11111111111111111111000000000000|11111111111111111111000000000000|11111111111111111111000000000000|xxxx111111111111111100000000xxxx|xxxx111111111111111100000000xxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx', 'none'),
(75, 'hallway4', 'hallway4', 29, 3, 1, 6, 'xxxx000000001111111111111111xxxx|xxxx000000001111111111111111xxxx|00000000000011111111111111111111|00000000000011111111111111111111|00000000000011111111111111111111|00000000000011111111111111111111|xxxx000000001111111111111111xxxx|xxxx000000001111111111111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxxxx1111xxxxxx|xxxxxxxxxxxxxxxxxxxxxx1111xxxxxx|xxxxxxxxxxxxxxxxxxxxxx1111xxxxxx|xxxxxxxxxxxxxxxxxxxxxx1111xxxxxx', 'none'),
(76, 'hallway5', 'hallway5', 14, 2, 1, 4, 'xxxxxxxxxxxxxx11xxxxxx1111xx|xxxxxxxxxxxxxx111xxxxx1111xx|xxxxxxxxxxxxxx1111xxxx1111xx|xxxxxxxxxxxxxx1111xxxx1111xx|xxxxxxxxxxxx1111111111111111|xxxxxxxxxxxx1111111111111111|xxxxxxxxxxxx1111111111111111|xxxxxxxxxxxx1111111111111111|xxxxxxxxxxxx1111111111111111|xxxxxxxxxxxx1111111111111111|xxxxxxxxxxxx1111111111111111|xxxxxxxxxxxx1111111111111111|xxxx000000001111111111111111|xxxx000000001111111111111111|0000000000001111111111111111|0000000000001111111111111111|0000000000001111111111111111|0000000000001111111111111111|xxxx000000001111111111111111|xxxx0000000x1111111111111111|xxxxxxxxxxxx11111111xxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxx', 'none'),
(77, 'hallway8', 'hallway8', 15, 3, 0, 4, 'xxxxxxxxxxxxxx00xxxx0000|xxxxxxxxxxxxxx000xxx0000|xxxxxxxxxxxxxx0000xx0000|xxxxxxxxxxxxxx0000xx0000|xxxx11111111000000000000|xxxx11111111000000000000|xxxx11111111000000000000|xxxx11111111000000000000|xxxx11111111000000000000|xxxx11111111000000000000|xxxx11111111000000000000|xxxx11111111000000000000|xxxx11111111xxxx00000000|xxxx11111111xxxx00000000|111111111111xxxx00000000|111111111111xxxx00000000|111111111111xxxx00000000|111111111111xxxx00000000|xxxx11111111xxxx00000000|xxxx11111111xxxx00000000|xxxxxxxxxxxxxxxxxx0000xx|xxxxxxxxxxxxxxxxxx0000xx|xxxxxxxxxxxxxxxxxx0000xx|xxxxxxxxxxxxxxxxxx0000xx', 'none'),
(78, 'hallway7', 'hallway7', 7, 2, 1, 4, 'xxxxxx11xxxxxxxxxxxx|xxxxxx111xxxxxxxxxxx|xxxxxx1111xxxxxxxxxx|xxxxxx1111xxxxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx111111111111xxxx|xxxx111111111111xxxx|xxxx111111111111xxxx|xxxx111111111111xxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx000000000000xxxx|xxxx000000000000xxxx|00000000000000000000|00000000000000000000|00000000000000000000|00000000000000000000|xxxx000000000000xxxx|xxxx000000000000xxxx', 'none'),
(79, 'hallway6', 'hallway6', 1, 10, 1, 2, 'xxxx1111111111111111xxxx|xxxx1111111111111111xxxx|xxxx1111111111111111xxxx|xxxx1111111111111111xxxx|xxxx1111xxxxxxxxxxxxxxxx|xxxx1111xxxxxxxxxxxxxxxx|xxxx1111xxxxxxxxxxxxxxxx|xxxx1111xxxxxxxxxxxxxxxx|xxxx1111111100000000xxxx|xxxx1111111100000000xxxx|111111111111000000000000|111111111111000000000000|111111111111000000000000|111111111111000000000000|xxxx1111111100000000xxxx|xxxx1111111100000000xxxx|xxxxxxxx1111xxxxxxxxxxxx|xxxxxxxx1111xxxxxxxxxxxx|xxxxxxxx1111xxxxxxxxxxxx|xxxxxxxx1111xxxxxxxxxxxx|xxxxxxxx111111111111xxxx|xxxxxxxx111111111111xxxx|xxxxxxxx111111111111xxxx|xxxxxxxx111111111111xxxx', 'none'),
(80, 'hallway10', 'hallway10', 3, 23, 1, 1, 'xxxxxxxxxx00000000xxxx|xxxxxxxxxx00000000xxxx|xxxxxxxxxx00000000xxxx|xxxxxxxxxx00000000xxxx|xx1111xxxx0000xxxxxxxx|xx1111xxxx0000xxxxxxxx|xx1111xxxx0000xxxxxxxx|xx1111xxxx0000xxxxxxxx|11111111xx0000000000xx|11111111xx0000000000xx|11111111xx0000000000xx|11111111xx0000000000xx|11111111xxxxxxxx0000xx|11111111xxxxxxxx0000xx|11111111xxxxxxxx0000xx|11111111xxxxxxxx0000xx|1111111111111111000000|1111111111111111000000|1111111111111111000000|1111111111111111000000|1111111111111111000000|1111111111111111000000|1111111111111111000000|1111111111111111000000|xx1111xxxxxxxxxxxxxxxx|xx1111xxxxxxxxxxxxxxxx|xx1111xxxxxxxxxxxxxxxx|xx1111xxxxxxxxxxxxxxxx', 'none'),
(81, 'hallway11', 'hallway11', 20, 3, 0, 6, 'xxxx1111111100000000xxxx|xxxx1111111100000000xxxx|111111111111000000000000|111111111111000000000000|111111111111000000000000|111111111111000000000000|xxxx1111111100000000xxxx|xxxx1111111100000000xxxx|xxxxxxxxxxxx000000000000|xxxxxxxxxxxx000000000000|xxxxxxxxxx00000000000000|xxxxxxxxxx00000000000000|xxxxxxxxxx00000000000000|xxxxxxxxxx00000000000000|xxxxxxxxxxxx000000000000|xxxxxxxxxxxx000000000000|xxxxxxxxxxxx000000000000|xxxxxxxxxxxx000000000000|xxxxxxxx000000000000xxxx|xxxxxxxx000000000000xxxx|xxxxxxxx000000000000xxxx|xxxxxxxx000000000000xxxx', 'none'),
(82, 'star_lounge', 'star_lounge', 36, 35, 0, 6, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx2222x4444442222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222x444x32222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222xx4xx22222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx|xxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxx3333x22222222221111xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxx3333xx2x22222220000xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxx333333332222222000000xxxxxxxxxxxxx|xxxxxxxxxxxxxxxx333333332222222x0000000xxxxxxxxxxx|xxxxxxxxxxxxxxxxx33333332222222x0000000xxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxx222222000000xxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'none'),
(83, 'orient', 'orient', 32, 20, 1, 6, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxxxx1000000000xxxxxxxxxxxx|xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx1xx000x000xx111x111xxx|xxxxxxxxxxxxxx1xx000x000xxxxxx1111xx|xxxxxxxxxxxxxx1xx000x000x111111111xx|xxxxxxxxxxxxxx1xx000x000x111111111xx|xxx111111111111xx000x000x111111111xx|xxx1xxxxxxxxxxxxx000x000x111111111xx|xxx1x1111111111000000000x111111111xx|xxx1x1111111111000000000xx1111111xxx|xxx1x11xxxxxx11000000000xx1111111100|xxx111xxxxxxx11000000000011111111100|xxx111xxxxxxx11000000000011111111100|xxxxx1xxxxxxx11000000000011111111100|xxxxx11xxxxxx11000000000xx1111111100|xxxxx1111111111000000000xx1111111xxx|xxxxx1111111111xx000x000x111111111xx|xxxxxxxxxxxxxxxxx000x000x111111111xx|xxxxxxxxxxxxxxxxx000x000x111111111xx|xxxxxxxxxxxxxxxxx000x000x111111111xx|xxxxxxxxxxxxxxxxx000x000x111111111xx|xxxxxxxxxxxxxxxxx000x00xx11xxxx111xx|xxxxxxxxxxxxxxxxxxxxxxxxxx11111111xx|', 'none'),
(84, 'entryhall', 'entryhall', 17, 18, 1, 0, 'xx11xxxx11xxxx11xxxx|x1111111111111111111|11111111111111111111|11111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|xxxxxxxxxxxxxxxxx11x', 'none'),
(85, 'hallA', 'hallA', 0, 0, 1, 4, '11xxxxxxxxxxxxxxx|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111', 'none'),
(86, 'hallB', 'hallB', 1, 0, 1, 4, 'x11xxxxxxxxxxxxxxxx|1111111111111111111|1111111111111111111|1111111111111111111|1111111111111111111|1111111111111111111|1111111111111111111|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx', 'none'),
(87, 'hallC', 'hallC', 0, 0, 1, 4, '11xxxxxxxxxxxxxxx|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111', 'none'),
(88, 'hallD', 'hallD', 0, 0, 1, 4, '11xxxxxxxxxxxxxxx|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111', 'none'),
(89, 'model_s', 'model_s', 0, 3, 0, 2, 'xxxxxxx|x00000x|x00000x|000000x|x00000x|x00000x|x00000x|x00000x|xxxxxxx', 'flat_trigger'),
(90, 'emperors', 'emperors', 11, 31, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxx444xxxx4444xxxxxx|xxxx2x4444xxxx44444x2xxx|xxxx2x44444x4x44444x2xxx|xxxx2x4444444444444x2xxx|xxxx2x33xx33333xx33x2xxx|xxxx2222xx22222xx2222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22xx222222222xx22xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222xx22x2222222xxx|xxxxx2xx2xx22xxx2xx2xxxx|xxxxxxxxxxx11xxxxxxxxxxx|xxxxxxxxxxx00xxxxxxxxxxx|xxxxxxxxxxx00xxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx', 'none'),
(91, 'beauty_salon1', 'beauty_salon1', 14, 3, 0, 1, 'xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx0xxxxxxxxx|xxxxxxx000000000000000xx|xxxxxx0000000000000000xx|xxxxx000000000000xxxxxxx|xxxx000000000000000000xx|xxx0000000000000000000xx|xxx0000000000000000000xx|xxx0000000000000000000xx|xxxxxxxxxxxxxxxx000000xx|xx0000000000000x000000xx|000000000000000x000000xx|000000000000000x000000xx|000000000000000x000000xx|00x000000000000x000000xx|00xxxxxxxxxxxxxx000000xx|00xxxxxxxxxxxxxx000000xx|00x0000000000000000000xx|00x0000000000000000000xx|00x0000000000000000000xx|0000000000000000000000xx|x000000000000000000000xx|xxx0000000000000000000xx', 'none');
/*!40000 ALTER TABLE `rooms_models` ENABLE KEYS */;
-- Dumping structure for table kepler.rooms_rights
CREATE TABLE IF NOT EXISTS `rooms_rights` (
`user_id` int(11) NOT NULL,
`room_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.rooms_rights: ~0 rows (approximately)
/*!40000 ALTER TABLE `rooms_rights` DISABLE KEYS */;
/*!40000 ALTER TABLE `rooms_rights` ENABLE KEYS */;
-- Dumping structure for table kepler.room_chatlogs
CREATE TABLE IF NOT EXISTS `room_chatlogs` (
`user_id` int(11) NOT NULL,
`room_id` int(11) NOT NULL,
`timestamp` bigint(20) NOT NULL,
`chat_type` tinyint(1) NOT NULL,
`message` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.room_chatlogs: ~2 rows (approximately)
/*!40000 ALTER TABLE `room_chatlogs` DISABLE KEYS */;
/*!40000 ALTER TABLE `room_chatlogs` ENABLE KEYS */;
-- Dumping structure for table kepler.schema_migrations
CREATE TABLE IF NOT EXISTS `schema_migrations` (
`version` varchar(255) NOT NULL,
PRIMARY KEY (`version`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.schema_migrations: ~61 rows (approximately)
/*!40000 ALTER TABLE `schema_migrations` DISABLE KEYS */;
INSERT INTO `schema_migrations` (`version`) VALUES
('20180605202455'),
('20180605202822'),
('20180605203204'),
('20180605204755'),
('20180605205011'),
('20180605205211'),
('20180605205405'),
('20180605205543'),
('20180605205848'),
('20180605210028'),
('20180605210128'),
('20180605210255'),
('20180605210408'),
('20180605210538'),
('20180605210815'),
('20180605210848'),
('20180605210954'),
('20180605211041'),
('20180605211154'),
('20180605211259'),
('20180605211518'),
('20180605211722'),
('20180606130528'),
('20180606163724'),
('20180606171138'),
('20180609193613'),
('20180609193620'),
('20180609193627'),
('20180610045026'),
('20180610071051'),
('20180610084935'),
('20180610105026'),
('20180616170631'),
('20180622105649'),
('20180715121437'),
('20180715152740'),
('20180724140234'),
('20180729161108'),
('20180730120357'),
('20180802105259'),
('20180804021505'),
('20180804075142'),
('20180807115604'),
('20180807132707'),
('20180807135756'),
('20180809133417'),
('20180810195924'),
('20180810204747'),
('20180814105730'),
('20180815123433'),
('20180815133155'),
('20180816105820'),
('20180817093645'),
('20180818032804'),
('20180826011235'),
('20180826152253'),
('20180901071104'),
('20180901230642'),
('20180915211843'),
('20180915212304'),
('20180916030415');
/*!40000 ALTER TABLE `schema_migrations` ENABLE KEYS */;
-- Dumping structure for table kepler.settings
CREATE TABLE IF NOT EXISTS `settings` (
`setting` varchar(50) NOT NULL,
`value` text NOT NULL DEFAULT '',
PRIMARY KEY (`setting`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.settings: ~64 rows (approximately)
/*!40000 ALTER TABLE `settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `settings` ENABLE KEYS */;
-- Dumping structure for table kepler.soundmachine_disks
CREATE TABLE IF NOT EXISTS `soundmachine_disks` (
`item_id` bigint(11) NOT NULL,
`soundmachine_id` int(11) NOT NULL DEFAULT 0,
`slot_id` int(11) NOT NULL,
`song_id` int(11) NOT NULL,
`burned_at` bigint(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.soundmachine_disks: ~0 rows (approximately)
/*!40000 ALTER TABLE `soundmachine_disks` DISABLE KEYS */;
/*!40000 ALTER TABLE `soundmachine_disks` ENABLE KEYS */;
-- Dumping structure for table kepler.soundmachine_playlists
CREATE TABLE IF NOT EXISTS `soundmachine_playlists` (
`item_id` int(11) NOT NULL,
`song_id` int(11) NOT NULL,
`slot_id` int(11) NOT NULL,
KEY `machineid` (`item_id`),
KEY `songid` (`song_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.soundmachine_playlists: ~0 rows (approximately)
/*!40000 ALTER TABLE `soundmachine_playlists` DISABLE KEYS */;
/*!40000 ALTER TABLE `soundmachine_playlists` ENABLE KEYS */;
-- Dumping structure for table kepler.soundmachine_songs
CREATE TABLE IF NOT EXISTS `soundmachine_songs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL DEFAULT 0,
`title` varchar(100) NOT NULL,
`item_id` int(11) NOT NULL,
`length` int(3) NOT NULL DEFAULT 0,
`data` text NOT NULL DEFAULT '',
`burnt` tinyint(1) NOT NULL DEFAULT 0,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.soundmachine_songs: ~1 rows (approximately)
/*!40000 ALTER TABLE `soundmachine_songs` DISABLE KEYS */;
/*!40000 ALTER TABLE `soundmachine_songs` ENABLE KEYS */;
-- Dumping structure for table kepler.soundmachine_tracks
CREATE TABLE IF NOT EXISTS `soundmachine_tracks` (
`soundmachine_id` int(11) NOT NULL,
`track_id` int(11) NOT NULL,
`slot_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.soundmachine_tracks: ~1 rows (approximately)
/*!40000 ALTER TABLE `soundmachine_tracks` DISABLE KEYS */;
/*!40000 ALTER TABLE `soundmachine_tracks` ENABLE KEYS */;
-- Dumping structure for table kepler.users
CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL,
`figure` varchar(255) NOT NULL DEFAULT '1000118001270012900121001',
`pool_figure` varchar(255) NOT NULL DEFAULT '',
`sex` char(1) NOT NULL DEFAULT 'M',
`motto` varchar(100) NOT NULL DEFAULT 'i love habbo hotel',
`credits` int(11) NOT NULL DEFAULT 200,
`tickets` int(11) NOT NULL DEFAULT 0,
`film` int(11) NOT NULL DEFAULT 0,
`rank` tinyint(1) unsigned NOT NULL DEFAULT 1,
`console_motto` varchar(100) NOT NULL DEFAULT 'I''m a new user!',
`receive_email` tinyint(1) NOT NULL DEFAULT 0,
`birthday` varchar(10) NOT NULL,
`email` varchar(256) NOT NULL,
`last_online` int(11) NOT NULL DEFAULT 0,
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
`updated_at` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`sso_ticket` varchar(255) DEFAULT NULL,
`club_subscribed` bigint(11) NOT NULL DEFAULT 0,
`club_expiration` bigint(11) NOT NULL DEFAULT 0,
`club_gift_due` bigint(11) NOT NULL DEFAULT 0,
`badge` char(3) NOT NULL DEFAULT '',
`badge_active` tinyint(1) NOT NULL DEFAULT 1,
`allow_stalking` tinyint(1) NOT NULL DEFAULT 1,
`allow_friend_requests` tinyint(1) NOT NULL DEFAULT 1,
`sound_enabled` tinyint(1) NOT NULL DEFAULT 1,
`tutorial_finished` tinyint(1) NOT NULL DEFAULT 0,
`battleball_points` int(11) NOT NULL DEFAULT 0,
`snowstorm_points` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.users: ~2 rows (approximately)
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
-- Dumping structure for table kepler.users_badges
CREATE TABLE IF NOT EXISTS `users_badges` (
`user_id` int(11) NOT NULL,
`badge` char(3) NOT NULL,
KEY `users_badges_users_FK` (`user_id`),
CONSTRAINT `users_badges_users_FK` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.users_badges: ~0 rows (approximately)
/*!40000 ALTER TABLE `users_badges` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_badges` ENABLE KEYS */;
-- Dumping structure for table kepler.users_bans
CREATE TABLE IF NOT EXISTS `users_bans` (
`ban_type` enum('MACHINE_ID','IP_ADDRESS','USER_ID') NOT NULL,
`banned_value` varchar(250) NOT NULL,
`message` text NOT NULL,
`banned_until` bigint(11) NOT NULL,
PRIMARY KEY (`banned_value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.users_bans: ~0 rows (approximately)
/*!40000 ALTER TABLE `users_bans` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_bans` ENABLE KEYS */;
-- Dumping structure for table kepler.users_club_gifts
CREATE TABLE IF NOT EXISTS `users_club_gifts` (
`user_id` int(11) NOT NULL,
`sprite` varchar(50) NOT NULL,
`date_received` bigint(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.users_club_gifts: ~0 rows (approximately)
/*!40000 ALTER TABLE `users_club_gifts` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_club_gifts` ENABLE KEYS */;
-- Dumping structure for table kepler.users_ip_logs
CREATE TABLE IF NOT EXISTS `users_ip_logs` (
`user_id` int(11) NOT NULL,
`ip_address` varchar(256) NOT NULL,
`created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.users_ip_logs: ~2 rows (approximately)
/*!40000 ALTER TABLE `users_ip_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_ip_logs` ENABLE KEYS */;
-- Dumping structure for table kepler.users_mutes
CREATE TABLE IF NOT EXISTS `users_mutes` (
`user_id` int(11) NOT NULL,
`muted_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.users_mutes: ~0 rows (approximately)
/*!40000 ALTER TABLE `users_mutes` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_mutes` ENABLE KEYS */;
-- Dumping structure for table kepler.users_room_favourites
CREATE TABLE IF NOT EXISTS `users_room_favourites` (
`room_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.users_room_favourites: ~0 rows (approximately)
/*!40000 ALTER TABLE `users_room_favourites` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_room_favourites` ENABLE KEYS */;
-- Dumping structure for table kepler.users_room_votes
CREATE TABLE IF NOT EXISTS `users_room_votes` (
`user_id` int(11) NOT NULL,
`room_id` int(11) NOT NULL,
`vote` int(11) NOT NULL,
`expire_time` bigint(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table kepler.users_room_votes: ~0 rows (approximately)
/*!40000 ALTER TABLE `users_room_votes` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_room_votes` ENABLE KEYS */;
-- Dumping structure for table kepler.vouchers
CREATE TABLE IF NOT EXISTS `vouchers` (
`voucher_code` varchar(100) NOT NULL,
`credits` int(11) NOT NULL DEFAULT 0,
`expiry_date` datetime DEFAULT NULL,
`is_single_use` tinyint(11) NOT NULL DEFAULT 1,
UNIQUE KEY `voucher_code` (`voucher_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
-- Dumping data for table kepler.vouchers: ~0 rows (approximately)
/*!40000 ALTER TABLE `vouchers` DISABLE KEYS */;
/*!40000 ALTER TABLE `vouchers` ENABLE KEYS */;
-- Dumping structure for table kepler.vouchers_history
CREATE TABLE IF NOT EXISTS `vouchers_history` (
`voucher_code` varchar(100) NOT NULL,
`user_id` int(11) NOT NULL,
`used_at` datetime NOT NULL DEFAULT current_timestamp(),
`credits_redeemed` int(11) DEFAULT NULL,
`items_redeemed` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
-- Dumping data for table kepler.vouchers_history: ~0 rows (approximately)
/*!40000 ALTER TABLE `vouchers_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `vouchers_history` ENABLE KEYS */;
-- Dumping structure for table kepler.vouchers_items
CREATE TABLE IF NOT EXISTS `vouchers_items` (
`voucher_code` varchar(100) NOT NULL,
`catalogue_sale_code` varchar(100) NOT NULL,
KEY `voucher_code` (`voucher_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
-- Dumping data for table kepler.vouchers_items: ~0 rows (approximately)
/*!40000 ALTER TABLE `vouchers_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `vouchers_items` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;