-
AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Aleeda
A weird name!
What is Aleeda?
First of all, this isn't Uber, has no code from Uber!
Also I decided to release it because all of you are probably wondering where it went after the development thread closed.
Aleeda (prjAleeda, Aleeda Emuator, AleedaEmu) is a Habbo Hotel Emulator. It uses MySQL for storage, Async sockets and contains understandable programming ;).
It is based from (ION/)Deltar of who Nillus wrote back in 2009.
Deltar was originally used for the first beta stage of Habbo (
example) but
Aleeda has been upgraded to support the latest Habbo revision.
Credits to Maarten for the ClientMessage.cs and the ServerMessage file! It uses a memory stream :D
What doesn't work
- Market place
- Pathfinding/Walking (they just warp to their location)
- Achievements
- Alot of the messenger
- Edit room (there is commands for adding tags and changing the room name)
- Room events
Why learn from this?
Aleeda has very good learning habits, if you look at this source, you will sure to pick up C# very soon :D
Release notes.- Aleeda Release thread; Check the section for occasional updates
PATCH!
(If you are smart enough, you will know how to add bots in the database :D)
--
Fine the void KickUser() in /HabboHotel/Client/Requests/Rooms.cs and replace with this then debug it again
Code:
private void KickUser()
{
if (RoomUser.CalculateRights(Client.GetHabbo().RoomId, Client.GetHabbo().ID))
{
int VirtualId = Request.PopWiredInt32();
Response.Initialize(29); // "@]"
Response.AppendRawInt32(VirtualId);
SendRoom();
if (AleedaEnvironment.GetCache().GetRoomBots().getBotWithVirtualID(VirtualId) != null)
{
AleedaEnvironment.GetCache().GetRoomBots().getBotWithVirtualID(VirtualId).IsKicked = true;
}
else
{
foreach (GameClient mClient in mRoomList)
{
if (mClient.GetHabbo().RoomId == Client.GetHabbo().RoomId && mClient.GetHabbo().UnitId == VirtualId)
{
Response.Initialize(18);
mClient.GetMessageHandler().SendResponse();
}
}
}
}
}
Quote:
Quote:
Originally Posted by
American
I get a "unknown column pageid" someone can fix that?
This should fix it. Delete catalogue_categories, catalogue_pages and catalogue_products and add run this.
Code:
CREATE TABLE IF NOT EXISTS `catalogue_categories` (
`indexid` int(3) 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` int(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`, `pageid`, `minrank`, `indexname`, `colour`, `icon`) VALUES
(1, 1, 1, 'Front Page', 6, 1),
(2, 0, 2, 'Furni Shop', 4, 2),
(3, 0, 1, 'Pixel Shop', 5, 5),
(4, 0, 1, 'Pets Shop', 2, 8);
-- --------------------------------------------------------
--
-- Table structure for table `catalogue_pages`
--
CREATE TABLE IF NOT EXISTS `catalogue_pages` (
`indexid` int(11) NOT NULL AUTO_INCREMENT,
`in_category` int(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(1) 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=26 ;
--
-- 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', '', 0, '', '', '', '', '', '', 'frontpage3Kcatalog_frontpage_headline2_dets_country_4SBNew country furni on now!You can finally grow those trees in your hotel room!How to get Habbo CreditsYou can get Habbo Credits via Home Phone, Credit Card, Text Messaging, completing offers and more! \r\n\r\nTo redeem your Habbo Prepaid Card enter your voucher code below.Redeem a voucher code here:Jukebox#FEFEFE#FEFEFEWant all the options? Click here!magic.creditsHM'),
(2, 2, 1, 'Spaces', 'spaces_new', 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 1, 'Lodge', 'default_3x3', 37, '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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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.', '', ''),
(19, 3, 1, 'Pixel Furni', 'default_3x3', 5, 'catalog_kuurna_headline_en', 'ctlg_kuurna_teaser', '', 'Buy Pixel Furni with your Pixel Points! Earn your Pixel Points simply by being active in the Hotel, and dress up your room with killer Furni!', 'Click on an item for details.', '', ''),
(20, 4, 1, 'Dogs', 'pets', 8, 'catalog_pet_headline1', NULL, '', 'Wet noses, paws, yaps and woofs! You''re about to enter the world of Habbo Dogs. An adorable and faithful servant awaits you with a wagging tail every time they see you. Find a new friend from our huge selection.', NULL, '', NULL),
(21, 4, 1, 'Turtles', 'pets', 126, 'catalog_pet_headline1', NULL, '', 'Anything but slow, these guys are ready to ride the waves and swim laps at your beaches! Plus, buy a Turtle before July 11th and you''ll receive an exclusive badge! ', NULL, '', NULL),
(22, 4, 1, 'Dragons', 'pets', 0, 'catalog_pet_headline1', NULL, '', 'Keepers of the Dragon, beware... their fire might be lethal, but win a Dragon''s heart and it will be your most loyal companion forever!', NULL, '', NULL);
-- --------------------------------------------------------
--
-- 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=1012 ;
--
-- 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'),
(727, 3, 4040, 'DEV window_70s_narrow', 3, 0, 1, 'i'),
(728, 3, 4042, 'DEV window_basic', 4, 0, 1, 'i'),
(729, 3, 4038, 'DEV window_chinese_narrow', 3, 0, 1, 'i'),
(730, 3, 4034, 'DEV window_chinese_wide', 5, 0, 1, 'i'),
(731, 3, 4035, 'DEV window_golden', 3, 0, 1, 'i'),
(732, 3, 4044, 'DEV window_grunge', 5, 0, 1, 'i'),
(733, 3, 4052, 'DEV window_hole', 5, 0, 1, 'i'),
(734, 3, 4037, 'DEV window_romantic_narrow', 3, 0, 1, 'i'),
(735, 3, 4041, 'DEV window_romantic_wide', 4, 0, 1, 'i'),
(736, 3, 4054, 'DEV window_skyscraper', 4, 0, 1, 'i'),
(737, 3, 4054, 'window_skyscraper_deal1', 12, 0, 5, 'i'),
(738, 3, 4054, 'window_skyscraper_deal2', 20, 0, 10, 'i'),
(739, 3, 4036, 'DEV window_square', 2, 0, 1, 'i'),
(740, 3, 4045, 'DEV window_triple', 5, 0, 1, 'i'),
(741, 3, 4039, 'DEV window_70s_wide', 4, 0, 1, 'i'),
(742, 3, 4031, 'DEV window_single_default', 1, 0, 1, 'i'),
(743, 3, 4032, 'DEV window_double_default', 1, 0, 1, 'i'),
(744, 20, 1534, 'a0 pet0', 20, 0, 1, 's'),
(745, 22, 3995, 'a0 pet12', 25, 0, 1, 's'),
(746, 21, 4037, 'a0 pet9', 15, 0, 1, 's'),
(747, 2, 3001, 'wallpaper_single_101', 3, 0, 1, 'i'),
(748, 2, 3001, 'wallpaper_single_102', 3, 0, 1, 'i'),
(749, 2, 3001, 'wallpaper_single_103', 3, 0, 1, 'i'),
(750, 2, 3001, 'wallpaper_single_104', 3, 0, 1, 'i'),
(751, 2, 3001, 'wallpaper_single_105', 3, 0, 1, 'i'),
(752, 2, 3001, 'wallpaper_single_106', 3, 0, 1, 'i'),
(753, 2, 3001, 'wallpaper_single_107', 3, 0, 1, 'i'),
(754, 2, 3001, 'wallpaper_single_108', 3, 0, 1, 'i'),
(755, 2, 3001, 'wallpaper_single_109', 3, 0, 1, 'i'),
(756, 2, 3001, 'wallpaper_single_110', 3, 0, 1, 'i'),
(757, 2, 3001, 'wallpaper_single_111', 3, 0, 1, 'i'),
(758, 2, 3001, 'wallpaper_single_112', 3, 0, 1, 'i'),
(759, 2, 3001, 'wallpaper_single_113', 3, 0, 1, 'i'),
(760, 2, 3001, 'wallpaper_single_114', 3, 0, 1, 'i'),
(761, 2, 3001, 'wallpaper_single_115', 3, 0, 1, 'i'),
(762, 2, 3001, 'wallpaper_single_201', 3, 0, 1, 'i'),
(763, 2, 3001, 'wallpaper_single_202', 3, 0, 1, 'i'),
(764, 2, 3001, 'wallpaper_single_203', 3, 0, 1, 'i'),
(765, 2, 3001, 'wallpaper_single_204', 3, 0, 1, 'i'),
(766, 2, 3001, 'wallpaper_single_205', 3, 0, 1, 'i'),
(767, 2, 3001, 'wallpaper_single_206', 3, 0, 1, 'i'),
(768, 2, 3001, 'wallpaper_single_207', 3, 0, 1, 'i'),
(769, 2, 3001, 'wallpaper_single_208', 3, 0, 1, 'i'),
(770, 2, 3001, 'wallpaper_single_209', 3, 0, 1, 'i'),
(771, 2, 3001, 'wallpaper_single_210', 3, 0, 1, 'i'),
(772, 2, 3001, 'wallpaper_single_211', 3, 0, 1, 'i'),
(773, 2, 3001, 'wallpaper_single_212', 3, 0, 1, 'i'),
(774, 2, 3001, 'wallpaper_single_213', 3, 0, 1, 'i'),
(775, 2, 3001, 'wallpaper_single_214', 3, 0, 1, 'i'),
(776, 2, 3001, 'wallpaper_single_215', 3, 0, 1, 'i'),
(777, 2, 3001, 'wallpaper_single_216', 3, 0, 1, 'i'),
(778, 2, 3001, 'wallpaper_single_217', 3, 0, 1, 'i'),
(779, 2, 3001, 'wallpaper_single_218', 3, 0, 1, 'i'),
(780, 2, 3001, 'wallpaper_single_301', 3, 0, 1, 'i'),
(781, 2, 3001, 'wallpaper_single_302', 3, 0, 1, 'i'),
(782, 2, 3001, 'wallpaper_single_303', 3, 0, 1, 'i'),
(783, 2, 3001, 'wallpaper_single_304', 3, 0, 1, 'i'),
(784, 2, 3001, 'wallpaper_single_305', 3, 0, 1, 'i'),
(785, 2, 3001, 'wallpaper_single_306', 3, 0, 1, 'i'),
(786, 2, 3001, 'wallpaper_single_307', 3, 0, 1, 'i'),
(787, 2, 3001, 'wallpaper_single_401', 3, 0, 1, 'i'),
(788, 2, 3001, 'wallpaper_single_402', 3, 0, 1, 'i'),
(789, 2, 3001, 'wallpaper_single_403', 3, 0, 1, 'i'),
(790, 2, 3001, 'wallpaper_single_404', 3, 0, 1, 'i'),
(791, 2, 3001, 'wallpaper_single_405', 3, 0, 1, 'i'),
(792, 2, 3001, 'wallpaper_single_406', 3, 0, 1, 'i'),
(793, 2, 3001, 'wallpaper_single_407', 3, 0, 1, 'i'),
(794, 2, 3001, 'wallpaper_single_408', 3, 0, 1, 'i'),
(795, 2, 3001, 'wallpaper_single_501', 3, 0, 1, 'i'),
(796, 2, 3001, 'wallpaper_single_502', 3, 0, 1, 'i'),
(797, 2, 3001, 'wallpaper_single_503', 3, 0, 1, 'i'),
(798, 2, 3001, 'wallpaper_single_504', 3, 0, 1, 'i'),
(799, 2, 3001, 'wallpaper_single_505', 3, 0, 1, 'i'),
(800, 2, 3001, 'wallpaper_single_506', 3, 0, 1, 'i'),
(801, 2, 3001, 'wallpaper_single_507', 3, 0, 1, 'i'),
(802, 2, 3001, 'wallpaper_single_508', 3, 0, 1, 'i'),
(803, 2, 3001, 'wallpaper_single_601', 3, 0, 1, 'i'),
(804, 2, 3001, 'wallpaper_single_602', 3, 0, 1, 'i'),
(805, 2, 3001, 'wallpaper_single_603', 3, 0, 1, 'i'),
(806, 2, 3001, 'wallpaper_single_604', 3, 0, 1, 'i'),
(807, 2, 3001, 'wallpaper_single_605', 3, 0, 1, 'i'),
(808, 2, 3001, 'wallpaper_single_606', 3, 0, 1, 'i'),
(809, 2, 3001, 'wallpaper_single_607', 3, 0, 1, 'i'),
(810, 2, 3001, 'wallpaper_single_608', 3, 0, 1, 'i'),
(811, 2, 3001, 'wallpaper_single_609', 3, 0, 1, 'i'),
(812, 2, 3001, 'wallpaper_single_610', 3, 0, 1, 'i'),
(813, 2, 3001, 'wallpaper_single_701', 3, 0, 1, 'i'),
(814, 2, 3001, 'wallpaper_single_702', 3, 0, 1, 'i'),
(815, 2, 3001, 'wallpaper_single_703', 3, 0, 1, 'i'),
(816, 2, 3001, 'wallpaper_single_704', 3, 0, 1, 'i'),
(817, 2, 3001, 'wallpaper_single_705', 3, 0, 1, 'i'),
(818, 2, 3001, 'wallpaper_single_706', 3, 0, 1, 'i'),
(819, 2, 3001, 'wallpaper_single_707', 3, 0, 1, 'i'),
(820, 2, 3001, 'wallpaper_single_708', 3, 0, 1, 'i'),
(821, 2, 3001, 'wallpaper_single_709', 3, 0, 1, 'i'),
(822, 2, 3001, 'wallpaper_single_710', 3, 0, 1, 'i'),
(823, 2, 3001, 'wallpaper_single_801', 3, 0, 1, 'i'),
(824, 2, 3001, 'wallpaper_single_802', 3, 0, 1, 'i'),
(825, 2, 3001, 'wallpaper_single_803', 3, 0, 1, 'i'),
(826, 2, 3001, 'wallpaper_single_804', 3, 0, 1, 'i'),
(827, 2, 3001, 'wallpaper_single_805', 3, 0, 1, 'i'),
(828, 2, 3001, 'wallpaper_single_806', 3, 0, 1, 'i'),
(829, 2, 3001, 'wallpaper_single_807', 3, 0, 1, 'i'),
(830, 2, 3001, 'wallpaper_single_808', 3, 0, 1, 'i'),
(831, 2, 3001, 'wallpaper_single_809', 3, 0, 1, 'i'),
(832, 2, 3001, 'wallpaper_single_810', 3, 0, 1, 'i'),
(833, 2, 3001, 'wallpaper_single_901', 3, 0, 1, 'i'),
(834, 2, 3001, 'wallpaper_single_902', 3, 0, 1, 'i'),
(835, 2, 3001, 'wallpaper_single_903', 0, 100, 1, 'i'),
(836, 2, 3001, 'wallpaper_single_904', 0, 100, 1, 'i'),
(837, 2, 3001, 'wallpaper_single_905', 3, 0, 1, 'i'),
(838, 2, 3001, 'wallpaper_single_906', 3, 0, 1, 'i'),
(839, 2, 3001, 'wallpaper_single_907', 3, 0, 1, 'i'),
(840, 2, 3001, 'wallpaper_single_908', 0, 100, 1, 'i'),
(841, 2, 3001, 'wallpaper_single_1001', 3, 0, 1, 'i'),
(842, 2, 3001, 'wallpaper_single_1002', 3, 0, 1, 'i'),
(843, 2, 3001, 'wallpaper_single_1003', 3, 0, 1, 'i'),
(844, 2, 3001, 'wallpaper_single_1004', 3, 0, 1, 'i'),
(845, 2, 3001, 'wallpaper_single_1005', 3, 0, 1, 'i'),
(846, 2, 3001, 'wallpaper_single_1006', 3, 0, 1, 'i'),
(847, 2, 3001, 'wallpaper_single_1007', 3, 0, 1, 'i'),
(848, 2, 3001, 'wallpaper_single_1101', 4, 0, 1, 'i'),
(849, 2, 3001, 'wallpaper_single_1201', 4, 0, 1, 'i'),
(850, 2, 3001, 'wallpaper_single_1301', 4, 0, 1, 'i'),
(851, 2, 3001, 'wallpaper_single_1401', 4, 0, 1, 'i'),
(852, 2, 3001, 'wallpaper_single_1501', 4, 0, 1, 'i'),
(853, 2, 3001, 'wallpaper_single_1601', 4, 0, 1, 'i'),
(854, 2, 3001, 'wallpaper_single_1701', 4, 0, 1, 'i'),
(855, 2, 3001, 'wallpaper_single_1801', 4, 0, 1, 'i'),
(856, 2, 3001, 'wallpaper_single_1901', 4, 0, 1, 'i'),
(857, 2, 3001, 'wallpaper_single_1902', 4, 0, 1, 'i'),
(858, 2, 3001, 'wallpaper_single_2001', 4, 0, 1, 'i'),
(859, 2, 3001, 'wallpaper_single_2002', 4, 0, 1, 'i'),
(860, 2, 3001, 'wallpaper_single_2003', 4, 0, 1, 'i'),
(861, 2, 3001, 'wallpaper_single_2101', 4, 0, 1, 'i'),
(862, 2, 3001, 'wallpaper_single_2102', 4, 0, 1, 'i'),
(863, 2, 3001, 'wallpaper_single_2103', 4, 0, 1, 'i'),
(864, 2, 3001, 'wallpaper_single_2201', 4, 0, 1, 'i'),
(865, 2, 3001, 'wallpaper_single_2202', 4, 0, 1, 'i'),
(866, 2, 3001, 'wallpaper_single_2203', 4, 0, 1, 'i'),
(867, 2, 3001, 'wallpaper_single_2204', 4, 0, 1, 'i'),
(868, 2, 3001, 'wallpaper_single_2205', 4, 0, 1, 'i'),
(869, 2, 3001, 'wallpaper_single_2206', 4, 0, 1, 'i'),
(870, 2, 3001, 'wallpaper_single_2301', 4, 0, 1, 'i'),
(871, 2, 3001, 'wallpaper_single_2302', 4, 0, 1, 'i'),
(872, 2, 3001, 'wallpaper_single_2303', 4, 0, 1, 'i'),
(873, 2, 3001, 'wallpaper_single_2304', 4, 0, 1, 'i'),
(874, 2, 3001, 'wallpaper_single_2401', 4, 0, 1, 'i'),
(875, 2, 3001, 'wallpaper_single_2402', 4, 0, 1, 'i'),
(876, 2, 3001, 'wallpaper_single_2403', 4, 0, 1, 'i'),
(877, 2, 3001, 'wallpaper_single_2501', 4, 0, 1, 'i'),
(878, 2, 3001, 'wallpaper_single_2502', 4, 0, 1, 'i'),
(879, 2, 3001, 'wallpaper_single_2503', 4, 0, 1, 'i'),
(880, 2, 3001, 'wallpaper_single_2504', 4, 0, 1, 'i'),
(881, 2, 3001, 'wallpaper_single_2601', 4, 0, 1, 'i'),
(882, 2, 3001, 'wallpaper_single_2602', 4, 0, 1, 'i'),
(883, 2, 3001, 'wallpaper_single_2603', 4, 0, 1, 'i'),
(884, 2, 3001, 'wallpaper_single_2604', 4, 0, 1, 'i'),
(885, 2, 3001, 'wallpaper_single_2701', 4, 0, 1, 'i'),
(886, 2, 3001, 'wallpaper_single_2702', 4, 0, 1, 'i'),
(887, 2, 3001, 'wallpaper_single_2703', 4, 0, 1, 'i'),
(888, 2, 3001, 'wallpaper_single_2704', 4, 0, 1, 'i'),
(889, 2, 3001, 'wallpaper_single_2801', 4, 0, 1, 'i'),
(890, 2, 3001, 'wallpaper_single_2802', 4, 0, 1, 'i'),
(891, 2, 3001, 'wallpaper_single_2803', 4, 0, 1, 'i'),
(892, 2, 3001, 'wallpaper_single_2804', 4, 0, 1, 'i'),
(893, 2, 3001, 'wallpaper_single_2901', 4, 0, 1, 'i'),
(894, 2, 3001, 'wallpaper_single_2902', 4, 0, 1, 'i'),
(895, 2, 3001, 'wallpaper_single_2903', 4, 0, 1, 'i'),
(896, 2, 3001, 'wallpaper_single_2904', 4, 0, 1, 'i'),
(897, 2, 3001, 'wallpaper_single_3001', 3, 0, 1, 'i'),
(898, 2, 3001, 'wallpaper_single_3002', 3, 0, 1, 'i'),
(899, 2, 3001, 'wallpaper_single_3003', 3, 0, 1, 'i'),
(900, 2, 3001, 'wallpaper_single_3004', 3, 0, 1, 'i'),
(901, 2, 3001, 'wallpaper_single_3101', 3, 0, 1, 'i'),
(902, 2, 3001, 'wallpaper_single_3102', 3, 0, 1, 'i'),
(903, 2, 3001, 'wallpaper_single_3103', 3, 0, 1, 'i'),
(904, 2, 3001, 'wallpaper_single_3104', 3, 0, 1, 'i'),
(905, 2, 3001, 'wallpaper_single_3105', 3, 0, 1, 'i'),
(906, 2, 3001, 'wallpaper_single_3106', 3, 0, 1, 'i'),
(907, 2, 3002, 'floor_single_101', 2, 0, 1, 'i'),
(908, 2, 3002, 'floor_single_102', 2, 0, 1, 'i'),
(909, 2, 3002, 'floor_single_103', 2, 0, 1, 'i'),
(910, 2, 3002, 'floor_single_104', 2, 0, 1, 'i'),
(911, 2, 3002, 'floor_single_105', 2, 0, 1, 'i'),
(912, 2, 3002, 'floor_single_106', 2, 0, 1, 'i'),
(913, 2, 3002, 'floor_single_107', 0, 100, 1, 'i'),
(914, 2, 3002, 'floor_single_108', 2, 0, 1, 'i'),
(915, 2, 3002, 'floor_single_109', 2, 0, 1, 'i'),
(916, 2, 3002, 'floor_single_110', 0, 100, 1, 'i'),
(917, 2, 3002, 'floor_single_111', 2, 0, 1, 'i'),
(918, 2, 3002, 'floor_single_201', 2, 0, 1, 'i'),
(919, 2, 3002, 'floor_single_202', 2, 0, 1, 'i'),
(920, 2, 3002, 'floor_single_203', 2, 0, 1, 'i'),
(921, 2, 3002, 'floor_single_204', 2, 0, 1, 'i'),
(922, 2, 3002, 'floor_single_205', 2, 0, 1, 'i'),
(923, 2, 3002, 'floor_single_206', 2, 0, 1, 'i'),
(924, 2, 3002, 'floor_single_207', 2, 0, 1, 'i'),
(925, 2, 3002, 'floor_single_208', 2, 0, 1, 'i'),
(926, 2, 3002, 'floor_single_209', 2, 0, 1, 'i'),
(927, 2, 3002, 'floor_single_210', 2, 0, 1, 'i'),
(928, 2, 3002, 'floor_single_211', 2, 0, 1, 'i'),
(929, 2, 3002, 'floor_single_212', 2, 0, 1, 'i'),
(930, 2, 3002, 'floor_single_301', 2, 0, 1, 'i'),
(931, 2, 3002, 'floor_single_302', 2, 0, 1, 'i'),
(932, 2, 3002, 'floor_single_303', 2, 0, 1, 'i'),
(933, 2, 3002, 'floor_single_304', 2, 0, 1, 'i'),
(934, 2, 3002, 'floor_single_305', 2, 0, 1, 'i'),
(935, 2, 3002, 'floor_single_306', 2, 0, 1, 'i'),
(936, 2, 3002, 'floor_single_307', 2, 0, 1, 'i'),
(937, 2, 3002, 'floor_single_401', 2, 0, 1, 'i'),
(938, 2, 3002, 'floor_single_402', 2, 0, 1, 'i'),
(939, 2, 3002, 'floor_single_403', 2, 0, 1, 'i'),
(940, 2, 3002, 'floor_single_404', 2, 0, 1, 'i'),
(941, 2, 3002, 'floor_single_405', 2, 0, 1, 'i'),
(942, 2, 3002, 'floor_single_406', 2, 0, 1, 'i'),
(943, 2, 3002, 'floor_single_407', 2, 0, 1, 'i'),
(944, 2, 3002, 'floor_single_408', 2, 0, 1, 'i'),
(945, 2, 3002, 'floor_single_409', 2, 0, 1, 'i'),
(946, 2, 3002, 'floor_single_410', 2, 0, 1, 'i'),
(947, 2, 3002, 'floor_single_501', 2, 0, 1, 'i'),
(948, 2, 3002, 'floor_single_502', 2, 0, 1, 'i'),
(949, 2, 3002, 'floor_single_503', 2, 0, 1, 'i'),
(950, 2, 3002, 'floor_single_504', 2, 0, 1, 'i'),
(951, 2, 3002, 'floor_single_505', 2, 0, 1, 'i'),
(952, 2, 3002, 'floor_single_506', 2, 0, 1, 'i'),
(953, 2, 3002, 'floor_single_507', 2, 0, 1, 'i'),
(954, 2, 3002, 'floor_single_601', 2, 0, 1, 'i'),
(955, 2, 3002, 'floor_single_602', 2, 0, 1, 'i'),
(956, 2, 3002, 'floor_single_603', 2, 0, 1, 'i'),
(957, 2, 3002, 'floor_single_604', 2, 0, 1, 'i'),
(958, 2, 3002, 'floor_single_605', 2, 0, 1, 'i'),
(959, 2, 3002, 'floor_single_606', 2, 0, 1, 'i'),
(960, 2, 3002, 'floor_single_607', 2, 0, 1, 'i'),
(961, 2, 3002, 'floor_single_608', 2, 0, 1, 'i'),
(962, 2, 3002, 'floor_single_609', 2, 0, 1, 'i'),
(963, 2, 3002, 'floor_single_610', 2, 0, 1, 'i'),
(964, 2, 4055, 'landscape_single_1.1', 3, 0, 1, 'i'),
(965, 2, 4055, 'landscape_single_2.1', 3, 0, 1, 'i'),
(966, 2, 4055, 'landscape_single_3.1', 3, 0, 1, 'i'),
(967, 2, 4055, 'landscape_single_4.1', 3, 0, 1, 'i'),
(968, 2, 4055, 'landscape_single_5.1', 3, 0, 1, 'i'),
(969, 2, 4055, 'landscape_single_6.1', 3, 0, 1, 'i'),
(970, 2, 4055, 'landscape_single_7.1', 3, 0, 1, 'i'),
(971, 2, 4055, 'landscape_single_1.2', 3, 0, 1, 'i'),
(972, 2, 4055, 'landscape_single_1.3', 3, 0, 1, 'i'),
(973, 2, 4055, 'landscape_single_2.3', 3, 0, 1, 'i'),
(974, 2, 4055, 'landscape_single_3.3', 3, 0, 1, 'i'),
(975, 2, 4055, 'landscape_single_4.3', 3, 0, 1, 'i'),
(976, 2, 4055, 'landscape_single_5.3', 3, 0, 1, 'i'),
(977, 2, 4055, 'landscape_single_6.3', 3, 0, 1, 'i'),
(978, 2, 4055, 'landscape_single_7.3', 3, 0, 1, 'i'),
(979, 2, 4055, 'landscape_single_1.4', 3, 0, 1, 'i'),
(980, 2, 4055, 'landscape_single_2.4', 3, 0, 1, 'i'),
(981, 2, 4055, 'landscape_single_3.4', 3, 0, 1, 'i'),
(982, 2, 4055, 'landscape_single_4.4', 3, 0, 1, 'i'),
(983, 2, 4055, 'landscape_single_5.4', 3, 0, 1, 'i'),
(984, 2, 4055, 'landscape_single_6.4', 3, 0, 1, 'i'),
(985, 2, 4055, 'landscape_single_7.4', 3, 0, 1, 'i'),
(986, 2, 4055, 'landscape_single_1.5', 3, 0, 1, 'i'),
(987, 2, 4055, 'landscape_single_2.5', 3, 0, 1, 'i'),
(988, 2, 4055, 'landscape_single_3.5', 3, 0, 1, 'i'),
(989, 2, 4055, 'landscape_single_4.5', 3, 0, 1, 'i'),
(990, 2, 4055, 'landscape_single_5.5', 3, 0, 1, 'i'),
(991, 2, 4055, 'landscape_single_6.5', 3, 0, 1, 'i'),
(992, 2, 4055, 'landscape_single_7.5', 3, 0, 1, 'i'),
(993, 2, 4055, 'landscape_single_1.6', 3, 0, 1, 'i'),
(994, 2, 4055, 'landscape_single_2.6', 3, 0, 1, 'i'),
(995, 2, 4055, 'landscape_single_3.6', 3, 0, 1, 'i'),
(996, 2, 4055, 'landscape_single_4.6', 3, 0, 1, 'i'),
(997, 2, 4055, 'landscape_single_5.6', 3, 0, 1, 'i'),
(998, 2, 4055, 'landscape_single_6.6', 3, 0, 1, 'i'),
(999, 2, 4055, 'landscape_single_7.6', 3, 0, 1, 'i'),
(1000, 2, 4055, 'landscape_single_1.7', 3, 0, 1, 'i'),
(1001, 2, 4055, 'landscape_single_2.7', 3, 0, 1, 'i'),
(1002, 2, 4055, 'landscape_single_3.7', 3, 0, 1, 'i'),
(1003, 2, 4055, 'landscape_single_4.7', 3, 0, 1, 'i'),
(1004, 2, 4055, 'landscape_single_5.7', 3, 0, 1, 'i'),
(1005, 2, 4055, 'landscape_single_6.7', 3, 0, 1, 'i'),
(1006, 2, 4055, 'landscape_single_7.7', 3, 0, 1, 'i'),
(1007, 2, 4055, 'landscape_single_1.8', 3, 0, 1, 'i'),
(1008, 2, 4055, 'landscape_single_1.9', 3, 0, 1, 'i'),
(1009, 2, 4055, 'landscape_single_1.10', 3, 0, 1, 'i'),
(1010, 2, 4055, 'landscape_single_1.11', 3, 0, 1, 'i'),
(1011, 2, 4055, 'landscape_single_7.12', 3, 0, 1, 'i');
Quote:
Originally Posted by
American
Delete the private rooms table and run this;
Code:
CREATE TABLE IF NOT EXISTS `private_rooms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(150) NOT NULL,
`rating` int(5) NOT NULL,
`description` varchar(150) NOT NULL,
`ownerid` int(150) NOT NULL,
`status` int(11) NOT NULL,
`tags` longtext NOT NULL,
`thumbnail` varchar(150) NOT NULL,
`petsAllowed` int(11) 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=3 ;
Screenshots;
http://screensnapr.com/e/ZjIoa4.png
http://screensnapr.com/e/3RM2sT.png
http://screensnapr.com/e/CRgVUS.png
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Nice release, Alex. I love the signature too <3
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Nice release QuackSter :P
ofp: I stole your name "QuackSter" and made my PSN ACCOUNT with your name only adding more 1 "e", psn id: QuackSteer
ps: Emulator download link is broken...
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Quote:
Originally Posted by
American
Nice release QuackSter :P
ofp: I stole your name "QuackSter" and made my PSN ACCOUNT with your name only adding more 1 "e", psn id: QuackSteer
ps: Emulator download link is broken...
It should work now and thank you :D
@Stiezo - Thank you to! :D
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
CMS Has a couple problems. o.o Big ones.
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Quote:
Originally Posted by
LHaZze
CMS Has a couple problems. o.o Big ones.
Be greatful you even have a CMS.
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Hahahaha, no check if you have room rights on kick user. >:) >:)
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Redownload the MySQL database, sorry guys.
Quote:
Originally Posted by
DominicGunn
Hahahaha, no check if you have room rights on kick user. >:) >:)
Oh yeah, that's what I kept on forgetting. Added the patch :D:
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Glad you released it Alex, cheers! ;)
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Just got an error in Excute the SQL , any solutions?
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Shall I fix up the CMS?
(Well.. I mean I will try..)
Hmm I get a Pageid error?
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
May I work from this source? ^ ^
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Is this some thing real or fakes like your old ones from winterparty? Is this source yours or is it from another emu?
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Quote:
Originally Posted by
YungTmk
Is this some thing real or fakes like your old ones from winterparty? Is this source yours or is it from another emu?
It's faker than your name.
Kidding :P: - it's legitimate, and as far as I'm aware, everything Alex produces is real?!
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Quote:
Originally Posted by
<Nominal />
It's faker than your name.
Kidding :P: - it's legitimate, and as far as I'm aware, everything Alex produces is real?!
He used to be winterparty and with his old emu he would re arrange the code to make it look like it was his he has admitted to it and thats why he changed his name. So I am not sure if he has changed yet or hes doing the same shit.
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
I pretty like it, but I hate the pathfinder ..
@Predict why not? It's open source, else he released it CLOSED.
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Quote:
Originally Posted by
YungTmk
He used to be winterparty and with his old emu he would re arrange the code to make it look like it was his he has admitted to it and thats why he changed his name. So I am not sure if he has changed yet or hes doing the same shit.
Well, since his Quackster account, there's been no evidence to suggest he does so, now..
Quote:
Originally Posted by
George2000
I pretty like it, but I hate the pathfinder ..
@Predict why not? It's open source, else he released it CLOSED.
He was asking permission, even if it was unnecessary, it's being polite.. :P:
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Quote:
Originally Posted by
Predict
May I work from this source? ^ ^
I think that's why he released the source..
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Derp, nice release quack.
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Thanks this is better then Phoenix i love it :D
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
I get a "unknown column pageid" someone can fix that?
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Nicee ,
i have problem?
Quote:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\inc\functions.php on line 14
Notice: Undefined index: name in C:\xampp\htdocs\index.php on line 5
??
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Quote:
Originally Posted by
George2000
I pretty like it, but I hate the pathfinder ..
@Predict why not? It's open source, else he released it CLOSED.
Oh that, wichard offered to add the pathfinder but didn't bother to show me how to use it, lulz. So it's useless.
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Quote:
Originally Posted by
Quackster
Oh that, wichard offered to add the pathfinder but didn't bother to show me how to use it, lulz. So it's useless.
Can't you just read the code and figure out?
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Quote:
Originally Posted by
American
I get a "unknown column pageid" someone can fix that?
This should fix it. Delete catalogue_categories, catalogue_pages and catalogue_products and add run this.
Code:
CREATE TABLE IF NOT EXISTS `catalogue_categories` (
`indexid` int(3) 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` int(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`, `pageid`, `minrank`, `indexname`, `colour`, `icon`) VALUES
(1, 1, 1, 'Front Page', 6, 1),
(2, 0, 2, 'Furni Shop', 4, 2),
(3, 0, 1, 'Pixel Shop', 5, 5),
(4, 0, 1, 'Pets Shop', 2, 8);
-- --------------------------------------------------------
--
-- Table structure for table `catalogue_pages`
--
CREATE TABLE IF NOT EXISTS `catalogue_pages` (
`indexid` int(11) NOT NULL AUTO_INCREMENT,
`in_category` int(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(1) 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=26 ;
--
-- 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', '', 0, '', '', '', '', '', '', 'frontpage3Kcatalog_frontpage_headline2_dets_country_4SBNew country furni on now!You can finally grow those trees in your hotel room!How to get Habbo CreditsYou can get Habbo Credits via Home Phone, Credit Card, Text Messaging, completing offers and more! \r\n\r\nTo redeem your Habbo Prepaid Card enter your voucher code below.Redeem a voucher code here:Jukebox#FEFEFE#FEFEFEWant all the options? Click here!magic.creditsHM'),
(2, 2, 1, 'Spaces', 'spaces_new', 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 1, 'Lodge', 'default_3x3', 37, '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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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.', '', ''),
(19, 3, 1, 'Pixel Furni', 'default_3x3', 5, 'catalog_kuurna_headline_en', 'ctlg_kuurna_teaser', '', 'Buy Pixel Furni with your Pixel Points! Earn your Pixel Points simply by being active in the Hotel, and dress up your room with killer Furni!', 'Click on an item for details.', '', ''),
(20, 4, 1, 'Dogs', 'pets', 8, 'catalog_pet_headline1', NULL, '', 'Wet noses, paws, yaps and woofs! You''re about to enter the world of Habbo Dogs. An adorable and faithful servant awaits you with a wagging tail every time they see you. Find a new friend from our huge selection.', NULL, '', NULL),
(21, 4, 1, 'Turtles', 'pets', 126, 'catalog_pet_headline1', NULL, '', 'Anything but slow, these guys are ready to ride the waves and swim laps at your beaches! Plus, buy a Turtle before July 11th and you''ll receive an exclusive badge! ', NULL, '', NULL),
(22, 4, 1, 'Dragons', 'pets', 0, 'catalog_pet_headline1', NULL, '', 'Keepers of the Dragon, beware... their fire might be lethal, but win a Dragon''s heart and it will be your most loyal companion forever!', NULL, '', NULL);
-- --------------------------------------------------------
--
-- 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=1012 ;
--
-- 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'),
(727, 3, 4040, 'DEV window_70s_narrow', 3, 0, 1, 'i'),
(728, 3, 4042, 'DEV window_basic', 4, 0, 1, 'i'),
(729, 3, 4038, 'DEV window_chinese_narrow', 3, 0, 1, 'i'),
(730, 3, 4034, 'DEV window_chinese_wide', 5, 0, 1, 'i'),
(731, 3, 4035, 'DEV window_golden', 3, 0, 1, 'i'),
(732, 3, 4044, 'DEV window_grunge', 5, 0, 1, 'i'),
(733, 3, 4052, 'DEV window_hole', 5, 0, 1, 'i'),
(734, 3, 4037, 'DEV window_romantic_narrow', 3, 0, 1, 'i'),
(735, 3, 4041, 'DEV window_romantic_wide', 4, 0, 1, 'i'),
(736, 3, 4054, 'DEV window_skyscraper', 4, 0, 1, 'i'),
(737, 3, 4054, 'window_skyscraper_deal1', 12, 0, 5, 'i'),
(738, 3, 4054, 'window_skyscraper_deal2', 20, 0, 10, 'i'),
(739, 3, 4036, 'DEV window_square', 2, 0, 1, 'i'),
(740, 3, 4045, 'DEV window_triple', 5, 0, 1, 'i'),
(741, 3, 4039, 'DEV window_70s_wide', 4, 0, 1, 'i'),
(742, 3, 4031, 'DEV window_single_default', 1, 0, 1, 'i'),
(743, 3, 4032, 'DEV window_double_default', 1, 0, 1, 'i'),
(744, 20, 1534, 'a0 pet0', 20, 0, 1, 's'),
(745, 22, 3995, 'a0 pet12', 25, 0, 1, 's'),
(746, 21, 4037, 'a0 pet9', 15, 0, 1, 's'),
(747, 2, 3001, 'wallpaper_single_101', 3, 0, 1, 'i'),
(748, 2, 3001, 'wallpaper_single_102', 3, 0, 1, 'i'),
(749, 2, 3001, 'wallpaper_single_103', 3, 0, 1, 'i'),
(750, 2, 3001, 'wallpaper_single_104', 3, 0, 1, 'i'),
(751, 2, 3001, 'wallpaper_single_105', 3, 0, 1, 'i'),
(752, 2, 3001, 'wallpaper_single_106', 3, 0, 1, 'i'),
(753, 2, 3001, 'wallpaper_single_107', 3, 0, 1, 'i'),
(754, 2, 3001, 'wallpaper_single_108', 3, 0, 1, 'i'),
(755, 2, 3001, 'wallpaper_single_109', 3, 0, 1, 'i'),
(756, 2, 3001, 'wallpaper_single_110', 3, 0, 1, 'i'),
(757, 2, 3001, 'wallpaper_single_111', 3, 0, 1, 'i'),
(758, 2, 3001, 'wallpaper_single_112', 3, 0, 1, 'i'),
(759, 2, 3001, 'wallpaper_single_113', 3, 0, 1, 'i'),
(760, 2, 3001, 'wallpaper_single_114', 3, 0, 1, 'i'),
(761, 2, 3001, 'wallpaper_single_115', 3, 0, 1, 'i'),
(762, 2, 3001, 'wallpaper_single_201', 3, 0, 1, 'i'),
(763, 2, 3001, 'wallpaper_single_202', 3, 0, 1, 'i'),
(764, 2, 3001, 'wallpaper_single_203', 3, 0, 1, 'i'),
(765, 2, 3001, 'wallpaper_single_204', 3, 0, 1, 'i'),
(766, 2, 3001, 'wallpaper_single_205', 3, 0, 1, 'i'),
(767, 2, 3001, 'wallpaper_single_206', 3, 0, 1, 'i'),
(768, 2, 3001, 'wallpaper_single_207', 3, 0, 1, 'i'),
(769, 2, 3001, 'wallpaper_single_208', 3, 0, 1, 'i'),
(770, 2, 3001, 'wallpaper_single_209', 3, 0, 1, 'i'),
(771, 2, 3001, 'wallpaper_single_210', 3, 0, 1, 'i'),
(772, 2, 3001, 'wallpaper_single_211', 3, 0, 1, 'i'),
(773, 2, 3001, 'wallpaper_single_212', 3, 0, 1, 'i'),
(774, 2, 3001, 'wallpaper_single_213', 3, 0, 1, 'i'),
(775, 2, 3001, 'wallpaper_single_214', 3, 0, 1, 'i'),
(776, 2, 3001, 'wallpaper_single_215', 3, 0, 1, 'i'),
(777, 2, 3001, 'wallpaper_single_216', 3, 0, 1, 'i'),
(778, 2, 3001, 'wallpaper_single_217', 3, 0, 1, 'i'),
(779, 2, 3001, 'wallpaper_single_218', 3, 0, 1, 'i'),
(780, 2, 3001, 'wallpaper_single_301', 3, 0, 1, 'i'),
(781, 2, 3001, 'wallpaper_single_302', 3, 0, 1, 'i'),
(782, 2, 3001, 'wallpaper_single_303', 3, 0, 1, 'i'),
(783, 2, 3001, 'wallpaper_single_304', 3, 0, 1, 'i'),
(784, 2, 3001, 'wallpaper_single_305', 3, 0, 1, 'i'),
(785, 2, 3001, 'wallpaper_single_306', 3, 0, 1, 'i'),
(786, 2, 3001, 'wallpaper_single_307', 3, 0, 1, 'i'),
(787, 2, 3001, 'wallpaper_single_401', 3, 0, 1, 'i'),
(788, 2, 3001, 'wallpaper_single_402', 3, 0, 1, 'i'),
(789, 2, 3001, 'wallpaper_single_403', 3, 0, 1, 'i'),
(790, 2, 3001, 'wallpaper_single_404', 3, 0, 1, 'i'),
(791, 2, 3001, 'wallpaper_single_405', 3, 0, 1, 'i'),
(792, 2, 3001, 'wallpaper_single_406', 3, 0, 1, 'i'),
(793, 2, 3001, 'wallpaper_single_407', 3, 0, 1, 'i'),
(794, 2, 3001, 'wallpaper_single_408', 3, 0, 1, 'i'),
(795, 2, 3001, 'wallpaper_single_501', 3, 0, 1, 'i'),
(796, 2, 3001, 'wallpaper_single_502', 3, 0, 1, 'i'),
(797, 2, 3001, 'wallpaper_single_503', 3, 0, 1, 'i'),
(798, 2, 3001, 'wallpaper_single_504', 3, 0, 1, 'i'),
(799, 2, 3001, 'wallpaper_single_505', 3, 0, 1, 'i'),
(800, 2, 3001, 'wallpaper_single_506', 3, 0, 1, 'i'),
(801, 2, 3001, 'wallpaper_single_507', 3, 0, 1, 'i'),
(802, 2, 3001, 'wallpaper_single_508', 3, 0, 1, 'i'),
(803, 2, 3001, 'wallpaper_single_601', 3, 0, 1, 'i'),
(804, 2, 3001, 'wallpaper_single_602', 3, 0, 1, 'i'),
(805, 2, 3001, 'wallpaper_single_603', 3, 0, 1, 'i'),
(806, 2, 3001, 'wallpaper_single_604', 3, 0, 1, 'i'),
(807, 2, 3001, 'wallpaper_single_605', 3, 0, 1, 'i'),
(808, 2, 3001, 'wallpaper_single_606', 3, 0, 1, 'i'),
(809, 2, 3001, 'wallpaper_single_607', 3, 0, 1, 'i'),
(810, 2, 3001, 'wallpaper_single_608', 3, 0, 1, 'i'),
(811, 2, 3001, 'wallpaper_single_609', 3, 0, 1, 'i'),
(812, 2, 3001, 'wallpaper_single_610', 3, 0, 1, 'i'),
(813, 2, 3001, 'wallpaper_single_701', 3, 0, 1, 'i'),
(814, 2, 3001, 'wallpaper_single_702', 3, 0, 1, 'i'),
(815, 2, 3001, 'wallpaper_single_703', 3, 0, 1, 'i'),
(816, 2, 3001, 'wallpaper_single_704', 3, 0, 1, 'i'),
(817, 2, 3001, 'wallpaper_single_705', 3, 0, 1, 'i'),
(818, 2, 3001, 'wallpaper_single_706', 3, 0, 1, 'i'),
(819, 2, 3001, 'wallpaper_single_707', 3, 0, 1, 'i'),
(820, 2, 3001, 'wallpaper_single_708', 3, 0, 1, 'i'),
(821, 2, 3001, 'wallpaper_single_709', 3, 0, 1, 'i'),
(822, 2, 3001, 'wallpaper_single_710', 3, 0, 1, 'i'),
(823, 2, 3001, 'wallpaper_single_801', 3, 0, 1, 'i'),
(824, 2, 3001, 'wallpaper_single_802', 3, 0, 1, 'i'),
(825, 2, 3001, 'wallpaper_single_803', 3, 0, 1, 'i'),
(826, 2, 3001, 'wallpaper_single_804', 3, 0, 1, 'i'),
(827, 2, 3001, 'wallpaper_single_805', 3, 0, 1, 'i'),
(828, 2, 3001, 'wallpaper_single_806', 3, 0, 1, 'i'),
(829, 2, 3001, 'wallpaper_single_807', 3, 0, 1, 'i'),
(830, 2, 3001, 'wallpaper_single_808', 3, 0, 1, 'i'),
(831, 2, 3001, 'wallpaper_single_809', 3, 0, 1, 'i'),
(832, 2, 3001, 'wallpaper_single_810', 3, 0, 1, 'i'),
(833, 2, 3001, 'wallpaper_single_901', 3, 0, 1, 'i'),
(834, 2, 3001, 'wallpaper_single_902', 3, 0, 1, 'i'),
(835, 2, 3001, 'wallpaper_single_903', 0, 100, 1, 'i'),
(836, 2, 3001, 'wallpaper_single_904', 0, 100, 1, 'i'),
(837, 2, 3001, 'wallpaper_single_905', 3, 0, 1, 'i'),
(838, 2, 3001, 'wallpaper_single_906', 3, 0, 1, 'i'),
(839, 2, 3001, 'wallpaper_single_907', 3, 0, 1, 'i'),
(840, 2, 3001, 'wallpaper_single_908', 0, 100, 1, 'i'),
(841, 2, 3001, 'wallpaper_single_1001', 3, 0, 1, 'i'),
(842, 2, 3001, 'wallpaper_single_1002', 3, 0, 1, 'i'),
(843, 2, 3001, 'wallpaper_single_1003', 3, 0, 1, 'i'),
(844, 2, 3001, 'wallpaper_single_1004', 3, 0, 1, 'i'),
(845, 2, 3001, 'wallpaper_single_1005', 3, 0, 1, 'i'),
(846, 2, 3001, 'wallpaper_single_1006', 3, 0, 1, 'i'),
(847, 2, 3001, 'wallpaper_single_1007', 3, 0, 1, 'i'),
(848, 2, 3001, 'wallpaper_single_1101', 4, 0, 1, 'i'),
(849, 2, 3001, 'wallpaper_single_1201', 4, 0, 1, 'i'),
(850, 2, 3001, 'wallpaper_single_1301', 4, 0, 1, 'i'),
(851, 2, 3001, 'wallpaper_single_1401', 4, 0, 1, 'i'),
(852, 2, 3001, 'wallpaper_single_1501', 4, 0, 1, 'i'),
(853, 2, 3001, 'wallpaper_single_1601', 4, 0, 1, 'i'),
(854, 2, 3001, 'wallpaper_single_1701', 4, 0, 1, 'i'),
(855, 2, 3001, 'wallpaper_single_1801', 4, 0, 1, 'i'),
(856, 2, 3001, 'wallpaper_single_1901', 4, 0, 1, 'i'),
(857, 2, 3001, 'wallpaper_single_1902', 4, 0, 1, 'i'),
(858, 2, 3001, 'wallpaper_single_2001', 4, 0, 1, 'i'),
(859, 2, 3001, 'wallpaper_single_2002', 4, 0, 1, 'i'),
(860, 2, 3001, 'wallpaper_single_2003', 4, 0, 1, 'i'),
(861, 2, 3001, 'wallpaper_single_2101', 4, 0, 1, 'i'),
(862, 2, 3001, 'wallpaper_single_2102', 4, 0, 1, 'i'),
(863, 2, 3001, 'wallpaper_single_2103', 4, 0, 1, 'i'),
(864, 2, 3001, 'wallpaper_single_2201', 4, 0, 1, 'i'),
(865, 2, 3001, 'wallpaper_single_2202', 4, 0, 1, 'i'),
(866, 2, 3001, 'wallpaper_single_2203', 4, 0, 1, 'i'),
(867, 2, 3001, 'wallpaper_single_2204', 4, 0, 1, 'i'),
(868, 2, 3001, 'wallpaper_single_2205', 4, 0, 1, 'i'),
(869, 2, 3001, 'wallpaper_single_2206', 4, 0, 1, 'i'),
(870, 2, 3001, 'wallpaper_single_2301', 4, 0, 1, 'i'),
(871, 2, 3001, 'wallpaper_single_2302', 4, 0, 1, 'i'),
(872, 2, 3001, 'wallpaper_single_2303', 4, 0, 1, 'i'),
(873, 2, 3001, 'wallpaper_single_2304', 4, 0, 1, 'i'),
(874, 2, 3001, 'wallpaper_single_2401', 4, 0, 1, 'i'),
(875, 2, 3001, 'wallpaper_single_2402', 4, 0, 1, 'i'),
(876, 2, 3001, 'wallpaper_single_2403', 4, 0, 1, 'i'),
(877, 2, 3001, 'wallpaper_single_2501', 4, 0, 1, 'i'),
(878, 2, 3001, 'wallpaper_single_2502', 4, 0, 1, 'i'),
(879, 2, 3001, 'wallpaper_single_2503', 4, 0, 1, 'i'),
(880, 2, 3001, 'wallpaper_single_2504', 4, 0, 1, 'i'),
(881, 2, 3001, 'wallpaper_single_2601', 4, 0, 1, 'i'),
(882, 2, 3001, 'wallpaper_single_2602', 4, 0, 1, 'i'),
(883, 2, 3001, 'wallpaper_single_2603', 4, 0, 1, 'i'),
(884, 2, 3001, 'wallpaper_single_2604', 4, 0, 1, 'i'),
(885, 2, 3001, 'wallpaper_single_2701', 4, 0, 1, 'i'),
(886, 2, 3001, 'wallpaper_single_2702', 4, 0, 1, 'i'),
(887, 2, 3001, 'wallpaper_single_2703', 4, 0, 1, 'i'),
(888, 2, 3001, 'wallpaper_single_2704', 4, 0, 1, 'i'),
(889, 2, 3001, 'wallpaper_single_2801', 4, 0, 1, 'i'),
(890, 2, 3001, 'wallpaper_single_2802', 4, 0, 1, 'i'),
(891, 2, 3001, 'wallpaper_single_2803', 4, 0, 1, 'i'),
(892, 2, 3001, 'wallpaper_single_2804', 4, 0, 1, 'i'),
(893, 2, 3001, 'wallpaper_single_2901', 4, 0, 1, 'i'),
(894, 2, 3001, 'wallpaper_single_2902', 4, 0, 1, 'i'),
(895, 2, 3001, 'wallpaper_single_2903', 4, 0, 1, 'i'),
(896, 2, 3001, 'wallpaper_single_2904', 4, 0, 1, 'i'),
(897, 2, 3001, 'wallpaper_single_3001', 3, 0, 1, 'i'),
(898, 2, 3001, 'wallpaper_single_3002', 3, 0, 1, 'i'),
(899, 2, 3001, 'wallpaper_single_3003', 3, 0, 1, 'i'),
(900, 2, 3001, 'wallpaper_single_3004', 3, 0, 1, 'i'),
(901, 2, 3001, 'wallpaper_single_3101', 3, 0, 1, 'i'),
(902, 2, 3001, 'wallpaper_single_3102', 3, 0, 1, 'i'),
(903, 2, 3001, 'wallpaper_single_3103', 3, 0, 1, 'i'),
(904, 2, 3001, 'wallpaper_single_3104', 3, 0, 1, 'i'),
(905, 2, 3001, 'wallpaper_single_3105', 3, 0, 1, 'i'),
(906, 2, 3001, 'wallpaper_single_3106', 3, 0, 1, 'i'),
(907, 2, 3002, 'floor_single_101', 2, 0, 1, 'i'),
(908, 2, 3002, 'floor_single_102', 2, 0, 1, 'i'),
(909, 2, 3002, 'floor_single_103', 2, 0, 1, 'i'),
(910, 2, 3002, 'floor_single_104', 2, 0, 1, 'i'),
(911, 2, 3002, 'floor_single_105', 2, 0, 1, 'i'),
(912, 2, 3002, 'floor_single_106', 2, 0, 1, 'i'),
(913, 2, 3002, 'floor_single_107', 0, 100, 1, 'i'),
(914, 2, 3002, 'floor_single_108', 2, 0, 1, 'i'),
(915, 2, 3002, 'floor_single_109', 2, 0, 1, 'i'),
(916, 2, 3002, 'floor_single_110', 0, 100, 1, 'i'),
(917, 2, 3002, 'floor_single_111', 2, 0, 1, 'i'),
(918, 2, 3002, 'floor_single_201', 2, 0, 1, 'i'),
(919, 2, 3002, 'floor_single_202', 2, 0, 1, 'i'),
(920, 2, 3002, 'floor_single_203', 2, 0, 1, 'i'),
(921, 2, 3002, 'floor_single_204', 2, 0, 1, 'i'),
(922, 2, 3002, 'floor_single_205', 2, 0, 1, 'i'),
(923, 2, 3002, 'floor_single_206', 2, 0, 1, 'i'),
(924, 2, 3002, 'floor_single_207', 2, 0, 1, 'i'),
(925, 2, 3002, 'floor_single_208', 2, 0, 1, 'i'),
(926, 2, 3002, 'floor_single_209', 2, 0, 1, 'i'),
(927, 2, 3002, 'floor_single_210', 2, 0, 1, 'i'),
(928, 2, 3002, 'floor_single_211', 2, 0, 1, 'i'),
(929, 2, 3002, 'floor_single_212', 2, 0, 1, 'i'),
(930, 2, 3002, 'floor_single_301', 2, 0, 1, 'i'),
(931, 2, 3002, 'floor_single_302', 2, 0, 1, 'i'),
(932, 2, 3002, 'floor_single_303', 2, 0, 1, 'i'),
(933, 2, 3002, 'floor_single_304', 2, 0, 1, 'i'),
(934, 2, 3002, 'floor_single_305', 2, 0, 1, 'i'),
(935, 2, 3002, 'floor_single_306', 2, 0, 1, 'i'),
(936, 2, 3002, 'floor_single_307', 2, 0, 1, 'i'),
(937, 2, 3002, 'floor_single_401', 2, 0, 1, 'i'),
(938, 2, 3002, 'floor_single_402', 2, 0, 1, 'i'),
(939, 2, 3002, 'floor_single_403', 2, 0, 1, 'i'),
(940, 2, 3002, 'floor_single_404', 2, 0, 1, 'i'),
(941, 2, 3002, 'floor_single_405', 2, 0, 1, 'i'),
(942, 2, 3002, 'floor_single_406', 2, 0, 1, 'i'),
(943, 2, 3002, 'floor_single_407', 2, 0, 1, 'i'),
(944, 2, 3002, 'floor_single_408', 2, 0, 1, 'i'),
(945, 2, 3002, 'floor_single_409', 2, 0, 1, 'i'),
(946, 2, 3002, 'floor_single_410', 2, 0, 1, 'i'),
(947, 2, 3002, 'floor_single_501', 2, 0, 1, 'i'),
(948, 2, 3002, 'floor_single_502', 2, 0, 1, 'i'),
(949, 2, 3002, 'floor_single_503', 2, 0, 1, 'i'),
(950, 2, 3002, 'floor_single_504', 2, 0, 1, 'i'),
(951, 2, 3002, 'floor_single_505', 2, 0, 1, 'i'),
(952, 2, 3002, 'floor_single_506', 2, 0, 1, 'i'),
(953, 2, 3002, 'floor_single_507', 2, 0, 1, 'i'),
(954, 2, 3002, 'floor_single_601', 2, 0, 1, 'i'),
(955, 2, 3002, 'floor_single_602', 2, 0, 1, 'i'),
(956, 2, 3002, 'floor_single_603', 2, 0, 1, 'i'),
(957, 2, 3002, 'floor_single_604', 2, 0, 1, 'i'),
(958, 2, 3002, 'floor_single_605', 2, 0, 1, 'i'),
(959, 2, 3002, 'floor_single_606', 2, 0, 1, 'i'),
(960, 2, 3002, 'floor_single_607', 2, 0, 1, 'i'),
(961, 2, 3002, 'floor_single_608', 2, 0, 1, 'i'),
(962, 2, 3002, 'floor_single_609', 2, 0, 1, 'i'),
(963, 2, 3002, 'floor_single_610', 2, 0, 1, 'i'),
(964, 2, 4055, 'landscape_single_1.1', 3, 0, 1, 'i'),
(965, 2, 4055, 'landscape_single_2.1', 3, 0, 1, 'i'),
(966, 2, 4055, 'landscape_single_3.1', 3, 0, 1, 'i'),
(967, 2, 4055, 'landscape_single_4.1', 3, 0, 1, 'i'),
(968, 2, 4055, 'landscape_single_5.1', 3, 0, 1, 'i'),
(969, 2, 4055, 'landscape_single_6.1', 3, 0, 1, 'i'),
(970, 2, 4055, 'landscape_single_7.1', 3, 0, 1, 'i'),
(971, 2, 4055, 'landscape_single_1.2', 3, 0, 1, 'i'),
(972, 2, 4055, 'landscape_single_1.3', 3, 0, 1, 'i'),
(973, 2, 4055, 'landscape_single_2.3', 3, 0, 1, 'i'),
(974, 2, 4055, 'landscape_single_3.3', 3, 0, 1, 'i'),
(975, 2, 4055, 'landscape_single_4.3', 3, 0, 1, 'i'),
(976, 2, 4055, 'landscape_single_5.3', 3, 0, 1, 'i'),
(977, 2, 4055, 'landscape_single_6.3', 3, 0, 1, 'i'),
(978, 2, 4055, 'landscape_single_7.3', 3, 0, 1, 'i'),
(979, 2, 4055, 'landscape_single_1.4', 3, 0, 1, 'i'),
(980, 2, 4055, 'landscape_single_2.4', 3, 0, 1, 'i'),
(981, 2, 4055, 'landscape_single_3.4', 3, 0, 1, 'i'),
(982, 2, 4055, 'landscape_single_4.4', 3, 0, 1, 'i'),
(983, 2, 4055, 'landscape_single_5.4', 3, 0, 1, 'i'),
(984, 2, 4055, 'landscape_single_6.4', 3, 0, 1, 'i'),
(985, 2, 4055, 'landscape_single_7.4', 3, 0, 1, 'i'),
(986, 2, 4055, 'landscape_single_1.5', 3, 0, 1, 'i'),
(987, 2, 4055, 'landscape_single_2.5', 3, 0, 1, 'i'),
(988, 2, 4055, 'landscape_single_3.5', 3, 0, 1, 'i'),
(989, 2, 4055, 'landscape_single_4.5', 3, 0, 1, 'i'),
(990, 2, 4055, 'landscape_single_5.5', 3, 0, 1, 'i'),
(991, 2, 4055, 'landscape_single_6.5', 3, 0, 1, 'i'),
(992, 2, 4055, 'landscape_single_7.5', 3, 0, 1, 'i'),
(993, 2, 4055, 'landscape_single_1.6', 3, 0, 1, 'i'),
(994, 2, 4055, 'landscape_single_2.6', 3, 0, 1, 'i'),
(995, 2, 4055, 'landscape_single_3.6', 3, 0, 1, 'i'),
(996, 2, 4055, 'landscape_single_4.6', 3, 0, 1, 'i'),
(997, 2, 4055, 'landscape_single_5.6', 3, 0, 1, 'i'),
(998, 2, 4055, 'landscape_single_6.6', 3, 0, 1, 'i'),
(999, 2, 4055, 'landscape_single_7.6', 3, 0, 1, 'i'),
(1000, 2, 4055, 'landscape_single_1.7', 3, 0, 1, 'i'),
(1001, 2, 4055, 'landscape_single_2.7', 3, 0, 1, 'i'),
(1002, 2, 4055, 'landscape_single_3.7', 3, 0, 1, 'i'),
(1003, 2, 4055, 'landscape_single_4.7', 3, 0, 1, 'i'),
(1004, 2, 4055, 'landscape_single_5.7', 3, 0, 1, 'i'),
(1005, 2, 4055, 'landscape_single_6.7', 3, 0, 1, 'i'),
(1006, 2, 4055, 'landscape_single_7.7', 3, 0, 1, 'i'),
(1007, 2, 4055, 'landscape_single_1.8', 3, 0, 1, 'i'),
(1008, 2, 4055, 'landscape_single_1.9', 3, 0, 1, 'i'),
(1009, 2, 4055, 'landscape_single_1.10', 3, 0, 1, 'i'),
(1010, 2, 4055, 'landscape_single_1.11', 3, 0, 1, 'i'),
(1011, 2, 4055, 'landscape_single_7.12', 3, 0, 1, 'i');
Quote:
Originally Posted by
Kryptos
Can't you just read the code and figure out?
I can't though. I need to be teached about a pathfinder. I don't even know how a person starts one :)
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Quote:
Originally Posted by
Quackster
This should fix it. Delete catalogue_categories, catalogue_pages and catalogue_products and add run this.
Code:
CREATE TABLE IF NOT EXISTS `catalogue_categories` (
`indexid` int(3) 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` int(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`, `pageid`, `minrank`, `indexname`, `colour`, `icon`) VALUES
(1, 1, 1, 'Front Page', 6, 1),
(2, 0, 2, 'Furni Shop', 4, 2),
(3, 0, 1, 'Pixel Shop', 5, 5),
(4, 0, 1, 'Pets Shop', 2, 8);
-- --------------------------------------------------------
--
-- Table structure for table `catalogue_pages`
--
CREATE TABLE IF NOT EXISTS `catalogue_pages` (
`indexid` int(11) NOT NULL AUTO_INCREMENT,
`in_category` int(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(1) 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=26 ;
--
-- 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', '', 0, '', '', '', '', '', '', 'frontpage3Kcatalog_frontpage_headline2_dets_country_4SBNew country furni on now!You can finally grow those trees in your hotel room!How to get Habbo CreditsYou can get Habbo Credits via Home Phone, Credit Card, Text Messaging, completing offers and more! \r\n\r\nTo redeem your Habbo Prepaid Card enter your voucher code below.Redeem a voucher code here:Jukebox#FEFEFE#FEFEFEWant all the options? Click here!magic.creditsHM'),
(2, 2, 1, 'Spaces', 'spaces_new', 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 1, 'Lodge', 'default_3x3', 37, '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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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.', '', ''),
(19, 3, 1, 'Pixel Furni', 'default_3x3', 5, 'catalog_kuurna_headline_en', 'ctlg_kuurna_teaser', '', 'Buy Pixel Furni with your Pixel Points! Earn your Pixel Points simply by being active in the Hotel, and dress up your room with killer Furni!', 'Click on an item for details.', '', ''),
(20, 4, 1, 'Dogs', 'pets', 8, 'catalog_pet_headline1', NULL, '', 'Wet noses, paws, yaps and woofs! You''re about to enter the world of Habbo Dogs. An adorable and faithful servant awaits you with a wagging tail every time they see you. Find a new friend from our huge selection.', NULL, '', NULL),
(21, 4, 1, 'Turtles', 'pets', 126, 'catalog_pet_headline1', NULL, '', 'Anything but slow, these guys are ready to ride the waves and swim laps at your beaches! Plus, buy a Turtle before July 11th and you''ll receive an exclusive badge! ', NULL, '', NULL),
(22, 4, 1, 'Dragons', 'pets', 0, 'catalog_pet_headline1', NULL, '', 'Keepers of the Dragon, beware... their fire might be lethal, but win a Dragon''s heart and it will be your most loyal companion forever!', NULL, '', NULL);
-- --------------------------------------------------------
--
-- 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=1012 ;
--
-- 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'),
(727, 3, 4040, 'DEV window_70s_narrow', 3, 0, 1, 'i'),
(728, 3, 4042, 'DEV window_basic', 4, 0, 1, 'i'),
(729, 3, 4038, 'DEV window_chinese_narrow', 3, 0, 1, 'i'),
(730, 3, 4034, 'DEV window_chinese_wide', 5, 0, 1, 'i'),
(731, 3, 4035, 'DEV window_golden', 3, 0, 1, 'i'),
(732, 3, 4044, 'DEV window_grunge', 5, 0, 1, 'i'),
(733, 3, 4052, 'DEV window_hole', 5, 0, 1, 'i'),
(734, 3, 4037, 'DEV window_romantic_narrow', 3, 0, 1, 'i'),
(735, 3, 4041, 'DEV window_romantic_wide', 4, 0, 1, 'i'),
(736, 3, 4054, 'DEV window_skyscraper', 4, 0, 1, 'i'),
(737, 3, 4054, 'window_skyscraper_deal1', 12, 0, 5, 'i'),
(738, 3, 4054, 'window_skyscraper_deal2', 20, 0, 10, 'i'),
(739, 3, 4036, 'DEV window_square', 2, 0, 1, 'i'),
(740, 3, 4045, 'DEV window_triple', 5, 0, 1, 'i'),
(741, 3, 4039, 'DEV window_70s_wide', 4, 0, 1, 'i'),
(742, 3, 4031, 'DEV window_single_default', 1, 0, 1, 'i'),
(743, 3, 4032, 'DEV window_double_default', 1, 0, 1, 'i'),
(744, 20, 1534, 'a0 pet0', 20, 0, 1, 's'),
(745, 22, 3995, 'a0 pet12', 25, 0, 1, 's'),
(746, 21, 4037, 'a0 pet9', 15, 0, 1, 's'),
(747, 2, 3001, 'wallpaper_single_101', 3, 0, 1, 'i'),
(748, 2, 3001, 'wallpaper_single_102', 3, 0, 1, 'i'),
(749, 2, 3001, 'wallpaper_single_103', 3, 0, 1, 'i'),
(750, 2, 3001, 'wallpaper_single_104', 3, 0, 1, 'i'),
(751, 2, 3001, 'wallpaper_single_105', 3, 0, 1, 'i'),
(752, 2, 3001, 'wallpaper_single_106', 3, 0, 1, 'i'),
(753, 2, 3001, 'wallpaper_single_107', 3, 0, 1, 'i'),
(754, 2, 3001, 'wallpaper_single_108', 3, 0, 1, 'i'),
(755, 2, 3001, 'wallpaper_single_109', 3, 0, 1, 'i'),
(756, 2, 3001, 'wallpaper_single_110', 3, 0, 1, 'i'),
(757, 2, 3001, 'wallpaper_single_111', 3, 0, 1, 'i'),
(758, 2, 3001, 'wallpaper_single_112', 3, 0, 1, 'i'),
(759, 2, 3001, 'wallpaper_single_113', 3, 0, 1, 'i'),
(760, 2, 3001, 'wallpaper_single_114', 3, 0, 1, 'i'),
(761, 2, 3001, 'wallpaper_single_115', 3, 0, 1, 'i'),
(762, 2, 3001, 'wallpaper_single_201', 3, 0, 1, 'i'),
(763, 2, 3001, 'wallpaper_single_202', 3, 0, 1, 'i'),
(764, 2, 3001, 'wallpaper_single_203', 3, 0, 1, 'i'),
(765, 2, 3001, 'wallpaper_single_204', 3, 0, 1, 'i'),
(766, 2, 3001, 'wallpaper_single_205', 3, 0, 1, 'i'),
(767, 2, 3001, 'wallpaper_single_206', 3, 0, 1, 'i'),
(768, 2, 3001, 'wallpaper_single_207', 3, 0, 1, 'i'),
(769, 2, 3001, 'wallpaper_single_208', 3, 0, 1, 'i'),
(770, 2, 3001, 'wallpaper_single_209', 3, 0, 1, 'i'),
(771, 2, 3001, 'wallpaper_single_210', 3, 0, 1, 'i'),
(772, 2, 3001, 'wallpaper_single_211', 3, 0, 1, 'i'),
(773, 2, 3001, 'wallpaper_single_212', 3, 0, 1, 'i'),
(774, 2, 3001, 'wallpaper_single_213', 3, 0, 1, 'i'),
(775, 2, 3001, 'wallpaper_single_214', 3, 0, 1, 'i'),
(776, 2, 3001, 'wallpaper_single_215', 3, 0, 1, 'i'),
(777, 2, 3001, 'wallpaper_single_216', 3, 0, 1, 'i'),
(778, 2, 3001, 'wallpaper_single_217', 3, 0, 1, 'i'),
(779, 2, 3001, 'wallpaper_single_218', 3, 0, 1, 'i'),
(780, 2, 3001, 'wallpaper_single_301', 3, 0, 1, 'i'),
(781, 2, 3001, 'wallpaper_single_302', 3, 0, 1, 'i'),
(782, 2, 3001, 'wallpaper_single_303', 3, 0, 1, 'i'),
(783, 2, 3001, 'wallpaper_single_304', 3, 0, 1, 'i'),
(784, 2, 3001, 'wallpaper_single_305', 3, 0, 1, 'i'),
(785, 2, 3001, 'wallpaper_single_306', 3, 0, 1, 'i'),
(786, 2, 3001, 'wallpaper_single_307', 3, 0, 1, 'i'),
(787, 2, 3001, 'wallpaper_single_401', 3, 0, 1, 'i'),
(788, 2, 3001, 'wallpaper_single_402', 3, 0, 1, 'i'),
(789, 2, 3001, 'wallpaper_single_403', 3, 0, 1, 'i'),
(790, 2, 3001, 'wallpaper_single_404', 3, 0, 1, 'i'),
(791, 2, 3001, 'wallpaper_single_405', 3, 0, 1, 'i'),
(792, 2, 3001, 'wallpaper_single_406', 3, 0, 1, 'i'),
(793, 2, 3001, 'wallpaper_single_407', 3, 0, 1, 'i'),
(794, 2, 3001, 'wallpaper_single_408', 3, 0, 1, 'i'),
(795, 2, 3001, 'wallpaper_single_501', 3, 0, 1, 'i'),
(796, 2, 3001, 'wallpaper_single_502', 3, 0, 1, 'i'),
(797, 2, 3001, 'wallpaper_single_503', 3, 0, 1, 'i'),
(798, 2, 3001, 'wallpaper_single_504', 3, 0, 1, 'i'),
(799, 2, 3001, 'wallpaper_single_505', 3, 0, 1, 'i'),
(800, 2, 3001, 'wallpaper_single_506', 3, 0, 1, 'i'),
(801, 2, 3001, 'wallpaper_single_507', 3, 0, 1, 'i'),
(802, 2, 3001, 'wallpaper_single_508', 3, 0, 1, 'i'),
(803, 2, 3001, 'wallpaper_single_601', 3, 0, 1, 'i'),
(804, 2, 3001, 'wallpaper_single_602', 3, 0, 1, 'i'),
(805, 2, 3001, 'wallpaper_single_603', 3, 0, 1, 'i'),
(806, 2, 3001, 'wallpaper_single_604', 3, 0, 1, 'i'),
(807, 2, 3001, 'wallpaper_single_605', 3, 0, 1, 'i'),
(808, 2, 3001, 'wallpaper_single_606', 3, 0, 1, 'i'),
(809, 2, 3001, 'wallpaper_single_607', 3, 0, 1, 'i'),
(810, 2, 3001, 'wallpaper_single_608', 3, 0, 1, 'i'),
(811, 2, 3001, 'wallpaper_single_609', 3, 0, 1, 'i'),
(812, 2, 3001, 'wallpaper_single_610', 3, 0, 1, 'i'),
(813, 2, 3001, 'wallpaper_single_701', 3, 0, 1, 'i'),
(814, 2, 3001, 'wallpaper_single_702', 3, 0, 1, 'i'),
(815, 2, 3001, 'wallpaper_single_703', 3, 0, 1, 'i'),
(816, 2, 3001, 'wallpaper_single_704', 3, 0, 1, 'i'),
(817, 2, 3001, 'wallpaper_single_705', 3, 0, 1, 'i'),
(818, 2, 3001, 'wallpaper_single_706', 3, 0, 1, 'i'),
(819, 2, 3001, 'wallpaper_single_707', 3, 0, 1, 'i'),
(820, 2, 3001, 'wallpaper_single_708', 3, 0, 1, 'i'),
(821, 2, 3001, 'wallpaper_single_709', 3, 0, 1, 'i'),
(822, 2, 3001, 'wallpaper_single_710', 3, 0, 1, 'i'),
(823, 2, 3001, 'wallpaper_single_801', 3, 0, 1, 'i'),
(824, 2, 3001, 'wallpaper_single_802', 3, 0, 1, 'i'),
(825, 2, 3001, 'wallpaper_single_803', 3, 0, 1, 'i'),
(826, 2, 3001, 'wallpaper_single_804', 3, 0, 1, 'i'),
(827, 2, 3001, 'wallpaper_single_805', 3, 0, 1, 'i'),
(828, 2, 3001, 'wallpaper_single_806', 3, 0, 1, 'i'),
(829, 2, 3001, 'wallpaper_single_807', 3, 0, 1, 'i'),
(830, 2, 3001, 'wallpaper_single_808', 3, 0, 1, 'i'),
(831, 2, 3001, 'wallpaper_single_809', 3, 0, 1, 'i'),
(832, 2, 3001, 'wallpaper_single_810', 3, 0, 1, 'i'),
(833, 2, 3001, 'wallpaper_single_901', 3, 0, 1, 'i'),
(834, 2, 3001, 'wallpaper_single_902', 3, 0, 1, 'i'),
(835, 2, 3001, 'wallpaper_single_903', 0, 100, 1, 'i'),
(836, 2, 3001, 'wallpaper_single_904', 0, 100, 1, 'i'),
(837, 2, 3001, 'wallpaper_single_905', 3, 0, 1, 'i'),
(838, 2, 3001, 'wallpaper_single_906', 3, 0, 1, 'i'),
(839, 2, 3001, 'wallpaper_single_907', 3, 0, 1, 'i'),
(840, 2, 3001, 'wallpaper_single_908', 0, 100, 1, 'i'),
(841, 2, 3001, 'wallpaper_single_1001', 3, 0, 1, 'i'),
(842, 2, 3001, 'wallpaper_single_1002', 3, 0, 1, 'i'),
(843, 2, 3001, 'wallpaper_single_1003', 3, 0, 1, 'i'),
(844, 2, 3001, 'wallpaper_single_1004', 3, 0, 1, 'i'),
(845, 2, 3001, 'wallpaper_single_1005', 3, 0, 1, 'i'),
(846, 2, 3001, 'wallpaper_single_1006', 3, 0, 1, 'i'),
(847, 2, 3001, 'wallpaper_single_1007', 3, 0, 1, 'i'),
(848, 2, 3001, 'wallpaper_single_1101', 4, 0, 1, 'i'),
(849, 2, 3001, 'wallpaper_single_1201', 4, 0, 1, 'i'),
(850, 2, 3001, 'wallpaper_single_1301', 4, 0, 1, 'i'),
(851, 2, 3001, 'wallpaper_single_1401', 4, 0, 1, 'i'),
(852, 2, 3001, 'wallpaper_single_1501', 4, 0, 1, 'i'),
(853, 2, 3001, 'wallpaper_single_1601', 4, 0, 1, 'i'),
(854, 2, 3001, 'wallpaper_single_1701', 4, 0, 1, 'i'),
(855, 2, 3001, 'wallpaper_single_1801', 4, 0, 1, 'i'),
(856, 2, 3001, 'wallpaper_single_1901', 4, 0, 1, 'i'),
(857, 2, 3001, 'wallpaper_single_1902', 4, 0, 1, 'i'),
(858, 2, 3001, 'wallpaper_single_2001', 4, 0, 1, 'i'),
(859, 2, 3001, 'wallpaper_single_2002', 4, 0, 1, 'i'),
(860, 2, 3001, 'wallpaper_single_2003', 4, 0, 1, 'i'),
(861, 2, 3001, 'wallpaper_single_2101', 4, 0, 1, 'i'),
(862, 2, 3001, 'wallpaper_single_2102', 4, 0, 1, 'i'),
(863, 2, 3001, 'wallpaper_single_2103', 4, 0, 1, 'i'),
(864, 2, 3001, 'wallpaper_single_2201', 4, 0, 1, 'i'),
(865, 2, 3001, 'wallpaper_single_2202', 4, 0, 1, 'i'),
(866, 2, 3001, 'wallpaper_single_2203', 4, 0, 1, 'i'),
(867, 2, 3001, 'wallpaper_single_2204', 4, 0, 1, 'i'),
(868, 2, 3001, 'wallpaper_single_2205', 4, 0, 1, 'i'),
(869, 2, 3001, 'wallpaper_single_2206', 4, 0, 1, 'i'),
(870, 2, 3001, 'wallpaper_single_2301', 4, 0, 1, 'i'),
(871, 2, 3001, 'wallpaper_single_2302', 4, 0, 1, 'i'),
(872, 2, 3001, 'wallpaper_single_2303', 4, 0, 1, 'i'),
(873, 2, 3001, 'wallpaper_single_2304', 4, 0, 1, 'i'),
(874, 2, 3001, 'wallpaper_single_2401', 4, 0, 1, 'i'),
(875, 2, 3001, 'wallpaper_single_2402', 4, 0, 1, 'i'),
(876, 2, 3001, 'wallpaper_single_2403', 4, 0, 1, 'i'),
(877, 2, 3001, 'wallpaper_single_2501', 4, 0, 1, 'i'),
(878, 2, 3001, 'wallpaper_single_2502', 4, 0, 1, 'i'),
(879, 2, 3001, 'wallpaper_single_2503', 4, 0, 1, 'i'),
(880, 2, 3001, 'wallpaper_single_2504', 4, 0, 1, 'i'),
(881, 2, 3001, 'wallpaper_single_2601', 4, 0, 1, 'i'),
(882, 2, 3001, 'wallpaper_single_2602', 4, 0, 1, 'i'),
(883, 2, 3001, 'wallpaper_single_2603', 4, 0, 1, 'i'),
(884, 2, 3001, 'wallpaper_single_2604', 4, 0, 1, 'i'),
(885, 2, 3001, 'wallpaper_single_2701', 4, 0, 1, 'i'),
(886, 2, 3001, 'wallpaper_single_2702', 4, 0, 1, 'i'),
(887, 2, 3001, 'wallpaper_single_2703', 4, 0, 1, 'i'),
(888, 2, 3001, 'wallpaper_single_2704', 4, 0, 1, 'i'),
(889, 2, 3001, 'wallpaper_single_2801', 4, 0, 1, 'i'),
(890, 2, 3001, 'wallpaper_single_2802', 4, 0, 1, 'i'),
(891, 2, 3001, 'wallpaper_single_2803', 4, 0, 1, 'i'),
(892, 2, 3001, 'wallpaper_single_2804', 4, 0, 1, 'i'),
(893, 2, 3001, 'wallpaper_single_2901', 4, 0, 1, 'i'),
(894, 2, 3001, 'wallpaper_single_2902', 4, 0, 1, 'i'),
(895, 2, 3001, 'wallpaper_single_2903', 4, 0, 1, 'i'),
(896, 2, 3001, 'wallpaper_single_2904', 4, 0, 1, 'i'),
(897, 2, 3001, 'wallpaper_single_3001', 3, 0, 1, 'i'),
(898, 2, 3001, 'wallpaper_single_3002', 3, 0, 1, 'i'),
(899, 2, 3001, 'wallpaper_single_3003', 3, 0, 1, 'i'),
(900, 2, 3001, 'wallpaper_single_3004', 3, 0, 1, 'i'),
(901, 2, 3001, 'wallpaper_single_3101', 3, 0, 1, 'i'),
(902, 2, 3001, 'wallpaper_single_3102', 3, 0, 1, 'i'),
(903, 2, 3001, 'wallpaper_single_3103', 3, 0, 1, 'i'),
(904, 2, 3001, 'wallpaper_single_3104', 3, 0, 1, 'i'),
(905, 2, 3001, 'wallpaper_single_3105', 3, 0, 1, 'i'),
(906, 2, 3001, 'wallpaper_single_3106', 3, 0, 1, 'i'),
(907, 2, 3002, 'floor_single_101', 2, 0, 1, 'i'),
(908, 2, 3002, 'floor_single_102', 2, 0, 1, 'i'),
(909, 2, 3002, 'floor_single_103', 2, 0, 1, 'i'),
(910, 2, 3002, 'floor_single_104', 2, 0, 1, 'i'),
(911, 2, 3002, 'floor_single_105', 2, 0, 1, 'i'),
(912, 2, 3002, 'floor_single_106', 2, 0, 1, 'i'),
(913, 2, 3002, 'floor_single_107', 0, 100, 1, 'i'),
(914, 2, 3002, 'floor_single_108', 2, 0, 1, 'i'),
(915, 2, 3002, 'floor_single_109', 2, 0, 1, 'i'),
(916, 2, 3002, 'floor_single_110', 0, 100, 1, 'i'),
(917, 2, 3002, 'floor_single_111', 2, 0, 1, 'i'),
(918, 2, 3002, 'floor_single_201', 2, 0, 1, 'i'),
(919, 2, 3002, 'floor_single_202', 2, 0, 1, 'i'),
(920, 2, 3002, 'floor_single_203', 2, 0, 1, 'i'),
(921, 2, 3002, 'floor_single_204', 2, 0, 1, 'i'),
(922, 2, 3002, 'floor_single_205', 2, 0, 1, 'i'),
(923, 2, 3002, 'floor_single_206', 2, 0, 1, 'i'),
(924, 2, 3002, 'floor_single_207', 2, 0, 1, 'i'),
(925, 2, 3002, 'floor_single_208', 2, 0, 1, 'i'),
(926, 2, 3002, 'floor_single_209', 2, 0, 1, 'i'),
(927, 2, 3002, 'floor_single_210', 2, 0, 1, 'i'),
(928, 2, 3002, 'floor_single_211', 2, 0, 1, 'i'),
(929, 2, 3002, 'floor_single_212', 2, 0, 1, 'i'),
(930, 2, 3002, 'floor_single_301', 2, 0, 1, 'i'),
(931, 2, 3002, 'floor_single_302', 2, 0, 1, 'i'),
(932, 2, 3002, 'floor_single_303', 2, 0, 1, 'i'),
(933, 2, 3002, 'floor_single_304', 2, 0, 1, 'i'),
(934, 2, 3002, 'floor_single_305', 2, 0, 1, 'i'),
(935, 2, 3002, 'floor_single_306', 2, 0, 1, 'i'),
(936, 2, 3002, 'floor_single_307', 2, 0, 1, 'i'),
(937, 2, 3002, 'floor_single_401', 2, 0, 1, 'i'),
(938, 2, 3002, 'floor_single_402', 2, 0, 1, 'i'),
(939, 2, 3002, 'floor_single_403', 2, 0, 1, 'i'),
(940, 2, 3002, 'floor_single_404', 2, 0, 1, 'i'),
(941, 2, 3002, 'floor_single_405', 2, 0, 1, 'i'),
(942, 2, 3002, 'floor_single_406', 2, 0, 1, 'i'),
(943, 2, 3002, 'floor_single_407', 2, 0, 1, 'i'),
(944, 2, 3002, 'floor_single_408', 2, 0, 1, 'i'),
(945, 2, 3002, 'floor_single_409', 2, 0, 1, 'i'),
(946, 2, 3002, 'floor_single_410', 2, 0, 1, 'i'),
(947, 2, 3002, 'floor_single_501', 2, 0, 1, 'i'),
(948, 2, 3002, 'floor_single_502', 2, 0, 1, 'i'),
(949, 2, 3002, 'floor_single_503', 2, 0, 1, 'i'),
(950, 2, 3002, 'floor_single_504', 2, 0, 1, 'i'),
(951, 2, 3002, 'floor_single_505', 2, 0, 1, 'i'),
(952, 2, 3002, 'floor_single_506', 2, 0, 1, 'i'),
(953, 2, 3002, 'floor_single_507', 2, 0, 1, 'i'),
(954, 2, 3002, 'floor_single_601', 2, 0, 1, 'i'),
(955, 2, 3002, 'floor_single_602', 2, 0, 1, 'i'),
(956, 2, 3002, 'floor_single_603', 2, 0, 1, 'i'),
(957, 2, 3002, 'floor_single_604', 2, 0, 1, 'i'),
(958, 2, 3002, 'floor_single_605', 2, 0, 1, 'i'),
(959, 2, 3002, 'floor_single_606', 2, 0, 1, 'i'),
(960, 2, 3002, 'floor_single_607', 2, 0, 1, 'i'),
(961, 2, 3002, 'floor_single_608', 2, 0, 1, 'i'),
(962, 2, 3002, 'floor_single_609', 2, 0, 1, 'i'),
(963, 2, 3002, 'floor_single_610', 2, 0, 1, 'i'),
(964, 2, 4055, 'landscape_single_1.1', 3, 0, 1, 'i'),
(965, 2, 4055, 'landscape_single_2.1', 3, 0, 1, 'i'),
(966, 2, 4055, 'landscape_single_3.1', 3, 0, 1, 'i'),
(967, 2, 4055, 'landscape_single_4.1', 3, 0, 1, 'i'),
(968, 2, 4055, 'landscape_single_5.1', 3, 0, 1, 'i'),
(969, 2, 4055, 'landscape_single_6.1', 3, 0, 1, 'i'),
(970, 2, 4055, 'landscape_single_7.1', 3, 0, 1, 'i'),
(971, 2, 4055, 'landscape_single_1.2', 3, 0, 1, 'i'),
(972, 2, 4055, 'landscape_single_1.3', 3, 0, 1, 'i'),
(973, 2, 4055, 'landscape_single_2.3', 3, 0, 1, 'i'),
(974, 2, 4055, 'landscape_single_3.3', 3, 0, 1, 'i'),
(975, 2, 4055, 'landscape_single_4.3', 3, 0, 1, 'i'),
(976, 2, 4055, 'landscape_single_5.3', 3, 0, 1, 'i'),
(977, 2, 4055, 'landscape_single_6.3', 3, 0, 1, 'i'),
(978, 2, 4055, 'landscape_single_7.3', 3, 0, 1, 'i'),
(979, 2, 4055, 'landscape_single_1.4', 3, 0, 1, 'i'),
(980, 2, 4055, 'landscape_single_2.4', 3, 0, 1, 'i'),
(981, 2, 4055, 'landscape_single_3.4', 3, 0, 1, 'i'),
(982, 2, 4055, 'landscape_single_4.4', 3, 0, 1, 'i'),
(983, 2, 4055, 'landscape_single_5.4', 3, 0, 1, 'i'),
(984, 2, 4055, 'landscape_single_6.4', 3, 0, 1, 'i'),
(985, 2, 4055, 'landscape_single_7.4', 3, 0, 1, 'i'),
(986, 2, 4055, 'landscape_single_1.5', 3, 0, 1, 'i'),
(987, 2, 4055, 'landscape_single_2.5', 3, 0, 1, 'i'),
(988, 2, 4055, 'landscape_single_3.5', 3, 0, 1, 'i'),
(989, 2, 4055, 'landscape_single_4.5', 3, 0, 1, 'i'),
(990, 2, 4055, 'landscape_single_5.5', 3, 0, 1, 'i'),
(991, 2, 4055, 'landscape_single_6.5', 3, 0, 1, 'i'),
(992, 2, 4055, 'landscape_single_7.5', 3, 0, 1, 'i'),
(993, 2, 4055, 'landscape_single_1.6', 3, 0, 1, 'i'),
(994, 2, 4055, 'landscape_single_2.6', 3, 0, 1, 'i'),
(995, 2, 4055, 'landscape_single_3.6', 3, 0, 1, 'i'),
(996, 2, 4055, 'landscape_single_4.6', 3, 0, 1, 'i'),
(997, 2, 4055, 'landscape_single_5.6', 3, 0, 1, 'i'),
(998, 2, 4055, 'landscape_single_6.6', 3, 0, 1, 'i'),
(999, 2, 4055, 'landscape_single_7.6', 3, 0, 1, 'i'),
(1000, 2, 4055, 'landscape_single_1.7', 3, 0, 1, 'i'),
(1001, 2, 4055, 'landscape_single_2.7', 3, 0, 1, 'i'),
(1002, 2, 4055, 'landscape_single_3.7', 3, 0, 1, 'i'),
(1003, 2, 4055, 'landscape_single_4.7', 3, 0, 1, 'i'),
(1004, 2, 4055, 'landscape_single_5.7', 3, 0, 1, 'i'),
(1005, 2, 4055, 'landscape_single_6.7', 3, 0, 1, 'i'),
(1006, 2, 4055, 'landscape_single_7.7', 3, 0, 1, 'i'),
(1007, 2, 4055, 'landscape_single_1.8', 3, 0, 1, 'i'),
(1008, 2, 4055, 'landscape_single_1.9', 3, 0, 1, 'i'),
(1009, 2, 4055, 'landscape_single_1.10', 3, 0, 1, 'i'),
(1010, 2, 4055, 'landscape_single_1.11', 3, 0, 1, 'i'),
(1011, 2, 4055, 'landscape_single_7.12', 3, 0, 1, 'i');
I can't though. I need to be teached about a pathfinder. I don't even know how a person starts one :)
My error now is:
http://localhostr.com/file/lekhMPP/error3.png
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Quote:
Originally Posted by
American
Delete the private rooms table and run this;
Code:
CREATE TABLE IF NOT EXISTS `private_rooms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(150) NOT NULL,
`rating` int(5) NOT NULL,
`description` varchar(150) NOT NULL,
`ownerid` int(150) NOT NULL,
`status` int(11) NOT NULL,
`tags` longtext NOT NULL,
`thumbnail` varchar(150) NOT NULL,
`petsAllowed` int(11) 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=3 ;
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Users can't move? my avatar doesn't move, keeps 'teleporting'
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Quote:
Originally Posted by
American
Users can't move? my avatar doesn't move, keeps 'teleporting'
If you read what doesn't work...
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Quote:
Originally Posted by
Quackster
If you read what doesn't work...
- Pathfinding/Walking (they just warp to their location)
Oh ok, i see it now, i'm really a dumbass.
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Any more feedback? It's a very neat and understandable base :D:
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Good release queefster will serve as a good base to work off of :p
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Quote:
Originally Posted by
YungTmk
Good release queefster will serve as a good base to work off of :p
Yes it is a very good base. You'll understand it because a majority of it is already done ;D
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Nice release Alex :D! Also nice signature ;D.
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Ahaha This is epic keep it up..
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
-
Re: AleedaEmulator - R63 - ION/Deltar - General Info and Notes
Quote:
Originally Posted by
Wupz0r
Nice, but not finished.
You can talk ;)