-
Indigo [Java, MySQL, R63+]
Hello..
It's been fun developing with Java but things got out of hand with me and Ashley and I didn't feel like developing it anymore.
It's for the experience :):
Server: https://github.com/QuacksterNET/Project-Indigo
CMS: IndigoCMS.rar
Database:
Code:
-- phpMyAdmin SQL Dump
-- version 3.4.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Feb 27, 2012 at 08:05 AM
-- Server version: 5.5.16
-- PHP Version: 5.3.8
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `indigo`
--
-- --------------------------------------------------------
--
-- Table structure for table `catalogue_categories`
--
CREATE TABLE IF NOT EXISTS `catalogue_categories` (
`indexid` int(3) NOT NULL,
`orderid` tinyint(10) NOT NULL,
`pageid` int(10) NOT NULL,
`minrank` tinyint(1) NOT NULL,
`indexname` varchar(50) CHARACTER SET latin1 COLLATE latin1_german1_ci NOT NULL,
`colour` tinyint(2) DEFAULT NULL,
`icon` int(10) DEFAULT NULL,
PRIMARY KEY (`indexid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
--
-- Dumping data for table `catalogue_categories`
--
INSERT INTO `catalogue_categories` (`indexid`, `orderid`, `pageid`, `minrank`, `indexname`, `colour`, `icon`) VALUES
(1, 1, 1, 1, 'Front Page', 1, 1),
(2, 2, 0, 1, 'RARE: Weekly', 9, 64),
(3, 3, 0, 1, 'Habbo Club', 1, 75),
(4, 4, 0, 1, 'Furni Shop', 4, 2),
(5, 5, 0, 1, 'Furni by Line', 4, 121),
(6, 6, 0, 1, 'Furni by Season', 4, 121);
-- --------------------------------------------------------
--
-- Table structure for table `catalogue_pages`
--
CREATE TABLE IF NOT EXISTS `catalogue_pages` (
`indexid` int(11) NOT NULL AUTO_INCREMENT,
`in_category` tinyint(10) NOT NULL,
`minrank` tinyint(1) NOT NULL,
`displayname` varchar(100) COLLATE latin1_general_ci NOT NULL,
`style_layout` varchar(100) COLLATE latin1_general_ci NOT NULL,
`style_icon` int(100) NOT NULL DEFAULT '0',
`img_header` varchar(100) COLLATE latin1_general_ci DEFAULT NULL,
`img_side` varchar(500) COLLATE latin1_general_ci DEFAULT NULL,
`label_text` varchar(1400) COLLATE latin1_general_ci NOT NULL,
`label_description` text COLLATE latin1_general_ci,
`label_moredetails` varchar(150) COLLATE latin1_general_ci DEFAULT NULL,
`header_else` text COLLATE latin1_general_ci NOT NULL,
`content_else` text COLLATE latin1_general_ci,
PRIMARY KEY (`indexid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=27 ;
--
-- Dumping data for table `catalogue_pages`
--
INSERT INTO `catalogue_pages` (`indexid`, `in_category`, `minrank`, `displayname`, `style_layout`, `style_icon`, `img_header`, `img_side`, `label_text`, `label_description`, `label_moredetails`, `header_else`, `content_else`) VALUES
(1, -1, 1, 'Front Page', 'frontpage3', 0, 'catalog_frontpage_headline', 'windows_topstory', 'Buyable windows?', 'OMG no more default windows!', '', '', ''),
(2, 4, 1, 'Spaces', 'spaces', 55, 'catalog_spaces_headline1', '', '', 'Floors, wallpapers and landscapes - get a groovy combination for your room! Use our sample room below to try before you buy! Select your favourite designs and colours and simply click Buy!', '', '', ''),
(3, 4, 1, 'Windows', 'default_3x3', 63, 'ctlg_windows_headline1_en', 'ctlg_windows_teaser1_en', 'A bright new outlook on life!', 'Let some sunshine in! Our windows come in many styles to give a unique look to your room. Who said your room can''t have a view?', 'Click on an item for details.', '', NULL),
(4, 4, 1, 'Neon', 'default_3x3', 41, 'catalog_neon_header1_en', 'catalog_neon_teaser1_en', 'Add a JUKEBOX from the Music Shop', 'Party animals rejoice! Feel the base and reach for the lasers with the Neon Furni range - everything you need to get the party started!', 'Click on an item for details.', '', NULL),
(5, 4, 1, 'Accesories', 'default_3x3', 11, 'catalog_extra_headline1', 'catalog_extra_teaser1', 'I love my rabbit..', 'However you place your essential Furniture, it''s the finishing touches that count!', 'Click on the item for more info.', '', NULL),
(6, 4, 1, 'Area', 'default_3x3', 14, 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Clean, chunky lines set this collection apart. It''s beautiful in its simplicity, and welcoming to everyone.', 'Click on the item for more info.', '', NULL),
(7, 4, 1, 'Bathroom', 'default_3x3', 17, 'catalog_bath_headline1', 'catalog_bath_teaser1', 'When you''ve gotta go, you''ve gotta go!', 'Give yourself and your guests somewhere to freshen up - vital if you want to avoid nasty smells. Might be an idea to put your loo in a corner though.', 'Click on an item for details', '', NULL),
(8, 4, 1, 'Iced', 'default_3x3', 72, 'catalog_iced_headline1', 'catalog_iced_teaser1', ':O I think my butt has frozen to this seat!', 'Ice, ice baby! Yup you guessed it, a Furni range has never been cooler ;)', 'Click on the item for more info.', '', NULL),
(9, 4, 1, 'Glass', 'default_3x3', 29, 'catalog_glass_headline1', 'catalog_glass_teaser1', '', 'Eeep! Good luck keeping the fingerprints away! ', 'Click on the item for more info.', '', NULL),
(10, 4, 1, 'Mode', 'default_3x3', 39, 'catalog_mode_headline1', 'catalog_mode_teaser1', 'Oooh, so shiny and new!', 'Steely functionality combined with sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', 'Click on an item for details.', '', NULL),
(11, 4, 1, 'Lodge', 'default_3x3', 26, 'catalog_lodge_headline1', 'catalog_lodge_teaser1', 'How was your boarding today?', 'For that ski-lodge effect! The Lodge Collection is for Habbos who have a no-frills attitude to home furnishing and those who appreciate the beauty of wood.', 'Click on an item for details', '', NULL),
(12, 4, 1, 'Executive', 'default_3x3', 27, 'catalog_exe_headline1_en', 'catalog_exe_teaser_en', 'You are FIRED!', 'The Executive Furni is ideal for creating a sophisticated working environment, whether it be an office, a mafia headquarters or a sophisticated study!', 'Click on an item for details.', '', ''),
(13, 4, 1, 'Kitchen', 'default_3x3', 43, 'kitchen_header_en', 'kitchen_teaser_en', '', 'Serve up some creative food styling with the ultimate in kitchen wares and furniture - whether you be the amateur cook or the crazy chef throwing noodles at the kitchen wall. ', 'Click on an item for details.', '', ''),
(14, 4, 1, 'Teleports', 'default_3x3', 58, 'catalog_doors_headline1', 'catalog_door_a', '', 'Beam yourself from one room to another with our space age teleports. Buy a pair, put one in each room and you hsve got your own suite! Teleports are sold in pairs (obviously!), so if you trade for them, check that you are getting a linked pair.', 'Click on an item for details.', '', ''),
(15, 4, 1, 'Garden', 'default_3x3', 73, 'flowerpower_header_en', 'garden_teaser_en', '', 'The Hotel has been overrun by this botanical bonanza of greenery and color. With these newest shroomy additions, what will you build?', 'Click on an item for more details.', '', ''),
(16, 4, 1, 'Anna', 'default_3x3', 104, 'catalog_anna_header', 'catalog_anna_teaser', 'Brand new Furni line!', 'Got a weakness for gummy bears, jelly beans and skittles? Then this new line is perfect for you. Playful and whimsical, a great splash of color for your room!', 'Click an item for details.', '', ''),
(17, 4, 1, 'Wassa', 'default_3x3', 103, 'waasa_catalogue_header', 'waasa_teaser', '', 'Waasa that? With Bunk Beds, Wooden Desks, Computer Chairs and Sailing Ships there is everything you need to take your study room to the next sophisticated level. ', 'Click on an item for more info.', '', ''),
(18, 4, 1, 'Country', 'default_3x3', 21, 'country_header1_en_001', 'country_teaser1', '', '"Moving to the country, gonna eat a lot of peaches"... The great outdoors is calling with the Country Furni range!', 'Click on an item for details.', '', '');
-- --------------------------------------------------------
--
-- Table structure for table `catalogue_products`
--
CREATE TABLE IF NOT EXISTS `catalogue_products` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`page_id` int(255) NOT NULL,
`sprite_id` int(140) NOT NULL,
`sprite_name` varchar(140) NOT NULL,
`credits` int(140) NOT NULL,
`pixels` int(140) NOT NULL,
`combo_count` int(255) NOT NULL,
`type` varchar(140) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3847 ;
--
-- Dumping data for table `catalogue_products`
--
INSERT INTO `catalogue_products` (`id`, `page_id`, `sprite_id`, `sprite_name`, `credits`, `pixels`, `combo_count`, `type`) VALUES
(1, 6, 15, 'A1 KHS', 3, 0, 1, 's'),
(2, 6, 26, 'A1 TUS', 3, 0, 1, 's'),
(3, 6, 28, 'A1 SHS', 3, 0, 1, 's'),
(4, 6, 36, 'A1 STS', 3, 0, 1, 's'),
(5, 6, 45, 'A1 S1S', 3, 0, 1, 's'),
(6, 6, 46, 'A1 S2S', 3, 0, 1, 's'),
(7, 6, 47, 'A1 PPS', 1, 0, 1, 's'),
(8, 5, 122, 'A1 PIZ', 3, 0, 1, 's'),
(9, 5, 123, 'A1 DRK', 3, 0, 1, 's'),
(10, 5, 129, 'A2 PUL', 3, 0, 1, 's'),
(11, 5, 144, 'A2 RTV', 3, 0, 1, 's'),
(12, 5, 145, 'A2 WTV', 3, 0, 1, 's'),
(13, 5, 173, 'A2 DIGITV', 4, 0, 1, 's'),
(14, 6, 21, 'A2 OSLO', 3, 0, 1, 's'),
(15, 7, 174, 'A2 AMME', 6, 0, 1, 's'),
(16, 7, 177, 'A1 LAVUAARI', 3, 0, 1, 's'),
(17, 7, 178, 'A2 PYTTYSIN', 4, 0, 1, 's'),
(18, 7, 179, 'A1 KUMIANKKA', 1, 0, 1, 's'),
(19, 7, 180, 'A2 KAAKELISIN', 3, 0, 1, 's'),
(20, 7, 181, 'A2 PYTTYPUN', 4, 0, 1, 's'),
(21, 7, 182, 'A2 PYTTYKELT', 4, 0, 1, 's'),
(22, 7, 183, 'A2 KAAKELIPUN', 3, 0, 1, 's'),
(23, 7, 184, 'A2 KAAKELIKELT', 3, 0, 1, 's'),
(24, 5, 239, 'A2 NOPPA', 6, 0, 1, 's'),
(25, 6, 249, 'a1 silkp', 3, 0, 1, 's'),
(26, 6, 251, 'a1 sildiv', 3, 0, 1, 's'),
(27, 6, 253, 'a2 silovi', 6, 0, 1, 's'),
(28, 6, 1759, 'a0 barchair_silo', 3, 0, 1, 's'),
(29, 6, 1833, 'A2 STS', 3, 0, 1, 's'),
(30, 6, 1834, 'A3 STS', 3, 0, 1, 's'),
(31, 6, 1835, 'A4 STS', 3, 0, 1, 's'),
(32, 6, 1836, 'A5 STS', 3, 0, 1, 's'),
(33, 6, 1837, 'A6 STS', 3, 0, 1, 's'),
(34, 6, 1838, 'A7 STS', 3, 0, 1, 's'),
(35, 6, 1839, 'A8 STS', 3, 0, 1, 's'),
(36, 6, 1840, 'A9 STS', 3, 0, 1, 's'),
(37, 6, 1841, 'A2 PPS', 1, 0, 1, 's'),
(38, 6, 1842, 'A3 PPS', 1, 0, 1, 's'),
(39, 6, 1843, 'A4 PPS', 1, 0, 1, 's'),
(40, 6, 1844, 'A5 PPS', 1, 0, 1, 's'),
(41, 6, 1845, 'A6 PPS', 1, 0, 1, 's'),
(42, 6, 1846, 'A7 PPS', 1, 0, 1, 's'),
(43, 6, 1847, 'A8 PPS', 1, 0, 1, 's'),
(44, 6, 1848, 'A9 PPS', 1, 0, 1, 's'),
(45, 6, 1849, 'a2 silkp', 3, 0, 1, 's'),
(46, 6, 1850, 'a3 silkp', 3, 0, 1, 's'),
(47, 6, 1851, 'a4 silkp', 3, 0, 1, 's'),
(48, 6, 1852, 'a5 silkp', 3, 0, 1, 's'),
(49, 6, 1853, 'a6 silkp', 3, 0, 1, 's'),
(50, 6, 1854, 'a7 silkp', 3, 0, 1, 's'),
(51, 6, 1855, 'a8 silkp', 3, 0, 1, 's'),
(52, 6, 1856, 'a9 silkp', 3, 0, 1, 's'),
(53, 6, 1857, 'a1 silovi', 6, 0, 1, 's'),
(54, 6, 1858, 'a3 silovi', 6, 0, 1, 's'),
(55, 6, 1859, 'a4 silovi', 6, 0, 1, 's'),
(56, 6, 1860, 'a5 silovi', 6, 0, 1, 's'),
(57, 6, 1861, 'a6 silovi', 6, 0, 1, 's'),
(58, 6, 1862, 'a7 silovi', 6, 0, 1, 's'),
(59, 6, 1863, 'a8 silovi', 6, 0, 1, 's'),
(60, 6, 1864, 'a9 silovi', 6, 0, 1, 's'),
(61, 6, 1865, 'A1 OSLO', 3, 0, 1, 's'),
(62, 6, 1866, 'A3 OSLO', 3, 0, 1, 's'),
(63, 6, 1867, 'A4 OSLO', 3, 0, 1, 's'),
(64, 6, 1868, 'A5 OSLO', 3, 0, 1, 's'),
(65, 6, 1869, 'A6 OSLO', 3, 0, 1, 's'),
(66, 6, 1870, 'A7 OSLO', 3, 0, 1, 's'),
(67, 6, 1871, 'A8 OSLO', 3, 0, 1, 's'),
(68, 6, 1872, 'A9 OSLO', 3, 0, 1, 's'),
(69, 6, 1873, 'A2 SHS', 3, 0, 1, 's'),
(70, 6, 1874, 'A3 SHS', 3, 0, 1, 's'),
(71, 6, 1875, 'A4 SHS', 3, 0, 1, 's'),
(72, 6, 1876, 'A5 SHS', 3, 0, 1, 's'),
(73, 6, 1877, 'A6 SHS', 3, 0, 1, 's'),
(74, 6, 1878, 'A7 SHS', 3, 0, 1, 's'),
(75, 6, 1879, 'A8 SHS', 3, 0, 1, 's'),
(76, 6, 1880, 'A9 SHS', 3, 0, 1, 's'),
(77, 6, 1933, 'A2 TUS', 3, 0, 1, 's'),
(78, 6, 1934, 'A3 TUS', 3, 0, 1, 's'),
(79, 6, 1935, 'A4 TUS', 3, 0, 1, 's'),
(80, 6, 1936, 'A5 TUS', 3, 0, 1, 's'),
(81, 6, 1937, 'A6 TUS', 3, 0, 1, 's'),
(82, 6, 1938, 'A7 TUS', 3, 0, 1, 's'),
(83, 6, 1939, 'A8 TUS', 3, 0, 1, 's'),
(84, 6, 1940, 'A9 TUS', 3, 0, 1, 's'),
(85, 6, 1957, 'a0 silostudydesk', 10, 0, 1, 's'),
(86, 6, 1975, 'a0 safe_silo', 6, 0, 1, 's'),
(87, 6, 2003, 'a2 barchair_silo', 3, 0, 1, 's'),
(88, 6, 2004, 'a3 barchair_silo', 3, 0, 1, 's'),
(89, 6, 2005, 'a4 barchair_silo', 3, 0, 1, 's'),
(90, 6, 2006, 'a5 barchair_silo', 3, 0, 1, 's'),
(91, 6, 2007, 'a6 barchair_silo', 3, 0, 1, 's'),
(92, 6, 2008, 'a7 barchair_silo', 3, 0, 1, 's'),
(93, 6, 2009, 'a8 barchair_silo', 3, 0, 1, 's'),
(94, 6, 2010, 'a9 barchair_silo', 3, 0, 1, 's'),
(95, 6, 2011, 'a2 safe_silo', 6, 0, 1, 's'),
(96, 6, 2012, 'a3 safe_silo', 6, 0, 1, 's'),
(97, 6, 2013, 'a4 safe_silo', 6, 0, 1, 's'),
(98, 6, 2014, 'a5 safe_silo', 6, 0, 1, 's'),
(99, 6, 2015, 'a6 safe_silo', 6, 0, 1, 's'),
(100, 6, 2016, 'a7 safe_silo', 6, 0, 1, 's'),
(101, 6, 2017, 'a8 safe_silo', 6, 0, 1, 's'),
(102, 6, 2018, 'a9 safe_silo', 6, 0, 1, 's'),
(103, 5, 2597, 'DEV one_way_door1', 7, 0, 1, 's'),
(104, 5, 2598, 'DEV one_way_door2', 7, 0, 1, 's'),
(105, 5, 2599, 'DEV one_way_door3', 7, 0, 1, 's'),
(106, 5, 2600, 'DEV one_way_door4', 7, 0, 1, 's'),
(107, 5, 2601, 'DEV one_way_door5', 7, 0, 1, 's'),
(108, 5, 2602, 'DEV one_way_door6', 7, 0, 1, 's'),
(109, 5, 2603, 'DEV one_way_door7', 7, 0, 1, 's'),
(110, 5, 2604, 'DEV one_way_door8', 7, 0, 1, 's'),
(111, 5, 2605, 'DEV one_way_door9', 7, 0, 1, 's'),
(112, 5, 4010, 'a0 habbowheel_fan', 8, 0, 1, 'i'),
(113, 5, 4027, 'a0 roomdimmer', 12, 0, 1, 'i'),
(114, 5, 4221, 'deal_stickies', 5, 139, 3, 'i'),
(115, 5, 3079, 'ads_idol_clRack', 3, 0, 1, 's'),
(116, 5, 3173, 'laptopdesk', 3, 0, 1, 's'),
(117, 5, 3186, 'noticeboard', 2, 0, 1, 's'),
(118, 5, 4122, 'ads_mirror', 2, 0, 1, 'i'),
(119, 5, 4237, 'dimmer_swtch', 13, 0, 1, 'i'),
(120, 5, 4238, 'dimmer_buttn', 13, 0, 1, 'i'),
(121, 5, 4239, 'dimmer_fuse2', 13, 0, 1, 'i'),
(122, 5, 4240, 'dimmer_fuse6', 13, 0, 1, 'i'),
(123, 5, 3886, 'tv_flat', 4, 0, 1, 's'),
(124, 5, 3888, 'computer_flatscreen', 3, 0, 1, 's'),
(125, 5, 3893, 'computer_laptop', 2, 0, 1, 's'),
(126, 5, 3894, 'computer_old', 3, 0, 1, 's'),
(127, 5, 3983, 'note_tag', 0, 500, 1, 's'),
(128, 5, 4221, '[TAA2 tlp 20', 3, 0, 1, 'i'),
(129, 8, 1807, 'A8 TUN', 3, 0, 1, 's'),
(130, 8, 1791, 'A8 PEN', 3, 0, 1, 's'),
(131, 8, 1783, 'A8 PMP', 3, 0, 1, 's'),
(132, 8, 1799, 'A8 HYN', 3, 0, 1, 's'),
(133, 8, 1831, 'a8 stn', 3, 0, 1, 's'),
(134, 8, 1823, 'a8 PSN', 4, 0, 1, 's'),
(135, 8, 1815, 'a8 norkp', 3, 0, 1, 's'),
(136, 8, 1955, 'a8 nordiv', 3, 0, 1, 's'),
(137, 8, 1947, 'a8 norkg', 6, 0, 1, 's'),
(138, 8, 1965, 'a8 solnorja', 10, 0, 1, 's'),
(139, 8, 1989, 'a8 DVN yellow', 10, 0, 1, 's'),
(140, 8, 1997, 'a8 FLIPnor yellow', 8, 0, 1, 's'),
(141, 8, 1808, 'A9 TUN', 3, 0, 1, 's'),
(142, 8, 1792, 'A9 PEN', 3, 0, 1, 's'),
(143, 8, 1784, 'A9 PMP', 3, 0, 1, 's'),
(144, 8, 1800, 'A9 HYN', 3, 0, 1, 's'),
(145, 8, 1832, 'a9 stn', 3, 0, 1, 's'),
(146, 8, 1824, 'a9 PSN', 4, 0, 1, 's'),
(147, 8, 1816, 'a9 norkp', 3, 0, 1, 's'),
(148, 8, 1956, 'a9 nordiv', 3, 0, 1, 's'),
(149, 8, 1948, 'a9 norkg', 6, 0, 1, 's'),
(150, 8, 1966, 'a9 solnorja', 10, 0, 1, 's'),
(151, 8, 1990, 'a9 DVN red', 10, 0, 1, 's'),
(152, 8, 1998, 'a9 FLIPnor red', 8, 0, 1, 's'),
(153, 8, 1806, 'A7 TUN', 3, 0, 1, 's'),
(154, 8, 1790, 'A7 PEN', 3, 0, 1, 's'),
(155, 8, 1782, 'A7 PMP', 3, 0, 1, 's'),
(156, 8, 1798, 'A7 HYN', 3, 0, 1, 's'),
(157, 8, 1830, 'a7 stn', 3, 0, 1, 's'),
(158, 8, 1822, 'a7 PSN', 4, 0, 1, 's'),
(159, 8, 1814, 'a7 norkp', 3, 0, 1, 's'),
(160, 8, 1954, 'a7 nordiv', 3, 0, 1, 's'),
(161, 8, 1946, 'a7 norkg', 6, 0, 1, 's'),
(162, 8, 1964, 'a7 solnorja', 10, 0, 1, 's'),
(163, 8, 1988, 'a7 DVN green', 10, 0, 1, 's'),
(164, 8, 1996, 'a7 FLIPnor green', 8, 0, 1, 's'),
(165, 8, 30, 'A1 TUN', 3, 0, 1, 's'),
(166, 8, 29, 'A1 PEN', 3, 0, 1, 's'),
(167, 8, 20, 'A1 PYN', 3, 0, 1, 's'),
(168, 8, 13, 'A1 HYN', 3, 0, 1, 's'),
(169, 8, 197, 'a2 stn', 3, 0, 1, 's'),
(170, 8, 198, 'A2 PSN', 4, 0, 1, 's'),
(171, 8, 248, 'a1 norkp', 3, 0, 1, 's'),
(172, 8, 250, 'a1 nordiv', 3, 0, 1, 's'),
(173, 8, 252, 'a2 norovi', 6, 0, 1, 's'),
(174, 8, 1960, 'a2 solnorja', 10, 0, 1, 's'),
(175, 8, 2000, 'a0 DVN plain', 10, 0, 1, 's'),
(176, 8, 1999, 'a0 FLIPnor plain', 8, 0, 1, 's'),
(177, 8, 1803, 'A4 TUN', 3, 0, 1, 's'),
(178, 8, 1787, 'A4 PEN', 3, 0, 1, 's'),
(179, 8, 1779, 'A4 PMP', 3, 0, 1, 's'),
(180, 8, 1795, 'A4 HYN', 3, 0, 1, 's'),
(181, 8, 1827, 'a4 stn', 3, 0, 1, 's'),
(182, 8, 1819, 'a4 PSN', 4, 0, 1, 's'),
(183, 8, 1811, 'a4 norkp', 3, 0, 1, 's'),
(184, 8, 1951, 'a4 nordiv', 3, 0, 1, 's'),
(185, 8, 1943, 'a4 norkg', 6, 0, 1, 's'),
(186, 8, 1961, 'a3 solnorja', 10, 0, 1, 's'),
(187, 8, 1760, 'a4 DVN aquamarine', 10, 0, 1, 's'),
(188, 8, 1993, 'a4 FLIPnor aquamarine', 8, 0, 1, 's'),
(189, 8, 1801, 'A2 TUN', 3, 0, 1, 's'),
(190, 8, 1785, 'A2 PEN', 3, 0, 1, 's'),
(191, 8, 1777, 'A2 PMP', 3, 0, 1, 's'),
(192, 8, 1793, 'A2 HYN', 3, 0, 1, 's'),
(193, 8, 1825, 'a1 stn', 3, 0, 1, 's'),
(194, 8, 1817, 'a1 PSN', 4, 0, 1, 's'),
(195, 8, 1809, 'a2 norkp', 3, 0, 1, 's'),
(196, 8, 1949, 'a2 nordiv', 3, 0, 1, 's'),
(197, 8, 1941, 'a2 norkg', 6, 0, 1, 's'),
(198, 8, 1959, 'a1 solnorja', 10, 0, 1, 's'),
(199, 8, 1984, 'a2 DVN black', 10, 0, 1, 's'),
(200, 8, 1991, 'a2 FLIPnor black', 8, 0, 1, 's'),
(201, 8, 1802, 'A3 TUN', 3, 0, 1, 's'),
(202, 8, 1786, 'A3 PEN', 3, 0, 1, 's'),
(203, 8, 1778, 'A3 PMP', 3, 0, 1, 's'),
(204, 8, 1794, 'A3 HYN', 3, 0, 1, 's'),
(205, 8, 1826, 'a3 stn', 3, 0, 1, 's'),
(206, 8, 1818, 'a3 PSN', 4, 0, 1, 's'),
(207, 8, 1810, 'a3 norkp', 3, 0, 1, 's'),
(208, 8, 1950, 'a3 nordiv', 3, 0, 1, 's'),
(209, 8, 1942, 'a3 norkg', 6, 0, 1, 's'),
(210, 8, 1958, 'a0 solnorja', 10, 0, 1, 's'),
(211, 8, 1985, 'a3 DVN white', 10, 0, 1, 's'),
(212, 8, 1992, 'a3 FLIPnor white', 8, 0, 1, 's'),
(213, 8, 1804, 'A5 TUN', 3, 0, 1, 's'),
(214, 8, 1788, 'A5 PEN', 3, 0, 1, 's'),
(215, 8, 1780, 'A5 PMP', 3, 0, 1, 's'),
(216, 8, 1796, 'A5 HYN', 3, 0, 1, 's'),
(217, 8, 1828, 'a5 stn', 3, 0, 1, 's'),
(218, 8, 1820, 'a5 PSN', 4, 0, 1, 's'),
(219, 8, 1812, 'a5 norkp', 3, 0, 1, 's'),
(220, 8, 1952, 'a5 nordiv', 3, 0, 1, 's'),
(221, 8, 1944, 'a5 norkg', 6, 0, 1, 's'),
(222, 8, 1962, 'a5 solnorja', 10, 0, 1, 's'),
(223, 8, 1986, 'a5 DVN pink', 10, 0, 1, 's'),
(224, 8, 1994, 'a5 FLIPnor pink', 8, 0, 1, 's'),
(225, 8, 1805, 'A6 TUN', 3, 0, 1, 's'),
(226, 8, 1789, 'A6 PEN', 3, 0, 1, 's'),
(227, 8, 1781, 'A6 PMP', 3, 0, 1, 's'),
(228, 8, 1797, 'A6 HYN', 3, 0, 1, 's'),
(229, 8, 1829, 'a6 stn', 3, 0, 1, 's'),
(230, 8, 1821, 'a6 PSN', 4, 0, 1, 's'),
(231, 8, 1813, 'a6 norkp', 3, 0, 1, 's'),
(232, 8, 1953, 'a6 nordiv', 3, 0, 1, 's'),
(233, 8, 1945, 'a6 norkg', 6, 0, 1, 's'),
(234, 8, 1963, 'a6 solnorja', 10, 0, 1, 's'),
(235, 8, 1987, 'a6 DVN blue', 10, 0, 1, 's'),
(236, 8, 1995, 'a6 FLIPnor blue', 8, 0, 1, 's'),
(237, 9, 2020, 'a0 glass_chair', 3, 0, 1, 's'),
(238, 9, 2032, 'a2 glass_chair', 3, 0, 1, 's'),
(239, 9, 2033, 'a3 glass_chair', 3, 0, 1, 's'),
(240, 9, 2034, 'a4 glass_chair', 3, 0, 1, 's'),
(241, 9, 2035, 'a5 glass_chair', 3, 0, 1, 's'),
(242, 9, 2036, 'a6 glass_chair', 3, 0, 1, 's'),
(243, 9, 2037, 'a7 glass_chair', 3, 0, 1, 's'),
(244, 9, 2038, 'a8 glass_chair', 3, 0, 1, 's'),
(245, 9, 2039, 'a9 glass_chair', 3, 0, 1, 's'),
(246, 9, 2021, 'a0 glass_stool', 3, 0, 1, 's'),
(247, 9, 2048, 'a2 glass_stool', 3, 0, 1, 's'),
(248, 9, 2056, 'a3 glass_stool', 3, 0, 1, 's'),
(249, 9, 2050, 'a4 glass_stool', 3, 0, 1, 's'),
(250, 9, 2051, 'a5 glass_stool', 3, 0, 1, 's'),
(251, 9, 2052, 'a6 glass_stool', 3, 0, 1, 's'),
(252, 9, 2053, 'a7 glass_stool', 3, 0, 1, 's'),
(253, 9, 2054, 'a8 glass_stool', 3, 0, 1, 's'),
(254, 9, 2057, 'a9 glass_stool', 3, 0, 1, 's'),
(255, 9, 2022, 'a0 glass_sofa', 4, 0, 1, 's'),
(256, 9, 2040, 'a2 glass_sofa', 4, 0, 1, 's'),
(257, 9, 2041, 'a3 glass_sofa', 4, 0, 1, 's'),
(258, 9, 2042, 'a4 glass_sofa', 4, 0, 1, 's'),
(259, 9, 2043, 'a5 glass_sofa', 4, 0, 1, 's'),
(260, 9, 2044, 'a6 glass_sofa', 4, 0, 1, 's'),
(261, 9, 2045, 'a7 glass_sofa', 4, 0, 1, 's'),
(262, 9, 2046, 'a8 glass_sofa', 4, 0, 1, 's'),
(263, 9, 2047, 'a9 glass_sofa', 4, 0, 1, 's'),
(264, 9, 2023, 'a0 glass_table', 4, 0, 1, 's'),
(265, 9, 2024, 'a2 glass_table', 4, 0, 1, 's'),
(266, 9, 2025, 'a3 glass_table', 4, 0, 1, 's'),
(267, 9, 2026, 'a4 glass_table', 4, 0, 1, 's'),
(268, 9, 2027, 'a5 glass_table', 4, 0, 1, 's'),
(269, 9, 2028, 'a6 glass_table', 4, 0, 1, 's'),
(270, 9, 2029, 'a7 glass_table', 4, 0, 1, 's'),
(271, 9, 2030, 'a8 glass_table', 4, 0, 1, 's'),
(272, 9, 2031, 'a9 glass_table', 4, 0, 1, 's'),
(292, 17, 3901, 'waasa_aquarium', 8, 0, 1, 's'),
(293, 17, 3892, 'waasa_bunk_bed', 5, 0, 1, 's'),
(294, 17, 3896, 'waasa_desk', 3, 0, 1, 's'),
(295, 17, 3903, 'waasa_chair_wood', 2, 0, 1, 's'),
(296, 17, 3895, 'waasa_table1', 2, 0, 1, 's'),
(297, 17, 3887, 'waasa_table2', 3, 0, 1, 's'),
(298, 17, 3889, 'waasa_chair', 2, 0, 1, 's'),
(299, 17, 4397, 'waasa_wall_shelf1', 1, 0, 1, 'i'),
(300, 17, 4396, 'waasa_wall_shelf2', 2, 0, 1, 'i'),
(301, 17, 3891, 'waasa_ship1', 3, 0, 1, 's'),
(302, 17, 3890, 'waasa_ship2', 6, 0, 1, 's'),
(303, 17, 3899, 'waasa_rug1', 3, 0, 1, 's'),
(304, 17, 3904, 'waasa_rug2', 3, 0, 1, 's'),
(305, 17, 3900, 'waasa_rug3', 3, 0, 1, 's'),
(306, 17, 3902, 'waasa_rug4', 3, 0, 1, 's'),
(307, 17, 3898, 'waasa_rug5', 3, 0, 1, 's'),
(308, 17, 3894, 'computer_old', 3, 0, 1, 's'),
(309, 17, 3888, 'computer_flatscreen', 3, 0, 1, 's'),
(310, 17, 3886, 'tv_flat', 4, 0, 1, 's'),
(461, 11, 58, 'A1 S1A', 3, 0, 1, 's'),
(462, 11, 48, 'A2 S2A', 3, 0, 1, 's'),
(463, 11, 51, 'A1 KHA', 3, 0, 1, 's'),
(464, 11, 56, 'A2 TAA', 4, 0, 1, 's'),
(465, 11, 200, 'a2 kya', 3, 0, 1, 's'),
(466, 11, 57, 'A1 JLA', 3, 0, 1, 's'),
(467, 11, 133, 'A2 BAA', 4, 0, 1, 's'),
(468, 11, 53, 'A2 PIA', 3, 0, 1, 's'),
(469, 11, 54, 'A1 PPA', 2, 0, 1, 's'),
(470, 11, 55, 'A1 JAA', 1, 0, 1, 's'),
(471, 11, 135, 'A1 BJA', 1, 0, 1, 's'),
(472, 11, 52, 'A1 PEA', 3, 0, 1, 's'),
(473, 11, 246, 'a1 armdiv', 3, 0, 1, 's'),
(474, 11, 134, 'A1 BTA', 3, 0, 1, 's'),
(475, 11, 245, 'a1 armkp', 3, 0, 1, 's'),
(476, 11, 247, 'a2 armovi', 6, 0, 1, 's'),
(477, 10, 34, 'A1 STP', 3, 0, 1, 's'),
(478, 10, 35, 'A2 SHP', 4, 0, 1, 's'),
(479, 10, 130, 'A1 BTP', 3, 0, 1, 's'),
(480, 10, 131, 'A1 BKP', 3, 0, 1, 's'),
(481, 10, 244, 'a2 polyovi', 6, 0, 1, 's'),
(482, 10, 42, 'A1 S1P', 3, 0, 1, 's'),
(483, 10, 41, 'A2 S2P', 4, 0, 1, 's'),
(484, 10, 154, 'A1 GIRLSTP', 3, 0, 1, 's'),
(485, 10, 157, 'A2 GIRLSHP', 4, 0, 1, 's'),
(486, 10, 1912, 'A5 BTP', 3, 0, 1, 's'),
(487, 10, 1920, 'A5 BKP', 3, 0, 1, 's'),
(488, 10, 1928, 'A5 polyovi', 6, 0, 1, 's'),
(489, 10, 155, 'A1 GIRLS1P', 3, 0, 1, 's'),
(490, 10, 156, 'A2 GIRLS2P', 4, 0, 1, 's'),
(491, 10, 1886, 'A8 STP', 3, 0, 1, 's'),
(492, 10, 1893, 'A8 SHP', 4, 0, 1, 's'),
(493, 10, 1915, 'A8 BTP', 3, 0, 1, 's'),
(494, 10, 1923, 'A8 BKP', 3, 0, 1, 's'),
(495, 10, 1931, 'A8 polyovi', 6, 0, 1, 's'),
(496, 10, 1907, 'A8 S1P', 3, 0, 1, 's'),
(497, 10, 1900, 'A8 S2P', 4, 0, 1, 's'),
(498, 10, 1884, 'A6 STP', 3, 0, 1, 's'),
(499, 10, 1891, 'A6 SHP', 4, 0, 1, 's'),
(500, 10, 1913, 'A6 BTP', 3, 0, 1, 's'),
(501, 10, 1921, 'A6 BKP', 3, 0, 1, 's'),
(502, 10, 1929, 'A6 polyovi', 6, 0, 1, 's'),
(503, 10, 1905, 'A6 S1P', 3, 0, 1, 's'),
(504, 10, 1898, 'A6 S2P', 4, 0, 1, 's'),
(505, 10, 1883, 'A4 STP', 3, 0, 1, 's'),
(506, 10, 1890, 'A4 SHP', 4, 0, 1, 's'),
(507, 10, 1911, 'A4 BTP', 3, 0, 1, 's'),
(508, 10, 1919, 'A4 BKP', 3, 0, 1, 's'),
(509, 10, 1927, 'A4 polyovi', 6, 0, 1, 's'),
(510, 10, 1904, 'A4 S1P', 3, 0, 1, 's'),
(511, 10, 1897, 'A4 S2P', 4, 0, 1, 's'),
(512, 10, 1881, 'A2 STP', 2, 0, 1, 's'),
(513, 10, 1888, 'A1 SHP', 4, 0, 1, 's'),
(514, 10, 1909, 'A2 BTP', 3, 0, 1, 's'),
(515, 10, 1917, 'A2 BKP', 3, 0, 1, 's'),
(516, 10, 1925, 'A1 polyovi', 6, 0, 1, 's'),
(517, 10, 1902, 'A2 S1P', 3, 0, 1, 's'),
(518, 10, 1895, 'A1 S2P', 4, 0, 1, 's'),
(519, 10, 1887, 'A9 STP', 3, 0, 1, 's'),
(520, 10, 1894, 'A9 SHP', 4, 0, 1, 's'),
(521, 10, 1916, 'A9 BTP', 3, 0, 1, 's'),
(522, 10, 1924, 'A9 BKP', 3, 0, 1, 's'),
(523, 10, 1932, 'A9 polyovi', 6, 0, 1, 's'),
(524, 10, 1908, 'A9 S1P', 3, 0, 1, 's'),
(525, 10, 1901, 'A9 S2P', 4, 0, 1, 's'),
(526, 10, 1882, 'A3 STP', 3, 0, 1, 's'),
(527, 10, 1889, 'A3 SHP', 4, 0, 1, 's'),
(528, 10, 1910, 'A3 BTP', 3, 0, 1, 's'),
(529, 10, 1918, 'A3 BKP', 3, 0, 1, 's'),
(530, 10, 1926, 'A3 polyovi', 6, 0, 1, 's'),
(531, 10, 1903, 'A3 S1P', 3, 0, 1, 's'),
(532, 10, 1896, 'A3 S2P', 4, 0, 1, 's'),
(533, 10, 1885, 'A7 STP', 3, 0, 1, 's'),
(534, 10, 1892, 'A7 SHP', 4, 0, 1, 's'),
(535, 10, 1914, 'A7 BTP', 3, 0, 1, 's'),
(536, 10, 1922, 'A7 BKP', 3, 0, 1, 's'),
(537, 10, 1930, 'A7 polyovi', 6, 0, 1, 's'),
(538, 10, 1906, 'A7 S1P', 3, 0, 1, 's'),
(539, 10, 1899, 'A7 S2P', 4, 0, 1, 's'),
(540, 10, 152, 'A2 RPP', 3, 0, 1, 's'),
(541, 10, 153, 'A2 R2P', 4, 0, 1, 's'),
(542, 10, 31, 'A1 PMP', 3, 0, 1, 's'),
(543, 10, 17, 'A1 PPP', 1, 0, 1, 's'),
(544, 10, 62, 'A2 TAP', 5, 0, 1, 's'),
(545, 10, 14, 'A2 KHP', 4, 0, 1, 's'),
(546, 10, 18, 'A1 TUP', 3, 0, 1, 's'),
(547, 10, 127, 'A2 BAP', 5, 0, 1, 's'),
(548, 10, 25, 'A1 LTP', 1, 0, 1, 's'),
(549, 13, 3612, 'ktchn10_sink', 3, 0, 1, 's'),
(550, 13, 3581, 'ktchn10_stove', 4, 0, 1, 's'),
(551, 13, 3592, 'ktchn10_tea', 1, 0, 1, 's'),
(552, 13, 3580, 'ktchn10_pot', 2, 0, 1, 's'),
(553, 13, 4338, 'ktchn10_cabnt', 2, 0, 1, 'i'),
(554, 13, 3589, 'ktchn10_block', 2, 0, 1, 's'),
(555, 13, 3252, 'ktchn_pots', 3, 0, 1, 's'),
(556, 13, 3255, 'ktchn_bBlock', 2, 0, 1, 's'),
(557, 13, 3264, 'ktchn_trash', 1, 0, 1, 's'),
(558, 13, 3262, 'ktchn_sink', 3, 0, 1, 's'),
(559, 13, 3256, 'ktchn_stove', 4, 0, 1, 's'),
(560, 13, 3249, 'ktchn_fridge', 5, 0, 1, 's'),
(561, 13, 4234, 'ktchn_oven', 3, 0, 1, 'i'),
(562, 13, 3258, 'ktchn_light', 3, 0, 1, 's'),
(563, 13, 4233, 'ktchn_knives', 2, 0, 1, 'i'),
(564, 13, 3263, 'ktchn_plates', 2, 0, 1, 's'),
(565, 13, 3260, 'ktchn_desk', 2, 0, 1, 's'),
(566, 13, 3261, 'ktchn_countr_1', 1, 0, 1, 's'),
(567, 13, 3253, 'ktchn_countr_2', 2, 0, 1, 's'),
(568, 13, 4235, 'ktchn_wall', 3, 0, 1, 'i'),
(569, 13, 3259, 'ktchn_dvdr', 3, 0, 1, 's'),
(570, 13, 3257, 'ktchn_cornr', 2, 0, 1, 's'),
(571, 13, 3254, 'ktchn_gate', 4, 0, 1, 's'),
(572, 13, 4235, 'deal_us_10ktchnwall', 18, 0, 10, 'i'),
(573, 13, 3255, 'deal_us_ktchncollect', 14, 0, 1, 's'),
(628, 18, 3129, 'env_grass', 15, 0, 4, 's'),
(629, 18, 3129, 'env_grass', 5, 0, 1, 's'),
(630, 18, 3125, 'env_tree3', 3, 0, 1, 's'),
(631, 18, 3115, 'env_bushes', 5, 0, 1, 's'),
(632, 18, 3128, 'env_bushes_gate', 5, 0, 1, 's'),
(633, 18, 3117, 'env_tree1', 3, 0, 1, 's'),
(634, 18, 3123, 'env_tree2', 3, 0, 1, 's'),
(635, 18, 3118, 'env_tree4', 5, 0, 1, 's'),
(636, 18, 4118, 'country_wall', 15, 0, 5, 'i'),
(637, 18, 4116, 'country_lantern', 3, 0, 1, 'i'),
(638, 18, 4118, 'country_wall', 3, 0, 1, 'i'),
(639, 18, 4117, 'country_fp', 4, 0, 1, 'i'),
(640, 18, 4114, 'country_forestwall', 4, 0, 1, 'i'),
(641, 18, 3165, 'country_ditch', 3, 0, 1, 's'),
(642, 18, 3164, 'country_corner', 3, 0, 1, 's'),
(643, 18, 3166, 'country_patio', 1, 0, 1, 's'),
(644, 18, 3152, 'country_fnc3', 3, 0, 1, 's'),
(645, 18, 3146, 'country_log', 3, 0, 1, 's'),
(646, 18, 3148, 'country_stage', 4, 0, 1, 's'),
(647, 18, 3150, 'country_gate', 6, 0, 1, 's'),
(648, 18, 3163, 'country_wheat', 5, 0, 1, 's'),
(649, 18, 3143, 'country_rbw', 3, 0, 1, 's'),
(650, 18, 3149, 'country_well', 3, 0, 1, 's'),
(651, 18, 3154, 'country_fnc1', 2, 0, 1, 's'),
(652, 18, 3141, 'country_fnc2', 3, 0, 1, 's'),
(653, 18, 3147, 'country_trctr', 4, 0, 1, 's'),
(654, 18, 3162, 'country_grass', 5, 0, 1, 's'),
(655, 18, 3145, 'country_soil', 5, 0, 1, 's'),
(656, 18, 3160, 'country_scarecrow', 3, 0, 1, 's'),
(657, 18, 3153, 'country_rain', 3, 0, 1, 's'),
(670, 19, 3928, 'kuurna_chair1', 0, 50, 1, 's'),
(671, 19, 3922, 'kuurna_lamp', 0, 100, 1, 's'),
(672, 19, 3925, 'kuurna_table1', 0, 200, 1, 's'),
(673, 19, 3923, 'kuurna_chair', 0, 300, 1, 's'),
(674, 19, 3926, 'kuurna_table', 0, 400, 1, 's'),
(675, 19, 3919, 'kuurna_sofa', 0, 500, 1, 's'),
(676, 19, 3924, 'kuurna_mat', 0, 600, 1, 's'),
(677, 16, 3940, 'anna_chair_yellow', 3, 0, 1, 's'),
(678, 16, 3930, 'anna_divider_yellow', 3, 0, 1, 's'),
(679, 16, 3975, 'anna_div_crnr_yellow', 3, 0, 1, 's'),
(680, 16, 3935, 'anna_div_gate_yellow', 5, 0, 1, 's'),
(681, 16, 3970, 'anna_lamp_yellow', 3, 0, 1, 's'),
(682, 16, 3965, 'anna_pill_yellow', 2, 0, 1, 's'),
(683, 16, 3955, 'anna_rug_yellow', 3, 0, 1, 's'),
(684, 16, 3960, 'anna_sofa_yellow', 4, 0, 1, 's'),
(685, 16, 3945, 'anna_stool_yellow', 2, 0, 1, 's'),
(686, 16, 3950, 'anna_table_yellow', 4, 0, 1, 's'),
(687, 16, 3941, 'anna_chair_red', 3, 0, 1, 's'),
(688, 16, 3931, 'anna_divider_red', 3, 0, 1, 's'),
(689, 16, 3976, 'anna_div_crnr_red', 3, 0, 1, 's'),
(690, 16, 3936, 'anna_div_gate_red', 5, 0, 1, 's'),
(691, 16, 3971, 'anna_lamp_red', 3, 0, 1, 's'),
(692, 16, 3966, 'anna_pill_red', 2, 0, 1, 's'),
(693, 16, 3956, 'anna_rug_red', 3, 0, 1, 's'),
(694, 16, 3961, 'anna_sofa_red', 4, 0, 1, 's'),
(695, 16, 3946, 'anna_stool_red', 2, 0, 1, 's'),
(696, 16, 3951, 'anna_table_red', 4, 0, 1, 's'),
(697, 16, 3942, 'anna_chair_green', 3, 0, 1, 's'),
(698, 16, 3932, 'anna_divider_green', 3, 0, 1, 's'),
(699, 16, 3977, 'anna_div_crnr_green', 3, 0, 1, 's'),
(700, 16, 3937, 'anna_div_gate_green', 5, 0, 1, 's'),
(701, 16, 3972, 'anna_lamp_green', 3, 0, 1, 's'),
(702, 16, 3967, 'anna_pill_green', 2, 0, 1, 's'),
(703, 16, 3957, 'anna_rug_green', 3, 0, 1, 's'),
(704, 16, 3962, 'anna_sofa_green', 4, 0, 1, 's'),
(705, 16, 3947, 'anna_stool_green', 2, 0, 1, 's'),
(706, 16, 3952, 'anna_table_green', 4, 0, 1, 's'),
(707, 16, 3943, 'anna_chair_blue', 3, 0, 1, 's'),
(708, 16, 3933, 'anna_divider_blue', 3, 0, 1, 's'),
(709, 16, 3978, 'anna_div_crnr_blue', 3, 0, 1, 's'),
(710, 16, 3938, 'anna_div_gate_blue', 5, 0, 1, 's'),
(711, 16, 3973, 'anna_lamp_blue', 3, 0, 1, 's'),
(712, 16, 3968, 'anna_pill_blue', 2, 0, 1, 's'),
(713, 16, 3958, 'anna_rug_blue', 3, 0, 1, 's'),
(714, 16, 3963, 'anna_sofa_blue', 4, 0, 1, 's'),
(715, 16, 3948, 'anna_stool_blue', 2, 0, 1, 's'),
(716, 16, 3953, 'anna_table_blue', 4, 0, 1, 's'),
(717, 16, 3944, 'anna_chair_purple', 3, 0, 1, 's'),
(718, 16, 3934, 'anna_divider_purple', 3, 0, 1, 's'),
(719, 16, 3979, 'anna_div_crnr_purple', 3, 0, 1, 's'),
(720, 16, 3939, 'anna_div_gate_purple', 5, 0, 1, 's'),
(721, 16, 3974, 'anna_lamp_purple', 3, 0, 1, 's'),
(722, 16, 3969, 'anna_pill_purple', 2, 0, 1, 's'),
(723, 16, 3959, 'anna_rug_purple', 3, 0, 1, 's'),
(724, 16, 3964, 'anna_sofa_purple', 4, 0, 1, 's'),
(725, 16, 3949, 'anna_stool_purple', 2, 0, 1, 's'),
(726, 16, 3954, 'anna_table_purple', 4, 0, 1, 's'),
(3533, 2, 3002, 'floor_single_610', 2, 0, 1, 'i'),
(3534, 2, 4055, 'landscape_single_2.4', 3, 0, 1, 'i'),
(3535, 2, 4055, 'landscape_single_1.4', 3, 0, 1, 'i'),
(3536, 2, 4055, 'landscape_single_1.3', 3, 0, 1, 'i'),
(3537, 2, 4055, 'landscape_single_7.12', 3, 0, 1, 'i'),
(3538, 2, 4055, 'landscape_single_1.11', 3, 0, 1, 'i'),
(3539, 2, 4055, 'landscape_single_1.10', 3, 0, 1, 'i'),
(3540, 2, 4055, 'landscape_single_1.9', 3, 0, 1, 'i'),
(3541, 2, 4055, 'landscape_single_1.8', 3, 0, 1, 'i'),
(3542, 2, 4055, 'landscape_single_7.7', 3, 0, 1, 'i'),
(3543, 2, 4055, 'landscape_single_6.7', 3, 0, 1, 'i'),
(3544, 2, 4055, 'landscape_single_5.7', 3, 0, 1, 'i'),
(3545, 2, 4055, 'landscape_single_4.7', 3, 0, 1, 'i'),
(3546, 2, 4055, 'landscape_single_3.7', 3, 0, 1, 'i'),
(3547, 2, 4055, 'landscape_single_2.7', 3, 0, 1, 'i'),
(3548, 2, 4055, 'landscape_single_1.7', 3, 0, 1, 'i'),
(3549, 2, 4055, 'landscape_single_7.6', 3, 0, 1, 'i'),
(3550, 2, 4055, 'landscape_single_6.6', 3, 0, 1, 'i'),
(3551, 2, 4055, 'landscape_single_5.6', 3, 0, 1, 'i'),
(3552, 2, 4055, 'landscape_single_4.6', 3, 0, 1, 'i'),
(3553, 2, 4055, 'landscape_single_3.6', 3, 0, 1, 'i'),
(3554, 2, 4055, 'landscape_single_2.6', 3, 0, 1, 'i'),
(3555, 2, 4055, 'landscape_single_1.6', 3, 0, 1, 'i'),
(3556, 2, 4055, 'landscape_single_7.5', 3, 0, 1, 'i'),
(3557, 2, 4055, 'landscape_single_6.5', 3, 0, 1, 'i'),
(3558, 2, 4055, 'landscape_single_5.5', 3, 0, 1, 'i'),
(3559, 2, 4055, 'landscape_single_4.5', 3, 0, 1, 'i'),
(3560, 2, 4055, 'landscape_single_3.5', 3, 0, 1, 'i'),
(3561, 2, 4055, 'landscape_single_2.5', 3, 0, 1, 'i'),
(3562, 2, 4055, 'landscape_single_1.5', 3, 0, 1, 'i'),
(3563, 2, 4055, 'landscape_single_7.4', 3, 0, 1, 'i'),
(3564, 2, 4055, 'landscape_single_6.4', 3, 0, 1, 'i'),
(3565, 2, 4055, 'landscape_single_5.4', 3, 0, 1, 'i'),
(3566, 2, 4055, 'landscape_single_4.4', 3, 0, 1, 'i'),
(3567, 2, 4055, 'landscape_single_3.4', 3, 0, 1, 'i'),
(3568, 2, 4055, 'landscape_single_7.3', 3, 0, 1, 'i'),
(3569, 2, 4055, 'landscape_single_6.3', 3, 0, 1, 'i'),
(3570, 2, 4055, 'landscape_single_5.3', 3, 0, 1, 'i'),
(3571, 2, 4055, 'landscape_single_4.3', 3, 0, 1, 'i'),
(3572, 2, 4055, 'landscape_single_3.3', 3, 0, 1, 'i'),
(3573, 2, 4055, 'landscape_single_2.3', 3, 0, 1, 'i'),
(3574, 2, 4055, 'landscape_single_1.2', 3, 0, 1, 'i'),
(3575, 2, 4055, 'landscape_single_7.1', 3, 0, 1, 'i'),
(3576, 2, 4055, 'landscape_single_6.1', 3, 0, 1, 'i'),
(3577, 2, 4055, 'landscape_single_5.1', 3, 0, 1, 'i'),
(3578, 2, 4055, 'landscape_single_4.1', 3, 0, 1, 'i'),
(3579, 2, 4055, 'landscape_single_3.1', 3, 0, 1, 'i'),
(3580, 2, 4055, 'landscape_single_2.1', 3, 0, 1, 'i'),
(3581, 2, 4055, 'landscape_single_1.1', 3, 0, 1, 'i'),
(3582, 2, 3002, 'floor_single_609', 2, 0, 1, 'i'),
(3583, 2, 3002, 'floor_single_608', 2, 0, 1, 'i'),
(3584, 2, 3002, 'floor_single_607', 2, 0, 1, 'i'),
(3585, 2, 3002, 'floor_single_606', 2, 0, 1, 'i'),
(3586, 2, 3002, 'floor_single_605', 2, 0, 1, 'i'),
(3587, 2, 3002, 'floor_single_604', 2, 0, 1, 'i'),
(3588, 2, 3002, 'floor_single_602', 2, 0, 1, 'i'),
(3589, 2, 3002, 'floor_single_602', 2, 0, 1, 'i'),
(3590, 2, 3002, 'floor_single_601', 2, 0, 1, 'i'),
(3591, 2, 3002, 'floor_single_507', 2, 0, 1, 'i'),
(3592, 2, 3002, 'floor_single_506', 2, 0, 1, 'i'),
(3593, 2, 3002, 'floor_single_505', 2, 0, 1, 'i'),
(3594, 2, 3002, 'floor_single_504', 2, 0, 1, 'i'),
(3595, 2, 3002, 'floor_single_502', 2, 0, 1, 'i'),
(3596, 2, 3002, 'floor_single_502', 2, 0, 1, 'i'),
(3597, 2, 3002, 'floor_single_501', 2, 0, 1, 'i'),
(3598, 2, 3002, 'floor_single_410', 2, 0, 1, 'i'),
(3599, 2, 3002, 'floor_single_409', 2, 0, 1, 'i'),
(3600, 2, 3002, 'floor_single_408', 2, 0, 1, 'i'),
(3601, 2, 3002, 'floor_single_407', 2, 0, 1, 'i'),
(3602, 2, 3002, 'floor_single_406', 2, 0, 1, 'i'),
(3603, 2, 3002, 'floor_single_405', 2, 0, 1, 'i'),
(3604, 2, 3002, 'floor_single_404', 2, 0, 1, 'i'),
(3605, 2, 3002, 'floor_single_402', 2, 0, 1, 'i'),
(3606, 2, 3002, 'floor_single_402', 2, 0, 1, 'i'),
(3607, 2, 3002, 'floor_single_401', 2, 0, 1, 'i'),
(3608, 2, 3002, 'floor_single_207', 2, 0, 1, 'i'),
(3609, 2, 3002, 'floor_single_206', 2, 0, 1, 'i'),
(3610, 2, 3002, 'floor_single_205', 2, 0, 1, 'i'),
(3611, 2, 3002, 'floor_single_204', 2, 0, 1, 'i'),
(3612, 2, 3002, 'floor_single_202', 2, 0, 1, 'i'),
(3613, 2, 3002, 'floor_single_202', 2, 0, 1, 'i'),
(3614, 2, 3002, 'floor_single_201', 2, 0, 1, 'i'),
(3615, 2, 3002, 'floor_single_211', 2, 0, 1, 'i'),
(3616, 2, 3002, 'floor_single_210', 2, 0, 1, 'i'),
(3617, 2, 3002, 'floor_single_209', 2, 0, 1, 'i'),
(3618, 2, 3002, 'floor_single_208', 2, 0, 1, 'i'),
(3619, 2, 3002, 'floor_single_207', 2, 0, 1, 'i'),
(3620, 2, 3002, 'floor_single_206', 2, 0, 1, 'i'),
(3621, 2, 3002, 'floor_single_205', 2, 0, 1, 'i'),
(3622, 2, 3002, 'floor_single_204', 2, 0, 1, 'i'),
(3623, 2, 3002, 'floor_single_202', 2, 0, 1, 'i'),
(3624, 2, 3002, 'floor_single_202', 2, 0, 1, 'i'),
(3625, 2, 3002, 'floor_single_201', 2, 0, 1, 'i'),
(3626, 2, 3002, 'floor_single_111', 2, 0, 1, 'i'),
(3627, 2, 3002, 'floor_single_110', 0, 100, 1, 'i'),
(3628, 2, 3002, 'floor_single_109', 2, 0, 1, 'i'),
(3629, 2, 3002, 'floor_single_108', 2, 0, 1, 'i'),
(3630, 2, 3002, 'floor_single_107', 0, 100, 1, 'i'),
(3631, 2, 3002, 'floor_single_106', 2, 0, 1, 'i'),
(3632, 2, 3002, 'floor_single_105', 2, 0, 1, 'i'),
(3633, 2, 3002, 'floor_single_104', 2, 0, 1, 'i'),
(3634, 2, 3002, 'floor_single_102', 2, 0, 1, 'i'),
(3635, 2, 3002, 'floor_single_102', 2, 0, 1, 'i'),
(3636, 2, 3002, 'floor_single_101', 2, 0, 1, 'i'),
(3637, 2, 3001, 'wallpaper_single_3106', 3, 0, 1, 'i'),
(3638, 2, 3001, 'wallpaper_single_3105', 3, 0, 1, 'i'),
(3639, 2, 3001, 'HXVLwallpaper_single_3104', 3, 0, 1, 'i'),
(3640, 2, 3001, 'wallpaper_single_3103', 3, 0, 1, 'i'),
(3641, 2, 3001, 'wallpaper_single_3102', 3, 0, 1, 'i'),
(3642, 2, 3001, 'wallpaper_single_3101', 3, 0, 1, 'i'),
(3643, 2, 3001, 'wallpaper_single_3004', 3, 0, 1, 'i'),
(3644, 2, 3001, 'wallpaper_single_3003', 3, 0, 1, 'i'),
(3645, 2, 3001, 'wallpaper_single_3002', 3, 0, 1, 'i'),
(3646, 2, 3001, 'wallpaper_single_3001', 3, 0, 1, 'i'),
(3647, 2, 3001, 'wallpaper_single_2904', 4, 0, 1, 'i'),
(3648, 2, 3001, 'wallpaper_single_2903', 4, 0, 1, 'i'),
(3649, 2, 3001, 'wallpaper_single_2902', 4, 0, 1, 'i'),
(3650, 2, 3001, 'wallpaper_single_2901', 4, 0, 1, 'i'),
(3651, 2, 3001, 'wallpaper_single_2804', 4, 0, 1, 'i'),
(3652, 2, 3001, 'wallpaper_single_2803', 4, 0, 1, 'i'),
(3653, 2, 3001, 'wallpaper_single_2802', 4, 0, 1, 'i'),
(3654, 2, 3001, 'wallpaper_single_2801', 4, 0, 1, 'i'),
(3655, 2, 3001, 'wallpaper_single_2704', 4, 0, 1, 'i'),
(3656, 2, 3001, 'wallpaper_single_2703', 4, 0, 1, 'i'),
(3657, 2, 3001, 'wallpaper_single_2702', 4, 0, 1, 'i'),
(3658, 2, 3001, 'wallpaper_single_2701', 4, 0, 1, 'i'),
(3659, 2, 3001, 'wallpaper_single_2604', 4, 0, 1, 'i'),
(3660, 2, 3001, 'wallpaper_single_2603', 4, 0, 1, 'i'),
(3661, 2, 3001, 'wallpaper_single_2602', 4, 0, 1, 'i'),
(3662, 2, 3001, 'wallpaper_single_2601', 4, 0, 1, 'i'),
(3663, 2, 3001, 'wallpaper_single_2504', 4, 0, 1, 'i'),
(3664, 2, 3001, 'wallpaper_single_2503', 4, 0, 1, 'i'),
(3665, 2, 3001, 'wallpaper_single_2502', 4, 0, 1, 'i'),
(3666, 2, 3001, 'wallpaper_single_2501', 4, 0, 1, 'i'),
(3667, 2, 3001, 'wallpaper_single_2403', 4, 0, 1, 'i'),
(3668, 2, 3001, 'wallpaper_single_2402', 4, 0, 1, 'i'),
(3669, 2, 3001, 'wallpaper_single_2401', 4, 0, 1, 'i'),
(3670, 2, 3001, 'wallpaper_single_2304', 4, 0, 1, 'i'),
(3671, 2, 3001, 'wallpaper_single_2303', 4, 0, 1, 'i'),
(3672, 2, 3001, 'wallpaper_single_2302', 4, 0, 1, 'i'),
(3673, 2, 3001, 'wallpaper_single_2301', 4, 0, 1, 'i'),
(3674, 2, 3001, 'wallpaper_single_2207', 4, 0, 1, 'i'),
(3675, 2, 3001, 'wallpaper_single_2206', 4, 0, 1, 'i'),
(3676, 2, 3001, 'wallpaper_single_2205', 4, 0, 1, 'i'),
(3677, 2, 3001, 'wallpaper_single_2204', 4, 0, 1, 'i'),
(3678, 2, 3001, 'wallpaper_single_2203', 4, 0, 1, 'i'),
(3679, 2, 3001, 'wallpaper_single_2202', 4, 0, 1, 'i'),
(3680, 2, 3001, 'wallpaper_single_2201', 4, 0, 1, 'i'),
(3681, 2, 3001, 'wallpaper_single_2103', 4, 0, 1, 'i'),
(3682, 2, 3001, 'wallpaper_single_2102', 4, 0, 1, 'i'),
(3683, 2, 3001, 'wallpaper_single_2101', 4, 0, 1, 'i'),
(3684, 2, 3001, 'wallpaper_single_2003', 3, 0, 1, 'i'),
(3685, 2, 3001, 'wallpaper_single_2002', 3, 0, 1, 'i'),
(3686, 2, 3001, 'wallpaper_single_2001', 3, 0, 1, 'i'),
(3687, 2, 3001, 'wallpaper_single_1902', 3, 0, 1, 'i'),
(3688, 2, 3001, 'wallpaper_single_1901', 3, 0, 1, 'i'),
(3689, 2, 3001, 'wallpaper_single_1801', 3, 0, 1, 'i'),
(3690, 2, 3001, 'wallpaper_single_1701', 3, 0, 1, 'i'),
(3691, 2, 3001, 'wallpaper_single_1601', 3, 0, 1, 'i'),
(3692, 2, 3001, 'wallpaper_single_1501', 3, 0, 1, 'i'),
(3693, 2, 3001, 'wallpaper_single_1401', 3, 0, 1, 'i'),
(3694, 2, 3001, 'wallpaper_single_1301', 3, 0, 1, 'i'),
(3695, 2, 3001, 'wallpaper_single_1201', 3, 0, 1, 'i'),
(3696, 2, 3001, 'wallpaper_single_1101', 3, 0, 1, 'i'),
(3697, 2, 3001, 'wallpaper_single_1007', 3, 0, 1, 'i'),
(3698, 2, 3001, 'wallpaper_single_1006', 3, 0, 1, 'i'),
(3699, 2, 3001, 'wallpaper_single_1005', 3, 0, 1, 'i'),
(3700, 2, 3001, 'wallpaper_single_1004', 3, 0, 1, 'i'),
(3701, 2, 3001, 'wallpaper_single_1003', 3, 0, 1, 'i'),
(3702, 2, 3001, 'wallpaper_single_1002', 3, 0, 1, 'i'),
(3703, 2, 3001, 'wallpaper_single_1001', 3, 0, 1, 'i'),
(3704, 2, 3001, 'wallpaper_single_908', 3, 0, 1, 'i'),
(3705, 2, 3001, 'wallpaper_single_907', 3, 0, 1, 'i'),
(3706, 2, 3001, 'wallpaper_single_906', 3, 0, 1, 'i'),
(3707, 2, 3001, 'wallpaper_single_905', 3, 0, 1, 'i'),
(3708, 2, 3001, 'wallpaper_single_904', 3, 0, 1, 'i'),
(3709, 2, 3001, 'wallpaper_single_903', 3, 0, 1, 'i'),
(3710, 2, 3001, 'wallpaper_single_902', 3, 0, 1, 'i'),
(3711, 2, 3001, 'wallpaper_single_901', 3, 0, 1, 'i'),
(3712, 2, 3001, 'wallpaper_single_810', 3, 0, 1, 'i'),
(3713, 2, 3001, 'wallpaper_single_809', 3, 0, 1, 'i'),
(3714, 2, 3001, 'wallpaper_single_808', 3, 0, 1, 'i'),
(3715, 2, 3001, 'wallpaper_single_807', 3, 0, 1, 'i'),
(3716, 2, 3001, 'wallpaper_single_806', 3, 0, 1, 'i'),
(3717, 2, 3001, 'wallpaper_single_805', 3, 0, 1, 'i'),
(3718, 2, 3001, 'wallpaper_single_804', 3, 0, 1, 'i'),
(3719, 2, 3001, 'wallpaper_single_803', 3, 0, 1, 'i'),
(3720, 2, 3001, 'wallpaper_single_802', 3, 0, 1, 'i'),
(3721, 2, 3001, 'wallpaper_single_801', 3, 0, 1, 'i'),
(3722, 2, 3001, 'wallpaper_single_710', 3, 0, 1, 'i'),
(3723, 2, 3001, 'wallpaper_single_709', 3, 0, 1, 'i'),
(3724, 2, 3001, 'wallpaper_single_708', 3, 0, 1, 'i'),
(3725, 2, 3001, 'wallpaper_single_707', 3, 0, 1, 'i'),
(3726, 2, 3001, 'wallpaper_single_706', 3, 0, 1, 'i'),
(3727, 2, 3001, 'wallpaper_single_705', 3, 0, 1, 'i'),
(3728, 2, 3001, 'wallpaper_single_704', 3, 0, 1, 'i'),
(3729, 2, 3001, 'wallpaper_single_703', 3, 0, 1, 'i'),
(3730, 2, 3001, 'wallpaper_single_702', 3, 0, 1, 'i'),
(3731, 2, 3001, 'wallpaper_single_701', 3, 0, 1, 'i'),
(3732, 2, 3001, 'wallpaper_single_610', 3, 0, 1, 'i'),
(3733, 2, 3001, 'wallpaper_single_609', 3, 0, 1, 'i'),
(3734, 2, 3001, 'wallpaper_single_608', 3, 0, 1, 'i'),
(3735, 2, 3001, 'wallpaper_single_607', 3, 0, 1, 'i'),
(3736, 2, 3001, 'wallpaper_single_606', 3, 0, 1, 'i'),
(3737, 2, 3001, 'wallpaper_single_605', 3, 0, 1, 'i'),
(3738, 2, 3001, 'wallpaper_single_604', 3, 0, 1, 'i'),
(3739, 2, 3001, 'wallpaper_single_603', 3, 0, 1, 'i'),
(3740, 2, 3001, 'wallpaper_single_602', 3, 0, 1, 'i'),
(3741, 2, 3001, 'wallpaper_single_601', 3, 0, 1, 'i'),
(3742, 2, 3001, 'wallpaper_single_508', 3, 0, 1, 'i'),
(3743, 2, 3001, 'wallpaper_single_507', 3, 0, 1, 'i'),
(3744, 2, 3001, 'wallpaper_single_506', 3, 0, 1, 'i'),
(3745, 2, 3001, 'wallpaper_single_505', 3, 0, 1, 'i'),
(3746, 2, 3001, 'wallpaper_single_504', 3, 0, 1, 'i'),
(3747, 2, 3001, 'wallpaper_single_503', 3, 0, 1, 'i'),
(3748, 2, 3001, 'wallpaper_single_502', 3, 0, 1, 'i'),
(3749, 2, 3001, 'wallpaper_single_501', 3, 0, 1, 'i'),
(3750, 2, 3001, 'wallpaper_single_408', 3, 0, 1, 'i'),
(3751, 2, 3001, 'wallpaper_single_407', 3, 0, 1, 'i'),
(3752, 2, 3001, 'wallpaper_single_406', 3, 0, 1, 'i'),
(3753, 2, 3001, 'wallpaper_single_405', 3, 0, 1, 'i'),
(3754, 2, 3001, 'wallpaper_single_404', 3, 0, 1, 'i'),
(3755, 2, 3001, 'wallpaper_single_403', 3, 0, 1, 'i'),
(3756, 2, 3001, 'wallpaper_single_402', 3, 0, 1, 'i'),
(3757, 2, 3001, 'wallpaper_single_401', 3, 0, 1, 'i'),
(3758, 2, 3001, 'wallpaper_single_307', 3, 0, 1, 'i'),
(3759, 2, 3001, 'wallpaper_single_306', 3, 0, 1, 'i'),
(3760, 2, 3001, 'wallpaper_single_305', 3, 0, 1, 'i'),
(3761, 2, 3001, 'wallpaper_single_304', 3, 0, 1, 'i'),
(3762, 2, 3001, 'wallpaper_single_303', 3, 0, 1, 'i'),
(3763, 2, 3001, 'wallpaper_single_302', 3, 0, 1, 'i'),
(3764, 2, 3001, 'wallpaper_single_301', 3, 0, 1, 'i'),
(3765, 2, 3001, 'wallpaper_single_218', 3, 0, 1, 'i'),
(3766, 2, 3001, 'wallpaper_single_217', 3, 0, 1, 'i'),
(3767, 2, 3001, 'wallpaper_single_216', 3, 0, 1, 'i'),
(3768, 2, 3001, 'wallpaper_single_215', 3, 0, 1, 'i'),
(3769, 2, 3001, 'wallpaper_single_214', 3, 0, 1, 'i'),
(3770, 2, 3001, 'wallpaper_single_213', 3, 0, 1, 'i'),
(3771, 2, 3001, 'wallpaper_single_212', 3, 0, 1, 'i'),
(3772, 2, 3001, 'wallpaper_single_211', 3, 0, 1, 'i'),
(3773, 2, 3001, 'wallpaper_single_210', 3, 0, 1, 'i'),
(3774, 2, 3001, 'wallpaper_single_209', 3, 0, 1, 'i'),
(3775, 2, 3001, 'wallpaper_single_208', 3, 0, 1, 'i'),
(3776, 2, 3001, 'wallpaper_single_207', 3, 0, 1, 'i'),
(3777, 2, 3001, 'wallpaper_single_206', 3, 0, 1, 'i'),
(3778, 2, 3001, 'wallpaper_single_205', 3, 0, 1, 'i'),
(3779, 2, 3001, 'wallpaper_single_204', 3, 0, 1, 'i'),
(3780, 2, 3001, 'wallpaper_single_204', 3, 0, 1, 'i'),
(3781, 2, 3001, 'wallpaper_single_203', 3, 0, 1, 'i'),
(3782, 2, 3001, 'wallpaper_single_202', 3, 0, 1, 'i'),
(3783, 2, 3001, 'wallpaper_single_201', 3, 0, 1, 'i'),
(3784, 2, 3001, 'wallpaper_single_115', 3, 0, 1, 'i'),
(3785, 2, 3001, 'wallpaper_single_114', 3, 0, 1, 'i'),
(3786, 2, 3001, 'wallpaper_single_113', 3, 0, 1, 'i'),
(3787, 2, 3001, 'wallpaper_single_112', 3, 0, 1, 'i'),
(3788, 2, 3001, 'wallpaper_single_111', 3, 0, 1, 'i'),
(3789, 2, 3001, 'wallpaper_single_110', 3, 0, 1, 'i'),
(3790, 2, 3001, 'wallpaper_single_109', 3, 0, 1, 'i'),
(3791, 2, 3001, 'wallpaper_single_108', 3, 0, 1, 'i'),
(3792, 2, 3001, 'wallpaper_single_107', 3, 0, 1, 'i'),
(3793, 2, 3001, 'wallpaper_single_106', 3, 0, 1, 'i'),
(3794, 2, 3001, 'wallpaper_single_105', 3, 0, 1, 'i'),
(3795, 2, 3001, 'wallpaper_single_104', 3, 0, 1, 'i'),
(3796, 2, 3001, 'wallpaper_single_103', 3, 0, 1, 'i'),
(3797, 2, 3001, 'wallpaper_single_102', 3, 0, 1, 'i'),
(3798, 2, 3001, 'wallpaper_single_101', 3, 0, 1, 'i'),
(3815, 14, 3659, 'hween10_tele', 10, 0, 1, 's'),
(3816, 14, 3306, 'ads_mall_elevator', 10, 0, 1, 's'),
(3817, 14, 3305, 'exe_elevator', 5, 0, 1, 's'),
(3818, 14, 3161, 'env_telep', 5, 0, 1, 's'),
(3819, 14, 3251, 'ads_1800tele', 10, 0, 1, 's'),
(3820, 14, 3190, 'ads_calip_tele', 100, 0, 1, 's'),
(3821, 14, 3053, 'ads_idol_tele', 10, 0, 1, 's'),
(3822, 14, 3020, 'ads_mall_tele', 10, 0, 1, 's'),
(3823, 14, 3014, 'ads_cltele', 10, 0, 1, 's'),
(3824, 14, 204, 'doorB', 3, 0, 1, 's'),
(3825, 14, 205, 'doorC', 4, 0, 1, 's'),
(3826, 14, 2978, 'xmas08_telep', 6, 0, 1, 's'),
(3827, 14, 3071, 'lostc_teleport', 5, 0, 1, 's'),
(3828, 14, 3214, 'sf_tele', 5, 0, 1, 's'),
(3829, 14, 2693, 'teleport_door', 6, 0, 1, 's'),
(3830, 14, 202, 'door', 5, 0, 1, 's'),
(3831, 3, 4054, 'Skyscraper Window', 18, 0, 5, 'i'),
(3832, 3, 4052, 'Window', 50, 0, 1, 'i'),
(3833, 3, 4040, 'Small 70s Window', 4, 0, 1, 'i'),
(3834, 3, 4039, 'Large 70s Window', 5, 0, 1, 'i'),
(3835, 3, 4042, 'Basic Window', 3, 0, 1, 'i'),
(3836, 3, 4038, 'Small Oriental Window', 5, 0, 1, 'i'),
(3837, 3, 4034, 'Large Oriental Window', 6, 0, 1, 'i'),
(3838, 3, 4035, 'Golden Window', 4, 0, 1, 'i'),
(3839, 3, 4044, 'Grunge Window', 50, 0, 1, 'i'),
(3840, 3, 4037, 'Small Romantic Window', 3, 0, 1, 'i'),
(3841, 3, 4041, 'Large Romantic Window', 4, 0, 1, 'i'),
(3842, 3, 4036, 'Glass Square Window', 50, 0, 1, 'i'),
(3843, 3, 4045, 'Bay Window', 5, 0, 1, 'i'),
(3844, 3, 4033, 'Window', 4, 0, 1, 'i'),
(3845, 3, 4032, 'Double Window', 4, 0, 1, 'i'),
(3846, 3, 4031, 'Single Window', 3, 0, 1, 'i');
-- --------------------------------------------------------
--
-- Table structure for table `cms_data`
--
CREATE TABLE IF NOT EXISTS `cms_data` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`str_key` varchar(200) NOT NULL,
`str_content` varchar(200) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;
--
-- Dumping data for table `cms_data`
--
INSERT INTO `cms_data` (`id`, `str_key`, `str_content`) VALUES
(1, 'webbuild', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/431'),
(2, 'ip_con', '216.24.206.21'),
(3, 'port_con', '1232'),
(4, 'base', 'http://216.24.206.21/gordon/RELEASE63-33501-33497-201105091022_14b2d10a512a31f0648d0b985abbfc60/'),
(5, 'ex_var', 'http://216.24.206.21/gamedata/external_variables.txt'),
(6, 'ex_text', 'http://216.24.206.21/gamedata/external_flash_texts.txt'),
(7, 'product_data', 'http://216.24.206.21/gamedata/productdata.txt'),
(8, 'furni_data', 'http://216.24.206.21/gamedata/furnidata.txt');
-- --------------------------------------------------------
--
-- Table structure for table `cms_newsarticles`
--
CREATE TABLE IF NOT EXISTS `cms_newsarticles` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(150) NOT NULL,
`date` date NOT NULL,
`short_text` varchar(150) NOT NULL,
`content` longtext NOT NULL,
`author` varchar(150) NOT NULL,
`topstory` varchar(400) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
--
-- Dumping data for table `cms_newsarticles`
--
INSERT INTO `cms_newsarticles` (`id`, `title`, `date`, `short_text`, `content`, `author`, `topstory`) VALUES
(2, 'New Furni!', '2011-05-07', 'Yes, and it''s very sandy!', '', '', 'http://images.habbo.com/c_images/Top_Story_Images/topStory_sandCastle.gif');
-- --------------------------------------------------------
--
-- Table structure for table `flat_items`
--
CREATE TABLE IF NOT EXISTS `flat_items` (
`id` int(19) NOT NULL,
`roomid` int(10) NOT NULL,
`spriteid` int(10) NOT NULL,
`posx` int(10) NOT NULL,
`posy` int(10) NOT NULL,
`posz` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `flat_wallitems`
--
CREATE TABLE IF NOT EXISTS `flat_wallitems` (
`id` int(10) NOT NULL,
`roomid` int(100) NOT NULL,
`spriteid` int(10) NOT NULL,
`position` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `flat_wallitems`
--
INSERT INTO `flat_wallitems` (`id`, `roomid`, `spriteid`, `position`) VALUES
(137, 42, 4033, ':w=0,8 l=17,63 l'),
(136, 42, 4033, ':w=4,2 l=7,77 l');
-- --------------------------------------------------------
--
-- Table structure for table `furniture`
--
CREATE TABLE IF NOT EXISTS `furniture` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`public_name` text NOT NULL COMMENT 'temp only',
`item_name` varchar(100) NOT NULL,
`type` enum('s','i','e','h') NOT NULL DEFAULT 's',
`width` int(11) NOT NULL DEFAULT '1',
`length` int(11) NOT NULL DEFAULT '1',
`stack_height` double NOT NULL DEFAULT '1',
`can_stack` enum('0','1') NOT NULL DEFAULT '1',
`can_sit` enum('0','1') NOT NULL DEFAULT '0',
`is_walkable` enum('0','1') NOT NULL DEFAULT '0',
`sprite_id` int(11) NOT NULL,
`allow_recycle` enum('0','1') NOT NULL DEFAULT '1',
`allow_trade` enum('0','1') NOT NULL DEFAULT '1',
`allow_marketplace_sell` enum('0','1') NOT NULL DEFAULT '1',
`allow_gift` enum('0','1') NOT NULL DEFAULT '1',
`allow_inventory_stack` enum('0','1') NOT NULL DEFAULT '1',
`interaction_type` enum('default','gate','postit','roomeffect','dimmer','trophy','bed','scoreboard','vendingmachine','alert','onewaygate','loveshuffler','habbowheel','dice','bottle','teleport','rentals','pet') NOT NULL DEFAULT 'default',
`interaction_modes_count` int(11) NOT NULL DEFAULT '1',
`vending_ids` varchar(100) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=20297 ;
--
-- Dumping data for table `furniture`
--
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(1, 'Bookcase', 'shelves_norja', 's', 1, 1, 1, '0', '0', '0', 13, '1', '1', '1', '1', '1', 'default', 1, '0'),
(2, 'Bookcase', 'shelves_polyfon', 's', 2, 1, 1, '0', '0', '0', 14, '1', '1', '1', '1', '1', 'default', 1, '0'),
(3, 'Bookcase', 'shelves_silo', 's', 2, 1, 1, '0', '0', '0', 15, '1', '1', '1', '1', '1', 'default', 1, '0'),
(4, 'Small Coffee Table', 'table_polyfon_small', 's', 2, 2, 1, '0', '0', '0', 17, '1', '1', '1', '1', '1', 'default', 1, '0'),
(5, 'Dining Chair', 'chair_polyfon', 's', 1, 1, 1, '0', '1', '0', 18, '1', '1', '1', '1', '1', 'default', 1, '0'),
(6, 'Coffee Table', 'table_norja_med', 's', 2, 2, 1, '1', '0', '0', 20, '1', '1', '1', '1', '1', 'default', 1, '0'),
(7, 'Coffee Table', 'table_silo_med', 's', 2, 2, 1, '1', '0', '0', 21, '1', '1', '1', '1', '1', 'default', 1, '0'),
(8, 'Occasional Table', 'table_plasto_4leg', 's', 2, 2, 1, '1', '0', '0', 22, '1', '1', '1', '1', '1', 'default', 1, '0'),
(9, 'Round Dining Table', 'table_plasto_round', 's', 2, 2, 1, '1', '0', '0', 23, '1', '1', '1', '1', '1', 'default', 1, '0'),
(10, 'Square Dining Table', 'table_plasto_bigsquare', 's', 2, 2, 1, '1', '0', '0', 24, '1', '1', '1', '1', '1', 'default', 1, '0'),
(11, 'Shelf', 'stand_polyfon_z', 's', 1, 1, 0.5, '1', '0', '0', 25, '1', '1', '1', '1', '1', 'default', 1, '0'),
(12, 'Dining Chair', 'chair_silo', 's', 1, 1, 1.1, '0', '1', '0', 26, '1', '1', '1', '1', '1', 'default', 1, '0'),
(13, 'Cushioned', 'sofa_silo', 's', 2, 1, 1.1, '0', '1', '0', 28, '1', '1', '1', '1', '1', 'default', 1, '0'),
(14, 'Bench', 'couch_norja', 's', 2, 1, 1, '0', '1', '0', 29, '1', '1', '1', '1', '1', 'default', 1, '0'),
(15, 'Chair', 'chair_norja', 's', 1, 1, 1, '0', '1', '0', 30, '1', '1', '1', '1', '1', 'default', 1, '0'),
(16, 'Large Coffee Table', 'table_polyfon_med', 's', 2, 2, 1, '1', '0', '0', 31, '1', '1', '1', '1', '1', 'default', 1, '0'),
(17, 'Doormat', 'doormat_love', 's', 1, 1, 0.1, '0', '0', '1', 32, '1', '1', '1', '1', '1', 'default', 1, '0'),
(18, 'Doormat', 'doormat_plain', 's', 1, 1, 0.1, '0', '0', '1', 33, '1', '1', '1', '1', '1', 'default', 1, '0'),
(19, 'Armchair', 'sofachair_polyfon', 's', 1, 1, 1.1, '0', '1', '0', 34, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20, 'Two-seater Sofa', 'sofa_polyfon', 's', 2, 1, 1.1, '0', '1', '0', 35, '1', '1', '1', '1', '1', 'default', 1, '0'),
(21, 'Large', 'sofachair_silo', 's', 1, 1, 1.1, '0', '1', '0', 36, '1', '1', '1', '1', '1', 'default', 1, '0'),
(22, 'Plastic Pod Chair', 'chair_plasty', 's', 1, 1, 1, '0', '1', '0', 38, '1', '1', '1', '1', '1', 'default', 1, '0'),
(23, 'Chair', 'chair_plasto', 's', 1, 1, 1, '0', '1', '0', 39, '1', '1', '1', '1', '1', 'default', 1, '0'),
(24, 'Occasional Table', 'table_plasto_square', 's', 1, 1, 1, '1', '0', '0', 40, '1', '1', '1', '1', '1', 'default', 1, '0'),
(25, 'Double Bed', 'bed_polyfon', 's', 2, 3, 1.8, '0', '0', '0', 41, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(26, 'Single Bed', 'bed_polyfon_one', 's', 1, 3, 1.8, '0', '0', '0', 42, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(27, 'Plain Single Bed', 'bed_trad_one', 's', 2, 3, 1, '0', '0', '0', 43, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(28, 'Plain Double Bed', 'bed_trad', 's', 2, 3, 1, '0', '0', '0', 44, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(29, 'Single Bed', 'bed_silo_one', 's', 1, 3, 1.8, '0', '0', '0', 45, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(30, 'Double Bed', 'bed_silo_two', 's', 2, 3, 1.8, '0', '0', '0', 46, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(31, 'Occasional Table', 'table_silo_small', 's', 1, 1, 1, '1', '0', '0', 47, '1', '1', '1', '1', '1', 'default', 1, '0'),
(32, 'Double Bed', 'bed_armas_two', 's', 2, 3, 1.8, '0', '0', '0', 48, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(33, 'bed_budget_one', 'bed_budget_one', 's', 1, 3, 1.9, '0', '0', '0', 49, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(34, 'Comfortable', 'bed_budget', 's', 2, 3, 1.9, '0', '0', '0', 50, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(35, 'Bookcase', 'shelves_armas', 's', 2, 1, 1, '0', '0', '0', 51, '1', '1', '1', '1', '1', 'default', 1, '0'),
(36, 'Bench', 'bench_armas', 's', 2, 1, 1.1, '0', '1', '0', 52, '1', '1', '1', '1', '1', 'default', 1, '0'),
(37, 'Dining Table', 'table_armas', 's', 2, 2, 1, '1', '0', '0', 53, '1', '1', '1', '1', '1', 'default', 1, '0'),
(38, 'Occasional Table', 'small_table_armas', 's', 1, 1, 1, '1', '0', '0', 54, '1', '1', '1', '1', '1', 'default', 1, '0'),
(39, 'Stool', 'small_chair_armas', 's', 1, 1, 1, '0', '1', '0', 55, '1', '1', '1', '1', '1', 'default', 1, '0'),
(40, 'Authentic', 'fireplace_armas', 's', 2, 1, 1, '0', '0', '0', 56, '1', '1', '1', '1', '1', 'default', 2, '0'),
(41, 'Table Lamp', 'lamp_armas', 's', 1, 1, 1, '0', '0', '0', 57, '1', '1', '1', '1', '1', 'default', 2, '0'),
(42, 'Single Bed', 'bed_armas_one', 's', 1, 3, 1.8, '0', '0', '0', 58, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(43, 'Floor rug', 'carpet_standard', 's', 3, 5, 0, '1', '0', '1', 59, '1', '1', '1', '1', '1', 'default', 1, '0'),
(44, 'Hand-Woven Rug', 'carpet_armas', 's', 2, 4, 0, '1', '0', '1', 60, '1', '1', '1', '1', '1', 'default', 1, '0'),
(45, 'Faux-Fur Bear Rug', 'carpet_polar', 's', 2, 3, 0, '1', '0', '1', 61, '1', '1', '1', '1', '1', 'default', 1, '0'),
(46, 'Fireplace', 'fireplace_polyfon', 's', 2, 1, 1, '0', '0', '0', 62, '1', '1', '1', '1', '1', 'default', 2, '0'),
(47, 'Square Dining Table', 'table_plasto_4leg*1', 's', 2, 2, 1, '1', '0', '0', 63, '1', '1', '1', '1', '1', 'default', 1, '0'),
(48, 'Square Dining Table', 'table_plasto_bigsquare*1', 's', 2, 2, 1, '1', '0', '0', 64, '1', '1', '1', '1', '1', 'default', 1, '0'),
(49, 'Round Dining Table', 'table_plasto_round*1', 's', 2, 2, 1, '1', '0', '0', 65, '1', '1', '1', '1', '1', 'default', 1, '0'),
(50, 'Occasional Table', 'table_plasto_square*1', 's', 1, 1, 1, '1', '0', '0', 66, '1', '1', '1', '1', '1', 'default', 1, '0'),
(51, 'Chair', 'chair_plasto*1', 's', 1, 1, 1, '0', '1', '0', 67, '1', '1', '1', '1', '1', 'default', 1, '0'),
(52, 'Floor Rug', 'carpet_standard*1', 's', 3, 5, 0, '1', '0', '1', 68, '1', '1', '1', '1', '1', 'default', 1, '0'),
(53, 'Doormat', 'doormat_plain*1', 's', 1, 1, 0.1, '0', '0', '1', 69, '1', '1', '1', '1', '1', 'default', 1, '0'),
(54, 'Occasional Table', 'table_plasto_4leg*2', 's', 2, 2, 1, '1', '0', '0', 70, '1', '1', '1', '1', '1', 'default', 1, '0'),
(55, 'Square Dining Table', 'table_plasto_bigsquare*2', 's', 2, 2, 1, '1', '0', '0', 71, '1', '1', '1', '1', '1', 'default', 1, '0'),
(56, 'Round Dining Table', 'table_plasto_round*2', 's', 2, 2, 1, '1', '0', '0', 72, '1', '1', '1', '1', '1', 'default', 1, '0'),
(57, 'Round Dining Table', 'table_plasto_square*2', 's', 1, 1, 1, '1', '0', '0', 73, '1', '1', '1', '1', '1', 'default', 1, '0'),
(58, 'Chair', 'chair_plasto*2', 's', 1, 1, 1, '0', '1', '0', 74, '1', '1', '1', '1', '1', 'default', 1, '0'),
(59, 'Doormat', 'doormat_plain*2', 's', 1, 1, 0.1, '0', '0', '1', 75, '1', '1', '1', '1', '1', 'default', 1, '0'),
(60, 'Floor Rug', 'carpet_standard*2', 's', 3, 5, 0, '1', '0', '1', 76, '1', '1', '1', '1', '1', 'default', 1, '0'),
(61, 'Round Dining Table', 'table_plasto_4leg*3', 's', 2, 2, 1, '1', '0', '0', 77, '1', '1', '1', '1', '1', 'default', 1, '0'),
(62, 'Square Dining Table', 'table_plasto_bigsquare*3', 's', 2, 2, 1, '1', '0', '0', 78, '1', '1', '1', '1', '1', 'default', 1, '0'),
(63, 'Round Dining Table', 'table_plasto_round*3', 's', 2, 2, 1, '1', '0', '0', 79, '1', '1', '1', '1', '1', 'default', 1, '0'),
(64, 'Square Dining Table', 'table_plasto_square*3', 's', 1, 1, 1, '1', '0', '0', 80, '1', '1', '1', '1', '1', 'default', 1, '0'),
(65, 'Chair', 'chair_plasto*3', 's', 1, 1, 1, '0', '1', '0', 81, '1', '1', '1', '1', '1', 'default', 1, '0'),
(66, 'Floor Rug', 'carpet_standard*3', 's', 3, 5, 0, '1', '0', '1', 82, '1', '1', '1', '1', '1', 'default', 1, '0'),
(67, 'Doormat', 'doormat_plain*3', 's', 1, 1, 0.1, '0', '0', '1', 83, '1', '1', '1', '1', '1', 'default', 1, '0'),
(68, 'Square Dining Table', 'table_plasto_4leg*4', 's', 2, 2, 1, '1', '0', '0', 84, '1', '1', '1', '1', '1', 'default', 1, '0'),
(71, 'Square Dining Table', 'table_plasto_square*4', 's', 1, 1, 1, '1', '0', '0', 87, '1', '1', '1', '1', '1', 'default', 1, '0'),
(72, 'Chair', 'chair_plasto*4', 's', 1, 1, 1, '0', '1', '0', 88, '1', '1', '1', '1', '1', 'default', 1, '0'),
(73, 'Floor Rug', 'carpet_standard*4', 's', 3, 5, 0, '1', '0', '1', 89, '1', '1', '1', '1', '1', 'default', 1, '0'),
(74, 'Doormat', 'doormat_plain*4', 's', 1, 1, 0.1, '0', '0', '1', 90, '1', '1', '1', '1', '1', 'default', 1, '0'),
(75, 'Doormat', 'doormat_plain*6', 's', 1, 1, 0.1, '0', '0', '1', 91, '1', '1', '1', '1', '1', 'default', 1, '0'),
(76, 'Doormat', 'doormat_plain*5', 's', 1, 1, 0.1, '0', '0', '1', 93, '1', '1', '1', '1', '1', 'default', 1, '0'),
(77, 'Floor Rug', 'carpet_standard*5', 's', 3, 5, 0, '1', '0', '1', 94, '1', '1', '1', '1', '1', 'default', 1, '0'),
(78, 'Occasional Table', 'table_plasto_4leg*5', 's', 2, 2, 1, '1', '0', '0', 95, '1', '1', '1', '1', '1', 'default', 1, '0'),
(79, 'Square Dining Table', 'table_plasto_bigsquare*5', 's', 2, 2, 1, '1', '0', '0', 96, '1', '1', '1', '1', '1', 'default', 1, '0'),
(80, 'Round Dining Table', 'table_plasto_round*5', 's', 2, 2, 1, '1', '0', '0', 97, '1', '1', '1', '1', '1', 'default', 1, '0'),
(81, 'Square Dining Table', 'table_plasto_square*5', 's', 1, 1, 1, '1', '0', '0', 98, '1', '1', '1', '1', '1', 'default', 1, '0'),
(82, 'Chair', 'chair_plasto*5', 's', 1, 1, 1, '0', '1', '0', 99, '1', '1', '1', '1', '1', 'default', 1, '0'),
(83, 'Occasional table Table', 'table_plasto_4leg*6', 's', 2, 2, 1, '1', '0', '0', 100, '1', '1', '1', '1', '1', 'default', 1, '0'),
(84, 'Square Dining Table', 'table_plasto_bigsquare*6', 's', 2, 2, 1, '1', '0', '0', 101, '1', '1', '1', '1', '1', 'default', 1, '0'),
(85, 'Round Dining Table', 'table_plasto_round*6', 's', 2, 2, 1, '1', '0', '0', 102, '1', '1', '1', '1', '1', 'default', 1, '0'),
(86, 'Square Dining Table', 'table_plasto_square*6', 's', 1, 1, 1, '1', '0', '0', 103, '1', '1', '1', '1', '1', 'default', 1, '0'),
(87, 'Chair', 'chair_plasto*6', 's', 1, 1, 1, '0', '1', '0', 104, '1', '1', '1', '1', '1', 'default', 1, '0'),
(88, 'Occasional table', 'table_plasto_4leg*7', 's', 2, 2, 1, '1', '0', '0', 105, '1', '1', '1', '1', '1', 'default', 1, '0'),
(89, 'Square Dining Table', 'table_plasto_bigsquare*7', 's', 2, 2, 1, '1', '0', '0', 106, '1', '1', '1', '1', '1', 'default', 1, '0'),
(90, 'Round Dining Table', 'table_plasto_round*7', 's', 2, 2, 1, '1', '0', '0', 107, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91, 'Square Dining Table', 'table_plasto_square*7', 's', 1, 1, 1, '1', '0', '0', 108, '1', '1', '1', '1', '1', 'default', 1, '0'),
(92, 'Chair', 'chair_plasto*7', 's', 1, 1, 1, '0', '1', '0', 109, '1', '1', '1', '1', '1', 'default', 1, '0'),
(93, 'Occasional Table', 'table_plasto_4leg*8', 's', 2, 2, 1, '1', '0', '0', 110, '1', '1', '1', '1', '1', 'default', 1, '0'),
(94, 'Square Dining Table', 'table_plasto_bigsquare*8', 's', 2, 2, 1, '1', '0', '0', 111, '1', '1', '1', '1', '1', 'default', 1, '0'),
(95, 'Round Dining Table', 'table_plasto_round*8', 's', 2, 2, 1, '1', '0', '0', 112, '1', '1', '1', '1', '1', 'default', 1, '0'),
(96, 'Square Dining Table', 'table_plasto_square*8', 's', 1, 1, 1, '1', '0', '0', 113, '1', '1', '1', '1', '1', 'default', 1, '0'),
(97, 'Chair', 'chair_plasto*8', 's', 1, 1, 1, '0', '1', '0', 114, '1', '1', '1', '1', '1', 'default', 1, '0'),
(98, 'Occasional Table', 'table_plasto_4leg*9', 's', 2, 2, 1, '1', '0', '0', 115, '1', '1', '1', '1', '1', 'default', 1, '0'),
(99, 'Square Dining Table', 'table_plasto_bigsquare*9', 's', 2, 2, 1, '1', '0', '0', 116, '1', '1', '1', '1', '1', 'default', 1, '0'),
(100, 'Square Dining Table', 'table_plasto_round*9', 's', 2, 2, 1, '1', '0', '0', 117, '1', '1', '1', '1', '1', 'default', 1, '0'),
(101, 'Chair', 'chair_plasto*9', 's', 1, 1, 1, '0', '1', '0', 119, '1', '1', '1', '1', '1', 'default', 1, '0'),
(102, 'Floor Rug', 'carpet_standard*6', 's', 3, 5, 0, '1', '0', '1', 120, '1', '1', '1', '1', '1', 'default', 1, '0'),
(103, 'Plastic Pod Chair', 'chair_plasty*1', 's', 1, 1, 1, '0', '1', '0', 121, '1', '1', '1', '1', '1', 'default', 1, '0'),
(104, 'Pizza Box', 'pizza', 's', 1, 1, 1, '0', '0', '0', 122, '1', '1', '1', '1', '1', 'default', 1, '0'),
(105, 'Empty Cans', 'drinks', 's', 1, 1, 1, '0', '0', '0', 123, '1', '1', '1', '1', '1', 'default', 1, '0'),
(106, 'Plastic Pod Chair', 'chair_plasty*2', 's', 1, 1, 1, '0', '1', '0', 124, '1', '1', '1', '1', '1', 'default', 1, '0'),
(107, 'Plastic Pod Chair', 'chair_plasty*3', 's', 1, 1, 1, '0', '1', '0', 125, '1', '1', '1', '1', '1', 'default', 1, '0'),
(108, 'Plastic Pod Chair', 'chair_plasty*4', 's', 1, 1, 1, '0', '1', '0', 126, '1', '1', '1', '1', '1', 'default', 1, '0'),
(109, 'Mini-Bar', 'bar_polyfon', 's', 1, 1, 1, '0', '0', '0', 127, '1', '1', '1', '1', '1', 'vendingmachine', 0, '6,5,2,1'),
(110, 'Aloe Vera', 'plant_cruddy', 's', 1, 1, 1, '0', '0', '0', 128, '1', '1', '1', '1', '1', 'default', 1, '0'),
(111, 'Empty Spinning Bottle', 'bottle', 's', 1, 1, 1, '0', '0', '0', 129, '1', '1', '1', '1', '1', 'bottle', 0, '0'),
(112, 'Bar/desk', 'bardesk_polyfon', 's', 2, 1, 1, '1', '0', '0', 130, '1', '1', '1', '1', '1', 'default', 1, '0'),
(113, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon', 's', 1, 1, 1, '1', '0', '0', 131, '1', '1', '1', '1', '1', 'default', 1, '0'),
(115, 'Barrel Minibar', 'bar_armas', 's', 1, 1, 1, '0', '0', '0', 133, '1', '1', '1', '1', '1', 'vendingmachine', 0, '6,2,1'),
(116, 'Bardesk', 'bartable_armas', 's', 1, 3, 1.2, '1', '0', '0', 134, '1', '1', '1', '1', '1', 'default', 1, '0'),
(117, 'Barrel Stool', 'bar_chair_armas', 's', 1, 1, 1.2, '0', '1', '0', 135, '1', '1', '1', '1', '1', 'default', 1, '0'),
(118, 'Soft Wool Rug', 'carpet_soft', 's', 2, 4, 0, '1', '0', '1', 136, '1', '1', '1', '1', '1', 'default', 1, '0'),
(119, 'Soft Wool Rug', 'carpet_soft*1', 's', 2, 4, 0, '1', '0', '1', 137, '1', '1', '1', '1', '1', 'default', 1, '0'),
(120, 'Soft Wool Rug', 'carpet_soft*2', 's', 2, 4, 0, '1', '0', '1', 138, '1', '1', '1', '1', '1', 'default', 1, '0'),
(121, 'Soft Wool Rug', 'carpet_soft*3', 's', 2, 4, 0, '1', '0', '1', 139, '1', '1', '1', '1', '1', 'default', 1, '0'),
(122, 'Soft Wool Rug', 'carpet_soft*4', 's', 2, 4, 0, '1', '0', '1', 140, '1', '1', '1', '1', '1', 'default', 1, '0'),
(123, 'Soft Wool Rug', 'carpet_soft*5', 's', 2, 4, 0, '1', '0', '1', 141, '1', '1', '1', '1', '1', 'default', 1, '0'),
(124, 'Soft Wool Rug', 'carpet_soft*6', 's', 2, 4, 0, '1', '0', '1', 143, '1', '1', '1', '1', '1', 'default', 1, '0'),
(125, 'Portable TV', 'red_tv', 's', 1, 1, 1, '0', '0', '0', 144, '1', '1', '1', '1', '1', 'default', 2, '0'),
(126, 'Large TV', 'wood_tv', 's', 1, 2, 1, '0', '0', '0', 145, '1', '1', '1', '1', '1', 'default', 4, '0'),
(127, 'Pink Faux-Fur Bear Rug', 'carpet_polar*1', 's', 2, 3, 0, '1', '0', '1', 146, '1', '1', '1', '1', '1', 'default', 1, '0'),
(128, 'Plastic Pod Chair', 'chair_plasty*5', 's', 1, 1, 1, '0', '1', '0', 147, '1', '1', '1', '1', '1', 'default', 1, '0'),
(129, 'Blue Bear Rug', 'carpet_polar*2', 's', 2, 3, 0, '1', '0', '1', 148, '1', '1', '1', '1', '1', 'default', 1, '0'),
(130, 'Yellow Bear Rug', 'carpet_polar*3', 's', 2, 3, 0, '1', '0', '1', 149, '1', '1', '1', '1', '1', 'default', 1, '0'),
(131, 'Green Bear Rug', 'carpet_polar*4', 's', 2, 3, 0, '1', '0', '1', 150, '1', '1', '1', '1', '1', 'default', 1, '0'),
(132, 'Plastic Pod Chair', 'chair_plasty*6', 's', 1, 1, 1, '0', '1', '0', 151, '1', '1', '1', '1', '1', 'default', 1, '0'),
(133, 'Large Coffee Table', 'table_polyfon', 's', 2, 2, 1, '1', '0', '0', 152, '1', '1', '1', '1', '1', 'default', 1, '0'),
(134, 'Large Dining Table', 'smooth_table_polyfon', 's', 2, 2, 1, '1', '0', '0', 153, '1', '1', '1', '1', '1', 'default', 1, '0'),
(135, 'Armchair', 'sofachair_polyfon_girl', 's', 1, 1, 1.1, '0', '1', '0', 154, '1', '1', '1', '1', '1', 'default', 1, '0'),
(136, 'Single Bed', 'bed_polyfon_girl_one', 's', 1, 3, 1.8, '0', '0', '0', 155, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(137, 'Double Bed', 'bed_polyfon_girl', 's', 2, 3, 1.8, '0', '0', '0', 156, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(138, 'Two-seater Sofa', 'sofa_polyfon_girl', 's', 2, 1, 1.1, '0', '1', '0', 157, '1', '1', '1', '1', '1', 'default', 1, '0'),
(139, 'Plain Single Bed', 'bed_budgetb_one', 's', 1, 3, 1.9, '0', '0', '0', 158, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(140, 'Plain Double Bed', 'bed_budgetb', 's', 2, 3, 1.9, '0', '0', '0', 159, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(141, 'Pineapple Plant', 'plant_pineapple', 's', 1, 1, 1, '0', '0', '0', 160, '1', '1', '1', '1', '1', 'default', 1, '0'),
(142, 'Fruit Tree', 'plant_fruittree', 's', 1, 1, 1, '0', '0', '0', 161, '1', '1', '1', '1', '1', 'default', 1, '0'),
(143, 'Small Cactus', 'plant_small_cactus', 's', 1, 1, 1, '0', '0', '0', 162, '1', '1', '1', '1', '1', 'default', 1, '0'),
(144, 'Bonsai Tree', 'plant_bonsai', 's', 1, 1, 1, '0', '0', '0', 163, '1', '1', '1', '1', '1', 'default', 1, '0'),
(145, 'Mature Cactus', 'plant_big_cactus', 's', 1, 1, 1, '0', '0', '0', 164, '1', '1', '1', '1', '1', 'default', 1, '0'),
(146, 'Yukka Plant', 'plant_yukka', 's', 1, 1, 1, '0', '0', '0', 165, '1', '1', '1', '1', '1', 'default', 1, '0'),
(147, 'Floor Rug', 'carpet_standard*7', 's', 3, 5, 0, '1', '0', '1', 166, '1', '1', '1', '1', '1', 'default', 1, '0'),
(148, 'Floor Rug', 'carpet_standard*8', 's', 3, 5, 0, '1', '0', '1', 167, '1', '1', '1', '1', '1', 'default', 1, '0'),
(149, 'Floor Rug', 'carpet_standard*9', 's', 3, 5, 0, '1', '0', '1', 168, '1', '1', '1', '1', '1', 'default', 1, '0'),
(150, 'Floor Rug', 'carpet_standard*10', 's', 3, 5, 0, '1', '0', '1', 169, '1', '1', '1', '1', '1', 'default', 1, '0'),
(151, 'Floor Rug', 'carpet_standard*11', 's', 3, 5, 0, '1', '0', '1', 170, '1', '1', '1', '1', '1', 'default', 1, '0'),
(152, 'Cut Sunflower', 'plant_sunflower', 's', 1, 1, 1, '0', '0', '0', 171, '1', '1', '1', '1', '1', 'default', 1, '0'),
(153, 'Cut Roses', 'plant_rose', 's', 1, 1, 1, '0', '0', '0', 172, '1', '1', '1', '1', '1', 'default', 1, '0'),
(154, 'Digital TV', 'tv_luxus', 's', 1, 3, 1, '0', '0', '0', 173, '1', '1', '1', '1', '1', 'default', 2, '0'),
(155, 'Bubble Bath', 'bath', 's', 1, 2, 1, '0', '1', '0', 174, '1', '1', '1', '1', '1', 'default', 2, '0'),
(156, 'Sink', 'sink', 's', 1, 1, 1, '0', '0', '0', 177, '1', '1', '1', '1', '1', 'vendingmachine', 0, '100'),
(157, 'Loo Seat', 'toilet', 's', 1, 1, 1.2, '0', '1', '0', 178, '1', '1', '1', '1', '1', 'default', 2, '0'),
(158, 'Rubber Duck', 'duck', 's', 1, 1, 1, '0', '0', '0', 179, '1', '1', '1', '1', '1', 'default', 1, '0'),
(159, 'Floor Tiles', 'tile', 's', 4, 4, 0, '1', '0', '1', 180, '1', '1', '1', '1', '1', 'default', 1, '0'),
(160, 'Loo Seat', 'toilet_red', 's', 1, 1, 1.2, '0', '1', '0', 181, '1', '1', '1', '1', '1', 'default', 2, '0'),
(161, 'Loo Seat', 'toilet_yell', 's', 1, 1, 1.2, '0', '1', '0', 182, '1', '1', '1', '1', '1', 'default', 2, '0'),
(162, 'Floor Tiles', 'tile_red', 's', 4, 4, 0, '1', '0', '1', 183, '1', '1', '1', '1', '1', 'default', 1, '0'),
(163, 'Floor Tiles', 'tile_yell', 's', 4, 4, 0, '1', '0', '1', 184, '1', '1', '1', '1', '1', 'default', 1, '0'),
(164, 'Gift', 'present_gen', 's', 1, 1, 1, '1', '0', '0', 187, '1', '0', '1', '1', '1', 'default', 1, '0'),
(165, 'Gift', 'present_gen1', 's', 1, 1, 1, '1', '0', '0', 188, '1', '0', '1', '1', '1', 'default', 1, '0'),
(166, 'Gift', 'present_gen2', 's', 1, 1, 1, '1', '0', '0', 189, '1', '0', '1', '1', '1', 'default', 1, '0'),
(167, 'Gift', 'present_gen3', 's', 1, 1, 1, '1', '0', '0', 190, '1', '0', '1', '1', '1', 'default', 1, '0'),
(168, 'Gift', 'present_gen4', 's', 1, 1, 1, '1', '0', '0', 191, '1', '0', '1', '1', '1', 'default', 1, '0'),
(169, 'Gift', 'present_gen5', 's', 1, 1, 1, '1', '0', '0', 192, '1', '0', '1', '1', '1', 'default', 1, '0'),
(170, 'Gift', 'present_gen6', 's', 1, 1, 1, '1', '0', '0', 193, '1', '0', '1', '1', '1', 'default', 1, '0'),
(171, 'A Pura Minibar', 'bar_basic', 's', 1, 1, 1, '0', '0', '0', 195, '1', '1', '1', '1', '1', 'vendingmachine', 0, '6,2,5,1'),
(172, 'Pura Shelves', 'shelves_basic', 's', 2, 1, 1, '0', '0', '0', 196, '1', '1', '1', '1', '1', 'default', 1, '0'),
(173, 'iced sofachair', 'soft_sofachair_norja', 's', 1, 1, 1, '0', '1', '0', 197, '1', '1', '1', '1', '1', 'default', 1, '0'),
(174, 'iced sofa', 'soft_sofa_norja', 's', 2, 1, 1, '0', '1', '0', 198, '1', '1', '1', '1', '1', 'default', 1, '0'),
(175, 'Pura Lamp', 'lamp_basic', 's', 1, 1, 1, '0', '0', '0', 199, '1', '1', '1', '1', '1', 'default', 2, '0'),
(176, 'Lodge Candle', 'lamp2_armas', 's', 1, 1, 1, '0', '0', '0', 200, '1', '1', '1', '1', '1', 'default', 2, '0'),
(177, 'Pura Refridgerator', 'fridge', 's', 1, 1, 1, '0', '0', '0', 201, '1', '1', '1', '1', '1', 'vendingmachine', 0, '3,5,6,2'),
(178, 'Telephone Box', 'door', 's', 1, 1, 0.001, '0', '0', '0', 202, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
(179, 'Wardrobe', 'doorB', 's', 1, 1, 0.001, '0', '0', '0', 204, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
(180, 'Portaloo', 'doorC', 's', 1, 1, 0.001, '0', '0', '0', 205, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
(181, 'Pumpkin Lamp', 'pumpkin', 's', 1, 1, 1, '1', '0', '0', 206, '1', '1', '1', '1', '1', 'default', 2, '0'),
(182, 'Skull Candle Holder', 'skullcandle', 's', 1, 1, 1, '0', '0', '0', 207, '1', '1', '1', '1', '1', 'default', 2, '0'),
(183, 'Blood', 'deadduck', 's', 1, 1, 1, '0', '0', '0', 208, '1', '1', '1', '1', '1', 'default', 1, '0'),
(184, 'Dead Duck 2', 'deadduck2', 's', 1, 1, 1, '0', '0', '0', 209, '1', '1', '1', '1', '1', 'default', 1, '0'),
(185, 'Dead Duck 3', 'deadduck3', 's', 1, 1, 1, '0', '0', '0', 210, '1', '1', '1', '1', '1', 'default', 1, '0'),
(186, 'Menorah', 'menorah', 's', 1, 1, 1, '0', '0', '0', 211, '1', '1', '1', '1', '1', 'default', 2, '0'),
(187, 'Christmas Pudding', 'pudding', 's', 1, 1, 1, '1', '0', '0', 212, '1', '1', '1', '1', '1', 'default', 1, '0'),
(188, 'Joint of Ham', 'ham', 's', 1, 1, 1, '0', '0', '0', 213, '1', '1', '1', '1', '1', 'default', 1, '0'),
(189, 'Roast Turkey', 'turkey', 's', 1, 1, 1, '0', '0', '0', 214, '1', '1', '1', '1', '1', 'default', 1, '0'),
(190, 'Christmas Rubber Duck', 'xmasduck', 's', 1, 1, 1, '1', '0', '0', 215, '1', '1', '1', '1', '1', 'default', 1, '0'),
(191, 'Gingerbread House', 'house', 's', 1, 1, 1, '0', '0', '0', 216, '1', '1', '1', '1', '1', 'default', 1, '0'),
(192, 'Electric Candles', 'triplecandle', 's', 1, 1, 1, '0', '0', '0', 217, '1', '1', '1', '1', '1', 'default', 2, '0'),
(193, 'Christmas Tree 1', 'tree3', 's', 1, 1, 1, '0', '0', '0', 218, '1', '1', '1', '1', '1', 'default', 1, '0'),
(194, 'Christmas Tree 2', 'tree4', 's', 1, 1, 1, '0', '0', '0', 219, '1', '1', '1', '1', '1', 'default', 2, '0'),
(195, 'Christmas Tree 3', 'tree5', 's', 1, 1, 1, '0', '0', '0', 220, '1', '1', '1', '1', '1', 'default', 2, '0'),
(196, 'Eaten Ham', 'ham2', 's', 1, 1, 1, '0', '0', '0', 223, '1', '1', '1', '1', '1', 'default', 1, '0'),
(197, 'White Candle Plate', 'wcandleset', 's', 1, 1, 1, '0', '0', '0', 224, '1', '1', '1', '1', '1', 'default', 2, '0'),
(198, 'Red Candle Plate', 'rcandleset', 's', 1, 1, 1, '0', '0', '0', 225, '1', '1', '1', '1', '1', 'default', 2, '0'),
(199, 'Giant Heart', 'statue', 's', 1, 1, 1, '0', '0', '0', 226, '1', '1', '1', '1', '1', 'default', 1, '0'),
(200, 'Valentine''s Duck', 'valeduck', 's', 1, 1, 1, '0', '0', '0', 228, '1', '1', '1', '1', '1', 'default', 1, '0'),
(201, 'Heart Sofa', 'heartsofa', 's', 2, 1, 1, '0', '1', '0', 229, '1', '1', '1', '1', '1', 'default', 1, '0'),
(202, 'Throne', 'throne', 's', 1, 1, 1, '0', '1', '0', 230, '0', '1', '1', '1', '1', 'default', 1, '0'),
(203, 'Russian Samovar', 'samovar', 's', 1, 1, 1, '0', '0', '0', 231, '0', '1', '1', '1', '1', 'vendingmachine', 0, '1'),
(204, 'Vase of Flowers', 'giftflowers', 's', 1, 1, 1, '0', '0', '0', 232, '1', '1', '1', '1', '1', 'default', 1, '0'),
(205, 'Cake', 'habbocake', 's', 1, 1, 1, '0', '0', '0', 233, '1', '1', '1', '1', '1', 'default', 1, '0'),
(206, 'Holopod', 'hologram', 's', 1, 1, 1, '0', '0', '0', 234, '1', '1', '1', '1', '1', 'default', 2, '0'),
(207, 'Wannabe bunny', 'easterduck', 's', 1, 1, 1, '0', '0', '0', 235, '1', '1', '1', '1', '1', 'default', 1, '0'),
(208, 'Squidgy Bunny', 'bunny', 's', 1, 1, 1, '0', '0', '0', 236, '1', '1', '1', '1', '1', 'default', 1, '0'),
(209, 'Basket Of Eggs', 'basket', 's', 1, 1, 1, '0', '0', '0', 237, '1', '1', '1', '1', '1', 'default', 1, '0'),
(210, 'Pop-up Egg', 'birdie', 's', 1, 1, 1, '0', '0', '0', 238, '1', '1', '1', '1', '1', 'default', 2, '0'),
(211, 'Holo-dice', 'edice', 's', 1, 1, 1, '0', '0', '0', 239, '1', '1', '1', '1', '1', 'dice', 1, '0'),
(212, 'Club sofa', 'club_sofa', 's', 2, 1, 1, '0', '1', '0', 240, '1', '1', '1', '1', '1', 'default', 1, '0'),
(213, 'Gold Trophy', 'a0 prize1', 's', 1, 1, 1, '0', '0', '0', 241, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(214, 'Silver Trophy', 'a0 prize2', 's', 1, 1, 1, '0', '0', '0', 242, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(215, 'Bronze Trophy', 'a0 prize3', 's', 1, 1, 1, '0', '0', '0', 243, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(216, 'Hatch (Lockable)', 'divider_poly3', 's', 1, 1, 0.001, '0', '0', '0', 244, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(217, 'Corner plinth', 'divider_arm1', 's', 1, 1, 1.4, '1', '0', '0', 245, '1', '1', '1', '1', '1', 'default', 1, '0'),
(218, 'Room divider', 'divider_arm2', 's', 2, 1, 1, '0', '0', '0', 246, '1', '1', '1', '1', '1', 'default', 1, '0'),
(219, 'Knock', 'divider_arm3', 's', 1, 1, 0.001, '0', '0', '0', 247, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(220, 'Looks squishy', 'divider_nor1', 's', 1, 1, 1, '0', '0', '0', 248, '1', '1', '1', '1', '1', 'default', 1, '0'),
(221, 'Corner Shelf', 'divider_silo1', 's', 1, 1, 1, '0', '0', '0', 249, '1', '1', '1', '1', '1', 'default', 1, '0'),
(222, 'Strong', 'divider_nor2', 's', 2, 1, 1, '0', '0', '0', 250, '1', '1', '1', '1', '1', 'default', 1, '0'),
(223, 'Screen', 'divider_silo2', 's', 2, 1, 1, '0', '0', '0', 251, '1', '1', '1', '1', '1', 'default', 1, '0'),
(224, 'Door (Lockable)', 'divider_nor3', 's', 1, 1, 0.001, '0', '0', '0', 252, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(225, 'Gate (lockable)', 'divider_silo3', 's', 1, 1, 0.001, '0', '0', '0', 253, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(226, 'Typewriter', 'typingmachine', 's', 1, 1, 1, '0', '0', '0', 254, '0', '1', '1', '1', '1', 'default', 1, '0'),
(227, 'Dragon Egg', 'spyro', 's', 1, 1, 1, '0', '0', '0', 260, '0', '1', '1', '1', '1', 'default', 1, '0'),
(228, 'Holo-girl', 'redhologram', 's', 1, 1, 1, '0', '0', '0', 261, '0', '1', '1', '1', '1', 'default', 2, '0'),
(230, 'Poinsetta', 'joulutahti', 's', 1, 1, 1, '0', '0', '0', 264, '1', '1', '1', '1', '1', 'default', 1, '0'),
(231, 'Pink Hyacinth', 'hyacinth1', 's', 1, 1, 1, '0', '0', '0', 265, '1', '1', '1', '1', '1', 'default', 1, '0'),
(232, 'Blue Hyacinth', 'hyacinth2', 's', 1, 1, 1, '0', '0', '0', 266, '1', '1', '1', '1', '1', 'default', 1, '0'),
(233, 'Chair', 'chair_plasto*10', 's', 1, 1, 1, '0', '1', '0', 268, '1', '1', '1', '1', '1', 'default', 1, '0'),
(234, 'Chair', 'chair_plasto*11', 's', 1, 1, 1, '0', '1', '0', 269, '1', '1', '1', '1', '1', 'default', 1, '0'),
(235, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*12', 's', 1, 1, 1, '1', '0', '0', 270, '1', '1', '1', '1', '1', 'default', 1, '0'),
(236, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*13', 's', 1, 1, 1, '1', '0', '0', 271, '1', '1', '1', '1', '1', 'default', 1, '0'),
(237, 'Chair', 'chair_plasto*12', 's', 1, 1, 1, '0', '1', '0', 273, '1', '1', '1', '1', '1', 'default', 1, '0'),
(238, 'Chair', 'chair_plasto*13', 's', 1, 1, 1, '0', '1', '0', 274, '1', '1', '1', '1', '1', 'default', 1, '0'),
(239, 'HC chair', 'chair_plasto*14', 's', 1, 1, 1, '0', '1', '0', 275, '1', '1', '1', '1', '1', 'default', 1, '0'),
(240, 'HC table', 'table_plasto_4leg*14', 's', 2, 2, 1, '1', '0', '0', 276, '1', '1', '1', '1', '1', 'default', 1, '0'),
(241, 'Mochamaster', 'mocchamaster', 's', 1, 1, 1, '1', '0', '0', 277, '1', '1', '1', '1', '1', 'vendingmachine', 0, '9,8,14,15,6,10,11,12,17,13'),
(242, 'Basketball Court', 'carpet_legocourt', 's', 3, 3, 0, '1', '0', '1', 278, '1', '1', '1', '1', '1', 'default', 1, '0'),
(243, 'Team Bench', 'bench_lego', 's', 4, 1, 1, '0', '1', '0', 279, '1', '1', '1', '1', '1', 'default', 1, '0'),
(244, 'Basketball Trophy', 'legotrophy', 's', 1, 1, 1, '0', '0', '0', 280, '1', '1', '1', '1', '0', 'trophy', 2, '0'),
(245, 'Holiday Romance', 'valentinescreen', 's', 2, 1, 0.1, '0', '0', '1', 283, '1', '1', '1', '1', '1', 'default', 1, '0'),
(246, 'Dicemaster', 'edicehc', 's', 1, 1, 1, '0', '0', '0', 284, '1', '1', '1', '1', '1', 'dice', 1, '0'),
(247, 'Petal Patch', 'rare_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 285, '1', '1', '1', '1', '1', 'default', 1, '0'),
(248, 'Blue Amber Lamp', 'rare_beehive_bulb', 's', 1, 1, 1, '0', '0', '0', 286, '1', '1', '1', '1', '1', 'default', 2, '0'),
(249, 'Throne Sofa', 'hcsohva', 's', 2, 1, 1, '0', '1', '0', 287, '1', '1', '1', '1', '1', 'default', 1, '0'),
(250, 'Tubmaster', 'hcamme', 's', 1, 2, 0.6, '0', '1', '0', 288, '1', '1', '1', '1', '1', 'default', 2, '0'),
(251, 'Golden Elephant', 'rare_elephant_statue', 's', 1, 1, 1, '0', '0', '0', 290, '1', '1', '1', '1', '1', 'default', 1, '0'),
(252, 'Bird Bath (red)', 'rare_fountain', 's', 1, 1, 1, '0', '0', '0', 291, '1', '1', '1', '1', '1', 'default', 2, '0'),
(253, 'Speaker''s Corner', 'rare_stand', 's', 1, 1, 1.7, '0', '1', '0', 292, '1', '1', '1', '1', '1', 'default', 1, '0'),
(254, 'Snow Globe', 'rare_globe', 's', 1, 1, 1, '0', '0', '0', 293, '1', '1', '1', '1', '1', 'default', 2, '0'),
(255, 'Hammock', 'rare_hammock', 's', 1, 3, 1.57, '0', '0', '0', 294, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(256, 'Silver Elephant', 'rare_elephant_statue*1', 's', 1, 1, 1, '0', '0', '0', 295, '1', '1', '1', '1', '1', 'default', 1, '0'),
(257, 'Bronze Elephant', 'rare_elephant_statue*2', 's', 1, 1, 1, '0', '0', '0', 296, '1', '1', '1', '1', '1', 'default', 1, '0'),
(258, 'Bird Bath (grey)', 'rare_fountain*1', 's', 1, 1, 1, '0', '0', '0', 297, '1', '1', '1', '1', '1', 'default', 2, '0'),
(259, 'Bird Bath (green)', 'rare_fountain*2', 's', 1, 1, 1, '0', '0', '0', 298, '1', '1', '1', '1', '1', 'default', 2, '0'),
(260, 'Bird Bath (blue)', 'rare_fountain*3', 's', 1, 1, 1, '0', '0', '0', 299, '1', '1', '1', '1', '1', 'default', 2, '0'),
(261, 'Red Amber Lamp', 'rare_beehive_bulb*1', 's', 1, 1, 1, '0', '0', '0', 300, '1', '1', '1', '1', '1', 'default', 2, '0'),
(262, 'Yellow Amber Lamp', 'rare_beehive_bulb*2', 's', 1, 1, 1, '0', '0', '0', 301, '1', '1', '1', '1', '1', 'default', 2, '0'),
(263, 'Lappland Greetings', 'rare_xmas_screen', 's', 2, 1, 0, '0', '0', '1', 302, '1', '1', '1', '1', '1', 'default', 1, '0'),
(264, 'Yellow Parasol', 'rare_parasol*1', 's', 1, 1, 1, '0', '0', '0', 303, '1', '1', '1', '1', '1', 'default', 2, '0'),
(265, 'Orange Parasol', 'rare_parasol*2', 's', 1, 1, 1, '0', '0', '0', 304, '1', '1', '1', '1', '1', 'default', 2, '0'),
(266, 'Violet Parasol', 'rare_parasol*3', 's', 1, 1, 1, '0', '0', '0', 305, '1', '1', '1', '1', '1', 'default', 2, '0'),
(267, 'Dead tree', 'tree1', 's', 1, 1, 1, '0', '0', '0', 387, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20045, 'arabian_tile', 'arabian_tile', 's', 2, 2, 0, '1', '0', '1', 3029, '1', '1', '1', '1', '1', 'default', 1, '0'),
(269, 'White Candle', 'wcandle', 's', 1, 1, 1, '0', '0', '0', 393, '1', '1', '1', '1', '1', 'default', 2, '0'),
(270, 'Red Candle', 'rcandle', 's', 1, 1, 1, '0', '0', '0', 394, '1', '1', '1', '1', '1', 'default', 2, '0'),
(272, 'Gingerbread House', 'house2', 's', 1, 1, 1, '0', '0', '0', 428, '1', '1', '1', '1', '1', 'default', 1, '0'),
(273, 'Habbo Turntable', 'djesko_turntable', 's', 1, 1, 1, '0', '0', '0', 449, '1', '1', '1', '1', '1', 'default', 1, '0'),
(275, 'Habbo Cola Machine', 'md_limukaappi', 's', 1, 1, 1, '0', '0', '0', 457, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19'),
(276, 'Occasional Table', 'table_plasto_4leg*10', 's', 2, 2, 1, '1', '0', '0', 1484, '1', '1', '1', '1', '1', 'default', 1, '0'),
(277, 'Occasional Table', 'table_plasto_4leg*15', 's', 2, 2, 1, '1', '0', '0', 1486, '1', '1', '1', '1', '1', 'default', 1, '0'),
(278, 'Occasional Table', 'table_plasto_bigsquare*14', 's', 2, 2, 1, '1', '0', '0', 1487, '1', '1', '1', '1', '1', 'default', 1, '0'),
(279, 'Occasional Table', 'table_plasto_bigsquare*15', 's', 2, 2, 1, '1', '0', '0', 1488, '1', '1', '1', '1', '1', 'default', 1, '0'),
(280, 'Occasional Table', 'table_plasto_round*14', 's', 2, 2, 1, '1', '0', '0', 1489, '1', '1', '1', '1', '1', 'default', 1, '0'),
(281, 'Occasional Table', 'table_plasto_round*15', 's', 2, 2, 1, '1', '0', '0', 1490, '1', '1', '1', '1', '1', 'default', 1, '0'),
(282, 'Occasional Table', 'table_plasto_square*14', 's', 1, 1, 1, '1', '0', '0', 1491, '1', '1', '1', '1', '1', 'default', 1, '0'),
(283, 'Occasional Table', 'table_plasto_square*15', 's', 1, 1, 1, '1', '0', '0', 1492, '1', '1', '1', '1', '1', 'default', 1, '0'),
(284, 'Chair', 'chair_plasto*15', 's', 1, 1, 1, '0', '1', '0', 1495, '1', '1', '1', '1', '1', 'default', 1, '0'),
(285, 'Plastic Pod Chair', 'chair_plasty*7', 's', 1, 1, 1, '0', '1', '0', 1496, '1', '1', '1', '1', '1', 'default', 1, '0'),
(286, 'Plastic Pod Chair', 'chair_plasty*8', 's', 1, 1, 1, '0', '1', '0', 1497, '1', '1', '1', '1', '1', 'default', 1, '0'),
(287, 'Plastic Pod Chair', 'chair_plasty*9', 's', 1, 1, 1, '0', '1', '0', 1498, '1', '1', '1', '1', '1', 'default', 1, '0'),
(288, 'Plastic Pod Chair', 'chair_plasty*10', 's', 1, 1, 1, '0', '1', '0', 1499, '1', '1', '1', '1', '1', 'default', 1, '0'),
(289, 'Plastic Pod Chair', 'chair_plasty*11', 's', 1, 1, 1, '0', '1', '0', 1500, '1', '1', '1', '1', '1', 'default', 1, '0'),
(290, 'Chair', 'chair_plasto*16', 's', 1, 1, 1, '0', '1', '0', 1501, '1', '1', '1', '1', '1', 'default', 1, '0'),
(291, 'Occasional Table', 'table_plasto_4leg*16', 's', 2, 2, 1, '1', '0', '0', 1502, '1', '1', '1', '1', '1', 'default', 1, '0'),
(292, 'Scoreboard', 'hockey_score', 's', 1, 1, 1, '0', '0', '0', 1503, '1', '1', '1', '1', '1', 'scoreboard', 100, '0'),
(293, 'Lert', 'hockey_light', 's', 1, 1, 1, '0', '0', '0', 1504, '1', '1', '1', '1', '1', 'alert', 2, '0'),
(294, 'Imperial Teleport', 'doorD', 's', 1, 1, 0.001, '0', '0', '0', 1505, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
(295, 'Duck trophy', 'a0 prizetrophy2_b', 's', 1, 1, 1, '0', '0', '0', 1506, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(296, 'Globe trophy', 'a0 prizetrophy3_b', 's', 1, 1, 1, '0', '0', '0', 1507, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(297, 'Fish trophy', 'a0 prizetrophy4_b', 's', 1, 1, 1, '0', '0', '0', 1508, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(298, 'Champion trophy', 'a0 prizetrophy5_b', 's', 1, 1, 1, '0', '0', '0', 1509, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(299, 'Classic trophy', 'prizetrophy*1', 's', 1, 1, 1, '0', '0', '0', 1511, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(300, 'Duck trophy', 'a0 prizetrophy2_g', 's', 1, 1, 1, '0', '0', '0', 1512, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(301, 'Globe trophy', 'a0 prizetrophy3_g', 's', 1, 1, 1, '0', '0', '0', 1513, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(302, 'Fish trophy', 'a0 prizetrophy4_g', 's', 1, 1, 1, '0', '0', '0', 1514, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(303, 'Duo trophy', 'a0 prizetrophy5_g', 's', 1, 1, 1, '0', '0', '0', 1515, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(304, 'Champion trophy', 'a0 prizetrophy6_g', 's', 1, 1, 1, '0', '0', '0', 1516, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(305, 'Classic trophy', 'prizetrophy*2', 's', 1, 1, 1, '0', '0', '0', 1517, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(306, 'Duck trophy', 'a0 prizetrophy2_s', 's', 1, 1, 1, '0', '0', '0', 1518, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(307, 'Globe trophy', 'a0 prizetrophy3_s', 's', 1, 1, 1, '0', '0', '0', 1519, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(308, 'Fish trophy', 'a0 prizetrophy4_s', 's', 1, 1, 1, '0', '0', '0', 1520, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(309, 'Duo trophy', 'a0 prizetrophy5_s', 's', 1, 1, 1, '0', '0', '0', 1521, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(310, 'Champion trophy', 'a0 prizetrophy6_s', 's', 1, 1, 1, '0', '0', '0', 1522, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(311, 'Classic trophy', 'prizetrophy*3', 's', 1, 1, 1, '0', '0', '0', 1523, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(312, 'Green Parasol', 'rare_parasol*0', 's', 1, 1, 1, '0', '0', '0', 1524, '1', '1', '1', '1', '1', 'default', 2, '0'),
(313, 'Oil Lamp', 'hc_lmp', 's', 1, 1, 1, '0', '0', '0', 1525, '1', '1', '1', '1', '1', 'default', 2, '0'),
(314, 'Nordic Table', 'hc_tbl', 's', 1, 3, 1, '1', '0', '0', 1526, '1', '1', '1', '1', '1', 'default', 1, '0'),
(315, 'Majestic Chair', 'hc_chr', 's', 1, 1, 1, '0', '1', '0', 1527, '1', '1', '1', '1', '1', 'default', 1, '0'),
(316, 'Study Desk', 'hc_dsk', 's', 1, 2, 1, '0', '0', '0', 1528, '1', '1', '1', '1', '1', 'default', 2, '0'),
(317, 'Night', 'nest', 's', 1, 1, 1, '1', '0', '0', 1529, '1', '1', '1', '1', '1', 'default', 1, '0'),
(318, 'Bones Mega Multipack', 'petfood1', 's', 1, 1, 1, '1', '0', '0', 1530, '1', '1', '1', '1', '1', 'default', 1, '0'),
(319, 'Sardines Mega Multipack', 'petfood2', 's', 1, 1, 1, '1', '0', '0', 1531, '1', '1', '1', '1', '1', 'default', 1, '0'),
(320, 'Cabbage Mega Multipack', 'petfood3', 's', 1, 1, 1, '1', '0', '0', 1532, '1', '1', '1', '1', '1', 'default', 1, '0'),
(321, 'Blue Water Bowl', 'waterbowl*4', 's', 1, 1, 1, '1', '0', '0', 1533, '1', '1', '1', '1', '1', 'default', 1, '0'),
(322, 'Brown Water Bowl', 'waterbowl*5', 's', 1, 1, 1, '1', '0', '0', 1534, '1', '1', '1', '1', '1', 'default', 1, '0'),
(323, 'Green Water Bowl', 'waterbowl*2', 's', 1, 1, 1, '1', '0', '0', 1535, '1', '1', '1', '1', '1', 'default', 1, '0'),
(324, 'Red Water Bowl', 'waterbowl*1', 's', 1, 1, 1, '1', '0', '0', 1536, '1', '1', '1', '1', '1', 'default', 1, '0'),
(325, 'Yellow Water Bowl', 'waterbowl*3', 's', 1, 1, 1, '1', '0', '0', 1537, '1', '1', '1', '1', '1', 'default', 1, '0'),
(326, 'Rubber Ball', 'toy1', 's', 1, 1, 1, '1', '0', '0', 1538, '1', '1', '1', '1', '1', 'default', 1, '0'),
(327, 'Rubber Ball', 'toy1*1', 's', 1, 1, 1, '1', '0', '0', 1539, '1', '1', '1', '1', '1', 'default', 1, '0'),
(328, 'Rubber Ball', 'toy1*2', 's', 1, 1, 1, '1', '0', '0', 1540, '1', '1', '1', '1', '1', 'default', 1, '0'),
(329, 'Rubber Ball', 'toy1*3', 's', 1, 1, 1, '1', '0', '0', 1541, '1', '1', '1', '1', '1', 'default', 1, '0'),
(330, 'Rubber Ball', 'toy1*4', 's', 1, 1, 1, '1', '0', '0', 1542, '1', '1', '1', '1', '1', 'default', 1, '0'),
(331, 'Marzipan Man', 'goodie1', 's', 1, 1, 1, '1', '0', '0', 1543, '1', '1', '1', '1', '1', 'default', 1, '0'),
(332, 'Marzipan Man', 'goodie1*1', 's', 1, 1, 1, '1', '0', '0', 1544, '1', '1', '1', '1', '1', 'default', 1, '0'),
(333, 'Marzipan Man', 'goodie1*2', 's', 1, 1, 1, '1', '0', '0', 1545, '1', '1', '1', '1', '1', 'default', 1, '0'),
(334, 'Chocolate Mouse', 'goodie2', 's', 1, 1, 1, '1', '0', '0', 1546, '1', '1', '1', '1', '1', 'default', 1, '0'),
(335, 'Bronze Habbo trophy', 'a0 prizetrophy7_b', 's', 1, 1, 1, '0', '0', '0', 1547, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(336, 'Gold Habbo trophy', 'a0 prizetrophy7_g', 's', 1, 1, 1, '0', '0', '0', 1548, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(337, 'Silver Habbo trophy', 'a0 prizetrophy7_s', 's', 1, 1, 1, '0', '0', '0', 1549, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(338, 'Red Laser Door', 'scifiport*0', 's', 1, 1, 0.001, '0', '0', '0', 1550, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(339, 'Violet Sci-Fi Port', 'scifiport*9', 's', 1, 1, 0.001, '0', '0', '0', 1551, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(340, 'Purple Sci-Fi Port', 'scifiport*8', 's', 1, 1, 0.001, '0', '0', '0', 1552, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(341, 'Aqua Laser Gate', 'scifiport*7', 's', 1, 1, 0.001, '0', '0', '0', 1553, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(342, 'White Sci-Fi Port', 'scifiport*6', 's', 1, 1, 0.001, '0', '0', '0', 1554, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(343, 'Security Fence', 'scifiport*5', 's', 1, 1, 0.001, '0', '0', '0', 1555, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(344, 'Pink Sci-Fi Port', 'scifiport*4', 's', 1, 1, 0.001, '0', '0', '0', 1556, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(345, 'Jade Sci-Fi Port', 'scifiport*3', 's', 1, 1, 0.001, '0', '0', '0', 1557, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(346, 'Blue Laser Gate', 'scifiport*2', 's', 1, 1, 0.001, '0', '0', '0', 1558, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(347, 'Gold Laser Gate', 'scifiport*1', 's', 1, 1, 0.001, '0', '0', '0', 1559, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(348, 'Neptune Smoke Machine', 'scifirocket*9', 's', 1, 1, 1, '0', '0', '0', 1560, '1', '1', '1', '1', '1', 'default', 2, '0'),
(349, 'From a space far', 'scifirocket*8', 's', 1, 1, 1, '0', '0', '0', 1561, '1', '1', '1', '1', '1', 'default', 2, '0'),
(350, 'Jupiter Smoke Machine', 'scifirocket*7', 's', 1, 1, 1, '0', '0', '0', 1562, '1', '1', '1', '1', '1', 'default', 2, '0'),
(351, 'Mercury Smoke Machine', 'scifirocket*6', 's', 1, 1, 1, '0', '0', '0', 1563, '1', '1', '1', '1', '1', 'default', 2, '0'),
(352, 'Uranus Smoke Machine', 'scifirocket*5', 's', 1, 1, 1, '0', '0', '0', 1564, '1', '1', '1', '1', '1', 'default', 2, '0'),
(353, 'Venus Smoke Machine', 'scifirocket*4', 's', 1, 1, 1, '0', '0', '0', 1565, '1', '1', '1', '1', '1', 'default', 2, '0'),
(354, 'Endor Smoke Machine', 'scifirocket*3', 's', 1, 1, 1, '0', '0', '0', 1566, '1', '1', '1', '1', '1', 'default', 2, '0'),
(355, 'Earth Smoke Machine', 'scifirocket*2', 's', 1, 1, 1, '0', '0', '0', 1567, '1', '1', '1', '1', '1', 'default', 2, '0'),
(356, 'Saturn Smoke Machine', 'scifirocket*1', 's', 1, 1, 1, '0', '0', '0', 1568, '1', '1', '1', '1', '1', 'default', 2, '0'),
(357, 'Mars Smoke Machine', 'scifirocket*0', 's', 1, 1, 1, '0', '0', '0', 1569, '1', '1', '1', '1', '1', 'default', 2, '0'),
(358, 'Violet Starship Door', 'scifidoor*10', 's', 1, 1, 0.001, '0', '0', '0', 1570, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(359, 'It''s blue', 'scifidoor*9', 's', 1, 1, 0.001, '0', '0', '0', 1571, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(360, 'Purple Spaceship Door', 'scifidoor*8', 's', 1, 1, 0.001, '0', '0', '0', 1572, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(361, 'Aqua Spaceship Door', 'scifidoor*7', 's', 1, 1, 0.001, '0', '0', '0', 1573, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(362, 'Black Monolith', 'scifidoor*6', 's', 1, 1, 0.001, '0', '0', '0', 1574, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(363, 'White Spaceship Door', 'scifidoor*5', 's', 1, 1, 0.001, '0', '0', '0', 1575, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(364, 'Emerald Spaceship Door', 'scifidoor*4', 's', 1, 1, 0.001, '0', '0', '0', 1576, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(365, 'Lightblue Spaceship Door', 'scifidoor*3', 's', 1, 1, 0.001, '0', '0', '0', 1577, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(366, 'Yellow Spaceship Door', 'scifidoor*2', 's', 1, 1, 0.001, '0', '0', '0', 1578, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(367, 'Pink Spaceship Door', 'scifidoor*1', 's', 1, 1, 0.001, '0', '0', '0', 1579, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(368, 'Puffy', 'pillow*5', 's', 1, 1, 1, '0', '1', '0', 1580, '1', '1', '1', '1', '1', 'default', 1, '0'),
(369, 'Puffy', 'pillow*8', 's', 1, 1, 1, '0', '1', '0', 1581, '1', '1', '1', '1', '1', 'default', 1, '0'),
(370, 'White Lace Pillow', 'pillow*0', 's', 1, 1, 1, '0', '1', '0', 1582, '1', '1', '1', '1', '1', 'default', 1, '0'),
(371, 'Puffy', 'pillow*1', 's', 1, 1, 1, '0', '1', '0', 1583, '1', '1', '1', '1', '1', 'default', 1, '0'),
(372, 'Puffy', 'pillow*2', 's', 1, 1, 1, '0', '1', '0', 1584, '1', '1', '1', '1', '1', 'default', 1, '0'),
(373, 'Purple Velvet Pillow', 'pillow*7', 's', 1, 1, 1, '0', '1', '0', 1585, '1', '1', '1', '1', '1', 'default', 1, '0'),
(374, 'Puffy', 'pillow*9', 's', 1, 1, 1, '0', '1', '0', 1586, '1', '1', '1', '1', '1', 'default', 1, '0'),
(375, 'Puffy', 'pillow*4', 's', 1, 1, 1, '0', '1', '0', 1587, '1', '1', '1', '1', '1', 'default', 1, '0'),
(376, 'Puffy', 'pillow*6', 's', 1, 1, 1, '0', '1', '0', 1588, '1', '1', '1', '1', '1', 'default', 1, '0'),
(377, 'Puffy', 'pillow*3', 's', 1, 1, 1, '0', '1', '0', 1589, '1', '1', '1', '1', '1', 'default', 1, '0'),
(378, 'Pink marquee', 'marquee*1', 's', 1, 1, 0.001, '0', '0', '0', 1590, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(379, 'Red Dragon Marquee', 'marquee*2', 's', 1, 1, 0.001, '0', '0', '0', 1591, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(380, 'Purple Marquee', 'marquee*7', 's', 1, 1, 0.001, '0', '0', '0', 1592, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(381, 'White Marquee', 'marquee*10', 's', 1, 1, 0.001, '0', '0', '0', 1593, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(382, 'Ultramarine Marquee', 'marquee*8', 's', 1, 1, 0.001, '0', '0', '0', 1594, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(383, 'Green Marquee', 'marquee*9', 's', 1, 1, 0.001, '0', '0', '0', 1595, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(384, 'Graphite Marquee', 'marquee*5', 's', 1, 1, 0.001, '0', '0', '0', 1596, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(385, 'Yellow Marquee', 'marquee*4', 's', 1, 1, 0.001, '0', '0', '0', 1597, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(386, 'Blue Marquee', 'marquee*6', 's', 1, 1, 0.001, '0', '0', '0', 1598, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(387, 'Aqua Marquee', 'marquee*3', 's', 1, 1, 0.001, '0', '0', '0', 1599, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(388, 'Pink Oriental screen', 'wooden_screen*1', 's', 1, 2, 1, '0', '0', '0', 1600, '1', '1', '1', '1', '1', 'default', 1, '0'),
(389, 'RosewoodScreen', 'wooden_screen*2', 's', 1, 2, 1, '0', '0', '0', 1601, '1', '1', '1', '1', '1', 'default', 1, '0'),
(390, 'Purple Oriental Screen', 'wooden_screen*7', 's', 1, 2, 1, '0', '0', '0', 1602, '1', '1', '1', '1', '1', 'default', 1, '0'),
(391, 'White Oriental Screen', 'wooden_screen*0', 's', 1, 2, 1, '0', '0', '0', 1603, '1', '1', '1', '1', '1', 'default', 1, '0'),
(392, 'Night Blue Oriental Screen', 'wooden_screen*8', 's', 1, 2, 1, '0', '0', '0', 1604, '1', '1', '1', '1', '1', 'default', 1, '0'),
(393, 'Gray Oriental Screen', 'wooden_screen*5', 's', 1, 2, 1, '0', '0', '0', 1605, '1', '1', '1', '1', '1', 'default', 1, '0'),
(394, 'Green Oriental Screen', 'wooden_screen*9', 's', 1, 2, 1, '0', '0', '0', 1606, '1', '1', '1', '1', '1', 'default', 1, '0'),
(395, 'Golden Oriental Screen', 'wooden_screen*4', 's', 1, 2, 1, '0', '0', '0', 1607, '1', '1', '1', '1', '1', 'default', 1, '0'),
(396, 'Blue Oriental Screen', 'wooden_screen*6', 's', 1, 2, 1, '0', '0', '0', 1608, '1', '1', '1', '1', '1', 'default', 1, '0'),
(397, 'Terracotta Pillar', 'wooden_screen*3', 's', 1, 2, 1, '0', '0', '0', 1609, '1', '1', '1', '1', '1', 'default', 1, '0'),
(398, 'Pink Marble Pillar', 'pillar*1', 's', 1, 1, 1, '0', '0', '0', 1611, '1', '1', '1', '1', '1', 'default', 1, '0'),
(399, 'Rock Pillar', 'pillar*9', 's', 1, 1, 1, '0', '0', '0', 1612, '1', '1', '1', '1', '1', 'default', 1, '0'),
(400, 'Classy architect', 'pillar*0', 's', 1, 1, 1, '0', '0', '0', 1613, '1', '1', '1', '1', '1', 'default', 1, '0'),
(401, 'Roman Pillar', 'pillar*8', 's', 1, 1, 1, '0', '0', '0', 1614, '1', '1', '1', '1', '1', 'default', 1, '0'),
(402, 'Nordic Pillar', 'pillar*2', 's', 1, 1, 1, '0', '0', '0', 1615, '1', '1', '1', '1', '1', 'default', 1, '0'),
(403, 'Pagan Pillar', 'pillar*5', 's', 1, 1, 1, '0', '0', '0', 1616, '1', '1', '1', '1', '1', 'default', 1, '0'),
(404, 'Dark Ages Pillar', 'pillar*4', 's', 1, 1, 1, '0', '0', '0', 1617, '1', '1', '1', '1', '1', 'default', 1, '0'),
(405, 'Atlantean Pillar', 'pillar*7', 's', 1, 1, 1, '0', '0', '0', 1618, '1', '1', '1', '1', '1', 'default', 1, '0'),
(406, 'blue pillar', 'pillar*3', 's', 1, 1, 1, '0', '0', '0', 1619, '1', '1', '1', '1', '1', 'default', 1, '0'),
(407, 'Serpent of Doom', 'rare_dragonlamp*4', 's', 1, 1, 1, '0', '0', '0', 1620, '1', '1', '1', '1', '1', 'default', 2, '0'),
(408, 'Fire Dragon Lamp', 'rare_dragonlamp*0', 's', 1, 1, 1, '0', '0', '0', 1621, '1', '1', '1', '1', '1', 'default', 2, '0'),
(409, 'Elf Green Dragon Lamp', 'rare_dragonlamp*5', 's', 1, 1, 1, '0', '0', '0', 1622, '1', '1', '1', '1', '1', 'default', 2, '0'),
(410, 'Jade Dragon Lamp', 'rare_dragonlamp*2', 's', 1, 1, 1, '0', '0', '0', 1623, '1', '1', '1', '1', '1', 'default', 2, '0'),
(411, 'Bronze Dragon Lamp', 'rare_dragonlamp*8', 's', 1, 1, 1, '0', '0', '0', 1624, '1', '1', '1', '1', '1', 'default', 2, '0'),
(412, 'Purple Dragon Lamp', 'rare_dragonlamp*9', 's', 1, 1, 1, '0', '0', '0', 1625, '1', '1', '1', '1', '1', 'default', 2, '0'),
(413, 'Sky Dragon Lamp', 'rare_dragonlamp*7', 's', 1, 1, 1, '0', '0', '0', 1626, '1', '1', '1', '1', '1', 'default', 2, '0'),
(414, 'Gold Dragon Lamp', 'rare_dragonlamp*6', 's', 1, 1, 1, '0', '0', '0', 1627, '1', '1', '1', '1', '1', 'default', 2, '0'),
(415, 'Sea Dragon Lamp', 'rare_dragonlamp*1', 's', 1, 1, 1, '0', '0', '0', 1628, '1', '1', '1', '1', '1', 'default', 2, '0'),
(416, 'Silver Dragon Lamp', 'rare_dragonlamp*3', 's', 1, 1, 1, '0', '0', '0', 1629, '1', '1', '1', '1', '1', 'default', 2, '0'),
(417, 'Blueberry Ice Cream Machine', 'rare_icecream*1', 's', 1, 1, 1, '0', '0', '0', 1630, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4'),
(418, 'Chocolate Ice Cream Machine', 'rare_icecream*7', 's', 1, 1, 1, '0', '0', '0', 1631, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4'),
(419, 'Peppermint Ice Cream Machine', 'rare_icecream*8', 's', 1, 1, 1, '0', '0', '0', 1632, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4'),
(420, 'Pistachio Ice Cream Machine', 'rare_icecream*2', 's', 1, 1, 1, '0', '0', '0', 1633, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4'),
(421, 'Toffee Ice Cream Machine', 'rare_icecream*6', 's', 1, 1, 1, '0', '0', '0', 1634, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4'),
(422, 'Bubblegum Ice Cream Machine', 'rare_icecream*9', 's', 1, 1, 1, '0', '0', '0', 1635, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4'),
(423, 'Blackcurrant Ice Cream Machine', 'rare_icecream*3', 's', 1, 1, 1, '0', '0', '0', 1636, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4'),
(424, 'Cherry Ice Cream Machine', 'rare_icecream*0', 's', 1, 1, 1, '0', '0', '0', 1637, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4'),
(425, 'Strawberry Ice Cream Machine', 'rare_icecream*4', 's', 1, 1, 1, '0', '0', '0', 1638, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4'),
(426, 'Vanilla Ice Cream Machine', 'rare_icecream*5', 's', 1, 1, 1, '0', '0', '0', 1639, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4'),
(427, 'Brown Powered Fan', 'rare_fan*7', 's', 1, 1, 1, '0', '0', '0', 1640, '1', '1', '1', '1', '1', 'default', 2, '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(428, 'Ochre Powered Fan', 'rare_fan*6', 's', 1, 1, 1, '0', '0', '0', 1641, '1', '1', '1', '1', '1', 'default', 2, '0'),
(429, 'Fucsia Powered Fan', 'rare_fan*9', 's', 1, 1, 1, '0', '0', '0', 1642, '1', '1', '1', '1', '1', 'default', 2, '0'),
(430, 'Purple Dragon Skin Fan', 'rare_fan*3', 's', 1, 1, 1, '0', '0', '0', 1643, '1', '1', '1', '1', '1', 'default', 2, '0'),
(431, 'Festive Fan', 'rare_fan*0', 's', 1, 1, 1, '0', '0', '0', 1644, '1', '1', '1', '1', '1', 'default', 2, '0'),
(432, 'SUPERLOVE Fan', 'rare_fan*4', 's', 1, 1, 1, '0', '0', '0', 1645, '1', '1', '1', '1', '1', 'default', 2, '0'),
(433, 'Yellow Powered Fan', 'rare_fan*5', 's', 1, 1, 1, '0', '0', '0', 1646, '1', '1', '1', '1', '1', 'default', 2, '0'),
(434, 'Birthday Fan', 'rare_fan*1', 's', 1, 1, 1, '0', '0', '0', 1647, '1', '1', '1', '1', '1', 'default', 2, '0'),
(435, 'Stylish', 'rare_fan*8', 's', 1, 1, 1, '0', '0', '0', 1648, '1', '1', '1', '1', '1', 'default', 2, '0'),
(436, 'Green Powered Fan', 'rare_fan*2', 's', 1, 1, 1, '0', '0', '0', 1649, '1', '1', '1', '1', '1', 'default', 2, '0'),
(437, 'Ice Habbo Roller', 'queue_tile1*3', 's', 1, 1, 1, '1', '0', '1', 1650, '1', '1', '1', '1', '1', 'default', 1, '0'),
(438, 'Blue Habbo Roller', 'queue_tile1*6', 's', 1, 1, 1, '1', '0', '1', 1651, '1', '1', '1', '1', '1', 'default', 1, '0'),
(439, 'Gold Habbo Roller', 'queue_tile1*4', 's', 1, 1, 1, '1', '0', '1', 1652, '1', '1', '1', '1', '1', 'default', 1, '0'),
(440, 'Green Habbo Roller', 'queue_tile1*9', 's', 1, 1, 1, '1', '0', '1', 1653, '1', '1', '1', '1', '1', 'default', 1, '0'),
(441, 'Navy Habbo Roller', 'queue_tile1*8', 's', 1, 1, 1, '1', '0', '1', 1654, '1', '1', '1', '1', '1', 'default', 1, '0'),
(442, 'Knight Roller', 'queue_tile1*5', 's', 1, 1, 1, '1', '0', '1', 1655, '1', '1', '1', '1', '1', 'default', 1, '0'),
(443, 'Purple Habbo Roller', 'queue_tile1*7', 's', 1, 1, 1, '1', '0', '1', 1656, '1', '1', '1', '1', '1', 'default', 1, '0'),
(444, 'Red Habbo Roller', 'queue_tile1*2', 's', 1, 1, 1, '1', '0', '1', 1657, '1', '1', '1', '1', '1', 'default', 1, '0'),
(445, 'Pink Habbo Roller', 'queue_tile1*1', 's', 1, 1, 1, '1', '0', '1', 1658, '1', '1', '1', '1', '1', 'default', 1, '0'),
(446, 'White Quest Roller', 'queue_tile1*0', 's', 1, 1, 1, '1', '0', '1', 1659, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20071, 'ads_gsArcade_2 name', 'ads_gsArcade_2', 's', 1, 1, 1, '1', '0', '0', 2974, '1', '1', '1', '1', '1', 'default', 2, '0'),
(448, 'Snow Rug', 'rare_snowrug', 's', 2, 2, 0, '1', '0', '1', 1738, '1', '1', '1', '1', '1', 'default', 1, '0'),
(449, 'Lantern', 'cn_lamp', 's', 1, 1, 1, '0', '0', '0', 1741, '1', '1', '1', '1', '1', 'default', 2, '0'),
(450, 'Chinese Sofa', 'cn_sofa', 's', 3, 1, 1, '0', '1', '0', 1742, '1', '1', '1', '1', '1', 'default', 1, '0'),
(451, 'Sport track straight', 'sporttrack1*1', 's', 2, 2, 0, '1', '0', '1', 1745, '1', '1', '1', '1', '1', 'default', 1, '0'),
(452, 'Sport track straight grass', 'sporttrack1*3', 's', 2, 2, 0, '1', '0', '1', 1747, '1', '1', '1', '1', '1', 'default', 1, '0'),
(453, 'Sport track straight asphalt', 'sporttrack1*2', 's', 2, 2, 0, '1', '0', '1', 1748, '1', '1', '1', '1', '1', 'default', 1, '0'),
(454, 'Sport corner tartan', 'sporttrack2*1', 's', 2, 2, 0, '1', '0', '1', 1750, '1', '1', '1', '1', '1', 'default', 1, '0'),
(455, 'Sport corner asphalt', 'sporttrack2*2', 's', 2, 2, 0, '1', '0', '1', 1751, '1', '1', '1', '1', '1', 'default', 1, '0'),
(456, 'Sport corner grass', 'sporttrack2*3', 's', 2, 2, 0, '1', '0', '1', 1752, '1', '1', '1', '1', '1', 'default', 1, '0'),
(457, 'Sport goal tartan', 'sporttrack3*1', 's', 2, 2, 0, '1', '0', '1', 1754, '1', '1', '1', '1', '1', 'default', 1, '0'),
(458, 'Sport goal asphalt', 'sporttrack3*2', 's', 2, 2, 0, '1', '0', '1', 1755, '1', '1', '1', '1', '1', 'default', 1, '0'),
(459, 'Sport goal grass', 'sporttrack3*3', 's', 2, 2, 0, '1', '0', '1', 1756, '1', '1', '1', '1', '1', 'default', 1, '0'),
(460, 'Football Lamp', 'footylamp', 's', 1, 1, 1, '0', '0', '0', 1757, '1', '1', '1', '1', '1', 'default', 2, '0'),
(461, 'Bar Stool', 'barchair_silo', 's', 1, 1, 1.2, '0', '1', '0', 1758, '1', '1', '1', '1', '1', 'default', 1, '0'),
(462, 'Habbos', 'divider_nor4*4', 's', 2, 1, 1, '0', '0', '0', 1759, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(463, 'Classic Traffic Light', 'traffic_light*1', 's', 1, 1, 1, '0', '0', '0', 1760, '1', '1', '1', '1', '1', 'default', 3, '0'),
(464, 'Blue Traffic Light', 'traffic_light*2', 's', 1, 1, 1, '0', '0', '0', 1761, '1', '1', '1', '1', '1', 'default', 3, '0'),
(465, 'Purple Traffic Light', 'traffic_light*3', 's', 1, 1, 1, '0', '0', '0', 1762, '1', '1', '1', '1', '1', 'default', 3, '0'),
(466, 'Yellow Traffic Light', 'traffic_light*4', 's', 1, 1, 1, '0', '0', '0', 1763, '1', '1', '1', '1', '1', 'default', 3, '0'),
(467, 'Red Traffic Light', 'traffic_light*6', 's', 1, 1, 1, '0', '0', '0', 1764, '1', '1', '1', '1', '1', 'default', 3, '0'),
(468, 'Blue Inflatable Chair', 'rubberchair*1', 's', 1, 1, 1, '0', '1', '0', 1765, '1', '1', '1', '1', '1', 'default', 1, '0'),
(469, 'Pink Inflatable Chair', 'rubberchair*2', 's', 1, 1, 1, '0', '1', '0', 1766, '1', '1', '1', '1', '1', 'default', 1, '0'),
(470, 'Orange Inflatable Chair', 'rubberchair*3', 's', 1, 1, 1, '0', '1', '0', 1767, '1', '1', '1', '1', '1', 'default', 1, '0'),
(471, 'Ocean Inflatable Chair', 'rubberchair*4', 's', 1, 1, 1, '0', '1', '0', 1768, '1', '1', '1', '1', '1', 'default', 1, '0'),
(472, 'Lime Inflatable Chair', 'rubberchair*5', 's', 1, 1, 1, '0', '1', '0', 1769, '1', '1', '1', '1', '1', 'default', 1, '0'),
(473, 'Violet Inflatable Chair', 'rubberchair*6', 's', 1, 1, 1, '0', '1', '0', 1770, '1', '1', '1', '1', '1', 'default', 1, '0'),
(474, 'Yellow Maze Barrier', 'barrier*1', 's', 1, 2, 1, '0', '0', '0', 1771, '1', '1', '1', '1', '1', 'default', 2, '0'),
(475, 'No trespassing', 'barrier*2', 's', 1, 2, 1, '0', '0', '0', 1772, '1', '1', '1', '1', '1', 'default', 2, '0'),
(476, 'No trespassing', 'barrier*3', 's', 1, 2, 1, '0', '0', '0', 1773, '1', '1', '1', '1', '1', 'default', 2, '0'),
(477, 'White Inflatable Chair', 'rubberchair*7', 's', 1, 1, 1, '0', '1', '0', 1774, '1', '1', '1', '1', '1', 'default', 1, '0'),
(478, 'Black Inflatable Chair', 'rubberchair*8', 's', 1, 1, 1, '0', '1', '0', 1775, '1', '1', '1', '1', '1', 'default', 1, '0'),
(479, 'Black Iced Table', 'table_norja_med*2', 's', 2, 2, 1, '1', '0', '0', 1776, '1', '1', '1', '1', '1', 'default', 1, '0'),
(480, 'White Iced Table', 'table_norja_med*3', 's', 2, 2, 1, '1', '0', '0', 1777, '1', '1', '1', '1', '1', 'default', 1, '0'),
(481, 'Urban Iced Coffee Table', 'table_norja_med*4', 's', 2, 2, 1, '1', '0', '0', 1778, '1', '1', '1', '1', '1', 'default', 1, '0'),
(482, 'Large Coffee Table Pink', 'table_norja_med*5', 's', 2, 2, 1, '1', '0', '0', 1779, '1', '1', '1', '1', '1', 'default', 1, '0'),
(483, 'Large Coffee Table Blue', 'table_norja_med*6', 's', 2, 2, 1, '1', '0', '0', 1780, '1', '1', '1', '1', '1', 'default', 1, '0'),
(484, 'Rural Iced Coffee Table', 'table_norja_med*7', 's', 2, 2, 1, '1', '0', '0', 1781, '1', '1', '1', '1', '1', 'default', 1, '0'),
(485, 'Large Coffee Table Yellow', 'table_norja_med*8', 's', 2, 2, 1, '1', '0', '0', 1782, '1', '1', '1', '1', '1', 'default', 1, '0'),
(486, 'Large Coffee Table Red', 'table_norja_med*9', 's', 2, 2, 1, '1', '0', '0', 1783, '1', '1', '1', '1', '1', 'default', 1, '0'),
(487, 'Black Iced Bench', 'couch_norja*2', 's', 2, 1, 1, '0', '1', '0', 1784, '1', '1', '1', '1', '1', 'default', 1, '0'),
(488, 'White Iced Bench', 'couch_norja*3', 's', 2, 1, 1, '0', '1', '0', 1785, '1', '1', '1', '1', '1', 'default', 1, '0'),
(489, 'Urban Iced Bench', 'couch_norja*4', 's', 2, 1, 1, '0', '1', '0', 1786, '1', '1', '1', '1', '1', 'default', 1, '0'),
(490, 'Pink Bench', 'couch_norja*5', 's', 2, 1, 1, '0', '1', '0', 1787, '1', '1', '1', '1', '1', 'default', 1, '0'),
(491, 'Blue Bench', 'couch_norja*6', 's', 2, 1, 1, '0', '1', '0', 1788, '1', '1', '1', '1', '1', 'default', 1, '0'),
(492, 'Rural Iced Bench', 'couch_norja*7', 's', 2, 1, 1, '0', '1', '0', 1789, '1', '1', '1', '1', '1', 'default', 1, '0'),
(493, 'Yellow Bench', 'couch_norja*8', 's', 2, 1, 1, '0', '1', '0', 1790, '1', '1', '1', '1', '1', 'default', 1, '0'),
(494, 'Red Bench', 'couch_norja*9', 's', 2, 1, 1, '0', '1', '0', 1791, '1', '1', '1', '1', '1', 'default', 1, '0'),
(495, 'Black Iced Bookcase', 'shelves_norja*2', 's', 1, 1, 1, '0', '0', '0', 1792, '1', '1', '1', '1', '1', 'default', 1, '0'),
(496, 'Urban Iced Bookcase', 'shelves_norja*3', 's', 1, 1, 1, '0', '0', '0', 1793, '1', '1', '1', '1', '1', 'default', 1, '0'),
(497, 'Pink Bookcase', 'shelves_norja*5', 's', 1, 1, 1, '0', '0', '0', 1795, '1', '1', '1', '1', '1', 'default', 1, '0'),
(498, 'Blue Bookcase', 'shelves_norja*6', 's', 1, 1, 1, '0', '0', '0', 1796, '1', '1', '1', '1', '1', 'default', 1, '0'),
(499, 'Rural Iced Bookcase', 'shelves_norja*7', 's', 1, 1, 1, '0', '0', '0', 1797, '1', '1', '1', '1', '1', 'default', 1, '0'),
(500, 'Yellow Bookcase', 'shelves_norja*8', 's', 1, 1, 1, '0', '0', '0', 1798, '1', '1', '1', '1', '1', 'default', 1, '0'),
(501, 'Red Bookcase', 'shelves_norja*9', 's', 1, 1, 1, '0', '0', '0', 1799, '1', '1', '1', '1', '1', 'default', 1, '0'),
(502, 'Black Iced Chair', 'chair_norja*2', 's', 1, 1, 1, '0', '1', '0', 1800, '1', '1', '1', '1', '1', 'default', 1, '0'),
(503, 'White Iced Chair', 'chair_norja*3', 's', 1, 1, 1, '0', '1', '0', 1801, '1', '1', '1', '1', '1', 'default', 1, '0'),
(504, 'Urban Iced Chair', 'chair_norja*4', 's', 1, 1, 1, '0', '1', '0', 1802, '1', '1', '1', '1', '1', 'default', 1, '0'),
(505, 'Pink Chair', 'chair_norja*5', 's', 1, 1, 1, '0', '1', '0', 1803, '1', '1', '1', '1', '1', 'default', 1, '0'),
(506, 'Blue Chair', 'chair_norja*6', 's', 1, 1, 1, '0', '1', '0', 1804, '1', '1', '1', '1', '1', 'default', 1, '0'),
(507, 'Rural Chair', 'chair_norja*7', 's', 1, 1, 1, '0', '1', '0', 1805, '1', '1', '1', '1', '1', 'default', 1, '0'),
(508, 'Yellow Chair', 'chair_norja*8', 's', 1, 1, 1, '0', '1', '0', 1806, '1', '1', '1', '1', '1', 'default', 1, '0'),
(509, 'Red Chair', 'chair_norja*9', 's', 1, 1, 1, '0', '1', '0', 1807, '1', '1', '1', '1', '1', 'default', 1, '0'),
(510, 'Black Iced Corner', 'divider_nor1*2', 's', 1, 1, 1, '0', '0', '0', 1808, '1', '1', '1', '1', '1', 'default', 1, '0'),
(511, 'Looks squishy', 'divider_nor1*3', 's', 1, 1, 1, '0', '0', '0', 1809, '1', '1', '1', '1', '1', 'default', 1, '0'),
(512, 'Urban Iced Corner', 'divider_nor1*4', 's', 1, 1, 1, '0', '0', '0', 1810, '1', '1', '1', '1', '1', 'default', 1, '0'),
(513, 'Pink Ice corner', 'divider_nor1*5', 's', 1, 1, 1, '0', '0', '0', 1811, '1', '1', '1', '1', '1', 'default', 1, '0'),
(514, 'Blue Ice corner', 'divider_nor1*6', 's', 1, 1, 1, '0', '0', '0', 1812, '1', '1', '1', '1', '1', 'default', 1, '0'),
(515, 'Rural Iced Corner', 'divider_nor1*7', 's', 1, 1, 1, '0', '0', '0', 1813, '1', '1', '1', '1', '1', 'default', 1, '0'),
(516, 'Yellow Ice corner', 'divider_nor1*8', 's', 1, 1, 1, '0', '0', '0', 1814, '1', '1', '1', '1', '1', 'default', 1, '0'),
(517, 'Red Ice corner', 'divider_nor1*9', 's', 1, 1, 1, '0', '0', '0', 1815, '1', '1', '1', '1', '1', 'default', 1, '0'),
(518, 'Black Iced Sofa', 'soft_sofa_norja*2', 's', 2, 1, 1, '0', '1', '0', 1816, '1', '1', '1', '1', '1', 'default', 1, '0'),
(519, 'Pristine white', 'soft_sofa_norja*3', 's', 2, 1, 1, '0', '1', '0', 1817, '1', '1', '1', '1', '1', 'default', 1, '0'),
(520, 'Urban Iced Sofa', 'soft_sofa_norja*4', 's', 2, 1, 1, '0', '1', '0', 1818, '1', '1', '1', '1', '1', 'default', 1, '0'),
(521, 'Pink Iced Sofa', 'soft_sofa_norja*5', 's', 2, 1, 1, '0', '1', '0', 1819, '1', '1', '1', '1', '1', 'default', 1, '0'),
(522, 'Blue Iced Sofa', 'soft_sofa_norja*6', 's', 2, 1, 1, '0', '1', '0', 1820, '1', '1', '1', '1', '1', 'default', 1, '0'),
(523, 'Rural Iced Sofa', 'soft_sofa_norja*7', 's', 2, 1, 1, '0', '1', '0', 1821, '1', '1', '1', '1', '1', 'default', 1, '0'),
(524, 'Yellow Iced Sofa', 'soft_sofa_norja*8', 's', 2, 1, 1, '0', '1', '0', 1822, '1', '1', '1', '1', '1', 'default', 1, '0'),
(525, 'Red Iced Sofa', 'soft_sofa_norja*9', 's', 2, 1, 1, '0', '1', '0', 1823, '1', '1', '1', '1', '1', 'default', 1, '0'),
(526, 'Black Iced Sofachair', 'soft_sofachair_norja*2', 's', 1, 1, 1, '0', '1', '0', 1824, '1', '1', '1', '1', '1', 'default', 1, '0'),
(527, 'White Iced Sofachair', 'soft_sofachair_norja*3', 's', 1, 1, 1, '0', '1', '0', 1825, '1', '1', '1', '1', '1', 'default', 1, '0'),
(528, 'Urban Iced Sofachair', 'soft_sofachair_norja*4', 's', 1, 1, 1, '0', '1', '0', 1826, '1', '1', '1', '1', '1', 'default', 1, '0'),
(529, 'Pink Iced Sofachair', 'soft_sofachair_norja*5', 's', 1, 1, 1, '0', '1', '0', 1827, '1', '1', '1', '1', '1', 'default', 1, '0'),
(530, 'Blue Iced Sofachair', 'soft_sofachair_norja*6', 's', 1, 1, 1, '0', '1', '0', 1828, '1', '1', '1', '1', '1', 'default', 1, '0'),
(531, 'Rural Iced Sofachair', 'soft_sofachair_norja*7', 's', 1, 1, 1, '0', '1', '0', 1829, '1', '1', '1', '1', '1', 'default', 1, '0'),
(532, 'Yellow Iced Sofachair', 'soft_sofachair_norja*8', 's', 1, 1, 1, '0', '1', '0', 1830, '1', '1', '1', '1', '1', 'default', 1, '0'),
(533, 'Red Iced Sofachair', 'soft_sofachair_norja*9', 's', 1, 1, 1, '0', '1', '0', 1831, '1', '1', '1', '1', '1', 'default', 1, '0'),
(534, 'Large', 'sofachair_silo*2', 's', 1, 1, 1.1, '0', '1', '0', 1832, '1', '1', '1', '1', '1', 'default', 1, '0'),
(535, 'Large', 'sofachair_silo*3', 's', 1, 1, 1.1, '0', '1', '0', 1833, '1', '1', '1', '1', '1', 'default', 1, '0'),
(536, 'Beige Area Armchair', 'sofachair_silo*4', 's', 1, 1, 1.1, '0', '1', '0', 1834, '1', '1', '1', '1', '1', 'default', 1, '0'),
(537, 'Pink Area Armchair', 'sofachair_silo*5', 's', 1, 1, 1.1, '0', '1', '0', 1835, '1', '1', '1', '1', '1', 'default', 1, '0'),
(538, 'Blue Area Armchair', 'sofachair_silo*6', 's', 1, 1, 1.1, '0', '1', '0', 1836, '1', '1', '1', '1', '1', 'default', 1, '0'),
(539, 'Green Area Armchair', 'sofachair_silo*7', 's', 1, 1, 1.1, '0', '1', '0', 1837, '1', '1', '1', '1', '1', 'default', 1, '0'),
(540, 'Large', 'sofachair_silo*8', 's', 1, 1, 1.1, '0', '1', '0', 1838, '1', '1', '1', '1', '1', 'default', 1, '0'),
(541, 'Red Area Armchair', 'sofachair_silo*9', 's', 1, 1, 1.1, '0', '1', '0', 1839, '1', '1', '1', '1', '1', 'default', 1, '0'),
(542, 'Black Occasional Table', 'table_silo_small*2', 's', 1, 1, 1, '1', '0', '0', 1840, '1', '1', '1', '1', '1', 'default', 1, '0'),
(543, 'White Occasional Table', 'table_silo_small*3', 's', 1, 1, 1, '1', '0', '0', 1841, '1', '1', '1', '1', '1', 'default', 1, '0'),
(544, 'Beige Area Occasional Table', 'table_silo_small*4', 's', 1, 1, 1, '1', '0', '0', 1842, '1', '1', '1', '1', '1', 'default', 1, '0'),
(545, 'Pink Area Occasional Table', 'table_silo_small*5', 's', 1, 1, 1, '1', '0', '0', 1843, '1', '1', '1', '1', '1', 'default', 1, '0'),
(546, 'Blue Area Occasional Table', 'table_silo_small*6', 's', 1, 1, 1, '1', '0', '0', 1844, '1', '1', '1', '1', '1', 'default', 1, '0'),
(547, 'Green Area Occasional Table', 'table_silo_small*7', 's', 1, 1, 1, '1', '0', '0', 1845, '1', '1', '1', '1', '1', 'default', 1, '0'),
(548, 'Yellow Occasional Table', 'table_silo_small*8', 's', 1, 1, 1, '1', '0', '0', 1846, '1', '1', '1', '1', '1', 'default', 1, '0'),
(549, 'Red Area Occasional Table', 'table_silo_small*9', 's', 1, 1, 1, '1', '0', '0', 1847, '1', '1', '1', '1', '1', 'default', 1, '0'),
(550, 'Black Corner Shelf', 'divider_silo1*2', 's', 1, 1, 1, '0', '0', '0', 1848, '1', '1', '1', '1', '1', 'default', 1, '0'),
(551, 'White Corner Shelf', 'divider_silo1*3', 's', 1, 1, 1, '0', '0', '0', 1849, '1', '1', '1', '1', '1', 'default', 1, '0'),
(552, 'Beige Area Corner Shelf', 'divider_silo1*4', 's', 1, 1, 1, '0', '0', '0', 1850, '1', '1', '1', '1', '1', 'default', 1, '0'),
(553, 'Pink Area Corner Shelf', 'divider_silo1*5', 's', 1, 1, 1, '0', '0', '0', 1851, '1', '1', '1', '1', '1', 'default', 1, '0'),
(554, 'Blue Area Corner Shelf', 'divider_silo1*6', 's', 1, 1, 1, '0', '0', '0', 1852, '1', '1', '1', '1', '1', 'default', 1, '0'),
(555, 'Green Area Corner Shelf', 'divider_silo1*7', 's', 1, 1, 1, '0', '0', '0', 1853, '1', '1', '1', '1', '1', 'default', 1, '0'),
(556, 'Yellow Corner Shelf', 'divider_silo1*8', 's', 1, 1, 1, '0', '0', '0', 1854, '1', '1', '1', '1', '1', 'default', 1, '0'),
(557, 'Red Area Corner Shelf', 'divider_silo1*9', 's', 1, 1, 1, '0', '0', '0', 1855, '1', '1', '1', '1', '1', 'default', 1, '0'),
(558, 'Black Area Gate', 'divider_silo3*2', 's', 1, 1, 0.001, '0', '0', '0', 1856, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(559, 'White Area Gate', 'divider_silo3*3', 's', 1, 1, 0.001, '0', '0', '0', 1857, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(560, 'Beige Area Gate', 'divider_silo3*4', 's', 1, 1, 0.001, '0', '0', '0', 1858, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(561, 'Pink Area Gate', 'divider_silo3*5', 's', 1, 1, 0.001, '0', '0', '0', 1859, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(562, 'Blue Area Gate', 'divider_silo3*6', 's', 1, 1, 0.001, '0', '0', '0', 1860, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(563, 'Green Area Gate', 'divider_silo3*7', 's', 1, 1, 0.001, '0', '0', '0', 1861, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(564, 'Yellow Area Gate', 'divider_silo3*8', 's', 1, 1, 0.001, '0', '0', '0', 1862, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(565, 'Red Area Gate', 'divider_silo3*9', 's', 1, 1, 0.001, '0', '0', '0', 1863, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(566, 'Black Coffee Table', 'table_silo_med*2', 's', 2, 2, 1, '1', '0', '0', 1864, '1', '1', '1', '1', '1', 'default', 1, '0'),
(567, 'White Coffee Table', 'table_silo_med*3', 's', 2, 2, 1, '1', '0', '0', 1865, '1', '1', '1', '1', '1', 'default', 1, '0'),
(568, 'Beige Area Coffee Table', 'table_silo_med*4', 's', 2, 2, 1, '1', '0', '0', 1866, '1', '1', '1', '1', '1', 'default', 1, '0'),
(569, 'Pink Area Coffee Table', 'table_silo_med*5', 's', 2, 2, 1, '1', '0', '0', 1867, '1', '1', '1', '1', '1', 'default', 1, '0'),
(570, 'Blue Area Coffee Table', 'table_silo_med*6', 's', 2, 2, 1, '1', '0', '0', 1868, '1', '1', '1', '1', '1', 'default', 1, '0'),
(571, 'Green Area Coffee Table', 'table_silo_med*7', 's', 2, 2, 1, '1', '0', '0', 1869, '1', '1', '1', '1', '1', 'default', 1, '0'),
(572, 'Yellow Coffee Table', 'table_silo_med*8', 's', 2, 2, 1, '1', '0', '0', 1870, '1', '1', '1', '1', '1', 'default', 1, '0'),
(573, 'Red Area Coffee Table', 'table_silo_med*9', 's', 2, 2, 1, '1', '0', '0', 1871, '1', '1', '1', '1', '1', 'default', 1, '0'),
(574, 'Cushioned', 'sofa_silo*2', 's', 2, 1, 1.1, '0', '1', '0', 1872, '1', '1', '1', '1', '1', 'default', 1, '0'),
(575, 'Cushioned', 'sofa_silo*3', 's', 2, 1, 1.1, '0', '1', '0', 1873, '1', '1', '1', '1', '1', 'default', 1, '0'),
(576, 'Beige Area Sofa', 'sofa_silo*4', 's', 2, 1, 1.1, '0', '1', '0', 1874, '1', '1', '1', '1', '1', 'default', 1, '0'),
(577, 'Pink Area Sofa', 'sofa_silo*5', 's', 2, 1, 1.1, '0', '1', '0', 1875, '1', '1', '1', '1', '1', 'default', 1, '0'),
(578, 'Blue Area Sofa', 'sofa_silo*6', 's', 2, 1, 1.1, '0', '1', '0', 1876, '1', '1', '1', '1', '1', 'default', 1, '0'),
(579, 'Green Area Sofa', 'sofa_silo*7', 's', 2, 1, 1.1, '0', '1', '0', 1877, '1', '1', '1', '1', '1', 'default', 1, '0'),
(580, 'Cushioned', 'sofa_silo*8', 's', 2, 1, 1.1, '0', '1', '0', 1878, '1', '1', '1', '1', '1', 'default', 1, '0'),
(581, 'Red Area Sofa', 'sofa_silo*9', 's', 2, 1, 1.1, '0', '1', '0', 1879, '1', '1', '1', '1', '1', 'default', 1, '0'),
(582, 'Black Mode Armchair', 'sofachair_polyfon*2', 's', 1, 1, 1.1, '0', '1', '0', 1880, '1', '1', '1', '1', '1', 'default', 1, '0'),
(583, 'White Armchair', 'sofachair_polyfon*3', 's', 1, 1, 1.1, '0', '1', '0', 1881, '1', '1', '1', '1', '1', 'default', 1, '0'),
(584, 'Beige Mode Armchair', 'sofachair_polyfon*4', 's', 1, 1, 1.1, '0', '1', '0', 1882, '1', '1', '1', '1', '1', 'default', 1, '0'),
(585, 'Blue Mode Armchair', 'sofachair_polyfon*6', 's', 1, 1, 1.1, '0', '1', '0', 1883, '1', '1', '1', '1', '1', 'default', 1, '0'),
(586, 'Green Armchair', 'sofachair_polyfon*7', 's', 1, 1, 1.1, '0', '1', '0', 1884, '1', '1', '1', '1', '1', 'default', 1, '0'),
(587, 'Yellow Mode Armchair', 'sofachair_polyfon*8', 's', 1, 1, 1.1, '0', '1', '0', 1885, '1', '1', '1', '1', '1', 'default', 1, '0'),
(588, 'Red Armchair', 'sofachair_polyfon*9', 's', 1, 1, 1.1, '0', '1', '0', 1886, '1', '1', '1', '1', '1', 'default', 1, '0'),
(589, 'Black Mode Sofa', 'sofa_polyfon*2', 's', 2, 1, 1.1, '0', '1', '0', 1887, '1', '1', '1', '1', '1', 'default', 1, '0'),
(590, 'White Two-seater Sofa', 'sofa_polyfon*3', 's', 2, 1, 1.1, '0', '1', '0', 1888, '1', '1', '1', '1', '1', 'default', 1, '0'),
(591, 'Beige Mode Sofa', 'sofa_polyfon*4', 's', 2, 1, 1.1, '0', '1', '0', 1889, '1', '1', '1', '1', '1', 'default', 1, '0'),
(592, 'Blue Mode Sofa', 'sofa_polyfon*6', 's', 2, 1, 1.1, '0', '1', '0', 1890, '1', '1', '1', '1', '1', 'default', 1, '0'),
(593, 'Green Two-seater Sofa', 'sofa_polyfon*7', 's', 2, 1, 1.1, '0', '1', '0', 1891, '1', '1', '1', '1', '1', 'default', 1, '0'),
(594, 'Yellow Mode Sofa', 'sofa_polyfon*8', 's', 2, 1, 1.1, '0', '1', '0', 1892, '1', '1', '1', '1', '1', 'default', 1, '0'),
(595, 'Black Mode Double Bed', 'sofa_polyfon*9', 's', 2, 1, 1.1, '0', '1', '0', 1893, '1', '1', '1', '1', '1', 'default', 1, '0'),
(596, 'White Double Bed', 'bed_polyfon*3', 's', 2, 3, 1.8, '0', '0', '0', 1895, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(597, 'Beige Mode Double Bed', 'bed_polyfon*4', 's', 2, 3, 1.8, '0', '0', '0', 1896, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(598, 'Blue Mode Double Bed', 'bed_polyfon*6', 's', 2, 3, 1.8, '0', '0', '0', 1897, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(599, 'Green Double Bed', 'bed_polyfon*7', 's', 2, 3, 1.8, '0', '0', '0', 1898, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(600, 'Yellow Mode Double Bed', 'bed_polyfon*8', 's', 2, 3, 1.8, '0', '0', '0', 1899, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(601, 'Red Double Bed', 'bed_polyfon*9', 's', 2, 3, 1.8, '0', '0', '0', 1900, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(602, 'Black Mode Single Bed', 'bed_polyfon_one*2', 's', 1, 3, 1.8, '0', '0', '0', 1901, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(603, 'White Single Bed', 'bed_polyfon_one*3', 's', 1, 3, 1.8, '0', '0', '0', 1902, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(604, 'Beige Mode Single Bed', 'bed_polyfon_one*4', 's', 1, 3, 1.8, '0', '0', '0', 1903, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(605, 'Blue Mode Single Bed', 'bed_polyfon_one*6', 's', 1, 3, 1.8, '0', '0', '0', 1904, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(606, 'Green Single Bed', 'bed_polyfon_one*7', 's', 1, 3, 1.8, '0', '0', '0', 1905, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(607, 'Yellow Mode Single Bed', 'bed_polyfon_one*8', 's', 1, 3, 1.8, '0', '0', '0', 1906, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(608, 'Red Single Bed', 'bed_polyfon_one*9', 's', 1, 3, 1.8, '0', '0', '0', 1907, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(609, 'Black Mode Bardesk', 'bardesk_polyfon*2', 's', 2, 1, 1, '1', '0', '0', 1908, '1', '1', '1', '1', '1', 'default', 1, '0'),
(610, 'White Bardesk', 'bardesk_polyfon*3', 's', 2, 1, 1, '1', '0', '0', 1909, '1', '1', '1', '1', '1', 'default', 1, '0'),
(611, 'Beige Mode Bardesk', 'bardesk_polyfon*4', 's', 2, 1, 1, '1', '0', '0', 1910, '1', '1', '1', '1', '1', 'default', 1, '0'),
(612, 'Candy Bar', 'bardesk_polyfon*5', 's', 2, 1, 1, '1', '0', '0', 1911, '1', '1', '1', '1', '1', 'default', 1, '0'),
(613, 'Blue Mode Bardesk', 'bardesk_polyfon*6', 's', 2, 1, 1, '1', '0', '0', 1912, '1', '1', '1', '1', '1', 'default', 1, '0'),
(614, 'Green Bardesk', 'bardesk_polyfon*7', 's', 2, 1, 1, '1', '0', '0', 1913, '1', '1', '1', '1', '1', 'default', 1, '0'),
(615, 'Yellow Mode Bardesk', 'bardesk_polyfon*8', 's', 2, 1, 1, '1', '0', '0', 1914, '1', '1', '1', '1', '1', 'default', 1, '0'),
(616, 'Red Bardesk', 'bardesk_polyfon*9', 's', 2, 1, 1, '1', '0', '0', 1915, '1', '1', '1', '1', '1', 'default', 1, '0'),
(617, 'Black Mode Bardesk Corner', 'bardeskcorner_polyfon*2', 's', 1, 1, 1, '1', '0', '0', 1916, '1', '1', '1', '1', '1', 'default', 1, '0'),
(618, 'White Corner Desk', 'bardeskcorner_polyfon*3', 's', 1, 1, 1, '1', '0', '0', 1917, '1', '1', '1', '1', '1', 'default', 1, '0'),
(619, 'Beige Mode Bardesk Corner', 'bardeskcorner_polyfon*4', 's', 1, 1, 1, '1', '0', '0', 1918, '1', '1', '1', '1', '1', 'default', 1, '0'),
(620, 'Candy Corner', 'bardeskcorner_polyfon*5', 's', 1, 1, 1, '1', '0', '0', 1919, '1', '1', '1', '1', '1', 'default', 1, '0'),
(621, 'Blue Mode Bardesk Corner', 'bardeskcorner_polyfon*6', 's', 1, 1, 1, '1', '0', '0', 1920, '1', '1', '1', '1', '1', 'default', 1, '0'),
(622, 'Green Corner Desk', 'bardeskcorner_polyfon*7', 's', 1, 1, 1, '1', '0', '0', 1921, '1', '1', '1', '1', '1', 'default', 1, '0'),
(623, 'Yellow Mode Bardesk Corner', 'bardeskcorner_polyfon*8', 's', 1, 1, 1, '1', '0', '0', 1922, '1', '1', '1', '1', '1', 'default', 1, '0'),
(624, 'Red Corner Desk', 'bardeskcorner_polyfon*9', 's', 1, 1, 1, '1', '0', '0', 1923, '1', '1', '1', '1', '1', 'default', 1, '0'),
(625, 'Black Mode Bardesk Gate', 'divider_poly3*2', 's', 1, 1, 0.001, '0', '0', '0', 1924, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(626, 'White Hatch', 'divider_poly3*3', 's', 1, 1, 0.001, '0', '0', '0', 1925, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(627, 'Beige Mode Bardesk Gate', 'divider_poly3*4', 's', 1, 1, 0.001, '0', '0', '0', 1926, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(628, 'Candy Hatch (Lockable)', 'divider_poly3*5', 's', 1, 1, 0.001, '0', '0', '0', 1927, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(629, 'Blue Mode Bardesk Gate', 'divider_poly3*6', 's', 1, 1, 0.001, '0', '0', '0', 1928, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(20073, 'ads_idol_l_carpet name', 'ads_idol_l_carpet', 's', 2, 7, 0, '1', '0', '0', 2979, '1', '1', '1', '1', '1', '', 1, '0'),
(631, 'Yellow Mode Bardesk Gate', 'divider_poly3*8', 's', 1, 1, 0.001, '0', '0', '0', 1930, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(632, 'Red Hatch', 'divider_poly3*9', 's', 1, 1, 0.001, '0', '0', '0', 1931, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(633, 'Black Dining Chair', 'chair_silo*2', 's', 1, 1, 1.1, '0', '1', '0', 1932, '1', '1', '1', '1', '1', 'default', 1, '0'),
(634, 'White Dining Chair', 'chair_silo*3', 's', 1, 1, 1.1, '0', '1', '0', 1933, '1', '1', '1', '1', '1', 'default', 1, '0'),
(635, 'Beige Silo Dining Chair', 'chair_silo*4', 's', 1, 1, 1.1, '0', '1', '0', 1934, '1', '1', '1', '1', '1', 'default', 1, '0'),
(636, 'Pink Silo Dining Chair', 'chair_silo*5', 's', 1, 1, 1.1, '0', '1', '0', 1935, '1', '1', '1', '1', '1', 'default', 1, '0'),
(637, 'Blue Area Dining Chair', 'chair_silo*6', 's', 1, 1, 1.1, '0', '1', '0', 1936, '1', '1', '1', '1', '1', 'default', 1, '0'),
(638, 'Green Area Dining Chair', 'chair_silo*7', 's', 1, 1, 1.1, '0', '1', '0', 1937, '1', '1', '1', '1', '1', 'default', 1, '0'),
(639, 'Yellow Dining Chair', 'chair_silo*8', 's', 1, 1, 1.1, '0', '1', '0', 1938, '1', '1', '1', '1', '1', 'default', 1, '0'),
(640, 'Red Area Dining Chair', 'chair_silo*9', 's', 1, 1, 1.1, '0', '1', '0', 1939, '1', '1', '1', '1', '1', 'default', 1, '0'),
(641, 'No way through', 'divider_nor3*2', 's', 1, 1, 1, '0', '0', '0', 1940, '1', '1', '1', '1', '1', 'default', 2, '0'),
(642, 'White Iced Gate', 'divider_nor3*3', 's', 1, 1, 0.001, '0', '0', '0', 1941, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(643, 'Urban Iced Gate', 'divider_nor3*4', 's', 1, 1, 0.001, '0', '0', '0', 1942, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(644, 'Pink Iced gate', 'divider_nor3*5', 's', 1, 1, 0.001, '0', '0', '0', 1943, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(645, 'Blue Iced gate', 'divider_nor3*6', 's', 1, 1, 0.001, '0', '0', '0', 1944, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(646, 'Rural Iced gate', 'divider_nor3*7', 's', 1, 1, 0.001, '0', '0', '0', 1945, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(647, 'Yellow Iced gate', 'divider_nor3*8', 's', 1, 1, 0.001, '0', '0', '0', 1946, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(648, 'Red Iced gate', 'divider_nor3*9', 's', 1, 1, 0.001, '0', '0', '0', 1947, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(649, 'Black Iced Bar-Desk', 'divider_nor2*2', 's', 2, 1, 1, '0', '0', '0', 1948, '1', '1', '1', '1', '1', 'default', 1, '0'),
(650, 'Strong', 'divider_nor2*3', 's', 2, 1, 1, '0', '0', '0', 1949, '1', '1', '1', '1', '1', 'default', 1, '0'),
(651, 'Urban Iced Bar', 'divider_nor2*4', 's', 2, 1, 1, '0', '0', '0', 1950, '1', '1', '1', '1', '1', 'default', 1, '0'),
(652, 'Pink Iced bar desk', 'divider_nor2*5', 's', 2, 1, 1, '0', '0', '0', 1951, '1', '1', '1', '1', '1', 'default', 1, '0'),
(653, 'Blue Iced bar desk', 'divider_nor2*6', 's', 2, 1, 1, '0', '0', '0', 1952, '1', '1', '1', '1', '1', 'default', 1, '0'),
(654, 'Rural Iced Bar', 'divider_nor2*7', 's', 2, 1, 1, '0', '0', '0', 1953, '1', '1', '1', '1', '1', 'default', 1, '0'),
(655, 'Yellow Iced bar desk', 'divider_nor2*8', 's', 2, 1, 1, '0', '0', '0', 1954, '1', '1', '1', '1', '1', 'default', 1, '0'),
(656, 'Red Iced bar desk', 'divider_nor2*9', 's', 2, 1, 1, '0', '0', '0', 1955, '1', '1', '1', '1', '1', 'default', 1, '0'),
(657, 'Area Quest Desk', 'silo_studydesk', 's', 2, 1, 1, '1', '0', '0', 1956, '1', '1', '1', '1', '1', 'default', 1, '0'),
(658, 'White Solarium', 'solarium_norja', 's', 1, 1, 1, '0', '0', '0', 1957, '1', '1', '1', '1', '1', 'default', 2, '0'),
(659, 'Black Solarium', 'solarium_norja*1', 's', 1, 1, 1, '0', '0', '0', 1958, '1', '1', '1', '1', '1', 'default', 2, '0'),
(660, 'Beige Solarium', 'solarium_norja*2', 's', 1, 1, 1, '0', '0', '0', 1959, '1', '1', '1', '1', '1', 'default', 2, '0'),
(661, 'Urban Solarium', 'solarium_norja*3', 's', 1, 1, 1, '0', '0', '0', 1960, '1', '1', '1', '1', '1', 'default', 2, '0'),
(662, 'Pink Solarium', 'solarium_norja*5', 's', 1, 1, 1, '0', '0', '0', 1961, '1', '1', '1', '1', '1', 'default', 2, '0'),
(663, 'Blue Solarium', 'solarium_norja*6', 's', 1, 1, 1, '0', '0', '0', 1962, '1', '1', '1', '1', '1', 'default', 2, '0'),
(664, 'Rural Solarium', 'solarium_norja*7', 's', 1, 1, 1, '0', '0', '0', 1963, '1', '1', '1', '1', '1', 'default', 2, '0'),
(665, 'Yellow Solarium', 'solarium_norja*8', 's', 1, 1, 1, '0', '0', '0', 1964, '1', '1', '1', '1', '1', 'default', 2, '0'),
(666, 'Red Solarium', 'solarium_norja*9', 's', 1, 1, 1, '0', '0', '0', 1965, '1', '1', '1', '1', '1', 'default', 2, '0'),
(667, 'Tropical Beach Rug', 'sandrug', 's', 2, 2, 0, '1', '0', '1', 1966, '1', '1', '1', '1', '1', 'default', 1, '0'),
(668, 'Moon Patch', 'rare_moonrug', 's', 2, 2, 0, '1', '0', '1', 1967, '1', '1', '1', '1', '1', 'default', 1, '0'),
(669, 'Chinese Lacquer Chair', 'chair_china', 's', 1, 1, 1, '0', '1', '0', 1968, '1', '1', '1', '1', '1', 'default', 1, '0'),
(670, 'Chinese Lacquer Table', 'china_table', 's', 1, 1, 1, '1', '0', '0', 1969, '1', '1', '1', '1', '1', 'default', 1, '0'),
(671, 'Red Sleeping Bag', 'sleepingbag*1', 's', 1, 3, 0.8, '0', '0', '0', 1970, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(672, 'Lime Sleeping Bag', 'sleepingbag*2', 's', 1, 3, 0.8, '0', '0', '0', 1971, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(673, 'Ocean Sleeping Bag', 'sleepingbag*3', 's', 1, 3, 0.8, '0', '0', '0', 1972, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(674, 'Safety Sleeping Bag', 'sleepingbag*4', 's', 1, 3, 0.8, '0', '0', '0', 1973, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(675, 'Safe Minibar', 'safe_silo', 's', 1, 1, 1.3, '1', '0', '0', 1974, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17'),
(676, 'Orange Sleeping Bag', 'sleepingbag*7', 's', 1, 3, 0.8, '0', '0', '0', 1975, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(677, 'eXceptional Sleeping Bag', 'sleepingbag*9', 's', 1, 3, 0.8, '0', '0', '0', 1976, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(678, 'Graphite Sleeping Bag', 'sleepingbag*5', 's', 1, 3, 0.8, '0', '0', '0', 1977, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(679, 'Khaki Sleeping Bag', 'sleepingbag*10', 's', 1, 3, 0.8, '0', '0', '0', 1978, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(680, 'Purple Sleeping Bag', 'sleepingbag*6', 's', 1, 3, 0.8, '0', '0', '0', 1979, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(681, 'Golden Sleeping Bag', 'sleepingbag*8', 's', 1, 3, 0.8, '0', '0', '0', 1980, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(682, 'Chinese Bookshelf', 'china_shelve', 's', 2, 1, 1, '0', '0', '0', 1981, '1', '1', '1', '1', '1', 'default', 1, '0'),
(683, 'White Traffic Light', 'traffic_light*5', 's', 1, 1, 1, '0', '0', '0', 1982, '1', '1', '1', '1', '1', 'default', 3, '0'),
(684, 'Habbos', 'divider_nor4*2', 's', 2, 1, 1, '0', '0', '0', 1983, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(685, 'Habbos', 'divider_nor4*3', 's', 2, 1, 1, '0', '0', '0', 1984, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(686, 'Habbos', 'divider_nor4*5', 's', 2, 1, 1, '0', '0', '0', 1985, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(687, 'Habbos', 'divider_nor4*6', 's', 2, 1, 1, '0', '0', '0', 1986, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(688, 'Habbos', 'divider_nor4*7', 's', 2, 1, 1, '0', '0', '0', 1987, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(689, 'Habbos', 'divider_nor4*8', 's', 2, 1, 1, '0', '0', '0', 1988, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(690, 'Habbos', 'divider_nor4*9', 's', 2, 1, 1, '0', '0', '0', 1989, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(691, 'Black Iced Angle', 'divider_nor5*2', 's', 1, 1, 1, '0', '0', '0', 1990, '1', '1', '1', '1', '1', 'default', 2, '0'),
(692, 'White Iced Angle', 'divider_nor5*3', 's', 1, 1, 1, '0', '0', '0', 1991, '1', '1', '1', '1', '1', 'default', 2, '0'),
(693, 'Urban Iced Angle', 'divider_nor5*4', 's', 1, 1, 1, '0', '0', '0', 1992, '1', '1', '1', '1', '1', 'default', 2, '0'),
(694, 'Blue Iced Angle', 'divider_nor5*5', 's', 1, 1, 1, '0', '0', '0', 1993, '1', '1', '1', '1', '1', 'default', 2, '0'),
(695, 'Rural Iced Angle', 'divider_nor5*7', 's', 1, 1, 1, '0', '0', '0', 1995, '1', '1', '1', '1', '1', 'default', 2, '0'),
(696, 'Yellow Iced Angle', 'divider_nor5*8', 's', 1, 1, 1, '0', '0', '0', 1996, '1', '1', '1', '1', '1', 'default', 2, '0'),
(697, 'Red Iced Angle', 'divider_nor5*9', 's', 1, 1, 1, '0', '0', '0', 1997, '1', '1', '1', '1', '1', 'default', 2, '0'),
(698, 'Plain Iced Angle', 'divider_nor5', 's', 1, 1, 1, '0', '0', '0', 1998, '1', '1', '1', '1', '1', 'default', 2, '0'),
(699, 'Habbos', 'divider_nor4', 's', 2, 1, 1, '0', '0', '0', 1999, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(700, 'Dragon Screen', 'wall_china', 's', 1, 1, 1, '0', '0', '0', 2000, '1', '1', '1', '1', '1', 'default', 1, '0'),
(701, 'Firm', 'corner_china', 's', 1, 1, 1, '0', '0', '0', 2001, '1', '1', '1', '1', '1', 'default', 1, '0'),
(702, 'Black Bar Stool', 'barchair_silo*2', 's', 1, 1, 1.2, '0', '1', '0', 2002, '1', '1', '1', '1', '1', 'default', 1, '0'),
(703, 'White Bar Stool', 'barchair_silo*3', 's', 1, 1, 1.2, '0', '1', '0', 2003, '1', '1', '1', '1', '1', 'default', 1, '0'),
(704, 'Beige Bar Stool', 'barchair_silo*4', 's', 1, 1, 1.2, '0', '1', '0', 2004, '1', '1', '1', '1', '1', 'default', 1, '0'),
(705, 'Pink Bar Stool', 'barchair_silo*5', 's', 1, 1, 1.2, '0', '1', '0', 2005, '1', '1', '1', '1', '1', 'default', 1, '0'),
(706, 'Blue Bar Stool', 'barchair_silo*6', 's', 1, 1, 1.2, '0', '1', '0', 2006, '1', '1', '1', '1', '1', 'default', 1, '0'),
(707, 'Green Bar Stool', 'barchair_silo*7', 's', 1, 1, 1.2, '0', '1', '0', 2007, '1', '1', '1', '1', '1', 'default', 1, '0'),
(708, 'Yellow Bar Stool', 'barchair_silo*8', 's', 1, 1, 1.2, '0', '1', '0', 2008, '1', '1', '1', '1', '1', 'default', 1, '0'),
(709, 'Red Bar Stool', 'barchair_silo*9', 's', 1, 1, 1.2, '0', '1', '0', 2009, '1', '1', '1', '1', '1', 'default', 1, '0'),
(710, 'Black Safe Minibar', 'safe_silo*2', 's', 1, 1, 1.3, '1', '0', '0', 2010, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17'),
(711, 'White Safe Minibar', 'safe_silo*3', 's', 1, 1, 1.3, '1', '0', '0', 2011, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17'),
(712, 'Beige Safe Minibar', 'safe_silo*4', 's', 1, 1, 1.3, '1', '0', '0', 2012, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17'),
(713, 'Pink Safe Minibar', 'safe_silo*5', 's', 1, 1, 1.3, '1', '0', '0', 2013, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17'),
(714, 'Blue Safe Minibar', 'safe_silo*6', 's', 1, 1, 1.3, '1', '0', '0', 2014, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17'),
(715, 'Green Safe Minibar', 'safe_silo*7', 's', 1, 1, 1.3, '1', '0', '0', 2015, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17'),
(716, 'Yellow Safe Minibar', 'safe_silo*8', 's', 1, 1, 1.3, '1', '0', '0', 2016, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17'),
(717, 'Red Safe Minibar', 'safe_silo*9', 's', 1, 1, 1.3, '1', '0', '0', 2017, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17'),
(718, 'Glass shelf', 'glass_shelf', 's', 2, 1, 1, '0', '0', '0', 2018, '1', '1', '1', '1', '1', 'default', 1, '0'),
(719, 'Glass chair', 'glass_chair', 's', 1, 1, 1, '0', '1', '0', 2019, '1', '1', '1', '1', '1', 'default', 1, '0'),
(720, 'Glass stool', 'glass_stool', 's', 1, 1, 1, '0', '1', '0', 2020, '1', '1', '1', '1', '1', 'default', 1, '0'),
(721, 'Glass sofa', 'glass_sofa', 's', 2, 1, 1, '0', '1', '0', 2021, '1', '1', '1', '1', '1', 'default', 1, '0'),
(722, 'Glass table', 'glass_table', 's', 2, 2, 1, '1', '0', '0', 2022, '1', '1', '1', '1', '1', 'default', 1, '0'),
(723, 'Glass table', 'glass_table*2', 's', 2, 2, 1, '1', '0', '0', 2023, '1', '1', '1', '1', '1', 'default', 1, '0'),
(724, 'White Glass Table', 'glass_table*3', 's', 2, 2, 1, '1', '0', '0', 2024, '1', '1', '1', '1', '1', 'default', 1, '0'),
(725, 'Glass table', 'glass_table*4', 's', 2, 2, 1, '1', '0', '0', 2025, '1', '1', '1', '1', '1', 'default', 1, '0'),
(726, 'Candy Glass Table', 'glass_table*5', 's', 2, 2, 1, '1', '0', '0', 2026, '1', '1', '1', '1', '1', 'default', 1, '0'),
(727, 'Blue Glass Table', 'glass_table*6', 's', 2, 2, 1, '1', '0', '0', 2027, '1', '1', '1', '1', '1', 'default', 1, '0'),
(728, 'Green Glass Table', 'glass_table*7', 's', 2, 2, 1, '1', '0', '0', 2028, '1', '1', '1', '1', '1', 'default', 1, '0'),
(729, 'Yellow Glass Table', 'glass_table*8', 's', 2, 2, 1, '1', '0', '0', 2029, '1', '1', '1', '1', '1', 'default', 1, '0'),
(730, 'Glass table', 'glass_table*9', 's', 2, 2, 1, '1', '0', '0', 2030, '1', '1', '1', '1', '1', 'default', 1, '0'),
(731, 'Glass chair', 'glass_chair*2', 's', 1, 1, 1, '0', '1', '0', 2031, '1', '1', '1', '1', '1', 'default', 1, '0'),
(732, 'Glass chair', 'glass_chair*3', 's', 1, 1, 1, '0', '1', '0', 2032, '1', '1', '1', '1', '1', 'default', 1, '0'),
(733, 'Glass chair', 'glass_chair*4', 's', 1, 1, 1, '0', '1', '0', 2033, '1', '1', '1', '1', '1', 'default', 1, '0'),
(734, 'Candy Glass Chair', 'glass_chair*5', 's', 1, 1, 1, '0', '1', '0', 2034, '1', '1', '1', '1', '1', 'default', 1, '0'),
(735, 'Blue Glass Chair', 'glass_chair*6', 's', 1, 1, 1, '0', '1', '0', 2035, '1', '1', '1', '1', '1', 'default', 1, '0'),
(736, 'Green Glass Chair', 'glass_chair*7', 's', 1, 1, 1, '0', '1', '0', 2036, '1', '1', '1', '1', '1', 'default', 1, '0'),
(737, 'Yellow Glass Chair', 'glass_chair*8', 's', 1, 1, 1, '0', '1', '0', 2037, '1', '1', '1', '1', '1', 'default', 1, '0'),
(738, 'Glass chair', 'glass_chair*9', 's', 1, 1, 1, '0', '1', '0', 2038, '1', '1', '1', '1', '1', 'default', 1, '0'),
(739, 'Glass sofa', 'glass_sofa*2', 's', 2, 1, 1, '0', '1', '0', 2039, '1', '1', '1', '1', '1', 'default', 1, '0'),
(740, 'White Glass Sofa', 'glass_sofa*3', 's', 2, 1, 1, '0', '1', '0', 2040, '1', '1', '1', '1', '1', 'default', 1, '0'),
(741, 'Glass sofa', 'glass_sofa*4', 's', 2, 1, 1, '0', '1', '0', 2041, '1', '1', '1', '1', '1', 'default', 1, '0'),
(742, 'Candy Glass Sofa', 'glass_sofa*5', 's', 2, 1, 1, '0', '1', '0', 2042, '1', '1', '1', '1', '1', 'default', 1, '0'),
(743, 'Blue Glass Sofa', 'glass_sofa*6', 's', 2, 1, 1, '0', '1', '0', 2043, '1', '1', '1', '1', '1', 'default', 1, '0'),
(744, 'Green Glass Sofa', 'glass_sofa*7', 's', 2, 1, 1, '0', '1', '0', 2044, '1', '1', '1', '1', '1', 'default', 1, '0'),
(745, 'Yellow Glass Sofa', 'glass_sofa*8', 's', 2, 1, 1, '0', '1', '0', 2045, '1', '1', '1', '1', '1', 'default', 1, '0'),
(746, 'Glass sofa', 'glass_sofa*9', 's', 2, 1, 1, '0', '1', '0', 2046, '1', '1', '1', '1', '1', 'default', 1, '0'),
(747, 'Glass stool', 'glass_stool*2', 's', 1, 1, 1, '0', '1', '0', 2047, '1', '1', '1', '1', '1', 'default', 1, '0'),
(748, 'Glass stool', 'glass_stool*4', 's', 1, 1, 1, '0', '1', '0', 2049, '1', '1', '1', '1', '1', 'default', 1, '0'),
(749, 'Candy Glass Stool', 'glass_stool*5', 's', 1, 1, 1, '0', '1', '0', 2050, '1', '1', '1', '1', '1', 'default', 1, '0'),
(750, 'Blue Glass Stool', 'glass_stool*6', 's', 1, 1, 1, '0', '1', '0', 2051, '1', '1', '1', '1', '1', 'default', 1, '0'),
(751, 'Green Glass Stool', 'glass_stool*7', 's', 1, 1, 1, '0', '1', '0', 2052, '1', '1', '1', '1', '1', 'default', 1, '0'),
(752, 'Yellow Glass Stool', 'glass_stool*8', 's', 1, 1, 1, '0', '1', '0', 2053, '1', '1', '1', '1', '1', 'default', 1, '0'),
(753, 'White Glass Stool', 'glass_stool*3', 's', 1, 1, 1, '0', '1', '0', 2055, '1', '1', '1', '1', '1', 'default', 1, '0'),
(754, 'Glass stool', 'glass_stool*9', 's', 1, 1, 1, '0', '1', '0', 2056, '1', '1', '1', '1', '1', 'default', 1, '0'),
(755, 'Gold Coin', 'CF_10_coin_gold', 's', 1, 1, 0.2, '1', '0', '0', 2062, '1', '1', '1', '1', '1', 'default', 1, '0'),
(756, 'Bronze Coin', 'CF_1_coin_bronze', 's', 1, 1, 0.2, '1', '0', '0', 2063, '1', '1', '1', '1', '1', 'default', 1, '0'),
(757, 'Sack of Credits', 'CF_20_moneybag', 's', 1, 1, 1, '1', '0', '0', 2064, '1', '1', '1', '1', '1', 'default', 1, '0'),
(758, 'Gold Bar', 'CF_50_goldbar', 's', 1, 1, 0.2, '1', '0', '0', 2065, '1', '1', '1', '1', '1', 'default', 1, '0'),
(759, 'Silver Coin', 'CF_5_coin_silver', 's', 1, 1, 0.2, '1', '0', '0', 2066, '1', '1', '1', '1', '1', 'default', 1, '0'),
(760, 'Persian Carpet', 'hc_crpt', 's', 3, 5, 0, '1', '0', '0', 2067, '1', '1', '1', '1', '1', 'default', 1, '0'),
(761, 'Forget plasma', 'hc_tv', 's', 2, 1, 1.4, '0', '1', '0', 2068, '1', '1', '1', '1', '1', 'default', 2, '0'),
(762, 'Gothic Portcullis', 'gothgate', 's', 2, 1, 0.001, '0', '0', '0', 2069, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(763, 'Gothic Candelabra', 'gothiccandelabra', 's', 1, 1, 1, '0', '0', '0', 2070, '1', '1', '1', '1', '1', 'default', 2, '0'),
(764, 'Gothic Railing', 'gothrailing', 's', 2, 1, 1, '0', '0', '0', 2071, '1', '1', '1', '1', '1', 'default', 1, '0'),
(765, 'Gothic table', 'goth_table', 's', 1, 5, 1.7, '0', '0', '0', 2072, '1', '1', '1', '1', '1', 'default', 1, '0'),
(766, 'Medieval Bookcase', 'hc_bkshlf', 's', 1, 4, 1, '0', '0', '0', 2073, '1', '1', '1', '1', '1', 'default', 1, '0'),
(767, 'Electric Butler', 'hc_btlr', 's', 1, 1, 1, '0', '0', '0', 2074, '1', '1', '1', '1', '1', 'vendingmachine', 0, '24'),
(768, 'Antique Drapery', 'hc_crtn', 's', 2, 1, 0.001, '0', '0', '0', 2075, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(769, 'The Grammophon', 'hc_djset', 's', 3, 1, 1, '0', '0', '0', 2076, '1', '1', '1', '1', '1', 'default', 1, '0'),
(770, 'Heavy Duty Fireplace', 'hc_frplc', 's', 1, 3, 1, '0', '0', '0', 2077, '1', '1', '1', '1', '1', 'default', 1, '0'),
(771, 'Victorian Street Light', 'hc_lmpst', 's', 1, 1, 1, '0', '0', '0', 2078, '1', '1', '1', '1', '1', 'default', 2, '0'),
(772, 'Weird Science Machine', 'hc_machine', 's', 1, 3, 1, '0', '0', '0', 2079, '1', '1', '1', '1', '1', 'default', 2, '0'),
(773, 'HC Rollers Set', 'hc_rllr', 's', 1, 1, 1, '0', '0', '1', 2080, '1', '1', '1', '1', '1', 'default', 1, '0'),
(774, 'X-Ray Divider', 'hc_rntgn', 's', 2, 1, 1, '0', '0', '0', 2081, '1', '1', '1', '1', '1', 'default', 1, '0'),
(775, 'Drinks Trolley', 'hc_trll', 's', 1, 2, 1, '0', '0', '0', 2082, '1', '1', '1', '1', '1', 'default', 1, '0'),
(776, 'Gothic Chair Pink', 'gothic_chair*1', 's', 1, 1, 1, '0', '1', '0', 2083, '1', '1', '1', '1', '1', 'default', 1, '0'),
(777, 'Gothic Sofa Pink', 'gothic_sofa*1', 's', 2, 1, 1, '0', '1', '0', 2084, '1', '1', '1', '1', '1', 'default', 1, '0'),
(778, 'Gothic Stool Pink', 'gothic_stool*1', 's', 1, 1, 1, '0', '1', '0', 2085, '1', '1', '1', '1', '1', 'default', 1, '0'),
(779, 'Golden Gothic Chair', 'gothic_chair*2', 's', 1, 1, 1, '0', '1', '0', 2086, '1', '1', '1', '1', '1', 'default', 1, '0'),
(780, 'Golden Gothic Sofa', 'gothic_sofa*2', 's', 2, 1, 1, '0', '1', '0', 2087, '1', '1', '1', '1', '1', 'default', 1, '0'),
(781, 'Golden Gothic Stool', 'gothic_stool*2', 's', 1, 1, 1, '0', '1', '0', 2088, '1', '1', '1', '1', '1', 'default', 1, '0'),
(782, 'Red Gothic Chair', 'gothic_chair*3', 's', 1, 1, 1, '0', '1', '0', 2089, '1', '1', '1', '1', '1', 'default', 1, '0'),
(783, 'Red Gothic Sofa', 'gothic_sofa*3', 's', 2, 1, 1, '0', '1', '0', 2090, '1', '1', '1', '1', '1', 'default', 1, '0'),
(784, 'Red Gothic Stool', 'gothic_stool*3', 's', 1, 1, 1, '0', '1', '0', 2091, '1', '1', '1', '1', '1', 'default', 1, '0'),
(785, 'Black Gothic Chair', 'gothic_chair*4', 's', 1, 1, 1, '0', '1', '0', 2092, '1', '1', '1', '1', '1', 'default', 1, '0'),
(786, 'Black Gothic Sofa', 'gothic_sofa*4', 's', 2, 1, 1, '0', '1', '0', 2093, '1', '1', '1', '1', '1', 'default', 1, '0'),
(787, 'Black Gothic Stool', 'gothic_stool*4', 's', 1, 1, 1, '0', '1', '0', 2094, '1', '1', '1', '1', '1', 'default', 1, '0'),
(788, 'Green Gothic Chair', 'gothic_chair*5', 's', 1, 1, 1, '0', '1', '0', 2095, '1', '1', '1', '1', '1', 'default', 1, '0'),
(789, 'Green Gothic Sofa', 'gothic_sofa*5', 's', 2, 1, 1, '0', '1', '0', 2096, '1', '1', '1', '1', '1', 'default', 1, '0'),
(790, 'Green Gothic Stool', 'gothic_stool*5', 's', 1, 1, 1, '0', '1', '0', 2097, '1', '1', '1', '1', '1', 'default', 1, '0'),
(791, 'Gothic Chair Blue', 'gothic_chair*6', 's', 1, 1, 1, '0', '1', '0', 2098, '1', '1', '1', '1', '1', 'default', 1, '0'),
(792, 'Gothic Sofa Blue', 'gothic_sofa*6', 's', 2, 1, 1, '0', '1', '0', 2099, '1', '1', '1', '1', '1', 'default', 1, '0'),
(793, 'Valentine''s Cauldron', 'gothic_stool*6', 's', 1, 1, 1, '0', '1', '0', 2100, '1', '1', '1', '1', '1', 'default', 1, '0'),
(794, 'Sound Machine', 'sound_machine', 's', 1, 1, 1, '0', '0', '0', 2102, '1', '1', '1', '1', '1', 'default', 1, '0'),
(795, 'Turquoise Romantique Piano Chair', 'romantique_pianochair*3', 's', 1, 1, 1, '0', '1', '0', 2103, '1', '1', '1', '1', '1', 'default', 1, '0'),
(796, 'Onyx Piano Stool', 'romantique_pianochair*5', 's', 1, 1, 1, '0', '1', '0', 2104, '1', '1', '1', '1', '1', 'default', 1, '0'),
(797, 'Lime Romantique Piano Chair', 'romantique_pianochair*2', 's', 1, 1, 1, '0', '1', '0', 2105, '1', '1', '1', '1', '1', 'default', 1, '0'),
(798, 'Amber Piano Stool', 'romantique_pianochair*4', 's', 1, 1, 1, '0', '1', '0', 2106, '1', '1', '1', '1', '1', 'default', 1, '0'),
(799, 'Rose Quartz Piano Stool', 'romantique_pianochair*1', 's', 1, 1, 1, '0', '1', '0', 2107, '1', '1', '1', '1', '1', 'default', 1, '0'),
(800, 'Turquoise Romantique Divan', 'romantique_divan*3', 's', 2, 1, 1, '0', '1', '0', 2108, '1', '1', '1', '1', '1', 'default', 1, '0'),
(801, 'Onyx Chaise-Longue', 'romantique_divan*5', 's', 2, 1, 1, '0', '1', '0', 2109, '1', '1', '1', '1', '1', 'default', 1, '0'),
(802, 'Emerald Chaise-Longue', 'romantique_divan*2', 's', 2, 1, 1, '0', '1', '0', 2110, '1', '1', '1', '1', '1', 'default', 1, '0'),
(803, 'Amber Chaise-Longue', 'romantique_divan*4', 's', 2, 1, 1, '0', '1', '0', 2111, '1', '1', '1', '1', '1', 'default', 1, '0'),
(804, 'Rose Quartz Chaise-Longue', 'romantique_divan*1', 's', 2, 1, 1, '0', '1', '0', 2112, '1', '1', '1', '1', '1', 'default', 1, '0'),
(805, 'Turquoise Romantique Chair', 'romantique_chair*3', 's', 1, 1, 1, '0', '1', '0', 2113, '1', '1', '1', '1', '1', 'default', 1, '0'),
(806, 'Onyx Chair', 'romantique_chair*5', 's', 1, 1, 1, '0', '1', '0', 2114, '1', '1', '1', '1', '1', 'default', 1, '0'),
(807, 'Lime Romantique Chair', 'romantique_chair*2', 's', 1, 1, 1, '0', '1', '0', 2115, '1', '1', '1', '1', '1', 'default', 1, '0'),
(808, 'Amber Chair', 'romantique_chair*4', 's', 1, 1, 1, '0', '1', '0', 2116, '1', '1', '1', '1', '1', 'default', 1, '0'),
(809, 'Rose Quartz Chair', 'romantique_chair*1', 's', 1, 1, 1, '0', '1', '0', 2117, '1', '1', '1', '1', '1', 'default', 1, '0'),
(811, 'Yellow Valentine Rose', 'plant_valentinerose*3', 's', 1, 1, 1, '0', '0', '0', 2119, '1', '1', '1', '1', '1', 'default', 2, '0'),
(812, 'Purple Valentine''s Rose', 'plant_valentinerose*5', 's', 1, 1, 1, '0', '0', '0', 2120, '1', '1', '1', '1', '1', 'default', 2, '0'),
(813, 'White Valentine''s Rose', 'plant_valentinerose*2', 's', 1, 1, 1, '0', '0', '0', 2121, '1', '1', '1', '1', '1', 'default', 2, '0'),
(814, 'Pink Valentine''s Rose', 'plant_valentinerose*4', 's', 1, 1, 1, '0', '0', '0', 2122, '1', '1', '1', '1', '1', 'default', 2, '0'),
(815, 'Red Valentine''s Rose', 'plant_valentinerose*1', 's', 1, 1, 1, '0', '0', '0', 2123, '1', '1', '1', '1', '1', 'default', 2, '0'),
(816, 'Maze Shrubbery Gate', 'plant_mazegate', 's', 2, 1, 0.001, '0', '0', '0', 2124, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(817, 'Maze Shrubbery', 'plant_maze', 's', 2, 1, 1, '0', '0', '0', 2125, '1', '1', '1', '1', '1', 'default', 1, '0'),
(818, 'Bulrush', 'plant_bulrush', 's', 1, 1, 1, '0', '0', '0', 2126, '1', '1', '1', '1', '1', 'default', 1, '0'),
(819, 'T-Bones Mega Multipack', 'petfood4', 's', 1, 1, 1, '1', '0', '0', 2127, '1', '1', '1', '1', '1', 'default', 1, '0'),
(820, 'Red carpet', 'carpet_valentine', 's', 2, 7, 0, '1', '0', '1', 2128, '1', '1', '1', '1', '1', 'default', 1, '0'),
(821, 'Cobbled Path', 'gothic_carpet', 's', 2, 4, 0, '1', '0', '1', 2129, '1', '1', '1', '1', '1', 'default', 1, '0'),
(822, 'Dungeon Floor', 'gothic_carpet2', 's', 2, 4, 0, '1', '0', '1', 2130, '1', '1', '1', '1', '1', 'default', 1, '0'),
(823, '', 'gothic_chair', 's', 1, 1, 1, '0', '1', '0', 2131, '1', '1', '1', '1', '1', 'default', 1, '0'),
(824, '', 'gothic_sofa', 's', 2, 1, 1, '0', '1', '0', 2132, '1', '1', '1', '1', '1', 'default', 1, '0'),
(825, '', 'gothic_stool', 's', 1, 1, 1, '0', '1', '0', 2133, '1', '1', '1', '1', '1', 'default', 1, '0'),
(826, 'Pink Grand Piano', 'grand_piano*3', 's', 2, 2, 1, '0', '0', '0', 2134, '1', '1', '1', '1', '1', 'default', 2, '0'),
(827, 'Onyx Grand Piano', 'grand_piano*5', 's', 2, 2, 1, '0', '0', '0', 2135, '1', '1', '1', '1', '1', 'default', 2, '0'),
(828, 'Black Grand Piano', 'grand_piano*2', 's', 2, 2, 1, '0', '0', '0', 2136, '1', '1', '1', '1', '1', 'default', 2, '0'),
(829, 'Amber Grand Piano', 'grand_piano*4', 's', 2, 2, 1, '0', '0', '0', 2137, '1', '1', '1', '1', '1', 'default', 2, '0'),
(830, 'Turquoise Grand Piano', 'grand_piano*1', 's', 2, 2, 1, '0', '0', '0', 2138, '1', '1', '1', '1', '1', 'default', 2, '0'),
(831, 'Deluxe Theatre Chair', 'theatre_seat', 's', 1, 1, 1.2, '0', '1', '0', 2139, '1', '1', '1', '1', '1', 'default', 6, '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(832, 'Treats Tray', 'romantique_tray2', 's', 1, 1, 1, '0', '0', '0', 2140, '1', '1', '1', '1', '1', 'default', 1, '0'),
(833, 'Breakfast Tray', 'romantique_tray1', 's', 1, 1, 1, '0', '0', '0', 2141, '1', '1', '1', '1', '1', 'default', 1, '0'),
(834, 'Turquoise Tray Table', 'romantique_smalltabl*3', 's', 1, 1, 1, '1', '0', '0', 2142, '1', '1', '1', '1', '1', 'default', 1, '0'),
(835, 'Onyx Tray Table', 'romantique_smalltabl*5', 's', 1, 1, 1, '1', '0', '0', 2143, '1', '1', '1', '1', '1', 'default', 1, '0'),
(836, 'Lime Tray Table', 'romantique_smalltabl*2', 's', 1, 1, 1, '1', '0', '0', 2144, '1', '1', '1', '1', '1', 'default', 1, '0'),
(837, 'Amber Tray Table', 'romantique_smalltabl*4', 's', 1, 1, 1, '1', '0', '0', 2145, '1', '1', '1', '1', '1', 'default', 1, '0'),
(838, 'Rose Quartz Tray Table', 'romantique_smalltabl*1', 's', 1, 1, 1, '1', '0', '0', 2146, '1', '1', '1', '1', '1', 'default', 1, '0'),
(839, 'Dressing Table', 'romantique_mirrortabl', 's', 1, 1, 1, '1', '0', '0', 2147, '1', '1', '1', '1', '1', 'default', 1, '0'),
(840, 'Turquoise Screen', 'romantique_divider*3', 's', 2, 1, 1, '0', '0', '0', 2148, '1', '1', '1', '1', '1', 'default', 1, '0'),
(841, 'Green Screen', 'romantique_divider*2', 's', 2, 1, 1, '1', '0', '0', 2149, '1', '1', '1', '1', '1', 'default', 1, '0'),
(842, 'Amber Screen', 'romantique_divider*4', 's', 2, 1, 1, '1', '0', '0', 2150, '1', '1', '1', '1', '1', 'default', 1, '0'),
(843, 'Rose Quartz Screen', 'romantique_divider*1', 's', 2, 1, 1, '1', '0', '0', 2151, '1', '1', '1', '1', '1', 'default', 1, '0'),
(844, 'Large Tatami Mat', 'jp_tatami2', 's', 2, 4, 0, '1', '0', '1', 2152, '1', '1', '1', '1', '1', 'default', 1, '0'),
(845, 'Small Tatami Mat', 'jp_tatami', 's', 2, 2, 1, '0', '0', '1', 2153, '1', '1', '1', '1', '1', 'default', 1, '0'),
(846, 'Director''s Chair', 'habbowood_chair', 's', 1, 1, 1.2, '0', '1', '0', 2154, '1', '1', '1', '1', '1', 'default', 1, '0'),
(847, 'Bamboo Forest', 'jp_bamboo', 's', 2, 2, 0, '1', '0', '1', 2155, '1', '1', '1', '1', '1', 'default', 1, '0'),
(848, 'Irori', 'jp_irori', 's', 2, 2, 1, '0', '0', '0', 2156, '1', '1', '1', '1', '1', 'default', 2, '0'),
(849, 'Pillow Chair', 'jp_pillow', 's', 1, 1, 0.8, '0', '1', '0', 2157, '1', '1', '1', '1', '1', 'default', 1, '0'),
(850, 'Habbo Sounds 1', 'sound_set_1', 's', 1, 1, 0.2, '1', '0', '0', 2158, '1', '1', '1', '1', '1', 'default', 1, '0'),
(851, 'Habbo Sounds 3', 'sound_set_2', 's', 1, 1, 0.2, '1', '0', '0', 2159, '1', '1', '1', '1', '1', 'default', 1, '0'),
(852, 'Electronic 1', 'sound_set_3', 's', 1, 1, 0.2, '1', '0', '0', 2160, '1', '1', '1', '1', '1', 'default', 1, '0'),
(853, 'Ambient 1', 'sound_set_4', 's', 1, 1, 0.2, '1', '0', '0', 2161, '1', '1', '1', '1', '1', 'default', 1, '0'),
(854, 'Ambient 4', 'sound_set_5', 's', 1, 1, 0.2, '1', '0', '0', 2162, '1', '1', '1', '1', '1', 'default', 1, '0'),
(855, 'Ambient 3', 'sound_set_6', 's', 1, 1, 0.2, '1', '0', '0', 2163, '1', '1', '1', '1', '1', 'default', 1, '0'),
(856, 'SFX 5', 'sound_set_7', 's', 1, 1, 0.2, '1', '0', '0', 2164, '1', '1', '1', '1', '1', 'default', 1, '0'),
(857, 'Ambient 2', 'sound_set_8', 's', 1, 1, 0.2, '1', '0', '0', 2165, '1', '1', '1', '1', '1', 'default', 1, '0'),
(858, 'Electronic 2', 'sound_set_9', 's', 1, 1, 0.2, '1', '0', '0', 2166, '1', '1', '1', '1', '1', 'default', 1, '0'),
(859, 'Traxmachine', 'sound_machine*1', 's', 1, 1, 1, '0', '0', '0', 2167, '1', '1', '1', '1', '1', 'default', 1, '0'),
(860, 'Habbowood Spotlight', 'spotlight', 's', 1, 1, 1, '0', '0', '0', 2168, '1', '1', '1', '1', '1', 'default', 6, '0'),
(861, 'Ocean Traxmachine', 'sound_machine*2', 's', 1, 1, 1, '0', '0', '0', 2169, '1', '1', '1', '1', '1', 'default', 1, '0'),
(862, 'Green Traxmachine', 'sound_machine*3', 's', 1, 1, 1, '0', '0', '0', 2170, '1', '1', '1', '1', '1', 'default', 1, '0'),
(863, 'For Funky', 'sound_machine*4', 's', 1, 1, 1, '0', '0', '0', 2171, '1', '1', '1', '1', '1', 'default', 1, '0'),
(864, 'Brown Traxmachine', 'sound_machine*5', 's', 1, 1, 1, '0', '0', '0', 2172, '1', '1', '1', '1', '1', 'default', 1, '0'),
(865, 'Purple Traxmachine', 'sound_machine*6', 's', 1, 1, 1, '0', '0', '0', 2173, '1', '1', '1', '1', '1', 'default', 1, '0'),
(866, 'Red Traxmachine', 'sound_machine*7', 's', 1, 1, 1, '0', '0', '0', 2174, '1', '1', '1', '1', '1', 'default', 1, '0'),
(867, 'Crystal Lamp', 'rom_lamp', 's', 1, 1, 1, '0', '0', '0', 2175, '1', '1', '1', '1', '1', 'default', 2, '0'),
(868, 'Polar Sofa', 'rclr_sofa', 's', 2, 1, 1, '0', '1', '0', 2176, '1', '1', '1', '1', '1', 'default', 1, '0'),
(869, 'Water Garden', 'rclr_garden', 's', 1, 3, 1, '0', '0', '0', 2177, '1', '1', '1', '1', '1', 'default', 2, '0'),
(870, 'Palm Chair', 'rclr_chair', 's', 1, 1, 1, '0', '1', '0', 2178, '1', '1', '1', '1', '1', 'default', 1, '0'),
(871, 'Rock 2', 'sound_set_28', 's', 1, 1, 0.2, '1', '0', '0', 2179, '1', '1', '1', '1', '1', 'default', 1, '0'),
(872, 'Groove 2', 'sound_set_27', 's', 1, 1, 0.2, '1', '0', '0', 2180, '1', '1', '1', '1', '1', 'default', 1, '0'),
(873, 'Groove 1', 'sound_set_26', 's', 1, 1, 0.2, '1', '0', '0', 2181, '1', '1', '1', '1', '1', 'default', 1, '0'),
(874, 'Actually', 'sound_set_25', 's', 1, 1, 0.2, '1', '0', '0', 2182, '1', '1', '1', '1', '1', 'default', 1, '0'),
(875, 'It''s all about the Pentiums', 'sound_set_24', 's', 1, 1, 0.2, '1', '0', '0', 2183, '1', '1', '1', '1', '1', 'default', 1, '0'),
(876, 'SFX 4', 'sound_set_23', 's', 1, 1, 0.2, '1', '0', '0', 2184, '1', '1', '1', '1', '1', 'default', 1, '0'),
(877, 'With a hamper full of sounds', 'sound_set_22', 's', 1, 1, 0.2, '1', '0', '0', 2185, '1', '1', '1', '1', '1', 'default', 1, '0'),
(878, 'Rock 1', 'sound_set_21', 's', 1, 1, 0.2, '1', '0', '0', 2186, '1', '1', '1', '1', '1', 'default', 1, '0'),
(879, 'SFX 2', 'sound_set_20', 's', 1, 1, 0.2, '1', '0', '0', 2187, '1', '1', '1', '1', '1', 'default', 1, '0'),
(880, 'Hip Hop Beats 4', 'sound_set_19', 's', 1, 1, 0.2, '1', '0', '0', 2188, '1', '1', '1', '1', '1', 'default', 1, '0'),
(881, 'Groove 4', 'sound_set_18', 's', 1, 1, 0.2, '1', '0', '0', 2189, '1', '1', '1', '1', '1', 'default', 1, '0'),
(882, 'Groove 3', 'sound_set_17', 's', 1, 1, 0.2, '1', '0', '0', 2190, '1', '1', '1', '1', '1', 'default', 1, '0'),
(883, 'Ferry', 'sound_set_16', 's', 1, 1, 0.2, '1', '0', '0', 2191, '1', '1', '1', '1', '1', 'default', 1, '0'),
(884, 'RnB Grooves 6', 'sound_set_15', 's', 1, 1, 0.2, '1', '0', '0', 2192, '1', '1', '1', '1', '1', 'default', 1, '0'),
(885, 'Hip Hop Beats 2', 'sound_set_14', 's', 1, 1, 0.2, '1', '0', '0', 2193, '1', '1', '1', '1', '1', 'default', 1, '0'),
(886, 'Dance 5', 'sound_set_13', 's', 1, 1, 0.2, '1', '0', '0', 2194, '1', '1', '1', '1', '1', 'default', 1, '0'),
(887, 'Habbo Sounds 2', 'sound_set_12', 's', 1, 1, 0.2, '1', '0', '0', 2195, '1', '1', '1', '1', '1', 'default', 1, '0'),
(888, 'Dance 4', 'sound_set_11', 's', 1, 1, 0.2, '1', '0', '0', 2196, '1', '1', '1', '1', '1', 'default', 1, '0'),
(889, 'Hip Hop Beats 1', 'sound_set_10', 's', 1, 1, 0.2, '1', '0', '0', 2197, '1', '1', '1', '1', '1', 'default', 1, '0'),
(890, 'Rope Divider', 'rope_divider', 's', 2, 1, 0.001, '0', '0', '0', 2198, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(891, 'romantique_clock', 'romantique_clock', 's', 1, 1, 1, '0', '0', '0', 2199, '1', '1', '1', '1', '1', 'default', 1, '0'),
(892, 'Aqua Pura Module 5', 'rare_icecream_campaign', 's', 1, 1, 1, '0', '0', '0', 2200, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4'),
(893, 'Pink Pura Module 5', 'pura_mdl5*2', 's', 1, 1, 1, '0', '1', '0', 2202, '1', '1', '1', '1', '1', 'default', 1, '0'),
(894, 'Black Pura Module 5', 'pura_mdl5*3', 's', 1, 1, 1, '0', '1', '0', 2203, '1', '1', '1', '1', '1', 'default', 1, '0'),
(895, 'White Pura Module 5', 'pura_mdl5*4', 's', 1, 1, 1, '0', '1', '0', 2204, '1', '1', '1', '1', '1', 'default', 1, '0'),
(896, 'beige pura module 5', 'pura_mdl5*5', 's', 1, 1, 1, '0', '1', '0', 2205, '1', '1', '1', '1', '1', 'default', 1, '0'),
(897, 'Blue Pura Module 5', 'pura_mdl5*6', 's', 1, 1, 1, '0', '1', '0', 2206, '1', '1', '1', '1', '1', 'default', 1, '0'),
(898, 'Green Pura Module 5', 'pura_mdl5*7', 's', 1, 1, 1, '0', '1', '0', 2207, '1', '1', '1', '1', '1', 'default', 1, '0'),
(899, 'Yellow Pura Module 5', 'pura_mdl5*8', 's', 1, 1, 1, '0', '1', '0', 2208, '1', '1', '1', '1', '1', 'default', 1, '0'),
(900, 'Red Pura Module 5', 'pura_mdl5*9', 's', 1, 1, 1, '0', '1', '0', 2209, '1', '1', '1', '1', '1', 'default', 1, '0'),
(901, 'Aqua Pura Module 4', 'pura_mdl4*1', 's', 1, 1, 1, '0', '1', '0', 2210, '1', '1', '1', '1', '1', 'default', 1, '0'),
(902, 'Pink Pura Module 4', 'pura_mdl4*2', 's', 1, 1, 1, '0', '1', '0', 2211, '1', '1', '1', '1', '1', 'default', 1, '0'),
(903, 'Black Pura Module 4', 'pura_mdl4*3', 's', 1, 1, 1, '0', '1', '0', 2212, '1', '1', '1', '1', '1', 'default', 1, '0'),
(904, 'White Pura Module 4', 'pura_mdl4*4', 's', 1, 1, 1, '0', '1', '0', 2213, '1', '1', '1', '1', '1', 'default', 1, '0'),
(905, 'beige pura module 4', 'pura_mdl4*5', 's', 1, 1, 1, '0', '1', '0', 2214, '1', '1', '1', '1', '1', 'default', 1, '0'),
(906, 'Blue Pura Module 4', 'pura_mdl4*6', 's', 1, 1, 1, '0', '1', '0', 2215, '1', '1', '1', '1', '1', 'default', 1, '0'),
(907, 'Green Pura Module 4', 'pura_mdl4*7', 's', 1, 1, 1, '0', '1', '0', 2216, '1', '1', '1', '1', '1', 'default', 1, '0'),
(908, 'yellow pura module 4', 'pura_mdl4*8', 's', 1, 1, 1, '0', '1', '0', 2217, '1', '1', '1', '1', '1', 'default', 1, '0'),
(909, 'Red Pura Module 4', 'pura_mdl4*9', 's', 1, 1, 1, '0', '1', '0', 2218, '1', '1', '1', '1', '1', 'default', 1, '0'),
(910, 'Aqua Pura Module 3', 'pura_mdl3*1', 's', 1, 1, 1, '0', '1', '0', 2219, '1', '1', '1', '1', '1', 'default', 1, '0'),
(911, 'Pink Pura Module 3', 'pura_mdl3*2', 's', 1, 1, 1, '0', '1', '0', 2220, '1', '1', '1', '1', '1', 'default', 1, '0'),
(912, 'Black Pura Module 3', 'pura_mdl3*3', 's', 1, 1, 1, '0', '1', '0', 2221, '1', '1', '1', '1', '1', 'default', 1, '0'),
(913, 'White Pura Module 3', 'pura_mdl3*4', 's', 1, 1, 1, '0', '1', '0', 2222, '1', '1', '1', '1', '1', 'default', 1, '0'),
(914, 'beige pura module 3', 'pura_mdl3*5', 's', 1, 1, 1, '0', '1', '0', 2223, '1', '1', '1', '1', '1', 'default', 1, '0'),
(915, 'Blue Pura Module 3', 'pura_mdl3*6', 's', 1, 1, 1, '0', '1', '0', 2224, '1', '1', '1', '1', '1', 'default', 1, '0'),
(916, 'Green Pura Module 3', 'pura_mdl3*7', 's', 1, 1, 1, '0', '1', '0', 2225, '1', '1', '1', '1', '1', 'default', 1, '0'),
(917, 'yellow pura module 3', 'pura_mdl3*8', 's', 1, 1, 1, '0', '1', '0', 2226, '1', '1', '1', '1', '1', 'default', 1, '0'),
(918, 'Red Pura Module 3', 'pura_mdl3*9', 's', 1, 1, 1, '0', '1', '0', 2227, '1', '1', '1', '1', '1', 'default', 1, '0'),
(919, 'Aqua Pura Module 2', 'pura_mdl2*1', 's', 1, 1, 1, '0', '1', '0', 2228, '1', '1', '1', '1', '1', 'default', 1, '0'),
(920, 'Pink Pura Module 2', 'pura_mdl2*2', 's', 1, 1, 1, '0', '1', '0', 2229, '1', '1', '1', '1', '1', 'default', 1, '0'),
(921, 'Black Pura Module 2', 'pura_mdl2*3', 's', 1, 1, 1, '0', '1', '0', 2230, '1', '1', '1', '1', '1', 'default', 1, '0'),
(922, 'White Pura Module 2', 'pura_mdl2*4', 's', 1, 1, 1, '0', '1', '0', 2231, '1', '1', '1', '1', '1', 'default', 1, '0'),
(923, 'beige pura module 2', 'pura_mdl2*5', 's', 1, 1, 1, '0', '1', '0', 2232, '1', '1', '1', '1', '1', 'default', 1, '0'),
(924, 'Blue Pura Module 2', 'pura_mdl2*6', 's', 1, 1, 1, '0', '1', '0', 2233, '1', '1', '1', '1', '1', 'default', 1, '0'),
(925, 'Green Pura Module 2', 'pura_mdl2*7', 's', 1, 1, 1, '0', '1', '0', 2234, '1', '1', '1', '1', '1', 'default', 1, '0'),
(926, 'yellow pura module 2', 'pura_mdl2*8', 's', 1, 1, 1, '0', '1', '0', 2235, '1', '1', '1', '1', '1', 'default', 1, '0'),
(927, 'Red Pura Module 2', 'pura_mdl2*9', 's', 1, 1, 1, '0', '1', '0', 2236, '1', '1', '1', '1', '1', 'default', 1, '0'),
(928, 'Aqua Pura Module 1', 'pura_mdl1*1', 's', 1, 1, 1, '0', '1', '0', 2237, '1', '1', '1', '1', '1', 'default', 1, '0'),
(929, 'Pink Pura Module 1', 'pura_mdl1*2', 's', 1, 1, 1, '0', '1', '0', 2238, '1', '1', '1', '1', '1', 'default', 1, '0'),
(930, 'Black Pura Module 1', 'pura_mdl1*3', 's', 1, 1, 1, '0', '1', '0', 2239, '1', '1', '1', '1', '1', 'default', 1, '0'),
(931, 'White Pura Module 1', 'pura_mdl1*4', 's', 1, 1, 1, '0', '1', '0', 2240, '1', '1', '1', '1', '1', 'default', 1, '0'),
(932, 'beige pura module 1', 'pura_mdl1*5', 's', 1, 1, 1, '0', '1', '0', 2241, '1', '1', '1', '1', '1', 'default', 1, '0'),
(933, 'Blue Pura Module 1', 'pura_mdl1*6', 's', 1, 1, 1, '0', '1', '0', 2242, '1', '1', '1', '1', '1', 'default', 1, '0'),
(934, 'Green Pura Module 1', 'pura_mdl1*7', 's', 1, 1, 1, '0', '1', '0', 2243, '1', '1', '1', '1', '1', 'default', 1, '0'),
(935, 'yellow pura module 1', 'pura_mdl1*8', 's', 1, 1, 1, '0', '1', '0', 2244, '1', '1', '1', '1', '1', 'default', 1, '0'),
(936, 'Red Pura Module 1', 'pura_mdl1*9', 's', 1, 1, 1, '0', '1', '0', 2245, '1', '1', '1', '1', '1', 'default', 1, '0'),
(937, 'Japanese Lantern', 'jp_lantern', 's', 1, 1, 1, '0', '0', '0', 2246, '1', '1', '1', '1', '1', 'default', 2, '0'),
(938, 'chair_basic', 'chair_basic*1', 's', 1, 1, 1.1, '0', '1', '0', 2247, '1', '1', '1', '1', '1', 'default', 1, '0'),
(939, 'Pink Pura Egg Chair', 'chair_basic*2', 's', 1, 1, 1.1, '0', '1', '0', 2248, '1', '1', '1', '1', '1', 'default', 1, '0'),
(940, 'Black Pura Egg Chair', 'chair_basic*3', 's', 1, 1, 1.1, '0', '1', '0', 2249, '1', '1', '1', '1', '1', 'default', 1, '0'),
(941, 'White Pura Egg Chair', 'chair_basic*4', 's', 1, 1, 1.1, '0', '1', '0', 2250, '1', '1', '1', '1', '1', 'default', 1, '0'),
(942, 'Beige Pura Egg Chair', 'chair_basic*5', 's', 1, 1, 1.1, '0', '1', '0', 2251, '1', '1', '1', '1', '1', 'default', 1, '0'),
(943, 'Blue Pura Egg Chair', 'chair_basic*6', 's', 1, 1, 1.1, '0', '1', '0', 2252, '1', '1', '1', '1', '1', 'default', 1, '0'),
(944, 'Green Pura Egg Chair', 'chair_basic*7', 's', 1, 1, 1.1, '0', '1', '0', 2253, '1', '1', '1', '1', '1', 'default', 1, '0'),
(945, 'chair_basic', 'chair_basic*8', 's', 1, 1, 1.1, '0', '1', '0', 2254, '1', '1', '1', '1', '1', 'default', 1, '0'),
(946, 'Red Pura Egg Chair', 'chair_basic*9', 's', 1, 1, 1.1, '0', '1', '0', 2255, '1', '1', '1', '1', '1', 'default', 1, '0'),
(947, '', 'bed_budget*1', 's', 2, 3, 1.9, '0', '0', '0', 2256, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(948, 'Pink Pura Double Bed', 'bed_budget*2', 's', 2, 3, 1.9, '0', '0', '0', 2257, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(949, 'Black Pura Double Bed', 'bed_budget*3', 's', 2, 3, 1.9, '0', '0', '0', 2258, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(950, 'White Pura Double Bed', 'bed_budget*4', 's', 2, 3, 1.9, '0', '0', '0', 2259, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(951, 'Beige Pura Double Bed', 'bed_budget*5', 's', 2, 3, 1.9, '0', '0', '0', 2260, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(952, 'Blue Pura Double Bed', 'bed_budget*6', 's', 2, 3, 1.9, '0', '0', '0', 2261, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(953, 'Green Pura Double Bed', 'bed_budget*7', 's', 2, 3, 1.9, '0', '0', '0', 2262, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(954, 'Yellow Pura Double Bed', 'bed_budget*8', 's', 2, 3, 1.9, '0', '0', '0', 2263, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(955, 'Red Pura Double Bed', 'bed_budget*9', 's', 2, 3, 1.9, '0', '0', '0', 2264, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(956, '', 'bed_budget_one*1', 's', 1, 3, 1.9, '0', '0', '0', 2265, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(957, 'Pink Pura Bed', 'bed_budget_one*2', 's', 1, 3, 1.9, '0', '0', '0', 2266, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(958, 'Black Pura Bed', 'bed_budget_one*3', 's', 1, 3, 1.9, '0', '0', '0', 2267, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(959, 'White Pura Bed', 'bed_budget_one*4', 's', 1, 3, 1.9, '0', '0', '0', 2268, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(960, 'Beige Pura Bed', 'bed_budget_one*5', 's', 1, 3, 1.9, '0', '0', '0', 2269, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(961, 'Blue Pura Bed', 'bed_budget_one*6', 's', 1, 3, 1.9, '0', '0', '0', 2270, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(962, 'Green Pura Bed', 'bed_budget_one*7', 's', 1, 3, 1.9, '0', '0', '0', 2271, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(963, 'Yellow Pura Bed', 'bed_budget_one*8', 's', 1, 3, 1.9, '0', '0', '0', 2272, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(964, 'Red Pura Bed', 'bed_budget_one*9', 's', 1, 3, 1.9, '0', '0', '0', 2273, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(965, 'Japanese Drawer', 'jp_drawer', 's', 1, 1, 1, '1', '0', '0', 2274, '1', '1', '1', '1', '1', 'default', 2, '0'),
(966, 'Star Tile', 'tile_stella', 's', 1, 1, 0.05, '1', '0', '1', 2275, '1', '1', '1', '1', '1', 'default', 1, '0'),
(967, 'Marble Tile', 'tile_marble', 's', 1, 1, 0.1, '1', '0', '1', 2276, '1', '1', '1', '1', '1', 'default', 1, '0'),
(968, 'Red Tile', 'tile_brown', 's', 1, 1, 0.05, '1', '0', '1', 2277, '1', '1', '1', '1', '1', 'default', 1, '0'),
(969, 'Blue Barbeque Grill', 'summer_grill*1', 's', 2, 1, 1, '0', '0', '0', 2278, '1', '1', '1', '1', '1', 'default', 2, '0'),
(970, 'Red Barbeque Grill', 'summer_grill*2', 's', 2, 1, 1, '0', '0', '0', 2279, '1', '1', '1', '1', '1', 'default', 2, '0'),
(971, 'Green Barbeque Grill', 'summer_grill*3', 's', 2, 1, 1, '0', '0', '0', 2280, '1', '1', '1', '1', '1', 'default', 2, '0'),
(972, 'Green Barbeque Grill', 'summer_grill*4', 's', 2, 1, 1, '0', '0', '0', 2281, '1', '1', '1', '1', '1', 'default', 2, '0'),
(973, 'Aqua Deck Chair', 'summer_chair*1', 's', 1, 1, 1, '0', '1', '0', 2282, '1', '1', '1', '1', '1', 'default', 1, '0'),
(974, 'Pink Deck Chair', 'summer_chair*2', 's', 1, 1, 1, '0', '1', '0', 2283, '1', '1', '1', '1', '1', 'default', 1, '0'),
(975, 'Black Deck Chair', 'summer_chair*3', 's', 1, 1, 1, '0', '1', '0', 2284, '1', '1', '1', '1', '1', 'default', 1, '0'),
(976, 'White Deck Chair', 'summer_chair*4', 's', 1, 1, 1, '0', '1', '0', 2285, '1', '1', '1', '1', '1', 'default', 1, '0'),
(977, 'Deck Chair', 'summer_chair*5', 's', 1, 1, 1, '0', '1', '0', 2286, '1', '1', '1', '1', '1', 'default', 1, '0'),
(978, 'Deck Chair', 'summer_chair*6', 's', 1, 1, 1, '0', '1', '0', 2287, '1', '1', '1', '1', '1', 'default', 1, '0'),
(979, 'Green Deck Chair', 'summer_chair*7', 's', 1, 1, 1, '0', '1', '0', 2288, '1', '1', '1', '1', '1', 'default', 1, '0'),
(980, 'Yellow Deck Chair', 'summer_chair*8', 's', 1, 1, 1, '0', '1', '0', 2289, '1', '1', '1', '1', '1', 'default', 1, '0'),
(981, 'Red Deck Chair', 'summer_chair*9', 's', 1, 1, 1, '0', '1', '0', 2290, '1', '1', '1', '1', '1', 'default', 1, '0'),
(982, 'Latin Love 1', 'sound_set_36', 's', 1, 1, 0.2, '1', '0', '0', 2291, '1', '1', '1', '1', '1', 'default', 1, '0'),
(983, 'Dance 6', 'sound_set_35', 's', 1, 1, 0.2, '1', '0', '0', 2292, '1', '1', '1', '1', '1', 'default', 1, '0'),
(984, 'Rock 5', 'sound_set_34', 's', 1, 1, 0.2, '1', '0', '0', 2293, '1', '1', '1', '1', '1', 'default', 1, '0'),
(985, 'Rock 3', 'sound_set_33', 's', 1, 1, 0.2, '1', '0', '0', 2294, '1', '1', '1', '1', '1', 'default', 1, '0'),
(986, 'Instrumental 2', 'sound_set_32', 's', 1, 1, 0.2, '1', '0', '0', 2295, '1', '1', '1', '1', '1', 'default', 1, '0'),
(987, 'Dance 3', 'sound_set_31', 's', 1, 1, 0.2, '1', '0', '0', 2296, '1', '1', '1', '1', '1', 'default', 1, '0'),
(988, 'Instrumental 1', 'sound_set_30', 's', 1, 1, 0.2, '1', '0', '0', 2297, '1', '1', '1', '1', '1', 'default', 1, '0'),
(989, 'Dance 2', 'sound_set_29', 's', 1, 1, 0.2, '1', '0', '0', 2298, '1', '1', '1', '1', '1', 'default', 1, '0'),
(990, 'Sound Machine Pro', 'sound_machine_pro', 's', 1, 1, 1, '0', '0', '0', 2299, '1', '1', '1', '1', '1', 'default', 1, '0'),
(991, 'Aqua One Way Gate', 'rare_mnstr', 's', 1, 1, 0.001, '0', '0', '0', 2300, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(992, 'Black HC Gate', 'one_way_door*2', 's', 1, 1, 0.001, '0', '0', '0', 2302, '1', '1', '1', '1', '1', 'onewaygate', 2, '0'),
(993, 'White HC Gate', 'one_way_door*3', 's', 1, 1, 0.001, '0', '0', '0', 2303, '1', '1', '1', '1', '1', 'onewaygate', 2, '0'),
(994, 'Beige One Way Gate', 'one_way_door*4', 's', 1, 1, 0.001, '0', '0', '0', 2304, '1', '1', '1', '1', '1', 'onewaygate', 2, '0'),
(995, 'Pink One Way Gate', 'one_way_door*5', 's', 1, 1, 0.001, '0', '0', '0', 2305, '1', '1', '1', '1', '1', 'onewaygate', 2, '0'),
(996, 'Blue HC Gate', 'one_way_door*6', 's', 1, 1, 0.001, '0', '0', '0', 2306, '1', '1', '1', '1', '1', 'onewaygate', 2, '0'),
(997, 'Green One Way Gate', 'one_way_door*7', 's', 1, 1, 0.001, '0', '0', '0', 2307, '1', '1', '1', '1', '1', 'onewaygate', 2, '0'),
(998, 'Yellow One Way Gate', 'one_way_door*8', 's', 1, 1, 0.001, '0', '0', '0', 2308, '1', '1', '1', '1', '1', 'onewaygate', 2, '0'),
(999, 'Red One Way Gate', 'one_way_door*9', 's', 1, 1, 0.001, '0', '0', '0', 2309, '1', '1', '1', '1', '1', 'onewaygate', 2, '0'),
(1000, 'Executive Rug', 'exe_rug', 's', 3, 3, 0, '1', '0', '1', 2310, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1001, 'Executive Glass Table', 'exe_s_table', 's', 2, 2, 1, '1', '0', '0', 2311, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1002, 'Sound set 37', 'sound_set_37', 's', 1, 1, 0.2, '1', '0', '0', 2312, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1003, 'Blue Summer Pool', 'summer_pool*1', 's', 2, 2, 0, '0', '0', '1', 2313, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1004, 'Red Summer Pool', 'summer_pool*2', 's', 2, 2, 0, '0', '0', '1', 2314, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1005, 'Green Summer Pool', 'summer_pool*3', 's', 2, 2, 0, '0', '0', '1', 2315, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1006, 'Yellow Summer Pool', 'summer_pool*4', 's', 2, 2, 0, '0', '0', '1', 2316, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1007, 'Burn', 'song_disk', 's', 1, 1, 0.1, '1', '0', '0', 2317, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1008, 'Jukebox', 'jukebox*1', 's', 1, 1, 1, '1', '0', '0', 2318, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1009, 'Welcome', 'carpet_soft_tut', 's', 1, 1, 0, '1', '0', '1', 2319, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1010, 'Graveyard Portal', 'sound_set_44', 's', 1, 1, 0.2, '1', '0', '0', 2320, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1011, 'SFX 1', 'sound_set_43', 's', 1, 1, 0.2, '1', '0', '0', 2321, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1012, 'Haunted Mansion', 'sound_set_42', 's', 1, 1, 0.2, '1', '0', '0', 2322, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1013, 'Rock 8', 'sound_set_41', 's', 1, 1, 0.2, '1', '0', '0', 2323, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1014, 'Rock 4', 'sound_set_40', 's', 1, 1, 0.2, '1', '0', '0', 2324, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1015, 'Rock 7', 'sound_set_39', 's', 1, 1, 0.2, '1', '0', '0', 2325, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1016, 'Rock 6', 'sound_set_38', 's', 1, 1, 0.2, '1', '0', '0', 2326, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1017, 'Grunge Chair', 'grunge_chair', 's', 1, 1, 1, '0', '1', '0', 2327, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1018, 'Grunge Mattress', 'grunge_mattress', 's', 3, 1, 1, '0', '1', '0', 2328, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1019, 'Radiator', 'grunge_radiator', 's', 1, 1, 1, '0', '0', '0', 2329, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1020, 'Grunge Bookshelf', 'grunge_shelf', 's', 3, 1, 1, '0', '0', '0', 2330, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1021, 'Road Sign', 'grunge_sign', 's', 1, 1, 1, '0', '0', '0', 2331, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1022, 'Grunge Table', 'grunge_table', 's', 2, 2, 1, '1', '0', '0', 2332, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1023, 'Creepy Crypt', 'habboween_crypt', 's', 1, 3, 1.1, '0', '0', '0', 2333, '1', '1', '1', '1', '1', 'bed', 2, '0'),
(1024, 'Unholy Ground', 'habboween_grass', 's', 2, 2, 0, '0', '0', '1', 2334, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1025, 'Habboween Cauldron', 'hal_cauldron', 's', 1, 1, 1, '0', '0', '0', 2335, '1', '1', '1', '1', '1', 'vendingmachine', 0, '30'),
(1026, 'Haunted Grave', 'hal_grave', 's', 1, 1, 1, '0', '0', '0', 2336, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1027, 'Christmas Party', 'sound_set_52', 's', 1, 1, 0.2, '1', '0', '0', 2337, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1028, 'Club 6', 'sound_set_51', 's', 1, 1, 0.2, '1', '0', '0', 2338, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1029, 'Club 5', 'sound_set_50', 's', 1, 1, 0.2, '1', '0', '0', 2339, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1030, 'Club 4', 'sound_set_49', 's', 1, 1, 0.2, '1', '0', '0', 2340, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1031, 'Club 3', 'sound_set_48', 's', 1, 1, 0.2, '1', '0', '0', 2341, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1032, 'Club 2', 'sound_set_47', 's', 1, 1, 0.2, '1', '0', '0', 2342, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1033, 'Club 1', 'sound_set_46', 's', 1, 1, 0.2, '1', '0', '0', 2343, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1034, 'Lost_Beatness', 'sound_set_45', 's', 1, 1, 0.2, '1', '0', '0', 2344, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1035, 'Lantern Bundle 2', 'xmas_icelamp', 's', 1, 1, 1, '1', '0', '0', 2345, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1036, 'Ice Castle Wall', 'xmas_cstl_wall', 's', 2, 1, 1, '0', '0', '0', 2346, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1037, 'Ice Castle Tower', 'xmas_cstl_twr', 's', 1, 1, 1, '0', '0', '0', 2347, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1038, 'Ice Castle Gate', 'xmas_cstl_gate', 's', 2, 1, 0.001, '0', '0', '0', 2348, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1039, 'Snowy Christmas Tree', 'tree7', 's', 1, 1, 1, '0', '0', '0', 2349, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1040, 'Flashy Christmas Tree', 'tree6', 's', 1, 1, 1, '0', '0', '0', 2350, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1041, 'Oh Blinging Tree', 'sound_set_54', 's', 1, 1, 0.2, '1', '0', '0', 2351, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1042, 'Snowy Surprise', 'sound_set_53', 's', 1, 1, 0.2, '1', '0', '0', 2352, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1043, 'postbank Safe', 'safe_silo_pb', 's', 1, 1, 1.3, '1', '0', '0', 2353, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17'),
(1044, 'Snowy Maze Gate', 'plant_mazegate_snow', 's', 2, 1, 0.001, '0', '0', '1', 2354, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1045, 'Snowy Maze Bundle 2', 'plant_maze_snow', 's', 2, 1, 1, '0', '0', '1', 2355, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1046, 'Winter Sleigh', 'christmas_sleigh', 's', 2, 2, 1, '0', '0', '0', 2356, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1047, 'Reindeer', 'christmas_reindeer', 's', 1, 2, 1, '0', '0', '0', 2357, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1048, 'Reindeer Droppings', 'christmas_poop', 's', 1, 1, 1, '0', '0', '0', 2358, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1049, 'Executive Bar Desk', 'exe_bardesk', 's', 1, 1, 1, '1', '0', '0', 2359, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1050, 'Executive Sofa Chair', 'exe_chair', 's', 1, 1, 1, '0', '1', '0', 2360, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1051, 'Executive Boss Chair', 'exe_chair2', 's', 1, 1, 1, '0', '1', '0', 2361, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1052, 'Executive Corner Desk', 'exe_corner', 's', 1, 1, 1, '1', '0', '0', 2362, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1053, 'Executive Drinks Tray', 'exe_drinks', 's', 1, 1, 1, '0', '0', '0', 2363, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1054, '3-Seater Sofa', 'exe_sofa', 's', 3, 1, 1, '0', '1', '0', 2364, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1055, 'Take a memo', 'exe_table', 's', 3, 2, 1.1, '0', '0', '0', 2365, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1056, 'RnB Grooves 5', 'sound_set_59', 's', 1, 1, 0.2, '1', '0', '0', 2366, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1057, 'RnB Grooves 4', 'sound_set_58', 's', 1, 1, 0.2, '1', '0', '0', 2367, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1058, 'RnB Grooves 3', 'sound_set_57', 's', 1, 1, 0.2, '1', '0', '0', 2368, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1059, 'RnB Grooves 2', 'sound_set_56', 's', 1, 1, 0.2, '1', '0', '0', 2369, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1060, 'RnB Grooves 1', 'sound_set_55', 's', 1, 1, 0.2, '1', '0', '0', 2370, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1061, 'Lightweight', 'noob_table*1', 's', 2, 2, 1, '1', '0', '0', 2371, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1062, 'Lightweight', 'noob_table*2', 's', 2, 2, 1, '1', '0', '0', 2372, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1063, 'Lightweight', 'noob_table*3', 's', 2, 2, 1, '1', '0', '0', 2373, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1064, 'Lightweight', 'noob_table*4', 's', 2, 2, 1, '1', '0', '0', 2374, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1065, 'Lightweight', 'noob_table*5', 's', 2, 2, 1, '1', '0', '0', 2375, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1066, 'Lightweight', 'noob_table*6', 's', 2, 2, 1, '1', '0', '0', 2376, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1067, 'My first Habbo stool', 'noob_stool*1', 's', 1, 1, 1, '0', '1', '0', 2377, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1068, 'My first Habbo stool', 'noob_stool*2', 's', 1, 1, 1, '0', '1', '0', 2378, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1069, 'My first Habbo stool', 'noob_stool*3', 's', 1, 1, 1, '0', '1', '0', 2379, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1070, 'My first Habbo stool', 'noob_stool*4', 's', 1, 1, 1, '0', '1', '0', 2380, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1071, 'My first Habbo stool', 'noob_stool*5', 's', 1, 1, 1, '0', '1', '0', 2381, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1072, 'My first Habbo stool', 'noob_stool*6', 's', 1, 1, 1, '0', '1', '0', 2382, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1073, 'My first Habbo rug', 'noob_rug*1', 's', 2, 3, 0, '1', '0', '1', 2383, '0', '1', '1', '0', '1', 'default', 1, '0'),
(1074, 'My first Habbo rug', 'noob_rug*2', 's', 2, 3, 0, '1', '0', '1', 2384, '0', '1', '1', '0', '1', 'default', 1, '0'),
(1075, 'My first Habbo rug', 'noob_rug*3', 's', 2, 3, 0, '1', '0', '1', 2385, '0', '1', '1', '0', '1', 'default', 1, '0'),
(1076, 'My first Habbo rug', 'noob_rug*4', 's', 2, 3, 0, '1', '0', '1', 2386, '0', '1', '1', '0', '1', 'default', 1, '0'),
(1077, 'My first Habbo rug', 'noob_rug*5', 's', 2, 3, 0, '1', '0', '1', 2387, '0', '1', '1', '0', '1', 'default', 1, '0'),
(1078, 'My first Habbo rug', 'noob_rug*6', 's', 2, 3, 0, '1', '0', '1', 2388, '0', '1', '1', '0', '1', 'default', 1, '0'),
(1079, 'My first Habbo lamp', 'noob_lamp*1', 's', 1, 1, 1, '0', '0', '0', 2389, '0', '0', '1', '0', '1', 'default', 2, '0'),
(1080, 'My first Habbo lamp', 'noob_lamp*2', 's', 1, 1, 1, '0', '0', '0', 2390, '0', '0', '1', '0', '1', 'default', 2, '0'),
(1081, 'My first Habbo lamp', 'noob_lamp*3', 's', 1, 1, 1, '0', '0', '0', 2391, '0', '0', '1', '0', '1', 'default', 2, '0'),
(1082, 'My first Habbo lamp', 'noob_lamp*4', 's', 1, 1, 1, '0', '0', '0', 2392, '0', '0', '1', '0', '1', 'default', 2, '0'),
(1083, 'My first Habbo lamp', 'noob_lamp*5', 's', 1, 1, 1, '0', '0', '0', 2393, '0', '0', '1', '0', '1', 'default', 2, '0'),
(1084, 'My first Habbo lamp', 'noob_lamp*6', 's', 1, 1, 1, '0', '0', '0', 2394, '0', '0', '1', '0', '1', 'default', 2, '0'),
(1085, 'Lightweight', 'noob_chair*1', 's', 1, 1, 1, '0', '1', '0', 2395, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1086, ' practical', 'noob_chair*2', 's', 1, 1, 1, '0', '1', '0', 2396, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1087, ' practical', 'noob_chair*3', 's', 1, 1, 1, '0', '1', '0', 2397, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1088, ' practical', 'noob_chair*4', 's', 1, 1, 1, '0', '1', '0', 2398, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1089, ' practical', 'noob_chair*5', 's', 1, 1, 1, '0', '1', '0', 2399, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1090, 'Power Globe', 'noob_chair*6', 's', 1, 1, 1, '0', '1', '0', 2400, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1091, 'Executive Plant', 'exe_plant', 's', 1, 1, 1, '0', '0', '0', 2402, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1092, 'Grey Share Bear', 'val_teddy*1', 's', 1, 1, 1, '0', '1', '0', 2403, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1093, 'Pink Share Bear', 'val_teddy*2', 's', 1, 1, 1, '0', '1', '0', 2404, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1094, 'Green Share Bear', 'val_teddy*3', 's', 1, 1, 1, '0', '1', '0', 2405, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1095, 'Brown Share Bear', 'val_teddy*4', 's', 1, 1, 1, '0', '1', '0', 2406, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1096, 'Yellow Share Bear', 'val_teddy*5', 's', 1, 1, 1, '0', '1', '0', 2407, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1097, 'Blue Share Bear', 'val_teddy*6', 's', 1, 1, 1, '0', '1', '0', 2408, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1098, 'Love Randomiser', 'val_randomizer', 's', 4, 1, 1.4, '0', '1', '0', 2409, '1', '1', '1', '1', '1', 'loveshuffler', 1, '0'),
(1099, 'Heart Shaped Chocs', 'val_choco', 's', 1, 1, 1, '0', '0', '0', 2410, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1100, 'Teleport Door', 'teleport_door', 's', 1, 1, 0.001, '0', '0', '1', 2411, '1', '1', '0', '1', '1', 'teleport', 2, '0'),
(1101, 'Latin Love 3', 'sound_set_61', 's', 1, 1, 0.2, '1', '0', '0', 2412, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1102, 'Latin Love 2', 'sound_set_60', 's', 1, 1, 0.2, '1', '0', '0', 2413, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1103, 'Crystal Ball', 'fortune', 's', 1, 1, 1, '0', '0', '0', 2414, '1', '1', '1', '1', '1', 'dice', 1, '0'),
(1104, 'Adventure Desk', 'sw_table', 's', 1, 2, 1, '0', '0', '0', 2415, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1105, 'Raven', 'sw_raven', 's', 1, 1, 1, '0', '0', '0', 2416, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1106, 'Ye Olde Chest', 'sw_chest', 's', 1, 2, 1, '0', '0', '0', 2417, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1107, 'Sand Castle Wall', 'sand_cstl_wall', 's', 2, 1, 1, '0', '0', '0', 2418, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1108, 'Sand Castle Tower', 'sand_cstl_twr', 's', 1, 1, 1, '0', '0', '0', 2419, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1109, 'Sand Castle Gate', 'sand_cstl_gate', 's', 2, 1, 0.001, '0', '0', '0', 2420, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1110, 'Candle Box', 'grunge_candle', 's', 1, 1, 1, '0', '0', '0', 2421, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1111, 'Bench', 'grunge_bench', 's', 3, 1, 1, '0', '0', '0', 2422, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1112, 'Flaming Barrel', 'grunge_barrel', 's', 1, 1, 1, '0', '0', '0', 2423, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1113, 'Moon Lamp', 'rclr_lamp', 's', 1, 1, 1, '0', '0', '0', 2424, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1115, 'Bubble trophy', 'a0 prizetrophy8_g', 's', 1, 1, 1, '0', '0', '0', 2426, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(1116, 'nouvelle_trax', 'nouvelle_trax', 's', 1, 1, 1, '0', '0', '0', 2427, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1117, 'Bubble Juice Floor', 'md_rug', 's', 4, 4, 0, '1', '0', '1', 2428, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1118, 'Sushi Kohada', 'jp_tray6', 's', 1, 1, 1, '0', '0', '0', 2429, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1119, 'Sushi Tamago', 'jp_tray5', 's', 1, 1, 1, '0', '0', '0', 2430, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1120, 'Sushi Uni', 'jp_tray4', 's', 1, 1, 1, '0', '0', '0', 2431, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1121, 'Sushi Ikura', 'jp_tray3', 's', 1, 1, 1, '0', '0', '0', 2432, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1122, 'Sushi Ika', 'jp_tray2', 's', 1, 1, 1, '0', '0', '0', 2433, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1123, 'Sushi Maguro', 'jp_tray1', 's', 1, 1, 1, '0', '0', '0', 2434, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1124, 'Tea Maker', 'arabian_teamk', 's', 1, 1, 1, '0', '0', '0', 2435, '1', '1', '1', '1', '1', 'vendingmachine', 0, '1'),
(1125, 'Ornamental Urn', 'arabian_snake', 's', 1, 1, 1, '0', '0', '0', 2436, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1126, 'Berber Kilim Rug', 'arabian_rug', 's', 3, 5, 0, '0', '0', '1', 2437, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1127, 'Green Blossom Pillow', 'arabian_pllw', 's', 1, 1, 0.8, '0', '1', '0', 2438, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1128, 'Soft wooden screen', 'arabian_divdr', 's', 1, 2, 1, '0', '0', '0', 2439, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1129, 'Exotic', 'arabian_chair', 's', 1, 1, 1.2, '0', '1', '0', 2440, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1130, 'Amanjena Table', 'arabian_bigtb', 's', 3, 2, 0.8, '1', '0', '0', 2441, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1131, 'Hexagonal Tea Table', 'arabian_tetbl', 's', 1, 1, 1, '1', '0', '0', 2442, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1132, 'Mint Tea Tray', 'arabian_tray1', 's', 1, 1, 1, '0', '0', '0', 2443, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1133, 'Candle Tray', 'arabian_tray2', 's', 1, 1, 1, '0', '0', '0', 2444, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1134, 'Sweets Tray', 'arabian_tray3', 's', 1, 1, 1, '0', '0', '0', 2445, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1135, 'Sweet', 'arabian_tray4', 's', 1, 1, 1, '0', '0', '0', 2446, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1136, 'Alhambra Trax 3', 'sound_set_64', 's', 1, 1, 0.2, '1', '0', '0', 2447, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1137, 'Alhambra Trax 2', 'sound_set_63', 's', 1, 1, 0.2, '1', '0', '0', 2448, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1138, 'Alhambra Trax 1', 'sound_set_62', 's', 1, 1, 0.2, '1', '0', '0', 2449, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1139, 'Jukebox Pacha TV', 'jukebox_ptv*1', 's', 1, 1, 1, '0', '0', '0', 2450, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1140, 'Calippo icecream machine', 'calippo', 's', 1, 1, 1, '0', '0', '0', 2451, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4'),
(1141, 'traxsilver', 'traxsilver', 's', 1, 1, 1, '1', '0', '0', 2452, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1142, 'traxgold', 'traxgold', 's', 1, 1, 1, '1', '0', '0', 2453, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1143, 'traxbronze', 'traxbronze', 's', 1, 1, 1, '1', '0', '0', 2454, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1144, 'bench_puffet', 'bench_puffet', 's', 2, 1, 1, '0', '1', '0', 2455, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1145, 'Gold Bar (China)', 'CFC_500_goldbar', 's', 1, 1, 0.4, '1', '0', '0', 2456, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1146, 'Sack of Credits (China)', 'CFC_200_moneybag', 's', 1, 1, 1, '1', '0', '0', 2457, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20006, 'Mesh Corner', 'urban_fence_corner', 's', 1, 1, 1, '1', '0', '0', 2971, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1148, 'Gold Coin (China)', 'CFC_100_coin_gold', 's', 1, 1, 0.2, '1', '0', '0', 2459, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1149, 'Silver Coin (China)', 'CFC_50_coin_silver', 's', 1, 1, 0.2, '1', '0', '0', 2460, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1150, 'Chabu Dai', 'jp_table', 's', 2, 2, 1, '0', '0', '0', 2461, '1', '1', '1', '1', '1', 'default', 4, '0'),
(1151, 'Shishi Odishi', 'jp_rare', 's', 2, 2, 1, '0', '0', '0', 2462, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1152, 'Katana Green', 'jp_katana3', 's', 1, 1, 1, '0', '0', '0', 2463, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1153, 'Katana Blue', 'jp_katana2', 's', 1, 1, 1, '0', '0', '0', 2464, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1154, 'HC Katana Red', 'jp_katana1', 's', 1, 1, 1, '0', '0', '0', 2465, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1156, 'Tiki Waterfall', 'tiki_waterfall', 's', 3, 2, 1, '0', '0', '0', 2467, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1157, 'Tiki Pig Tray', 'tiki_tray4', 's', 1, 1, 1, '0', '0', '0', 2468, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1158, 'Tiki Fish Tray', 'tiki_tray3', 's', 1, 1, 1, '0', '0', '0', 2469, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1159, 'Tiki Pineapple Plate', 'tiki_tray2', 's', 1, 1, 1, '0', '0', '0', 2470, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1160, 'Tiki Fruit Tray', 'tiki_tray1', 's', 1, 1, 1, '0', '0', '0', 2471, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1161, 'Empty Tray', 'tiki_tray0', 's', 1, 1, 1, '0', '0', '0', 2472, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1162, 'Toucan', 'tiki_toucan', 's', 1, 1, 1, '0', '0', '0', 2473, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1163, 'Beach Torch', 'tiki_torch', 's', 1, 1, 1, '0', '0', '0', 2474, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1164, 'Tribal Statue', 'tiki_statue', 's', 1, 1, 1, '0', '0', '0', 2475, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1165, 'Island Sand Patch', 'tiki_sand', 's', 2, 2, 0, '1', '0', '1', 2476, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1166, 'Tiki Parasol', 'tiki_parasol', 's', 1, 1, 1, '0', '0', '0', 2477, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1167, 'Jungle Patch', 'tiki_junglerug', 's', 2, 2, 0, '1', '0', '1', 2478, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1168, 'Tiki Bar Corner', 'tiki_corner', 's', 1, 1, 1, '1', '0', '0', 2479, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1169, 'Butterflies', 'tiki_bflies', 's', 1, 1, 1, '0', '0', '0', 2480, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1170, 'Tiki Bar Stool', 'tiki_bench', 's', 1, 1, 1.3, '0', '1', '0', 2481, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1171, 'Tiki Bar Desk', 'tiki_bardesk', 's', 1, 1, 1, '1', '0', '0', 2482, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1172, 'tampax_rug', 'tampax_rug', 's', 3, 4, 0, '1', '0', '1', 2483, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1173, 'Sound set 70', 'sound_set_70', 's', 1, 1, 0.2, '1', '0', '0', 2484, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1174, 'Sound set 69', 'sound_set_69', 's', 1, 1, 0.2, '1', '0', '0', 2485, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1175, 'Sound set 68', 'sound_set_68', 's', 1, 1, 0.2, '1', '0', '0', 2486, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1176, 'Sound set 67', 'sound_set_67', 's', 1, 1, 0.2, '1', '0', '0', 2487, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1177, 'Sound set 66', 'sound_set_66', 's', 1, 1, 0.2, '1', '0', '0', 2488, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1178, 'Sound set 65', 'sound_set_65', 's', 1, 1, 0.2, '1', '0', '0', 2489, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20024, 'Square Dining Table', 'table_plasto_square*9', 's', 1, 1, 1, '1', '0', '0', 118, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20021, 'Giant Heart', 'heart', 's', 1, 1, 1, '0', '0', '0', 227, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20016, 'Street Lamp', 'urban_lamp', 's', 1, 1, 1, '1', '0', '0', 2984, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1185, 'Lucky Bamboo', 'noob_plant', 's', 1, 1, 1, '0', '0', '0', 2496, '0', '1', '1', '0', '1', 'default', 1, '0'),
(20018, 'Street Wall', 'urban_wall', 'i', 0, 0, 1, '1', '0', '0', 4260, '1', '1', '1', '1', '1', 'default', 5, '0'),
(20022, 'Champion trophy', 'a0 prizetrophy6_b', 's', 1, 1, 1, '0', '0', '0', 1510, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(1197, 'Japanese Teamaker', 'jp_teamaker', 's', 1, 1, 1, '0', '0', '0', 2509, '1', '1', '1', '1', '1', 'vendingmachine', 0, '28'),
(1198, 'September 2008', 'svnr_uk', 's', 1, 1, 1, '0', '0', '0', 2510, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1199, 'August 2008', 'svnr_nl', 's', 1, 2, 1, '0', '1', '0', 2511, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1200, 'July 2008', 'svnr_it', 's', 2, 1, 1, '0', '1', '0', 2512, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1201, 'October 2008', 'svnr_de', 's', 1, 1, 1, '0', '0', '0', 2513, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1202, 'November 2008', 'svnr_aus', 's', 1, 1, 1, '0', '0', '0', 2514, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1203, 'Accompaniments', 'diner_tray_7', 's', 1, 1, 1, '0', '0', '0', 2515, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1204, 'Vanilla', 'diner_tray_6', 's', 1, 1, 1, '0', '0', '0', 2516, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1205, 'Bacon and Eggs', 'diner_tray_5', 's', 1, 1, 1, '0', '0', '0', 2517, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1206, 'Pancakes', 'diner_tray_4', 's', 1, 1, 1, '0', '0', '0', 2518, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1207, 'Spaghetti Meatballs', 'diner_tray_3', 's', 1, 1, 1, '0', '0', '0', 2519, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1208, 'Steak and Mash', 'diner_tray_2', 's', 1, 1, 1, '0', '0', '0', 2520, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1209, 'Burger and Chips', 'diner_tray_1', 's', 1, 1, 1, '0', '0', '0', 2521, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1210, 'Had your fill', 'diner_tray_0', 's', 1, 1, 0.1, '1', '0', '0', 2522, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1211, 'Aqua Diner Sofa 2', 'diner_sofa_2*1', 's', 1, 1, 1, '0', '1', '0', 2523, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1212, 'Pink Diner Sofa 2', 'diner_sofa_2*2', 's', 1, 1, 1, '0', '1', '0', 2524, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1213, 'Black Diner Sofa 2', 'diner_sofa_2*3', 's', 1, 1, 1, '0', '1', '0', 2525, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1214, 'White Diner Sofa 2', 'diner_sofa_2*4', 's', 1, 1, 1, '0', '1', '0', 2526, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1215, 'Latte Diner Sofa 2', 'diner_sofa_2*5', 's', 1, 1, 1, '0', '1', '0', 2527, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1216, 'Blue Diner Sofa 2', 'diner_sofa_2*6', 's', 1, 1, 1, '0', '1', '0', 2528, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1217, 'Green Diner Sofa 2', 'diner_sofa_2*7', 's', 1, 1, 1, '0', '1', '0', 2529, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1218, 'Yellow Diner Sofa 2', 'diner_sofa_2*8', 's', 1, 1, 1, '0', '1', '0', 2530, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1219, 'Red Diner Sofa 2', 'diner_sofa_2*9', 's', 1, 1, 1, '0', '1', '0', 2531, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1220, 'Diner Shaker', 'diner_shaker', 's', 1, 1, 1, '0', '0', '0', 2532, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1221, 'Diner Floor', 'diner_rug', 's', 2, 2, 0, '1', '0', '1', 2533, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1222, 'Aqua Gumball Machine', 'diner_gumvendor*1', 's', 1, 1, 1, '0', '0', '0', 2534, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1223, 'Pink Gumball Machine', 'diner_gumvendor*2', 's', 1, 1, 1, '0', '0', '0', 2535, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1224, 'Black Gumball Machine', 'diner_gumvendor*3', 's', 1, 1, 1, '0', '0', '0', 2536, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1225, 'White Gumball Machine', 'diner_gumvendor*4', 's', 1, 1, 1, '0', '0', '0', 2537, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1226, 'Latte Gumball Machine', 'diner_gumvendor*5', 's', 1, 1, 1, '0', '0', '0', 2538, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1227, 'Blue Gumball Machine', 'diner_gumvendor*6', 's', 1, 1, 1, '0', '0', '0', 2539, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1228, 'Green Gumball Machine', 'diner_gumvendor*7', 's', 1, 1, 1, '0', '0', '0', 2540, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1229, 'Yellow Gumball Machine', 'diner_gumvendor*8', 's', 1, 1, 1, '0', '0', '0', 2541, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1230, 'Red Gumball Machine', 'diner_gumvendor*9', 's', 1, 1, 1, '0', '0', '0', 2542, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1231, 'Aqua Diner Till', 'diner_cashreg*1', 's', 1, 1, 1, '0', '0', '0', 2543, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1232, 'Pink Diner Till', 'diner_cashreg*2', 's', 1, 1, 1, '0', '0', '0', 2544, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1233, 'Black Diner Till', 'diner_cashreg*3', 's', 1, 1, 1, '0', '0', '0', 2545, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1234, 'White Diner Till', 'diner_cashreg*4', 's', 1, 1, 1, '0', '0', '0', 2546, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1235, 'Latte Diner Till', 'diner_cashreg*5', 's', 1, 1, 1, '0', '0', '0', 2547, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1236, 'Blue Diner Till', 'diner_cashreg*6', 's', 1, 1, 1, '0', '0', '0', 2548, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1237, 'Green Diner Till', 'diner_cashreg*7', 's', 1, 1, 1, '0', '0', '0', 2549, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1238, 'Yellow Diner Till', 'diner_cashreg*8', 's', 1, 1, 1, '0', '0', '0', 2550, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1239, 'Red Diner Till', 'diner_cashreg*9', 's', 1, 1, 1, '0', '0', '0', 2551, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1240, 'Aqua Diner Table', 'diner_table_2*1', 's', 3, 2, 1, '1', '0', '0', 2552, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1241, 'Pink Diner Table', 'diner_table_2*2', 's', 3, 2, 1, '1', '0', '0', 2553, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1242, 'Black Diner Table', 'diner_table_2*3', 's', 3, 2, 1, '1', '0', '0', 2554, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1243, 'White Diner Table', 'diner_table_2*4', 's', 3, 2, 1, '1', '0', '0', 2555, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1244, 'Latte Diner Table', 'diner_table_2*5', 's', 3, 2, 1, '1', '0', '0', 2556, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1245, 'Blue Diner Table', 'diner_table_2*6', 's', 3, 2, 1, '1', '0', '0', 2557, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1246, 'Green Diner Table', 'diner_table_2*7', 's', 3, 2, 1, '1', '0', '0', 2558, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1247, 'Yellow Diner Table', 'diner_table_2*8', 's', 3, 2, 1, '1', '0', '0', 2559, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1248, 'Red Diner Table', 'diner_table_2*9', 's', 3, 2, 1, '1', '0', '0', 2560, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1249, 'Aqua Diner Booth Table', 'diner_table_1*1', 's', 2, 2, 1, '1', '0', '0', 2561, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1250, 'Pink Diner Booth Table', 'diner_table_1*2', 's', 2, 2, 1, '1', '0', '0', 2562, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1251, 'Black Diner Booth Table', 'diner_table_1*3', 's', 2, 2, 1, '1', '0', '0', 2563, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1252, 'White Diner Booth Table', 'diner_table_1*4', 's', 2, 2, 1, '1', '0', '0', 2564, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1253, 'Latte Diner Booth Table', 'diner_table_1*5', 's', 2, 2, 1, '1', '0', '0', 2565, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1254, 'Blue Diner Booth Table', 'diner_table_1*6', 's', 2, 2, 1, '1', '0', '0', 2566, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1255, 'Green Diner Booth Table', 'diner_table_1*7', 's', 2, 2, 1, '1', '0', '0', 2567, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1256, 'Yellow Diner Booth Table', 'diner_table_1*8', 's', 2, 2, 1, '1', '0', '0', 2568, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1257, 'Red Diner Booth Table', 'diner_table_1*9', 's', 2, 2, 1, '1', '0', '0', 2569, '1', '1', '1', '1', '1', 'default', 1, '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(1258, 'Aqua Diner Sofa 1', 'diner_sofa_1*1', 's', 1, 1, 1, '0', '1', '0', 2570, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1259, 'Pink Diner Sofa 1', 'diner_sofa_1*2', 's', 1, 1, 1, '0', '1', '0', 2571, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1260, 'Black Diner Sofa 1', 'diner_sofa_1*3', 's', 1, 1, 1, '0', '1', '0', 2572, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1261, 'White Diner Sofa 1', 'diner_sofa_1*4', 's', 1, 1, 1, '0', '1', '0', 2573, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1262, 'Latte Diner Sofa 1', 'diner_sofa_1*5', 's', 1, 1, 1, '0', '1', '0', 2574, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1263, 'Blue Diner Sofa 1', 'diner_sofa_1*6', 's', 1, 1, 1, '0', '1', '0', 2575, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1264, 'Green Diner Sofa 1', 'diner_sofa_1*7', 's', 1, 1, 1, '0', '1', '0', 2576, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1265, 'Yellow Diner Sofa 1', 'diner_sofa_1*8', 's', 1, 1, 1, '0', '1', '0', 2577, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1266, 'Red Diner Sofa 1', 'diner_sofa_1*9', 's', 1, 1, 1, '0', '1', '0', 2578, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1267, 'Aqua Diner Stool', 'diner_chair*1', 's', 1, 1, 1.4, '0', '1', '0', 2579, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1268, 'Pink Diner Stool', 'diner_chair*2', 's', 1, 1, 1.4, '0', '1', '0', 2580, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1269, 'Black Diner Stool', 'diner_chair*3', 's', 1, 1, 1.4, '0', '1', '0', 2581, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1270, 'White Diner Stool', 'diner_chair*4', 's', 1, 1, 1.4, '0', '1', '0', 2582, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1271, 'Latte Diner Stool', 'diner_chair*5', 's', 1, 1, 1.4, '0', '1', '0', 2583, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1272, 'Blue Diner Stool', 'diner_chair*6', 's', 1, 1, 1.4, '0', '1', '0', 2584, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1273, 'Green Diner Stool', 'diner_chair*7', 's', 1, 1, 1.4, '0', '1', '0', 2585, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1274, 'Yellow Diner Stool', 'diner_chair*8', 's', 1, 1, 1.4, '0', '1', '0', 2586, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1275, 'Red Diner Stool', 'diner_chair*9', 's', 1, 1, 1.4, '0', '1', '0', 2587, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1276, 'Aqua Diner Gate', 'diner_bardesk_gate*1', 's', 1, 1, 0.001, '0', '0', '0', 2588, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1277, 'Pink Diner Gate', 'diner_bardesk_gate*2', 's', 1, 1, 0.001, '0', '0', '0', 2589, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1278, 'Black Diner Gate', 'diner_bardesk_gate*3', 's', 1, 1, 0.001, '0', '0', '0', 2590, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1279, 'White Diner Gate', 'diner_bardesk_gate*4', 's', 1, 1, 0.001, '0', '0', '0', 2591, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1280, 'Latte Diner Gate', 'diner_bardesk_gate*5', 's', 1, 1, 0.001, '0', '0', '0', 2592, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1281, 'Blue Diner Gate', 'diner_bardesk_gate*6', 's', 1, 1, 0.001, '0', '0', '0', 2593, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1282, 'Green Diner Gate', 'diner_bardesk_gate*7', 's', 1, 1, 0.001, '0', '0', '0', 2594, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1283, 'Yellow Diner Gate', 'diner_bardesk_gate*8', 's', 1, 1, 0.001, '0', '0', '0', 2595, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1284, 'Red Diner Gate', 'diner_bardesk_gate*9', 's', 1, 1, 0.001, '0', '0', '0', 2596, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1285, 'Aqua Diner Corner', 'diner_bardesk_corner*1', 's', 1, 1, 1, '1', '0', '0', 2597, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1286, 'Pink Diner Corner', 'diner_bardesk_corner*2', 's', 1, 1, 1, '1', '0', '0', 2598, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1287, 'Black Diner Corner', 'diner_bardesk_corner*3', 's', 1, 1, 1, '1', '0', '0', 2599, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1288, 'Latte Diner Corner', 'diner_bardesk_corner*4', 's', 1, 1, 1, '1', '0', '0', 2600, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1289, 'Blue Diner Corner', 'diner_bardesk_corner*6', 's', 1, 1, 1, '1', '0', '0', 2602, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1290, 'Green Diner Corner', 'diner_bardesk_corner*7', 's', 1, 1, 1, '1', '0', '0', 2603, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1291, 'Yellow Diner Corner', 'diner_bardesk_corner*8', 's', 1, 1, 1, '1', '0', '0', 2604, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1292, 'Red Diner Corner', 'diner_bardesk_corner*9', 's', 1, 1, 1, '1', '0', '0', 2605, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1293, 'Aqua Diner Bar', 'diner_bardesk*1', 's', 1, 1, 1, '1', '0', '0', 2606, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1294, 'Pink Diner Bar', 'diner_bardesk*2', 's', 1, 1, 1, '1', '0', '0', 2607, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1295, 'Black Diner Bar', 'diner_bardesk*3', 's', 1, 1, 1, '1', '0', '0', 2608, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1296, 'White Diner Bar', 'diner_bardesk*4', 's', 1, 1, 1, '1', '0', '0', 2609, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1297, 'Latte Diner Bar', 'diner_bardesk*5', 's', 1, 1, 1, '1', '0', '0', 2610, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1298, 'Blue Diner Bar', 'diner_bardesk*6', 's', 1, 1, 1, '1', '0', '0', 2611, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1299, 'Green Diner Bar', 'diner_bardesk*7', 's', 1, 1, 1, '1', '0', '0', 2612, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1300, 'Yellow Diner Bar', 'diner_bardesk*8', 's', 1, 1, 1, '1', '0', '0', 2613, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1301, 'Red Diner Bar', 'diner_bardesk*9', 's', 1, 1, 1, '1', '0', '0', 2614, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1302, 'ads_dave_cns', 'ads_dave_cns', 's', 1, 1, 1, '0', '0', '0', 2615, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1303, 'easy_carpet name', 'easy_carpet', 's', 4, 4, 0, '1', '0', '1', 2616, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1304, 'easy_bowl2', 'easy_bowl2', 's', 1, 1, 1, '1', '0', '0', 2617, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1305, 'Greek Corner', 'greek_corner', 's', 1, 1, 1, '0', '0', '0', 2618, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1306, 'Enter mortal', 'greek_gate', 's', 2, 1, 0.001, '0', '0', '0', 2619, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1307, 'Greek Pillars', 'greek_pillars', 's', 2, 1, 1, '0', '0', '0', 2620, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1308, 'Greek Seat', 'greek_seat', 's', 1, 1, 0.5, '0', '1', '0', 2621, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1309, 'Greek trophy', 'a0 greektrophy_g', 's', 1, 1, 1, '0', '0', '0', 2622, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(1310, 'Greek trophy', 'a0 greektrophy_s', 's', 1, 1, 1, '0', '0', '0', 2623, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(1311, 'Greek trophy', 'a0 greektrophy_b', 's', 1, 1, 1, '0', '0', '0', 2624, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(1312, 'greek_block', 'greek_block', 's', 2, 1, 0.8, '0', '1', '0', 2625, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1313, 'Glass Table', 'hcc_table', 's', 1, 2, 1, '0', '0', '0', 2626, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1314, 'Bookshelf', 'hcc_shelf', 's', 1, 2, 1, '0', '0', '0', 2627, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1315, 'Low Back Sofa', 'hcc_sofa', 's', 2, 1, 1.2, '0', '1', '0', 2628, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1316, 'Cool look', 'hcc_minibar', 's', 1, 1, 1, '0', '0', '0', 2629, '1', '1', '1', '1', '1', 'vendingmachine', 0, '24'),
(1317, 'Trendy Stool', 'hcc_chair', 's', 1, 1, 1, '0', '1', '0', 2630, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1318, 'Crime scene', 'det_divider', 's', 2, 1, 1, '0', '0', '0', 2631, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1319, 'netari_carpet', 'netari_carpet', 's', 3, 5, 0, '1', '0', '1', 2632, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1320, 'Chalk Outline', 'det_body', 's', 2, 3, 0, '0', '0', '1', 2633, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1321, 'Antique Stool', 'hcc_stool', 's', 1, 1, 1.2, '0', '1', '0', 2634, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1322, 'Reclining Chair', 'hcc_sofachair', 's', 1, 1, 1.2, '0', '1', '0', 2635, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1323, 'Glass Corner', 'hcc_crnr', 's', 1, 1, 1, '0', '0', '0', 2636, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1324, 'Glass Divider', 'hcc_dvdr', 's', 2, 1, 1, '0', '0', '0', 2637, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1325, 'sob_carpet', 'sob_carpet', 's', 3, 5, 0, '1', '0', '1', 2638, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1326, 'My Hump', 'igor_seat', 's', 1, 1, 1, '0', '1', '0', 2639, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1327, 'The Brain', 'ads_igorbrain', 's', 1, 1, 1, '0', '0', '0', 2640, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1328, 'Igor Switch', 'ads_igorswitch', 's', 1, 1, 1, '0', '0', '0', 2641, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1329, 'ads_711', 'ads_711*1', 's', 1, 1, 1, '0', '0', '0', 2642, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19'),
(1330, 'ads_711', 'ads_711*2', 's', 1, 1, 1, '0', '0', '0', 2643, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19'),
(1331, 'ads_711', 'ads_711*3', 's', 1, 1, 1, '0', '0', '0', 2644, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19'),
(1332, 'ads_711', 'ads_711*4', 's', 1, 1, 1, '0', '0', '0', 2645, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19'),
(1333, 'Igor Ray Gun', 'ads_igorraygun', 's', 1, 2, 1, '0', '0', '0', 2646, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1334, 'Blood Sink', 'hween08_sink', 's', 1, 1, 1, '0', '0', '0', 2647, '1', '1', '1', '1', '1', 'vendingmachine', 0, '29'),
(1335, 'Hospital Curtain (blood)', 'hween08_curtain', 's', 3, 1, 1, '0', '0', '0', 2648, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1336, 'Blood Bath', 'hween08_bath', 's', 1, 2, 1, '0', '1', '0', 2649, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1337, 'Life Support (blood)', 'hween08_defibs', 's', 1, 1, 1, '0', '0', '0', 2650, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1338, 'Body Bag', 'hween08_bbag', 's', 1, 3, 1.3, '0', '0', '0', 2651, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(1339, 'Hospital Curtain (ooze)', 'hween08_curtain2', 's', 3, 1, 1, '0', '0', '0', 2652, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1340, 'Life Support (ooze)', 'hween08_defibs2', 's', 1, 1, 1, '0', '0', '0', 2653, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1341, 'Hospital Bed (blood)', 'hween08_bed', 's', 1, 3, 2, '0', '0', '0', 2654, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(1342, 'Ooze Sink', 'hween08_sink2', 's', 1, 1, 1, '0', '0', '0', 2655, '1', '1', '1', '1', '1', 'vendingmachine', 0, '30'),
(1343, 'Hospital Bed (ooze)', 'hween08_bed2', 's', 1, 3, 1, '0', '0', '0', 2656, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(1344, 'Ooze Bath', 'hween08_bath2', 's', 1, 2, 1, '0', '1', '0', 2657, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1345, 'Manhole', 'hween08_manhole', 's', 1, 1, 1, '0', '0', '0', 2658, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1346, ' poke', 'hween08_trll', 's', 1, 1, 1, '0', '0', '0', 2659, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1347, 'Glass High Bar Table', 'party_table', 's', 1, 1, 1, '1', '0', '0', 2660, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1348, 'Spotlight', 'party_discol', 's', 1, 1, 1, '0', '0', '0', 2661, '1', '1', '1', '1', '1', 'default', 4, '0'),
(1349, 'Stage Block Large', 'party_block2', 's', 2, 2, 0.7, '1', '0', '1', 2662, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1350, 'Bar Corner', 'party_barcorn', 's', 1, 1, 1, '1', '0', '0', 2663, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1351, 'High Class Bar Stool', 'party_chair', 's', 1, 1, 1.3, '0', '1', '0', 2664, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1352, 'Small Stage', 'party_block', 's', 1, 1, 0.9, '1', '0', '1', 2665, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1353, 'Dance Floor Laser', 'party_ravel', 's', 1, 1, 1, '0', '0', '0', 2666, '1', '1', '1', '1', '1', 'default', 4, '0'),
(1354, 'Despite being made a lava', 'party_tube_lava', 's', 1, 1, 1, '0', '0', '0', 2667, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1355, 'Club Tray', 'party_tray', 's', 1, 1, 1, '0', '0', '0', 2668, '1', '1', '1', '1', '1', 'vendingmachine', 0, '31'),
(1356, 'Scratch it', 'party_djtable', 's', 1, 2, 1, '0', '0', '0', 2669, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1357, 'Disco Floor', 'party_floor', 's', 2, 2, 0, '1', '0', '1', 2670, '1', '1', '1', '1', '1', 'default', 10, '0'),
(1358, 'Glitter Ball', 'party_ball', 's', 1, 1, 0, '0', '0', '1', 2671, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1359, 'Bubbles Machine', 'party_tube_bubble', 's', 1, 1, 1, '0', '0', '0', 2672, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1360, ' MC', 'party_mic', 's', 1, 1, 1, '0', '0', '0', 2673, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1361, 'Dance Floor Beamer', 'party_beamer', 's', 1, 1, 1, '0', '0', '0', 2674, '1', '1', '1', '1', '1', 'default', 7, '0'),
(1362, 'Bar Centre', 'party_bardesk', 's', 1, 1, 1, '1', '0', '0', 2675, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1363, 'Club seat', 'party_seat', 's', 1, 1, 1.1, '0', '1', '0', 2676, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1364, 'Snow Seat', 'xmas08_snowpl', 's', 1, 1, 1, '0', '1', '1', 2677, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1365, 'Emperor Penguin', 'penguin_basic', 's', 1, 1, 1, '0', '0', '0', 2678, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1366, 'Arctic Penguin Trophy', 'xmas08_trph1', 's', 1, 1, 1, '0', '0', '0', 2679, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1367, 'Musketeer Penguin', 'penguin_musketeer', 's', 1, 1, 1, '0', '0', '0', 2680, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1368, 'Icy table', 'xmas08_table', 's', 2, 2, 1, '1', '0', '0', 2681, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1369, 'Hot Tub', 'xmas08_hottub', 's', 2, 2, 1, '0', '0', '0', 2682, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1370, 'Luchador Penguin', 'penguin_wrestler', 's', 1, 1, 1, '0', '0', '0', 2683, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1371, 'Blow it up', 'fx_explosion', 's', 1, 1, 1, '0', '0', '0', 2684, '0', '0', '1', '0', '1', 'rentals', 2, '0'),
(1372, 'Robot Penguin', 'penguin_robot', 's', 1, 1, 1, '0', '0', '0', 2685, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1373, 'Icy Christmas Tree', 'xmas08_icetree', 's', 1, 1, 1, '0', '0', '0', 2686, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1374, 'Camp fire', 'campfire', 's', 1, 1, 1, '1', '0', '0', 2687, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1375, 'Ice', 'xmas08_icerug', 's', 2, 2, 0, '1', '0', '1', 2688, '1', '1', '1', '1', '1', 'default', 4, '0'),
(1376, 'Executive Penguin', 'penguin_suit', 's', 1, 1, 1, '0', '0', '0', 2689, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1377, 'December 2008', 'svnr_fi', 's', 1, 1, 1, '0', '0', '0', 2690, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1378, 'Snow Storm', 'xmas_snow', 's', 2, 2, 0, '1', '0', '1', 2691, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1379, 'Hockey Penguin', 'penguin_icehockey', 's', 1, 1, 1, '0', '0', '0', 2692, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1380, 'Pilot Penguin', 'penguin_pilot', 's', 1, 1, 1, '0', '0', '0', 2693, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1381, 'Ballerina Penguin', 'penguin_ballet', 's', 1, 1, 1, '0', '0', '0', 2694, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1382, 'Arctic SFX', 'sound_set_71', 's', 1, 1, 0.2, '1', '0', '0', 2695, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1383, 'Boxer Penguin', 'penguin_boxer', 's', 1, 1, 1, '0', '0', '0', 2696, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1384, 'Fluorescent Penguin', 'penguin_glow', 's', 1, 1, 1, '0', '0', '0', 2697, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1385, 'Summer Penguin', 'penguin_swim', 's', 1, 1, 1, '0', '0', '0', 2698, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1386, 'Sumo Penguin', 'penguin_sumo', 's', 1, 1, 1, '0', '0', '0', 2699, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1387, 'Bubbles', 'xmas08_geysir', 's', 2, 2, 1, '0', '0', '0', 2700, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1388, 'Clown Penguin', 'penguin_clown', 's', 1, 1, 1, '0', '0', '0', 2702, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1389, 'Infected Penguin', 'penguin_infected', 's', 1, 1, 1, '0', '0', '0', 2703, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1390, 'Firestarter', 'fx_flare', 's', 1, 1, 1, '1', '0', '0', 2704, '0', '0', '1', '0', '1', 'rentals', 2, '0'),
(1391, 'Snowball Lantern Pile', 'xmas08_lantern', 's', 1, 1, 1, '0', '0', '0', 2705, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1392, 'Ice chair', 'xmas08_chair', 's', 1, 1, 1, '0', '1', '0', 2706, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1393, 'Superhero Penguin', 'penguin_super', 's', 1, 1, 1, '0', '0', '0', 2707, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1394, 'Icy Teleport', 'xmas08_telep', 's', 1, 1, 0.001, '0', '0', '0', 2708, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
(1395, 'Cube Tree', 'xmas08_cubetree', 's', 1, 1, 1, '0', '0', '0', 2709, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1396, 'Disco Penguin', 'penguin_rock', 's', 1, 1, 1, '0', '0', '0', 2710, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1397, 'Ice divider', 'xmas08_dvdr1', 's', 2, 1, 1, '0', '0', '0', 2711, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1398, 'Ice Fish Hole', 'xmas08_hole', 's', 1, 1, 1, '0', '0', '0', 2712, '1', '1', '1', '1', '1', 'vendingmachine', 0, '34'),
(1399, 'XC Penguin', 'penguin_ski', 's', 1, 1, 1, '0', '0', '0', 2713, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1400, 'Skater Penguin', 'penguin_skater', 's', 1, 1, 1, '0', '0', '0', 2714, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1401, 'Icy Divider Corner', 'xmas08_dvdr2', 's', 1, 1, 1, '0', '0', '0', 2715, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1402, 'Christmas Penguin', 'penguin_elf', 's', 1, 1, 1, '0', '0', '0', 2716, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1403, 'Bunny Penguin', 'penguin_bunny', 's', 1, 1, 1, '0', '0', '0', 2717, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1404, 'Ninja Penguin', 'penguin_ninja', 's', 1, 1, 1, '0', '0', '0', 2718, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1405, 'Magic Penguin', 'penguin_magician', 's', 1, 1, 1, '0', '0', '0', 2719, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1406, 'Beautiful Penguin', 'penguin_hunchback', 's', 1, 1, 1, '0', '0', '0', 2720, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1407, 'Cowboy Penguin', 'penguin_cowboy', 's', 1, 1, 1, '0', '0', '0', 2721, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1408, 'Punk Penguin', 'penguin_punk', 's', 1, 1, 1, '0', '0', '0', 2722, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1409, 'Pirate Penguin', 'penguin_pirate', 's', 1, 1, 1, '0', '0', '0', 2723, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1410, 'ads_ob_pillow name', 'ads_ob_pillow', 's', 1, 1, 1, '0', '1', '0', 2724, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1411, 'Leviathon', 'lostc_merdragon', 's', 1, 3, 1, '0', '0', '0', 2725, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1412, 'Idea Agency Desk', 'ads_cldesk', 's', 2, 2, 1, '0', '0', '0', 2726, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1413, 'Eco Friendly Penguin', 'xmas08_trph2', 's', 1, 1, 1, '0', '0', '0', 2727, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1414, 'Whatever your Idea', 'ads_cltele', 's', 1, 1, 0.001, '0', '0', '0', 2728, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
(1415, 'Childline Rug', 'ads_clfloor', 's', 3, 5, 0, '0', '0', '1', 2729, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1417, 'Mall tele-door', 'ads_mall_tele', 's', 1, 1, 0.001, '1', '0', '1', 2731, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
(1418, 'Moongate', 'china_moongt', 's', 1, 3, 0.001, '0', '0', '1', 2732, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1419, 'Lotus Pool', 'bolly_lotus_pool', 's', 2, 2, 0, '0', '0', '0', 2733, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1420, 'Ox Statue', 'china_ox', 's', 1, 1, 1, '0', '0', '0', 2734, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1422, 'Petal Flurry', 'bolly_petals', 's', 2, 2, 0, '1', '0', '1', 2736, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1423, 'Palm Tree', 'bolly_tree', 's', 1, 1, 1, '0', '0', '0', 2737, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1424, 'Swing low', 'bolly_swing', 's', 2, 1, 1.5, '0', '1', '0', 2738, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1425, 'Star Pillow', 'bolly_pillow', 's', 1, 1, 0.8, '0', '1', '0', 2739, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1426, 'Bollywood Corner', 'bolly_corner', 's', 1, 1, 1, '1', '0', '0', 2740, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1427, 'Elephant MiniBar', 'bolly_phant', 's', 1, 1, 1, '0', '0', '0', 2741, '1', '1', '1', '1', '1', 'vendingmachine', 0, '35'),
(1428, 'Monkey Lamp', 'bolly_monkey_lamp', 's', 1, 1, 1, '0', '0', '0', 2742, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1429, 'Green Curtain', 'bolly_drapeb', 's', 3, 1, 0.001, '0', '0', '0', 2743, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1430, 'Planet of Love', 'planet_of_love', 's', 1, 1, 1, '1', '0', '0', 2744, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1431, 'Chandelier', 'bolly_lamp', 's', 1, 1, 1, '0', '0', '0', 2745, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1432, 'Bollywood Desk', 'bolly_desk', 's', 2, 1, 1, '1', '0', '0', 2746, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1433, 'Vase of Flowers', 'bolly_vase', 's', 1, 1, 1, '0', '0', '0', 2747, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1434, 'Standard Tile', 'bolly_tile2', 's', 2, 2, 0, '1', '0', '1', 2748, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1435, 'Large Ornamental Table', 'bolly_table', 's', 2, 2, 1, '1', '0', '0', 2749, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1436, 'Yellow Curtain', 'bolly_drapec', 's', 3, 1, 0.001, '0', '0', '0', 2750, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1437, 'Extravagant Fountain', 'bolly_fountain', 's', 2, 2, 1, '0', '0', '0', 2751, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20046, 'Executive Teleport', 'exe_elevator', 's', 1, 1, 0.001, '0', '0', '0', 3014, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
(1439, 'Ornamental Tile', 'bolly_tile1', 's', 2, 2, 0, '1', '0', '1', 2753, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1440, 'Pink Curtain', 'bolly_drapea', 's', 3, 1, 0.001, '0', '0', '0', 2754, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1441, 'ads_idol_floor1 name', 'ads_idol_floor1', 's', 2, 2, 0, '0', '0', '1', 2755, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1442, 'Inventor''s Desk', 'ads_igor_dsk', 's', 2, 1, 1, '0', '0', '0', 2756, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1443, 'ads_idol_desk', 'ads_idol_desk', 's', 1, 4, 1, '0', '0', '0', 2757, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1444, 'ads_idol_ch', 'ads_idol_ch', 's', 1, 1, 1.2, '0', '1', '0', 2758, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1445, 'Glass Flask', 'ads_igor_flask', 's', 1, 1, 1, '0', '0', '0', 2759, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1446, 'ads_idol_drape name', 'ads_idol_drape', 's', 3, 1, 0.001, '0', '0', '0', 2760, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1447, 'ads_idol_floor2 name', 'ads_idol_floor2', 's', 2, 2, 0, '0', '0', '1', 2761, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1448, 'Kraken', 'lostc_octopus', 's', 1, 2, 1, '0', '0', '0', 2762, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1449, 'Marble Floor Tile', 'lc_tile1', 's', 2, 2, 0, '1', '0', '1', 2763, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1450, 'Small Jellyfish Lamp', 'lc_medusa2', 's', 1, 1, 1, '0', '0', '0', 2764, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1451, 'Sally Lightfoot', 'lc_crab2', 's', 1, 1, 1, '0', '0', '0', 2765, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1452, 'March Collectable 2009', 'lostc_teleport', 's', 1, 1, 0.001, '0', '0', '1', 2766, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
(1453, 'ads_idol_piano name', 'ads_idol_piano', 's', 2, 2, 1, '0', '0', '0', 2767, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1454, 'Large Coral Divider', 'lc_coral_divider_hi', 's', 2, 1, 1, '0', '0', '0', 2768, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1455, 'ads_711shelf name', 'ads_711shelf', 's', 1, 2, 1, '0', '0', '0', 2769, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19'),
(1456, 'Water Tube Corner', 'lc_tubes_corners', 's', 1, 1, 1, '0', '0', '0', 2770, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1457, 'Captain''s Table', 'lc_table', 's', 2, 2, 1, '1', '0', '0', 2771, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1458, 'Cobbled Stones', 'lc_tile2', 's', 2, 2, 0, '1', '0', '1', 2772, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1459, 'Anemone', 'lc_anemone', 's', 1, 1, 1, '0', '0', '0', 2773, '1', '1', '1', '1', '1', 'default', 4, '0'),
(1460, 'Small Coral Divider', 'lc_coral_divider_low', 's', 2, 1, 1, '0', '0', '0', 2774, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1461, 'Ocean Window Rug', 'lc_glass_floor', 's', 2, 3, 0, '0', '0', '1', 2775, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1462, 'Large Jellyfish Lamp', 'lc_medusa1', 's', 1, 1, 1, '0', '0', '0', 2776, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1463, 'Crab Patch', 'lc_crab1', 's', 2, 2, 1, '0', '0', '0', 2777, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1464, 'ads_idol_jukebox name', 'ads_idol_jukebox*1', 's', 1, 1, 1, '0', '0', '0', 2778, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1465, 'ads_idol_pchair name', 'ads_idol_pchair', 's', 1, 1, 1, '0', '1', '0', 2779, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1466, 'Water Tube Straight', 'lc_tubes_straight', 's', 1, 1, 1, '0', '0', '0', 2780, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1467, 'ads_idol_audChr name', 'ads_idol_audChr', 's', 1, 1, 1, '0', '1', '0', 2781, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1468, 'ads_idol_trax name', 'ads_idol_trax', 's', 1, 1, 1, '0', '0', '0', 2782, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1469, 'ads_idol_tele', 'ads_idol_tele', 's', 1, 1, 0.001, '0', '0', '1', 2783, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
(1470, 'Wooden Corner', 'lc_corner', 's', 1, 1, 1, '1', '0', '0', 2784, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1471, 'Wooden Stool', 'lc_stool', 's', 1, 1, 1, '0', '1', '0', 2785, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1472, 'No rusty nails', 'lc_chair', 's', 1, 1, 1, '0', '1', '0', 2786, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1473, 'Wooden Bar Desk', 'lc_desk', 's', 2, 1, 1, '1', '0', '0', 2787, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1474, 'ads_idol_mic name', 'ads_idol_mic', 's', 1, 1, 1, '0', '0', '0', 2788, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1475, 'ads_idol_hotspot name', 'ads_idol_hotspot', 's', 1, 1, 0.2, '0', '0', '1', 2789, '1', '1', '1', '1', '1', 'default', 103, '0'),
(1476, 'ads_idol_clRack name', 'ads_idol_clRack', 's', 3, 1, 1, '0', '0', '0', 2790, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1477, 'ads_idol_voting_ch name', 'ads_idol_voting_ch', 's', 1, 1, 1.2, '0', '1', '0', 2791, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1478, 'Ecotron prize', 'ecotron_box', 's', 1, 1, 1, '1', '0', '0', 2792, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1479, 'Eco Light 2', 'eco_light2', 's', 1, 1, 1, '1', '0', '0', 2793, '0', '1', '1', '1', '1', 'default', 2, '0'),
(1480, 'Eco Stool 3', 'eco_chair3', 's', 1, 1, 1, '0', '1', '0', 2794, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1481, 'Eco Coffee Table 3', 'eco_table3', 's', 2, 2, 1, '1', '0', '0', 2795, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1482, 'Eco Lamp 2', 'eco_lamp2', 's', 1, 1, 1, '1', '0', '0', 2796, '0', '1', '1', '1', '1', 'default', 2, '0'),
(1483, 'Eco Armchair 3', 'eco_sofa3', 's', 1, 1, 1, '0', '1', '0', 2797, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1484, 'Eco Coffee Table 2', 'eco_table2', 's', 2, 2, 1, '1', '0', '0', 2798, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1485, 'Fruit Bowl 2', 'eco_fruits2', 's', 1, 1, 1, '1', '0', '0', 2799, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1486, 'Eco Armchair 1', 'eco_sofa1', 's', 1, 1, 1, '0', '1', '0', 2800, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1487, 'Fruit Bowl 3', 'eco_fruits3', 's', 1, 1, 1, '1', '0', '0', 2802, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1488, 'Eco Light 1', 'eco_light1', 's', 1, 1, 1, '1', '0', '0', 2803, '0', '1', '1', '1', '1', 'default', 2, '0'),
(1489, 'Actually', 'eco_tree1', 's', 1, 1, 1, '0', '0', '0', 2804, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1490, 'Potted Cactus 2', 'eco_cactus2', 's', 1, 1, 1, '1', '0', '0', 2805, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1491, 'Talk To FRANK Brain Lamp', 'ads_frankb', 's', 1, 1, 1, '0', '0', '0', 2806, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1492, 'Road Signs', 'bump_signs', 's', 1, 1, 1, '0', '0', '0', 2807, '1', '1', '1', '0', '1', 'default', 7, '0'),
(1493, 'Potted Cactus 1', 'eco_cactus1', 's', 1, 1, 1, '1', '0', '0', 2808, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1494, 'Eco Stool 2', 'eco_chair2', 's', 1, 1, 1, '0', '1', '0', 2809, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1495, 'Potted Cactus 3', 'eco_cactus3', 's', 1, 1, 1, '1', '0', '0', 2810, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1496, 'Bumper Tyres', 'bump_tires', 's', 1, 1, 0.8, '1', '0', '0', 2811, '1', '1', '1', '0', '1', 'default', 3, '0'),
(1497, 'Traffic Lights', 'bump_lights', 's', 1, 1, 1, '0', '0', '0', 2812, '1', '1', '1', '0', '1', 'default', 3, '0'),
(1498, 'Eco Lamp 3', 'eco_lamp3', 's', 1, 1, 1, '1', '0', '0', 2813, '0', '1', '1', '1', '1', 'default', 2, '0'),
(1499, 'Eco Coffee Table 1', 'eco_table1', 's', 2, 2, 1, '1', '0', '0', 2814, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1500, 'Eco Stool 1', 'eco_chair1', 's', 1, 1, 1, '0', '1', '0', 2815, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1501, 'Eco Armchair 2', 'eco_sofa2', 's', 1, 1, 1, '0', '1', '0', 2816, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1502, 'Road', 'bump_road', 's', 2, 2, 0, '1', '0', '1', 2817, '1', '1', '1', '0', '1', 'default', 4, '0'),
(1503, 'Fruit Bowl 1', 'eco_fruits1', 's', 1, 1, 1, '1', '0', '0', 2818, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1504, 'Eco Lamp 1', 'eco_lamp1', 's', 1, 1, 1, '1', '0', '0', 2819, '0', '1', '1', '1', '1', 'default', 2, '0'),
(1505, 'Eco Light 3', 'eco_light3', 's', 1, 1, 1, '1', '0', '0', 2820, '0', '1', '1', '1', '1', 'default', 2, '0'),
(1506, 'Pear Tree', 'eco_tree2', 's', 1, 1, 1, '0', '0', '0', 2821, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1507, 'Totem Leg', 'totem_leg', 's', 1, 1, 1.2, '1', '0', '0', 2822, '1', '1', '1', '1', '1', 'default', 9, '0'),
(1508, 'ads_grefusa_cactus name', 'ads_grefusa_cactus', 's', 1, 1, 1, '0', '0', '0', 2823, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1509, 'ads_idol_tube name', 'ads_idol_tube', 's', 1, 1, 1, '0', '0', '0', 2824, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1510, 'Executive Light', 'exe_light', 's', 1, 1, 0, '1', '0', '1', 2825, '1', '1', '1', '1', '1', 'default', 4, '0'),
(1511, 'ads_idol_cork name', 'ads_idol_cork', 's', 3, 1, 1, '0', '0', '0', 2826, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1512, 'Idea Agency Jukebox', 'ads_cl_jukeb', 's', 1, 1, 1, '0', '0', '0', 2827, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1513, 'Grass patch', 'env_grass', 's', 2, 2, 0, '1', '0', '1', 2828, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1514, 'Forest Trunk Seat', 'env_tree3', 's', 1, 1, 1, '0', '0', '0', 2829, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1515, 'Eco Hedgerow', 'env_bushes', 's', 1, 2, 1, '0', '0', '0', 2830, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1516, 'Eco Hedgerows Gate', 'env_bushes_gate', 's', 1, 2, 0.001, '0', '0', '0', 2831, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1517, 'Executive Gate', 'exe_gate', 's', 1, 1, 0.001, '0', '0', '0', 2832, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1518, 'ads_idol_newsDsk name', 'ads_idol_newsDsk', 's', 2, 2, 1, '0', '0', '0', 2833, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1519, 'Forest Tree Chair', 'env_tree1', 's', 1, 1, 1, '0', '1', '0', 2834, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1520, 'Forest Tree Americana', 'env_tree2', 's', 1, 1, 1, '0', '1', '0', 2835, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1521, 'Cubist Light', 'exe_cubelight', 's', 1, 1, 1, '0', '0', '0', 2836, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1522, 'The Four Seasons Tree', 'env_tree4', 's', 2, 2, 1, '0', '0', '0', 2837, '1', '1', '1', '1', '1', 'default', 4, '0'),
(1523, 'Sphere Lamp', 'exe_artlamp', 's', 1, 1, 1, '0', '0', '0', 2838, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1524, 'ads_idol_ichair name', 'ads_idol_ichair', 's', 1, 1, 1.4, '0', '1', '0', 2839, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1525, 'Wedding Cake', 'tray_cake', 's', 1, 1, 1, '0', '0', '0', 2840, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1526, 'ads_reebok_block2', 'ads_reebok_block2', 's', 2, 2, 0.8, '1', '0', '1', 2841, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1527, 'ads_malaco_rug_name', 'ads_malaco_rug', 's', 3, 3, 0, '0', '0', '1', 2842, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1528, 'Champagne Bucket', 'tray_champagne', 's', 1, 1, 1, '0', '0', '0', 2843, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1529, 'Champagne Tower', 'tray_glasstower', 's', 1, 1, 1, '0', '0', '0', 2844, '1', '1', '1', '1', '1', 'vendingmachine', 0, '40'),
(1530, 'ads_malaco_gu', 'ads_malaco_gu', 's', 1, 1, 1, '0', '0', '0', 2845, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1531, 'Idea Agency Super Cake', 'ads_clcake', 's', 1, 1, 1, '0', '0', '0', 2846, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1532, 'Idea Agency Sofa', 'ads_cl_sofa', 's', 2, 1, 1, '0', '1', '0', 2847, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1533, 'Function Table', 'ads_idol_tblCloth', 's', 2, 2, 1, '1', '0', '0', 2848, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1534, 'ads_idol_carpet name', 'ads_idol_carpet', 's', 2, 7, 0, '0', '0', '1', 2849, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1535, 'Function Lamp', 'ads_idol_lamp', 's', 1, 1, 0, '1', '0', '1', 2850, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1536, 'Rain Shower', 'country_rain', 's', 1, 1, 0, '1', '0', '1', 2851, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1537, 'Scarecrow', 'country_scarecrow', 's', 1, 1, 1, '0', '0', '0', 2852, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1538, 'Porta-House', 'env_telep', 's', 1, 1, 0.001, '0', '0', '0', 2853, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
(1539, 'Crop Field', 'country_soil', 's', 2, 2, 0, '1', '0', '1', 2854, '1', '1', '1', '1', '1', 'default', 4, '0'),
(1540, 'Field Grass', 'country_grass', 's', 2, 2, 0, '1', '0', '1', 2855, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1541, 'The Golden Tablet', 'ads_goldtabl', 's', 1, 1, 1, '0', '0', '0', 2856, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1542, 'Witch Mushroom', 'eco_mush1', 's', 1, 1, 1, '1', '0', '0', 2857, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1543, 'Tractor', 'country_trctr', 's', 2, 2, 1, '0', '0', '0', 2858, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1544, 'Stone Wall', 'country_fnc2', 's', 2, 1, 1, '0', '0', '0', 2859, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1545, 'Stick Fence', 'country_fnc1', 's', 2, 1, 1, '0', '0', '0', 2860, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1546, 'Wishing Well', 'country_well', 's', 1, 1, 1, '0', '0', '0', 2861, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1547, 'Fairy Mushroom', 'eco_mush2', 's', 1, 1, 1, '1', '0', '0', 2862, '0', '1', '1', '1', '1', 'default', 1, '0'),
(1548, 'Rainbow', 'country_rbw', 's', 1, 1, 1, '0', '0', '0', 2863, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1549, 'Golden Wheat', 'country_wheat', 's', 2, 2, 1, '0', '0', '0', 2864, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1550, 'Farm Gate', 'country_gate', 's', 2, 1, 0.001, '0', '0', '0', 2865, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1551, 'Country Trax', 'sound_set_72', 's', 1, 1, 0.2, '1', '0', '0', 2866, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1552, 'Wooden Stage', 'country_stage', 's', 2, 2, 1, '1', '0', '1', 2867, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1553, 'ads_calip_cola_1 name', 'ads_calip_cola*1', 's', 1, 1, 1, '0', '0', '0', 2868, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19'),
(1554, 'ads_calip_cola_2 name', 'ads_calip_cola*2', 's', 1, 1, 1, '0', '0', '0', 2869, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19'),
(1555, 'ads_calip_cola_3 name', 'ads_calip_cola*3', 's', 1, 1, 1, '0', '0', '0', 2870, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19'),
(1556, 'ads_calip_cola_4 name', 'ads_calip_cola*4', 's', 1, 1, 1, '0', '0', '0', 2871, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19'),
(1557, 'Log Bench', 'country_log', 's', 2, 1, 1, '0', '1', '0', 2872, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1558, 'Stone Pile', 'country_fnc3', 's', 1, 1, 1, '0', '0', '0', 2873, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1559, 'Wooden Patio Tile', 'country_patio', 's', 1, 1, 1, '0', '0', '0', 2874, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1560, 'Country Ditch Corner', 'country_corner', 's', 1, 1, 1, '0', '0', '0', 2875, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1561, 'Country Ditch', 'country_ditch', 's', 1, 2, 0.001, '0', '0', '0', 2876, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1562, 'ads_calip_chair name', 'ads_calip_chair', 's', 1, 1, 1, '0', '1', '0', 2877, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1563, 'ads_idol_trophy name', 'ads_idol_trophy', 's', 1, 1, 1, '0', '0', '0', 2878, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(1564, 'Totem Spirit Head', 'totem_head', 's', 1, 1, 1.7, '1', '0', '0', 2879, '1', '1', '1', '1', '1', 'default', 10, '0'),
(1565, 'ads_calip_pool name', 'ads_calip_pool', 's', 2, 2, 0, '0', '0', '1', 2880, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1566, 'laptopdesk name', 'laptopdesk', 's', 2, 2, 1, '0', '0', '0', 2881, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1567, 'Skull', 'LT_skull', 's', 1, 1, 1, '0', '0', '0', 2882, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1568, 'Large Tribal Block', 'lt_stage2', 's', 2, 2, 0.9, '0', '0', '1', 2883, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1569, 'Lava Corner', 'lt_lavac', 's', 1, 1, 1, '0', '0', '0', 2884, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1570, 'Tribal Gate', 'lt_gate', 's', 2, 1, 0.001, '0', '0', '0', 2885, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1571, 'Planet of Eternity', 'saturn', 's', 1, 1, 1, '1', '0', '0', 2886, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1572, 'ads_calip_tele name', 'ads_calip_tele', 's', 1, 1, 0.001, '0', '0', '0', 2887, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
(1573, 'Stone Statue', 'lt_statue', 's', 1, 1, 1, '0', '0', '0', 2888, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1574, 'Tarantula', 'lt_spider', 's', 1, 1, 1, '0', '0', '0', 2889, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1575, 'Tribal Stone Wall', 'lt_stone2', 's', 2, 1, 1, '1', '0', '0', 2890, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1576, 'Tribal Seat', 'LT_throne', 's', 1, 1, 1.5, '0', '1', '0', 2891, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1577, 'audChr name', 'audChr', 's', 1, 1, 1, '0', '1', '0', 2892, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1578, 'Moss Patch', 'lt_patch', 's', 2, 2, 0, '1', '0', '1', 2893, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1579, 'Lava Ditch', 'lt_lava', 's', 1, 2, 1, '0', '0', '0', 2894, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1580, 'Small Tribal Torch', 'LT_pillar2', 's', 1, 1, 1, '0', '0', '0', 2895, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1581, 'Ant Hill', 'lt_bughill', 's', 1, 1, 1, '0', '0', '0', 2896, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1582, 'noticeboard name', 'noticeboard', 's', 3, 1, 1, '0', '0', '0', 2897, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1583, 'clrack name', 'clrack', 's', 3, 1, 0, '1', '0', '0', 2898, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1584, 'Large Tribal Torch', 'LT_pillar', 's', 1, 1, 1, '0', '0', '0', 2899, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1585, 'ads_calip_parasol name', 'lt_stage1', 's', 1, 1, 0.9, '0', '0', '1', 2900, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1586, 'transparent_floor name', 'transparent_floor', 's', 2, 2, 0, '1', '0', '1', 2902, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1587, 'ads_calip_lava name', 'ads_calip_lava', 's', 1, 1, 1, '0', '0', '0', 2903, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1588, 'Tribal Stone Corner', 'lt_stone1', 's', 1, 1, 1, '1', '0', '0', 2904, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1589, 'ads_calip_fan', 'ads_calip_fan', 's', 1, 1, 1, '0', '0', '0', 2905, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1590, 'voting_ch name', 'voting_ch', 's', 1, 1, 1.3, '0', '1', '0', 2906, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1591, 'Quick Coffee Stop', 'ads_mall_coffeem', 's', 1, 1, 1, '0', '0', '0', 2907, '1', '1', '1', '1', '1', 'vendingmachine', 0, '41'),
(1592, 'Totem Planet', 'totem_planet', 's', 1, 1, 1, '0', '0', '0', 2908, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1593, 'Don''t worry', 'SF_reactor', 's', 1, 1, 1, '1', '0', '0', 2909, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1594, 'Pack all you want', 'SF_crate_2', 's', 2, 1, 1, '1', '0', '0', 2910, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1595, 'Space Crew Chair', 'SF_chair_blue', 's', 1, 1, 1.2, '0', '1', '0', 2911, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1596, 'Cryogenic Bed', 'sf_pod', 's', 1, 3, 1.36, '0', '0', '0', 2912, '1', '1', '1', '1', '1', 'bed', 2, '0'),
(1597, 'Command Console', 'SF_panel1', 's', 1, 1, 1, '0', '0', '0', 2913, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1598, 'Starship Table', 'SF_table', 's', 2, 2, 1, '1', '0', '0', 2914, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1599, 'Welcome aboard', 'SF_chair_green', 's', 1, 1, 1.2, '0', '1', '0', 2915, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1600, 'Small Crate', 'SF_crate_1', 's', 1, 1, 1, '1', '0', '0', 2916, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1601, 'Alien Lifeform', 'SF_alien', 's', 1, 1, 1, '0', '0', '0', 2917, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1602, 'Engineering Console', 'SF_panel2', 's', 2, 1, 1, '0', '0', '0', 2918, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1603, 'Display Gate', 'sf_gate', 's', 2, 1, 0.001, '0', '0', '0', 2919, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1604, 'Navigation Panel', 'SF_panel3', 's', 1, 1, 1, '0', '0', '0', 2920, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1605, 'Starship Floor 2', 'SF_floor_2', 's', 2, 2, 0, '1', '0', '1', 2921, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1606, 'Sci Fi Lamp', 'SF_lamp', 's', 1, 1, 1, '0', '0', '0', 2922, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1607, 'Captain''s Chair', 'SF_chair_red', 's', 1, 1, 1.2, '0', '1', '0', 2923, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1608, 'Transparent Floor', 'sf_floor', 's', 2, 4, 0, '1', '0', '1', 2924, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1609, 'Starship Roof', 'sf_roof', 's', 2, 4, 0, '1', '0', '1', 2925, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1610, 'Light Pole', 'sf_stick', 's', 1, 1, 1, '0', '0', '0', 2926, '1', '1', '1', '1', '1', 'default', 5, '0'),
(1611, 'Starship Floor 1', 'SF_floor_1', 's', 2, 2, 0, '1', '0', '1', 2927, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1612, ' sweets', 'ads_mall_kiosk', 's', 1, 2, 1, '0', '0', '0', 2928, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1613, 'Futuristic Teleport', 'sf_tele', 's', 1, 1, 0.001, '0', '0', '0', 2929, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
(1614, 'Sci Fi Roller', 'sf_roller', 's', 1, 1, 1, '1', '0', '1', 2930, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1615, 'Hot Trophy', 'prizetrophy_hot', 's', 1, 1, 1, '0', '0', '0', 2931, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(1616, 'Pink Inflatable Raft', 'summer_raft1', 's', 1, 1, 1, '0', '1', '0', 2932, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1617, 'Cool Trophy', 'prizetrophy_cool', 's', 1, 1, 1, '0', '0', '0', 2933, '1', '1', '1', '1', '0', 'trophy', 1, '0'),
(1618, 'Blue Inflatable Raft', 'summer_raft2', 's', 1, 1, 1, '0', '1', '0', 2934, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1619, 'ads_elisa_gnome name', 'ads_elisa_gnome', 's', 1, 1, 1, '0', '0', '0', 2935, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1620, 'Summer Cool Box', 'summer_icebox', 's', 1, 1, 1, '0', '0', '0', 2936, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1621, 'ads_oc_soda', 'ads_oc_soda', 's', 1, 1, 1, '0', '0', '0', 2937, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19'),
(1622, 'Mars Patch', 'marsrug', 's', 2, 2, 0, '1', '0', '1', 2938, '1', '1', '1', '1', '1', 'default', 5, '0'),
(1623, 'White Candle', 'rela_candle1', 's', 1, 1, 1, '0', '0', '0', 2939, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20066, 'Dead Tree', 'tree2', 's', 1, 1, 1, '0', '0', '0', 388, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1625, 'Red Candles', 'rela_candles2', 's', 1, 1, 1, '0', '0', '0', 2941, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1626, 'Stones', 'rela_stone', 's', 1, 1, 0.5, '0', '0', '1', 2942, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1627, 'Wicker Chair', 'rela_hchair', 's', 1, 1, 1.3, '0', '1', '0', 2943, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1628, 'Red Candle', 'rela_candle2', 's', 1, 1, 1, '0', '0', '0', 2944, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1629, 'ads_711', 'ads_711*5', 's', 1, 1, 1, '0', '0', '0', 2945, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19'),
(1630, 'ads_711', 'ads_711*6', 's', 1, 1, 1, '0', '0', '0', 2946, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19'),
(1631, 'ads_711', 'ads_711*7', 's', 1, 1, 1, '0', '0', '0', 2947, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19'),
(1632, 'Purple Candle', 'rela_candle3', 's', 1, 1, 1, '0', '0', '0', 2948, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1633, 'Asteroid', 'pix_asteroid', 's', 1, 1, 1, '1', '0', '0', 2949, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1634, 'Bushy Houseplant', 'rela_plant', 's', 1, 1, 1, '0', '0', '0', 2950, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1635, 'White Candles', 'rela_candles1', 's', 1, 1, 1, '0', '0', '0', 2951, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1636, 'Purple Candles', 'rela_candles3', 's', 1, 1, 1, '0', '0', '0', 2952, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1637, 'Orchid', 'rela_orchid', 's', 1, 1, 1, '0', '0', '0', 2953, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1638, 'Rocks', 'rela_rock', 's', 1, 1, 0.8, '0', '1', '0', 2954, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1639, 'ktchn_stove name', 'ktchn_stove', 's', 2, 1, 1, '0', '0', '0', 2955, '1', '1', '1', '1', '1', 'default', 4, '0'),
(1640, 'ktchn_light name', 'ktchn_light', 's', 2, 1, 0, '1', '0', '1', 2956, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1641, 'ktchn_plates name', 'ktchn_plates', 's', 1, 1, 1, '0', '0', '0', 2957, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1642, 'ktchn_countr_1 name', 'ktchn_countr_1', 's', 1, 1, 1, '1', '0', '0', 2958, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1643, 'ktchn_pots name', 'ktchn_pots', 's', 2, 1, 0, '1', '0', '1', 2959, '1', '1', '1', '1', '1', 'default', 10, '0'),
(1644, 'ktchn_cornr name', 'ktchn_cornr', 's', 1, 1, 1, '0', '0', '0', 2960, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1645, 'ktchn_desk name', 'ktchn_desk', 's', 2, 1, 1, '1', '0', '0', 2961, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1646, 'ktchn_trash name', 'ktchn_trash', 's', 1, 1, 1, '0', '0', '0', 2962, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1647, 'ktchn_countr_2 name', 'ktchn_countr_2', 's', 2, 1, 1, '1', '0', '0', 2963, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1648, 'ktchn_bBlock name', 'ktchn_bBlock', 's', 1, 1, 1, '0', '0', '0', 2964, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1649, 'ktchn_dvdr name', 'ktchn_dvdr', 's', 2, 1, 1, '0', '0', '0', 2965, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1650, 'ktchn_inspctr name', 'ktchn_inspctr', 's', 1, 1, 1, '1', '0', '0', 2966, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1651, 'ktchn_fridge name', 'ktchn_fridge', 's', 1, 1, 1, '1', '0', '0', 2967, '1', '1', '1', '1', '1', 'vendingmachine', 0, '3,36,37,38'),
(1652, 'ads_1800tele', 'ads_1800tele', 's', 1, 1, 0.001, '0', '0', '0', 2968, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
(1653, 'ktchn_sink name', 'ktchn_sink', 's', 2, 1, 1, '0', '0', '0', 2969, '1', '1', '1', '1', '1', 'default', 4, '0'),
(1654, 'ktchn_gate name', 'ktchn_gate', 's', 2, 1, 0.001, '0', '0', '0', 2970, '1', '1', '1', '1', '1', 'gate', 2, '0'),
(1655, 'Pad of stickies', 'post.it', 'i', 0, 0, 1, '0', '0', '0', 1, '0', '0', '1', '0', '1', 'postit', 1, '0'),
(1656, 'Heart Stickies', 'post.it.vd', 'i', 0, 0, 1, '0', '0', '0', 2, '0', '0', '1', '0', '1', 'postit', 1, '0'),
(20067, 'Green Hatch', 'divider_poly3*7', 's', 1, 1, 0.001, '0', '0', '0', 1929, '1', '1', '1', '1', '1', 'gate', 1, '0'),
(20068, 'Idea Agency Lava Lamp', 'ads_cllava2', 's', 1, 1, 1, '0', '0', '0', 2730, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1665, 'Gothic Ectoplasm Fountain', 'gothicfountain', 'i', 0, 0, 1, '0', '0', '0', 4002, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1666, 'Retro Wall Lamp', 'hc_wall_lamp', 'i', 0, 0, 1, '0', '0', '0', 4003, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1667, 'Industrial Turbine', 'industrialfan', 'i', 0, 0, 1, '0', '0', '0', 4004, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1668, 'Gothic Torch', 'torch', 'i', 0, 0, 1, '0', '0', '0', 4005, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1669, 'Heart Light', 'val_heart', 'i', 0, 0, 1, '0', '0', '0', 4006, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1670, 'Mirror', 'wallmirror', 'i', 0, 0, 1, '0', '0', '0', 4007, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1671, 'Ninja Stars', 'jp_ninjastars', 'i', 0, 0, 1, '0', '0', '0', 4008, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1672, 'Habbowood Mirror', 'habw_mirror', 'i', 0, 0, 1, '0', '0', '0', 4009, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1673, 'So you gotta ask yourself', 'habbowheel', 'i', 0, 0, 1, '0', '0', '0', 4010, '1', '1', '1', '1', '1', 'habbowheel', 1, '0'),
(1674, 'Skull Guitar', 'guitar_skull', 'i', 0, 0, 1, '0', '0', '0', 4011, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1675, 'V Guitar', 'guitar_v', 'i', 0, 0, 1, '0', '0', '0', 4012, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1676, 'Christmas Lights', 'xmas_light', 'i', 0, 0, 1, '0', '0', '0', 4013, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1677, 'Anchor', 'hrella_poster_3', 'i', 0, 0, 1, '0', '0', '0', 4014, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1678, 'Life Buoy', 'hrella_poster_2', 'i', 0, 0, 1, '0', '0', '0', 4015, '1', '1', '1', '1', '1', 'default', 1, '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(1679, 'Porthole', 'hrella_poster_1', 'i', 0, 0, 1, '0', '0', '0', 4016, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1680, 'Swords', 'sw_swords', 'i', 0, 0, 1, '0', '0', '0', 4017, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1681, 'Mysterious Necklace', 'sw_stone', 'i', 0, 0, 1, '0', '0', '0', 4018, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1682, 'Ventilation Duct', 'sw_hole', 'i', 0, 0, 1, '0', '0', '0', 4019, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1683, 'Mood Light', 'roomdimmer', 'i', 0, 0, 1, '0', '0', '0', 4020, '1', '1', '1', '1', '1', 'dimmer', 1, '0'),
(1684, 'Bubble Juice Can', 'md_logo_wall', 'i', 0, 0, 1, '0', '0', '0', 4021, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1685, 'Kakejiku Hokusai', 'jp_sheet3', 'i', 0, 0, 1, '0', '0', '0', 4023, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1686, 'Kakejiku Ninjya', 'jp_sheet2', 'i', 0, 0, 1, '0', '0', '0', 4024, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1687, 'Kakejiku Ziritsu', 'jp_sheet1', 'i', 0, 0, 1, '0', '0', '0', 4025, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1688, 'Ancestral Scimitars', 'arabian_swords', 'i', 0, 0, 1, '0', '0', '0', 4026, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1689, 'Arabian Window Frame', 'arabian_wndw', 'i', 0, 0, 1, '0', '0', '0', 4027, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1690, 'Jungle Wallplant', 'tiki_wallplnt', 'i', 0, 0, 1, '0', '0', '0', 4028, '0', '0', '1', '1', '1', 'default', 1, '0'),
(1691, 'Surfboard', 'tiki_surfboard', 'i', 0, 0, 1, '0', '0', '0', 4029, '1', '1', '1', '1', '1', 'default', 9, '0'),
(1692, 'tampax_wall', 'tampax_wall', 'i', 0, 0, 1, '0', '0', '0', 4030, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1693, 'Single Window', 'window_single_default', 'i', 0, 0, 1, '0', '0', '0', 4031, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1694, 'Double Window', 'window_double_default', 'i', 0, 0, 1, '0', '0', '0', 4032, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1695, 'Window', 'noob_window_double', 'i', 0, 0, 1, '0', '0', '0', 4033, '0', '0', '1', '0', '1', 'default', 1, '0'),
(1696, 'Bay Window', 'window_triple', 'i', 0, 0, 1, '0', '0', '0', 4034, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1697, 'Glass Square Window', 'window_square', 'i', 0, 0, 1, '0', '0', '0', 4035, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1698, 'Large Romantic Window', 'window_romantic_wide', 'i', 0, 0, 1, '0', '0', '0', 4036, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1699, 'Small Romantic Window', 'window_romantic_narrow', 'i', 0, 0, 1, '0', '0', '0', 4037, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1700, 'Grunge Window', 'window_grunge', 'i', 0, 0, 1, '0', '0', '0', 4038, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1701, 'Golden Window', 'window_golden', 'i', 0, 0, 1, '0', '0', '0', 4039, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1702, 'Large Oriental Window', 'window_chinese_wide', 'i', 0, 0, 1, '0', '0', '0', 4040, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1703, 'Small Oriental Window', 'window_chinese_narrow', 'i', 0, 0, 1, '0', '0', '0', 4041, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1704, 'Basic Window', 'window_basic', 'i', 0, 0, 1, '0', '0', '0', 4042, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1705, 'Large 70s Window', 'window_70s_wide', 'i', 0, 0, 1, '0', '0', '0', 4043, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1706, 'Small 70s Window', 'window_70s_narrow', 'i', 0, 0, 1, '0', '0', '0', 4044, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1707, 'Sunny Delight', 'ads_sunnyd', 'i', 0, 0, 1, '0', '0', '0', 4045, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1708, 'Good grub', 'window_diner2', 'i', 0, 0, 1, '0', '0', '0', 4046, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1709, 'Large Diner Window', 'window_diner', 'i', 0, 0, 1, '0', '0', '0', 4047, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1710, 'Diner Side Table', 'diner_walltable', 'i', 0, 0, 1, '0', '0', '0', 4048, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1711, 'ads_dave_wall', 'ads_dave_wall', 'i', 0, 0, 1, '0', '0', '0', 4049, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1712, 'Window', 'window_hole', 'i', 0, 0, 1, '0', '0', '0', 4050, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1713, 'easy_poster', 'easy_poster', 'i', 0, 0, 1, '0', '0', '0', 4051, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1714, 'ads_nokia_logo name', 'ads_nokia_logo', 'i', 0, 0, 1, '0', '0', '0', 4052, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1715, 'ads_nokia_phone name', 'ads_nokia_phone', 'i', 0, 0, 1, '0', '0', '0', 4053, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1717, 'Skyscraper Window', 'window_skyscraper', 'i', 0, 0, 1, '0', '0', '0', 4055, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1718, 'netari_poster', 'netari_poster', 'i', 0, 0, 1, '0', '0', '0', 4056, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1719, 'Bullet Hole', 'det_bhole', 'i', 0, 0, 1, '0', '0', '0', 4057, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1720, 'Red V Guitar', 'ads_campguitar', 'i', 0, 0, 1, '0', '0', '0', 4058, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1721, 'Nuclear Radiation Sign', 'hween08_rad', 'i', 0, 0, 1, '0', '0', '0', 4059, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1722, 'Broken Window (small)', 'hween08_wndwb', 'i', 0, 0, 1, '0', '0', '0', 4060, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1723, 'Broken Window (large)', 'hween08_wndw', 'i', 0, 0, 1, '0', '0', '0', 4061, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1724, 'Biohazard Sign', 'hween08_bio', 'i', 0, 0, 1, '0', '0', '0', 4062, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1725, 'X-Ray Light Box', 'hw_08_xray', 'i', 0, 0, 1, '0', '0', '0', 4063, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1726, 'Red Gothic Fountain', 'gothicfountain2', 'i', 0, 0, 1, '0', '0', '0', 4064, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20052, 'Volturi Crest', 'ads_twi_crest', 'i', 0, 0, 1, '1', '0', '0', 4293, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1728, 'TBD Central Musical TV', 'ads_cmusic', 'i', 0, 0, 1, '0', '0', '0', 4066, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1729, 'Stand up or sitting down', 'party_wc_boy', 'i', 0, 0, 1, '0', '0', '0', 4067, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1730, 'Big Wall Lights', 'party_led', 'i', 0, 0, 1, '0', '0', '0', 4068, '1', '1', '1', '1', '1', 'default', 4, '0'),
(1731, 'Neon Heart Light', 'party_neon5', 'i', 0, 0, 1, '0', '0', '0', 4069, '1', '1', '1', '1', '1', 'default', 5, '0'),
(1732, 'Neon Right Arrows', 'party_neon1', 'i', 0, 0, 1, '0', '0', '0', 4070, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1733, 'Neon Left Arrows', 'party_neon2', 'i', 0, 0, 1, '0', '0', '0', 4071, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1734, 'Girls Toilets', 'party_wc_girl', 'i', 0, 0, 1, '0', '0', '0', 4072, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1735, 'Neon Pink Flamingo', 'party_neon3', 'i', 0, 0, 1, '0', '0', '0', 4073, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1736, 'Bar Shelf', 'party_shelf', 'i', 0, 0, 1, '0', '0', '0', 4074, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1737, 'Neon Skull Light', 'party_neon4', 'i', 0, 0, 1, '0', '0', '0', 4075, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1738, 'Snowy Posters', 'xmas08_wallpaper', 'i', 0, 0, 1, '0', '0', '0', 4076, '0', '0', '1', '1', '1', 'roomeffect', 1, '0'),
(1739, 'Icy Wall', 'xmas08_icewall', 'i', 0, 0, 1, '0', '0', '0', 4077, '1', '1', '1', '1', '1', 'default', 4, '0'),
(1741, 'Idea Agency Plasma 1', 'ads_clwall1', 'i', 0, 0, 1, '0', '0', '0', 4079, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1742, 'Idea Agency Plasma 2', 'ads_clwall2', 'i', 0, 0, 1, '0', '0', '0', 4080, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1743, 'Idea Agency Plasma 3', 'ads_clwall3', 'i', 0, 0, 1, '0', '0', '0', 4081, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1744, 'ads_ob_wall', 'ads_ob_wall', 'i', 0, 0, 1, '0', '0', '0', 4082, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1745, 'Mall Window', 'ads_mall_window', 'i', 0, 0, 1, '0', '0', '0', 4083, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1746, 'Dragon Poster', 'china_pstr2', 'i', 0, 0, 1, '0', '0', '0', 4084, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1747, 'Chinese Wall Lamp', 'china_light', 'i', 0, 0, 1, '0', '0', '0', 4085, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1748, 'Ox Poster', 'china_pstr1', 'i', 0, 0, 1, '0', '0', '0', 4086, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1749, 'Bolly Window', 'bolly_wdw_wd', 'i', 0, 0, 1, '0', '0', '0', 4087, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1750, 'Monster Plan Poster', 'ads_igor_wall', 'i', 0, 0, 1, '0', '0', '0', 4088, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1751, 'Evil Bone', 'ads_igorevilb', 'i', 0, 0, 1, '0', '0', '0', 4089, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1752, 'ads_idol_wall name', 'ads_idol_wall', 'i', 0, 0, 1, '0', '0', '0', 4090, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1753, 'Mall Furni Showroom', 'ads_mall_winfur', 'i', 0, 0, 1, '0', '0', '0', 4091, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1754, 'Mall Pet Shop Window', 'ads_mall_winpet', 'i', 0, 0, 1, '0', '0', '0', 4092, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1755, 'Rock Wall', 'lc_wall1', 'i', 0, 0, 1, '0', '0', '0', 4093, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1756, 'Aquarium Window', 'lc_window2', 'i', 0, 0, 1, '0', '0', '0', 4094, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1757, 'Wooden Window', 'lc_window1', 'i', 0, 0, 1, '0', '0', '0', 4095, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1758, 'American Idol TV', 'ads_idol_tv', 'i', 0, 0, 1, '0', '0', '0', 4096, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1759, 'Coral Wall', 'lc_wall2', 'i', 0, 0, 1, '0', '0', '0', 4097, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1760, 'ads_idol_mirror name', 'ads_idol_mirror', 'i', 0, 0, 1, '0', '0', '0', 4098, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1761, 'Mall Cinema Window', 'ads_mall_wincin', 'i', 0, 0, 1, '0', '0', '0', 4099, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1762, 'Strum', 'ads_mall_winmus', 'i', 0, 0, 1, '0', '0', '0', 4100, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1763, 'Mall Beauty Salon', 'ads_mall_winbea', 'i', 0, 0, 1, '0', '0', '0', 4101, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1764, 'Eco Curtain 1', 'eco_curtains1', 'i', 0, 0, 1, '0', '0', '0', 4102, '0', '1', '1', '1', '1', 'default', 2, '0'),
(1765, 'Mall Idea Agency Window', 'ads_mall_winchi', 'i', 0, 0, 1, '0', '0', '0', 4103, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1766, 'Eco Curtain 3', 'eco_curtains3', 'i', 0, 0, 1, '0', '0', '0', 4104, '0', '1', '1', '1', '1', 'default', 2, '0'),
(1767, 'Eco Curtain 2', 'eco_curtains2', 'i', 0, 0, 1, '0', '0', '0', 4105, '0', '1', '1', '1', '1', 'default', 2, '0'),
(1768, 'Mall Ice Cream Parlour Window', 'ads_mall_winice', 'i', 0, 0, 1, '0', '0', '0', 4106, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1769, 'Whatever your sporting dibble', 'ads_mall_winspo', 'i', 0, 0, 1, '0', '0', '0', 4107, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1770, 'ads_idol_logo name', 'ads_idol_logo', 'i', 0, 0, 1, '0', '0', '0', 4108, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1771, 'World Map', 'exe_map', 'i', 0, 0, 1, '0', '0', '0', 4109, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1772, 'Wall Fall', 'exe_wfall', 'i', 0, 0, 1, '0', '0', '0', 4110, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1773, 'ads_lin_wh_c name', 'ads_lin_wh_c', 'i', 0, 0, 1, '0', '0', '0', 4111, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1774, 'ads_malaco_tv name', 'ads_malaco_tv', 'i', 0, 0, 1, '0', '0', '0', 4112, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1775, 'ads_puffet_tv name', 'ads_puffet_tv', 'i', 0, 0, 1, '0', '0', '0', 4113, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1776, 'ads_reebok_tv name', 'ads_reebok_tv', 'i', 0, 0, 1, '0', '0', '0', 4114, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1777, 'Forest Wall Poster', 'country_forestwall', 'i', 0, 0, 1, '0', '0', '0', 4115, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1778, 'Marble Fireplace', 'country_fp', 'i', 0, 0, 1, '0', '0', '0', 4116, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1779, 'Farmhouse Wall', 'country_wall', 'i', 0, 0, 1, '0', '0', '0', 4117, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1780, 'Ye Olde Lantern', 'country_lantern', 'i', 0, 0, 1, '0', '0', '0', 4118, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1781, 'Norwegian Flag', 'flag_norway', 'i', 0, 0, 1, '0', '0', '0', 4119, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1782, 'Diner Poster', 'diner_poster', 'i', 0, 0, 1, '0', '0', '0', 4120, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1783, '', 'lt_jngl_wall', 'i', 0, 0, 1, '0', '0', '0', 4121, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1784, 'ads_mirror name', 'ads_mirror', 'i', 0, 0, 1, '0', '0', '0', 4237, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1785, 'lt_wall', 'lt_wall', 'i', 0, 0, 1, '0', '0', '0', 4238, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1787, 'Starship Window', 'sf_window', 'i', 0, 0, 1, '0', '0', '0', 4240, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1788, 'Starship Wall', 'sf_wall2', 'i', 0, 0, 1, '0', '0', '0', 4241, '1', '1', '1', '1', '1', 'default', 3, '0'),
(1789, 'ads_wwe_poster name', 'ads_wwe_poster', 'i', 0, 0, 1, '0', '0', '0', 4242, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1790, 'Fly me to the moon', 'ads_mall_wintra', 'i', 0, 0, 1, '0', '0', '0', 4243, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1791, 'Starship Corner', 'sf_wall3', 'i', 0, 0, 1, '0', '0', '0', 4244, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1793, 'ads_veet name', 'ads_veet', 'i', 0, 0, 1, '0', '0', '0', 4246, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1794, 'Wall Tiles', 'rela_wall', 'i', 0, 0, 1, '0', '0', '0', 4247, '1', '1', '1', '1', '1', 'default', 6, '0'),
(1795, 'flag_belgium', 'flag_belgium', 'i', 0, 0, 1, '0', '0', '0', 4248, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1796, 'flag_portugal', 'flag_portugal', 'i', 0, 0, 1, '0', '0', '0', 4249, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1797, 'ads_mall_wingar', 'ads_mall_wingar', 'i', 0, 0, 1, '0', '0', '0', 4250, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1798, 'ktchn_wall name', 'ktchn_wall', 'i', 0, 0, 1, '0', '0', '0', 4251, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1799, 'ads_mall_winclo', 'ads_mall_winclo', 'i', 0, 0, 1, '0', '0', '0', 4252, '1', '1', '1', '1', '1', 'default', 1, '0'),
(1800, 'ktchn_oven name', 'ktchn_oven', 'i', 0, 0, 1, '0', '0', '0', 4253, '1', '1', '1', '1', '1', 'default', 2, '0'),
(1801, 'ktchn_knives name', 'ktchn_knives', 'i', 0, 0, 1, '0', '0', '0', 4254, '1', '1', '1', '1', '1', 'default', 4, '0'),
(1802, 'Mood Controller (Large)', 'dimmer_fuse6', 'i', 0, 0, 1, '0', '0', '0', 4255, '1', '1', '1', '1', '1', 'dimmer', 1, '0'),
(1803, 'Mood Switch (Large)', 'dimmer_swtch', 'i', 0, 0, 1, '0', '0', '0', 4256, '1', '1', '1', '1', '1', 'dimmer', 1, '0'),
(1804, 'Mood Controller (Small)', 'dimmer_fuse2', 'i', 0, 0, 1, '0', '0', '0', 4257, '1', '1', '1', '1', '1', 'dimmer', 1, '0'),
(1805, 'Mood Switch (Small)', 'dimmer_buttn', 'i', 0, 0, 1, '0', '0', '0', 4258, '1', '1', '1', '1', '1', 'dimmer', 1, '0'),
(19877, '', 'avatar_effect9', 'e', 1, 1, 1, '0', '0', '0', 9, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19878, '', 'avatar_effect6', 'e', 1, 1, 1, '0', '0', '0', 6, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19879, '', 'avatar_effect16', 'e', 1, 1, 1, '0', '0', '0', 16, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19880, '', 'avatar_effect2', 'e', 1, 1, 1, '0', '0', '0', 2, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19881, '', 'avatar_effect14', 'e', 1, 1, 1, '0', '0', '0', 14, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19882, '', 'avatar_effect15', 'e', 1, 1, 1, '0', '0', '0', 15, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19883, '', 'avatar_effect3', 'e', 1, 1, 1, '0', '0', '0', 3, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19884, '', 'avatar_effect17', 'e', 1, 1, 1, '0', '0', '0', 17, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19885, '', 'avatar_effect18', 'e', 1, 1, 1, '0', '0', '0', 18, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19886, '', 'avatar_effect1', 'e', 1, 1, 1, '0', '0', '0', 1, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19887, '', 'avatar_effect4', 'e', 1, 1, 1, '0', '0', '0', 4, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19888, '', 'avatar_effect5', 'e', 1, 1, 1, '0', '0', '0', 5, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19889, '', 'avatar_effect7', 'e', 1, 1, 1, '0', '0', '0', 7, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19890, '', 'avatar_effect8', 'e', 1, 1, 1, '0', '0', '0', 8, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19891, '', 'avatar_effect10', 'e', 1, 1, 1, '0', '0', '0', 10, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19892, '', 'avatar_effect12', 'e', 1, 1, 1, '0', '0', '0', 12, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19893, '', 'avatar_effect13', 'e', 1, 1, 1, '0', '0', '0', 13, '0', '0', '1', '0', '0', 'default', 1, '0'),
(19894, '', 'a2 l', 'i', 1, 1, 1, '0', '0', '0', 3002, '0', '0', '1', '1', '0', 'roomeffect', 1, '0'),
(19895, '', 'a2 t', 'i', 1, 1, 1, '0', '0', '0', 3001, '0', '0', '1', '1', '0', 'roomeffect', 1, '0'),
(19896, '', 'wallpaper 1', 'i', 1, 1, 1, '0', '0', '0', 3001, '0', '0', '1', '1', '0', 'roomeffect', 1, '0'),
(19926, '', 'landscape 10', 'i', 1, 1, 1, '0', '0', '0', 4054, '0', '0', '1', '1', '0', 'roomeffect', 1, '0'),
(19938, '', 'hween09_floor', 's', 2, 2, 0, '1', '0', '1', 2988, '0', '0', '1', '1', '1', 'default', 1, '0'),
(19939, '', 'hween09_jar', 's', 1, 1, 1, '0', '0', '0', 2989, '0', '0', '1', '1', '1', 'default', 2, '0'),
(19940, 'City Bench (Clean)', 'urban_bench_plain', 's', 2, 1, 1, '0', '1', '0', 2990, '1', '1', '1', '1', '1', 'default', 1, '0'),
(19941, '', 'hween09_organ', 's', 2, 1, 1, '0', '0', '0', 2991, '0', '0', '1', '1', '1', 'default', 2, '0'),
(19942, '', 'byesw_hand', 's', 1, 1, 1.35, '0', '0', '0', 2992, '0', '1', '1', '1', '1', '', 1, '0'),
(19943, '', 'byesw_hotel', 's', 1, 1, 1, '0', '0', '0', 2993, '0', '1', '1', '1', '1', 'default', 6, '0'),
(19944, '', 'hween09_table', 's', 1, 3, 1, '0', '0', '0', 2994, '0', '0', '1', '1', '1', 'default', 2, '0'),
(19945, '', 'hween09_chair', 's', 1, 1, 1, '0', '1', '0', 2995, '0', '0', '1', '1', '1', 'default', 1, '0'),
(19946, '', 'hween09_mirror', 's', 1, 1, 1, '0', '1', '0', 2996, '0', '0', '1', '1', '1', 'default', 2, '0'),
(19947, 'Trap Door', 'hween09_hatch', 's', 2, 2, 0.001, '0', '0', '1', 2997, '0', '0', '1', '1', '1', 'gate', 2, '0'),
(19948, '', 'hween09_ghost', 's', 1, 1, 1, '0', '0', '0', 2998, '0', '0', '1', '1', '1', 'default', 2, '0'),
(19949, '', 'hween09_tv', 's', 2, 1, 1, '0', '0', '0', 2999, '0', '0', '1', '1', '1', 'default', 3, '0'),
(19950, '', 'hween09_chandelier', 's', 1, 1, 1, '0', '0', '1', 3000, '0', '0', '1', '1', '1', 'default', 3, '0'),
(19951, '', 'hween09_crnr1', 'i', 0, 0, 1, '0', '0', '0', 4268, '0', '0', '1', '1', '1', 'default', 4, '0'),
(19952, '', 'hween09_paint', 'i', 0, 0, 1, '0', '0', '0', 4270, '0', '0', '1', '1', '1', 'default', 2, '0'),
(19953, '', 'hween09_treewall', 'i', 0, 0, 1, '0', '0', '0', 4276, '0', '0', '1', '1', '1', 'default', 2, '0'),
(19954, '', 'hween09_wall1', 'i', 0, 0, 1, '0', '0', '0', 4282, '0', '0', '1', '1', '1', 'default', 4, '0'),
(19955, '', 'hween09_stonewall', 'i', 0, 0, 1, '0', '0', '0', 4286, '0', '0', '1', '1', '1', 'default', 5, '0'),
(19956, '', 'hween09_win', 'i', 0, 0, 1, '0', '0', '0', 4291, '0', '0', '1', '1', '1', 'default', 10, '0'),
(19957, '', 'avatar_effect22', 'e', 1, 1, 1, '0', '0', '0', 22, '0', '0', '1', '0', '1', 'default', 1, '0'),
(19958, '', 'avatar_effect19', 'e', 1, 1, 1, '0', '0', '0', 19, '0', '0', '1', '0', '1', 'default', 1, '0'),
(19959, '', 'avatar_effect20', 'e', 1, 1, 1, '0', '0', '0', 20, '0', '0', '1', '0', '1', 'default', 1, '0'),
(19960, '', 'avatar_effect21', 'e', 1, 1, 1, '0', '0', '0', 21, '0', '0', '1', '0', '1', 'default', 1, '0'),
(19989, 'Snowman Base', 'xm09_man_a', 's', 1, 1, 1, '1', '0', '0', 3033, '1', '1', '1', '1', '1', 'default', 5, '0'),
(19971, 'Snowman Middle', 'xm09_man_b', 's', 1, 1, 0.8, '1', '0', '0', 3039, '1', '1', '1', '1', '1', 'default', 9, '0'),
(19972, 'Snowman Head', 'xm09_man_c', 's', 1, 1, 1, '0', '0', '0', 3036, '1', '1', '1', '1', '1', 'default', 8, '0'),
(19973, 'Christmas Table', 'xm09_table', 's', 2, 6, 1, '1', '0', '0', 3043, '1', '1', '1', '1', '1', 'default', 2, '0'),
(19974, '6-Seater Bench', 'xm09_bench', 's', 6, 1, 1, '0', '1', '0', 3045, '1', '1', '1', '1', '1', 'default', 1, '0'),
(19976, 'Snowy Fir Trees', 'xm09_firwall', 'i', 0, 0, 1, '0', '0', '0', 4325, '1', '1', '1', '1', '1', 'default', 1, '0'),
(19977, 'Snowy Forest', 'xm09_forestwall', 'i', 0, 0, 1, '0', '0', '0', 4329, '1', '1', '1', '1', '1', 'default', 1, '0'),
(19978, 'Lodge Wall', 'xm09_lodgewall', 'i', 0, 0, 1, '1', '0', '0', 4327, '0', '1', '1', '1', '1', 'default', 8, '0'),
(19979, 'Gold Heart Bauble', 'xm09_bauble_25', 'i', 0, 0, 1, '1', '0', '0', 4298, '1', '1', '1', '1', '1', 'default', 1, '0'),
(19980, 'Silver Heart Bauble', 'xm09_bauble_26', 'i', 0, 0, 1, '1', '0', '0', 4321, '1', '1', '1', '1', '1', 'default', 1, '0'),
(19981, 'Pink Heart Bauble', 'xm09_bauble_27', 'i', 0, 0, 1, '1', '0', '0', 4313, '1', '1', '1', '1', '1', 'default', 1, '0'),
(19982, 'Pink Heart Bauble', 'xm09_bauble_27', 'i', 0, 0, 1, '1', '0', '0', 4313, '1', '1', '1', '1', '1', 'default', 1, '0'),
(19983, 'Blue Heart Bauble', 'xm09_bauble_23', 'i', 0, 0, 1, '1', '0', '0', 4306, '1', '1', '1', '1', '1', 'default', 1, '0'),
(19984, 'Green Heart Bauble', 'xm09_bauble_24', 'i', 0, 0, 1, '1', '0', '0', 4304, '1', '1', '1', '1', '1', 'default', 1, '0'),
(19985, 'Candy Cane', 'xm09_candyCane', 's', 1, 1, 1, '0', '0', '0', 3031, '1', '1', '1', '1', '1', 'default', 4, '0'),
(19986, 'Big Stocking', 'xm09_stocking', 'i', 0, 0, 1, '1', '0', '0', 4322, '1', '1', '1', '1', '1', 'default', 1, '0'),
(19994, 'Fountain', 'ads_twi_fountn', 's', 2, 2, 1, '0', '0', '0', 3003, '1', '1', '1', '1', '1', 'default', 2, '0'),
(19995, 'Clock Tower wall', 'ads_twi_dvdr2', 's', 2, 1, 1, '0', '0', '0', 3004, '1', '1', '1', '1', '1', 'default', 2, '0'),
(19996, 'Standing Rose Bouquet', 'ads_twi_roses', 's', 1, 1, 1, '0', '0', '0', 3002, '1', '1', '1', '1', '1', 'default', 1, '0'),
(19997, 'Cake on Table with Presents', 'ads_twi_table', 's', 2, 2, 1, '0', '0', '0', 3005, '1', '1', '1', '1', '1', 'default', 2, '0'),
(19998, 'Volturi Royal Chair', 'ads_twi_chair', 's', 1, 1, 1, '0', '1', '0', 3006, '1', '1', '1', '1', '1', 'default', 1, '0'),
(19999, 'Half wall', 'ads_twi_dvdr1', 's', 2, 1, 1, '0', '0', '0', 3007, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20000, 'Broken Piano', 'ads_twi_piano', 's', 2, 2, 1, '0', '0', '0', 3008, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20001, 'ads_twi_tower name', 'ads_twi_tower', 's', 1, 1, 1, '0', '0', '0', 3009, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20002, 'Toolbox', 'ads_twi_toolbx', 's', 1, 1, 1, '0', '0', '0', 3010, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20003, 'Mist', 'ads_twi_mist', 's', 1, 1, 0, '1', '0', '1', 3011, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20011, 'Water Hydrant', 'urban_wpost', 's', 1, 1, 1, '0', '0', '0', 2978, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20010, 'Pavement Slab', 'urban_sidewalk', 's', 2, 2, 0.2, '1', '0', '1', 2976, '1', '1', '1', '1', '1', 'default', 4, '0'),
(20008, 'City Bench (Dirty)', 'urban_bench', 's', 2, 1, 1, '0', '1', '0', 2973, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20007, 'Taxi Sofa', 'urban_carsofa', 's', 2, 1, 1, '0', '1', '0', 2972, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20014, 'Concrete Block', 'urban_blocker', 's', 1, 1, 1, '0', '0', '0', 2982, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20013, 'Garbage Bin', 'urban_bin', 's', 1, 1, 1, '0', '0', '0', 2981, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20012, 'Mesh Fencing', 'urban_fence', 's', 1, 2, 1, '0', '0', '0', 2980, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20015, 'Basketball Pole', 'urban_bsktbll', 's', 1, 1, 1, '0', '0', '0', 2983, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20025, 'Terracotta Pillar', 'pillar*6', 's', 1, 1, 1, '0', '0', '0', 1610, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20026, 'Urban Iced Bookcase', 'shelves_norja*4', 's', 1, 1, 1, '0', '0', '0', 1794, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20027, 'Black Mode Double Bed', 'bed_polyfon*2', 's', 2, 3, 1.8, '0', '0', '0', 1894, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(20028, 'Blue Iced Angle', 'divider_nor5*6', 's', 1, 1, 1, '0', '0', '0', 1994, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20029, 'Valentine''s Cauldron', 'val_cauldron', 's', 1, 1, 1, '0', '0', '0', 2101, '1', '1', '1', '1', '1', 'vendingmachine', 0, '25'),
(20030, 'Aqua Pura Module 5', 'pura_mdl5*1', 's', 1, 1, 1, '0', '1', '0', 2201, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20031, 'Aqua One Way Gate', 'one_way_door*1', 's', 1, 1, 0.001, '0', '0', '0', 2301, '1', '1', '1', '1', '1', 'onewaygate', 2, '0'),
(20032, 'Power Globe', 'exe_globe', 's', 1, 1, 1, '0', '0', '0', 2401, '1', '1', '1', '1', '1', 'default', 10, '0'),
(20034, 'Latte Diner Corner', 'diner_bardesk_corner*5', 's', 1, 1, 1, '1', '0', '0', 2601, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20035, 'Bubbles', 'fx_bubble', 's', 1, 1, 1, '1', '0', '0', 2701, '0', '0', '1', '0', '1', 'rentals', 2, '0'),
(20036, 'Safety Cone', 'bump_tottero', 's', 1, 1, 1, '0', '0', '0', 2801, '1', '1', '1', '0', '1', 'default', 1, '0'),
(20037, 'ads_calip_parasol name', 'ads_calip_parasol', 's', 1, 1, 1, '0', '0', '0', 2901, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20041, '2010 Poster', 'year2010', 'i', 0, 0, 1, '1', '0', '0', 4331, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20042, 'Party Lantern', 'party_lantern', 's', 1, 1, 0, '1', '0', '1', 3040, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20043, 'Party Lights', 'party_lights', 'i', 0, 0, 1, '0', '0', '0', 4330, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20047, 'Soothing Stick', 'rela_stick', 's', 1, 1, 1, '0', '0', '0', 2940, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20048, 'Mall Lift', 'ads_mall_elevator', 's', 1, 1, 0.001, '0', '0', '0', 3012, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
(20050, 'Flatscreen TV', 'xm09_infotv', 'i', 0, 0, 1, '1', '0', '0', 4328, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20051, 'Twilight Trophy', 'ads_twi_trophy', 's', 1, 1, 1, '1', '0', '0', 3032, '1', '1', '1', '1', '1', 'trophy', 1, '0'),
(20053, 'Painting', 'ads_twi_paint', 'i', 0, 0, 1, '1', '0', '0', 4289, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20054, 'Window with Candles', 'ads_twi_windw', 'i', 0, 0, 1, '1', '0', '0', 4295, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20055, 'Truck and Motorcycles', 'ads_twi_bwall2', 'i', 0, 0, 1, '1', '0', '0', 4290, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20056, 'Dream Catcher', 'ads_twi_dreamc', 'i', 0, 0, 1, '1', '0', '0', 4292, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20057, 'Barn Wall', 'ads_twi_bwall1', 'i', 0, 0, 1, '1', '0', '0', 4294, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20059, 'Arabian Wall', 'arabian_wall', 'i', 0, 0, 1, '1', '0', '0', 4299, '1', '1', '1', '1', '1', '', 2, '0'),
(20060, 'DEAL_HC_1', 'DEAL_HC_1', 'h', 0, 0, 0, '0', '0', '0', 0, '0', '0', '1', '0', '0', 'default', 0, '0'),
(20072, 'ads_gsArcade_1 name', 'ads_gsArcade_1', 's', 1, 1, 1, '1', '0', '0', 2977, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20063, 'Hot Choc Machine', 'xm09_cocoa', 's', 1, 1, 1, '1', '0', '0', 3044, '1', '1', '1', '1', '1', 'vendingmachine', 0, '10'),
(20064, 'Astro-Bar', 'sf_mbar', 's', 1, 1, 1, '1', '0', '0', 2975, '1', '1', '1', '1', '1', 'vendingmachine', 0, '44'),
(20074, 'Silver MTV EMA Trophy', 'ads_mtvtrophy_silver', 's', 1, 1, 1, '0', '0', '0', 2985, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20075, 'ads_spang_sleep', 'ads_spang_sleep', 's', 1, 3, 0.8, '1', '0', '0', 2986, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(20076, 'Gold MTV EMA Trophy', 'ads_mtvtrophy_gold', 's', 1, 1, 1, '0', '0', '0', 2987, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20077, 'ktchn_hlthNut name', 'ktchn_hlthNut', 's', 1, 1, 1, '1', '0', '0', 3013, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20078, 'Chicken', 'petfood8', 's', 1, 1, 1, '1', '0', '0', 3015, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20079, 'nest_plow_reg', 'nest_plow_reg', 's', 1, 1, 1, '1', '0', '0', 3016, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20080, 'Yellow Pet Snuggle', 'nest_snug_yel', 's', 1, 1, 1, '1', '0', '0', 3017, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20081, 'Salmon', 'petfood9', 's', 1, 1, 1, '1', '0', '0', 3018, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20082, 'Leveling Cake', 'petfood10', 's', 1, 1, 1, '1', '0', '0', 3020, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20083, 'Ice Apples', 'petfood7', 's', 1, 1, 1, '1', '0', '0', 3021, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20084, 'Red Apples', 'petfood6', 's', 1, 1, 1, '1', '0', '0', 3022, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20085, 'Green Pet Snuggle', 'nest_snug_grn', 's', 1, 1, 1, '1', '0', '0', 3023, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20086, 'nest_snug_red', 'nest_snug_red', 's', 1, 1, 1, '1', '0', '0', 3019, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20087, 'Green Pet Snuggle', 'nest_snug_grn', 's', 1, 1, 1, '1', '0', '0', 3023, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20088, 'nest_plow_bro', 'nest_plow_bro', 's', 1, 1, 1, '1', '0', '0', 3024, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20089, 'Red Pet Pillow', 'nest_plow_red', 's', 1, 1, 1, '1', '0', '0', 3025, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20090, 'nest_snug_blu', 'nest_snug_blu', 's', 1, 1, 1, '1', '0', '0', 3026, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20091, 'Green Apples', 'petfood5', 's', 1, 1, 1, '1', '0', '0', 3027, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20092, 'Blue Pet Pillow', 'nest_plow_blu', 's', 1, 1, 1, '1', '0', '0', 3028, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20093, 'Giant Bauble', 'xm09_lrgBauble', 's', 1, 1, 1, '1', '0', '0', 3030, '1', '1', '1', '1', '1', 'default', 10, '0'),
(20094, 'nest_dirt', 'nest_dirt', 's', 1, 1, 1, '1', '0', '0', 3035, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20095, 'nest_snug_prp', 'nest_snug_prp', 's', 1, 1, 1, '1', '0', '0', 3034, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20096, 'nest_nest', 'nest_nest', 's', 1, 1, 1, '1', '0', '0', 3037, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20097, 'nest_nails', 'nest_nails', 's', 1, 1, 1, '1', '0', '0', 3038, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20098, 'nest_basket', 'nest_basket', 's', 1, 1, 1, '1', '0', '0', 3041, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20099, 'Polar Bear Nest', 'nest_ice', 's', 1, 1, 1, '1', '0', '0', 3042, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20100, 'nest_plow_skl', 'nest_plow_skl', 's', 1, 1, 1, '1', '0', '0', 3046, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20101, 'nest_snug_bla', 'nest_snug_bla', 's', 1, 1, 1, '1', '0', '0', 3047, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20102, 'The Moodi Machine', 'ads_cl_moodi', 's', 1, 1, 1, '1', '0', '0', 3049, '1', '1', '1', '1', '1', 'vendingmachine', 1, '46,47,45'),
(20103, 'org_chairpnk', 'org_chairpnk', 's', 1, 1, 1.2, '0', '1', '0', 3050, '1', '1', '1', '1', '1', 'default', 0, '0'),
(20104, 'org_tblpnk', 'org_tblpnk', 's', 1, 1, 1, '1', '0', '0', 3051, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20105, 'org_lampblk', 'org_lampblk', 's', 1, 1, 1.2, '0', '0', '0', 3052, '1', '1', '1', '1', '1', '', 2, '0'),
(20106, 'org_lamppnk', 'org_lamppnk', 's', 1, 1, 1.2, '0', '0', '0', 3053, '1', '1', '1', '1', '1', '', 2, '0'),
(20107, 'org_table', 'org_table', 's', 2, 2, 1, '1', '0', '0', 3054, '1', '1', '1', '1', '1', '', 2, '0'),
(20108, 'china_tiger', 'china_tiger', 's', 1, 1, 1, '1', '0', '0', 3055, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20109, 'xm09_trophy name', 'xm09_trophy', 's', 1, 1, 1, '1', '0', '0', 3056, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20110, 'china_plmTree name', 'china_plmTree', 's', 1, 1, 1, '1', '0', '0', 3057, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20111, 'org_chairblk', 'org_chairblk', 's', 1, 1, 1.2, '0', '1', '0', 3058, '1', '1', '1', '1', '1', 'default', 0, '0'),
(20112, 'org_tblblk', 'org_tblblk', 's', 1, 1, 1, '1', '0', '0', 3059, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20113, 'org_chrblk', 'org_chrblk', 's', 1, 1, 1.2, '0', '1', '0', 3060, '1', '1', '1', '1', '1', 'default', 0, '0'),
(20114, 'china_tigrSeat name', 'china_tigrSeat', 's', 1, 2, 1, '1', '0', '0', 3061, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20115, 'org_chrpnk', 'org_chrpnk', 's', 1, 1, 1.2, '0', '1', '0', 3062, '1', '1', '1', '1', '1', 'default', 0, '0'),
(20116, 'ads_chups name', 'ads_chups', 's', 1, 1, 1, '1', '0', '0', 3063, '1', '1', '1', '1', '1', 'vendingmachine', 1, '48'),
(20117, 'bling_fridge', 'bling_fridge', 's', 1, 1, 1, '0', '0', '0', 3074, '1', '1', '1', '1', '1', 'vendingmachine', 0, '50'),
(20118, 'petfood12 name', 'petfood12', 's', 1, 1, 1, '1', '0', '0', 3075, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20119, 'ads_droetker_paula name', 'ads_droetker_paula', 's', 1, 1, 1, '1', '0', '0', 3076, '1', '1', '1', '1', '1', 'vendingmachine', 1, '49'),
(20120, 'petfood11 name', 'petfood11', 's', 1, 1, 1, '1', '0', '0', 3077, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20121, 'bling_chair_a', 'bling_chair_a', 's', 1, 1, 1, '0', '1', '0', 3078, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20122, 'petfood13 name', 'petfood13', 's', 1, 1, 1, '1', '0', '0', 3079, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20123, 'bling_pool', 'bling_pool', 's', 3, 1, 0.01, '0', '1', '0', 3080, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20124, 'bling_toilet', 'bling_toilet', 's', 1, 1, 1.2, '0', '1', '0', 3081, '1', '1', '1', '1', '1', 'default', 0, '0'),
(20125, 'val09_floor', 'val09_floor', 's', 2, 2, 0, '1', '0', '1', 3082, '1', '1', '1', '1', '1', 'default', 6, '0'),
(20126, 'bling_chair_c', 'bling_chair_c', 's', 1, 1, 1, '0', '1', '0', 3083, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20127, 'bling_chair_b', 'bling_chair_b', 's', 1, 1, 1, '0', '1', '0', 3084, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20128, 'bling_shwr name', 'bling_shwr', 's', 1, 1, 0, '1', '0', '1', 3085, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20129, 'bling_bed name', 'bling_bed', 's', 2, 3, 1.6, '0', '1', '0', 3086, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20130, 'bling_sofa', 'bling_sofa', 's', 2, 1, 1.5, '0', '1', '0', 3087, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20131, 'val09_floor2', 'val09_floor2', 's', 2, 2, 0, '1', '0', '1', 3088, '1', '1', '1', '1', '1', 'default', 6, '0'),
(20132, 'teddy_basic', 'teddy_basic', 's', 1, 1, 1, '1', '0', '0', 3089, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20133, 'teddy_pendergrass', 'teddy_pendergrass', 's', 1, 1, 1, '1', '0', '0', 3090, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20134, 'val_hSeat_1 name', 'val_hSeat*1', 's', 1, 1, 1, '0', '1', '0', 3091, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20135, 'val_hSeat_2 name', 'val_hSeat*2', 's', 1, 1, 1, '0', '1', '0', 3092, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20136, 'val_hSeat_3 name', 'val_hSeat*3', 's', 1, 1, 1, '0', '1', '0', 3093, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20137, 'val_hSeat_4 name', 'val_hSeat*4', 's', 1, 1, 1, '0', '1', '0', 3094, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20138, 'val_hSeat_5 name', 'val_hSeat*5', 's', 1, 1, 1, '0', '1', '0', 3095, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20139, 'val_hSeat_6 name', 'val_hSeat*6', 's', 1, 1, 1, '0', '1', '0', 3096, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20140, 'val_hSeat_7 name', 'val_hSeat*7', 's', 1, 1, 1, '0', '1', '0', 3097, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20141, 'Valentines gift basket', 'val_basket', 's', 1, 1, 1, '1', '0', '0', 3098, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20142, 'teddy_bear', 'teddy_bear', 's', 1, 1, 1, '1', '0', '0', 3099, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20143, 'teddy_pink', 'teddy_pink', 's', 1, 1, 1, '1', '0', '0', 3100, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20144, 'bling_fridge_restricted name', 'bling_fridge_restricted', 's', 1, 1, 1, '0', '0', '0', 3102, '1', '1', '1', '1', '1', 'vendingmachine', 0, '50'),
(20145, 'ads_percyrock name', 'ads_percyrock', 's', 2, 2, 1, '1', '0', '0', 3103, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20146, 'Bubble Juice Can', 'md_can', 'i', 0, 0, 1, '1', '0', '0', 4022, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20147, 'ads_idol_l_logo name', 'ads_idol_l_logo', 'i', 0, 0, 1, '1', '0', '0', 4259, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20148, 'Latin American Idol TV', 'ads_idol_l_tv', 'i', 0, 0, 1, '1', '0', '0', 4261, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20149, 'Big MTV', 'ads_mtv_bigtv', 'i', 0, 0, 1, '1', '0', '0', 4262, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20150, 'Small MTV', 'ads_mtv_tv', 'i', 0, 0, 1, '1', '0', '0', 4263, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20151, 'flag_singapore', 'flag_singapore', 'i', 0, 0, 1, '1', '0', '0', 4264, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20152, 'Old Curtain', 'hween09_curt', 'i', 0, 0, 1, '1', '0', '0', 4265, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20153, 'flag_columbia', 'flag_columbia', 'i', 0, 0, 1, '1', '0', '0', 4266, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20154, 'flag_chile', 'flag_chile', 'i', 0, 0, 1, '1', '0', '0', 4267, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20155, 'flag_ecuador', 'flag_ecuador', 'i', 0, 0, 1, '1', '0', '0', 4269, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20156, 'flag_dominicanrepublic', 'flag_dominicanrepublic', 'i', 0, 0, 1, '1', '0', '0', 4271, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20157, 'flag_newzealand', 'flag_newzealand', 'i', 0, 0, 1, '1', '0', '0', 4272, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20158, 'flag_malaysia', 'flag_malaysia', 'i', 0, 0, 1, '1', '0', '0', 4273, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20159, 'Loading Poster', 'byesw_loadscreen', 'i', 0, 0, 1, '1', '0', '0', 4274, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20160, 'flag_venezl', 'flag_venezl', 'i', 0, 0, 1, '1', '0', '0', 4275, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20161, 'flag_algeria', 'flag_algeria', 'i', 0, 0, 1, '1', '0', '0', 4277, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20162, 'flag_tunisia', 'flag_tunisia', 'i', 0, 0, 1, '1', '0', '0', 4278, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20163, 'flag_panama', 'flag_panama', 'i', 0, 0, 1, '1', '0', '0', 4279, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20164, 'flag_mexico', 'flag_mexico', 'i', 0, 0, 1, '1', '0', '0', 4280, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20165, 'flag_argentina', 'flag_argentina', 'i', 0, 0, 1, '1', '0', '0', 4281, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20166, 'flag_philippines', 'flag_philippines', 'i', 0, 0, 1, '1', '0', '0', 4283, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20167, 'flag_greece', 'flag_greece', 'i', 0, 0, 1, '1', '0', '0', 4284, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20168, 'flag_peru', 'flag_peru', 'i', 0, 0, 1, '1', '0', '0', 4285, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20169, 'flag_morocco', 'flag_morocco', 'i', 0, 0, 1, '1', '0', '0', 4287, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20170, 'flag_turkey', 'flag_turkey', 'i', 0, 0, 1, '1', '0', '0', 4288, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20171, 'Blue Long Bauble', 'xm09_bauble_12', 'i', 0, 0, 1, '1', '0', '0', 4296, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20172, 'Purple Long Bauble', 'xm09_bauble_16', 'i', 0, 0, 1, '1', '0', '0', 4297, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20173, 'Red Long Bauble', 'xm09_bauble_17', 'i', 0, 0, 1, '1', '0', '0', 4305, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20174, 'Silver Long Bauble', 'xm09_bauble_15', 'i', 0, 0, 1, '1', '0', '0', 4300, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20175, 'Silver Round Bauble', 'xm09_bauble_10', 'i', 0, 0, 1, '1', '0', '0', 4301, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20176, 'Gold Round Bauble', 'xm09_bauble_9', 'i', 0, 0, 1, '1', '0', '0', 4307, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20177, 'Green Long Bauble', 'xm09_bauble_18', 'i', 0, 0, 1, '1', '0', '0', 4308, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20178, 'Green Long Bauble', 'xm09_bauble_13', 'i', 0, 0, 1, '1', '0', '0', 4309, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20179, 'Blue Round Bauble', 'xm09_bauble_2', 'i', 0, 0, 1, '1', '0', '0', 4310, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20180, 'Red Round Bauble', 'xm09_bauble_1', 'i', 0, 0, 1, '1', '0', '0', 4311, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20181, 'Red Heart Bauble', 'xm09_bauble_22', 'i', 0, 0, 1, '1', '0', '0', 4312, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20182, 'Green Round Bauble', 'xm09_bauble_3', 'i', 0, 0, 1, '1', '0', '0', 4314, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20183, 'Silver Long Bauble', 'xm09_bauble_21', 'i', 0, 0, 1, '1', '0', '0', 4315, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20184, 'Green Round Bauble', 'xm09_bauble_8', 'i', 0, 0, 1, '1', '0', '0', 4316, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20185, 'Gold Round Bauble', 'xm09_bauble_4', 'i', 0, 0, 1, '1', '0', '0', 4317, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20186, 'Silver Round Bauble', 'xm09_bauble_5', 'i', 0, 0, 1, '1', '0', '0', 4318, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20187, 'Red Long Bauble', 'xm09_bauble_11', 'i', 0, 0, 1, '1', '0', '0', 4319, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20188, 'Gold Long Bauble', 'xm09_bauble_20', 'i', 0, 0, 1, '1', '0', '0', 4320, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20190, 'val_table1 name', 'val_table1', 's', 1, 1, 1, '0', '0', '0', 3101, '1', '1', '1', '1', '1', 'default', 0, '0'),
(20191, 'Gold Long Bauble', 'xm09_bauble_14', 'i', 0, 0, 1, '1', '0', '0', 4302, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20192, 'Blue Round Bauble', 'xm09_bauble_7', 'i', 0, 0, 1, '1', '0', '0', 4303, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20193, 'Red Round Bauble', 'xm09_bauble_6', 'i', 0, 0, 1, '1', '0', '0', 4323, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20194, 'Blue Long Bauble', 'xm09_bauble_19', 'i', 0, 0, 1, '1', '0', '0', 4324, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20195, 'china_pstr3 name', 'china_pstr3', 'i', 0, 0, 1, '1', '0', '0', 4332, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20196, 'ads_tv_jaapuisto name', 'ads_tv_jaapuisto', 'i', 0, 0, 1, '1', '0', '0', 4333, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20197, 'Empire State Building Clock', 'ads_percyw', 'i', 0, 0, 1, '1', '0', '0', 4334, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20198, 'val09_wdrobe_b', 'val09_wdrobe_b', 'i', 0, 0, 1, '1', '0', '0', 4335, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20199, 'val09_wall2', 'val09_wall2', 'i', 0, 0, 1, '1', '0', '0', 4336, '1', '1', '1', '1', '1', 'default', 5, '0'),
(20200, 'bling_sink', 'bling_sink', 'i', 0, 0, 1, '1', '0', '0', 4337, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20201, 'val09_wall1', 'val09_wall1', 'i', 0, 0, 1, '1', '0', '0', 4338, '1', '1', '1', '1', '1', 'default', 10, '0'),
(20202, 'bling_cabinet', 'bling_cabinet', 'i', 0, 0, 1, '1', '0', '0', 4339, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20204, 'val09_wdrobe_g', 'val09_wdrobe_g', 'i', 0, 0, 1, '1', '0', '0', 4340, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20207, 'rare_ironmaiden name', 'rare_ironmaiden', 's', 1, 1, 0.001, '0', '0', '0', 3104, '1', '1', '0', '1', '1', 'teleport', 2, '0'),
(20208, 'rare_trex name', 'rare_trex', 's', 3, 7, 1, '0', '0', '0', 3105, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20209, 'beanstalk', 'beanstalk', 's', 1, 1, 1, '1', '0', '0', 3106, '1', '1', '1', '1', '1', 'default', 6, '0'),
(20210, 'rare_vdoll name', 'rare_vdoll', 's', 1, 1, 1, '0', '0', '0', 3107, '1', '1', '1', '1', '1', '', 10, '0'),
(20211, 'rare_mmmth name', 'rare_mmmth', 's', 2, 1, 1, '0', '1', '0', 3108, '1', '1', '1', '1', '1', '', 0, '0'),
(20212, 'crystal_patch', 'crystal_patch', 's', 3, 3, 0, '0', '0', '1', 3109, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20213, 'ads_boost_surfb name', 'ads_boost_surfb', 'i', 0, 0, 1, '1', '0', '0', 4341, '1', '1', '1', '1', '1', '', 0, '0'),
(20214, 'ads_tlc_wheel name', 'ads_tlc_wheel', 'i', 0, 0, 1, '1', '0', '0', 4342, '1', '1', '1', '1', '1', 'habbowheel', 1, '0'),
(20220, 'Piglet', 'a0 pet5', 's', 1, 1, 1, '1', '0', '0', 1532, '0', '0', '0', '0', '0', 'pet', 0, '0'),
(20221, 'White moon lupine', 'garden_lupin4', 's', 1, 1, 0.000000001, '0', '0', '0', 3110, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20222, 'Gold rush', 'garden_mursu3', 's', 1, 1, 1, '0', '0', '0', 3111, '1', '1', '1', '1', '1', 'default', 0, '0'),
(20223, 'Purple Lupine', 'garden_lupin5', 's', 1, 1, 1, '0', '0', '0', 3112, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20224, 'Violet Blossom', 'garden_seed', 's', 1, 1, 1, '0', '0', '0', 3114, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20225, 'Snapping teleporter', 'garden_flytrap', 's', 1, 1, 0.001, '0', '0', '0', 3115, '1', '1', '1', '1', '1', 'teleport', 1, '0'),
(20226, 'Pink pandemic', 'garden_flo3', 's', 1, 1, 0.000000000000001, '1', '0', '1', 3116, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20227, 'Belching pod', 'garden_volcano', 's', 2, 2, 1, '0', '0', '0', 3113, '1', '1', '1', '1', '1', 'alert', 2, '0'),
(20228, 'Wonder lamp', 'garden_flolamp', 's', 1, 1, 1, '0', '0', '0', 3117, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20229, 'Red rush', 'garden_mursu2', 's', 1, 1, 1, '0', '0', '0', 3118, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20230, 'Star flower', 'garden_jyrki', 's', 1, 1, 1, '0', '0', '0', 3119, '1', '1', '1', '1', '1', 'default', 8, '0'),
(20231, 'White rush', 'garden_mursu4', 's', 1, 1, 1, '0', '0', '0', 3120, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20232, 'Garden leaves', 'garden_leaves', 's', 1, 1, 1, '0', '0', '0', 3121, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20233, 'Sky blue lupine', 'garden_lupin2', 's', 1, 1, 1, '0', '0', '0', 3122, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20234, 'Red lupine', 'garden_lupin3', 's', 1, 1, 1, '0', '0', '0', 3123, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20235, 'Pink rush', 'garden_mursu', 's', 1, 1, 1, '0', '0', '0', 3124, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20238, 'Bauhinia orchid tree', 'garden_orchtree', 's', 1, 1, 1, '0', '0', '0', 3126, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20237, 'Yellow happiness', 'garden_flo2', 's', 1, 1, 0, '1', '0', '1', 3125, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20239, 'Orange lupine', 'garden_lupin1', 's', 1, 1, 1, '0', '0', '0', 3127, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20240, 'Weird staring bush', 'garden_staringbush', 's', 1, 3, 1, '0', '0', '0', 3128, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20241, 'ads_grefusa_yum name', 'ads_grefusa_yum', 's', 1, 1, 1, '1', '0', '0', 3129, '1', '1', '1', '1', '1', 'vendingmachine', 1, '51, 52'),
(20242, 'Blue passion', 'garden_flo1', 's', 1, 1, 0.00000001, '1', '0', '1', 3130, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20243, 'Duck grass', 'garden_jungle', 's', 1, 1, 1, '1', '0', '0', 3132, '1', '1', '1', '1', '1', '', 1, '0'),
(20244, 'merger_chest name', 'merger_chest', 's', 2, 1, 1, '0', '0', '0', 3133, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20245, 'Suave Fireplace', 'hc2_frplc', 's', 1, 2, 1, '0', '0', '0', 3134, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20246, 'Leather Bar Stool', 'hc2_barchair', 's', 1, 1, 1.7, '0', '1', '0', 3135, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20247, 'runway_display name', 'runway_display', 's', 1, 1, 1, '0', '0', '0', 3136, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20248, 'runway_bigchr_5 name', 'runway_bigchr_5', 's', 1, 1, 0.8, '1', '0', '0', 3137, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20249, 'runway_bigchr_4 name', 'runway_bigchr_4', 's', 1, 1, 0.8, '1', '0', '0', 3138, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20250, 'VIP Duvan', 'hc3_dc', 's', 1, 3, 1, '0', '0', '0', 3139, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(20252, 'Glass Table', 'hc2_sofatbl', 's', 2, 2, 0.5, '1', '0', '0', 3140, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20253, 'runway_stool name', 'runway_stool', 's', 1, 1, 1.2, '0', '1', '0', 3141, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20254, 'runway_dvdr name', 'runway_dvdr', 's', 2, 1, 1, '0', '0', '0', 3142, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20255, 'runway_block_2 name', 'runway_block_2', 's', 2, 2, 0.8, '1', '0', '1', 3143, '1', '1', '1', '1', '1', 'default', 10, '0'),
(20256, 'runway_bigchr_1 name', 'runway_bigchr_1', 's', 1, 1, 0.8, '0', '1', '0', 3144, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20257, 'Black Lamp', 'hc2_biglamp', 's', 1, 1, 1, '0', '0', '0', 3145, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20258, 'Leather Sofa', 'hc2_sofa', 's', 2, 1, 1, '0', '1', '0', 3146, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20259, 'Trendy Rug', 'hc2_carpet', 's', 3, 5, 0, '1', '0', '1', 3147, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20260, 'runway_block_1 name', 'runway_block_1', 's', 2, 2, 0.8, '1', '0', '1', 3148, '1', '1', '1', '1', '1', 'default', 10, '0'),
(20261, 'runway_bench name', 'runway_bench', 's', 2, 1, 1.4, '0', '1', '0', 3149, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20262, 'runway_chair_2 name', 'runway_chair_2', 's', 1, 1, 1.4, '0', '1', '0', 3150, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20263, 'ads_cheetos name', 'ads_cheetos', 's', 1, 1, 1, '0', '0', '0', 3151, '1', '1', '1', '1', '1', 'vendingmachine', 1, '51, 52'),
(20264, 'VIP Coffee Table', 'hc3_table', 's', 2, 2, 0.5, '1', '0', '0', 3152, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20265, 'runway_bigchr_3 name', 'runway_bigchr_3', 's', 1, 1, 0.8, '1', '0', '0', 3153, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20266, 'VIP Stool', 'hc3_stool', 's', 1, 1, 1.7, '0', '1', '0', 3154, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20267, 'VIP Sofa', 'hc3_sofa', 's', 2, 1, 1, '0', '1', '0', 3155, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20268, 'runway_bigchr_2 name', 'runway_bigchr_2', 's', 1, 1, 0.8, '1', '0', '0', 3156, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20269, 'Leather Armchair', 'hc2_armchair', 's', 1, 1, 1, '1', '1', '0', 3157, '1', '1', '1', '1', '1', 'default', 1, '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(20270, 'runway_table_2 name', 'runway_table_2', 's', 2, 1, 1, '0', '0', '0', 3158, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20271, 'runway_table_1 name', 'runway_table_1', 's', 3, 2, 1, '1', '0', '0', 3159, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20272, 'runway_manqn_1 name', 'runway_manqn_1', 's', 1, 1, 1, '0', '0', '0', 3160, '1', '1', '1', '1', '1', 'default', 5, '0'),
(20273, 'Leather Duvan', 'hc2_dvn', 's', 1, 3, 1, '0', '0', '0', 3161, '1', '1', '1', '1', '1', 'bed', 1, '0'),
(20274, 'VIP Light', 'hc3_light', 's', 2, 1, 0, '1', '0', '1', 3162, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20275, 'VIP Shelves', 'hc3_shelf', 's', 3, 1, 1.75, '1', '0', '0', 3163, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20276, 'runway_head name', 'runway_head', 's', 1, 1, 1, '1', '0', '0', 3164, '1', '1', '1', '1', '1', 'default', 7, '0'),
(20277, 'runway_manqn_2 name', 'runway_manqn_2', 's', 1, 1, 1, '0', '0', '0', 3165, '1', '1', '1', '1', '1', 'default', 5, '0'),
(20278, 'Black Divider', 'hc2_divider', 's', 1, 3, 1, '0', '0', '0', 3166, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20279, 'Espresso Machine', 'hc2_coffee', 's', 1, 1, 1, '0', '0', '0', 3167, '1', '1', '1', '1', '1', 'vendingmachine', 0, '9,8,14,15,6,10,11,12,17,13'),
(20280, 'Service Trolley', 'hc2_cart', 's', 1, 1, 1, '0', '0', '0', 3168, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20281, 'VIP Bar Desk', 'hc3_bard', 's', 2, 1, 1.05, '1', '0', '0', 3169, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20282, 'VIP Lamp', 'hc3_hugelamp', 's', 1, 1, 0, '1', '0', '1', 3170, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20283, 'VIP Divider', 'hc3_divider', 's', 1, 3, 1, '0', '0', '0', 3171, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20284, 'Black Vase', 'hc2_vase', 's', 1, 1, 1, '0', '0', '0', 3172, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20285, 'runway_chair_1 name', 'runway_chair_1', 's', 1, 1, 1.4, '0', '1', '0', 3173, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20286, 'Green been vines', 'garden_wall', 'i', 0, 0, 1, '1', '0', '0', 4343, '1', '1', '1', '1', '1', 'default', 3, '0'),
(20287, 'ads_tv_yle name', 'ads_tv_yle', 'i', 0, 0, 1, '1', '0', '0', 4344, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20288, 'VIP Wall Art', 'hc3_walldeco', 'i', 0, 0, 1, '1', '0', '0', 4345, '1', '1', '1', '1', '1', 'default', 10, '0'),
(20289, 'runway_shelf name', 'runway_shelf', 'i', 0, 0, 1, '1', '0', '0', 4346, '1', '1', '1', '1', '1', 'default', 4, '0'),
(20290, 'ads_nokia_x6 name', 'ads_nokia_x6', 'i', 0, 0, 1, '1', '0', '0', 4347, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20291, 'ads_target_wall name', 'ads_target_wall', 'i', 0, 0, 1, '1', '0', '0', 4348, '1', '1', '1', '1', '1', 'default', 1, '0'),
(20292, 'runway_fabric name', 'runway_fabric', 'i', 0, 0, 1, '1', '0', '0', 4349, '1', '1', '1', '1', '1', 'default', 8, '0'),
(20293, 'ads_latrobe_flag name', 'ads_latrobe_flag', 'i', 0, 0, 1, '1', '0', '0', 4350, '1', '1', '1', '1', '1', '', 1, '0'),
(20295, 'Camera', 'camera', 's', 1, 1, 1, '0', '0', '0', 263, '1', '1', '1', '1', '1', '', 1, '0'),
(20296, 'Holly', 'holly', 'i', 0, 0, 0, '1', '0', '0', 4001, '1', '1', '1', '1', '1', 'default', 1, '0');
-- --------------------------------------------------------
--
-- Table structure for table `messenger_buddylist`
--
CREATE TABLE IF NOT EXISTS `messenger_buddylist` (
`userid` int(10) unsigned NOT NULL,
`buddyid` int(10) unsigned NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `messenger_buddylist`
--
INSERT INTO `messenger_buddylist` (`userid`, `buddyid`) VALUES
(5, 1),
(1, 5);
-- --------------------------------------------------------
--
-- Table structure for table `messenger_request`
--
CREATE TABLE IF NOT EXISTS `messenger_request` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`from_id` int(11) NOT NULL,
`to_id` int(11) NOT NULL,
`from_username` varchar(20) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;
-- --------------------------------------------------------
--
-- Table structure for table `rank_fuserights`
--
CREATE TABLE IF NOT EXISTS `rank_fuserights` (
`minrank` int(1) NOT NULL,
`fuse` varchar(100) COLLATE latin1_general_ci NOT NULL,
PRIMARY KEY (`fuse`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
--
-- Dumping data for table `rank_fuserights`
--
INSERT INTO `rank_fuserights` (`minrank`, `fuse`) VALUES
(1, 'default'),
(1, 'fuse_login'),
(1, 'fuse_buy_credits'),
(1, 'fuse_trade'),
(1, 'fuse_room_queue_default'),
(2, 'fuse_extended_buddylist'),
(2, 'fuse_habbo_chooser'),
(2, 'fuse_furni_chooser'),
(2, 'fuse_room_queue_club'),
(2, 'fuse_priority_access'),
(2, 'fuse_use_special_room_layouts'),
(2, 'fuse_use_club_dance'),
(3, 'fuse_enter_full_rooms'),
(4, 'fuse_enter_locked_rooms'),
(4, 'fuse_kick'),
(4, 'fuse_mute'),
(5, 'fuse_ban'),
(5, 'fuse_room_mute'),
(5, 'fuse_room_kick'),
(5, 'fuse_receive_calls_for_help'),
(5, 'fuse_remove_stickies'),
(6, 'fuse_mod'),
(6, 'fuse_superban'),
(6, 'fuse_pick_up_any_furni'),
(6, 'fuse_ignore_room_owner'),
(6, 'fuse_any_room_controller'),
(3, 'fuse_room_alert'),
(6, 'fuse_moderator_access'),
(7, 'fuse_administrator_access'),
(7, 'fuse_see_flat_ids');
-- --------------------------------------------------------
--
-- Table structure for table `room_categories`
--
CREATE TABLE IF NOT EXISTS `room_categories` (
`id` int(3) NOT NULL DEFAULT '0',
`parent` tinyint(3) NOT NULL DEFAULT '0',
`type` tinyint(1) NOT NULL DEFAULT '1',
`name` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT 'Non-named category',
`trading` tinyint(4) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
--
-- Dumping data for table `room_categories`
--
INSERT INTO `room_categories` (`id`, `parent`, `type`, `name`, `trading`) VALUES
(0, 1, 2, 'No catergory', 0),
(3, 0, 0, 'Public Rooms', 0),
(4, 0, 2, 'Private Rooms', 0),
(5, 4, 2, 'Official Game rooms', 0),
(6, 4, 2, 'Hair salons & modelling rooms', 0),
(7, 4, 2, 'Help Centre & Service Rooms', 0),
(8, 4, 2, 'Gaming & Race rooms', 0),
(9, 4, 2, 'Trading & Shopping Rooms', 0),
(11, 0, 0, '-', 0),
(12, 0, 0, '-', 0),
(13, 0, 0, '-', 0),
(14, 0, 0, '-', 0),
(15, 0, 0, '-', 0),
(16, 3, 0, 'Dance Clubs & Pubs', 0),
(17, 0, 0, 'Cunning Fox Gamehall', 0),
(18, 3, 0, 'Entertainment', 0),
(19, 3, 0, 'Habbo Club rooms', 0),
(20, 3, 0, 'Parks, Pools & Terraces', 0),
(21, 3, 0, 'Restaurants & Cafes', 0),
(22, 3, 0, 'Lobbies and Games', 0),
(23, 3, 0, 'All other rooms', 0),
(25, 4, 2, 'Club & Group rooms', 0),
(26, 4, 2, 'Chat & chill rooms', 0),
(27, 4, 2, 'Maze & Themepark rooms', 0),
(28, 4, 2, 'Restaurant, Bar & Night Club Rooms', 0),
(29, 4, 2, 'All other rooms', 0),
(30, 4, 2, 'Comp Catargory', 0);
-- --------------------------------------------------------
--
-- Table structure for table `room_models`
--
CREATE TABLE IF NOT EXISTS `room_models` (
`id` varchar(150) NOT NULL,
`doorx` tinyint(5) NOT NULL,
`doory` tinyint(5) NOT NULL,
`rotation` tinyint(10) NOT NULL,
`heightmap` longtext NOT NULL,
`public_items` mediumtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `room_models`
--
INSERT INTO `room_models` (`id`, `doorx`, `doory`, `rotation`, `heightmap`, `public_items`) VALUES
('model_a', 3, 5, 2, 'xxxxxxxxxxxx/xxxx00000000/xxxx00000000/xxxx00000000/xxxx00000000/xxx000000000/xxxx00000000/xxxx00000000/xxxx00000000/xxxx00000000/xxxx00000000/xxxx00000000/xxxx00000000/xxxx00000000/xxxxxxxxxxxx/xxxxxxxxxxxx', ''),
('model_b', 0, 5, 2, 'xxxxxxxxxxxx/xxxxx0000000/xxxxx0000000/xxxxx0000000/xxxxx0000000/000000000000/x00000000000/x00000000000/x00000000000/x00000000000/x00000000000/xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx', ''),
('model_c', 4, 7, 2, 'xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxx000000x/xxxxx000000x/xxxx0000000x/xxxxx000000x/xxxxx000000x/xxxxx000000x/xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx', ''),
('model_d', 4, 7, 2, 'xxxxxxxxxxxx/xxxxx000000x/xxxxx000000x/xxxxx000000x/xxxxx000000x/xxxxx000000x/xxxxx000000x/xxxx0000000x/xxxxx000000x/xxxxx000000x/xxxxx000000x/xxxxx000000x/xxxxx000000x/xxxxx000000x/xxxxx000000x/xxxxxxxxxxxx', ''),
('model_e', 1, 5, 2, 'xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx/xx0000000000/xx0000000000/x00000000000/xx0000000000/xx0000000000/xx0000000000/xx0000000000/xx0000000000/xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx', ''),
('model_f', 2, 5, 2, 'xxxxxxxxxxxx/xxxxxxx0000x/xxxxxxx0000x/xxx00000000x/xxx00000000x/xx000000000x/xxx00000000x/x0000000000x/x0000000000x/x0000000000x/x0000000000x/xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx/xxxxxxxxxxxx', ''),
('model_n', 0, 16, 2, 'xxxxxxxxxxxxxxxxxxxxx/x00000000000000000000/x00000000000000000000/x00000000000000000000/x00000000000000000000/x00000000000000000000/x00000000000000000000/x000000xxxxxxxx000000/x000000x000000x000000/x000000x000000x000000/x000000x000000x000000/x000000x000000x000000/x000000x000000x000000/x000000x000000x000000/x000000xxxxxxxx000000/x00000000000000000000/000000000000000000000/x00000000000000000000/x00000000000000000000/x00000000000000000000/x00000000000000000000/xxxxxxxxxxxxxxxxxxxxx', ''),
('model_m', 0, 15, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/x0000000000000000000000000000/x0000000000000000000000000000/x0000000000000000000000000000/x0000000000000000000000000000/00000000000000000000000000000/x0000000000000000000000000000/x0000000000000000000000000000/x0000000000000000000000000000/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxx00000000xxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', ''),
('model_l', 0, 16, 2, 'xxxxxxxxxxxxxxxxxxxxx/x00000000000000000000/x00000000000000000000/x00000000000000000000/x00000000000000000000/x00000000000000000000/x00000000000000000000/x00000000000000000000/x00000000000000000000/x00000000xxxx00000000/x00000000xxxx00000000/x00000000xxxx00000000/x00000000xxxx00000000/x00000000xxxx00000000/x00000000xxxx00000000/x00000000xxxx00000000/000000000xxxx00000000/x00000000xxxx00000000/x00000000xxxx00000000/x00000000xxxx00000000/x00000000xxxx00000000/xxxxxxxxxxxxxxxxxxxxx', ''),
('model_k', 0, 13, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxx00000000/xxxxxxxxxxxxxxxxx00000000/xxxxxxxxxxxxxxxxx00000000/xxxxxxxxxxxxxxxxx00000000/xxxxxxxxx0000000000000000/xxxxxxxxx0000000000000000/xxxxxxxxx0000000000000000/xxxxxxxxx0000000000000000/x000000000000000000000000/x000000000000000000000000/x000000000000000000000000/x000000000000000000000000/0000000000000000000000000/x000000000000000000000000/x000000000000000000000000/x000000000000000000000000/xxxxxxxxx0000000000000000/xxxxxxxxx0000000000000000/xxxxxxxxx0000000000000000/xxxxxxxxx0000000000000000/xxxxxxxxx0000000000000000/xxxxxxxxx0000000000000000/xxxxxxxxx0000000000000000/xxxxxxxxx0000000000000000/xxxxxxxxx0000000000000000/xxxxxxxxx0000000000000000/xxxxxxxxxxxxxxxxxxxxxxxxx/', ''),
('model_i', 0, 10, 2, 'xxxxxxxxxxxxxxxxx/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/00000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/x0000000000000000/xxxxxxxxxxxxxxxxx/', ''),
('model_j', 0, 10, 2, 'xxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxx0000000000/xxxxxxxxxxx0000000000/xxxxxxxxxxx0000000000/xxxxxxxxxxx0000000000/xxxxxxxxxxx0000000000/xxxxxxxxxxx0000000000/x00000000000000000000/x00000000000000000000/x00000000000000000000/000000000000000000000/x00000000000000000000/x00000000000000000000/x00000000000000000000/x00000000000000000000/x00000000000000000000/x00000000000000000000/x0000000000xxxxxxxxxx/x0000000000xxxxxxxxxx/x0000000000xxxxxxxxxx/x0000000000xxxxxxxxxx/x0000000000xxxxxxxxxx/x0000000000xxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxx', ''),
('newbie_lobby', 2, 11, 2, '', 'SOHa016crl_lampPDHHHHy017crl_sofa2cQDHHPAHw018crl_sofa2bRDHHPAHv019crl_sofa2aSDHHPAHa020crl_lampPEHHHHb116crl_chairPDIHJHa27crl_lampSAJHHHa211crl_lampSBJHHHb216crl_chairPDJHJHc35crl_pillarQAKHHHb37crl_chairSAKHJHu39crl_table1bQBKHHHs311crl_sofa1cSBKHRAHb316crl_chairPDKHJHA319crl_table2bSDKHHHz320crl_table2aPEKHHHa40crl_lampHPAHHHy41crl_sofa2cIPAHPAHw42crl_sofa2bJPAHPAHv43crl_sofa2aKPAHPAHa44crl_lampPAPAHHHt49crl_table1aQBPAHHHr411crl_sofa1bSBPAHRAHh415crl_wall2aSCPAHHHa416crl_lampPDPAHHHb50crl_chairHQAHJHb57crl_chairSAQAHJHq511crl_sofa1aSBQAHRAHA62crl_table2bJRAHHHz63crl_table2aKRAHHHa611crl_lampSBRAHHHb70crl_chairHSAHJHa80crl_lampHPBHHHD81crl_sofa3cIPBHHHC82crl_sofa3bJPBHHHB83crl_sofa3aKPBHHHa84crl_lampPAPBHHHo819crl_barchair2SDPBHHHp820crl_tablebarPEPBHHHo821crl_barchair2QEPBHHHE95crl_pillar2QAQBHHHc99crl_pillarQBQBHHHP158crl_desk1aPBSCHHHO159crl_deskiQBSCHHHN1510crl_deskhRBSCHHHM1610crl_deskgRBPDHHHL1710crl_deskfRBQDHHHK1810crl_deskeRBRDHHHK1910crl_deskeRBSDHHHK2010crl_deskeRBPEHHHK2110crl_deskeRBQEHHHK2210crl_deskeRBREHHHK2310crl_deskeRBSEHHHG247crl_wallbSAPFHHHK2410crl_deskeRBPFHHHF257crl_wallaSAQFHHHH258crl_desk1bPBQFHHHI259crl_desk1cQBQFHHHJ2510crl_desk1dRBQFHHHd2712crl_lamp2PCSFHHHf2713crl_cabinet2QCSFHHHe2714crl_cabinet1RCSFHHHd2715crl_lamp2SCSFHH'),
('park_a', 2, 11, 2, '', ''),
('orient', 2, 11, 2, '', ''),
('pub_a', 0, 15, 2, '', ''),
('picnic', 4, 15, 2, '', ''),
('newbie_lobby1', 2, 11, 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', '');
-- --------------------------------------------------------
--
-- Table structure for table `room_private`
--
CREATE TABLE IF NOT EXISTS `room_private` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(150) NOT NULL,
`rating` int(5) NOT NULL,
`description` varchar(150) NOT NULL,
`icon_format` varchar(100) NOT NULL,
`ownerid` int(150) NOT NULL,
`status` int(11) NOT NULL,
`allusers` int(1) NOT NULL,
`password` varchar(100) NOT NULL,
`category` int(11) NOT NULL,
`model` varchar(150) NOT NULL,
`wallpaper` int(11) NOT NULL,
`floorpaper` int(11) NOT NULL,
`landscape` varchar(111) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=43 ;
--
-- Dumping data for table `room_private`
--
INSERT INTO `room_private` (`id`, `name`, `rating`, `description`, `icon_format`, `ownerid`, `status`, `allusers`, `password`, `category`, `model`, `wallpaper`, `floorpaper`, `landscape`) VALUES
(42, 'No rooms! :O', 0, '', 'IHIPAI', 9, 0, 0, '', 29, 'model_b', 403, 410, '0.0');
-- --------------------------------------------------------
--
-- Table structure for table `room_public`
--
CREATE TABLE IF NOT EXISTS `room_public` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`showname` int(1) NOT NULL DEFAULT '0' COMMENT 'Show name on navigator load or not',
`desc` text NOT NULL,
`image_size` int(1) NOT NULL DEFAULT '2',
`image_url` varchar(100) NOT NULL DEFAULT 'officialrooms_',
`type` int(1) NOT NULL DEFAULT '3',
`model` varchar(500) NOT NULL,
`cct` varchar(500) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;
--
-- Dumping data for table `room_public`
--
INSERT INTO `room_public` (`id`, `name`, `showname`, `desc`, `image_size`, `image_url`, `type`, `model`, `cct`) VALUES
(1, 'Welcome Lobby', 1, 'Welcome Lobby!', 1, 'officialrooms_hq/hh_room_nlobby.png', 3, 'newbie_lobby', 'hh_room_nlobby'),
(2, 'Habbo Park', 1, 'Habbo park!', 1, 'officialrooms_hq/hh_room_park.png', 3, 'park_a', 'hh_room_park'),
(3, 'Club Orient', 1, 'Habbo club orient', 1, 'officialrooms_hq/hh_room_orient.png', 3, 'orient', 'hh_room_orient'),
(4, 'Main Lobby', 1, 'Main Lobby', 1, 'officialrooms_hq/hh_room_lobby.png', 3, 'lobby_a', 'hh_room_lobby'),
(5, 'Duck Pub', 1, 'Duck pub has been around since Habbo V1!', 1, 'officialrooms_hq/hh_room_pub.png', 3, 'pub_a', 'hh_room_pub'),
(6, 'Pool A', 1, 'Lido A', 1, 'officialrooms_hq/hh_room_pool.png', 3, 'pool_b', 'hh_room_pool'),
(7, 'Habbo Picnic Park', 1, 'Have a picnic!', 1, 'officialrooms_hq/hh_room_picnic.png', 3, 'picnic', 'hh_room_picnic'),
(8, 'Habbo Kitchen', 1, 'Don''t annoy the chefs!', 1, 'officialrooms_hq/hh_room_kitchen.png', 3, 'gate_park', 'hh_room_gate_park'),
(9, 'Habbo Disco', 1, 'Show off your moves', 1, 'officialrooms_hq/hh_room_disco.png', 3, 'malja_bar_b', 'hh_room_disco'),
(10, 'Habbo Terrace', 1, 'Want to sunbake?', 1, 'officialrooms_hq/hh_room_sun_terrace.png', 3, 'sun_terrace', 'hh_room_sun_terrace');
-- --------------------------------------------------------
--
-- Table structure for table `room_rights`
--
CREATE TABLE IF NOT EXISTS `room_rights` (
`roomid` int(10) NOT NULL,
`userid` int(10) NOT NULL,
`username` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `room_rights`
--
INSERT INTO `room_rights` (`roomid`, `userid`, `username`) VALUES
(38, 1, 'Quack'),
(38, 2, 'Lolfuck');
-- --------------------------------------------------------
--
-- Table structure for table `room_tags`
--
CREATE TABLE IF NOT EXISTS `room_tags` (
`roomid` int(10) NOT NULL,
`tag` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `server_info`
--
CREATE TABLE IF NOT EXISTS `server_info` (
`value` varchar(10000) NOT NULL,
`key` int(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `server_info`
--
INSERT INTO `server_info` (`value`, `key`) VALUES
('cake :D', 1);
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE IF NOT EXISTS `users` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`username` varchar(156) COLLATE latin1_general_ci NOT NULL,
`password` varchar(70) COLLATE latin1_general_ci NOT NULL,
`role` int(3) NOT NULL,
`signedup` date NOT NULL,
`email` varchar(50) COLLATE latin1_general_ci NOT NULL,
`motto` varchar(25) COLLATE latin1_general_ci NOT NULL,
`figure` varchar(100) COLLATE latin1_general_ci NOT NULL,
`gender` varchar(1) COLLATE latin1_general_ci NOT NULL,
`coins` int(10) unsigned NOT NULL,
`activitypoints` int(10) unsigned NOT NULL,
`ssoticket` varchar(100) COLLATE latin1_general_ci NOT NULL,
`ipaddress` varchar(15) COLLATE latin1_general_ci NOT NULL,
PRIMARY KEY (`id`,`username`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=11 ;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `username`, `password`, `role`, `signedup`, `email`, `motto`, `figure`, `gender`, `coins`, `activitypoints`, `ssoticket`, `ipaddress`) VALUES
(10, 'TestLulz', 'qwerty1', 1, '2012-02-27', 'cake@lol.com', 'I love Indigo!', 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', 300, 400, '24215', ''),
(9, 'SafetyBot', 'qwerty1', 1, '2012-02-26', 'web.accounts.alex@gmail.com', 'I love Indigo!', 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', 300, 400, '26747', '');
-- --------------------------------------------------------
--
-- Table structure for table `users_inventory`
--
CREATE TABLE IF NOT EXISTS `users_inventory` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`userid` int(11) NOT NULL,
`spriteid` int(11) NOT NULL,
`name` varchar(100) NOT NULL,
`type` varchar(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=140 ;
--
-- Dumping data for table `users_inventory`
--
INSERT INTO `users_inventory` (`id`, `userid`, `spriteid`, `name`, `type`) VALUES
(135, 9, 4033, 'Window', 'i'),
(139, 9, 4033, 'Window', 'i');
-- --------------------------------------------------------
--
-- Table structure for table `vouchers`
--
CREATE TABLE IF NOT EXISTS `vouchers` (
`code` varchar(10) NOT NULL,
`credits` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Dev thread
Quote:
License:-
Indigo is under a "Don't be a dick" license (
Don't be a Dick Public License�|�Phil Sturgeon) meaning any breaking the instances found in this license meaning
you are a dick and we have proof of you being a dick.
Introduction:-
Project Indigo supports the Habbo client revision 63A flash. It uses MySQL for storage and relies on Netty as framework.
Taken from Netty - the Java NIO Client Server Socket Framework - JBoss Community
Code:
"Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server."
Features:-
Server features:-
Code:
Client;
- Handshake
SSO;
- Logging user in succesfully if SSO is correct
- Sends user object which shows your figure, motto and sex.
Navigator;
- View your own rooms
- When logged in, your own rooms are cached, so room display isn't hardcoded.
- Room count
- View public rooms
Private rooms
- Create own rooms
- Edit room thumbnail
- Walk in room
- Place furni in room
- Pickup furni in room
- Apply decorations
- Chatting
- Commands
Catalogue
- Load catalogue index.
- Get catalogue pages
Console
- View friends
- View offline friends
- Dynamic offline or online when connecting or disconnecting.
- Search for people (if friend, not friend, online or not)
- Request friends
- Accept friends.
Public rooms
- Chat in public rooms
- See other users
- Load public rooms
- Set starting position
- Leaving from a public room
Credits:-
- Matty ; for helping me getting a grasp with Netty
- Jak ; the thread logo
- Wikipedia ; JDBC article for MySQL
- Maarten ; support
- Tren ; support
- Merijn ; support
Pictures:-
http://screensnapr.com/e/sRuEbU.png
http://screensnapr.com/e/3eMXSY.png
http://screensnapr.com/e/ey5Yos.png
http://screensnapr.com/e/WyAfGA.png
http://screensnapr.com/e/JWrtfQ.png
http://screensnapr.com/e/HgqFsm.png
Code:
package indigo.communication.messages.roomuser;
import indigo.communication.MessageEvent;
import indigo.communication.messages.ClientMessage;
import indigo.communication.messages.ServerMessage;
import indigo.game.furni.RoomFloorData;
import indigo.network.clients.Session;
public class getChangeItemPos implements MessageEvent
{
@Override
public void parse(Session Session, ClientMessage Request)
{
if (Session.getPrivateRoom() == null)
return;
// Get Id received.
int Id = Request.PopWiredInt32();
if (Id > 0)
{
// Get the floor data item
RoomFloorData Item = Session.getPrivateRoom().getFloorById(Id);
// Get the received X coordinate
int X = Request.PopWiredInt32();
// Get the received y coordinate
int Y = Request.PopWiredInt32();
// Get the received rotation coordinate
int Rotation = Request.PopWiredInt32();
// Update with MySQL if the server crashes, obviously.
Session.getStorage().ExecuteQuery("UPDATE flat_items SET posx = '" + X + "', posy = '" + Y + "', posz = '" + Rotation + "' WHERE id = '" + Id + "'");
// Update cache
Item.X = X;
Item.Y = Y;
Item.Rot = Rotation;
// Send update
ServerMessage Response = new ServerMessage(95); // "A_"
{
Response.AppendInt32(Id);
Response.AppendInt32(Item.SpriteId);
Response.AppendInt32(X);
Response.AppendInt32(Y);
Response.AppendInt32(Rotation);
Response.AppendStringWithBreak("0.0");
Response.AppendBoolean(false);
Response.AppendStringWithBreak("1");
Response.AppendInt32(-1);
Response.AppendBoolean(true);
Session.sendRoom(Response);
}
}
}
}
-
Re: Indigo [Java, MySQL, R63+]
-
Re: Indigo [Java, MySQL, R63+]
Well I'm sad to see it stopped but happy to see it released. You've done a great job Alex, you have my respect for finishing such a project!
-
Re: Indigo [Java, MySQL, R63+]
And what are you up to right now?..
Nice release :)
-
Re: Indigo [Java, MySQL, R63+]
Awesome release! Was waiting for this! Yarrr!!!
-
Re: Indigo [Java, MySQL, R63+]
Quote:
Originally Posted by
George2000
And what are you up to right now?..
Nice release :)
Not sure yet. I might create another project were I will have trusted team members.
-
Re: Indigo [Java, MySQL, R63+]
sad to see you stopped this project but really nice for releasing this
btw what swf build does this use
-
Re: Indigo [Java, MySQL, R63+]
Quote:
Originally Posted by
Resource
sad to see you stopped this project but really nice for releasing this
btw what swf build does this use
Better to use this
http://forum.ragezone.com/f353/lates...orking-817589/
-
Re: Indigo [Java, MySQL, R63+]
Nice, will be trying this out.
-
Re: Indigo [Java, MySQL, R63+]
Its an amazing release mean!
-
Re: Indigo [Java, MySQL, R63+]
Well Done Bro, This is amazing!
-
Re: Indigo [Java, MySQL, R63+]
Its pretty sad to see this project be discontinued, Good luck with all your future projects Alex.
-
Re: Indigo [Java, MySQL, R63+]
Thanks guys.
By the way. The one with the walking snippet that creates a new thread to walk. It's old. It now creates a whole thread per room now. :D:
-
Re: Indigo [Java, MySQL, R63+]
Awesome release, thanks :D
-
Re: Indigo [Java, MySQL, R63+]
Good release sad you didnt finish it but A for effort, Hopefully we will see a completed project in the future, Best of luck but everyone rember this... This isnt ready for live use alot of it need's to be recoded or edited (pathfinder ect) Alot of stuff isnt done but it could be a good base to work off of if you want to make a java emulator,