Problema Furni usva

@404Error scusa ma mi da una marea di problemi...me li inserisci te perfavore?
questo e' il mio db(ginga):
-- phpMyAdmin SQL Dump
-- version 3.1.3.1
--
Perfavore, Entra oppure Registrati per vedere i Link!

--
-- Host: localhost
-- Generato il: 31 gen, 2014 at 09:06 PM
-- Versione MySQL: 5.1.33
-- Versione PHP: 5.2.9

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `ginga`
--

-- --------------------------------------------------------

--
-- Struttura della tabella `achievements`
--

CREATE TABLE IF NOT EXISTS `achievements` (
`id_ai` int(10) unsigned NOT NULL AUTO_INCREMENT,
`id` int(11) NOT NULL,
`group_name` varchar(64) NOT NULL DEFAULT 'ACH_',
`category` varchar(255) NOT NULL DEFAULT 'identity',
`level` int(11) NOT NULL DEFAULT '1',
`reward_pixels` int(11) NOT NULL DEFAULT '100',
`reward_points` int(11) DEFAULT '10',
`progress_needed` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`id_ai`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=485 ;

--
-- Dump dei dati per la tabella `achievements`
--

INSERT INTO `achievements` (`id_ai`, `id`, `group_name`, `category`, `level`, `reward_pixels`, `reward_points`, `progress_needed`) VALUES
(1, 3, 'ACH_EmailVerification', 'identity', 1, 0, 0, 1),
(2, 4, 'ACH_Login', 'identity', 1, 0, 0, 5),
(3, 6, 'ACH_AvatarLooks', 'identity', 1, 0, 0, 1),
(4, 8, 'ACH_RoomEntry', 'explore', 1, 0, 0, 5),
(5, 10, 'ACH_HappyHour', 'social', 1, 0, 0, 1),
(6, 11, 'ACH_RegistrationDuration', 'identity', 1, 1, 0, 3),
(7, 16, 'ACH_AvatarTags', 'identity', 1, 0, 0, 5),
(8, 17, 'ACH_RespectEarned', 'social', 1, 0, 0, 1),
(9, 18, 'ACH_RespectGiven', 'social', 1, 0, 0, 2),
(10, 19, 'ACH_AllTimeHotelPresence', 'identity', 1, 0, 0, 30),
(11, 23, 'ACH_PetLover', 'pets', 1, 0, 0, 1),
(12, 24, 'ACH_PetLevelUp', 'pets', 1, 0, 0, 2),
(13, 25, 'ACH_PetFeeding', 'pets', 1, 0, 0, 200),
(14, 26, 'ACH_PetRespectGiver', 'pets', 1, 0, 0, 2),
(15, 27, 'ACH_PetRespectReceiver', 'pets', 1, 0, 0, 3),
(16, 28, 'ACH_Name', 'identity', 1, 0, 0, 1),
(17, 29, 'ACH_GiftGiver', 'social', 1, 0, 0, 1),
(18, 30, 'ACH_GiftReceiver', 'social', 1, 0, 0, 1),
(19, 31, 'ACH_VipClub', 'identity', 1, 0, 0, 1),
(20, 32, 'ACH_BasicClub', 'identity', 1, 0, 0, 1),
(21, 33, 'ACH_BattleBallTilesLocked', 'battleball', 1, 0, 0, 25),
(22, 34, 'ACH_GameAuthorExperience', 'room_builder', 1, 0, 0, 400),
(23, 35, 'ACH_GamePlayerExperience', 'games', 1, 0, 0, 100),
(24, 36, 'ACH_EsA', 'freeze', 1, 0, 0, 2),
(25, 38, 'ACH_TagB', 'games', 1, 0, 0, 1),
(26, 39, 'ACH_TagC', 'explore', 1, 0, 0, 3),
(27, 40, 'ACH_TagA', 'room_builder', 1, 0, 0, 10),
(28, 42, 'ACH_Spr', 'room_builder', 1, 0, 0, 1),
(29, 47, 'ACH_RbTagC', 'explore', 1, 0, 0, 3),
(30, 48, 'ACH_RbTagA', 'room_builder', 1, 0, 0, 10),
(31, 50, 'ACH_RoomDecoFurniCount', 'room_builder', 1, 0, 0, 15),
(32, 51, 'ACH_RoomDecoFurniTypeCount', 'room_builder', 1, 0, 0, 10),
(33, 52, 'ACH_RoomDecoHosting', 'room_builder', 1, 0, 0, 5),
(34, 53, 'ACH_RoomDecoFloor', 'room_builder', 1, 0, 0, 3),
(35, 54, 'ACH_RoomDecoLandscape', 'room_builder', 1, 0, 0, 3),
(36, 55, 'ACH_RoomDecoWallpaper', 'room_builder', 1, 0, 0, 3),
(37, 56, 'ACH_RbBunnyTag', 'room_builder', 1, 0, 0, 10),
(38, 57, 'ACH_NotesLeft', 'social', 1, 0, 0, 2),
(39, 58, 'ACH_NotesReceived', 'social', 1, 0, 0, 2),
(40, 59, 'ACH_MusicPlayer', 'music', 1, 0, 0, 5),
(41, 60, 'ACH_MusicCollector', 'music', 1, 0, 0, 2),
(42, 62, 'ACH_SkateBoardJump', 'games', 1, 0, 0, 5),
(43, 63, 'ACH_SkateBoardSlide', 'games', 1, 0, 0, 20),
(44, 64, 'ACH_BattleBallQuestCompleted', 'battleball', 1, 0, 0, 3),
(45, 65, 'ACH_FreezeQuestCompleted', 'freeze', 1, 0, 0, 3),
(46, 66, 'ACH_BadMonkeyLevelUp', 'pets', 1, 0, 0, 1),
(47, 67, 'ACH_BattleBallWinner', 'battleball', 1, 0, 0, 50),
(48, 68, 'ACH_BattleBallPlayer', 'battleball', 1, 0, 0, 50),
(49, 69, 'ACH_FreezeWinner', 'freeze', 1, 0, 0, 50),
(50, 70, 'ACH_FreezePlayer', 'freeze', 1, 0, 0, 50),
(51, 71, 'ACH_FreezePowerUp', 'freeze', 1, 0, 0, 100),
(52, 72, 'ACH_RoomDecoHoleFurniCount', 'room_builder', 1, 0, 0, 10),
(53, 73, 'ACH_Xmas11QuestCompleted', 'explore', 1, 0, 0, 6),
(54, 74, 'ACH_SnowWarTotalScore', 'games', 1, 0, 0, 10),
(55, 75, 'ACH_snowBoardBuild', 'room_builder', 1, 0, 0, 16),
(56, 76, 'ACH_SnowWarWeeklyTopTen', 'games', 1, 0, 0, 1),
(57, 77, 'ACH_SnowWarWeeklyBest', 'games', 1, 0, 0, 1),
(58, 78, 'ACH_Valentines12QuestCompleted', 'explore', 1, 0, 0, 2),
(59, 79, 'ACH_RoomHorseJumpCount', 'pets', 1, 0, 0, 250),
(60, 80, 'ACH_HorseJumping', 'pets', 1, 0, 0, 50),
(61, 81, 'ACH_HorseConsecutiveJumpsCount', 'pets', 1, 0, 0, 6),
(62, 82, 'ACH_HorseRent', 'pets', 1, 0, 0, 4),
(63, 83, 'ACH_HorseQuestCompleted', 'pets', 1, 0, 0, 5),
(64, 84, 'ACH_AprilFools12QuestCompleted', 'explore', 1, 0, 0, 1),
(65, 93, 'ACH_GuideGroupMember', '', 1, 0, 0, 1),
(66, 94, 'ACH_HabboWayGraduate', '', 1, 0, 0, 1),
(67, 95, 'ACH_GuideEnrollmentLifetime', '', 1, 0, 0, 1),
(68, 96, 'ACH_GuideOnDutyPresence', '', 1, 0, 0, 30),
(69, 101, 'ACH_MonsterPlantTreater', 'explore', 1, 0, 0, 5),
(70, 102, 'ACH_MonsterPlantBreeder', 'explore', 1, 0, 0, 5),
(71, 104, 'ACH_MonsterPlantQuestCompleted', 'explore', 1, 0, 0, 3),
(72, 105, 'ACH_NinjasNotSpotted', 'social', 1, 0, 0, 1),
(73, 106, 'ACH_NotSpottedAsNinja', 'social', 1, 0, 0, 10),
(74, 107, 'ACH_BaseJumpWins', 'games', 1, 0, 0, 2),
(75, 108, 'ACH_BaseJumpMissile', 'games', 1, 0, 0, 2),
(76, 109, 'ACH_BaseJumpShield', 'games', 1, 0, 0, 2),
(77, 110, 'ACH_BaseJumpBigParachute', 'games', 1, 0, 0, 2),
(78, 111, 'ACH_BaseJumpDaysPlayed', 'games', 1, 0, 0, 2),
(79, 112, 'ACH_MonsterPlantShapeCollector', 'explore', 1, 0, 0, 2),
(80, 113, 'ACH_MonsterPlantColorCollector', 'explore', 1, 0, 0, 2),
(81, 114, 'ACH_MonsterPlantHealer', 'explore', 1, 0, 0, 5),
(82, 115, 'ACH_MonsterPlantGardenOfDeath', 'explore', 1, 0, 0, 5),
(83, 116, 'ACH_MonsterPlantUnluckyGardener', 'explore', 1, 0, 0, 3),
(84, 117, 'ACH_GuideFeedbackGiver', '', 1, 0, 0, 2),
(85, 118, 'ACH_GuideRecommendation', '', 1, 0, 0, 2),
(86, 119, 'ACH_GuideTourTaker', '', 1, 0, 0, 2),
(87, 120, 'ACH_GuideTourGiver', '', 1, 0, 0, 2),
(88, 121, 'ACH_GuideRequester', '', 1, 0, 0, 2),
(89, 122, 'ACH_GuideRequestHandler', '', 1, 0, 0, 2),
(90, 125, 'ACH_SafetyQuizGraduate', 'identity', 1, 0, 0, 1),
(91, 126, 'ACH_HabbosVsWildQuestCompleted', 'explore', 1, 0, 0, 2),
(92, 127, 'ACH_FootballGoalScored', 'games', 1, 0, 0, 1),
(93, 128, 'ACH_FootballGoalScoredInRoom', 'games', 1, 0, 0, 1),
(94, 129, 'ACH_RoomCompetitionVoter', 'explore', 1, 0, 0, 3),
(95, 132, 'ACH_LympixTorchBearer', 'explore', 1, 0, 0, 1),
(96, 133, 'ACH_LympixSecretService', 'explore', 1, 0, 0, 1),
(97, 134, 'ACH_SpeedwayWins', 'games', 1, 0, 0, 1),
(98, 135, 'ACH_SpeedwayDucks', 'games', 1, 0, 0, 20),
(99, 136, 'ACH_SpeedwayRaces', 'games', 1, 0, 0, 100),
(100, 137, 'ACH_GuideChatReviewRequester', '', 1, 0, 0, 2),
(101, 138, 'ACH_GuideChatReviewer', '', 1, 0, 0, 2),
(102, 139, 'ACH_DaysElapsed', '', 1, 0, 0, 3650000),
(103, 142, 'ACH_FriendListSize', 'social', 1, 0, 0, 2),
(104, 143, 'ACH_Citizenship', 'identity', 1, 0, 0, 1),
(105, 144, 'ACH_FurnimaticQuest', 'explore', 1, 0, 0, 1),
(106, 145, 'ACH_GuideAdvertisementReader', '', 1, 0, 0, 1),
(107, 146, 'ACH_VIPQuest', '', 1, 0, 0, 1),
(108, 147, 'ACH_VipParties1_Entr', '', 1, 0, 0, 1),
(109, 148, 'ACH_VipParties2_Entr', '', 1, 0, 0, 1),
(110, 149, 'ACH_VipParties3_Entr', '', 1, 0, 0, 1),
(111, 150, 'ACH_Habboween12', '', 1, 0, 0, 1),
(112, 4, 'ACH_Login', 'identity', 2, 0, 0, 10),
(113, 31, 'ACH_VipClub', 'identity', 2, 0, 0, 12),
(114, 31, 'ACH_VipClub', 'identity', 3, 0, 0, 24),
(115, 31, 'ACH_VipClub', 'identity', 4, 0, 0, 36),
(116, 31, 'ACH_VipClub', 'identity', 5, 0, 0, 48),
(118, 4, 'ACH_Login', 'identity', 3, 0, 5, 15),
(119, 4, 'ACH_Login', 'identity', 4, 0, 5, 15),
(120, 4, 'ACH_Login', 'identity', 5, 0, 5, 20),
(121, 4, 'ACH_Login', 'identity', 6, 0, 5, 25),
(122, 4, 'ACH_Login', 'identity', 7, 0, 5, 30),
(123, 4, 'ACH_Login', 'identity', 8, 0, 5, 35),
(124, 4, 'ACH_Login', 'identity', 9, 0, 5, 40),
(125, 4, 'ACH_Login', 'identity', 10, 0, 5, 45),
(126, 11, 'ACH_RegistrationDuration', 'identity', 2, 0, 5, 6),
(127, 11, 'ACH_RegistrationDuration', 'identity', 3, 0, 5, 6),
(128, 11, 'ACH_RegistrationDuration', 'identity', 4, 0, 5, 9),
(129, 11, 'ACH_RegistrationDuration', 'identity', 5, 0, 5, 12),
(130, 11, 'ACH_RegistrationDuration', 'identity', 6, 0, 5, 15),
(131, 11, 'ACH_RegistrationDuration', 'identity', 7, 0, 5, 18),
(132, 11, 'ACH_RegistrationDuration', 'identity', 8, 0, 5, 21),
(133, 11, 'ACH_RegistrationDuration', 'identity', 9, 0, 5, 24),
(134, 11, 'ACH_RegistrationDuration', 'identity', 10, 0, 5, 27),
(135, 11, 'ACH_RegistrationDuration', 'identity', 11, 0, 5, 30),
(136, 11, 'ACH_RegistrationDuration', 'identity', 12, 0, 5, 33),
(137, 11, 'ACH_RegistrationDuration', 'identity', 13, 0, 5, 36),
(138, 11, 'ACH_RegistrationDuration', 'identity', 14, 0, 5, 39),
(139, 11, 'ACH_RegistrationDuration', 'identity', 15, 0, 5, 42),
(140, 11, 'ACH_RegistrationDuration', 'identity', 16, 0, 5, 45),
(141, 11, 'ACH_RegistrationDuration', 'identity', 17, 0, 5, 48),
(142, 11, 'ACH_RegistrationDuration', 'identity', 18, 0, 5, 51),
(143, 11, 'ACH_RegistrationDuration', 'identity', 19, 0, 5, 54),
(144, 11, 'ACH_RegistrationDuration', 'identity', 20, 0, 5, 57),
(145, 19, 'ACH_AllTimeHotelPresence', 'identity', 2, 0, 5, 60),
(146, 19, 'ACH_AllTimeHotelPresence', 'identity', 3, 0, 5, 60),
(147, 19, 'ACH_AllTimeHotelPresence', 'identity', 4, 0, 5, 90),
(148, 19, 'ACH_AllTimeHotelPresence', 'identity', 5, 0, 5, 120),
(149, 19, 'ACH_AllTimeHotelPresence', 'identity', 6, 0, 5, 150),
(150, 19, 'ACH_AllTimeHotelPresence', 'identity', 7, 0, 5, 180),
(151, 19, 'ACH_AllTimeHotelPresence', 'identity', 8, 0, 5, 210),
(152, 19, 'ACH_AllTimeHotelPresence', 'identity', 9, 0, 5, 240),
(153, 19, 'ACH_AllTimeHotelPresence', 'identity', 10, 0, 5, 270),
(154, 19, 'ACH_AllTimeHotelPresence', 'identity', 11, 0, 5, 300),
(155, 19, 'ACH_AllTimeHotelPresence', 'identity', 12, 0, 5, 330),
(156, 19, 'ACH_AllTimeHotelPresence', 'identity', 13, 0, 5, 360),
(157, 19, 'ACH_AllTimeHotelPresence', 'identity', 14, 0, 5, 390),
(158, 19, 'ACH_AllTimeHotelPresence', 'identity', 15, 0, 5, 420),
(159, 19, 'ACH_AllTimeHotelPresence', 'identity', 16, 0, 5, 450),
(160, 19, 'ACH_AllTimeHotelPresence', 'identity', 17, 0, 5, 480),
(161, 19, 'ACH_AllTimeHotelPresence', 'identity', 18, 0, 5, 510),
(162, 19, 'ACH_AllTimeHotelPresence', 'identity', 19, 0, 5, 540),
(163, 19, 'ACH_AllTimeHotelPresence', 'identity', 20, 0, 5, 570),
(164, 32, 'ACH_BasicClub', 'identity', 2, 0, 5, 12),
(165, 32, 'ACH_BasicClub', 'identity', 3, 0, 5, 24),
(166, 32, 'ACH_BasicClub', 'identity', 4, 0, 5, 36),
(170, 32, 'ACH_BasicClub', 'identity', 5, 0, 5, 48),
(171, 8, 'ACH_RoomEntry', 'explore', 2, 0, 5, 10),
(172, 8, 'ACH_RoomEntry', 'explore', 3, 0, 5, 10),
(173, 8, 'ACH_RoomEntry', 'explore', 4, 0, 5, 15),
(174, 8, 'ACH_RoomEntry', 'explore', 5, 0, 5, 20),
(175, 8, 'ACH_RoomEntry', 'explore', 6, 0, 5, 25),
(176, 8, 'ACH_RoomEntry', 'explore', 7, 0, 5, 30),
(177, 8, 'ACH_RoomEntry', 'explore', 8, 0, 5, 35),
(178, 8, 'ACH_RoomEntry', 'explore', 9, 0, 5, 40),
(179, 8, 'ACH_RoomEntry', 'explore', 10, 0, 5, 45),
(180, 39, 'ACH_TagC', 'explore', 2, 0, 5, 6),
(181, 39, 'ACH_TagC', 'explore', 3, 0, 5, 6),
(182, 39, 'ACH_TagC', 'explore', 4, 0, 5, 9),
(183, 39, 'ACH_TagC', 'explore', 5, 0, 5, 12),
(184, 39, 'ACH_TagC', 'explore', 6, 0, 5, 15),
(185, 39, 'ACH_TagC', 'explore', 7, 0, 5, 18),
(186, 39, 'ACH_TagC', 'explore', 8, 0, 5, 21),
(187, 39, 'ACH_TagC', 'explore', 9, 0, 5, 24),
(188, 39, 'ACH_TagC', 'explore', 10, 0, 5, 27),
(189, 39, 'ACH_TagC', 'explore', 11, 0, 5, 30),
(190, 39, 'ACH_TagC', 'explore', 12, 0, 5, 33),
(191, 39, 'ACH_TagC', 'explore', 13, 0, 5, 36),
(192, 39, 'ACH_TagC', 'explore', 14, 0, 5, 39),
(193, 39, 'ACH_TagC', 'explore', 15, 0, 5, 42),
(194, 39, 'ACH_TagC', 'explore', 16, 0, 5, 45),
(195, 39, 'ACH_TagC', 'explore', 17, 0, 5, 48),
(196, 39, 'ACH_TagC', 'explore', 18, 0, 5, 51),
(197, 39, 'ACH_TagC', 'explore', 19, 0, 5, 54),
(198, 39, 'ACH_TagC', 'explore', 20, 0, 5, 57),
(199, 47, 'ACH_RbTagC', 'explore', 2, 0, 5, 6),
(200, 47, 'ACH_RbTagC', 'explore', 3, 0, 5, 6),
(201, 47, 'ACH_RbTagC', 'explore', 4, 0, 5, 9),
(202, 47, 'ACH_RbTagC', 'explore', 5, 0, 5, 12),
(203, 47, 'ACH_RbTagC', 'explore', 6, 0, 5, 15),
(204, 47, 'ACH_RbTagC', 'explore', 7, 0, 5, 18),
(205, 47, 'ACH_RbTagC', 'explore', 8, 0, 5, 21),
(206, 47, 'ACH_RbTagC', 'explore', 9, 0, 5, 24),
(207, 47, 'ACH_RbTagC', 'explore', 10, 0, 5, 27),
(208, 47, 'ACH_RbTagC', 'explore', 11, 0, 5, 30),
(209, 47, 'ACH_RbTagC', 'explore', 12, 0, 5, 33),
(210, 47, 'ACH_RbTagC', 'explore', 13, 0, 5, 36),
(211, 47, 'ACH_RbTagC', 'explore', 14, 0, 5, 39),
(212, 47, 'ACH_RbTagC', 'explore', 15, 0, 5, 42),
(213, 47, 'ACH_RbTagC', 'explore', 16, 0, 5, 45),
(214, 47, 'ACH_RbTagC', 'explore', 17, 0, 5, 48),
(215, 47, 'ACH_RbTagC', 'explore', 18, 0, 5, 51),
(216, 47, 'ACH_RbTagC', 'explore', 19, 0, 5, 54),
(217, 47, 'ACH_RbTagC', 'explore', 20, 0, 5, 57),
(218, 73, 'ACH_Xmas11QuestCompleted', 'explore', 2, 0, 5, 12),
(219, 73, 'ACH_Xmas11QuestCompleted', 'explore', 3, 0, 5, 12),
(220, 73, 'ACH_Xmas11QuestCompleted', 'explore', 4, 0, 5, 18),
(221, 73, 'ACH_Xmas11QuestCompleted', 'explore', 5, 0, 5, 24),
(222, 73, 'ACH_Xmas11QuestCompleted', 'explore', 6, 0, 5, 30),
(223, 73, 'ACH_Xmas11QuestCompleted', 'explore', 7, 0, 5, 36),
(224, 73, 'ACH_Xmas11QuestCompleted', 'explore', 8, 0, 5, 42),
(225, 73, 'ACH_Xmas11QuestCompleted', 'explore', 9, 0, 5, 48),
(226, 73, 'ACH_Xmas11QuestCompleted', 'explore', 10, 0, 5, 54),
(227, 59, 'ACH_MusicPlayer', 'music', 2, 0, 5, 10),
(228, 59, 'ACH_MusicPlayer', 'music', 3, 0, 5, 10),
(229, 59, 'ACH_MusicPlayer', 'music', 4, 0, 5, 15),
(230, 59, 'ACH_MusicPlayer', 'music', 5, 0, 5, 20),
(231, 59, 'ACH_MusicPlayer', 'music', 6, 0, 5, 25),
(232, 59, 'ACH_MusicPlayer', 'music', 7, 0, 5, 30),
(233, 59, 'ACH_MusicPlayer', 'music', 8, 0, 5, 35),
(234, 59, 'ACH_MusicPlayer', 'music', 9, 0, 5, 40),
(235, 59, 'ACH_MusicPlayer', 'music', 10, 0, 5, 45),
(236, 59, 'ACH_MusicPlayer', 'music', 11, 0, 5, 50),
(237, 59, 'ACH_MusicPlayer', 'music', 12, 0, 5, 55),
(238, 59, 'ACH_MusicPlayer', 'music', 13, 0, 5, 60),
(239, 59, 'ACH_MusicPlayer', 'music', 14, 0, 5, 65),
(240, 59, 'ACH_MusicPlayer', 'music', 15, 0, 5, 70),
(241, 59, 'ACH_MusicPlayer', 'music', 16, 0, 5, 75),
(242, 59, 'ACH_MusicPlayer', 'music', 17, 0, 5, 80),
(243, 59, 'ACH_MusicPlayer', 'music', 18, 0, 5, 85),
(244, 59, 'ACH_MusicPlayer', 'music', 19, 0, 5, 90),
(245, 59, 'ACH_MusicPlayer', 'music', 20, 0, 5, 95),
(246, 60, 'ACH_MusicCollector', 'music', 2, 0, 5, 4),
(247, 60, 'ACH_MusicCollector', 'music', 3, 0, 5, 4),
(248, 60, 'ACH_MusicCollector', 'music', 4, 0, 5, 6),
(249, 60, 'ACH_MusicCollector', 'music', 5, 0, 5, 8),
(250, 60, 'ACH_MusicCollector', 'music', 6, 0, 5, 10),
(251, 60, 'ACH_MusicCollector', 'music', 7, 0, 5, 12),
(252, 60, 'ACH_MusicCollector', 'music', 8, 0, 5, 14),
(253, 60, 'ACH_MusicCollector', 'music', 9, 0, 5, 16),
(254, 60, 'ACH_MusicCollector', 'music', 10, 0, 5, 18),
(255, 33, 'ACH_BattleBallTilesLocked', 'battleball', 2, 0, 5, 50),
(256, 33, 'ACH_BattleBallTilesLocked', 'battleball', 3, 0, 5, 50),
(257, 33, 'ACH_BattleBallTilesLocked', 'battleball', 4, 0, 5, 75),
(258, 33, 'ACH_BattleBallTilesLocked', 'battleball', 5, 0, 5, 100),
(259, 33, 'ACH_BattleBallTilesLocked', 'battleball', 6, 0, 5, 125),
(260, 33, 'ACH_BattleBallTilesLocked', 'battleball', 7, 0, 5, 150),
(261, 33, 'ACH_BattleBallTilesLocked', 'battleball', 8, 0, 5, 175),
(262, 33, 'ACH_BattleBallTilesLocked', 'battleball', 9, 0, 5, 200),
(263, 33, 'ACH_BattleBallTilesLocked', 'battleball', 10, 0, 5, 225),
(264, 33, 'ACH_BattleBallTilesLocked', 'battleball', 11, 0, 5, 250),
(265, 33, 'ACH_BattleBallTilesLocked', 'battleball', 12, 0, 5, 275),
(266, 33, 'ACH_BattleBallTilesLocked', 'battleball', 13, 0, 5, 300),
(267, 33, 'ACH_BattleBallTilesLocked', 'battleball', 14, 0, 5, 325),
(268, 33, 'ACH_BattleBallTilesLocked', 'battleball', 15, 0, 5, 350),
(269, 33, 'ACH_BattleBallTilesLocked', 'battleball', 16, 0, 5, 375),
(270, 33, 'ACH_BattleBallTilesLocked', 'battleball', 17, 0, 5, 400),
(271, 33, 'ACH_BattleBallTilesLocked', 'battleball', 18, 0, 5, 425),
(272, 33, 'ACH_BattleBallTilesLocked', 'battleball', 19, 0, 5, 450),
(273, 33, 'ACH_BattleBallTilesLocked', 'battleball', 20, 0, 5, 475),
(274, 64, 'ACH_BattleBallQuestCompleted', 'battleball', 2, 0, 5, 6),
(275, 64, 'ACH_BattleBallQuestCompleted', 'battleball', 3, 0, 5, 6),
(276, 64, 'ACH_BattleBallQuestCompleted', 'battleball', 4, 0, 5, 9),
(277, 64, 'ACH_BattleBallQuestCompleted', 'battleball', 5, 0, 5, 12),
(278, 64, 'ACH_BattleBallQuestCompleted', 'battleball', 6, 0, 5, 15),
(279, 64, 'ACH_BattleBallQuestCompleted', 'battleball', 7, 0, 5, 18),
(280, 64, 'ACH_BattleBallQuestCompleted', 'battleball', 8, 0, 5, 21),
(281, 64, 'ACH_BattleBallQuestCompleted', 'battleball', 9, 0, 5, 24),
(282, 64, 'ACH_BattleBallQuestCompleted', 'battleball', 10, 0, 5, 27),
(283, 67, 'ACH_BattleBallWinner', 'battleball', 2, 0, 5, 100),
(284, 67, 'ACH_BattleBallWinner', 'battleball', 3, 0, 5, 100),
(285, 67, 'ACH_BattleBallWinner', 'battleball', 4, 0, 5, 150),
(286, 67, 'ACH_BattleBallWinner', 'battleball', 5, 0, 5, 200),
(287, 67, 'ACH_BattleBallWinner', 'battleball', 6, 0, 5, 250),
(288, 67, 'ACH_BattleBallWinner', 'battleball', 7, 0, 5, 300),
(289, 67, 'ACH_BattleBallWinner', 'battleball', 8, 0, 5, 350),
(290, 67, 'ACH_BattleBallWinner', 'battleball', 9, 0, 5, 400),
(291, 67, 'ACH_BattleBallWinner', 'battleball', 10, 0, 5, 450),
(292, 67, 'ACH_BattleBallWinner', 'battleball', 11, 0, 5, 500),
(293, 67, 'ACH_BattleBallWinner', 'battleball', 12, 0, 5, 550),
(294, 67, 'ACH_BattleBallWinner', 'battleball', 13, 0, 5, 600),
(295, 67, 'ACH_BattleBallWinner', 'battleball', 14, 0, 5, 650),
(296, 67, 'ACH_BattleBallWinner', 'battleball', 15, 0, 5, 700),
(297, 67, 'ACH_BattleBallWinner', 'battleball', 16, 0, 5, 750),
(298, 67, 'ACH_BattleBallWinner', 'battleball', 17, 0, 5, 800),
(299, 67, 'ACH_BattleBallWinner', 'battleball', 18, 0, 5, 850),
(300, 67, 'ACH_BattleBallWinner', 'battleball', 19, 0, 5, 900),
(301, 67, 'ACH_BattleBallWinner', 'battleball', 20, 0, 5, 950),
(302, 68, 'ACH_BattleBallPlayer', 'battleball', 2, 0, 5, 100),
(303, 68, 'ACH_BattleBallPlayer', 'battleball', 3, 0, 5, 100),
(304, 68, 'ACH_BattleBallPlayer', 'battleball', 4, 0, 5, 150),
(305, 68, 'ACH_BattleBallPlayer', 'battleball', 5, 0, 5, 200),
(306, 68, 'ACH_BattleBallPlayer', 'battleball', 6, 0, 5, 250),
(307, 68, 'ACH_BattleBallPlayer', 'battleball', 7, 0, 5, 300),
(308, 68, 'ACH_BattleBallPlayer', 'battleball', 8, 0, 5, 350),
(309, 68, 'ACH_BattleBallPlayer', 'battleball', 9, 0, 5, 400),
(310, 68, 'ACH_BattleBallPlayer', 'battleball', 10, 0, 5, 450),
(311, 68, 'ACH_BattleBallPlayer', 'battleball', 11, 0, 5, 500),
(312, 68, 'ACH_BattleBallPlayer', 'battleball', 12, 0, 5, 550),
(313, 68, 'ACH_BattleBallPlayer', 'battleball', 13, 0, 5, 600),
(314, 68, 'ACH_BattleBallPlayer', 'battleball', 14, 0, 5, 650),
(315, 68, 'ACH_BattleBallPlayer', 'battleball', 15, 0, 5, 700),
(316, 68, 'ACH_BattleBallPlayer', 'battleball', 16, 0, 5, 750),
(317, 68, 'ACH_BattleBallPlayer', 'battleball', 17, 0, 5, 800),
(318, 68, 'ACH_BattleBallPlayer', 'battleball', 18, 0, 5, 850),
(319, 68, 'ACH_BattleBallPlayer', 'battleball', 19, 0, 5, 900),
(320, 68, 'ACH_BattleBallPlayer', 'battleball', 20, 0, 5, 950),
(321, 29, 'ACH_GiftGiver', 'social', 2, 0, 5, 2),
(322, 29, 'ACH_GiftGiver', 'social', 3, 0, 5, 2),
(323, 29, 'ACH_GiftGiver', 'social', 4, 0, 5, 3),
(324, 29, 'ACH_GiftGiver', 'social', 5, 0, 5, 4),
(325, 29, 'ACH_GiftGiver', 'social', 6, 0, 5, 5),
(326, 29, 'ACH_GiftGiver', 'social', 7, 0, 5, 6),
(327, 29, 'ACH_GiftGiver', 'social', 8, 0, 5, 7),
(328, 29, 'ACH_GiftGiver', 'social', 9, 0, 5, 8),
(329, 29, 'ACH_GiftGiver', 'social', 10, 0, 5, 9),
(330, 30, 'ACH_GiftReceiver', 'social', 2, 0, 5, 2),
(331, 30, 'ACH_GiftReceiver', 'social', 3, 0, 5, 2),
(332, 30, 'ACH_GiftReceiver', 'social', 4, 0, 5, 3),
(333, 30, 'ACH_GiftReceiver', 'social', 5, 0, 5, 4),
(334, 30, 'ACH_GiftReceiver', 'social', 6, 0, 5, 5),
(335, 30, 'ACH_GiftReceiver', 'social', 7, 0, 5, 6),
(336, 30, 'ACH_GiftReceiver', 'social', 8, 0, 5, 7),
(337, 30, 'ACH_GiftReceiver', 'social', 9, 0, 5, 8),
(338, 30, 'ACH_GiftReceiver', 'social', 10, 0, 5, 9),
(339, 17, 'ACH_RespectEarned', 'social', 2, 0, 5, 2),
(340, 17, 'ACH_RespectEarned', 'social', 3, 0, 5, 2),
(341, 17, 'ACH_RespectEarned', 'social', 4, 0, 5, 3),
(342, 17, 'ACH_RespectEarned', 'social', 5, 0, 5, 4),
(343, 17, 'ACH_RespectEarned', 'social', 6, 0, 5, 5),
(344, 17, 'ACH_RespectEarned', 'social', 7, 0, 5, 6),
(345, 17, 'ACH_RespectEarned', 'social', 8, 0, 5, 7),
(346, 17, 'ACH_RespectEarned', 'social', 9, 0, 5, 8),
(347, 17, 'ACH_RespectEarned', 'social', 10, 0, 5, 9),
(348, 18, 'ACH_RespectGiven', 'social', 2, 0, 5, 4),
(349, 18, 'ACH_RespectGiven', 'social', 3, 0, 5, 4),
(350, 18, 'ACH_RespectGiven', 'social', 4, 0, 5, 6),
(351, 18, 'ACH_RespectGiven', 'social', 5, 0, 5, 8),
(352, 18, 'ACH_RespectGiven', 'social', 6, 0, 5, 10),
(353, 18, 'ACH_RespectGiven', 'social', 7, 0, 5, 12),
(354, 18, 'ACH_RespectGiven', 'social', 8, 0, 5, 14),
(355, 18, 'ACH_RespectGiven', 'social', 9, 0, 5, 16),
(356, 18, 'ACH_RespectGiven', 'social', 10, 0, 5, 18),
(357, 57, 'ACH_NotesLeft', 'social', 2, 0, 5, 4),
(358, 57, 'ACH_NotesLeft', 'social', 3, 0, 5, 4),
(359, 57, 'ACH_NotesLeft', 'social', 4, 0, 5, 6),
(360, 57, 'ACH_NotesLeft', 'social', 5, 0, 5, 8),
(361, 57, 'ACH_NotesLeft', 'social', 6, 0, 5, 10),
(362, 57, 'ACH_NotesLeft', 'social', 7, 0, 5, 12),
(363, 57, 'ACH_NotesLeft', 'social', 8, 0, 5, 14),
(364, 57, 'ACH_NotesLeft', 'social', 9, 0, 5, 16),
(365, 57, 'ACH_NotesLeft', 'social', 10, 0, 5, 18),
(366, 57, 'ACH_NotesLeft', 'social', 11, 0, 5, 20),
(367, 57, 'ACH_NotesLeft', 'social', 12, 0, 5, 22),
(368, 57, 'ACH_NotesLeft', 'social', 13, 0, 5, 24),
(369, 57, 'ACH_NotesLeft', 'social', 14, 0, 5, 26),
(370, 57, 'ACH_NotesLeft', 'social', 15, 0, 5, 28),
(371, 57, 'ACH_NotesLeft', 'social', 16, 0, 5, 30),
(372, 57, 'ACH_NotesLeft', 'social', 17, 0, 5, 32),
(373, 57, 'ACH_NotesLeft', 'social', 18, 0, 5, 34),
(374, 57, 'ACH_NotesLeft', 'social', 19, 0, 5, 36),
(375, 57, 'ACH_NotesLeft', 'social', 20, 0, 5, 38),
(376, 57, 'ACH_NotesReceived', 'social', 2, 0, 5, 4),
(377, 57, 'ACH_NotesReceived', 'social', 3, 0, 5, 4),
(378, 57, 'ACH_NotesReceived', 'social', 4, 0, 5, 6),
(379, 57, 'ACH_NotesReceived', 'social', 5, 0, 5, 8),
(380, 57, 'ACH_NotesReceived', 'social', 6, 0, 5, 10),
(381, 57, 'ACH_NotesReceived', 'social', 7, 0, 5, 12),
(382, 57, 'ACH_NotesReceived', 'social', 8, 0, 5, 14),
(383, 57, 'ACH_NotesReceived', 'social', 9, 0, 5, 16),
(384, 57, 'ACH_NotesReceived', 'social', 10, 0, 5, 18),
(385, 57, 'ACH_NotesReceived', 'social', 11, 0, 5, 20),
(386, 57, 'ACH_NotesReceived', 'social', 12, 0, 5, 22),
(387, 57, 'ACH_NotesReceived', 'social', 13, 0, 5, 24),
(388, 57, 'ACH_NotesReceived', 'social', 14, 0, 5, 26),
(389, 57, 'ACH_NotesReceived', 'social', 15, 0, 5, 28),
(390, 57, 'ACH_NotesReceived', 'social', 16, 0, 5, 30),
(391, 57, 'ACH_NotesReceived', 'social', 17, 0, 5, 32),
(392, 57, 'ACH_NotesReceived', 'social', 18, 0, 5, 34),
(393, 57, 'ACH_NotesReceived', 'social', 19, 0, 5, 36),
(394, 57, 'ACH_NotesReceived', 'social', 20, 0, 5, 38),
(395, 105, 'ACH_NinjasNotSpotted', 'social', 2, 0, 5, 2),
(396, 105, 'ACH_NinjasNotSpotted', 'social', 3, 0, 5, 2),
(397, 106, 'ACH_NotSpottedAsNinja', 'social', 2, 0, 5, 20),
(398, 106, 'ACH_NotSpottedAsNinja', 'social', 3, 0, 5, 20),
(399, 142, 'ACH_FriendListSize', 'social', 2, 0, 5, 4),
(400, 142, 'ACH_FriendListSize', 'social', 3, 0, 5, 4),
(401, 142, 'ACH_FriendListSize', 'social', 4, 0, 5, 6),
(402, 142, 'ACH_FriendListSize', 'social', 5, 0, 5, 8),
(403, 142, 'ACH_FriendListSize', 'social', 6, 0, 5, 10),
(404, 142, 'ACH_FriendListSize', 'social', 7, 0, 5, 12),
(405, 142, 'ACH_FriendListSize', 'social', 8, 0, 5, 14),
(406, 142, 'ACH_FriendListSize', 'social', 9, 0, 5, 16),
(407, 142, 'ACH_FriendListSize', 'social', 10, 0, 5, 18),
(408, 23, 'ACH_PetLover', 'pets', 2, 0, 5, 2),
(409, 23, 'ACH_PetLover', 'pets', 3, 0, 5, 2),
(410, 23, 'ACH_PetLover', 'pets', 4, 0, 5, 3),
(411, 23, 'ACH_PetLover', 'pets', 5, 0, 5, 4),
(412, 23, 'ACH_PetLover', 'pets', 6, 0, 5, 5),
(413, 23, 'ACH_PetLover', 'pets', 7, 0, 5, 6),
(414, 23, 'ACH_PetLover', 'pets', 8, 0, 5, 7),
(415, 23, 'ACH_PetLover', 'pets', 9, 0, 5, 8),
(416, 23, 'ACH_PetLover', 'pets', 10, 0, 5, 9),
(417, 24, 'ACH_PetLevelUp', 'pets', 2, 0, 5, 4),
(418, 24, 'ACH_PetLevelUp', 'pets', 3, 0, 5, 4),
(419, 24, 'ACH_PetLevelUp', 'pets', 4, 0, 5, 6),
(420, 24, 'ACH_PetLevelUp', 'pets', 5, 0, 5, 8),
(421, 24, 'ACH_PetLevelUp', 'pets', 6, 0, 5, 10),
(422, 24, 'ACH_PetLevelUp', 'pets', 7, 0, 5, 12),
(423, 24, 'ACH_PetLevelUp', 'pets', 8, 0, 5, 14),
(424, 24, 'ACH_PetLevelUp', 'pets', 9, 0, 5, 16),
(425, 24, 'ACH_PetLevelUp', 'pets', 10, 0, 5, 18),
(426, 25, 'ACH_PetFeeding', 'pets', 2, 0, 5, 400),
(427, 25, 'ACH_PetFeeding', 'pets', 3, 0, 5, 400),
(428, 25, 'ACH_PetFeeding', 'pets', 4, 0, 5, 600),
(429, 25, 'ACH_PetFeeding', 'pets', 5, 0, 5, 800),
(430, 25, 'ACH_PetFeeding', 'pets', 6, 0, 5, 1000),
(431, 25, 'ACH_PetFeeding', 'pets', 7, 0, 5, 1200),
(432, 25, 'ACH_PetFeeding', 'pets', 8, 0, 5, 1400),
(433, 25, 'ACH_PetFeeding', 'pets', 9, 0, 5, 1600),
(434, 25, 'ACH_PetFeeding', 'pets', 10, 0, 5, 1800),
(435, 26, 'ACH_PetRespectGiver', 'pets', 2, 0, 5, 4),
(436, 26, 'ACH_PetRespectGiver', 'pets', 3, 0, 5, 4),
(437, 26, 'ACH_PetRespectGiver', 'pets', 4, 0, 5, 6),
(438, 26, 'ACH_PetRespectGiver', 'pets', 5, 0, 5, 8),
(439, 26, 'ACH_PetRespectGiver', 'pets', 6, 0, 5, 10),
(440, 26, 'ACH_PetRespectGiver', 'pets', 7, 0, 5, 12),
(441, 26, 'ACH_PetRespectGiver', 'pets', 8, 0, 5, 14),
(442, 26, 'ACH_PetRespectGiver', 'pets', 9, 0, 5, 16),
(443, 26, 'ACH_PetRespectGiver', 'pets', 10, 0, 5, 18),
(444, 27, 'ACH_PetRespectReceiver', 'pets', 2, 0, 5, 6),
(445, 27, 'ACH_PetRespectReceiver', 'pets', 3, 0, 5, 6),
(446, 27, 'ACH_PetRespectReceiver', 'pets', 4, 0, 5, 9),
(447, 27, 'ACH_PetRespectReceiver', 'pets', 5, 0, 5, 12),
(448, 27, 'ACH_PetRespectReceiver', 'pets', 6, 0, 5, 15),
(449, 27, 'ACH_PetRespectReceiver', 'pets', 7, 0, 5, 18),
(450, 27, 'ACH_PetRespectReceiver', 'pets', 8, 0, 5, 21),
(451, 27, 'ACH_PetRespectReceiver', 'pets', 9, 0, 5, 24),
(452, 27, 'ACH_PetRespectReceiver', 'pets', 10, 0, 5, 27),
(453, 66, 'ACH_BadMonkeyLevelUp', 'pets', 2, 0, 5, 2),
(454, 66, 'ACH_BadMonkeyLevelUp', 'pets', 3, 0, 5, 2),
(455, 66, 'ACH_BadMonkeyLevelUp', 'pets', 4, 0, 5, 3),
(456, 66, 'ACH_BadMonkeyLevelUp', 'pets', 5, 0, 5, 4),
(457, 66, 'ACH_BadMonkeyLevelUp', 'pets', 6, 0, 5, 5),
(458, 66, 'ACH_BadMonkeyLevelUp', 'pets', 7, 0, 5, 6),
(459, 66, 'ACH_BadMonkeyLevelUp', 'pets', 8, 0, 5, 7),
(460, 66, 'ACH_BadMonkeyLevelUp', 'pets', 9, 0, 5, 8),
(461, 66, 'ACH_BadMonkeyLevelUp', 'pets', 10, 0, 5, 9),
(462, 79, 'ACH_RoomHorseJumpCount', 'pets', 2, 0, 5, 500),
(463, 79, 'ACH_RoomHorseJumpCount', 'pets', 3, 0, 5, 500),
(464, 79, 'ACH_RoomHorseJumpCount', 'pets', 4, 0, 5, 750),
(465, 79, 'ACH_RoomHorseJumpCount', 'pets', 5, 0, 5, 1000),
(466, 80, 'ACH_HorseJumping', 'pets', 2, 0, 5, 100),
(467, 80, 'ACH_HorseJumping', 'pets', 3, 0, 5, 100),
(468, 80, 'ACH_HorseJumping', 'pets', 4, 0, 5, 150),
(469, 80, 'ACH_HorseJumping', 'pets', 5, 0, 5, 200),
(470, 81, 'ACH_HorseConsecutiveJumpsCount', 'pets', 2, 0, 5, 12),
(471, 81, 'ACH_HorseConsecutiveJumpsCount', 'pets', 3, 0, 5, 12),
(472, 81, 'ACH_HorseConsecutiveJumpsCount', 'pets', 4, 0, 5, 18),
(473, 81, 'ACH_HorseConsecutiveJumpsCount', 'pets', 5, 0, 5, 24),
(474, 82, 'ACH_HorseRent', 'pets', 2, 0, 5, 8),
(475, 82, 'ACH_HorseRent', 'pets', 3, 0, 5, 8),
(476, 82, 'ACH_HorseRent', 'pets', 4, 0, 5, 12),
(477, 82, 'ACH_HorseRent', 'pets', 5, 0, 5, 16),
(478, 82, 'ACH_HorseRent', 'pets', 6, 0, 5, 20),
(479, 82, 'ACH_HorseRent', 'pets', 7, 0, 5, 24),
(480, 82, 'ACH_HorseRent', 'pets', 8, 0, 5, 28),
(481, 82, 'ACH_HorseRent', 'pets', 9, 0, 5, 32),
(482, 82, 'ACH_HorseRent', 'pets', 10, 0, 5, 36),
(483, 83, 'ACH_HorseQuestCompleted', 'pets', 2, 0, 5, 10),
(484, 83, 'ACH_HorseQuestCompleted', 'pets', 3, 0, 5, 10);

-- --------------------------------------------------------

--
-- Struttura della tabella `bans`
--

CREATE TABLE IF NOT EXISTS `bans` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`bantype` enum('user','ip') NOT NULL DEFAULT 'user',
`value` varchar(50) NOT NULL,
`reason` text NOT NULL,
`expire` double NOT NULL DEFAULT '0',
`added_by` varchar(50) NOT NULL,
`added_date` varchar(50) NOT NULL,
`appeal_state` enum('0','1','2') NOT NULL DEFAULT '1',
`ipaddress` enum('1','0') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `bans`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `bans_appeals`
--

CREATE TABLE IF NOT EXISTS `bans_appeals` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ban_id` int(11) NOT NULL,
`send_ip` varchar(50) NOT NULL,
`send_date` varchar(120) NOT NULL,
`mail` varchar(120) NOT NULL,
`plea` text NOT NULL,
PRIMARY KEY (`id`),
KEY `ban_id` (`ban_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=174 ;

--
-- Dump dei dati per la tabella `bans_appeals`
--

INSERT INTO `bans_appeals` (`id`, `ban_id`, `send_ip`, `send_date`, `mail`, `plea`) VALUES
(13, 192, '186.14.230.66', '25 October, 2012', '', 'Gaayys. Muy pronto los owneare >:emoji_smiley:'),
(7, 184, '', '', '', ''),
(14, 191, '', '', '', ''),
(15, 193, '', '', '', ''),
(16, 194, '', '', '', ''),
(9, 186, '', '', '', ''),
(2, 178, '', '', '', ''),
(12, 190, '', '', '', ''),
(21, 207, '164.77.47.147', '27 October, 2012', '', '?Por que me banearon? Yo no hize nada :l Porfabor diganme\\r\\n'),
(18, 199, '189.159.196.1', '26 October, 2012', '', '.l. l.l. .l. .l. .l. .l. .l. .l. .l. .l. .l. .l. .l. .l. .l. .l. .l. .l. .l. .l.'),
(22, 209, '', '', '', ''),
(23, 206, '', '', '', ''),
(24, 215, '187.139.142.202', '27 October, 2012', '', 'Que hise??'),
(25, 217, '190.5.124.42', '27 October, 2012', '', 'Hey, porqu? me expulsar?n yo no estaba haciendo nada, solo estaba haciendo fila para las entrevistas y gracias a esto me quede sin entrevistas qu? llevo 5 o 4 horas esperando las entrevistas para esto, muchisimas gracias, DF-Hotel.rn'),
(26, 219, '', '', '', ''),
(27, 221, '190.251.210.65', '27 October, 2012', '', '-.-\\'''),
(28, 223, '186.182.129.63', '27 October, 2012', '', 'Porque Si no insulte ni ise nada malo\\r\\n'),
(29, 225, '', '', '', ''),
(30, 227, '186.14.96.75', '27 October, 2012', '', '-.-\\" Dios porfa dilvul a jodido el holo a baneado a todo el mundo'),
(31, 208, '187.246.211.31', '27 October, 2012', '', 'deoz haha balla x decir mierda ._. hahaha segunyo antes te advertian 3/0'),
(32, 231, '', '', '', ''),
(33, 233, '', '', '', ''),
(34, 235, '', '', '', ''),
(35, 237, '187.171.125.151', '27 October, 2012', '', 'por estar creoqueen entrevistas falsas'),
(36, 229, '', '', '', ''),
(37, 239, '', '', '', ''),
(38, 241, '', '', '', ''),
(39, 238, '186.94.215.25', '27 October, 2012', '', 'Do, re, mi, fa, zo, rra, de, mier, da.'),
(40, 244, '', '', '', ''),
(41, 246, '200.77.117.162', '27 October, 2012', '', 'Denme una razon de por cual me banearon?\\r\\n\\r\\n\\r\\n'),
(42, 230, '190.19.4.235', '27 October, 2012', '', 'desbanenmen yo no ise nada minul me baneo diciendo publicdad de otro holo un hakeo'),
(43, 222, '186.182.129.63', '27 October, 2012', '', 'Estaba asiendo una cola de Entrevistas y me quede parada esperando y me Bannearon , Pero si no hise nada Porque lo Hicieron'),
(44, 249, '190.250.103.222', '27 October, 2012', '', 'men ay un adm muy grosero da liiks de otros hotels\\r\\n'),
(45, 251, '186.92.179.191', '27 October, 2012', '', 'porque me expulsaron del hotel cumplia los normas del hotel era bueno asia caso alos staff porque meresco ser readmitido\\r\\n'),
(46, 253, '186.106.0.139', '27 October, 2012', '', 'por que DDDDDDDDDD:'),
(47, 247, '', '', '', ''),
(48, 228, '186.169.89.53', '27 October, 2012', '', 'por q me banearon estaba en las entrevistas y ban no hise naaa'),
(49, 255, '189.198.36.80', '27 October, 2012', '', 'perdon :emoji_slight_frown: hellow me perdonan ok'),
(50, 220, '190.251.210.65', '27 October, 2012', '', 'NO JODAN T\\''T'),
(51, 236, '', '', '', ''),
(52, 257, '187.177.196.225', '27 October, 2012', '', 'no e dicho groserias'),
(53, 216, '190.5.124.42', '27 October, 2012', '', 'Por favor resulvanme este caso, esto es algo muy injusto. Atte: Jake'),
(54, 259, '189.135.114.27', '27 October, 2012', '', 'no se porque me banearon por favor admitanme otra vez'),
(55, 261, '', '', '', ''),
(56, 226, '186.14.96.75', '27 October, 2012', '', 'Porfaaaa AYuda desbaneenmee DDD; AYudaa\\r\\n'),
(57, 263, '190.159.108.211', '27 October, 2012', '', 'ey por favor yo no hize nada\\r\\nnisiquiera se que hize de malo :emoji_slight_frown: quedo muy trizte con esto\\r\\npues ayi me entrtenia mucho y pasab mi tiempo libre se los ruego no me expulsen\\r\\n'),
(58, 265, '187.158.113.50', '27 October, 2012', '', 'me dan ban porque ablo espa?ol y la espulsion fua lasuigiente razon todo en ingles me dieron ban porque soy mexicano \\r\\n'),
(59, 232, '190.22.83.92', '27 October, 2012', '', 'No e echo ninguna falta de las normas no e insultado a nadien no le e faltado el respeto a nadien y porque me expulsaron'),
(60, 267, '187.139.142.202', '27 October, 2012', '', 'Que hice? no ofend? a nadie solo entre al holo no es motivo de expulsi?n!'),
(61, 252, '', '', '', ''),
(62, 269, '187.192.64.234', '27 October, 2012', '', 'por que ???'),
(63, 240, '', '', '', ''),
(64, 258, '', '', '', ''),
(65, 270, '186.78.157.89', '27 October, 2012', '', 'Un hacker me baneo estaba acindo publicidad ..'),
(66, 272, '189.174.33.236', '27 October, 2012', '', 'Que paso?.. yo no me dedico al timo! solo soy famoso en otras partes que pasa!\\r\\nya no me dedico al timoo porfavoor'),
(67, 268, '', '', '', ''),
(68, 254, '', '', '', ''),
(69, 274, '', '', '', ''),
(70, 276, '189.173.157.166', '27 October, 2012', '', 'no hise nada hise una monta?a rusa nomas y me cambie ya ya'),
(71, 273, '201.236.25.38', '27 October, 2012', '', 'POR QUE ME ESX PULSARON YO ESTAVA SUPER BIEN'),
(72, 278, '186.121.117.131', '27 October, 2012', '', 'ola kiero saber la razon x la cual fui expulsada,yo he traido muchos ingresados aki en delixe asi ke no veo el motivo x el cual me expulzaron.la verdad son injustos.ac 0087 lo traje yo.shey la traje yo y doa mas ke no recuerdo sus nombre de habodelux.'),
(73, 256, '', '', '', ''),
(74, 280, '83.35.160.150', '27 October, 2012', '', 'Me expulsaron por meterme en Una Sala nose por que'),
(75, 282, '186.95.255.124', '27 October, 2012', '', 'disculpa buenas noches no e faltado a nad y tampoko e insultado a nadie mas bn trato de ke se keden y tratarlos komo se debe sera posible ke me dejar volver a entrar'),
(76, 284, '190.130.169.152', '27 October, 2012', '', 'Por que me banean no ise nada deos por favor desbaneenme -.-'),
(77, 286, '', '', '', ''),
(78, 288, '', '', '', ''),
(79, 279, '83.35.160.150', '27 October, 2012', '', 'Por favor me podrian desbanear'),
(80, 275, '189.173.157.166', '27 October, 2012', '', 'no hise nada era para los staff esa monta?a rusa para animarlos dejenme entrar tengo 1 hijita ahi \\r\\nplis dejenme entrar mi hijita esta solita sin compa?ia\\r\\n'),
(81, 290, '181.133.52.115', '27 October, 2012', '', 'eeeeeeeeeeeeee por que e baneanrn porfabor\\r\\n disculpa la palabra estaba rabioso\\r\\n'),
(82, 294, '', '', '', ''),
(83, 292, '', '', '', ''),
(84, 291, '', '', '', ''),
(85, 296, '', '', '', ''),
(86, 289, '', '', '', ''),
(87, 298, '201.209.61.163', '27 October, 2012', '', 'Hola, buenas noche yo no he hecho nada malo en el juego porfavor vuelvanme a meter! =)'),
(88, 300, '190.37.169.137', '27 October, 2012', '', 'lMinul Tengo Evidensia Napa De La Mierdaaa'),
(89, 281, '', '', '', ''),
(90, 302, '', '', '', ''),
(91, 301, '', '', '', ''),
(92, 304, '181.160.77.71', '27 October, 2012', '', 'ayuda esque yo no hise nada solo un user que se llama lMinuL me baneo no fue mi intenci?n porque lMinul est? dando ban\\''s a todos y esta quitando rank\\''s porfavor baneen a lMinuL -.-\\"'),
(93, 305, '', '', '', ''),
(94, 297, '', '', '', ''),
(95, 307, '', '', '', ''),
(96, 308, '186.112.246.160', '27 October, 2012', '', ':emoji_relieved::emoji_relieved:\\r\\n'),
(97, 310, '190.244.160.121', '27 October, 2012', '', 'porq me banean si no ise nada apenas empesava a jugar a ese hotelrn'),
(98, 311, '', '', '', ''),
(99, 313, '', '', '', ''),
(100, 315, '190.27.141.185', '27 October, 2012', '', 'U_u lMinul Que napa'),
(101, 317, '190.14.189.153', '27 October, 2012', '', 'Quiero saber por que fui baneado si no he hecho nada, solamente hice la entrevista como toda la gentey ademas si me banean, pongan el \\"por que\\" que se entienda\\r\\n'),
(102, 266, '', '', '', ''),
(103, 319, '200.126.90.27', '27 October, 2012', '', 'Nose yo no eh echo nada se los juro por favor yo no eh insultado ni nada,Por favor yo soy feliz ah? por favor Un usuario Lunatica anda echando a todos y anda diciendo cosas sobre sexo y cosas asi e insulta igual\\r\\n'),
(104, 320, '', '', '', ''),
(105, 322, '181.160.155.103', '27 October, 2012', '', '._. No Hice Nada Malo -.- Recien 2 segundos en el Hotel y Ban ?? Muy Buenos MOD e.'),
(106, 324, '190.22.165.72', '27 October, 2012', '', 'por q expulsado ????rnno cacho si recien me meti al hotel no e echo nada'),
(107, 321, '', '', '', ''),
(108, 326, '', '', '', ''),
(109, 325, '', '', '', ''),
(110, 328, '186.113.138.159', '27 October, 2012', '', 'porque motivo todo mis salas todo hptas .l.'),
(111, 285, '', '', '', ''),
(112, 330, '', '', '', ''),
(113, 332, '', '', '', ''),
(114, 334, '186.153.128.5', '27 October, 2012', '', 'SOY NOV Y ESTOY HACIENDO UNA PAGINA EN FACEBOOK DE MI AVATAR Y PONER MI REFER PARA QUE LA GENTE ENTE SI QUIEREN READMITIRME SE LOS AGRADESCO'),
(115, 338, '', '', '', ''),
(116, 318, '', '', '', ''),
(117, 337, '', '', '', ''),
(118, 340, '', '', '', ''),
(119, 303, '', '', '', ''),
(120, 331, '', '', '', ''),
(121, 339, '', '', '', ''),
(122, 335, '186.84.155.186', '27 October, 2012', '', 'No Entiendo X Q Me An Sacado Del Hotel Si Apenas Soy Nueva Y Estaba Haciendo Mi Casa Y Me Desconecte Y Bolvi A Entrar Y Ya No Pude'),
(123, 287, '201.222.133.147', '27 October, 2012', '', 'QUEMRDAX. XDholaholahola'),
(124, 342, '', '', '', ''),
(125, 344, '', '', '', ''),
(126, 347, '', '', '', ''),
(127, 349, '', '', '', ''),
(128, 299, '', '', '', ''),
(129, 352, '', '', '', ''),
(130, 350, '', '', '', ''),
(131, 314, '', '', '', ''),
(132, 355, '189.175.178.212', '27 October, 2012', '', 'no ise nada solo estaba en una sala'),
(157, 54, '173.245.53.194', '02 November, 2012', '', 'me obligastes a tumbar!\\r\\n'),
(137, 8, '', '', '', ''),
(138, 11, '', '', '', ''),
(139, 13, '', '', '', ''),
(140, 15, '', '', '', ''),
(148, 37, '', '', '', ''),
(149, 39, '', '', '', ''),
(150, 40, '', '', '', ''),
(151, 42, '108.162.210.157', '01 November, 2012', '', 'Lo siento'),
(152, 48, '', '', '', ''),
(153, 49, '', '', '', ''),
(154, 50, '', '', '', ''),
(155, 51, '', '', '', ''),
(156, 52, '', '', '', ''),
(146, 34, '', '', '', ''),
(147, 36, '108.162.210.133', '31 October, 2012', '', 'Chupame esta .l. xDD ! VOLVEREEEEEEEEEE MUCHAS MUCHAS VECES :3'),
(145, 28, '108.162.229.56', '30 October, 2012', '', 'Bueno me parece bien lo que aveis echo pense que los staff no se enteravan de nada adios'),
(159, 56, '', '', '', ''),
(160, 57, '', '', '', ''),
(161, 58, '', '', '', ''),
(162, 60, '', '', '', ''),
(163, 61, '108.162.215.62', '02 November, 2012', '', 'yo no dije que era estaff estos nomas me querian fuera del habbo'),
(164, 64, '', '', '', ''),
(165, 65, '108.162.237.44', '03 November, 2012', '', 'Perdon se?ores por las molestias pero mi prima siempre juega con mis habbos y esta vez empeso a publicar el habbo que eya usa porfavor devuelvanme al hotel perdon por las molestias\\r\\n'),
(171, 77, '141.101.99.110', '04 November, 2012', '', 'Maricones a habboci.eu mejor holo con 200 ons'),
(167, 70, '', '', '', ''),
(168, 71, '', '', '', ''),
(169, 73, '173.245.53.206', '04 November, 2012', '', 'Me perdona?s, porfavor?'),
(170, 75, '', '', '', ''),
(172, 74, '', '', '', ''),
(173, 72, '79.152.182.154', '04 November, 2012', '', 'Hola.\\r\\nDisculpen las molest?as, se que he hecho un mal uso del hotel, me podr?an dar una ultia oportunidad esque no puedo mas , porfavor perdoneme.Os lo suplico, Porfavor.');

-- --------------------------------------------------------

--
-- Struttura della tabella `bots`
--

CREATE TABLE IF NOT EXISTS `bots` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`room_id` int(10) unsigned NOT NULL DEFAULT '0',
`ai_type` enum('generic','guide','pet') NOT NULL DEFAULT 'generic',
`name` varchar(100) NOT NULL,
`motto` varchar(120) NOT NULL,
`look` text NOT NULL,
`x` int(11) NOT NULL DEFAULT '0',
`y` int(11) NOT NULL DEFAULT '0',
`z` int(11) NOT NULL DEFAULT '0',
`rotation` int(11) NOT NULL DEFAULT '0',
`walk_mode` enum('stand','freeroam','specified_range') NOT NULL DEFAULT 'stand',
`min_x` int(11) NOT NULL DEFAULT '0',
`min_y` int(11) NOT NULL DEFAULT '0',
`max_x` int(11) NOT NULL DEFAULT '0',
`max_y` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `room_id` (`room_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=70 ;

--
-- Dump dei dati per la tabella `bots`
--

INSERT INTO `bots` (`id`, `room_id`, `ai_type`, `name`, `motto`, `look`, `x`, `y`, `z`, `rotation`, `walk_mode`, `min_x`, `min_y`, `max_x`, `max_y`) VALUES
(54, 1, 'generic', 'Harry', 'Welcome to Habbo!', 'hd-180-7.sh-290-110.lg-270-91.ch-809-62.hr-828-45', 10, 6, 0, 2, 'stand', 8, 16, 9, 24),
(55, 0, 'guide', 'Jesus', 'Hail my Fauther, Martinmine!', 'hr-891-37.hd-190-7.fa-1205-67.lg-275-92.he-3181-85', 0, 0, 0, 0, 'freeroam', 0, 0, 0, 0),
(56, 81261, 'guide', 'Brother Various', 'Nigga, i''m his clone!', 'hd-180-8.ea-1406-62.ch-3059-1328.he-3149-1328.lg-3078-1328.hr-3043-1348.sh-3089-1328', 14, 2, 2, 4, 'freeroam', 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `bots_responses`
--

CREATE TABLE IF NOT EXISTS `bots_responses` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`bot_id` int(10) unsigned NOT NULL,
`keywords` text NOT NULL,
`response_text` varchar(200) NOT NULL,
`mode` enum('say','shout','whisper') NOT NULL DEFAULT 'say',
`serve_id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `bot_id` (`bot_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=21 ;

--
-- Dump dei dati per la tabella `bots_responses`
--

INSERT INTO `bots_responses` (`id`, `bot_id`, `keywords`, `response_text`, `mode`, `serve_id`) VALUES
(1, 54, 'hey;hello;hallo;hai;hoi;howdy;hi', 'Hello!', 'say', 0),
(2, 54, 'drink;cola;food;order;buy;ice', 'You can''t order anything here. Does this look like a bar to you?', 'say', 0),
(3, 54, 'harry', 'That''s me!', 'say', 0),
(4, 54, 'project bobba', 'Ah, Project Bobba. Those were the days..', 'say', 0),
(5, 54, 'love', 'Love is a strange thing..', 'say', 0),
(6, 54, 'dust;dusty;dirty;filthy;disgusting;eww', 'Are you calling my lobby dirty!??!', 'shout', 0),
(7, 54, 'whisper to me harry', 'Do you like being whispered to...?', 'whisper', 0),
(8, 54, 'yes;yep;definitely;yeah;uh-huh;no;nope;never;nay', 'Oh, well, if you say so...', 'say', 0),
(9, 55, 'dutch;italian;sweedish;french;spanish;polish;portugese;brazillian;inglaise;anglais;hola;bonjour;nederlands;engels;swedish;language;german;deutsch', 'This is an English hotel! Please speak English or face punishment!', 'shout', 0),
(10, 55, 'help;halp', 'I''m here to help! If theres anything I can''t answer, use the help tool to the left!', 'say', 0),
(11, 55, 'noob;n00b;nOob;no0b;n0ob;gtfo;noob;pl0x;troll', 'STFU AND GTFO MY HOUSE!', 'say', 0),
(12, 55, 'cred;credz;creds;credits;coins', 'Credits are given out at random intervals. Check the site for more details.', 'say', 0),
(13, 55, 'mod;admin;staff', 'Our dedicated staff are here to improve your retro experience!', 'say', 0),
(14, 55, 'martin;martinmine;martinimine', 'Hail Martinmine o/ ! Ask him for cookies!', 'shout', 0),
(15, 55, 'pixels', 'You get pixels for being online and getting achievements, you can then spend them in the catalogue!', 'say', 0),
(16, 59, '*Hands order*', '*Starts preparing and cooking meal*', 'say', 0),
(17, 63, 'drink;cola;food;order;buy;ice', 'Im sorry we are out of drinks at the moment.', 'say', 0),
(18, 63, 'Butler', 'Yes sir?', 'say', 0),
(19, 56, 'various,var,god', 'Shut the fuck up, My brother "Various" the overlord owner is busy nigger...', 'shout', 0),
(20, 56, 'fuck,bitch,cunt,shit,pussy,dick,penis,bitch,nigga,nigger', 'FUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU', 'shout', 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `bots_speech`
--

CREATE TABLE IF NOT EXISTS `bots_speech` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`bot_id` int(10) unsigned NOT NULL,
`text` varchar(200) NOT NULL,
`shout` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `bot_id` (`bot_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=31 ;

--
-- Dump dei dati per la tabella `bots_speech`
--

INSERT INTO `bots_speech` (`id`, `bot_id`, `text`, `shout`) VALUES
(1, 54, 'Welcome to Habbo. Can I help you?', '0'),
(2, 54, '*sneeze*', '1'),
(3, 54, 'Whats that you say? Alec is awesome?', '0'),
(4, 54, 'My feet hurt.. :emoji_slight_frown:', '0'),
(5, 54, '*yawn*', '0'),
(6, 54, 'I miss Project Bobba.. people used to be nice there. *sigh*', '0'),
(7, 54, 'Why is it always so quiet here? I feel so lonely..', '0'),
(8, 54, 'Don''t even think about asking me for a drink .. this is not a bar.', '0'),
(9, 56, 'sigh..', '0'),
(10, 56, 'NIGGA I''M VARIOUS', '1'),
(11, 56, 'VARIOUS IS ALMIGHTY LLOOOOOOOOOOOLLL', '1'),
(12, 57, 'Can I be mod plz?', '0'),
(13, 57, '*writes on todo list*', '0'),
(14, 57, 'I love Skye <3', '0'),
(15, 57, 'Plz to has moar badges? :emoji_slight_frown:', '0'),
(16, 58, '*jumps out of window*', '0'),
(17, 58, 'God, I do all the work around here...', '0'),
(18, 58, 'I deserve all the Project Bobba awards!', '0'),
(19, 58, ':invisible 1', '0'),
(20, 59, '*Cleans surfaces*', '0'),
(21, 59, '*Sweeps floor*', '0'),
(22, 59, '*Mops up spillage*', '0'),
(23, 0, '*Wipes over surfaces*', '0'),
(24, 59, '*Mops up spillage*', '0'),
(25, 59, '*Wipes over surfaces*', '0'),
(26, 63, 'I wish the boss paid me more....', '1'),
(27, 63, 'How are you sir?', '0'),
(28, 63, 'Welcome to Alec''s Room', '1'),
(29, 63, '*coughs*', '1'),
(30, 63, 'Nice weather we are haveing.', '0');

-- --------------------------------------------------------

--
-- Struttura della tabella `catalog_items_copy`
--

CREATE TABLE IF NOT EXISTS `catalog_items_copy` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`page_id` int(11) NOT NULL,
`item_ids` varchar(12000) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
`catalog_name` varchar(100) NOT NULL,
`cost_credits` int(11) NOT NULL,
`cost_pixels` int(11) NOT NULL,
`amount` int(11) NOT NULL,
`cost_crystal` int(11) NOT NULL,
`cost_oude_belcredits` int(11) NOT NULL,
`song_id` int(11) unsigned NOT NULL,
`limited_stack` int(255) NOT NULL DEFAULT '0',
`limited_sells` int(255) NOT NULL DEFAULT '0',
`offer_active` enum('0','1') NOT NULL DEFAULT '1',
`badge` varchar(255) NOT NULL,
`cost_snow` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=356900561 ;

--
-- Dump dei dati per la tabella `catalog_items_copy`
--

INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`, `cost_snow`) VALUES
(4679, 9999, '4679', 'matic_walkway_silver', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2, 134, '1643', 'byesw_hotel', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568953, 15, '1637', 'landscape_single_3.4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568952, 15, '1637', 'landscape_single_2.4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568951, 15, '1637', 'landscape_single_1.4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568950, 15, '1637', 'landscape_single_7.3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568949, 15, '1637', 'landscape_single_6.3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568948, 15, '1637', 'landscape_single_5.3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568947, 15, '1637', 'landscape_single_4.3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568946, 15, '1637', 'landscape_single_3.3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568945, 15, '1637', 'landscape_single_2.3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568944, 15, '1637', 'landscape_single_1.3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568943, 15, '1637', 'landscape_single_1.2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568942, 15, '1637', 'landscape_single_7.1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568941, 15, '1637', 'landscape_single_6.1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568940, 15, '1637', 'landscape_single_5.1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568939, 15, '1637', 'landscape_single_4.1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568938, 15, '1637', 'landscape_single_3.1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568937, 15, '1637', 'landscape_single_2.1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568936, 15, '1637', 'landscape_single_1.1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568935, 15, '1634', 'floor_single_610', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568934, 15, '1634', 'floor_single_609', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568933, 15, '1634', 'floor_single_608', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568932, 15, '1634', 'floor_single_607', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(72, 55, '1', 'shelves_norja', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(71, 55, '6', 'table_norja_med', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(73, 55, '14', 'couch_norja', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(74, 55, '15', 'chair_norja', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(75, 55, '170', 'soft_sofachair_norja', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(76, 55, '171', 'soft_sofa_norja', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(101, 55, '495', 'shelves_norja*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(78, 55, '473', 'table_norja_med*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(79, 55, '474', 'table_norja_med*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(80, 55, '475', 'table_norja_med*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(81, 55, '476', 'table_norja_med*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(82, 55, '477', 'table_norja_med*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(83, 55, '478', 'table_norja_med*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(85, 55, '479', 'table_norja_med*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(86, 55, '480', 'table_norja_med*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(87, 55, '481', 'couch_norja*2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(88, 55, '482', 'couch_norja*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89, 55, '483', 'couch_norja*4', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(90, 1, '484', 'couch_norja*5', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(91, 55, '485', 'couch_norja*6', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(92, 55, '486', 'couch_norja*7', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(93, 55, '487', 'couch_norja*8', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(94, 55, '488', 'couch_norja*9', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(95, 55, '489', 'shelves_norja*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(96, 55, '490', 'shelves_norja*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97, 55, '491', 'shelves_norja*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(98, 55, '492', 'shelves_norja*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99, 55, '493', 'shelves_norja*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(100, 55, '494', 'shelves_norja*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(140, 30, '2', 'shelves_polyfon', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(103, 55, '496', 'chair_norja*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(104, 55, '497', 'chair_norja*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(105, 55, '498', 'chair_norja*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(106, 55, '499', 'chair_norja*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(107, 55, '500', 'chair_norja*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(108, 55, '501', 'chair_norja*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(109, 55, '502', 'chair_norja*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(110, 55, '503', 'chair_norja*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(111, 55, '512', 'soft_sofa_norja*2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(112, 55, '513', 'soft_sofa_norja*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(113, 55, '514', 'soft_sofa_norja*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(114, 55, '515', 'soft_sofa_norja*5', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(115, 55, '516', 'soft_sofa_norja*6', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(116, 55, '517', 'soft_sofa_norja*7', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(391, 28, '1198', 'xmas08_icerug', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(118, 55, '518', 'soft_sofa_norja*8', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(387, 28, '1189', 'xmas08_trph1', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(386, 28, '1187', 'xmas08_snowpl', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(121, 55, '519', 'soft_sofa_norja*9', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(123, 55, '520', 'soft_sofachair_norja*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(124, 55, '521', 'soft_sofachair_norja*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(125, 55, '522', 'soft_sofachair_norja*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(126, 55, '524', 'soft_sofachair_norja*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(127, 55, '525', 'soft_sofachair_norja*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(128, 55, '523', 'soft_sofachair_norja*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(129, 55, '526', 'soft_sofachair_norja*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(130, 55, '527', 'soft_sofachair_norja*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(131, 55, '652', 'solarium_norja', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(132, 55, '653', 'solarium_norja*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(133, 55, '654', 'solarium_norja*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(134, 55, '655', 'solarium_norja*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(135, 55, '656', 'solarium_norja*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(136, 55, '657', 'solarium_norja*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(137, 55, '658', 'solarium_norja*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(138, 55, '659', 'solarium_norja*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(139, 55, '660', 'solarium_norja*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(141, 30, '4', 'table_polyfon_small', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(142, 30, '5', 'chair_polyfon', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(143, 30, '11', 'stand_polyfon_z', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(144, 30, '16', 'table_polyfon_med', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(145, 30, '19', 'sofachair_polyfon', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(146, 30, '20', 'sofa_polyfon', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(147, 30, '25', 'bed_polyfon', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(148, 30, '26', 'bed_polyfon_one', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(149, 30, '107', 'bar_polyfon', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(150, 30, '46', 'fireplace_polyfon', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(152, 30, '110', 'bardesk_polyfon', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(153, 30, '111', 'bardeskcorner_polyfon', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(154, 30, '130', 'table_polyfon', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(155, 30, '131', 'smooth_table_polyfon', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(156, 31, '132', 'sofachair_polyfon_girl', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(157, 31, '133', 'bed_polyfon_girl_one', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(158, 31, '134', 'bed_polyfon_girl', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(159, 31, '135', 'sofa_polyfon_girl', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(160, 31, '614', 'bardeskcorner_polyfon*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(161, 31, '606', 'bardesk_polyfon*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(162, 31, '622', 'divider_poly3*5', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(163, 30, '213', 'divider_poly3', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(260, 26, '1615', 'dimmer_fuse2', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(259, 26, '1614', 'dimmer_swtch', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(166, 30, '576', 'sofachair_polyfon*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(258, 26, '1613', 'dimmer_fuse6', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(168, 30, '577', 'sofachair_polyfon*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(383, 37, '1609', 'ktchn_wall', 20, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(170, 30, '578', 'sofachair_polyfon*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(171, 1012, '579', 'sofachair_polyfon*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(172, 30, '580', 'sofachair_polyfon*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(173, 30, '581', 'sofachair_polyfon*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(174, 30, '582', 'sofachair_polyfon*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(175, 30, '583', 'sofa_polyfon*2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(176, 1012, '584', 'sofa_polyfon*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(427, 34, '1358', 'country_scarecrow', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(178, 30, '586', 'sofa_polyfon*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(179, 30, '587', 'sofa_polyfon*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(180, 30, '588', 'sofa_polyfon*8', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(181, 30, '589', 'sofa_polyfon*9', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(182, 30, '590', 'bed_polyfon*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(183, 30, '591', 'bed_polyfon*4', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(184, 30, '592', 'bed_polyfon*6', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(185, 30, '593', 'bed_polyfon*7', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(186, 30, '594', 'bed_polyfon*8', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(187, 30, '595', 'bed_polyfon*9', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(188, 30, '596', 'bed_polyfon_one*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(189, 30, '597', 'bed_polyfon_one*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(190, 30, '598', 'bed_polyfon_one*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(191, 30, '599', 'bed_polyfon_one*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(192, 30, '600', 'bed_polyfon_one*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(193, 30, '601', 'bed_polyfon_one*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(194, 30, '602', 'bed_polyfon_one*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(195, 30, '603', 'bardesk_polyfon*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(196, 30, '604', 'bardesk_polyfon*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(197, 30, '605', 'bardesk_polyfon*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(198, 30, '598', 'bed_polyfon_one*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(199, 30, '607', 'bardesk_polyfon*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(200, 30, '608', 'bardesk_polyfon*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(201, 615, '609', 'bardesk_polyfon*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(202, 30, '610', 'bardesk_polyfon*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(203, 30, '610', 'bardesk_polyfon*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(204, 30, '611', 'bardeskcorner_polyfon*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(205, 30, '612', 'bardeskcorner_polyfon*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(206, 30, '613', 'bardeskcorner_polyfon*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(207, 30, '615', 'bardeskcorner_polyfon*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(208, 30, '616', 'bardeskcorner_polyfon*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(209, 30, '617', 'bardeskcorner_polyfon*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(210, 30, '618', 'bardeskcorner_polyfon*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(222, 35, '32', 'bed_armas_two', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(212, 30, '619', 'divider_poly3*2', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(213, 30, '620', 'divider_poly3*3', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(214, 30, '621', 'divider_poly3*4', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(215, 30, '623', 'divider_poly3*6', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2138, 160, '323', 'toy1*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2335, 129, '1323', 'bump_road', 0, 1250, 20, 0, 0, 0, 0, 0, '1', '', 0),
(218, 30, '626', 'divider_poly3*9', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2118, 7, '1720', 'DEAL_HC_1', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(390, 28, '1196', 'xmas08_icetree', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(224, 35, '36', 'bench_armas', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(225, 35, '37', 'table_armas', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(226, 35, '38', 'small_table_armas', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(227, 1012, '39', 'Taburete', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(228, 35, '40', 'fireplace_armas', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(229, 35, '41', 'lamp_armas', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(230, 35, '42', 'bed_armas_one', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(231, 35, '44', 'carpet_armas', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(232, 35, '112', 'bar_armas', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(233, 35, '113', 'bartable_armas', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(234, 1012, '114', 'bar_chair_armas', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(235, 35, '173', 'lamp2_armas', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(237, 24, '1508', 'window_single_default', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(238, 24, '1509', 'window_double_default', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(239, 24, '1510', 'noob_window_double', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(240, 24, '1511', 'window_triple', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(241, 24, '1512', 'window_square', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(242, 24, '1513', 'window_romantic_wide', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(243, 24, '1514', 'window_romantic_narrow', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(244, 24, '1515', 'window_grunge', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(245, 24, '1516', 'window_golden', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(246, 24, '1517', 'window_chinese_wide', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(264, 29, '175', 'door', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(248, 24, '1518', 'window_chinese_narrow', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(249, 24, '1519', 'window_basic', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(250, 24, '1520', 'window_70s_wide', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(251, 24, '1521', 'window_70s_narrow', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(261, 26, '1616', 'dimmer_buttn', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(257, 26, '1498', 'roomdimmer', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(254, 24, '1527', 'window_hole', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(255, 24, '1531', 'window_skyscraper', 18, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(389, 28, '1192', 'xmas08_hottub', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(265, 29, '937', 'teleport_door', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(757, 73, '1599', 'sf_window', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(756, 73, '1435', 'sf_roller', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(268, 73, '1434', 'sf_tele', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(269, 58, '1273', 'lostc_teleport', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(271, 33, '3', 'shelves_silo', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(272, 33, '7', 'table_silo_med', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(273, 33, '12', 'chair_silo', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(274, 33, '13', 'sofa_silo', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(275, 33, '21', 'sofachair_silo', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(276, 33, '29', 'bed_silo_one', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(277, 33, '30', 'bed_silo_two', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(278, 33, '31', 'table_silo_small', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(279, 33, '218', 'divider_silo1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(280, 33, '220', 'divider_silo2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(281, 33, '222', 'divider_silo3', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(282, 33, '455', 'barchair_silo', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(283, 33, '528', 'sofachair_silo*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(284, 33, '529', 'sofachair_silo*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(285, 33, '530', 'sofachair_silo*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(286, 33, '531', 'sofachair_silo*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(287, 33, '532', 'sofachair_silo*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(288, 33, '533', 'sofachair_silo*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(289, 33, '534', 'sofachair_silo*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(290, 33, '535', 'sofachair_silo*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(291, 33, '536', 'table_silo_small*2', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(292, 33, '537', 'table_silo_small*3', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(293, 33, '538', 'table_silo_small*4', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(294, 33, '539', 'table_silo_small*5', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(295, 33, '540', 'table_silo_small*6', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(296, 33, '541', 'table_silo_small*7', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(297, 33, '542', 'table_silo_small*8', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(298, 33, '543', 'table_silo_small*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(299, 33, '544', 'divider_silo1*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(300, 33, '545', 'divider_silo1*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(301, 33, '546', 'divider_silo1*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(302, 33, '547', 'divider_silo1*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(303, 33, '548', 'divider_silo1*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(304, 33, '549', 'divider_silo1*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(305, 33, '550', 'divider_silo1*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(306, 33, '551', 'divider_silo1*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(307, 33, '552', 'divider_silo3*2', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(308, 33, '553', 'divider_silo3*3', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(309, 33, '554', 'divider_silo3*4', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(310, 33, '555', 'divider_silo3*5', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(311, 33, '556', 'divider_silo3*6', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(312, 33, '557', 'divider_silo3*7', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(313, 33, '558', 'divider_silo3*8', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(314, 33, '559', 'divider_silo3*9', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(315, 33, '560', 'table_silo_med*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(316, 33, '561', 'table_silo_med*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(317, 33, '562', 'table_silo_med*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(318, 33, '563', 'table_silo_med*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(319, 33, '564', 'table_silo_med*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(320, 33, '565', 'table_silo_med*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(321, 33, '566', 'table_silo_med*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(322, 33, '567', 'table_silo_med*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(323, 33, '568', 'sofa_silo*2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(324, 33, '569', 'sofa_silo*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(325, 33, '570', 'sofa_silo*4', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(326, 33, '571', 'sofa_silo*5', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(327, 33, '572', 'sofa_silo*6', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(328, 33, '573', 'sofa_silo*7', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(329, 33, '574', 'sofa_silo*8', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(330, 33, '575', 'sofa_silo*9', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(331, 33, '627', 'chair_silo*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(332, 33, '628', 'chair_silo*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(333, 33, '629', 'chair_silo*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(334, 33, '630', 'chair_silo*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(335, 33, '631', 'chair_silo*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(336, 33, '632', 'chair_silo*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(337, 1012, '633', 'chair_silo*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(338, 33, '634', 'chair_silo*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(339, 33, '651', 'silo_studydesk', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(340, 33, '651', 'silo_studydesk', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(341, 33, '669', 'safe_silo', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(342, 33, '696', 'barchair_silo*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(343, 33, '697', 'barchair_silo*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(344, 33, '698', 'barchair_silo*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(345, 33, '699', 'barchair_silo*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(346, 33, '700', 'barchair_silo*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(347, 33, '701', 'barchair_silo*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(348, 33, '701', 'barchair_silo*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(349, 33, '702', 'barchair_silo*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(350, 33, '703', 'barchair_silo*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(351, 33, '704', 'safe_silo*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(352, 33, '705', 'safe_silo*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(353, 33, '706', 'safe_silo*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(354, 33, '707', 'safe_silo*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(355, 33, '708', 'safe_silo*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356, 33, '709', 'safe_silo*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(358, 33, '710', 'safe_silo*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(359, 33, '711', 'safe_silo*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(360, 33, '880', 'safe_silo_pb', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(364, 37, '1461', 'ktchn_light', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(363, 37, '1460', 'ktchn_stove', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(365, 37, '1462', 'ktchn_plates', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(366, 37, '1463', 'ktchn_countr_1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(367, 37, '1464', 'ktchn_pots', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(368, 37, '1465', 'ktchn_cornr', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(369, 37, '1466', 'ktchn_desk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(370, 37, '1467', 'ktchn_trash', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(371, 37, '1468', 'ktchn_countr_2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(372, 37, '1469', 'ktchn_bBlock', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(373, 37, '1470', 'ktchn_dvdr', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(374, 37, '1471', 'ktchn_inspctr', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(375, 37, '1472', 'ktchn_fridge', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(376, 37, '1474', 'ktchn_sink', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(388, 28, '1191', 'xmas08_table', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(378, 37, '1475', 'ktchn_gate', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(379, 37, '1609', 'ktchn_wall', 8, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(380, 37, '1611', 'ktchn_oven', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(381, 37, '1612', 'ktchn_knives', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(392, 28, '1210', 'xmas08_geysir', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(393, 28, '1214', 'xmas08_lantern', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(394, 1012, '1215', 'xmas08_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(395, 28, '1217', 'xmas08_telep', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(396, 28, '1218', 'xmas08_cubetree', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(397, 28, '1220', 'xmas08_dvdr1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(398, 28, '1221', 'xmas08_hole', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(399, 28, '1224', 'xmas08_dvdr2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(400, 28, '1236', 'xmas08_trph2', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(401, 28, '1552', 'xmas08_wallpaper', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(402, 28, '1553', 'xmas08_icewall', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(404, 39, '138', 'plant_pineapple', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(405, 39, '139', 'plant_fruittree', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(406, 39, '140', 'plant_small_cactus', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(407, 39, '141', 'plant_bonsai', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(408, 39, '142', 'plant_big_cactus', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(409, 39, '143', 'plant_yukka', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(410, 39, '149', 'plant_sunflower', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(411, 39, '150', 'plant_rose', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(412, 39, '809', 'plant_mazegate', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(413, 39, '810', 'plant_maze', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(414, 39, '811', 'plant_bulrush', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(417, 1012, '152', 'bath', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(418, 38, '153', 'sink', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(419, 38, '156', 'tile', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(420, 38, '159', 'tile_red', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(421, 38, '160', 'tile_yell', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(422, 1012, '154', 'toilet', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(423, 1012, '157', 'toilet_red', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(424, 1012, '158', 'toilet_yell', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(425, 38, '155', 'duck', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(448, 34, '1592', 'country_wall', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(446, 34, '1593', 'country_lantern', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(445, 34, '1592', 'country_wall', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(444, 34, '1591', 'country_fp', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(443, 34, '1590', 'country_forestwall', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(442, 34, '1382', 'country_ditch', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(441, 34, '1381', 'country_corner', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(440, 34, '1380', 'country_patio', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(439, 34, '1379', 'country_fnc3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(438, 34, '1378', 'country_log', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(437, 34, '1373', 'country_stage', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(436, 34, '1371', 'country_gate', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(435, 34, '1370', 'country_wheat', 50, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(434, 34, '1369', 'country_rbw', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(433, 34, '1367', 'country_well', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(432, 34, '1366', 'country_fnc1', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(449, 40, '43', 'carpet_standard', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(450, 40, '45', 'carpet_polar', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(451, 40, '52', 'carpet_standard*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(452, 40, '60', 'carpet_standard*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(453, 40, '66', 'carpet_standard*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(454, 40, '66', 'carpet_standard*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(455, 40, '71', 'carpet_standard*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(456, 40, '75', 'carpet_standard*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(457, 40, '100', 'carpet_standard*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(458, 40, '115', 'carpet_soft', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(459, 40, '116', 'carpet_soft*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(460, 40, '117', 'carpet_soft*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(461, 40, '118', 'carpet_soft*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(462, 40, '119', 'carpet_soft*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(463, 40, '120', 'carpet_soft*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(464, 40, '121', 'carpet_soft*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(465, 40, '124', 'carpet_polar*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(466, 40, '126', 'carpet_polar*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(467, 40, '127', 'carpet_polar*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(468, 40, '128', 'carpet_polar*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(469, 40, '144', 'carpet_standard*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(470, 40, '145', 'carpet_standard*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(471, 40, '146', 'carpet_standard*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(472, 40, '147', 'carpet_standard*10', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(473, 40, '148', 'carpet_standard*11', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(475, 41, '1594', 'flag_norway', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(476, 41, '1606', 'flag_belgium', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(477, 41, '1607', 'flag_portugal', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(481, 27, '187', 'xm:emoji_relieved:uck', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(482, 27, '259', 'rare_xmas_screen', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(483, 28, '872', 'xmas_icelamp', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(485, 27, '873', 'xmas_cstl_wall', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(486, 27, '874', 'xmas_cstl_twr', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(487, 27, '875', 'xmas_cstl_gate', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(488, 27, '1201', 'xmas_snow', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(489, 27, '1201', 'xmas_snow', 20, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(490, 27, '1491', 'xmas_light', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(513, 27, '190', 'tree3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(496, 27, '1664', 'xm09_table', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(493, 27, '1662', 'xm09_man_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(833, 57, '663', 'chair_china', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(495, 27, '1663', 'xm09_man_c', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(497, 1012, '1665', 'xm09_bench', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2120, 7, '1720', 'DEAL_HC_2', 250, 0, 3, 0, 0, 0, 0, 0, '1', '', 0),
(499, 27, '1667', 'xm09_forestwall', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(500, 27, '1668', 'xm09_lodgewall', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(501, 27, '1669', 'xm09_bauble_25', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(502, 27, '1666', 'xm09_firwall', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(503, 27, '1670', 'xm09_bauble_26', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(512, 27, '184', 'pudding', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(505, 27, '1672', 'xm09_bauble_27', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(506, 27, '1673', 'xm09_bauble_23', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(507, 27, '1674', 'xm09_bauble_24', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(508, 27, '1675', 'xm09_candyCane', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(509, 27, '1676', 'xm09_stocking', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(514, 27, '191', 'tree4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(515, 27, '192', 'tree5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(516, 27, '876', 'tree7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(517, 27, '877', 'tree6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(518, 27, '883', 'christmas_sleigh', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(519, 27, '884', 'christmas_reindeer', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(520, 27, '885', 'christmas_poop', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(522, 27, '189', 'triplecandle', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(523, 27, '195', 'rcandleset', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(524, 27, '266', 'rcandle', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(555, 77, '1128', 'greek_corner', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(528, 27, '1661', 'xm09_man_a', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1117, 43, '122', 'red_tv', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(531, 27, '1671', 'xm09_bauble_27', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(532, 28, '1197', 'campfire', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(533, 76, '197', 'valeduck', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(534, 76, '241', 'valentinescreen', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(556, 77, '1129', 'greek_gate', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(536, 76, '804', 'plant_valentinerose*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(537, 76, '805', 'plant_valentinerose*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(538, 76, '806', 'plant_valentinerose*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(539, 76, '807', 'plant_valentinerose*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(540, 76, '808', 'plant_valentinerose*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(541, 76, '813', 'carpet_valentine', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(542, 76, '929', 'val_teddy*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(543, 76, '930', 'val_teddy*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(544, 76, '931', 'val_teddy*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(545, 76, '932', 'val_teddy*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(546, 76, '933', 'val_teddy*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(547, 76, '934', 'val_teddy*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(548, 76, '935', 'val_randomizer', 8, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(549, 76, '936', 'val_choco', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(550, 76, '1484', 'val_heart', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(551, 76, '1477', 'post.it.vd', 3, 0, 30, 0, 0, 0, 0, 0, '1', '', 0),
(552, 76, '196', 'statue', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(553, 76, '198', 'heartsofa', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(557, 77, '1130', 'greek_pillars', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(558, 77, '1131', 'greek_seat', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(564, 71, '1444', 'rela_candle1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(560, 42, '1133', 'a0 greektrophy_s', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(561, 42, '1134', 'a0 greektrophy_b', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(562, 77, '1135', 'greek_block', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2108, 42, '1713', 'ads_twi_trophy', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(566, 71, '1446', 'rela_candles2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(766, 72, '790', 'romantique_pianochair*5', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(568, 71, '1448', 'rela_hchair', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(569, 71, '1449', 'rela_candle2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(570, 71, '1453', 'rela_candle3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(571, 71, '1455', 'rela_plant', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(572, 71, '1456', 'rela_candles1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(573, 71, '1457', 'rela_candles3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(574, 71, '1458', 'rela_orchid', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(575, 71, '1459', 'rela_rock', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(576, 71, '1605', 'rela_wall', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(578, 59, '206', 'basket', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(579, 59, '205', 'bunny', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(580, 59, '204', 'easterduck', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(581, 59, '207', 'birdie', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(584, 56, '960', 'arabian_teamk', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(585, 56, '961', 'arabian_snake', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(586, 56, '962', 'arabian_rug', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(587, 56, '963', 'arabian_pllw', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(588, 56, '964', 'arabian_divdr', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(589, 56, '965', 'arabian_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(590, 56, '966', 'arabian_bigtb', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(591, 56, '967', 'arabian_tetbl', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(592, 56, '968', 'arabian_tray1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600, 63, '445', 'sporttrack1*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(594, 56, '970', 'arabian_tray3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(595, 56, '971', 'arabian_tray4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(596, 56, '1503', 'arabian_swords', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(597, 56, '1504', 'arabian_wndw', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(598, 56, '969', 'arabian_tray2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(601, 63, '446', 'sporttrack1*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(602, 63, '447', 'sporttrack1*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(603, 63, '448', 'sporttrack2*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(604, 63, '449', 'sporttrack2*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(605, 63, '450', 'sporttrack2*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(606, 63, '451', 'sporttrack3*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(607, 63, '452', 'sporttrack3*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(608, 63, '453', 'sporttrack3*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(609, 63, '287', 'hockey_light', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(610, 63, '286', 'hockey_score', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(611, 63, '239', 'bench_lego', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(612, 63, '238', 'carpet_legocourt', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(613, 63, '240', 'legotrophy', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(615, 63, '454', 'footylamp', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(617, 64, '854', 'grunge_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(618, 64, '855', 'grunge_mattress', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(619, 64, '856', 'grunge_radiator', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(620, 64, '857', 'grunge_shelf', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(621, 64, '859', 'grunge_table', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(622, 64, '858', 'grunge_sign', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(623, 64, '947', 'grunge_candle', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(624, 64, '948', 'grunge_bench', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(625, 64, '949', 'grunge_barrel', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(626, 64, '1515', 'window_grunge', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(628, 67, '837', 'jp_tatami2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(629, 67, '838', 'jp_tatami', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(630, 67, '840', 'jp_bamboo', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(631, 67, '841', 'jp_irori', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(632, 67, '842', 'jp_pillow', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(633, 67, '2020', 'jp_lantern', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(634, 67, '2048', 'jp_drawer', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(635, 67, '954', 'jp_tray6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(636, 67, '955', 'jp_tray5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(637, 67, '956', 'jp_tray4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(638, 67, '957', 'jp_tray3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(639, 67, '958', 'jp_tray2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(640, 67, '959', 'jp_tray1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(641, 67, '986', 'jp_table', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(642, 67, '987', 'jp_rare', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(643, 67, '988', 'jp_katana3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(644, 67, '989', 'jp_katana2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(645, 67, '990', 'jp_katana1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(646, 67, '1020', 'jp_teamaker', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(647, 67, '1486', 'jp_ninjastars', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(648, 67, '1500', 'jp_sheet3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(649, 67, '1501', 'jp_sheet2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(650, 67, '1502', 'jp_sheet1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(651, 75, '2052', 'summer_grill*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(652, 75, '2053', 'summer_grill*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(653, 75, '2054', 'summer_grill*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(654, 75, '2055', 'summer_grill*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(655, 75, '2056', 'summer_chair*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(656, 75, '2057', 'summer_chair*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(657, 75, '2058', 'summer_chair*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(658, 75, '2059', 'summer_chair*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(659, 75, '2060', 'summer_chair*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(660, 75, '2061', 'summer_chair*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(661, 75, '2062', 'summer_chair*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(662, 75, '2063', 'summer_chair*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(663, 75, '2064', 'summer_chair*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(664, 75, '2086', 'summer_pool*1', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(665, 75, '2087', 'summer_pool*2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(666, 75, '2088', 'summer_pool*3', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(667, 75, '2089', 'summer_pool*4', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(668, 75, '1437', 'summer_raft1', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(669, 75, '1439', 'summer_raft2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(670, 75, '1441', 'summer_icebox', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(671, 1053, '1638', 'hween09_floor', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(672, 1053, '1638', 'hween09_floor', 25, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(673, 1053, '1639', 'hween09_jar', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(674, 1053, '1641', 'hween09_organ', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(675, 1053, '1644', 'hween09_table', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(676, 1053, '1645', 'hween09_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(677, 661053, '1646', 'hween09_mirror', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(678, 1053, '1647', 'hween09_hatch', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(679, 1053, '1648', 'hween09_ghost', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(680, 1053, '1649', 'hween09_tv', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(681, 1053, '1650', 'hween09_chandelier', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(682, 1053, '1651', 'hween09_crnr1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(683, 1053, '1652', 'hween09_paint', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(684, 1053, '1653', 'hween09_treewall', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(685, 1053, '1654', 'hween09_wall1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(686, 1053, '1655', 'hween09_stonewall', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(687, 1053, '1656', 'hween09_win', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(688, 1053, '178', 'pumpkin', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(694, 1053, '182', 'deadduck3', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(690, 1053, '179', 'skullcandle', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(693, 1053, '181', 'deadduck2', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(695, 1053, '180', 'deadduck', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(697, 88, '1157', 'hween08_sink', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(698, 88, '1158', 'hween08_curtain', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(699, 88, '1159', 'hween08_bath', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(700, 88, '1160', 'hween08_defibs', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(701, 88, '1161', 'hween08_bbag', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(702, 88, '1162', 'hween08_curtain2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(703, 88, '1163', 'hween08_defibs2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(704, 88, '1164', 'hween08_bed', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(705, 88, '1165', 'hween08_sink2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(706, 88, '1166', 'hween08_bed2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(707, 88, '1167', 'hween08_bath2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(708, 88, '1168', 'hween08_manhole', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(709, 88, '1169', 'hween08_trll', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(710, 88, '1535', 'hween08_rad', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(711, 88, '1536', 'hween08_wndwb', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(712, 88, '1537', 'hween08_wndw', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(713, 88, '1538', 'hween08_bio', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(714, 74, '1241', 'bolly_lotus_pool', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(715, 74, '1243', 'bolly_petals', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(716, 74, '1244', 'bolly_tree', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(717, 74, '1245', 'bolly_swing', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(718, 74, '1246', 'bolly_pillow', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(719, 74, '1247', 'bolly_corner', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(720, 74, '1248', 'bolly_phant', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(721, 74, '1249', 'bolly_monkey_lamp', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(722, 74, '1250', 'bolly_drapeb', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(723, 74, '1252', 'bolly_lamp', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(724, 74, '1253', 'bolly_desk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(725, 74, '1254', 'bolly_vase', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(726, 74, '1255', 'bolly_tile2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(727, 74, '1256', 'bolly_table', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(728, 74, '1257', 'bolly_drapec', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(729, 74, '1258', 'bolly_fountain', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(735, 73, '1414', 'SF_reactor', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(731, 74, '1260', 'bolly_tile1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(732, 74, '1261', 'bolly_drapea', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(733, 74, '1562', 'bolly_wdw_wd', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(736, 73, '1415', 'SF_crate_2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(737, 73, '1416', 'SF_chair_blue', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(738, 73, '1417', 'sf_pod', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(739, 73, '1418', 'SF_panel1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(740, 73, '1419', 'SF_table', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(741, 73, '1423', 'SF_panel2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(742, 73, '1424', 'sf_gate', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(743, 73, '1420', 'SF_chair_green', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(744, 73, '1421', 'SF_crate_1', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(745, 73, '1422', 'SF_alien', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(746, 73, '1426', 'SF_floor_2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(747, 73, '1425', 'SF_panel3', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(748, 73, '1427', 'SF_lamp', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(749, 73, '1428', 'SF_chair_red', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(750, 73, '1429', 'sf_floor', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(751, 73, '1430', 'sf_roof', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(752, 73, '1431', 'sf_stick', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(753, 73, '1432', 'SF_floor_1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(759, 73, '1603', 'sf_wall3', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(758, 73, '1600', 'sf_wall2', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(765, 72, '789', 'romantique_pianochair*3', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(767, 72, '791', 'romantique_pianochair*2', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(768, 72, '792', 'romantique_pianochair*4', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(769, 72, '793', 'romantique_pianochair*1', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(770, 72, '794', 'romantique_divan*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(771, 72, '795', 'romantique_divan*5', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(772, 72, '796', 'romantique_divan*2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(773, 72, '797', 'romantique_divan*4', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(774, 72, '798', 'romantique_divan*1', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(775, 72, '799', 'romantique_chair*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(776, 72, '800', 'romantique_chair*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(777, 72, '801', 'romantique_chair*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(778, 72, '802', 'romantique_chair*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(779, 72, '803', 'romantique_chair*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(780, 72, '825', 'romantique_tray2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(781, 72, '826', 'romantique_tray1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(782, 72, '827', 'romantique_smalltabl*3', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(783, 72, '828', 'romantique_smalltabl*5', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(784, 72, '829', 'romantique_smalltabl*2', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(785, 72, '830', 'romantique_smalltabl*4', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(786, 72, '831', 'romantique_smalltabl*1', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(787, 72, '832', 'romantique_mirrortabl', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(788, 72, '833', 'romantique_divider*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(789, 72, '834', 'romantique_divider*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(790, 72, '835', 'romantique_divider*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(791, 72, '836', 'romantique_divider*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(792, 72, '1974', 'romantique_clock', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(793, 69, '1170', 'party_table', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(794, 69, '1171', 'party_discol', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(795, 69, '1172', 'party_block2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(796, 69, '1173', 'party_barcorn', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(797, 69, '1174', 'party_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(798, 69, '1175', 'party_block', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(799, 69, '1176', 'party_ravel', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(800, 69, '1177', 'party_tube_lava', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(801, 69, '1178', 'party_tray', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(802, 69, '1179', 'party_djtable', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(803, 69, '1180', 'party_floor', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(804, 69, '1181', 'party_ball', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(805, 69, '1182', 'party_tube_bubble', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(806, 69, '1183', 'party_mic', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(807, 69, '1184', 'party_beamer', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(808, 69, '1185', 'party_bardesk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(809, 69, '1186', 'party_seat', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(810, 69, '1543', 'party_wc_boy', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(811, 69, '1544', 'party_led', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(812, 69, '1545', 'party_neon5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(813, 69, '1546', 'party_neon1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(814, 69, '1547', 'party_neon2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(815, 69, '1548', 'party_wc_girl', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(816, 69, '1549', 'party_neon3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(817, 69, '1550', 'party_shelf', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(818, 69, '1551', 'party_neon4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(822, 29, '176', 'doorB', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(821, 29, '177', 'doorC', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(824, 94, '224', 'spyro', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(825, 94, '199', 'throne', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(826, 94, '200', 'samovar', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(827, 94, '108', 'plant_cruddy', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1118, 43, '123', 'wood_tv', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(830, 94, '268', 'djesko_turntable', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(834, 57, '664', 'china_table', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(835, 57, '676', 'china_shelve', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(836, 57, '694', 'wall_china', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(837, 57, '695', 'corner_china', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(838, 57, '1240', 'china_moongt', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(839, 57, '1242', 'china_ox', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(840, 57, '1559', 'china_pstr2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(846, 60, '2083', 'exe_rug', 20, 0, 6, 0, 0, 0, 0, 0, '1', '', 0),
(842, 57, '1560', 'china_light', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(843, 57, '1561', 'china_pstr1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(845, 60, '2083', 'exe_rug', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(847, 60, '2084', 'exe_s_table', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(848, 60, '886', 'exe_bardesk', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0);
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`, `cost_snow`) VALUES
(849, 60, '887', 'exe_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(850, 60, '888', 'exe_chair2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(851, 60, '889', 'exe_corner', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(852, 60, '890', 'exe_drinks', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(853, 60, '891', 'exe_sofa', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1758, 123, '898', 'noob_table*1', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(855, 60, '892', 'exe_table', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(856, 60, '928', 'exe_plant', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(857, 60, '1331', 'exe_light', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(858, 60, '1338', 'exe_gate', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(859, 60, '1342', 'exe_cubelight', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(860, 60, '1344', 'exe_artlamp', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(861, 60, '1584', 'exe_map', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(862, 60, '1585', 'exe_wfall', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(863, 58, '1270', 'lc_tile1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(865, 58, '1272', 'lc_crab2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(866, 58, '1275', 'lc_coral_divider_hi', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(867, 58, '1277', 'lc_tubes_corners', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(868, 58, '1278', 'lc_table', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(869, 58, '1279', 'lc_tile2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(870, 58, '1280', 'lc_anemone', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(871, 58, '1282', 'lc_glass_floor', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(872, 58, '1281', 'lc_coral_divider_low', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(874, 58, '1283', 'lc_medusa1', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(875, 58, '1284', 'lc_crab1', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(876, 58, '1287', 'lc_tubes_straight', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(877, 58, '1291', 'lc_corner', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(878, 58, '1292', 'lc_stool', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(879, 58, '1293', 'lc_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(880, 58, '1294', 'lc_desk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(881, 58, '1568', 'lc_wall1', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(882, 58, '1569', 'lc_window2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(883, 58, '1570', 'lc_window1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(884, 58, '1572', 'lc_wall2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(890, 42, '290', 'a0 prizetrophy3_b', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(889, 42, '289', 'a0 prizetrophy2_b', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(891, 42, '291', 'a0 prizetrophy4_b', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(892, 42, '292', 'a0 prizetrophy5_b', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(893, 42, '293', 'a0 prizetrophy1_g', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(894, 42, '294', 'a0 prizetrophy2_g', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(895, 42, '295', 'a0 prizetrophy3_g', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(896, 42, '296', 'a0 prizetrophy4_g', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(897, 42, '297', 'a0 prizetrophy4_g', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(898, 42, '298', 'a0 prizetrophy6_g', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(899, 42, '299', 'a0 prizetrophy1_s', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(900, 42, '300', 'a0 prizetrophy2_s', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(901, 42, '301', 'a0 prizetrophy3_s', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(902, 42, '302', 'a0 prizetrophy4_s', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(903, 42, '303', 'a0 prizetrophy5_s', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(904, 42, '304', 'a0 prizetrophy6_s', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(905, 42, '305', 'a0 prizetrophy1_b', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(906, 93, '329', 'a0 prizetrophy7_b', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1386, 8, '1136', 'hcc_table', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(908, 93, '330', 'a0 prizetrophy7_g', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(909, 93, '331', 'a0 prizetrophy7_s', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(910, 42, '951', 'a0 prizetrophy5_g', 10, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(911, 93, '1436', 'prizetrophy_hot', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(912, 93, '1438', 'prizetrophy_cool', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(913, 32, '168', 'bar_basic', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(914, 32, '169', 'shelves_basic', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(915, 32, '172', 'lamp_basic', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(916, 32, '174', 'fridge', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(987, 65, '1973', 'rope_divider', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(918, 1012, '1976', 'Butaca pura rosa', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(919, 32, '1977', 'pura_mdl5*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(920, 32, '1978', 'pura_mdl5*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(921, 32, '1979', 'pura_mdl5*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(922, 1012, '1980', 'pura_mdl5*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(923, 32, '1981', 'pura_mdl5*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(924, 32, '1982', 'pura_mdl5*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(925, 1012, '1983', 'Butaca Pura Roja', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(926, 32, '1984', 'pura_mdl4*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(927, 1012, '1985', 'pura_mdl4*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(928, 32, '1986', 'pura_mdl4*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(929, 32, '1987', 'pura_mdl4*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(930, 32, '1988', 'pura_mdl4*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(931, 1012, '1989', 'pura_mdl4*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(932, 32, '1990', 'pura_mdl4*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(933, 32, '1991', 'pura_mdl4*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(934, 32, '1992', 'pura_mdl4*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(935, 32, '1993', 'pura_mdl3*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(936, 1012, '1994', 'pura_mdl3*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(937, 32, '1995', 'pura_mdl3*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(938, 32, '1996', 'pura_mdl3*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(939, 32, '1997', 'pura_mdl3*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(940, 1012, '1998', 'pura_mdl3*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(941, 32, '1999', 'pura_mdl3*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(942, 32, '2000', 'pura_mdl3*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(943, 32, '2001', 'pura_mdl3*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(944, 32, '2002', 'pura_mdl2*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(945, 1012, '2003', 'pura_mdl2*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(947, 32, '2004', 'pura_mdl2*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(948, 32, '2005', 'pura_mdl2*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(949, 32, '2006', 'pura_mdl2*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(950, 1012, '2007', 'pura_mdl2*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(951, 32, '2008', 'pura_mdl2*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(952, 32, '2009', 'pura_mdl2*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(953, 32, '2010', 'pura_mdl2*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(954, 32, '2011', 'pura_mdl1*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(955, 1012, '2012', 'pura_mdl1*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(956, 32, '2013', 'pura_mdl1*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(957, 32, '2014', 'pura_mdl1*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(958, 32, '2015', 'pura_mdl1*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(959, 1012, '2016', 'pura_mdl1*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(960, 32, '2017', 'pura_mdl1*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(961, 32, '2018', 'pura_mdl1*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(962, 32, '2019', 'pura_mdl1*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(963, 32, '2022', 'chair_basic*2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(964, 32, '2023', 'chair_basic*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(965, 32, '2024', 'chair_basic*4', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(966, 1012, '2025', 'chair_basic*5', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(967, 32, '2026', 'chair_basic*6', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(968, 32, '2027', 'chair_basic*7', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(969, 1012, '2029', 'chair_basic*9', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(970, 32, '2031', 'bed_budget*2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(971, 32, '2032', 'bed_budget*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(972, 32, '2033', 'bed_budget*4', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(973, 32, '2034', 'bed_budget*5', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(974, 32, '2035', 'bed_budget*6', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(975, 32, '2036', 'bed_budget*7', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(976, 32, '2037', 'bed_budget*8', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(977, 32, '2038', 'bed_budget*9', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(978, 32, '2040', 'bed_budget_one*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(979, 32, '2041', 'bed_budget_one*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(980, 32, '2042', 'bed_budget_one*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(981, 32, '2043', 'bed_budget_one*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(982, 32, '2044', 'bed_budget_one*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(983, 32, '2045', 'bed_budget_one*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(984, 32, '2046', 'bed_budget_one*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(985, 32, '2047', 'bed_budget_one*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(988, 65, '839', 'habbowood_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(989, 65, '1943', 'spotlight', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(990, 65, '1487', 'habw_mirror', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(991, 65, '2050', 'tile_marble', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(992, 65, '2050', 'tile_marble', 40, 0, 50, 0, 0, 0, 0, 0, '1', '', 0),
(993, 65, '2051', 'tile_brown', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(994, 65, '2051', 'tile_brown', 40, 0, 50, 0, 0, 0, 0, 0, '1', '', 0),
(995, 65, '2049', 'tile_stella', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(996, 65, '2049', 'tile_stella', 30, 0, 50, 0, 0, 0, 0, 0, '1', '', 0),
(998, 102, '431', 'queue_tile1*3', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(999, 102, '431', 'queue_tile1*3', 18, 0, 3, 0, 0, 0, 0, 0, '1', '', 0),
(1000, 102, '431', 'queue_tile1*3', 30, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(1001, 102, '432', 'queue_tile1*6', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1002, 102, '432', 'queue_tile1*6', 18, 0, 3, 0, 0, 0, 0, 0, '1', '', 0),
(1003, 102, '432', 'queue_tile1*6', 30, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(1004, 102, '433', 'queue_tile1*4', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1005, 102, '433', 'queue_tile1*4', 18, 0, 3, 0, 0, 0, 0, 0, '1', '', 0),
(1006, 102, '433', 'queue_tile1*4', 30, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(1007, 102, '434', 'queue_tile1*9', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10008, 102, '434', 'queue_tile1*9', 18, 0, 3, 0, 0, 0, 0, 0, '1', '', 0),
(1009, 102, '434', 'queue_tile1*9', 30, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(1010, 102, '435', 'queue_tile1*8', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1011, 102, '435', 'queue_tile1*8', 18, 0, 3, 0, 0, 0, 0, 0, '1', '', 0),
(1012, 102, '435', 'queue_tile1*8', 30, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(1013, 102, '436', 'queue_tile1*5', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1014, 102, '436', 'queue_tile1*5', 18, 0, 3, 0, 0, 0, 0, 0, '1', '', 0),
(1015, 102, '436', 'queue_tile1*5', 30, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(1016, 102, '437', 'queue_tile1*7', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1017, 102, '437', 'queue_tile1*7', 18, 0, 3, 0, 0, 0, 0, 0, '1', '', 0),
(1018, 102, '437', 'queue_tile1*7', 30, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(1019, 102, '438', 'queue_tile1*2', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1020, 102, '438', 'queue_tile1*2', 18, 0, 3, 0, 0, 0, 0, 0, '1', '', 0),
(1021, 102, '438', 'queue_tile1*2', 30, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(1022, 102, '439', 'queue_tile1*1', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1023, 102, '439', 'queue_tile1*1', 18, 0, 3, 0, 0, 0, 0, 0, '1', '', 0),
(1024, 102, '439', 'queue_tile1*1', 30, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(1025, 102, '440', 'queue_tile1*0', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1026, 102, '440', 'queue_tile1*0', 18, 0, 3, 0, 0, 0, 0, 0, '1', '', 0),
(1027, 102, '440', 'queue_tile1*0', 30, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(1030, 68, '1389', 'lt_stage2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1029, 68, '1388', 'LT_skull', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1031, 68, '1390', 'lt_lavac', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1032, 68, '1391', 'lt_gate', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1033, 68, '1394', 'lt_statue', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1034, 68, '1395', 'lt_spider', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1035, 68, '1396', 'lt_stone2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1036, 68, '1397', 'LT_throne', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1037, 68, '1399', 'lt_patch', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1038, 68, '1400', 'lt_lava', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1039, 68, '1401', 'LT_pillar2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1040, 68, '1402', 'lt_bughill', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1041, 68, '1405', 'LT_pillar', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1042, 68, '1409', 'lt_stone1', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1043, 68, '1406', 'lt_stage1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1044, 68, '1598', 'lt_wall', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1045, 68, '1596', 'lt_jngl_wall', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1119, 43, '151', 'tv_luxus', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1050, 61, '712', 'glass_shelf', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1051, 61, '713', 'glass_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1052, 61, '714', 'glass_stool', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1053, 61, '715', 'glass_sofa', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1054, 61, '717', 'glass_table*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2102, 60, '1259', 'exe_elevator', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1056, 61, '718', 'glass_table*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1057, 61, '716', 'glass_table', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1058, 61, '719', 'glass_table*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1059, 61, '720', 'glass_table*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1060, 61, '721', 'glass_table*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1061, 61, '722', 'glass_table*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1062, 61, '723', 'glass_table*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1063, 61, '724', 'glass_table*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1064, 61, '725', 'glass_chair*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1065, 61, '726', 'glass_chair*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1066, 61, '727', 'glass_chair*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1067, 61, '728', 'glass_chair*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1068, 61, '729', 'glass_chair*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1069, 61, '730', 'glass_chair*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1070, 61, '731', 'glass_chair*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1071, 61, '732', 'glass_chair*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1072, 61, '733', 'glass_sofa*2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1073, 61, '734', 'glass_sofa*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1074, 61, '735', 'glass_sofa*4', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1075, 61, '736', 'glass_sofa*5', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1076, 61, '737', 'glass_sofa*6', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1077, 61, '738', 'glass_sofa*7', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1078, 61, '739', 'glass_sofa*8', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1079, 61, '740', 'glass_sofa*9', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1080, 61, '741', 'glass_stool*2', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1081, 61, '742', 'glass_stool*4', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1082, 61, '743', 'glass_stool*5', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1083, 61, '744', 'glass_stool*6', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1084, 61, '745', 'glass_stool*7', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1085, 61, '746', 'glass_stool*8', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1086, 61, '747', 'glass_stool*3', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1087, 61, '748', 'glass_stool*9', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1088, 72, '822', 'grand_piano*4', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1089, 72, '819', 'grand_piano*3', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1090, 72, '820', 'grand_piano*5', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1091, 72, '821', 'grand_piano*2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1092, 72, '823', 'grand_piano*1', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1093, 94, '244', 'rare_beehive_bulb', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1094, 94, '257', 'rare_beehive_bulb*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1095, 94, '258', 'rare_beehive_bulb*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(109611, 105, '203', 'Hologram', 100, 0, 1, 100, 0, 0, 100, 2, '1', 'AD1', 0),
(1097, 94, '225', 'redhologram', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1098, 94, '251', 'rare_hammock', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1099, 94, '247', 'rare_elephant_statue', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1100, 94, '248', 'rare_fountain', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1101, 94, '249', 'rare_stand', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1102, 27, '250', 'rare_globe', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1103, 94, '252', 'rare_elephant_statue*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1104, 94, '253', 'rare_elephant_statue*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1105, 94, '254', 'rare_fountain*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1106, 94, '255', 'rare_fountain*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1107, 94, '256', 'rare_fountain*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1108, 94, '260', 'rare_parasol*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1109, 94, '261', 'rare_parasol*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1110, 94, '262', 'rare_parasol*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1111, 94, '306', 'rare_parasol*0', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1113, 94, '442', 'rare_snowrug', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1114, 94, '662', 'rare_moonrug', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1326, 94, '333', 'scifiport*9', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1120, 43, '1476', 'post.it', 3, 0, 30, 0, 0, 0, 0, 0, '1', '', 0),
(1121, 41, '1492', 'hrella_poster_3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1122, 41, '1493', 'hrella_poster_2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1123, 41, '1494', 'hrella_poster_1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1124, 43, '102', 'pizza', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1125, 43, '103', 'drinks', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1133, 112, '1678', 'ads_twi_dvdr2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1127, 43, '109', 'bottle', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1128, 43, '208', 'edice', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1132, 112, '1677', 'ads_twi_fountn', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1134, 112, '1679', 'ads_twi_roses', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1135, 112, '1680', 'ads_twi_table', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1136, 112, '1681', 'ads_twi_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1137, 112, '1682', 'ads_twi_dvdr1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1138, 112, '1683', 'ads_twi_piano', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1139, 112, '1684', 'ads_twi_tower', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1140, 112, '1685', 'ads_twi_toolbx', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1141, 112, '1686', 'ads_twi_mist', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1159, 62, '757', 'gothiccandelabra', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1154, 62, '758', 'gothrailing', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1152, 62, '771', 'gothic_sofa*1', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1156, 62, '772', 'gothic_stool*1', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1157, 62, '774', 'gothic_sofa*2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1173, 62, '784', 'gothic_stool*5', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1160, 62, '756', 'gothgate', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1161, 62, '759', 'goth_table', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1162, 62, '770', 'gothic_chair*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1163, 62, '773', 'gothic_chair*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1164, 62, '775', 'gothic_stool*2', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1165, 62, '776', 'gothic_chair*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1166, 62, '777', 'gothic_sofa*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1167, 62, '778', 'gothic_stool*3', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1168, 62, '779', 'gothic_chair*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1169, 62, '780', 'gothic_sofa*4', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1170, 62, '781', 'gothic_stool*4', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1171, 62, '782', 'gothic_chair*5', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1172, 62, '783', 'gothic_sofa*5', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1174, 62, '785', 'gothic_chair*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1175, 62, '786', 'gothic_sofa*6', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1176, 62, '787', 'gothic_stool*6', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1177, 62, '814', 'gothic_carpet', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1178, 62, '815', 'gothic_carpet2', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1179, 62, '816', 'gothic_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1180, 62, '817', 'gothic_sofa', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1181, 62, '818', 'gothic_stool', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1182, 62, '1480', 'gothicfountain', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1183, 62, '1483', 'torch', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1184, 62, '1540', 'gothicfountain2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1186, 103, '1027', 'diner_tray_6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1187, 103, '1028', 'diner_tray_5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1188, 103, '1029', 'diner_tray_4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1191, 103, '1031', 'diner_tray_2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1294, 94, '392', 'pillar*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1190, 103, '1030', 'diner_tray_3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1192, 103, '1032', 'diner_tray_1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1193, 103, '1026', 'diner_tray_7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1194, 103, '1033', 'diner_tray_0', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1195, 103, '1034', 'diner_sofa_2*1', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1196, 103, '1035', 'diner_sofa_2*2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1197, 103, '1036', 'diner_sofa_2*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1198, 103, '1037', 'diner_sofa_2*4', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1199, 103, '1038', 'diner_sofa_2*5', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1200, 103, '1039', 'diner_sofa_2*6', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1201, 103, '1040', 'diner_sofa_2*7', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1202, 103, '1041', 'diner_sofa_2*8', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1203, 103, '1042', 'diner_sofa_2*9', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1204, 103, '1043', 'diner_shaker', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1205, 103, '1044', 'diner_rug', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1206, 103, '1044', 'diner_rug', 25, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(1207, 103, '1045', 'diner_gumvendor*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1208, 103, '1046', 'diner_gumvendor*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1209, 103, '1047', 'diner_gumvendor*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1210, 103, '1048', 'diner_gumvendor*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1211, 103, '1049', 'diner_gumvendor*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1212, 103, '1050', 'diner_gumvendor*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1213, 103, '1051', 'diner_gumvendor*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1214, 103, '1052', 'diner_gumvendor*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1215, 103, '1053', 'diner_gumvendor*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1216, 103, '1054', 'diner_cashreg*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1217, 103, '1057', 'diner_cashreg*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1218, 103, '1055', 'diner_cashreg*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1219, 103, '1056', 'diner_cashreg*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1220, 103, '1058', 'diner_cashreg*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1221, 103, '1059', 'diner_cashreg*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1222, 103, '1060', 'diner_cashreg*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1223, 103, '1061', 'diner_cashreg*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1224, 103, '1062', 'diner_cashreg*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1225, 103, '1063', 'diner_table_2*1', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1226, 103, '1064', 'diner_table_2*2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1227, 103, '1065', 'diner_table_2*3', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1228, 103, '1066', 'diner_table_2*4', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1229, 103, '1067', 'diner_table_2*5', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1230, 103, '1068', 'diner_table_2*6', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1231, 103, '1069', 'diner_table_2*7', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1232, 103, '1070', 'diner_table_2*8', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1233, 103, '1071', 'diner_table_2*9', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1234, 103, '1072', 'diner_table_1*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1235, 103, '1073', 'diner_table_1*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1236, 103, '1074', 'diner_table_1*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1237, 103, '1075', 'diner_table_1*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1238, 103, '1076', 'diner_table_1*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1239, 103, '1077', 'diner_table_1*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1240, 103, '1078', 'diner_table_1*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1241, 103, '1079', 'diner_table_1*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1242, 103, '1080', 'diner_table_1*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1243, 103, '1081', 'diner_sofa_1*1', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1244, 103, '1082', 'diner_sofa_1*2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1245, 103, '1083', 'diner_sofa_1*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1246, 103, '1084', 'diner_sofa_1*4', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1247, 103, '1085', 'diner_sofa_1*5', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1248, 103, '1086', 'diner_sofa_1*6', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1251, 103, '1088', 'diner_sofa_1*8', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1250, 103, '1087', 'diner_sofa_1*7', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1252, 103, '1089', 'diner_sofa_1*9', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1253, 103, '1090', 'diner_chair*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1254, 103, '1091', 'diner_chair*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1255, 103, '1092', 'diner_chair*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1256, 103, '1093', 'diner_chair*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1257, 103, '1094', 'diner_chair*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1258, 103, '1095', 'diner_chair*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1259, 103, '1096', 'diner_chair*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1260, 103, '1097', 'diner_chair*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1261, 103, '1098', 'diner_chair*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1262, 103, '1099', 'diner_bardesk_gate*1', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1263, 103, '1100', 'diner_bardesk_gate*2', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1264, 103, '1101', 'diner_bardesk_gate*3', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1265, 103, '1102', 'diner_bardesk_gate*4', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1266, 103, '1103', 'diner_bardesk_gate*5', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1267, 103, '1104', 'diner_bardesk_gate*6', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2119, 7, '1720', 'DEAL_HC_3', 500, 0, 6, 0, 0, 0, 0, 0, '1', '', 0),
(1269, 103, '1105', 'diner_bardesk_gate*7', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1270, 103, '1106', 'diner_bardesk_gate*8', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1271, 103, '1107', 'diner_bardesk_gate*9', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1272, 103, '1108', 'diner_bardesk_corner*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1273, 103, '1109', 'diner_bardesk_corner*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1274, 103, '1110', 'diner_bardesk_corner*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1275, 103, '1111', 'diner_bardesk_corner*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1276, 103, '1112', 'diner_bardesk_corner*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1277, 103, '1113', 'diner_bardesk_corner*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1278, 103, '1114', 'diner_bardesk_corner*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1279, 103, '1115', 'diner_bardesk_corner*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1280, 103, '1116', 'diner_bardesk*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1281, 103, '1117', 'diner_bardesk*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1282, 103, '1118', 'diner_bardesk*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1283, 103, '1119', 'diner_bardesk*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1284, 103, '1120', 'diner_bardesk*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1285, 103, '1121', 'diner_bardesk*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1286, 103, '1122', 'diner_bardesk*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1287, 103, '1123', 'diner_bardesk*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1288, 103, '1124', 'diner_bardesk*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1289, 103, '1523', 'window_diner2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1290, 103, '1524', 'window_diner', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1291, 103, '1525', 'diner_walltable', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1292, 103, '1595', 'diner_poster', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1295, 94, '393', 'pillar*9', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1296, 94, '394', 'pillar*0', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1297, 94, '395', 'pillar*8', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1298, 94, '396', 'pillar*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1299, 94, '397', 'pillar*5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1300, 94, '398', 'pillar*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1301, 94, '399', 'pillar*7', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1302, 94, '400', 'pillar*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1303, 94, '382', 'wooden_screen*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1304, 94, '383', 'wooden_screen*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1305, 94, '384', 'wooden_screen*7', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1306, 94, '385', 'wooden_screen*0', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1307, 94, '386', 'wooden_screen*8', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1308, 94, '387', 'wooden_screen*5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1309, 94, '388', 'wooden_screen*9', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1310, 94, '389', 'wooden_screen*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1311, 94, '390', 'wooden_screen*6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1312, 94, '391', 'wooden_screen*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1313, 94, '411', 'rare_icecream*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1314, 94, '412', 'rare_icecream*7', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1315, 94, '413', 'rare_icecream*8', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1316, 94, '414', 'rare_icecream*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1317, 94, '415', 'rare_icecream*6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1318, 94, '416', 'rare_icecream*9', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1319, 94, '417', 'rare_icecream*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1320, 94, '418', 'rare_icecream*0', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1321, 94, '419', 'rare_icecream*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1322, 94, '420', 'rare_icecream*5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1323, 95, '1975', 'rare_icecream_campaign', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1324, 95, '976', 'calippo', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1325, 94, '332', 'scifiport*0', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1327, 94, '334', 'scifiport*8', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1328, 94, '335', 'scifiport*7', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1329, 94, '336', 'scifiport*6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1330, 94, '337', 'scifiport*5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1331, 94, '338', 'scifiport*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1332, 94, '339', 'scifiport*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1333, 94, '340', 'scifiport*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1334, 94, '341', 'scifiport*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1335, 94, '342', 'scifirocket*9', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1336, 94, '343', 'scifirocket*8', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1337, 94, '344', 'scifirocket*7', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1338, 94, '345', 'scifirocket*6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1339, 94, '346', 'scifirocket*5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1340, 94, '347', 'scifirocket*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1341, 94, '348', 'scifirocket*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1342, 94, '349', 'scifirocket*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1343, 94, '350', 'scifirocket*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1344, 94, '351', 'scifirocket*0', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1345, 94, '352', 'scifidoor*10', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1346, 94, '353', 'scifidoor*9', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1347, 94, '354', 'scifidoor*8', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1348, 94, '355', 'scifidoor*7', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1349, 94, '356', 'scifidoor*6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1350, 94, '357', 'scifidoor*5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1351, 94, '358', 'scifidoor*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1352, 94, '359', 'scifidoor*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1353, 94, '361', 'scifidoor*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1354, 94, '360', 'scifidoor*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1355, 27, '183', 'menorah', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1356, 43, '185', 'ham', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1357, 27, '186', 'turkey', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1358, 27, '188', 'house', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1359, 43, '193', 'ham2', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1360, 27, '194', 'wcandleset', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1361, 43, '202', 'habbocake', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1362, 39, '201', 'giftflowers', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1365, 8, '235', 'chair_plasto*14', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1364, 8, '209', 'club_sofa', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1366, 8, '236', 'table_plasto_4leg*14', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1367, 8, '242', 'edicehc', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1368, 8, '245', 'hcsohva', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1369, 8, '246', 'hcamme', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1370, 8, '307', 'hc_lmp', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1371, 8, '308', 'hc_tbl', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1372, 8, '309', 'hc_chr', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1373, 8, '310', 'hc_dsk', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1374, 8, '754', 'hc_crpt', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1375, 8, '755', 'hc_tv', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1376, 8, '760', 'hc_bkshlf', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1377, 8, '761', 'hc_btlr', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1378, 8, '762', 'hc_crtn', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1379, 8, '763', 'hc_djset', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1380, 8, '764', 'hc_frplc', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1381, 8, '765', 'hc_lmpst', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1382, 8, '766', 'hc_machine', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1383, 8, '767', 'hc_rllr', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1384, 8, '768', 'hc_rntgn', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1385, 8, '769', 'hc_trll', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1387, 8, '1137', 'hcc_shelf', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1388, 8, '1138', 'hcc_sofa', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1389, 8, '1139', 'hcc_minibar', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1390, 8, '1140', 'hcc_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1391, 8, '1144', 'hcc_stool', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1392, 8, '1145', 'hcc_sofachair', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1393, 8, '1146', 'hcc_crnr', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1394, 8, '1147', 'hcc_dvdr', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1398, 36, '8', 'table_plasto_4leg', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1396, 8, '1481', 'hc_wall_lamp', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1399, 36, '9', 'table_plasto_round', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1400, 36, '10', 'table_plasto_bigsquare', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1401, 36, '22', 'chair_plasty', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1402, 36, '23', 'chair_plasto', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1403, 36, '24', 'table_plasto_square', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1404, 36, '47', 'table_plasto_4leg*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1405, 36, '48', 'table_plasto_bigsquare*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1406, 36, '49', 'table_plasto_round*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1407, 36, '50', 'table_plasto_square*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1408, 36, '51', 'chair_plasto*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1409, 36, '54', 'table_plasto_4leg*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1410, 36, '55', 'table_plasto_bigsquare*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1411, 36, '56', 'table_plasto_round*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1412, 36, '57', 'table_plasto_square*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1413, 36, '58', 'chair_plasto*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1414, 36, '61', 'table_plasto_4leg*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1415, 36, '62', 'table_plasto_bigsquare*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1416, 36, '63', 'table_plasto_round*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1417, 36, '64', 'table_plasto_square*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1418, 36, '65', 'chair_plasto*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1419, 36, '68', 'table_plasto_4leg*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1420, 36, '69', 'table_plasto_square*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1421, 36, '70', 'chair_plasto*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1422, 36, '76', 'table_plasto_4leg*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1423, 36, '77', 'table_plasto_bigsquare*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1424, 36, '78', 'table_plasto_round*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1425, 36, '79', 'table_plasto_square*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1426, 36, '80', 'chair_plasto*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1427, 36, '81', 'table_plasto_4leg*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1428, 36, '82', 'table_plasto_bigsquare*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1429, 36, '83', 'table_plasto_round*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1430, 36, '84', 'table_plasto_square*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1431, 36, '85', 'chair_plasto*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1432, 36, '86', 'table_plasto_4leg*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1433, 36, '87', 'table_plasto_bigsquare*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1434, 36, '88', 'table_plasto_round*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1435, 36, '89', 'table_plasto_square*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1436, 36, '90', 'chair_plasto*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1437, 36, '91', 'table_plasto_4leg*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1438, 36, '92', 'table_plasto_bigsquare*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1439, 36, '93', 'table_plasto_round*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1440, 36, '94', 'table_plasto_square*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1441, 36, '95', 'chair_plasto*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1442, 36, '96', 'table_plasto_4leg*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1443, 36, '97', 'table_plasto_bigsquare*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1444, 36, '98', 'table_plasto_round*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1445, 36, '99', 'chair_plasto*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1446, 36, '229', 'chair_plasto*10', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1447, 36, '230', 'chair_plasto*11', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1448, 36, '233', 'chair_plasto*12', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1449, 36, '234', 'chair_plasto*13', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1450, 36, '270', 'table_plasto_4leg*10', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1451, 36, '271', 'table_plasto_4leg*15', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1452, 36, '272', 'table_plasto_bigsquare*14', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1453, 36, '273', 'table_plasto_bigsquare*15', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1454, 36, '274', 'table_plasto_round*14', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1455, 36, '275', 'table_plasto_round*15', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1456, 36, '276', 'table_plasto_square*14', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1457, 36, '277', 'table_plasto_square*15', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1458, 36, '278', 'chair_plasto*15', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1459, 36, '284', 'chair_plasto*16', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1460, 36, '285', 'table_plasto_4leg*16', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1462, 40, '17', 'doormat_love', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1463, 40, '18', 'doormat_plain', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1464, 40, '53', 'doormat_plain*1', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1465, 40, '59', 'doormat_plain*2', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1466, 40, '67', 'doormat_plain*3', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1467, 40, '72', 'doormat_plain*4', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1468, 40, '73', 'doormat_plain*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1469, 40, '74', 'doormat_plain*5', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1471, 95, '27', 'bed_trad_one', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1472, 95, '28', 'bed_trad', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1473, 35, '35', 'shelves_armas', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1474, 32, '33', 'bed_budget_one', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1475, 32, '34', 'bed_budget', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1476, 32, '136', 'bed_budgetb_one', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1477, 32, '137', 'bed_budgetb', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1478, 32, '2030', 'bed_budget*1', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1479, 32, '2039', 'bed_budget_one*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1482, 36, '101', 'chair_plasty*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1483, 36, '104', 'chair_plasty*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1484, 36, '105', 'chair_plasty*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1485, 36, '106', 'chair_plasty*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1486, 36, '125', 'chair_plasty*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1487, 36, '129', 'chair_plasty*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1488, 36, '279', 'chair_plasty*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1489, 36, '280', 'chair_plasty*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1490, 36, '281', 'chair_plasty*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1491, 36, '282', 'chair_plasty*10', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1492, 36, '283', 'chair_plasty*11', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1564, 94, '364', 'pillow*0', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1496, 35, '214', 'divider_arm1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1497, 35, '215', 'divider_arm2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1498, 35, '216', 'divider_arm3', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1499, 94, '210', 'a0 prize1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1500, 94, '211', 'a0 prize2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1501, 94, '212', 'a0 prize3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1502, 55, '217', 'divider_nor1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1503, 55, '219', 'divider_nor2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2099, 95, '1709', 'party_lights', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1505, 55, '221', 'divider_nor3', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1506, 55, '456', 'divider_nor4*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1507, 55, '504', 'divider_nor1*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1508, 55, '505', 'divider_nor1*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1509, 55, '506', 'divider_nor1*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1510, 55, '507', 'divider_nor1*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1511, 55, '508', 'divider_nor1*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1512, 55, '509', 'divider_nor1*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1513, 55, '510', 'divider_nor1*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1514, 55, '511', 'divider_nor1*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1515, 55, '635', 'divider_nor3*2', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1516, 55, '636', 'divider_nor3*3', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1517, 55, '637', 'divider_nor3*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1518, 55, '638', 'divider_nor3*5', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1519, 55, '639', 'divider_nor3*6', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1520, 55, '640', 'divider_nor3*7', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1521, 55, '641', 'divider_nor3*8', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1522, 55, '642', 'divider_nor3*9', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1523, 55, '643', 'divider_nor2*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1524, 55, '644', 'divider_nor2*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1525, 55, '645', 'divider_nor2*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1526, 55, '646', 'divider_nor2*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1527, 55, '647', 'divider_nor2*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1528, 55, '648', 'divider_nor2*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1529, 55, '649', 'divider_nor2*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1530, 55, '650', 'divider_nor2*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1531, 55, '678', 'divider_nor4*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1532, 55, '679', 'divider_nor4*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1533, 55, '680', 'divider_nor4*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1534, 55, '681', 'divider_nor4*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1535, 55, '682', 'divider_nor4*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1536, 55, '683', 'divider_nor4*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1537, 55, '684', 'divider_nor4*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1538, 55, '685', 'divider_nor5*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1539, 55, '686', 'divider_nor5*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1540, 55, '687', 'divider_nor5*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1541, 55, '688', 'divider_nor5*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1542, 55, '689', 'divider_nor5*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1543, 55, '690', 'divider_nor5*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1544, 55, '691', 'divider_nor5*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1545, 55, '692', 'divider_nor5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1546, 55, '693', 'divider_nor4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1547, 94, '223', 'typingmachine', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1548, 27, '226', 'joulutahti', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1549, 94, '227', 'hyacinth1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1550, 94, '228', 'hyacinth2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1551, 30, '231', 'bardeskcorner_polyfon*12', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1552, 20, '232', 'bardeskcorner_polyfon*13', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1553, 8, '237', 'mocchamaster', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1554, 94, '243', 'rare_daffodil_rug', 10000, 5000, 3, 0, 0, 0, 0, 0, '1', '', 0),
(1555, 27, '263', 'tree1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2101, 71, '1710', 'rela_stick', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1557, 27, '265', 'wcandle', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1558, 27, '267', 'house2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(155911, 94, '269', 'HabboCola', 15000, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1587, 94, '372', 'marquee*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1561, 8, '288', 'doorD', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1562, 94, '362', 'pillow*5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1563, 94, '363', 'pillow*8', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1565, 94, '365', 'pillow*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1566, 94, '366', 'pillow*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1567, 94, '367', 'pillow*7', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1568, 94, '368', 'pillow*9', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1569, 94, '369', 'pillow*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1570, 94, '370', 'pillow*6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1571, 94, '371', 'pillow*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1572, 95, '1233', 'ads_ob_pillow', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1573, 94, '373', 'marquee*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1574, 94, '401', 'rare_dragonlamp*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1575, 94, '402', 'rare_dragonlamp*0', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1576, 94, '403', 'rare_dragonlamp*5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1577, 94, '404', 'rare_dragonlamp*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1578, 94, '405', 'rare_dragonlamp*8', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1579, 94, '406', 'rare_dragonlamp*9', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1580, 94, '407', 'rare_dragonlamp*7', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1581, 105, '408', 'rare_dragonlamp*6', 5000, 0, 1, 0, 0, 0, 70, 2, '1', '', 0),
(1582, 94, '409', 'rare_dragonlamp*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1583, 94, '410', 'rare_dragonlamp*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1584, 94, '424', 'rare_fan*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1585, 58, '1234', 'lostc_merdragon', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1588, 94, '374', 'marquee*7', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1589, 94, '376', 'marquee*8', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1590, 94, '377', 'marquee*9', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1591, 94, '378', 'marquee*5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1592, 94, '379', 'marquee*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1593, 94, '380', 'marquee*6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1594, 94, '381', 'marquee*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1595, 94, '375', 'marquee*10', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1596, 94, '421', 'rare_fan*7', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1598, 94, '422', 'rare_fan*6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1599, 94, '423', 'rare_fan*9', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1600, 94, '424', 'rare_fan*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1601, 94, '425', 'rare_fan*0', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1602, 94, '426', 'rare_fan*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1603, 94, '427', 'rare_fan*5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1604, 94, '428', 'rare_fan*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1605, 94, '429', 'rare_fan*8', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0);
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`, `cost_snow`) VALUES
(1606, 94, '430', 'rare_fan*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1607, 95, '1410', 'ads_calip_fan', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1608, 62, '1482', 'industrialfan', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1609, 57, '443', 'cn_lamp', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1610, 57, '444', 'cn_sofa', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1611, 95, '1125', 'ads_dave_cns', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1612, 94, '462', 'rubberchair*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1613, 94, '463', 'rubberchair*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1614, 94, '464', 'rubberchair*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1615, 94, '465', 'rubberchair*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1616, 94, '466', 'rubberchair*5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1617, 94, '467', 'rubberchair*6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1618, 94, '471', 'rubberchair*7', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1619, 94, '472', 'rubberchair*8', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1620, 94, '457', 'traffic_light*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1621, 94, '458', 'traffic_light*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1622, 94, '459', 'traffic_light*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1623, 94, '460', 'traffic_light*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1624, 94, '461', 'traffic_light*6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1625, 94, '677', 'traffic_light*5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1626, 94, '468', 'barrier*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1627, 94, '469', 'barrier*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1628, 94, '470', 'barrier*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1629, 94, '661', 'sandrug', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1630, 94, '665', 'sleepingbag*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1631, 94, '666', 'sleepingbag*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1632, 94, '667', 'sleepingbag*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1633, 94, '668', 'sleepingbag*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1634, 94, '670', 'sleepingbag*7', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1635, 94, '671', 'sleepingbag*9', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1636, 94, '672', 'sleepingbag*5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1637, 94, '673', 'sleepingbag*10', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1638, 94, '674', 'sleepingbag*6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1639, 94, '675', 'sleepingbag*8', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1640, 13, '749', 'Moneda de Oro', 11, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1641, 13, '750', 'Moneda de Bronce', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1642, 13, '751', 'Saco de Créditos', 21, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1643, 12, '752', 'CF_50_goldbar', 50, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1644, 13, '753', 'Moneda de plata', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1645, 65, '824', 'theatre_seat', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1646, 32, '2021', 'chair_basic*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1647, 32, '2028', 'chair_basic*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1648, 40, '846', 'carpet_soft_tut', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1649, 1053, '862', 'hal_cauldron', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1650, 1053, '863', 'hal_grave', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1651, 1053, '1141', 'det_divider', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1652, 1053, '1143', 'det_body', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1653, 1053, '1533', 'det_bhole', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569039, 5, '0', 'deal_vip_1_year_and_badge', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1655, 121, '788', 'sound_machine', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1656, 121, '1942', 'sound_machine*1', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1657, 121, '1944', 'sound_machine*2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1658, 121, '1945', 'sound_machine*3', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1659, 121, '1946', 'sound_machine*4', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1660, 121, '1947', 'sound_machine*5', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1661, 121, '1948', 'sound_machine*6', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1662, 121, '1949', 'sound_machine*7', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1663, 121, '2073', 'sound_machine_pro', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1664, 122, '843', 'sound_set_1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1665, 122, '844', 'sound_set_2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1666, 122, '1935', 'sound_set_3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1667, 122, '1936', 'sound_set_4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1668, 122, '1937', 'sound_set_5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1669, 122, '1938', 'sound_set_6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1670, 122, '1939', 'sound_set_7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1671, 122, '1940', 'sound_set_8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1672, 122, '1941', 'sound_set_9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1673, 122, '1955', 'sound_set_27', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1674, 122, '1956', 'sound_set_26', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1675, 122, '1954', 'sound_set_28', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1676, 122, '1957', 'sound_set_25', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1677, 122, '1958', 'sound_set_24', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1678, 122, '1959', 'sound_set_23', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1679, 122, '1961', 'sound_set_22', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1680, 122, '1960', 'sound_set_22', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1681, 122, '1962', 'sound_set_20', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1682, 122, '1963', 'sound_set_19', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1683, 122, '1964', 'sound_set_18', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1684, 122, '1965', 'sound_set_17', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1685, 122, '1966', 'sound_set_16', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1686, 122, '1967', 'sound_set_15', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1687, 122, '1968', 'sound_set_14', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1688, 122, '1969', 'sound_set_13', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1689, 122, '1970', 'sound_set_12', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1690, 122, '1971', 'sound_set_11', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1691, 122, '1972', 'sound_set_10', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1692, 122, '2065', 'sound_set_36', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1693, 122, '2066', 'sound_set_35', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1694, 122, '2067', 'sound_set_34', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1695, 122, '2068', 'sound_set_33', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1696, 122, '2069', 'sound_set_32', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1697, 122, '2070', 'sound_set_31', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1698, 122, '2071', 'sound_set_30', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1699, 122, '2072', 'sound_set_29', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1700, 122, '2085', 'sound_set_37', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1701, 122, '847', 'sound_set_44', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1702, 122, '848', 'sound_set_43', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2756, 137, '1', 'World Cup Soccer', 15, 0, 9, 0, 0, 0, 0, 0, '1', '', 0),
(1704, 122, '850', 'sound_set_41', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1705, 122, '851', 'sound_set_40', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1706, 122, '852', 'sound_set_39', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1707, 122, '853', 'sound_set_38', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1708, 122, '864', 'sound_set_52', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1709, 122, '865', 'sound_set_51', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1710, 122, '866', 'sound_set_50', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1711, 122, '867', 'sound_set_49', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1712, 122, '868', 'sound_set_48', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1713, 122, '869', 'sound_set_47', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1714, 122, '870', 'sound_set_46', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1715, 122, '871', 'sound_set_45', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1716, 122, '878', 'sound_set_54', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1717, 122, '879', 'sound_set_53', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1718, 122, '893', 'sound_set_59', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1719, 122, '894', 'sound_set_58', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1720, 122, '895', 'sound_set_57', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1721, 122, '896', 'sound_set_56', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1722, 122, '897', 'sound_set_55', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1723, 122, '938', 'sound_set_61', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1724, 122, '939', 'sound_set_60', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1725, 122, '972', 'sound_set_64', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1726, 122, '973', 'sound_set_63', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1727, 122, '974', 'sound_set_62', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1008, 1008, '845', 'Jukebox', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1729, 122, '1009', 'sound_set_69', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1730, 122, '1010', 'sound_set_68', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1731, 122, '1011', 'sound_set_67', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1732, 122, '1012', 'sound_set_66', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1733, 122, '1013', 'sound_set_65', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1734, 122, '1205', 'sound_set_71', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1735, 122, '1372', 'sound_set_72', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(173611, 105, '1951', 'Sofá Excusivo', 20000, 0, 1, 0, 0, 0, 500, 0, '1', '', 0),
(1737, 72, '1950', 'rom_lamp', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1738, 95, '1952', 'rclr_garden', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1739, 95, '1953', 'rclr_chair', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1740, 95, '2074', 'rare_mnstr', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1752, 121, '845', 'jukebox*1', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1742, 94, '2076', 'one_way_door*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1743, 94, '2077', 'one_way_door*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1744, 94, '2078', 'one_way_door*5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1745, 94, '2079', 'one_way_door*6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1746, 94, '2080', 'one_way_door*7', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1747, 94, '2081', 'one_way_door*8', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1748, 94, '2082', 'one_way_door*9', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1753, 1053, '860', 'habboween_crypt', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1750, 94, '2075', 'one_way_door*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1754, 1053, '861', 'habboween_grass', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1755, 39, '881', 'plant_mazegate_snow', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1756, 39, '882', 'plant_maze_snow', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1759, 123, '899', 'noob_table*2', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1760, 123, '900', 'noob_table*3', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1808, 75, '944', 'sand_cstl_wall', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1762, 123, '901', 'noob_table*4', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1763, 123, '902', 'noob_table*5', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1764, 123, '903', 'noob_table*6', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1765, 123, '904', 'noob_stool*1', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1766, 123, '905', 'noob_stool*2', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1767, 123, '906', 'noob_stool*3', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1768, 123, '907', 'noob_stool*4', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1769, 123, '908', 'noob_stool*5', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1770, 123, '909', 'noob_stool*6', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1771, 123, '910', 'noob_rug*1', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1772, 123, '911', 'noob_rug*2', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1773, 123, '912', 'noob_rug*3', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1774, 123, '913', 'noob_rug*4', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1775, 123, '914', 'noob_rug*5', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1776, 123, '915', 'noob_rug*6', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1777, 123, '916', 'noob_lamp*1', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1778, 123, '917', 'noob_lamp*2', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1779, 123, '918', 'noob_lamp*3', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1780, 123, '919', 'noob_lamp*4', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1781, 123, '920', 'noob_lamp*5', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1782, 123, '921', 'noob_lamp*6', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1783, 123, '922', 'noob_chair*1', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1784, 123, '923', 'noob_chair*2', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1785, 123, '924', 'noob_chair*3', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1786, 123, '925', 'noob_chair*4', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1787, 123, '926', 'noob_chair*5', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1788, 123, '927', 'noob_chair*6', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1826, 126, '1003', 'tiki_corner', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1825, 126, '1002', 'tiki_junglerug', 45, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(1824, 126, '1002', 'tiki_junglerug', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1823, 126, '1001', 'tiki_parasol', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1822, 126, '1000', 'tiki_sand', 45, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(1821, 126, '1000', 'tiki_sand', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1795, 123, '1017', 'noob_plant', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1820, 126, '999', 'tiki_statue', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1819, 126, '998', 'tiki_torch', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1818, 126, '997', 'tiki_toucan', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1817, 126, '996', 'tiki_tray0', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1816, 126, '994', 'tiki_tray2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1815, 126, '995', 'tiki_tray1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1832, 76, '940', 'fortune', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1813, 126, '993', 'tiki_tray3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1812, 126, '992', 'tiki_tray4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1811, 126, '991', 'tiki_waterfall', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1809, 75, '945', 'sand_cstl_twr', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1810, 75, '946', 'sand_cstl_gate', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1827, 126, '1004', 'tiki_bflies', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1828, 1012, '1005', 'tiki_bench', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1829, 126, '1006', 'tiki_bardesk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1830, 126, '1505', 'tiki_wallplnt', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1831, 126, '1506', 'tiki_surfboard', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1833, 95, '941', 'sw_table', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1834, 95, '942', 'sw_raven', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1836, 95, '943', 'sw_chest', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1838, 95, '950', 'rclr_lamp', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1839, 95, '953', 'md_rug', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1840, 95, '952', 'nouvelle_trax', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1841, 95, '975', 'jukebox_ptv*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1842, 121, '977', 'traxsilver', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1843, 121, '978', 'traxgold', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1844, 121, '979', 'traxbronze', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1845, 95, '980', 'bench_puffet', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1846, 13, '981', 'Barra de platino', 501, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1847, 13, '982', 'Sacazo de Créditos', 201, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1848, 13, '984', 'Bolsa de Créditos', 101, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1851, 128, '1640', 'urban_bench_plain', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1850, 13, '985', 'Barra de Oro', 51, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1852, 95, '1151', 'ads_igorswitch', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1853, 95, '1152', 'ads_711*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1854, 95, '1153', 'ads_711*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1855, 95, '1154', 'ads_711*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1856, 95, '1155', 'ads_711*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1857, 95, '1156', 'ads_igorraygun', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1858, 95, '1235', 'ads_cldesk', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1859, 95, '1237', 'ads_cltele', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1860, 95, '1238', 'ads_clfloor', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1862, 95, '1150', 'ads_igorbrain', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1863, 95, '1239', 'ads_mall_tele', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1864, 95, '1262', 'ads_idol_floor1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1865, 95, '1263', 'ads_igor_dsk', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1866, 95, '1264', 'ads_idol_desk', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1867, 95, '1265', 'ads_idol_ch', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1868, 95, '1266', 'ads_igor_flask', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1869, 95, '1267', 'ads_idol_drape', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1870, 95, '1268', 'ads_idol_floor2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1871, 95, '1274', 'ads_idol_piano', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1872, 95, '1276', 'ads_711shelf', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1873, 95, '1285', 'ads_idol_jukebox*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1874, 95, '1286', 'ads_idol_pchair', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1875, 95, '1288', 'ads_idol_audChr', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1876, 95, '1289', 'ads_idol_trax', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1877, 95, '1290', 'ads_idol_tele', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1878, 95, '1295', 'ads_idol_mic', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1879, 95, '1296', 'ads_idol_hotspot', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1880, 95, '1297', 'ads_idol_clRack', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1881, 95, '1298', 'ads_idol_voting_ch', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1882, 95, '1312', 'ads_frankb', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1883, 95, '1329', 'ads_grefusa_cactus', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1884, 95, '1330', 'ads_idol_tube', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1885, 95, '1332', 'ads_idol_cork', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1886, 95, '1333', 'ads_cl_jukeb', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1887, 95, '1339', 'ads_idol_newsDsk', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1888, 95, '1345', 'ads_idol_ichair', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1889, 95, '1347', 'ads_reebok_block2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1890, 95, '1348', 'ads_malaco_rug', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1891, 95, '1351', 'ads_malaco_gu', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1892, 95, '1352', 'ads_clcake', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1893, 95, '1353', 'ads_cl_sofa', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1894, 95, '1354', 'ads_idol_tblCloth', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1895, 95, '1355', 'ads_idol_carpet', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1896, 95, '1356', 'ads_idol_lamp', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1897, 95, '1362', 'ads_goldtabl', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1898, 95, '1374', 'ads_calip_cola*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1899, 95, '1375', 'ads_calip_cola*2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1900, 95, '1376', 'ads_calip_cola*3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1901, 95, '1451', 'ads_711*6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1902, 95, '1377', 'ads_calip_cola*4', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1903, 95, '1383', 'ads_calip_chair', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1904, 95, '1384', 'ads_idol_trophy', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1905, 95, '1386', 'ads_calip_pool', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1906, 95, '1393', 'ads_calip_tele', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2106, 94, '243', 'rare_daffodil_rug', 1, 0, 150, 0, 0, 0, 0, 0, '1', '', 0),
(1908, 95, '1408', 'ads_calip_lava', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1909, 95, '1412', 'ads_mall_coffeem', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1910, 95, '1433', 'ads_mall_kiosk', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1911, 95, '1440', 'ads_elisa_gnome', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1912, 95, '1442', 'ads_oc_soda', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1913, 95, '1450', 'ads_711*5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1914, 95, '1452', 'ads_711*7', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1915, 95, '1473', 'ads_1800tele', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1916, 95, '1522', 'ads_sunnyd', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1917, 95, '1526', 'ads_dave_wall', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1918, 95, '1529', 'ads_nokia_logo', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1919, 95, '1530', 'ads_nokia_phone', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1920, 95, '1534', 'ads_campguitar', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1921, 95, '1542', 'ads_cmusic', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1922, 95, '1554', 'ads_clwall1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1923, 95, '1555', 'ads_clwall2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1924, 95, '1556', 'ads_clwall3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1925, 95, '1557', 'ads_ob_wall', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1926, 95, '1558', 'ads_mall_window', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1927, 42, '1019', 'a0 prizetrophy6_b', 8, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(1928, 95, '1563', 'ads_igor_wall', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1929, 95, '1564', 'ads_igorevilb', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1930, 95, '1565', 'ads_idol_wall', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1931, 95, '1566', 'ads_mall_winfur', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1932, 95, '1567', 'ads_mall_winpet', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1933, 95, '1571', 'ads_idol_tv', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1934, 95, '1573', 'ads_idol_mirror', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1935, 95, '1574', 'ads_mall_wincin', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1936, 95, '1575', 'ads_mall_winmus', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1937, 95, '1576', 'ads_mall_winbea', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1938, 95, '1578', 'ads_mall_winchi', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1939, 95, '1581', 'ads_mall_winice', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1940, 95, '1582', 'ads_mall_winspo', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1941, 95, '1583', 'ads_idol_logo', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1942, 95, '1586', 'ads_lin_wh_c', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1943, 95, '1587', 'ads_malaco_tv', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1944, 95, '1588', 'ads_puffet_tv', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1945, 95, '1589', 'ads_reebok_tv', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1946, 95, '1597', 'ads_mirror', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1947, 95, '1601', 'ads_wwe_poster', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1948, 95, '1602', 'ads_mall_wintra', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1949, 95, '1604', 'ads_veet', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1950, 95, '1608', 'ads_mall_wingar', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1951, 95, '1610', 'ads_mall_winclo', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2011, 88, '1539', 'hw_08_xray', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1954, 95, '1706', 'ads_calip_parasol', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1956, 95, '1007', 'tampax_rug', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1957, 95, '1507', 'tampax_wall', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1958, 94, '1695', 'pillar*6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1959, 55, '1696', 'shelves_norja*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1960, 30, '1697', 'bed_polyfon*2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1961, 55, '1698', 'divider_nor5*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1962, 76, '1699', 'val_cauldron', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1963, 32, '1700', 'pura_mdl5*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1964, 94, '1701', 'one_way_door*1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1976, 128, '983', 'urban_fence_corner', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1966, 60, '1702', 'exe_globe', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2097, 95, '1707', 'year2010', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1968, 45, '1704', 'fx_bubble', 0, 250, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1969, 129, '1705', 'bump_tottero', 0, 50, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1970, 129, '1323', 'bump_road', 0, 75, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1971, 129, '1318', 'bump_lights', 0, 50, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1972, 129, '1317', 'bump_tires', 0, 50, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1973, 129, '1313', 'bump_signs', 0, 50, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1974, 103, '1703', 'diner_bardesk_corner*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1977, 128, '1016', 'urban_lamp', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1978, 128, '1018', 'urban_wall', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1979, 128, '1687', 'urban_wpost', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1980, 128, '1688', 'urban_sidewalk', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1981, 128, '1689', 'urban_bench', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1982, 128, '1690', 'urban_carsofa', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1983, 128, '1691', 'urban_blocker', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1984, 128, '1692', 'urban_bin', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1985, 128, '1693', 'urban_fence', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1986, 128, '1694', 'urban_bsktbll', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1987, 125, '1617', 'avatar_effect9', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1988, 125, '1618', 'avatar_effect6', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1989, 125, '1619', 'avatar_effect16', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1990, 125, '1620', 'avatar_effect2', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1991, 125, '1621', 'avatar_effect14', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1992, 125, '1622', 'avatar_effect15', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1993, 125, '1623', 'avatar_effect3', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1994, 125, '1624', 'avatar_effect17', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1995, 125, '1625', 'avatar_effect18', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1996, 125, '1626', 'avatar_effect1', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1997, 125, '1627', 'avatar_effect4', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1998, 125, '1628', 'avatar_effect5', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1999, 125, '1629', 'avatar_effect7', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2000, 125, '1630', 'avatar_effect8', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2001, 125, '1631', 'avatar_effect10', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2002, 125, '1632', 'avatar_effect12', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2003, 125, '1633', 'avatar_effect13', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2004, 129, '1657', 'avatar_effect22', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2005, 129, '1658', 'avatar_effect19', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2006, 129, '1659', 'avatar_effect20', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2007, 129, '1660', 'avatar_effect21', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2016, 95, '1496', 'sw_stone', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2012, 95, '1532', 'netari_poster', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2013, 95, '1528', 'easy_poster', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2014, 95, '1499', 'md_logo_wall', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2015, 95, '1497', 'sw_hole', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2017, 95, '1495', 'sw_swords', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2018, 41, '1490', 'guitar_v', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2019, 41, '1489', 'guitar_skull', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2020, 43, '1488', 'habbowheel', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2021, 72, '1485', 'wallmirror', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2022, 85, '1454', 'pix_asteroid', 0, 2000, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2023, 71, '1447', 'rela_stone', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2024, 94, '1443', 'marsrug', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2025, 85, '1413', 'totem_planet', 0, 2000, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2026, 95, '1411', 'voting_ch', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2027, 73, '1407', 'transparent_floor', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2028, 95, '1404', 'clrack', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2029, 95, '1403', 'noticeboard', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2030, 95, '1398', 'audChr', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2031, 85, '1392', 'saturn', 0, 2000, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2032, 95, '1387', 'laptopdesk', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2033, 85, '1385', 'totem_head', 0, 2000, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2034, 130, '1359', 'env_telep', 5, 0, 20, 0, 0, 0, 0, 0, '1', '', 0),
(2035, 95, '1350', 'tray_glasstower', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2036, 95, '1349', 'tray_champagne', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2037, 95, '1346', 'tray_cake', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2038, 130, '1343', 'env_tree4', 5, 0, 20, 0, 0, 0, 0, 0, '1', '', 0),
(2039, 130, '1341', 'env_tree2', 3, 0, 20, 0, 0, 0, 0, 0, '1', '', 0),
(2040, 130, '1340', 'env_tree1', 3, 0, 20, 0, 0, 0, 0, 0, '1', '', 0),
(2044, 130, '1336', 'env_bushes', 5, 0, 20, 0, 0, 0, 0, 0, '1', '', 0),
(2043, 130, '1337', 'env_bushes_gate', 5, 0, 20, 0, 0, 0, 0, 0, '1', '', 0),
(2045, 130, '1335', 'env_tree3', 3, 0, 20, 0, 0, 0, 0, 0, '1', '', 0),
(2046, 130, '1334', 'env_grass', 5, 0, 20, 0, 0, 0, 0, 0, '1', '', 0),
(2047, 130, '1334', 'env_grass', 15, 5000, 200, 0, 0, 0, 0, 0, '1', '', 0),
(2048, 85, '1328', 'totem_leg', 0, 2000, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2110, 112, '1541', 'ads_twi_crest', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2050, 58, '1269', 'lostc_octopus', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2052, 85, '1251', 'planet_of_love', 0, 2000, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2054, 28, '1188', 'penguin_basic', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2055, 28, '1190', 'penguin_musketeer', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2056, 28, '1193', 'penguin_wrestler', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2057, 28, '1195', 'penguin_robot', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2058, 28, '1199', 'penguin_suit', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2059, 28, '1202', 'penguin_icehockey', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2060, 28, '1203', 'penguin_pilot', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2061, 28, '1204', 'penguin_ballet', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2062, 28, '1206', 'penguin_boxer', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2063, 28, '1207', 'penguin_glow', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2064, 28, '1208', 'penguin_swim', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2065, 28, '1209', 'penguin_sumo', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2066, 28, '1211', 'penguin_clown', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2067, 28, '1212', 'penguin_infected', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2068, 28, '1216', 'penguin_super', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2069, 28, '1219', 'penguin_rock', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2070, 28, '1222', 'penguin_ski', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2071, 28, '1223', 'penguin_skater', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2072, 28, '1225', 'penguin_elf', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2073, 28, '1226', 'penguin_bunny', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2074, 28, '1227', 'penguin_ninja', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2075, 28, '1228', 'penguin_magician', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2076, 28, '1229', 'penguin_hunchback', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2077, 28, '1230', 'penguin_cowboy', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2078, 28, '1231', 'penguin_punk', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2079, 28, '1232', 'penguin_pirate', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2080, 45, '1213', 'fx_flare', 0, 250, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2081, 95, '1200', 'svnr_fi', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2082, 45, '1194', 'fx_explosion', 0, 250, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2084, 95, '1025', 'svnr_aus', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2085, 95, '1024', 'svnr_de', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2086, 95, '1023', 'svnr_it', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2087, 95, '1022', 'svnr_nl', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2088, 95, '1021', 'svnr_uk', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2089, 36, '1014', 'table_plasto_square*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2090, 76, '1015', 'heart', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2091, 95, '1126', 'easy_carpet', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2092, 95, '1127', 'easy_bowl2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2093, 95, '1142', 'netari_carpet', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2094, 40, '1148', 'sob_carpet', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2095, 95, '1149', 'igor_seat', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2098, 95, '1708', 'party_lantern', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2103, 56, '264', 'arabian_tile', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2105, 95, '1711', 'ads_mall_elevator', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2112, 112, '1714', 'ads_twi_paint', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2107, 95, '1712', 'xm09_infotv', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2113, 112, '1715', 'ads_twi_windw', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2114, 112, '1716', 'ads_twi_bwall2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2115, 112, '1717', 'ads_twi_dreamc', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2116, 112, '1718', 'ads_twi_bwall1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2121, 56, '1719', 'arabian_wall', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2123, 73, '1723', 'sf_mbar', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2124, 27, '1722', 'xm09_cocoa', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2126, 160, '311', 'nest', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2127, 160, '312', 'petfood1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2128, 160, '313', 'petfood2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2129, 160, '314', 'petfood3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2130, 160, '315', 'waterbowl*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2131, 160, '316', 'waterbowl*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2132, 160, '320', 'toy1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2133, 160, '317', 'waterbowl*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2134, 160, '318', 'waterbowl*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2135, 160, '319', 'waterbowl*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2136, 160, '321', 'toy1*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2137, 160, '322', 'toy1*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2139, 160, '324', 'toy1*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2140, 160, '325', 'goodie1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2141, 160, '326', 'goodie1*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2142, 160, '327', 'goodie1*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2143, 160, '328', 'goodie2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2144, 160, '328', 'goodie2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2145, 134, '1299', 'ecotron_box', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2146, 134, '1300', 'eco_light2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2147, 134, '1301', 'eco_chair3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2148, 134, '1302', 'eco_table3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2149, 134, '1303', 'eco_lamp2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2150, 134, '1304', 'eco_sofa3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2151, 134, '1305', 'eco_table2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2152, 134, '1306', 'eco_fruits2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2153, 134, '1307', 'eco_sofa1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2154, 134, '1308', 'eco_fruits3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2155, 134, '1309', 'eco_light1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2156, 134, '1310', 'eco_tree1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2157, 134, '1311', 'eco_cactus2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2158, 134, '1314', 'eco_cactus1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2159, 134, '1315', 'eco_chair2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2160, 134, '1316', 'eco_cactus3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2161, 134, '1319', 'eco_lamp3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2164, 30, '625', 'divider_poly3*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2163, 160, '812', 'petfood4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2165, 134, '161', 'present_gen', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2166, 134, '162', 'present_gen1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2167, 134, '163', 'present_gen2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2168, 134, '164', 'present_gen3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2169, 134, '165', 'present_gen4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2170, 134, '166', 'present_gen5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2171, 134, '167', 'present_gen6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2172, 134, '1271', 'lc_medusa2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569000, 912, '2736', 'SONG Xmas11', 1, 0, 1, 0, 0, 1, 0, 0, '1', '', 0),
(2174, 134, '1320', 'eco_table1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2175, 134, '1321', 'eco_chair1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2176, 134, '1322', 'eco_sofa2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2177, 134, '1324', 'eco_fruits1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2178, 134, '1325', 'eco_lamp1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2179, 134, '1326', 'eco_light3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2180, 134, '1327', 'eco_tree2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2181, 134, '1363', 'eco_mush1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2182, 134, '1368', 'eco_mush2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2183, 134, '1577', 'eco_curtains1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2184, 134, '1579', 'eco_curtains3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2185, 134, '1580', 'eco_curtains2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2195, 41, '1806', 'flag_dominicanrepublic', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2194, 41, '1805', 'flag_ecuador', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2193, 41, '1804', 'flag_chile', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2190, 41, '1801', 'flag_singapore', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2191, 41, '1803', 'flag_columbia', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2196, 41, '1807', 'flag_newzealand', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2197, 41, '1808', 'flag_malaysia', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2198, 41, '1810', 'flag_venezl', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2199, 41, '1811', 'flag_algeria', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2200, 41, '1812', 'flag_tunisia', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2201, 41, '1813', 'flag_panama', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2202, 41, '1814', 'flag_mexico', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2203, 41, '1815', 'flag_argentina', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2204, 41, '1816', 'flag_philippines', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2205, 41, '1817', 'flag_greece', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2206, 41, '1818', 'flag_peru', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2207, 41, '1819', 'flag_morocco', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2208, 41, '1820', 'flag_turkey', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2209, 136, '1767', 'bling_fridge', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2210, 136, '1771', 'bling_chair_a', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2211, 136, '1773', 'bling_pool', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2212, 136, '1774', 'bling_toilet', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2213, 136, '1776', 'bling_chair_c', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2214, 136, '1777', 'bling_chair_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2215, 136, '1778', 'bling_shwr', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2216, 136, '1779', 'bling_bed', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2217, 136, '1780', 'bling_sofa', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2218, 136, '1794', 'bling_fridge_restricted', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2219, 136, '1849', 'bling_sink', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2220, 136, '1851', 'bling_cabinet', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2223, 137, '1753', 'org_chairpnk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2224, 137, '1754', 'org_tblpnk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2225, 137, '1755', 'org_lampblk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2226, 137, '1756', 'org_lamppnk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2227, 137, '1757', 'org_table', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2228, 137, '1761', 'org_chairblk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2229, 137, '1762', 'org_tblblk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2230, 137, '1763', 'org_chrblk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2231, 137, '1765', 'org_chrpnk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2232, 76, '1775', 'val09_floor', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2233, 76, '1781', 'val09_floor2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2234, 76, '1847', 'val09_wdrobe_b', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2235, 76, '1848', 'val09_wall2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2236, 76, '1850', 'val09_wall1', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2237, 76, '1852', 'val09_wdrobe_g', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2238, 76, '1784', 'val_hSeat*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2239, 76, '1785', 'val_hSeat*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2240, 76, '1786', 'val_hSeat*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2241, 76, '1787', 'val_hSeat*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2242, 76, '1788', 'val_hSeat*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2243, 76, '1789', 'val_hSeat*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2244, 76, '1790', 'val_hSeat*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2245, 76, '1791', 'val_basket', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2246, 76, '1839', 'val_table1', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2248, 27, '1743', 'xm09_lrgBauble', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2250, 42, '1759', 'xm09_trophy', 6, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(2251, 27, '1821', 'xm09_bauble_12', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2252, 27, '1822', 'xm09_bauble_16', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2253, 27, '1823', 'xm09_bauble_17', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2254, 27, '1824', 'xm09_bauble_15', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2255, 27, '1825', 'xm09_bauble_10', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2256, 27, '1826', 'xm09_bauble_9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2257, 27, '1827', 'xm09_bauble_18', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2258, 27, '1828', 'xm09_bauble_13', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2259, 27, '1829', 'xm09_bauble_2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2260, 27, '1830', 'xm09_bauble_1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2261, 27, '1831', 'xm09_bauble_22', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2262, 27, '1832', 'xm09_bauble_3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2263, 27, '1833', 'xm09_bauble_21', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2264, 27, '1834', 'xm09_bauble_8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2265, 27, '1835', 'xm09_bauble_4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2266, 27, '1836', 'xm09_bauble_5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2267, 27, '1837', 'xm09_bauble_11', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2268, 27, '1838', 'xm09_bauble_20', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2269, 27, '1840', 'xm09_bauble_14', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2270, 27, '1841', 'xm09_bauble_7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2271, 27, '1842', 'xm09_bauble_6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2272, 27, '1843', 'xm09_bauble_19', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2273, 76, '1782', 'teddy_basic', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2274, 76, '1783', 'teddy_pendergrass', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2275, 76, '1792', 'teddy_bear', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2276, 76, '1793', 'teddy_pink', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2277, 160, '1729', 'nest_plow_reg', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2278, 160, '1730', 'nest_snug_yel', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2279, 160, '1735', 'nest_snug_grn', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2280, 160, '1736', 'nest_snug_red', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2281, 160, '1737', 'nest_snug_grn', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2282, 160, '1738', 'nest_plow_bro', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2283, 160, '1739', 'nest_plow_red', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2284, 160, '1740', 'nest_snug_blu', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2285, 160, '1742', 'nest_plow_blu', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2286, 160, '1744', 'nest_dirt', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2287, 160, '1745', 'nest_snug_prp', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2288, 160, '1746', 'nest_nest', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2289, 160, '1747', 'nest_nails', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2290, 160, '1748', 'nest_basket', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2291, 160, '1749', 'nest_ice', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2292, 160, '1750', 'nest_plow_skl', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2293, 160, '1751', 'nest_snug_bla', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2294, 95, '441', 'ads_gsArcade_2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2295, 95, '624', 'ads_idol_l_carpet', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2296, 134, '1479', 'ads_cllava2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2297, 95, '1721', 'ads_gsArcade_1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2298, 95, '1724', 'ads_mtvtrophy_silver', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2299, 94, '1725', 'ads_spang_sleep', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2300, 95, '1726', 'ads_mtvtrophy_gold', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2301, 94, '1752', 'ads_cl_moodi', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2302, 95, '1766', 'ads_chups', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2303, 95, '1769', 'ads_droetker_paula', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2304, 95, '1795', 'ads_percyrock', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2305, 95, '1797', 'ads_idol_l_logo', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2306, 95, '1846', 'ads_percyw', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2307, 95, '1800', 'ads_mtv_tv', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2308, 95, '1845', 'ads_tv_jaapuisto', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2310, 134, '1809', 'byesw_loadscreen', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2312, 95, '1799', 'ads_mtv_bigtv', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2313, 95, '1798', 'ads_idol_l_tv', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2314, 27, '1445', 'tree2', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2317, 30, '1478', 'divider_poly3*7', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2318, 37, '1727', 'ktchn_hlthNut', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2319, 160, '1728', 'petfood8', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2320, 160, '1731', 'petfood9', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2321, 160, '1732', 'petfood10', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2322, 160, '1733', 'petfood7', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2323, 160, '1734', 'petfood6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2324, 160, '1741', 'petfood5', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2325, 160, '1768', 'petfood12', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2326, 160, '1770', 'petfood11', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2327, 160, '1772', 'petfood13', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2329, 94, '1796', 'md_can', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2330, 1053, '1802', 'hween09_curt', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2331, 57, '1758', 'china_tiger', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2332, 57, '1760', 'china_plmTree', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2333, 134, '1764', 'china_tigrSeat', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2334, 57, '1844', 'china_pstr3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2336, 62, '1853', 'rare_ironmaiden name', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(233711, 1010, '1854', 'Trex', 12000, 0, 1, 0, 0, 0, 30, 0, '1', '', 0),
(2338, 143, '1855', 'beanstalk', 6, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2339, 95, '1856', 'rare_vdoll name', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2340, 95, '1857', 'rare_mmmth name', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2341, 136, '1858', 'crystal_patch', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2342, 95, '1859', 'ads_boost_surfb name', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2343, 95, '1860', 'ads_tlc_wheel name', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2346, 16, '243', 'rare_daffodil_rug', 100, 100, 4, 0, 0, 0, 0, 0, '1', '', 0),
(2348, 134, '177', 'doorC', 10, 0, 100, 0, 0, 0, 0, 0, '1', '', 0),
(2443, 146, '2429', 'a0 pet3', 20000, 7500, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2350, 143, '1862', 'garden_lupin4', 4, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2351, 143, '1863', 'garden_mursu3', 5, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2352, 143, '1864', 'garden_lupin5', 4, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2353, 143, '1865', 'garden_seed', 3, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2354, 143, '1866', 'garden_flytrap', 6, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2355, 143, '1867', 'garden_flo3', 2, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2359, 143, '1870', 'garden_mursu2', 5, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2357, 143, '1868', 'garden_volcano', 5, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2358, 143, '1869', 'garden_flolamp', 8, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2360, 143, '1871', 'garden_jyrki', 4, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2361, 143, '1872', 'garden_mursu4', 4, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2362, 143, '1873', 'garden_leaves', 3, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2363, 143, '1874', 'garden_lupin2', 4, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2364, 143, '1875', 'garden_lupin3', 4, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2365, 143, '1876', 'garden_mursu', 4, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2366, 143, '1877', 'garden_orchtree', 6, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2367, 143, '1878', 'garden_flo2', 2, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2368, 143, '1879', 'garden_lupin1', 4, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2369, 143, '1880', 'garden_staringbush', 5, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2370, 143, '1882', 'garden_flo1', 2, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2371, 143, '1883', 'garden_jungle', 5, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2372, 143, '1925', 'garden_wall', 4, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2374, 144, '1887', 'runway_display', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2375, 144, '1888', 'runway_bigchr_5', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2376, 144, '1889', 'runway_bigchr_4', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2377, 144, '1892', 'runway_stool', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2378, 144, '1893', 'runway_dvdr', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2379, 144, '1894', 'runway_block_2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2380, 144, '1895', 'runway_bigchr_1', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2381, 144, '1899', 'runway_block_1', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2382, 144, '1900', 'runway_bench', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2383, 144, '1901', 'runway_chair_2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2384, 144, '1904', 'runway_bigchr_3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2385, 144, '1907', 'runway_bigchr_2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2386, 144, '1909', 'runway_table_2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2387, 144, '1910', 'runway_table_1', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0);
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`, `cost_snow`) VALUES
(2388, 144, '1911', 'runway_manqn_1', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2389, 144, '1915', 'runway_head', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2390, 144, '1916', 'runway_manqn_2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2391, 144, '1924', 'runway_chair_1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2392, 144, '1928', 'runway_shelf', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2393, 144, '1931', 'runway_fabric', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2394, 8, '1885', 'hc2_frplc', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2395, 8, '1886', 'hc2_barchair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2396, 8, '1890', 'hc3_dc', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2397, 8, '1891', 'hc2_sofatbl', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2398, 8, '1896', 'hc2_biglamp', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2399, 8, '1897', 'hc2_sofa', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2400, 8, '1898', 'hc2_carpet', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2401, 8, '1903', 'hc3_table', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2402, 8, '1905', 'hc3_stool', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2403, 8, '1906', 'hc3_sofa', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2404, 8, '1908', 'hc2_armchair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2405, 8, '1912', 'hc2_dvn', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2406, 8, '1913', 'hc3_light', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2407, 8, '1914', 'hc3_shelf', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2408, 8, '1917', 'hc2_divider', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2409, 8, '1918', 'hc2_coffee', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2410, 8, '1919', 'hc2_cart', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2411, 8, '1920', 'hc3_bard', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2412, 8, '1921', 'hc3_hugelamp', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2413, 8, '1922', 'hc3_divider', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2414, 8, '1923', 'hc2_vase', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2415, 8, '1927', 'hc3_walldeco', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2416, 134, '1933', 'camera', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2417, 134, '264', 'arabian_tile', 10, 0, 100, 0, 0, 0, 0, 0, '1', '', 0),
(2418, 95, '1881', 'ads_grefusa_yum', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2419, 95, '1884', 'merger_chesT', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2420, 95, '1902', 'ads_cheetos name', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2421, 95, '1926', 'ads_tv_yle name', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2422, 95, '1929', 'ads_nokia_x6', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2423, 95, '1930', 'ads_target_wall', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2424, 95, '1932', 'ads_latrobe_flag', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2425, 27, '1934', 'holly', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2442, 141, '1861', 'a0 pet5', 20000, 7500, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4964, 161, '2095', 'bw_water_1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4965, 161, '2094', 'bw_tele', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4969, 161, '2095', 'bw_water_1', 60, 0, 100, 0, 0, 0, 0, 0, '1', '', 0),
(29910, 161, '2105', 'bw_water_2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(57009, 161, '2099', 'bw_chair', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(57010, 161, '2098', 'bw_sboard', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(57011, 161, '2104', 'bw_fnc', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(57012, 161, '2096', 'bw_lgchair', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(57013, 161, '2103', 'bw_croc', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(57014, 161, '2102', 'bw_bball', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(57015, 161, '2101', 'bw_table', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(57016, 159, '2111', 'prison_crnr', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(57017, 159, '2108', 'prison_dvdr1', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(57018, 159, '2107', 'prison_gate', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(57019, 159, '2106', 'prison_dvdr2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(57020, 159, '2109', 'prison_stone', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(57021, 159, '2110', 'prison_tower', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(57022, 159, '2108', 'prison_dvdr1', 20, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(57023, 159, '2106', 'prison_dvdr2', 20, 0, 10, 0, 0, 0, 0, 0, '1', '', 0),
(2483, 171, '2124', 'fball_score_y', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2482, 171, '2123', 'fball_score_r', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2481, 171, '2122', 'fball_score_g', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2480, 171, '2121', 'fball_score_b', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2479, 171, '2120', 'fball_ptch8', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2478, 171, '2119', 'fball_ptch7', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2477, 171, '2118', 'fball_ptch6', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2476, 171, '2117', 'fball_ptch5', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2475, 171, '2116', 'fball_ptch4', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2474, 171, '2115', 'fball_ptch3', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2473, 171, '2114', 'fball_ptch2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2472, 171, '2113', 'fball_ptch1', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2471, 171, '2112', 'fball_ptch0', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2470, 171, '2125', 'fball_counter', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2469, 171, '2126', 'fball_gate', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2468, 171, '2127', 'fball_light', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2467, 171, '2128', 'fball_goal_y', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2466, 171, '2129', 'fball_goal_r', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2465, 171, '2130', 'fball_goal_g', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2464, 171, '2131', 'fball_goal_b', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2463, 171, '2132', 'fball_fnc3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2462, 171, '2133', 'fball_fnc1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2461, 171, '2134', 'fball_crnr', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2460, 171, '2135', 'fball_cote', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2459, 171, '2136', 'fball_bench', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2458, 171, '2137', 'fball_ball5', 20, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2457, 171, '2138', 'fball_ball4', 20, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2456, 171, '2139', 'fball_ball2', 20, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2455, 171, '2140', 'fball_ball', 20, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2454, 171, '2141', 'fball_audbench', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2453, 171, '2142', 'fball_trophy', 35, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10289, 497, '2144', 'easel_0', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10290, 497, '2145', 'easel_1', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10291, 496, '2146', 'easel_2', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10292, 497, '2147', 'easel_3', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10293, 497, '2148', 'easel_4', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10294, 497, '2149', 'easel_2', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2713, 174, '2150', 'party_crate2_1', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2714, 174, '2151', 'party_crate1_3', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2715, 174, '2152', 'party_crate1_4', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2716, 174, '2153', 'party_crate1_1', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2717, 174, '2154', 'party_crate1_2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2718, 174, '2155', 'party_crate2_2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2719, 174, '2156', 'party_crate2_3', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2720, 174, '2157', 'party_crate2_4', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2721, 174, '2158', 'party_djset', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41082, 165, '2160', 'bw_lgchair', 8, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41083, 165, '2162', 'bw_fin', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41084, 165, '2163', 'bw_ccnuts', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41085, 165, '2164', 'bw_shower', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41086, 165, '2165', 'bw_water_2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41087, 165, '2166', 'bw_croc', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41088, 165, '2167', 'bw_sboard', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41089, 165, '2169', 'bw_table', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41090, 165, '2170', 'bw_ball', 11, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41091, 165, '2171', 'bw_mttrss', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41092, 165, '2172', 'bw_van', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41094, 165, '2173', 'bw_fnc_crnr', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41095, 165, '2174', 'bw_fnc', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41097, 165, '2161', 'bw_sofa', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41098, 165, '2159', 'bw_boat', 12, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41099, 165, '2168', 'bw_chair', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77025, 165, '2176', 'bw_jaws', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97308, 165, '2184', 'bw_pool_a3', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97309, 165, '2183', 'bw_pool_a2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97310, 165, '2182', 'bw_pool_b2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97311, 165, '2181', 'bw_mttrss_g', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97312, 165, '2180', 'bw_boat_p', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97313, 165, '2179', 'bw_sofa_p', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97314, 165, '2178', 'bw_fnc_crnr_g', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97315, 165, '2177', 'bw_fnc_crnr_p', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97318, 165, '2198', 'bw_fnc_g', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600000, 165, '2165', 'bw_water_2', 10, 0, 50, 0, 0, 0, 0, 0, '1', '', 0),
(97319, 165, '2197', 'bw_sofa_p', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97320, 165, '2196', 'bw_sofa_g', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97321, 165, '2195', 'bw_van_g', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97322, 165, '2194', 'bw_van_p', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97323, 165, '2193', 'bw_table_p', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97324, 165, '2192', 'bw_table_g', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97326, 165, '2190', 'bw_surfb_g', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97327, 165, '2189', 'bw_fnc_crnr_p', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97328, 165, '2188', 'bw_pool_b1', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97329, 165, '2185', 'bw_pool_a1', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97317, 165, '2187', 'ads_grefusa_surfb', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97316, 165, '2186', 'ads_pepsi0', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10355, 502, '2200', 'african_tree2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10354, 502, '2201', 'african_tree1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10353, 502, '2202', 'african_stage', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10352, 502, '2203', 'african_patch', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10351, 502, '2204', 'african_fence', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10350, 502, '2205', 'african_bones', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10357, 37, '2206', 'ktchn10_cabnt', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10358, 37, '2207', 'ktchn10_pot', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10359, 37, '2208', 'ktchn10_sink', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10360, 37, '2209', 'ktchn10_stove', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10278, 496, '2210', 'hosptl_bbag name', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10279, 496, '2211', 'hosptl_bed', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10280, 496, '2212', 'hosptl_cab1', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10281, 496, '2213', 'hosptl_cab2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10282, 496, '2214', 'hosptl_curtain', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10283, 496, '2215', 'hosptl_defibs', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10284, 496, '2216', 'hosptl_light', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10285, 496, '2217', 'hosptl_seat', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10286, 496, '2218', 'hosptl_skele', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10287, 496, '2219', 'hosptl_xray', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4503, 104, '4503', 'Ría Hipódromo azul', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89945, 200, '2220', 'cubie_rug_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89946, 200, '2221', 'cubie_lamp_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89947, 200, '2222', 'cubie_shelf_3_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89948, 200, '2223', 'cubie_shelf_4_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89949, 200, '2224', 'cubie_shelf_1_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89950, 200, '2225', 'cubie_shelf_1_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89951, 1012, '2226', 'cubie_chair_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89952, 200, '2227', 'cubie_shelf_4_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89953, 200, '2228', 'cubie_bigtable_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89954, 200, '2229', 'cubie_shelf_0_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89955, 200, '2230', 'cubie_beanbag_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89956, 1012, '2231', 'Silla cubbie', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89957, 200, '2232', 'cubie_bed_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89958, 200, '2233', 'cubie_bigtable_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89959, 200, '2234', 'cubie_stool_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89960, 200, '2235', 'cubie_beanbag_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89961, 200, '2236', 'cubie_shelf_0_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89962, 200, '2237', 'cubie_shelf_2_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89963, 200, '2238', 'cubie_rug_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89964, 200, '2239', 'cubie_sofaseat_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89965, 200, '2240', 'cubie_table', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89966, 200, '2241', 'cubie_sofaseat_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89967, 200, '2242', 'cubie_bed_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89968, 200, '2243', 'cubie_shelf_3_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89969, 200, '2244', 'cubie_shelf_2_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89970, 200, '2245', 'cubie_lamp_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89971, 200, '2246', 'cubie_stool_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89972, 200, '2247', 'cubie_wallshelf_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89973, 200, '2248', 'cubie_decklight_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89974, 200, '2249', 'cubie_wallshelf_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89975, 200, '2250', 'cubie_decal_0', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89976, 200, '2251', 'cubie_decal_3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89977, 200, '2252', 'cubie_decal_1_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89978, 200, '2253', 'cubie_decklight_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89979, 200, '2254', 'cubie_decal_1_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89980, 200, '2255', 'cubie_decal_2_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89981, 200, '2256', 'cubie_decal_3_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89982, 200, '2257', 'cubie_decal_2_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89983, 200, '2258', 'cubie_decal_3_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89984, 175, '2259', 'newbie_present', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89985, 175, '2260', 'tv_flat', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89986, 175, '2261', 'waasa_table2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89987, 175, '2262', 'computer_flatscreen', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89988, 175, '2263', 'waasa_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89989, 175, '2264', 'waasa_ship2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89990, 175, '2265', 'waasa_ship1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89991, 175, '2266', 'waasa_bunk_bed', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89992, 175, '2267', 'computer_laptop', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89993, 175, '2268', 'computer_old', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89994, 175, '2269', 'waasa_table1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89995, 175, '2270', 'waasa_desk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89996, 175, '2271', 'waasa_wall_shelf2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89997, 175, '2272', 'waasa_wall_shelf1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89914, 169, '2273', 'nest_frog', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89915, 169, '2274', 'pond', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89916, 169, '2275', 'val11_present', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89917, 169, '2276', 'prizetrophy_cine', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89918, 169, '2277', 'cine_vipsign', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89919, 169, '2278', 'limo_b_mid3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89920, 169, '2279', 'limo_b_mid2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89921, 169, '2280', 'limo_b_front', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89922, 169, '2281', 'limo_b_mid', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89923, 169, '2282', 'cine_star', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89924, 169, '2283', 'limo_b_back', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89925, 169, '2284', 'ads_bigtv_missmix', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89926, 169, '2285', 'cine_curtain', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89927, 169, '2286', 'cine_screen', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89928, 169, '2287', 'theatre_seat_g', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89929, 169, '2288', 'cine_tile', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89930, 169, '2289', 'cine_bench_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89931, 169, '2290', 'theatre_seat_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89932, 169, '2291', 'cine_roof', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89933, 169, '2292', 'cine_popcorn', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89934, 169, '2293', 'cine_bench', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89935, 169, '2294', 'cine_bench_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89936, 169, '2295', 'cine_ticket_booth', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89937, 169, '2296', 'cine_projector', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89907, 62, '2297', 'gothic_st_glass', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89908, 62, '2298', 'gothic_candles', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89909, 62, '2299', 'gothic_bed', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89910, 62, '2300', 'gothic_desk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89911, 62, '2301', 'gothic_bowl', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89912, 42, '2302', 'ads_grefu_trophy', 3, 0, 1, 0, 0, 0, 0, 0, '0', '', 0),
(77701, 777, '2303', 'bling11_block', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77702, 777, '2304', 'bling11_dvd', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77703, 777, '2305', 'bling11_dvn', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77704, 777, '2306', 'bling11_floor', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77705, 777, '2307', 'bling11_pillar', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77706, 777, '2308', 'bling11_plant', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77707, 777, '2309', 'bling11_rug1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77708, 777, '2310', 'bling11_rug2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77709, 777, '2311', 'bling11_seat1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77710, 777, '2312', 'bling11_seat2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77711, 777, '2313', 'bling11_slot', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77712, 777, '2314', 'bling11_sofa', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77713, 777, '2315', 'bling11_statue1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77714, 777, '2316', 'bling11_statue2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77715, 777, '2317', 'bling11_tele', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77716, 777, '2318', 'bling11_towels', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77717, 777, '2319', 'bling11_val11_floor', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77801, 778, '2320', 'china_rabbit', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89900, 899, '2321', 'limo_w_front', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89901, 899, '2322', 'limo_w_mid', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89902, 899, '2323', 'limo_w_mid2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89903, 899, '2324', 'limo_w_back', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89904, 160, '2325', 'petfood19', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89905, 160, '2326', 'petfood18', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89906, 160, '2327', 'petfood17', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3000, 300, '2328', 'hween10_bat', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3001, 300, '2329', 'hween10_card_1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3002, 300, '2330', 'hween10_card_2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3003, 300, '2331', 'hween10_card_3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3004, 300, '2332', 'hween10_card_4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3005, 300, '2333', 'hween10_card_5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3006, 300, '2334', 'hween10_card_6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3007, 300, '2335', 'hween10_chicken', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3008, 300, '2336', 'hween10_ffly', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3009, 300, '2337', 'hween10_fog', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3010, 300, '2338', 'hween10_jar', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3011, 300, '2339', 'hween10_logs', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3012, 300, '2340', 'hween10_pond', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3013, 300, '2341', 'hween10_portch', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3014, 300, '2342', 'hween10_skullpost', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3015, 300, '2343', 'hween10_swamp', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3016, 300, '2344', 'hween10_tarot', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3017, 300, '2345', 'hween10_tele', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3018, 300, '2346', 'hween10_throne', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3019, 300, '2347', 'hween10_tree', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3020, 300, '2348', 'hween10_voodoo1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3021, 300, '2349', 'hween10_voodoo2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3022, 300, '2350', 'hween10_voodoo3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3023, 300, '2351', 'hween10_wallskull', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99904, 600, '2352', 'year2011_waver_b', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99905, 600, '2353', 'year2011_waver_g', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99906, 600, '2354', 'year2011_waver_r', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99907, 600, '2355', 'year2011_waver_y', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99908, 600, '2356', 'prizetrophy_2011_y', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99909, 600, '2357', 'prizetrophy_2011_b', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99910, 600, '2358', 'prizetrophy_2011_r', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99911, 600, '2359', 'prizetrophy_2011_p', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99912, 600, '2360', 'prizetrophy_2011_g', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99913, 600, '2361', 'prizetrophy_2011_w', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99914, 600, '2362', 'year2011', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99000, 500, '2363', 'qt_xm10_nest', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99001, 500, '2364', 'qt_xm10_icedragon', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99002, 500, '2365', 'qt_xm10_stone', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99003, 500, '2366', 'qt_xm10_icetiger', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99004, 500, '2367', 'qt_xm10_trex', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99005, 500, '2368', 'qt_xm10_palm_tree', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99006, 500, '2369', 'qt_xm10_bench', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99007, 500, '2370', 'qt_xm10_icelupin', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99008, 500, '2371', 'qt_xm10_xmduck', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99009, 500, '2372', 'qt_xm10_iceduck', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99010, 500, '2373', 'qt_xm10_bauble1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99011, 500, '2374', 'qt_xm10_bauble2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99012, 500, '2375', 'qt_xm10_bauble3', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99013, 500, '2376', 'qt_xm10_iceplasto', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99014, 500, '2377', 'qt_xm10_ice_fish', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99015, 500, '2378', 'qt_xm10_gnome', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99016, 500, '2379', 'qt_xm10_icesilotable', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99017, 500, '2380', 'qt_xm10_iceteddy', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99018, 500, '2381', 'qt_xm10_elephant', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99019, 500, '2382', 'qt_xm10_iceclubsofa', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99020, 500, '2383', 'es_skating_ice', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99021, 500, '2384', 'es_sidewalk', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99022, 500, '2385', 'es_wpost', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99023, 500, '2386', 'es_tagging', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99024, 500, '2387', 'es_santa', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99025, 500, '2388', 'es_window', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99026, 500, '2389', 'es_bench', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99027, 500, '2390', 'es_fnc_1', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99028, 500, '2391', 'es_fnc_2', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99029, 500, '2392', 'es_fnc_crnr', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99030, 500, '2393', 'es_epictree', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99031, 500, '2394', 'es_icestar_g', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99032, 500, '2395', 'es_icestar_r', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99033, 500, '2396', 'es_icestar_y', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99034, 500, '2397', 'es_icestar', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99035, 500, '2398', 'es_puck', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99036, 500, '2399', 'es_roaster', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99037, 500, '2400', 'es_lmppst', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99038, 500, '2401', 'es_statue', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568424, 60, '2406', 'exe_sensor', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568425, 60, '2405', 'exe_seccam', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568426, 60, '2404', 'exe_wrkdesk', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568427, 60, '2403', 'exe_glassdvdr', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568428, 60, '2402', 'exe_copier', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99060, 501, '2409', 'es_box', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99061, 501, '2410', 'es_counter', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99062, 501, '2411', 'es_exit', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99063, 501, '2412', 'es_gate_b', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99064, 501, '2413', 'es_gate_g', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99065, 501, '2414', 'es_gate_r', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99066, 501, '2415', 'es_gate_y', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99067, 501, '2418', 'es_score_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99068, 501, '2419', 'es_score_g', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99069, 501, '2417', 'es_score_r', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99070, 501, '2416', 'es_score_y', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99071, 501, '2410', 'es_tile', 8, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89938, 173, '2421', 'wf_box', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89939, 173, '2422', 'wf_maze', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89940, 173, '2423', 'ads_rangocactus', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89941, 173, '2424', 'cine_glass', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89942, 173, '2425', 'wf_cnd_has_furni_on', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89943, 173, '2426', 'cine_light2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(89944, 173, '2427', 'cine_light1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2444, 147, '2428', 'a0 pet4', 20000, 7500, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2445, 148, '2431', 'a0 pet1', 20000, 7500, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2446, 149, '2432', 'a0 pet0', 20000, 7500, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2447, 150, '2430', 'a0 pet2', 20000, 7500, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2530, 157, '2433', 'a0 pet6', 20000, 7500, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2531, 158, '2434', 'a0 pet7', 20000, 7500, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568432, 170, '2435', 'a0 pet8', 20000, 7500, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568433, 176, '2436', 'a0 pet11', 20000, 7500, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568442, 182, '2437', 'a0 pet10', 20000, 7500, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568954, 15, '1637', 'landscape_single_4.4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568931, 15, '1634', 'floor_single_606', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568930, 15, '1634', 'floor_single_605', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568929, 15, '1634', 'floor_single_604', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568928, 15, '1634', 'floor_single_603', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568927, 15, '1634', 'floor_single_602', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568926, 15, '1634', 'floor_single_601', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568925, 15, '1634', 'floor_single_507', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568924, 15, '1634', 'floor_single_506', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568923, 15, '1634', 'floor_single_505', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568922, 15, '1634', 'floor_single_504', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568921, 15, '1634', 'floor_single_503', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568920, 15, '1634', 'floor_single_502', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568919, 15, '1634', 'floor_single_501', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568918, 15, '1634', 'floor_single_410', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568917, 15, '1634', 'floor_single_409', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568916, 15, '1634', 'floor_single_408', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568915, 15, '1634', 'floor_single_407', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568914, 15, '1634', 'floor_single_406', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568913, 15, '1634', 'floor_single_405', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568912, 15, '1634', 'floor_single_404', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568911, 15, '1634', 'floor_single_403', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568910, 15, '1634', 'floor_single_402', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568909, 15, '1634', 'floor_single_401', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568908, 15, '1634', 'floor_single_307', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568907, 15, '1634', 'floor_single_306', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568906, 15, '1634', 'floor_single_305', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568905, 15, '1634', 'floor_single_304', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568904, 15, '1634', 'floor_single_303', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568903, 15, '1634', 'floor_single_302', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568902, 15, '1634', 'floor_single_301', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568901, 15, '1634', 'floor_single_212', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568900, 15, '1634', 'floor_single_211', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568899, 15, '1634', 'floor_single_210', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568898, 15, '1634', 'floor_single_209', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568897, 15, '1634', 'floor_single_208', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568896, 15, '1634', 'floor_single_207', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568895, 15, '1634', 'floor_single_206', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568894, 15, '1634', 'floor_single_205', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568893, 15, '1634', 'floor_single_204', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568892, 15, '1634', 'floor_single_203', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568891, 15, '1634', 'floor_single_202', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568890, 15, '1634', 'floor_single_201', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568889, 15, '1634', 'floor_single_111', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568888, 15, '1634', 'floor_single_110', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568887, 15, '1634', 'floor_single_109', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568886, 15, '1634', 'floor_single_108', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568885, 15, '1634', 'floor_single_107', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568884, 15, '1634', 'floor_single_106', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568883, 15, '1634', 'floor_single_105', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568882, 15, '1634', 'floor_single_104', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568881, 15, '1634', 'floor_single_103', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568880, 15, '1634', 'floor_single_102', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568879, 15, '1634', 'floor_single_101', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568878, 15, '1636', 'wallpaper_single_3106', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568877, 15, '1636', 'wallpaper_single_3105', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568876, 15, '1636', 'wallpaper_single_3104', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568875, 15, '1636', 'wallpaper_single_3103', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568874, 15, '1636', 'wallpaper_single_3101', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568873, 15, '1636', 'wallpaper_single_3101', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568872, 15, '1636', 'wallpaper_single_3004', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568871, 15, '1636', 'wallpaper_single_3003', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568870, 15, '1636', 'wallpaper_single_3002', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568869, 15, '1636', 'wallpaper_single_3001', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568868, 15, '1636', 'wallpaper_single_2904', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568867, 15, '1636', 'wallpaper_single_2903', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568866, 15, '1636', 'wallpaper_single_2902', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568865, 15, '1636', 'wallpaper_single_2901', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568864, 15, '1636', 'wallpaper_single_2804', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568863, 15, '1636', 'wallpaper_single_2803', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568862, 15, '1636', 'wallpaper_single_2802', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568861, 15, '1636', 'wallpaper_single_2801', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568860, 15, '1636', 'wallpaper_single_2704', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568859, 15, '1636', 'wallpaper_single_2703', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568858, 15, '1636', 'wallpaper_single_2702', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568857, 15, '1636', 'wallpaper_single_2701', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568856, 15, '1636', 'wallpaper_single_2604', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568855, 15, '1636', 'wallpaper_single_2603', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568854, 15, '1636', 'wallpaper_single_2602', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568853, 15, '1636', 'wallpaper_single_2601', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568852, 15, '1636', 'wallpaper_single_2504', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568851, 15, '1636', 'wallpaper_single_2503', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568850, 15, '1636', 'wallpaper_single_2502', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568849, 15, '1636', 'wallpaper_single_2501', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568848, 15, '1636', 'wallpaper_single_2403', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568847, 15, '1636', 'wallpaper_single_2402', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568846, 15, '1636', 'wallpaper_single_2401', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568845, 15, '1636', 'wallpaper_single_2304', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568844, 15, '1636', 'wallpaper_single_2303', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568843, 15, '1636', 'wallpaper_single_2302', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568842, 15, '1636', 'wallpaper_single_2301', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568841, 15, '1636', 'wallpaper_single_2206', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568840, 15, '1636', 'wallpaper_single_2205', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568839, 15, '1636', 'wallpaper_single_2204', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568838, 15, '1636', 'wallpaper_single_2203', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568837, 15, '1636', 'wallpaper_single_2202', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568836, 15, '1636', 'wallpaper_single_2201', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568835, 15, '1636', 'wallpaper_single_2103', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568834, 15, '1636', 'wallpaper_single_2102', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568833, 15, '1636', 'wallpaper_single_2101', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568832, 15, '1636', 'wallpaper_single_2003', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568831, 15, '1636', 'wallpaper_single_2002', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568830, 15, '1636', 'wallpaper_single_2001', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568829, 15, '1636', 'wallpaper_single_1902', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568828, 15, '1636', 'wallpaper_single_1901', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568827, 15, '1636', 'wallpaper_single_1801', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568826, 15, '1636', 'wallpaper_single_1701', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568825, 15, '1636', 'wallpaper_single_1601', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568824, 15, '1636', 'wallpaper_single_1501', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568823, 15, '1636', 'wallpaper_single_1401', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568822, 15, '1636', 'wallpaper_single_1301', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568821, 15, '1636', 'wallpaper_single_1201', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568820, 15, '1636', 'wallpaper_single_1101', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568819, 15, '1636', 'wallpaper_single_1007', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568818, 15, '1636', 'wallpaper_single_1006', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568817, 15, '1636', 'wallpaper_single_1005', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568816, 15, '1636', 'wallpaper_single_1004', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568815, 15, '1636', 'wallpaper_single_1003', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568814, 15, '1636', 'wallpaper_single_1002', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568813, 15, '1636', 'wallpaper_single_1001', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568812, 15, '1636', 'wallpaper_single_908', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568811, 15, '1636', 'wallpaper_single_907', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568810, 15, '1636', 'wallpaper_single_906', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568809, 15, '1636', 'wallpaper_single_905', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568808, 15, '1636', 'wallpaper_single_904', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568807, 15, '1636', 'wallpaper_single_903', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568806, 15, '1636', 'wallpaper_single_902', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568805, 15, '1636', 'wallpaper_single_901', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568804, 15, '1636', 'wallpaper_single_810', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568803, 15, '1636', 'wallpaper_single_809', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568802, 15, '1636', 'wallpaper_single_808', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568801, 15, '1636', 'wallpaper_single_807', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568800, 15, '1636', 'wallpaper_single_806', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568799, 15, '1636', 'wallpaper_single_805', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568798, 15, '1636', 'wallpaper_single_804', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568797, 15, '1636', 'wallpaper_single_803', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568796, 15, '1636', 'wallpaper_single_802', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568795, 15, '1636', 'wallpaper_single_801', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568794, 15, '1636', 'wallpaper_single_710', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568793, 15, '1636', 'wallpaper_single_709', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568792, 15, '1636', 'wallpaper_single_708', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568791, 15, '1636', 'wallpaper_single_707', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568790, 15, '1636', 'wallpaper_single_706', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568789, 15, '1636', 'wallpaper_single_705', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568788, 15, '1636', 'wallpaper_single_704', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568787, 15, '1636', 'wallpaper_single_703', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568786, 15, '1636', 'wallpaper_single_702', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568785, 15, '1636', 'wallpaper_single_701', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568784, 15, '1636', 'wallpaper_single_610', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568783, 15, '1636', 'wallpaper_single_609', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568782, 15, '1636', 'wallpaper_single_608', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568781, 15, '1636', 'wallpaper_single_607', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568780, 15, '1636', 'wallpaper_single_606', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568779, 15, '1636', 'wallpaper_single_605', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568778, 15, '1636', 'wallpaper_single_604', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568777, 15, '1636', 'wallpaper_single_603', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568776, 15, '1636', 'wallpaper_single_602', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568775, 15, '1636', 'wallpaper_single_601', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568774, 15, '1636', 'wallpaper_single_508', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568773, 15, '1636', 'wallpaper_single_507', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568772, 15, '1636', 'wallpaper_single_506', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568771, 15, '1636', 'wallpaper_single_505', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568770, 15, '1636', 'wallpaper_single_504', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568769, 15, '1636', 'wallpaper_single_503', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568768, 15, '1636', 'wallpaper_single_502', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568767, 15, '1636', 'wallpaper_single_501', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568766, 15, '1636', 'wallpaper_single_408', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568765, 15, '1636', 'wallpaper_single_407', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568764, 15, '1636', 'wallpaper_single_406', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568763, 15, '1636', 'wallpaper_single_405', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568762, 15, '1636', 'wallpaper_single_404', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568761, 15, '1636', 'wallpaper_single_403', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568760, 15, '1636', 'wallpaper_single_402', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568759, 15, '1636', 'wallpaper_single_401', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568758, 15, '1636', 'wallpaper_single_307', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568757, 15, '1636', 'wallpaper_single_306', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568756, 15, '1636', 'wallpaper_single_305', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568755, 15, '1636', 'wallpaper_single_304', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568754, 15, '1636', 'wallpaper_single_303', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568753, 15, '1636', 'wallpaper_single_302', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568752, 15, '1636', 'wallpaper_single_301', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568751, 15, '1636', 'wallpaper_single_218', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568750, 15, '1636', 'wallpaper_single_217', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568749, 15, '1636', 'wallpaper_single_216', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568748, 15, '1636', 'wallpaper_single_215', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568747, 15, '1636', 'wallpaper_single_214', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568746, 15, '1636', 'wallpaper_single_213', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568745, 15, '1636', 'wallpaper_single_212', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568744, 15, '1636', 'wallpaper_single_211', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568743, 15, '1636', 'wallpaper_single_210', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568742, 15, '1636', 'wallpaper_single_209', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568741, 15, '1636', 'wallpaper_single_208', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568740, 15, '1636', 'wallpaper_single_207', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568739, 15, '1636', 'wallpaper_single_206', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568738, 15, '1636', 'wallpaper_single_205', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568737, 15, '1636', 'wallpaper_single_204', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568736, 15, '1636', 'wallpaper_single_203', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568735, 15, '1636', 'wallpaper_single_202', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568734, 15, '1636', 'wallpaper_single_201', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568733, 15, '1636', 'wallpaper_single_115', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568732, 15, '1636', 'wallpaper_single_114', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568731, 15, '1636', 'wallpaper_single_113', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568730, 15, '1636', 'wallpaper_single_112', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568729, 15, '1636', 'wallpaper_single_111', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568728, 15, '1636', 'wallpaper_single_110', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568727, 15, '1636', 'wallpaper_single_109', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568726, 15, '1636', 'wallpaper_single_108', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568725, 15, '1636', 'wallpaper_single_107', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568724, 15, '1636', 'wallpaper_single_106', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568723, 15, '1636', 'wallpaper_single_105', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568722, 15, '1636', 'wallpaper_single_104', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568721, 15, '1636', 'wallpaper_single_103', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568720, 15, '1636', 'wallpaper_single_102', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568719, 15, '1636', 'wallpaper_single_101', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568955, 15, '1637', 'landscape_single_5.4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568956, 15, '1637', 'landscape_single_6.4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568957, 15, '1637', 'landscape_single_7.4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568958, 15, '1637', 'landscape_single_1.5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568959, 15, '1637', 'landscape_single_2.5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568960, 15, '1637', 'landscape_single_3.5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568961, 15, '1637', 'landscape_single_4.5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568962, 15, '1637', 'landscape_single_5.5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568963, 15, '1637', 'landscape_single_6.5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568964, 15, '1637', 'landscape_single_7.5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568965, 15, '1637', 'landscape_single_1.6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568966, 15, '1637', 'landscape_single_2.6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568967, 15, '1637', 'landscape_single_3.6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568968, 15, '1637', 'landscape_single_4.6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568969, 15, '1637', 'landscape_single_5.6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568970, 15, '1637', 'landscape_single_6.6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568971, 15, '1637', 'landscape_single_7.6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568972, 15, '1637', 'landscape_single_1.7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568973, 15, '1637', 'landscape_single_2.7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568974, 15, '1637', 'landscape_single_3.7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568975, 15, '1637', 'landscape_single_4.7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568976, 15, '1637', 'landscape_single_5.7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568977, 15, '1637', 'landscape_single_6.7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568978, 15, '1637', 'landscape_single_7.7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568979, 15, '1637', 'landscape_single_1.8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568980, 15, '1637', 'landscape_single_1.9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568981, 15, '1637', 'landscape_single_1.10', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568982, 15, '1637', 'landscape_single_1.11', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568983, 15, '1637', 'landscape_single_7.12', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2763, 187, '2702', 'a0 pet12', 30, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600014, 120, '2716', 'bb_knj1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600015, 120, '2717', 'bb_gate_r', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600016, 120, '2718', 'bb_tddhnd', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600017, 120, '2719', 'bb_lightdiv', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600018, 120, '2720', 'bb_tddhead', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600019, 120, '2721', 'bb_pyramid', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600020, 120, '2722', 'bb_patch1', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600021, 120, '2723', 'bb_fnc3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600022, 120, '2724', 'bb_gate_y', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600023, 120, '2725', 'bb_apparatus', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600024, 120, '2726', 'bb_caterbody', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600025, 120, '2727', 'bb_knj2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600026, 120, '2728', 'bb_fnc1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600027, 120, '2729', 'bb_puck', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600028, 120, '2730', 'bb_rnd_tele', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600029, 120, '2731', 'bb_gate_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600030, 120, '2732', 'bb_score_r', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600031, 120, '2733', 'bb_painimies1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600032, 120, '2703', 'bb_painimies2', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600035, 120, '2722', 'bb_patch1', 5, 0, 100, 0, 0, 0, 0, 0, '1', '', 0),
(600002, 120, '2704', 'bb_score_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600003, 120, '2705', 'bb_robo', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600004, 120, '2706', 'bb_dragon', 8, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600005, 120, '2707', 'bb_ducklight', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600006, 120, '2708', 'bb_caterhead', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600007, 120, '2709', 'bb_cargobox', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600008, 120, '2710', 'bb_gate_g', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600009, 120, '2711', 'bb_crchair3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600010, 120, '2712', 'bb_score_g', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600011, 120, '2713', 'bb_crchair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600012, 120, '2714', 'bb_crchair2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600013, 120, '2715', 'bb_score_y', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(600036, 120, '2735', 'bb_counter', 20, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99039, 501, '2420', 'Freeze tile', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568984, 912, '2736', 'SONG disco_extreme', 1, 0, 1, 0, 0, 4, 0, 0, '1', '', 0),
(3568985, 912, '2736', 'SONG TeemuP1', 1, 0, 1, 0, 0, 13, 0, 0, '1', '', 0),
(3568986, 912, '2736', 'SONG Haadolocknloll', 1, 0, 1, 0, 0, 6, 0, 0, '1', '', 0),
(3568987, 912, '2736', 'SONG Weirdodo', 1, 0, 1, 0, 0, 16, 0, 0, '1', '', 0),
(3568988, 912, '2736', 'SONG double_peks', 1, 0, 1, 0, 0, 5, 0, 0, '1', '', 0),
(3568989, 912, '2736', 'SONG Trax_1', 1, 0, 1, 0, 0, 15, 0, 0, '1', '', 0);
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`, `cost_snow`) VALUES
(3568990, 912, '2736', 'SONG klubhaus', 1, 0, 1, 0, 0, 7, 0, 0, '1', '', 0),
(3568991, 912, '2736', 'SONG limbertake', 1, 0, 1, 0, 0, 8, 0, 0, '1', '', 0),
(3568992, 912, '2736', 'SONG miamimiamor', 1, 0, 1, 0, 0, 9, 0, 0, '1', '', 0),
(3568993, 912, '2736', 'SONG new_song', 1, 0, 1, 0, 0, 10, 0, 0, '1', '', 0),
(3568994, 912, '2736', 'SONG park_adventure', 1, 0, 1, 0, 0, 11, 0, 0, '1', '', 0),
(3568995, 912, '2736', 'SONG pianissimo', 1, 0, 1, 0, 0, 12, 0, 0, '1', '', 0),
(3568997, 912, '2736', 'SONG TeemuP2', 1, 0, 1, 0, 0, 14, 0, 0, '1', '', 0),
(3568998, 912, '2736', 'SONG bossanova', 1, 0, 1, 0, 0, 3, 0, 0, '1', '', 0),
(3568999, 912, '2736', 'SONG WhoDaresStacks', 1, 0, 1, 0, 0, 2, 0, 0, '1', '', 0),
(3568323, 177, '2737', 'wf_trg_at_given_time', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568324, 177, '2738', 'wf_trg_enter_room', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568325, 177, '2739', 'wf_trg_game_ends', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568326, 177, '2740', 'wf_trg_game_starts', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568327, 177, '2741', 'wf_trg_periodically', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568328, 177, '2742', 'wf_trg_says_something', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568329, 177, '2743', 'wf_trg_score_achieved', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568330, 177, '2744', 'wf_trg_state_changed', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568331, 177, '2745', 'wf_trg_walks_off_furni', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568332, 177, '2746', 'wf_trg_walks_on_furni', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568333, 178, '2747', 'wf_act_give_score', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568334, 178, '2748', 'wf_act_match_to_sshot', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568335, 178, '2749', 'wf_act_move_rotate', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568336, 178, '2750', 'wf_act_reset_timers', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568337, 178, '2751', 'wf_act_show_message', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568338, 178, '2752', 'wf_act_teleport_to', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568339, 178, '2753', 'wf_act_toggle_state', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568340, 180, '2754', 'wf_cnd_furnis_hv_avtrs', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568341, 180, '2755', 'wf_cnd_match_snapshot', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568342, 180, '2756', 'wf_cnd_time_less_than', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568343, 180, '2757', 'wf_cnd_time_more_than', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568344, 180, '2758', 'wf_cnd_trggrer_on_frn', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568345, 179, '2759', 'wf_arrowplate', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568346, 179, '2760', 'wf_pressureplate', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568347, 179, '2761', 'wf_ringplate', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568348, 179, '2762', 'wf_colortile', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568349, 179, '2763', 'wf_colorwheel', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568350, 179, '2764', 'wf_floor_switch1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568351, 179, '2765', 'wf_floor_switch2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568352, 179, '2766', 'wf_firegate', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568353, 179, '2767', 'wf_glassdoor', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568354, 179, '2768', 'wf_xtra_random', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568355, 179, '2769', 'wf_xtra_unseen', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568356, 179, '2770', 'wf_wire1', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568357, 179, '2770', 'wf_wire1', 10, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(3568358, 179, '2771', 'wf_wire2', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568359, 179, '2771', 'wf_wire2', 10, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(3568360, 179, '2772', 'wf_wire3', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568361, 179, '2772', 'wf_wire3', 10, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(3568362, 179, '2773', 'wf_wire4', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3568363, 179, '2773', 'wf_wire4', 10, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(3569001, 913, '2774', 'qt_sum11_ictrolley', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569002, 913, '2775', 'qt_sum11_platfrm', 8, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569003, 913, '2776', 'qt_sum11_shell3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569004, 913, '2777', 'qt_sum11_shell2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569005, 913, '2778', 'qt_sum11_chair', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569006, 913, '2779', 'qt_sum11_shell4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569007, 913, '2780', 'qt_sum11_shell1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569008, 913, '2781', 'qt_sum11_shell5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569009, 913, '2782', 'qt_sum11_petfood', 2, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569010, 914, '2783', 'petfood25', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569011, 914, '2784', 'lm_bananadrink', 20, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569012, 914, '2785', 'lm_crystal_skull', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569013, 914, '2786', 'lm_jackbox', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569014, 915, '2787', 'ads_durex_carpet', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569015, 915, '2788', 'ads_durex_screen', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569016, 915, '2789', 'ads_durex_vend', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569017, 94, '2790', 'qt_sum11_dragon', 2500, 0, 0, 0, 0, 0, 0, 0, '1', '', 0),
(4000, 145, '2791', 'a0 pet14', 20, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(6003, 46, '2792', 'a0 pet9', 20, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569018, 916, '2793', 'a0 pet15', 20, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569038, 5, '0', 'deal_vip_1_year_and_badge', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569037, 5, '0', 'HABBO_CLUB_VIP_3_DAYS', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569036, 5, '0', 'HABBO_CLUB_VIP_1_DAY', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569033, 5, '0', 'HABBO_CLUB_VIP_1_MONTH', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569034, 5, '0', 'HABBO_CLUB_VIP_7_DAYS', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569035, 5, '0', 'HABBO_CLUB_VIP_3_MONTHS', 30, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569032, 5, '0', 'HABBO_CLUB_VIP_5_DAYS', 8, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569040, 5, '0', 'deal_vip_1_year_and_badge', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569041, 5, '0', 'HABBO_CLUB_VIP_5_YEAR', 500, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3569042, 142, '2804', 'Montura del caballo', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4504, 104, '4504', 'Obstáculo Hipódromo azul', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4505, 104, '4505', 'Arbusto Hipódromo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4506, 104, '4506', 'Ría Hipódromo roja', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4507, 104, '4507', 'Obstáculo Hipódromo rojo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4508, 104, '4508', 'Anillo de Fuego', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4509, 104, '4509', 'SaltaSalas Hipódromo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4510, 104, '4510', 'Césped Campestre', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4511, 104, '4511', 'Bosquecillo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4512, 104, '4512', 'Pista de carreras', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4513, 104, '4513', 'Puerta azul', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4514, 104, '4514', 'Valla Hipódromo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4515, 104, '4515', 'Esquina Hipódromo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4516, 104, '4516', 'Meta azul', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4517, 104, '4517', 'Meta roja', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4518, 104, '4518', 'Bandera a cuadros azul', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4519, 104, '4519', 'Bandera a cuadros roja', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(173811, 1010, '1952', 'Jardín soleado', 5000, 0, 1, 0, 0, 0, 200, 1, '1', '', 0),
(46770, 9999, '46770', 'matic_walkway_red', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4525, 107, '4525', 'Alfombra de Grupo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4526, 107, '4526', 'Sofá de Grupo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4527, 107, '4527', 'Taburete de Grupo 1', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4528, 107, '4528', 'Taburete de Grupo 2', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4529, 107, '4529', 'Banderín del Grupo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4530, 107, '4530', 'Símbolo del Grupo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4531, 107, '4531', 'Divisor de Grupo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4532, 107, '4532', 'Puerta de Grupo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4533, 106, '4533', 'Pato de hierba', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4534, 106, '4534', 'Truño de Oro', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4535, 106, '4535', 'Bala de Paja', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4536, 106, '4536', 'Puerta del Establo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4537, 106, '4537', 'Puerta del Establo Blanca', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4538, 106, '4538', 'Valla del Establo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4539, 106, '4539', 'Valla del Establo Blanca', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4540, 106, '4540', 'Esquina del Establo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4541, 106, '4541', 'Esquina del Establo Blanca', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4542, 106, '4542', 'Suelo de Heno', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4543, 106, '4543', 'Suelo de Serrín', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4544, 106, '4544', 'Abrevadero', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4545, 106, '4545', 'Pared de la Cuadra', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4546, 106, '4546', 'Pared de la Cuadra Blanca', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4547, 106, '4547', 'Truño de Caballo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(3905, 1008, '3905', 'Stor Jukebox', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4549, 106, '4548', 'Horca', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4550, 106, '4550', 'Cubo de Alfalfa', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4580, 919, '4580', 'Tradicional', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4581, 919, '4581', 'Melena', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4582, 919, '4582', 'Trenzas', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4583, 919, '4583', 'Salvaje', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4584, 919, '4584', 'Recogido', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4585, 919, '4585', 'Unicornio', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4586, 919, '4586', 'Peinado Reno', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4587, 919, '4587', 'Alas de Pegaso', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4551, 111, '4551', 'Esencia de Beige', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4552, 111, '4552', 'Bellota Marrón', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4554, 111, '4554', 'Gris Fantasmagórico', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4555, 111, '4555', 'Marrón Otoñal', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4556, 111, '4556', 'Rosa chicle', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4557, 111, '4557', 'Azul cielo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4558, 111, '4558', 'Cáscara de Huevo Blanca', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4559, 111, '4559', 'Negro endemoniado', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4560, 111, '4560', 'Blanco perla', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4561, 111, '4561', 'Verde Marino', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4562, 111, '4562', 'Ocre', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4563, 111, '4563', 'Azul crepuscular', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4564, 111, '4564', 'Rosa pálido', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4565, 111, '4565', 'Rojo intenso', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4566, 111, '4566', 'Amanecer', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4567, 111, '4567', 'Por defecto', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4568, 111, '4568', 'Arena', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4569, 111, '4569', 'Castaño', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4570, 111, '4570', 'Marrón oscuro', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4571, 111, '4571', 'Gris', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4572, 111, '4572', 'Marrón claro', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4573, 111, '4573', 'Rosa', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4574, 111, '4574', 'Perla', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4575, 111, '4575', 'Madera', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4576, 111, '4576', 'Celeste', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4577, 111, '4577', 'Ceniza', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4578, 111, '4578', 'Pelirrojo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4579, 111, '4579', 'Manzana', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4001, 142, '4001', 'Montura compacta', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(17111, 171, '579', 'sofachair_polyfon*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(22711, 35, '39', 'Taburete', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(23411, 35, '114', 'bar_chair_armas', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(28311, 1012, '528', 'sofachair_silo*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(39411, 28, '1215', 'xmas08_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41711, 38, '152', 'bath', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(42211, 38, '154', 'toilet', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(42311, 38, '157', 'toilet_red', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(42411, 38, '158', 'toilet_yell', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(49711, 27, '1665', 'xm09_bench', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(91811, 32, '1976', 'Butaca pura rosa', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(92211, 32, '1980', 'pura_mdl5*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(92511, 32, '1983', 'Butaca Pura Roja', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(92711, 32, '1985', 'pura_mdl4*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(93111, 32, '1989', 'pura_mdl4*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(93611, 32, '1994', 'pura_mdl3*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(94011, 32, '1998', 'pura_mdl3*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(94511, 32, '2003', 'pura_mdl2*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(95011, 32, '2007', 'pura_mdl2*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(95511, 32, '2012', 'pura_mdl1*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(95911, 32, '2016', 'pura_mdl1*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(96611, 101232, '2025', 'chair_basic*5', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(96911, 101232, '2029', 'chair_basic*9', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(182811, 126, '1005', 'tiki_bench', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8995111, 200, '2226', 'cubie_chair_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8995611, 200, '2231', 'Silla cubbie', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(2831111, 33, '528', 'sofachair_silo*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(51811, 1012, '883', 'christmas_sleigh', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(88011, 1013, '1294', 'lc_desk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(87911, 1012, '1293', 'lc_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(85011, 1012, '888', 'exe_chair2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(106411, 1012, '725', 'glass_chair*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(107211, 1012, '733', 'glass_sofa*2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(117411, 1012, '785', 'gothic_chair*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(118011, 1012, '817', 'gothic_sofa', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(61711, 1012, '854', 'grunge_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(58911, 1012, '965', 'arabian_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(83311, 1012, '663', 'chair_china', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(161011, 1012, '444', 'cn_sofa', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(12711, 1012, '525', 'soft_sofachair_norja*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(11511, 1012, '516', 'soft_sofa_norja*6', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(67611, 1012, '1645', 'hween09_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(56811, 1012, '1448', 'rela_hchair', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(63211, 1012, '842', 'jp_pillow', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(103611, 1012, '1397', 'LT_throne', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(77811, 1012, '802', 'romantique_chair*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(73711, 1012, '1416', 'SF_chair_blue', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(71811, 1012, '1246', 'bolly_pillow', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(66211, 1012, '2063', 'summer_chair*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(55311, 1012, '198', 'heartsofa', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(54411, 1012, '931', 'val_teddy*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(223911, 1012, '1785', 'val_hSeat*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(69911, 1012, '1159', 'hween08_bath', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(124511, 1012, '1083', 'diner_sofa_1*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(198111, 1012, '1689', 'urban_bench', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(221711, 1012, '1780', 'bling_sofa', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(221311, 1012, '1776', 'bling_chair_c', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(5700911, 1012, '2099', 'bw_chair', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1027911, 1012, '2211', 'hosptl_bed', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8998811, 1012, '2263', 'waasa_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8993111, 1012, '2290', 'theatre_seat_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(7771211, 1012, '2314', 'bling11_sofa', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(301811, 1012, '2346', 'hween10_throne', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9901911, 1012, '2382', 'qt_xm10_iceclubsofa', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900511, 1012, '2778', 'qt_sum11_chair', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(80811, 1013, '1185', 'party_bardesk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8996511, 1013, '2240', 'cubie_table', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(36611, 1013, '1463', 'ktchn_countr_1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(182911, 1013, '1006', 'tiki_bardesk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(182611, 1013, '1003', 'tiki_corner', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(22511, 1013, '37', 'table_armas', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(14311, 1013, '11', 'stand_polyfon_z', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(14411, 1013, '16', 'table_polyfon_med', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(38811, 1013, '1191', 'xmas08_table', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(32211, 1013, '567', 'table_silo_med*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(86811, 1013, '1278', 'lc_table', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(84711, 1013, '2084', 'exe_s_table', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(105611, 1013, '718', 'glass_table*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8991111, 1013, '2301', 'gothic_bowl', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(59011, 1013, '966', 'arabian_bigtb', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(149611, 1013, '214', 'divider_arm1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(22611, 1013, '38', 'small_table_armas', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(19611, 1013, '604', 'bardesk_polyfon*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(83411, 1013, '664', 'china_table', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(151111, 1013, '508', 'divider_nor1*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(64111, 1013, '986', 'jp_table', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(103511, 1013, '1396', 'lt_stone2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(78511, 1013, '830', 'romantique_smalltabl*4', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(73611, 1013, '1415', 'SF_crate_2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(72411, 1013, '1253', 'bolly_desk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(128211, 1013, '1118', 'diner_bardesk*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(222911, 1013, '1762', 'org_tblblk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(272011, 1013, '2157', 'party_crate2_4', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8998611, 1013, '2261', 'waasa_table2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900211, 1013, '2775', 'qt_sum11_platfrm', 8, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(808111, 1014, '1185', 'party_bardesk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(79611, 1014, '1173', 'party_barcorn', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8996911, 1014, '2244', 'cubie_shelf_2_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8996211, 1014, '2237', 'cubie_shelf_2_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(37111, 1014, '1468', 'ktchn_countr_2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1829111, 1014, '1006', 'tiki_bardesk', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1826111, 1014, '1003', 'tiki_corner', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(149711, 1014, '215', 'divider_arm2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(147311, 1014, '35', 'shelves_armas', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(196111, 1014, '604', 'bardesk_polyfon*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(16111, 1014, '606', 'bardesk_polyfon*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(39711, 1014, '1220', 'xmas08_dvdr1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(31411, 1014, '559', 'divider_silo3*9', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(30711, 1014, '552', 'divider_silo3*2', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(149811, 1014, '216', 'divider_arm3', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(216411, 1014, '625', 'divider_poly3*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(87611, 1014, '1287', 'lc_tubes_straight', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(84811, 1014, '886', 'exe_bardesk', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(85811, 1014, '1338', 'exe_gate', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(150511, 1014, '221', 'divider_nor3', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(13911, 1014, '660', 'solarium_norja*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1035111, 1014, '1396', 'lt_stone2', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(55711, 1014, '1130', 'greek_pillars', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(55611, 1014, '1129', 'greek_gate', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8996711, 1015, '2242', 'cubie_bed_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8995711, 1015, '2232', 'cubie_bed_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(23011, 1015, '42', 'bed_armas_one', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(22211, 1015, '32', 'bed_armas_two', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97711, 1015, '2038', 'bed_budget*9', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(98011, 1015, '2042', 'bed_budget_one*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(18511, 1015, '593', 'bed_polyfon*7', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(19111, 1015, '599', 'bed_polyfon_one*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(80511, 1016, '1182', 'party_tube_bubble', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(80011, 1016, '1177', 'party_tube_lava', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8997311, 1016, '2248', 'cubie_decklight_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8997811, 1016, '2253', 'cubie_decklight_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(36411, 1016, '1461', 'ktchn_light', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8997011, 1016, '2245', 'cubie_lamp_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8994611, 1016, '2221', 'cubie_lamp_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(22911, 1016, '41', 'lamp_armas', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(23511, 1016, '173', 'lamp2_armas', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(15011, 1016, '46', 'fireplace_polyfon', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(181911, 1016, '998', 'tiki_torch', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(91511, 1016, '172', 'lamp_basic', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(73511, 1016, '1414', 'SF_reactor', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(75211, 1016, '1431', 'sf_stick', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1028411, 1016, '2216', 'hosptl_light', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(25811, 1016, '1613', 'dimmer_fuse6', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(25711, 1016, '1498', 'roomdimmer', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(26111, 1016, '1616', 'dimmer_buttn', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(26011, 1016, '1615', 'dimmer_fuse2', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(25911, 1016, '1614', 'dimmer_swtch', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8994311, 1016, '2426', 'cine_light2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8994411, 1016, '2427', 'cine_light1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(44911, 1017, '43', 'carpet_standard', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(45011, 1017, '45', 'carpet_polar', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(45111, 1017, '52', 'carpet_standard*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(45211, 1017, '60', 'carpet_standard*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(45311, 1017, '66', 'carpet_standard*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(45411, 1017, '66', 'carpet_standard*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(45511, 1017, '71', 'carpet_standard*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(45611, 1017, '75', 'carpet_standard*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(45711, 1017, '100', 'carpet_standard*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(45811, 1017, '115', 'carpet_soft', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(45911, 1017, '116', 'carpet_soft*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(46011, 1017, '117', 'carpet_soft*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(46111, 1017, '118', 'carpet_soft*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(46211, 1017, '119', 'carpet_soft*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(46311, 1017, '120', 'carpet_soft*5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(46411, 1017, '121', 'carpet_soft*6', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(46511, 1017, '124', 'carpet_polar*1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(46611, 1017, '126', 'carpet_polar*2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(46711, 1017, '127', 'carpet_polar*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(46811, 1017, '128', 'carpet_polar*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(46911, 1017, '144', 'carpet_standard*7', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(47011, 1017, '145', 'carpet_standard*8', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(47111, 1017, '146', 'carpet_standard*9', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(47211, 1017, '147', 'carpet_standard*10', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(47311, 1017, '148', 'carpet_standard*11', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(146211, 1017, '17', 'doormat_love', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(146311, 1017, '18', 'doormat_plain', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(146411, 1017, '53', 'doormat_plain*1', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(146511, 1017, '59', 'doormat_plain*2', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(146611, 1017, '67', 'doormat_plain*3', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(99811, 1017, '431', 'queue_tile1*3', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(100111, 1017, '432', 'queue_tile1*6', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(100411, 1017, '433', 'queue_tile1*4', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(100711, 1017, '434', 'queue_tile1*9', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(101011, 1017, '435', 'queue_tile1*8', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(101311, 1017, '436', 'queue_tile1*5', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(101611, 1017, '437', 'queue_tile1*7', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(101911, 1017, '438', 'queue_tile1*2', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(102211, 1017, '439', 'queue_tile1*1', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(102511, 1017, '440', 'queue_tile1*0', 7, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(80311, 1017, '1180', 'party_floor', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(182411, 1017, '1002', 'tiki_junglerug', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(182111, 1017, '1000', 'tiki_sand', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(23111, 1017, '44', 'carpet_armas', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1035311, 1017, '2202', 'african_stage', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(1035211, 1017, '2203', 'african_patch', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(80111, 1018, '1178', 'party_tray', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(81711, 1018, '1550', 'party_shelf', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(37511, 1018, '1472', 'ktchn_fridge', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(14911, 1018, '107', 'bar_polyfon', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41811, 1018, '153', 'sink', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(91611, 1018, '174', 'fridge', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(91311, 1018, '168', 'bar_basic', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(231811, 1018, '1727', 'ktchn_hlthNut', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(37411, 1018, '1471', 'ktchn_inspctr', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(23211, 1018, '112', 'bar_armas', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(800111, 1019, '1177', 'party_tube_lava', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(802111, 1019, '1179', 'party_djtable', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(805111, 1019, '1182', 'party_tube_bubble', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(811111, 1019, '1544', 'party_led', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(812111, 1019, '1545', 'party_neon5', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(813111, 1019, '1546', 'party_neon1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(814111, 1019, '1547', 'party_neon2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(816111, 1019, '1549', 'party_neon3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(818111, 1019, '1551', 'party_neon4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8997511, 1019, '2250', 'cubie_decal_0', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8997711, 1019, '2252', 'cubie_decal_1_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8997411, 1019, '2249', 'cubie_wallshelf_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8997211, 1019, '2247', 'cubie_wallshelf_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8998211, 1019, '2257', 'cubie_decal_2_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8995011, 1019, '2225', 'cubie_shelf_1_p', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8998011, 1019, '2255', 'cubie_decal_2_b', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(79411, 1019, '1171', 'party_discol', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(79911, 1019, '1176', 'party_ravel', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(80611, 1019, '1183', 'party_mic', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(80711, 1019, '1184', 'party_beamer', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(181111, 1019, '991', 'tiki_waterfall', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(40411, 1019, '138', 'plant_pineapple', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(40511, 1019, '139', 'plant_fruittree', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(40611, 1019, '140', 'plant_small_cactus', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(40711, 1019, '141', 'plant_bonsai', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(40811, 1019, '142', 'plant_big_cactus', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(40911, 1019, '143', 'plant_yukka', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41011, 1019, '149', 'plant_sunflower', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41111, 1019, '150', 'plant_rose', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41211, 1019, '809', 'plant_mazegate', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41311, 1019, '810', 'plant_maze', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(41411, 1019, '811', 'plant_bulrush', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(136211, 1019, '201', 'giftflowers', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(175511, 1019, '881', 'plant_mazegate_snow', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(175611, 1019, '882', 'plant_maze_snow', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(42511, 1019, '155', 'duck', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(111711, 1019, '122', 'red_tv', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(111811, 1019, '123', 'wood_tv', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(111911, 1019, '151', 'tv_luxus', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(112011, 1019, '1476', 'post.it', 3, 0, 30, 0, 0, 0, 0, 0, '1', '', 0),
(112411, 1019, '102', 'pizza', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(112511, 1019, '103', 'drinks', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(112711, 1019, '109', 'bottle', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(112811, 1019, '208', 'edice', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(135611, 1019, '185', 'ham', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(135911, 1019, '193', 'ham2', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(136111, 1019, '202', 'habbocake', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(202011, 1019, '1488', 'habbowheel', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(453911, 1019, '4539', 'Valla del Establo Blanca', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(453811, 1019, '4538', 'Valla del Establo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(457511, 1019, '4575', 'Madera', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(455711, 1019, '4557', 'Azul cielo', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(455911, 1019, '4559', 'Negro endemoniado', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(458311, 1019, '4583', 'Salvaje', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(458511, 1019, '4585', 'Unicornio', 15, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(400111, 1019, '4001', 'Montura compacta', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(47511, 1020, '1594', 'flag_norway', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(47611, 1020, '1606', 'flag_belgium', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(47711, 1020, '1607', 'flag_portugal', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(112111, 1020, '1492', 'hrella_poster_3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(112211, 1020, '1493', 'hrella_poster_2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(112311, 1020, '1494', 'hrella_poster_1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(201811, 1020, '1490', 'guitar_v', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(201911, 1020, '1489', 'guitar_skull', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(219511, 1020, '1806', 'flag_dominicanrepublic', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(219411, 1020, '1805', 'flag_ecuador', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(219311, 1020, '1804', 'flag_chile', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(219011, 1020, '1801', 'flag_singapore', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(219111, 1020, '1803', 'flag_columbia', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(219611, 1020, '1807', 'flag_newzealand', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(219711, 1020, '1808', 'flag_malaysia', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(219811, 1020, '1810', 'flag_venezl', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(219911, 1020, '1811', 'flag_algeria', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(220011, 1020, '1812', 'flag_tunisia', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(220111, 1020, '1813', 'flag_panama', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(220211, 1020, '1814', 'flag_mexico', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(220311, 1020, '1815', 'flag_argentina', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(220411, 1020, '1816', 'flag_philippines', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(220511, 1020, '1817', 'flag_greece', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(220611, 1020, '1818', 'flag_peru', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(220711, 1020, '1819', 'flag_morocco', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(220811, 1020, '1820', 'flag_turkey', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(23711, 1020, '1508', 'window_single_default', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(23811, 1020, '1509', 'window_double_default', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(23911, 1020, '1510', 'noob_window_double', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(24011, 1020, '1511', 'window_triple', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(24111, 1020, '1512', 'window_square', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(24211, 1020, '1513', 'window_romantic_wide', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(24311, 1020, '1514', 'window_romantic_narrow', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(24411, 1020, '1515', 'window_grunge', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(24511, 1020, '1516', 'window_golden', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(24611, 1020, '1517', 'window_chinese_wide', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(24811, 1020, '1518', 'window_chinese_narrow', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(24911, 1020, '1519', 'window_basic', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(25011, 1020, '1520', 'window_70s_wide', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(25111, 1020, '1521', 'window_70s_narrow', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(25411, 1020, '1527', 'window_hole', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(25511, 1020, '1531', 'window_skyscraper', 18, 0, 5, 0, 0, 0, 0, 0, '1', '', 0),
(26411, 1021, '175', 'door', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(26511, 1021, '937', 'teleport_door', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(82211, 1021, '176', 'doorB', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(82111, 1021, '177', 'doorC', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(39511, 1021, '1217', 'xmas08_telep', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(26811, 1021, '1434', 'sf_tele', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(60002811, 1021, '2730', 'bb_rnd_tele', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4687, 9999, '4687', 'matic_walkway_green', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4689, 9999, '4689', 'matic_walkway_blue', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4690, 9999, '4690', 'matic_walkway_yellow', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4678, 9999, '4678', 'matic_tree_green', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4681, 9999, '4681', 'matic_tree_blue', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4682, 9999, '4682', 'matic_tree_silver', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4685, 9999, '4685', 'matic_tree_yellow', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4688, 9999, '4688', 'matic_tree_red', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4680, 9999, '4680', 'matic_cont_duck', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4683, 9999, '4683', 'matic_cont_frank', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4684, 9999, '4684', 'matic_cont_alien', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4692, 9999, '4692', 'matic_box', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4686, 9999, '4686', 'matic_probe', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4394, 9999, '4394', 'matic_dispenser', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4395, 9999, '4395', 'matic_mech', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(54000, 9999, '54000', 'matic_wirerig', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(44557, 1030, '44557', 'ads_waterfall', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(44558, 1030, '44558', 'anc_mossyrock', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(44559, 1030, '44559', 'anc_talltree', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(44560, 1030, '44560', 'anc_jngl_patch', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4343, 1030, '4343', 'Agua poco profunda', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4346, 1030, '4346', 'Flamenco', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4478, 1030, '4478', 'Paisaje de la Sabana', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4342, 1030, '4342', 'Bloque de Piedra', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4344, 1030, '4344', 'Bloque de Hierba', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4347, 1030, '4347', 'Huesos Them', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(12359, 1030, '12359', 'anc_pharaoh_tele', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(12358, 1030, '12358', 'anc_artifact1', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(12360, 1030, '12360', 'anc_trophy_obsidian', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(12354, 1030, '12354', 'anc_trophy_marble', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(12355, 1030, '12355', 'anc_pyramid_block', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(12356, 1030, '12356', 'anc_trophy_sstone', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(12357, 1030, '12357', 'anc_hot_sands', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(5376, 1030, '5376', 'anc_comfy_tree', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(65535, 1030, '65535', 'anc_sunset_wall', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4345, 1030, '4345', 'Sol deslumbrante', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4341, 1030, '4341', 'Trofeo Frank', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(28503, 0, '28503', 'Pintafondos', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(28500, 1032, '28500', 'Máquina de Nubes Oscuras', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(28501, 1032, '28501', 'Máquina de Nubes', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(28502, 1032, '28502', 'Fondo Montañas', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4333, 1033, '4333', 'js_exe_bardesk', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4334, 1033, '4334', 'js_exe_corner', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4335, 1033, '4335', 'js_exe_chair2', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4336, 1033, '4336', 'js_exe_gate', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4337, 1033, '4337', 'js_exe_rug', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4338, 1033, '4338', 'js_exe_chair', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4339, 1033, '4339', 'js_exe_sofa', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4340, 1033, '4340', 'js_exe_s_table', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4454, 1033, '4454', 'js_exe_wfall', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8561, 1033, '8561', 'vnl_sillonci', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8560, 1033, '8560', 'vnl_armariolibr', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8559, 1033, '8559', 'vnl_teleporte', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8558, 1033, '8558', 'Escritorio Vainilla', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8562, 1033, '8562', 'vnl_sillacp', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(8563, 1033, '8563', 'Bar Ejecutivo Vainilla', 25, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(33244, 1034, '628', 'chair_silo*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(34044, 1034, '651', 'silo_studydesk', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(34344, 1034, '697', 'barchair_silo*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(35244, 1034, '705', 'safe_silo*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(30844, 1034, '553', 'divider_silo3*3', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(31644, 1034, '561', 'table_silo_med*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(32444, 1034, '569', 'sofa_silo*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(28444, 1034, '529', 'sofachair_silo*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(29244, 1034, '537', 'table_silo_small*3', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(30044, 1034, '545', 'divider_silo1*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(153244, 1035, '679', 'divider_nor4*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(153944, 1035, '686', 'divider_nor5*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(150844, 1035, '505', 'divider_nor1*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(151644, 1035, '636', 'divider_nor3*3', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(152444, 1035, '644', 'divider_nor2*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(11244, 1035, '513', 'soft_sofa_norja*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(12444, 1035, '521', 'soft_sofachair_norja*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(13444, 1035, '655', 'solarium_norja*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(7944, 1035, '474', 'table_norja_med*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9644, 1035, '490', 'shelves_norja*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(10444, 1035, '497', 'chair_norja*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(95744, 1036, '2014', 'pura_mdl1*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(96544, 1036, '2024', 'chair_basic*4', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(97244, 1036, '2033', 'bed_budget*4', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(98044, 1036, '2042', 'bed_budget_one*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(92044, 1036, '1978', 'pura_mdl5*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(92944, 1036, '1987', 'pura_mdl4*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(93844, 1036, '1996', 'pura_mdl3*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(94844, 1036, '2005', 'pura_mdl2*4', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(18944, 1037, '597', 'bed_polyfon_one*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(19644, 1037, '604', 'bardesk_polyfon*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(20544, 1037, '612', 'bardeskcorner_polyfon*3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(21344, 1037, '620', 'divider_poly3*3', 6, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(14044, 1037, '2', 'shelves_polyfon', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(17744, 1037, '585', 'sofa_polyfon*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(18244, 1037, '590', 'bed_polyfon*3', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(14144, 1037, '4', 'table_polyfon_small', 2, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(14244, 1037, '5', 'chair_polyfon', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(14344, 1037, '11', 'stand_polyfon_z', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(14444, 1037, '16', 'table_polyfon_med', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(14944, 1037, '107', 'bar_polyfon', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(15044, 1037, '46', 'fireplace_polyfon', 5, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(15444, 1037, '130', 'table_polyfon', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(15544, 1037, '131', 'smooth_table_polyfon', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(431, 34, '1365', 'country_fnc2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(426, 34, '1357', 'country_rain', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(430, 34, '1364', 'country_trctr', 4, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(429, 34, '1361', 'country_grass', 500, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(428, 34, '1360', 'country_soil', 50, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4597, 1041, '4597', 'Semilla de plantaa', 20, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4598, 1041, '4598', 'Semilla de Planta Rara', 160, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4599, 1042, '4599', 'Poción resucitadora', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4600, 1042, '4600', 'Poción de recultivo para Plantas Monstruosas', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4601, 1042, '4601', 'Fertilizante para Plantas Monstruosas', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9716, 1051, '9716', 'Hormiga', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9717, 1051, '9717', 'Berdugo', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9714, 1051, '9714', 'Brazos Fuertes', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9715, 1051, '9715', 'Disfraz de Maestro de Ceremonias', 0, 100, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9331, 1052, '9331', 'hween12_cart', 3, 20, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9332, 1052, '9332', 'hween12_entry', 12, 60, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9333, 1052, '9333', 'hween12_track', 3, 15, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9334, 1052, '9334', 'hween12_orb', 2, 10, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9335, 1052, '9335', 'hween12_scarecrow', 5, 10, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9336, 1052, '9336', 'roombg_hween12', 15, 75, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4952, 1054, '4952', 'Efecto Nube', 10, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9071, 1056, '9071', 'diamond_throne', 200, 200, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9072, 1056, '9072', 'diamond_dragon', 500, 500, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9073, 1056, '9073', 'roombg_jetset', 200, 200, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4703, 1055, '4703', 'jetset_yacht_front', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4704, 1055, '4704', 'js_jetski', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4705, 1055, '4705', 'vip_gate', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4706, 1055, '4706', 'jetset_yacht_mid_1', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4707, 1055, '4707', 'jetset_landhigh', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4708, 1055, '4708', 'jetset_landlow', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4709, 1055, '4709', 'jetset_yacht_back', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4710, 1055, '4710', 'jetset_yacht_mid_2', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4711, 1055, '4711', 'jetset_vipscreen', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4712, 1055, '4712', 'jetset_yacht_mid_3', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4713, 1055, '4713', 'js_jetski2', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4714, 1055, '4714', 'jetset_tent', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4715, 1055, '4715', 'jetset_stonejetty', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4716, 1055, '4716', 'vip_hopper', 100, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(9047, 105, '9047', 'black_dino_egg', 3000, 3000, 1, 0, 0, 0, 100, 0, '1', '', 0),
(9048, 105, '9048', 'bolly_cherry', 3000, 3000, 1, 0, 0, 0, 100, 0, '1', '', 0),
(9049, 105, '9049', 'cine_curtain_red', 3000, 3000, 1, 0, 0, 0, 100, 0, '1', '', 0),
(9050, 105, '9050', 'dark_merdragon', 3000, 3000, 1, 0, 0, 0, 100, 0, '1', '', 0),
(9051, 105, '9051', 'exe_drinks_cabinet', 3000, 3000, 1, 0, 0, 0, 100, 0, '1', '', 0),
(9052, 105, '9052', 'nets_bunny_evil', 3000, 3000, 1, 0, 0, 0, 100, 0, '1', '', 0),
(9053, 105, '9053', 'sf_pod_dark', 3000, 3000, 1, 0, 0, 0, 100, 0, '1', '', 0),
(9068, 105, '9068', 'dragonlamp_shinobi', 3000, 3000, 1, 0, 0, 0, 100, 1, '1', '', 0),
(9069, 105, '9069', 'garden_caterpillar', 3000, 3000, 1, 0, 0, 0, 100, 0, '1', '', 0),
(9070, 105, '9070', 'mnstr_waterfall', 3000, 3000, 1, 0, 0, 0, 100, 0, '1', '', 0),
(356900514, 9001, '55496', 'val13_build_3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900515, 9001, '55497', 'val13_gond_post', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900516, 9001, '55498', 'val13_gond_mid1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900517, 9001, '55499', 'val13_water', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900518, 9001, '55500', 'val13_div_2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900519, 9001, '55501', 'val13_gond_front', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900520, 9001, '55502', 'val13_build_1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900521, 9001, '55503', 'val13_build_2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900522, 9001, '55504', 'val13_gond_back', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900523, 9001, '55505', 'val13_gond_mid2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900524, 9001, '55506', 'val13_div_1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900525, 9001, '55507', 'val13_wall_2', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900526, 9001, '55508', 'val13_wall_3', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900527, 9001, '55509', 'val13_wall_1', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900528, 17012000, '55434', 'wf_act_call_stacks', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900529, 17012000, '55435', 'fireworks_15', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900530, 17012000, '55436', 'ny2013_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900531, 17012000, '55437', 'reef_aquarium', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900532, 17012000, '55438', 'ny2013_calendar', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900533, 17012000, '55439', 'ny2013_block', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900534, 17012000, '55440', 'fireworks_14', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900535, 17012000, '55441', 'ny2013_aftermath', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900536, 17012000, '55442', 'ny2013_floor', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900537, 17012000, '55443', 'year2013', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900538, 17012000, '55444', 'ny2013_wall', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900539, 17012000, '55434', 'wf_act_call_stacks', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900540, 17012000, '55435', 'fireworks_15', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900541, 17012000, '55436', 'ny2013_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900542, 17012000, '55437', 'reef_aquarium', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900543, 17012000, '55438', 'ny2013_calendar', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900544, 17012000, '55439', 'ny2013_block', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900545, 17012000, '55440', 'fireworks_14', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900546, 17012000, '55441', 'ny2013_aftermath', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900547, 17012000, '55442', 'ny2013_floor', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900548, 17012000, '55443', 'year2013', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900549, 17012000, '55444', 'ny2013_wall', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900550, 17012000, '55434', 'wf_act_call_stacks', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900551, 17012000, '55435', 'fireworks_15', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900552, 17012000, '55436', 'ny2013_chair', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900553, 17012000, '55437', 'reef_aquarium', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900554, 17012000, '55438', 'ny2013_calendar', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0);
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`, `cost_snow`) VALUES
(356900555, 17012000, '55439', 'ny2013_block', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900556, 17012000, '55440', 'fireworks_14', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900557, 17012000, '55441', 'ny2013_aftermath', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900558, 17012000, '55442', 'ny2013_floor', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900559, 17012000, '55443', 'year2013', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(356900560, 17012000, '55444', 'ny2013_wall', 3, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4903, 0, '4903', 'ads_vpiggy_flag', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4904, 0, '4904', 'ads_vpiggy_pig', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4905, 0, '4905', 'pirate_side1', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4906, 0, '4906', 'pirate_stage', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4907, 0, '4907', 'pirate_roombg', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4908, 0, '4908', 'pirate_flag', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4909, 0, '4909', 'pirate_gunrack', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4910, 0, '4910', 'pirate_cannon', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4911, 0, '4911', 'pirate_bottle_8', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4912, 0, '4912', 'pirate_anchor', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4913, 0, '4913', 'pirate_sandtrap', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4914, 0, '4914', 'pirate_mast4', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4915, 0, '4915', 'pirate_dvdr3', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4916, 0, '4916', 'pirate_barrel1', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4917, 0, '4917', 'pirate_bottle_9', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4918, 0, '4918', 'pirate_swordrack', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(4919, 0, '4919', 'pirate_stage3', 1, 0, 1, 0, 0, 0, 0, 0, '1', '', 0),
(232323, 232323, '20632', 'White USVA Block Shelf', 1, 0, 1, 0, 0, 0, 0, 0, '1', 'usv', 0),
(45260, 2053, '45260', 'wl_wall2', 3, 0, 0, 0, 0, 0, 0, 0, '1', '', 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `catalog_marketplace_offers`
--

CREATE TABLE IF NOT EXISTS `catalog_marketplace_offers` (
`offer_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`item_id` int(10) unsigned NOT NULL,
`user_id` int(10) unsigned NOT NULL,
`asking_price` int(11) NOT NULL,
`total_price` int(11) NOT NULL DEFAULT '0',
`public_name` text NOT NULL,
`sprite_id` int(11) NOT NULL,
`item_type` int(1) NOT NULL DEFAULT '1',
`timestamp` double NOT NULL,
`state` int(1) NOT NULL DEFAULT '1',
`extra_data` text NOT NULL,
PRIMARY KEY (`offer_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=15 ;

--
-- Dump dei dati per la tabella `catalog_marketplace_offers`
--

INSERT INTO `catalog_marketplace_offers` (`offer_id`, `item_id`, `user_id`, `asking_price`, `total_price`, `public_name`, `sprite_id`, `item_type`, `timestamp`, `state`, `extra_data`) VALUES
(1, 9070, 27, 10000, 10100, 'mnstr_waterfall', 9070, 1, 1352070346, 2, ''),
(2, 214, 27, 1, 2, 'divider_arm1', 245, 1, 1352071285, 2, ''),
(10, 1489, 102, 10000, 10100, 'guitar_skull', 4011, 2, 1352079142, 2, ''),
(4, 2270, 102, 10000, 10100, 'waasa_desk', 3896, 1, 1352076383, 2, ''),
(5, 9336, 120, 1, 2, 'roombg_hween12', 4734, 1, 1352076449, 2, ''),
(6, 38, 14, 1, 2, 'small_table_armas', 54, 1, 1352077325, 2, ''),
(7, 318, 14, 1, 2, 'waterbowl*1', 1538, 1, 1352077503, 2, ''),
(8, 312, 14, 5, 6, 'petfood1', 1532, 1, 1352077646, 2, ''),
(9, 152, 79, 22, 23, 'bath', 174, 1, 1352078134, 2, '1'),
(11, 1489, 174, 5, 6, 'guitar_skull', 4011, 2, 1352081307, 1, ''),
(12, 845, 174, 5, 6, 'jukebox_big', 845, 1, 1352082785, 1, ''),
(13, 28502, 174, 2, 3, 'roombg_mountains1', 28502, 1, 1352082868, 1, ''),
(14, 320, 16, 20, 21, 'toy1', 1540, 1, 1359820204, 2, '0');

-- --------------------------------------------------------

--
-- Struttura della tabella `catalog_pages`
--

CREATE TABLE IF NOT EXISTS `catalog_pages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL DEFAULT '-1',
`caption` varchar(100) NOT NULL,
`icon_color` int(11) NOT NULL DEFAULT '1',
`icon_image` int(11) NOT NULL DEFAULT '1',
`visible` enum('0','1') NOT NULL DEFAULT '1',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`min_rank` int(10) unsigned NOT NULL DEFAULT '1',
`club_only` enum('0','1') NOT NULL DEFAULT '0',
`coming_soon` enum('0','1') NOT NULL DEFAULT '0',
`order_num` int(11) NOT NULL,
`page_layout` enum('default_3x3','club_buy','frontpage','spaces','recycler','recycler_info','recycler_prizes','trophies','plasto','marketplace','marketplace_own_items','pets','pets2','spaces_new','soundmachine','horses','guilds','guild_furni') NOT NULL DEFAULT 'default_3x3',
`page_headline` text NOT NULL,
`page_teaser` text NOT NULL,
`page_special` text NOT NULL,
`page_text1` text NOT NULL,
`page_text2` text NOT NULL,
`page_text_details` text NOT NULL,
`page_text_teaser` text NOT NULL,
`text3` text NOT NULL,
`link` text NOT NULL,
`mobile_frntpg` text NOT NULL,
`vip_only` enum('1','0') NOT NULL DEFAULT '0',
`page_link_description` text NOT NULL,
`page_link_pagename` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=17012002 ;

--
-- Dump dei dati per la tabella `catalog_pages`
--

INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`, `text3`, `link`, `mobile_frntpg`, `vip_only`, `page_link_description`, `page_link_pagename`) VALUES
(1, -1, 'Inizio Catalogo', 1, 1, '1', '1', 1, '0', '0', 1, 'frontpage', '', '', 'Seasons Project', 'Benvenuto su Seasons Emulator v2.0!', 'Benvenuto sul catalogo di Seasons!Questo è un catalogo super aggiornato con gli ultimi furni,potrai trovare anche i furni con i Crystals,la moneta speciale dell''hotel!', 'Metti il codice qui', '', '', '', '', '0', '', ''),
(3, -1, 'Furni per Classe', 2, 2, '1', '0', 1, '0', '0', 5, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', '', '', '', '', '', '', '', '0', '', ''),
(4, -1, 'Pixel', 5, 5, '1', '0', 1, '0', '0', 16, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', '', '', '', '', '', '', '', '0', '', ''),
(5, -1, 'Club VIP', 1, 137, '1', '1', 1, '0', '0', 3, 'club_buy', 'catalog_frontpage_headline2_en', '', '', '', '', '', '', '', '', '', '0', '', ''),
(8, 5, 'Regali VIP', 1, 137, '1', '1', 1, '0', '0', 1, 'default_3x3', 'catalog_vipclub_header', '', '', 'Tenemos todos estos furnis disponibles para tí, pero por un precio exclusivo.', '', '', '', '', '', '', '0', '', ''),
(9, -1, 'Furni per Oggetto', 1, 121, '1', '0', 1, '0', '0', 6, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', '', '', '', '', '', '', '', '0', '', ''),
(13, -1, 'Habbo Cambio', 3, 6, '1', '1', 1, '0', '0', 18, 'default_3x3', 'catalog_bank_headline1_es', 'catalog_bank_teaser', '', 'Convierte tus Créditos en una moneda especial tradeables. Así, no sólo podrás intercambiar Furni, sino también comprarlos mientras tradeas. Nota: ten en cuenta que una cosa es el valor y otra el precio al que compras cada pieza.', '', 'Haz clic en cada Furni para verlo en detalle.', '¡Bienes reembolsables!', '', '', '', '0', '', ''),
(14, -1, 'Pets', 2, 8, '1', '0', 1, '0', '0', 10, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', '', '', '', '', '0', '', '', '0', '', ''),
(15, 3, 'Tappeti', 1, 55, '1', '1', 1, '0', '0', 5, 'spaces_new', 'catalog_spaces_headline1', '', '', 'Suelos, paredes y vistas - consigue la combinación perfecta para tu sala. Utiliza la visualización previa de debajo para testear los diseños y colores y, una vez lo tengas todo listo, haz clic en "Comprar".', '', '', '', '', '', '', '0', '', ''),
(24, 3, 'Finestre', 0, 63, '1', '1', 1, '0', '0', 9, 'default_3x3', 'ctlg_windows_headline1_es', 'ctlg_windows_teaser1_es', 'catalog_special_txtbg2', '¡Deja que la luz entre en tu Sala! Tienes ventanas de diferentes estilos para darle un toque único!', '', '', '¡Pedazo de vista!', '', '', '', '0', '', ''),
(26, 3, 'Iluminazioni', 0, 40, '1', '1', 1, '0', '0', 7, 'default_3x3', 'catalog_dimmers_header1_es', 'dimmers_teaser', '', '¡Dale un vuelco a la iluminación de tu Sala simplemente pulsando un Interruptor o el Panel de Fusibles!', '', '', '', '', '', '', '0', '', ''),
(1015, 9, 'Letti', 1, 114, '1', '1', 1, '0', '0', 4, 'default_3x3', 'camas', 'camasteaser', '', 'En algún momento necesitarás descansar, ¡así que qué mejor que hacerlo en una cama bien cómoda!', '', 'Haz clic en cada objeto para verlo en detalle.', '', '', '', '', '0', '', ''),
(27, 1011, 'Natale', 1, 64, '1', '1', 1, '0', '0', 4, 'default_3x3', 'catalog_xmas_headline1', 'xmas2009_catalogue', 'catalog_special_txtbg2', 'Get yourself into the Christmas spirit with our selection of festive furni! From baubles to Reindeer poo, we''ve got it all!', '', 'Click on an item for more information.', '''tis the season!', '', '', '', '0', '', ''),
(28, 1011, 'Artico', 0, 13, '1', '1', 1, '0', '0', 5, 'default_3x3', 'catalog_arc_header1_en', 'catalog_arc_teaser1_en', '', 'Stay cool (or warm with out campfire!) with and create your own Winter Wonderland or Humble Homeland for your Penguins.', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(29, 3, 'Teletrasporti', 0, 58, '1', '1', 1, '0', '0', 10, 'default_3x3', 'catalog_doors_headline1_es', 'catalog_door_a', 'catalog_special_txtbg1', '¡Cambia de Salas Privadas a la velocidad de la luz! Al comprarlo, recibirás dos Teleports que deberás poner en Salas distintas para así poder viajar entre ellas.', '', '', '¡Lleva a tu habitación al siguiente nivel!', '', '', '', '0', '', ''),
(30, 3, 'Moda', 0, 39, '1', '1', 1, '0', '0', 17, 'default_3x3', 'catalog_mode_headline1_es', 'catalog_mode_teaser1', '', '¿Funcionalidad y diseño en uno? Estos Furni están reservados a Habbos que se sienten intocables y seguros de sí mismos. ¿Tienes estilo o no?', '', '', '¡No veas cómo brilla!', '', '', '', '0', '', ''),
(31, 1011, 'Candy', 0, 19, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_candy_headline1', 'catalog_candy_teaser1', 'catalog_special_txtbg2', 'A bit more feminine than ''Mode'', this will add a bit of glamour and glitz to your rooms. Lacking a few items? Head on over to the ''Mode'' catagory!', '', 'Click on an item for more information.', 'Look its a pink bear! ', '', '', '', '0', '', ''),
(32, 3, 'Pura', 0, 48, '1', '1', 1, '0', '0', 16, 'default_3x3', 'catalog_pura_headline1_es', 'catalog_pura_teaser1', 'catalog_special_txtbg1_en', 'Aquí tienes unos mueblos de líneas y colores puros. ¡Relájate!', '', '', '¡Diseño de categoría!', '', '', '', '0', '', ''),
(1011, -1, 'Furni Extra', 5, 84, '1', '0', 1, '0', '0', 7, 'default_3x3', '', '', '', '', '', '', '', '', '', '', '0', '', ''),
(33, 1011, 'Area', 0, 14, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_area_headline1', 'catalog_area_teaser1', 'catalog_special_txtbg2', 'A chunky and sofisticated line for the down-to-earth, studious Habbo. It''s simplicty is beautful and will add a welcoming charm to every room.', '', 'Click on an item for more information.', 'Beautiful in it''s simplicity! ', '', '', '', '0', '', ''),
(34, 1040, 'Country', 0, 21, '1', '1', 1, '0', '0', 3, 'default_3x3', 'country_header1_en_001', 'country_teaser1', '', 'Aléjate del ajetreo y el bullicio de la ciudad con nuestra línea Campestre. Si quieres volver a la naturaleza o perderte por un momento, esta línea es perfecta para ti y para otros como tú.', '', '', '', '', '', '', '0', '', ''),
(1043, 1040, 'Informazione', 1, 10, '1', '1', 1, '0', '0', 4, 'recycler_info', 'semillasheader', 'plantaspecial', '', 'Las Plantas Monstruosas pueden ser complicadas. Esta página te da algunos consejos más para criar y cuidar tu mostruosa prole.', 'Cuidar de tu Planta', 'Cuida tus plantas con frecuencia o morirán. Para asegurarte de que tu planta esté sana, cuídala cada 30 horas más o menos. Si muere, puedes usar la Poción resucitadora para devolverle la vida.', '', '', '', '', '0', '', ''),
(35, 3, 'Rustico', 0, 37, '1', '1', 1, '0', '0', 11, 'default_3x3', 'catalog_lodge_headline1_es', 'catalog_lodge_teaser1', 'catalog_special_txtbg2', '¡De pura cepa! Aquí encontrarás Furni de madera que darán a tu Sala un aire muy especial y verdaderamente calido.', '', '', '¿Hoy te sientes rústico?', '', '', '', '0', '', ''),
(36, 1011, 'Plastico', 0, 46, '1', '1', 1, '0', '0', 100, 'plasto', 'catalog_plasto_headline1', '', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(37, 3, 'Cucina', 0, 43, '1', '1', 1, '0', '0', 3, 'default_3x3', 'habbochef', 'habbochefteaser', '', '¿De verdad que eres un chef extraordinarios? Demuéstralo cocinando para el resto de la Comunidad Latina. ¡Vas a tener que hacer muchos platos!', '', '', '', '', '', '', '0', '', ''),
(1016, 9, 'Lampade', 1, 115, '1', '1', 1, '0', '0', 5, 'default_3x3', 'lamparas', 'lamparasteaser', '', 'No te quedes a oscuras en Habbo. Ilumina tus Salas a través de las diferentes lámparas y reguladores de luces.', '', 'Haz clic en cada objeto para verlo en detalle.', '', '', '', '', '0', '', ''),
(38, 3, 'Bagno', 0, 17, '1', '1', 1, '0', '0', 14, 'default_3x3', 'catalog_bath_headline1_es', 'catalog_bath_teaser1', 'catalog_special_txtbg2', '¡La moda ha llegado hasta el mismísimo cuarto de baño! No pierdas el tiempo, aquí ya encontrarás todo lo que necesitas...', '', '', 'Todo Habbo necesita uno.', '', '', '', '0', '', ''),
(39, 3, 'Piante', 0, 45, '1', '1', 1, '0', '0', 8, 'default_3x3', 'catalog_plants_headline1_es', 'catalog_plants_teaser1', 'catalog_special_txtbg1_en', 'Una Sala sin plantas es como un jardín sin flores. ¡Oxigena tu habitación y dale el frescor verde que necesita!', '', '', '¡Soy un árbol!', '', '', '', '0', '', ''),
(40, 3, 'Tappeti', 0, 52, '1', '1', 1, '0', '0', 12, 'default_3x3', 'catalog_rugs_headline1_es', 'catalog_rugs_teaser1', 'catalog_special_txtbg2', '¡Será por colores y diseños! Elige lo que te gusta y cambia cuando quieras.', '', '', '¡Quedará perfecta en mi Sala!', '', '', '', '0', '', ''),
(1014, 9, 'Divisori', 1, 113, '1', '1', 1, '0', '0', 3, 'default_3x3', 'divisores', 'divisoresteaser', '', 'Maximiza el espacio en tus Salas y crea diferentes zonas gracias a cualquiera de los Divisores que puedes encontrar aquí.', '', 'Haz clic en cada objeto para verlo en detalle.', '', '', '', '', '0', '', ''),
(41, 3, 'Poster e Bandiere', 0, 16, '1', '1', 1, '0', '0', 15, 'default_3x3', 'catalog_gallery_headline1_es', 'catalog_posters_teaser1', 'catalog_special_txtbg2', '¿Geografía o Arte? ¿Eres alguien de Bandera o te inicias más por los posters¿ ¡Tú decides!', '', '\r\n', '¡Dale brillo a tus paredes!', '', '', '', '0', '', ''),
(42, 3, 'Trofei', 0, 60, '1', '1', 1, '0', '0', 6, 'trophies', 'trofeos', '', '', '¿Tienes madera de campeón? Elige tu Trofeo preferido hacienco clic sobre él y, en la placa, escribe un texto recordatorio. ¡Ojo porque el espacio es limitado y el mensaje permanente!\r\n', '', '', '', '', '', '', '0', '', ''),
(43, 3, 'Extras', 0, 11, '1', '1', 1, '0', '0', 14, 'default_3x3', 'catalog_extra_headline1_es', 'catalog_extra_teaser1', 'catalog_special_txtbg2', 'Los accesorios son indispensables para dar personalidad. ¡Diferénciate!', '', '', '¡Me encanta!', '', '', '', '0', '', ''),
(1013, 9, 'Tavoli', 1, 112, '1', '1', 1, '0', '0', 2, 'default_3x3', 'mesas', 'mesasteaser', '', 'Nada como una gran mesa donde exhibir los mejores manjares de los que disponemos. ¡Hazte ya con la tuya!', '', 'Haz clic en cada objeto para verlo en detalle.', '', '', '', '', '0', '', ''),
(45, 4, 'Noleggio', 0, 44, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_pixelrent_headline1_en', 'catalog_pxl_teaser3_en', '', 'Hire some cool effects to add an explosive touch to your room. From bubbles to firestarters, you can enhance your room dramatically!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(58, 1011, 'Pasqua', 0, 18, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_lc_headline2_en', '', '', 'Under the seaaaaaaaaa, oh, Under the seaaaaaa! What will your underwater world look like? We have it all here, crabs, HIV and genital warts!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(59, 1011, 'Easter', 0, 25, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_easter_headline1', 'catalog_easter_teaser1', '', 'Little birdies hatching from their eggs, pretty, dainty flowers blooming and cute rabbits bouncy in Spring meadows. Some Chicks are also in the Pet Section! ;)', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(60, 1011, 'Esecutivi', 0, 27, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_exe_headline1_en', 'catalog_exe_teaser1_no', '', 'For the ultimate business man, the Executive range with its leather seats and Italian coffee is a dream! How about you try the easy lifestyle?', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(61, 1011, 'Cristal', 0, 29, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_glass_headline1', 'ctlg_glass_teaser1_fr', '', 'You can really open up a space with this stylish glass furniture, just don''t walk into it!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(62, 1011, 'Gotico', 0, 30, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_gothic_headline1', 'catalog_gothic_teaser1', '', 'As the church bells ring out midnight, you walk through your cobbled hall lit by candles, throw yourself into your medieval throne and paint your nails black. This is what we imagined when we ordered this range!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(917, -1, 'Giochi', 2, 61, '1', '0', 1, '0', '0', 13, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', '', '', '', '', '', '', '', '0', '', ''),
(64, 1011, 'Grunge', 0, 32, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_grunge_headline1', 'catalog_grunge_teaser', '', 'Sleeping rough? Make the streets a bit more bearable with our collection of homeless furni, Grunge!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(56, 1011, 'Alhambra', 0, 12, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_alh_headline2_en', 'catalog_alh_teaser2_no', '', 'For the cold Arabian nights and hot Arabian days, you''ll need a palace.. and we have just what you need! Green blossom print should cover it just fine!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(57, 1011, 'Asiatico', 0, 15, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_asian_headline1', 'catalog_asian_teaser1', '', 'Ting tong! Ching chong? Ting chong ting, ping ping! I mean uh.. with our authentic Chinese furniture, you can make a beautiful oriental room!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(55, 1011, 'Iced', 0, 13, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_iced_headline1', 'catalog_iced_teaser1', '', 'The Iced range, squishy, soft and most definitely cool. Whatever your needs, this stylish range should cover it!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(65, 1011, 'SeasonsWood', 0, 33, '1', '1', 1, '0', '0', 100, 'default_3x3', 'ctlg_habbowood_headline1_sv', '', '', 'No flash photography, darling! This range is only for the VIP Hollywood actors!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(1054, 3, 'Effetti', 1, 995, '1', '1', 1, '0', '0', 2, 'default_3x3', 'headernubes', 'fondoteaser', '', '¡Hazte ya con este efecto y conviértete en una nueva! Llévate el tiempo contigo.', '', '', '', '', '', '', '0', '', ''),
(1055, 1011, 'Barche', 1, 92, '1', '1', 1, '0', '0', 2, 'default_3x3', 'jetset_header', 'jetset_yachtcomp', '', '¡Consigue este Yate exclusivo, único en el Hotel!', '', 'Haz clic en el elemento para obtener más información.', '', '', '', '', '0', '', ''),
(67, 1011, 'Giapponesi', 0, 36, '1', '1', 1, '0', '0', 100, 'default_3x3', 'japan_3', '', '', 'We have sushi, tatami and katana''s! I have no idea what the difference is, but I sure know its Japanese! Fulfil your fantasies and buy some today!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(68, 1011, 'Tribù Perduta', 0, 38, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_frontpage_headline2_en', 'LT_teaser_en', '', 'Start your own ****** village with our ancient furniture, all carved from hard wearing stone. NOTE: Lava is hot, get an adult to help you.', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(69, 3, 'Neon', 0, 41, '1', '1', 1, '0', '0', 1, 'default_3x3', 'catalog_neon_header1_en', 'catalog_neon_teaser1_en', '', 'Ya no tienes excusa para no montar el mejor de los Clubs o Salas de fiesta de Habbo. ¡Inicia ya tu obra maestra!', '', '', '', '', '', '', '0', '', ''),
(71, 1011, 'Relax', 0, 49, '1', '1', 1, '0', '0', 100, 'default_3x3', 'rela_header_en', '', '', 'Relax after a busy day in the Welcome Lounge. Light a few candles, and chill out with a good read in a wicker chair. We understand the needs of an Habbo with a hectic lifestyle!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(72, 1011, 'Romantico', 0, 50, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_romantique_headline1', 'catalog_romantique_teaser1', '', 'Found in a French barn, this sweet but sexily romantic range caters to every ladies needs. Just going to powder my nose!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(73, 1011, 'Sci Fi', 0, 53, '1', '1', 1, '0', '0', 100, 'default_3x3', 'sf_header_en', '', '', 'Blip blop blip blip blip.. Oooh.. what''s this button do?.. You can find out exactly what it does with our new Scifi range, batteries included!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(74, 1011, 'Shalimar', 0, 54, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_shal_header1_en', 'catalog_shal_teaser_it', '', 'Everyone loves Bollywood! Want some free credits? Tell Oscar you successfully read the Shalimar page! Tell no one else you found this Easter egg. Watch out for rose petals!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(75, 1011, 'Estate', 0, 57, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_frontpage_headline2_en', 'catalog_sum_teaser1', '', 'Phwoar! Start up the barbie! This range has everything you need for the perfect summer garden!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(76, 1011, 'Amore', 0, 62, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_love_headline1', 'catalog_love_teaser1', '', 'Love is in the air once again! Buy your sweetheart a rose or whisper sweet nothings in their ear on a love sofa. Can you feel it? <3', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(77, 1011, 'Greco', 0, 31, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', 'Be transported back to ancient Greece with a couple of thousand pounds and British Airways. Until then, build your own panthenon with our realist Greek range!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(88, 1011, 'Virus', 0, 42, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_vir_header1_en', 'catalog_vir_teaser_nl', '', 'All of Habbo''s emergency pandemic supplies are kept here! They need a bit of a clean after the exploding puss disease but.. they''ll do fine!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(91, -1, 'Amministrazione', 10, 168, '1', '0', 5, '0', '0', 19, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', 'Staff are not allowed to give out these Rares for no reason. Only give as a Prize of a Event, Competition or for building a Event Room (If needed).', '', '', '', '', '', '', '0', '', ''),
(93, 91, 'Trofei', 1, 60, '1', '1', 7, '0', '0', 100, 'trophies', 'catalog_trophies_headline1', '', '', 'This page contains special trophies available for staff to give as prizes. STAFF CAUGHT GIVING OUT THESE WITH NO REASON WILL BE DEMOTED.', '', 'Click in this grey box and type your inscription *carefully* - it''s permanent!', '', '', '', '', '0', '', ''),
(94, 91, 'Rari', 1, 10, '1', '1', 7, '0', '0', 100, 'default_3x3', 'catalog_rares_headline1', 'catalog_limited_teaser_en', '', 'This page contains special rares available for staff. STAFF CAUGHT GIVING OUT THESE WITH NO REASON WILL BE DEMOTED.', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(95, 91, 'Promozionali', 1, 11, '1', '1', 7, '0', '0', 100, 'default_3x3', 'catalog_rares_headline1', 'catalog_limited_teaser_en', '', 'This page contains special promotional items available for staff. STAFF CAUGHT GIVING OUT THESE WITH NO REASON WILL BE DEMOTED.', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(105, -1, 'Rari Limitati', 5, 990, '1', '1', 1, '0', '0', 4, 'default_3x3', 'catalog_limited_header', '', '', 'Los Raros de edición limitada solo están disponibles en ciertas cantidades y una vez que se han vendido desaparecen. Cada unidad puede ser identificada por su número de serie único y su logo LTD.', '', '', '', '', '', '', '0', '', ''),
(102, 3, 'Roller', 0, 65, '1', '1', 1, '0', '0', 13, 'default_3x3', 'catalog_roller_headline1_es', 'catalog_teaser_rollers_es', '', 'Si con una simple palanca se puede mover el mundo, con un Habbo Roller pondrás patas arriba el ciberespacio entero. ¡Muéveta, Habbo! ¡Muévete!', '', '', '', '', '', '', '0', '', ''),
(103, 1011, 'Diner', 0, 51, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_frontpage_headline2_en', 'catalog_diner_teaser_en', '', 'Originally from the 50''s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(112, 1011, 'Luna nuova', 0, 64, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_twilight_header_en', '', '', 'I''ve never read the book, all I know is it has vampires playing basket ball and some heart throb called Edward Cullen, but the furni looks good!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(121, 91, 'Trax', 0, 4, '1', '1', 7, '0', '0', 100, 'default_3x3', 'catalog_frontpage_headline2_en', 'catalog_limited_teaser_en', '', 'Buy your Trax machines here, ready to load with all your wonderful, musical creations! Check the Sound Sets page for all the discs you could use!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(116, -1, 'Mercatino', 3, 69, '1', '0', 1, '0', '0', 17, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', '', '', '', '', '', '', '', '0', '', ''),
(117, 116, 'Offerte', 1, 70, '1', '1', 1, '0', '0', 100, 'marketplace', 'catalog_marketplace_header_en', '', '', '', '', '', '', '', '', '', '0', '', ''),
(118, 116, 'Mie Vendite', 1, 71, '1', '1', 1, '0', '0', 100, 'marketplace_own_items', 'catalog_marketplace_header_en', '', '', '', '', '', '', '', '', '', '0', '', ''),
(122, 1007, 'Vecchi successi', 0, 4, '1', '1', 1, '0', '0', 3, 'default_3x3', 'catalog_trx_header2_es', 'traxteaser', '', '¡Sube el volumen y saca partido a los nuevos discos que se pueden escuchar en tus Salas! Coloca una Jukebox, hazte con las canciones que desees y añádelas a la Lista de Reproducción.', '', '¡Escucha previa en una Sala!', '', '', '', '', '0', '', ''),
(123, 4, 'Benvenuto', 0, 35, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_hello_header1_en', 'catalog_hello_teaser1_en', '', 'Hello Furni is available with Pixels and is perfect if you are decorating your room for the very first time. The Furni is yours to keep and therefore cannot be traded.', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(125, 4, 'Effetti Speciali', 0, 61, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_pixeleffects_headline1_en', 'catalog_pxl_teaser1_en', '', 'Tune your character with cool effects that fit the occasion. Ride the hoverboard and spit on the mic. Effects can be activated from the menu, by clicking on your avatar.', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(126, 3, 'Tiki', 0, 59, '1', '1', 1, '0', '0', 4, 'default_3x3', 'catalog_tiki_header1_en', 'tiki_teaser', '', 'Nada mejor que cargar tu cesto de picnic, encontrar un pedazo de verde acogedor, descalzarse y... nada más. ¡Relax!', '', '', '', '', '', '', '0', '', ''),
(128, 1011, 'Urbano', 0, 26, '1', '1', 1, '0', '0', 100, 'default_3x3', 'urban_header_en', 'urban_teaser_en', '', 'New York City styled furni range, Urban is perfect for any street, alleyway or road. Rubbish bins, street lights and benches, all the Urban furniture you need!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(129, 4, 'Automobili', 0, 16, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_automobile_header1_en', 'catalog_automobile_teaser1_en', '', 'Every Habbo needs a car effect! Not only do they bring a bit of the outside inside, they also enhance the air quality! And what better gift for a friend than a beautiful traffic sign or elegant pile of tires...', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(130, 1011, 'Medioambiente', 0, 21, '1', '1', 1, '0', '0', 100, 'default_3x3', '', '', '', 'Go green with our environmentally friendly Environment range! This selection of furni is perfect for a beautiful, relaxing garden.', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(134, 91, 'System', 0, 1, '1', '1', 7, '0', '0', 100, 'default_3x3', 'catalog_frontpage_headline2_en', 'catalog_limited_teaser_en', '', '', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(137, 1011, 'Orgia', 51, 1, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', 'The latest range from Ann Summers, the Orgie line. Made of soft, wipe clean plastic, its perfect for any three, four or fivesome!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(136, 1011, 'Bling', 0, 86, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_header_bling_en', '', '', 'Bling, Bling! Flash, Flash! Want to have that real celebrity lifestyle? Well, go somewhere else, all we have here is a tacky range of furni.', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(160, 14, 'Accessori', 0, 43, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_pet_headline1', 'ctlg_pet_teaser1', 'catalog_special_txtbg2', 'This page has everything you need to give your pet the happy life it deserves. We''ve got a huge selection!', '', 'Click on an item for more information.', 'Keep ''em happy!', '', '', '', '0', '', ''),
(143, 1011, 'Flower Power', 0, 73, '1', '1', 1, '0', '0', 100, 'default_3x3', 'flowerpower_header_en', '', '', 'Woah! Far out man... let the petals take control. Lets collaborate on a hippy hideout and plant some seeds! Lucy in the sky with diamonds style eyy?!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(144, 31011, 'Parrucchieri', 0, 74, '1', '1', 1, '0', '0', 100, 'default_3x3', 'runway_header_en', 'runway_teaser_en', '', 'Spice up your salon, hair parlour or boutique with our stylish yet practical range! From sewing machines to comfy seating, we''ve got the perfect option for you.', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(161, 1011, 'Spiaggia', 1, 57, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', 'Just sit down on your blanket, and enjoy the sun!', '', '', '', '', '', '', '0', '', ''),
(159, 1011, 'Priggione', 2, 14, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_extra_headline1', 'catalog_extra_teaser1', 'catalog_special_txtbg2', 'You wont get out of these hard steel cells! Mwuahaha!', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(171, 917, 'Calcio', 0, 56, '1', '1', 1, '0', '0', 5, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', 'Play ball!', '', '', '', '', '', '', '0', '', ''),
(497, 1011, 'Arte', 28, 1, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', 'Stray Pixel', '', '', '', '', '', '', '0', '', ''),
(174, 1011, 'Festa', 2, 4, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_neon_header1_en', 'catalog_neon_teaser1_en', '', 'Neon furni.. perfect to design your party room and party rock!', '', 'Click an item for more information.', '', '', '', '', '0', '', ''),
(165, 1011, 'Spiaggia', 1, 84, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_frontpage_headline2_en', 'beach_teaser', 'catalog_special_txtbg1_en', 'The new Habbo Beach furniture range is here!', '', '', 'Beach furni 2010!', '', '', '', '0', '', ''),
(502, 1011, 'Africa', 1, 79, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', 'The new African furniture range is here!', '', '', '', '', '', '', '0', '', ''),
(496, 1011, 'Ospedale', 10, 1, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', 'The new hospital furniture range is here! Buy it now and create your own Hospital!', '', '', '', '', '', '', '0', '', ''),
(200, 3, 'Cubie', 1, 100, '1', '1', 1, '0', '0', 2, 'default_3x3', 'cubie', 'cubie2', '', 'Hemos hecho una gran apuesta por el diseño y por varios Furni modulares que incluso se pueden apilar. ¿A qué esperas para probarlos?', '', '', '', '', '', '', '0', '', ''),
(175, 1011, 'Waasa', 1, 50, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', 'Pick some perfect furniture for your office or your college room!', '', '', '', 'Click here >>', '', '', '0', '', ''),
(169, 1011, 'SeasonsWood 2011', 1, 51, '1', '1', 1, '0', '0', 100, 'default_3x3', 'ctlg_habbowood_headline1_sv', '', '', 'Film Ready, but still Commercial''s coming. Buy the new Theather Furni!', '', '', '', '', '', '', '0', '', ''),
(777, 1011, 'Bling 2011', 1, 1, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_header_bling_en', 'catalog_teaser_bling11', '', 'It''s the dawg''s Bling Bling. All from Hollywood!', '', '', '', '', '', '', '0', '', ''),
(778, 1011, 'Capodanno Cinese', 1, 15, '1', '1', 1, '0', '0', 100, 'default_3x3', 'japan_3', '', '', 'Xinnian kuaile!', '', '', '', '', '', '', '0', '', ''),
(899, 1011, 'Limousine', 1, 92, '1', '1', 1, '0', '0', 100, 'default_3x3', '', '', '', 'Is''nt it cool to be in the Spotlight with your Limousine?', '', '', '', '', '', '', '0', '', ''),
(300, 1011, 'Voodoo', 1, 79, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_voodoo_header_en', 'catalog_voodoo_teaser', '', 'The creepy Survival Forest furni...', '', '', '', '', '', '', '0', '', ''),
(600, 1011, 'Anno Nuovo 2011', 1, 91, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_limited_headline1_en', 'catalog_limited_teaser_en', '', 'Different furni from New Year 2011.', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(500, 1011, 'Natale 2010', 1, 3, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_snowflake_en', 'ctlg_pic_snowflake_pilot', '', 'Christmas Furni 2010! I bet you wished this for Christmas? ;)', '', 'Click on an item for more information.', '', '', '', '', '0', '', ''),
(501, 917, 'Freeze', 0, 87, '1', '1', 1, '0', '0', 3, 'default_3x3', 'catalog_freeze_en', 'ctlg_teaser_es', '', 'Seguro que después de participar en este juego ya no te gusta tanto la nieve... Compite por equipos y consigue que te impacten el mayor número de bolas de nieve posibles sobre tus contrincantes. ¡Son como auténticas bombas!', '', '', '', '', '', '', '0', '', ''),
(173, 1011, 'Altri furni', 1, 53, '1', '1', 1, '0', '0', 100, 'default_3x3', '', '', '', 'Furni from a uncategorized Section.', '', '', '', '', '', '', '0', '', ''),
(142, 101, 'Selle', 0, 135, '1', '1', 1, '0', '0', 1, 'default_3x3', 'catalog_header_horse_montura', 'horse', '', 'Para usar una Montura, colócala primero en una Sala en donde haya al menos un Caballo. Luego clica en ella y selecciona a qué Caballo ponérsela. Finalmente, haz clic en el Caballo y selecciona ''Usar montura''. ¡Así de fácil!', '', '', '', '0', '', '', '0', '', ''),
(9999, -1, 'Furni-Matic', 3, 983, '1', '1', 1, '0', '0', 14, 'default_3x3', 'headerfurnimatic', '', '', 'La Furni-Matic tiene más hambre y se zampa todo lo que ve, ¡necesita más Furnis! Arrastra tus Furnis a las cajas que aparecen más abajo y haz clic en Empezar. Los objetos reciclables muestran una etiqueta de reciclable en tu inventario. Antes de usar la Furni-Matic, echa un ojo a las instrucciones.', '', '', '', '', '', '', '0', '', ''),
(141, 14, 'Maiale', 0, 67, '1', '1', 1, '0', '0', 100, 'pets', 'catalog_pet_headline1', '', '', 'These little scamps were destined for the dining table until we struck a deal with a local farmer to rescue their cute pigtails! Adopt your little piglet today, all you need now is a name.', '', 'Give a name:Pick a color:Pick a race:', '', '', '', '', '0', '', ''),
(146, 14, 'Terrier', 0, 66, '1', '1', 1, '0', '0', 100, 'pets', 'catalog_pet_headline1', '', '', 'Good things come in small packages and Habbo''s Terriers are no exception', '', 'Give a name:Pick a color:Pick a race:', '', '', '', '', '0', '', ''),
(147, 14, 'Orso', 0, 68, '1', '1', 1, '0', '0', 100, 'pets', 'catalog_pet_headline1', '', '', 'A large, heavy, mammal that walks on the soles of its feet, with thick fur and a very short tail. Fall in love with our adorable range of Bears that include the Grizzly and Polar varieties!', '', 'Give a name:Pick a color:Pick a race:', '', '', '', '', '0', '', ''),
(148, 14, 'Gatto', 0, 20, '1', '1', 1, '0', '0', 100, 'pets', 'catalog_pet_headline1', '', '', 'Fluff, whiskers, meows and purrs! You''re about to enter the world of Habbo Cats. These cute little critters make great playmates and will keep you company if you look after them well. Find a new friend from our ever-changing selection.', '', 'Give a name:Pick a color:Pick a race:', '', '', '', '', '0', '', ''),
(149, 14, 'Cane', 0, 24, '1', '1', 1, '0', '0', 100, 'pets', 'catalog_pet_headline1', '', '', 'Wet noses, paws, yaps and woofs! You''re about to enter the world of Habbo Dogs. An adorable and faithful servant awaits you with a wagging tail everytime they see you. Find a new friend from our ever-changing selection.', '', 'Give a name:Pick a color:Pick a race:', '', '', '', '', '0', '', ''),
(150, 14, 'Coccodrillo', 0, 22, '1', '1', 1, '0', '0', 100, 'pets', 'catalog_pet_headline1', '', '', 'Scaly skin, growls and snaps! You''re about to enter the world of Habbo Crocs. Security for your room or to scare your friends a trustworthy and surprisingly loving companion can be yours. Find a new friend from our ever-changing selection', '', 'Give a name:Pick a color:Pick a race:', '', '', '', '', '0', '', ''),
(157, 14, 'Leone', 1, 76, '1', '1', 1, '0', '0', 100, 'pets', 'catalog_pet_headline1', '', '', '', '', 'Give a name:Pick a color:Pick a race:', '', '', '', '', '0', '', ''),
(158, 14, 'Rinoceronte', 1, 77, '1', '1', 1, '0', '0', 100, 'pets', 'catalog_pet_headline1', '', '', '', '', 'Give a name:Pick a color:Pick a race:', '', '', '', '', '0', '', ''),
(170, 14, 'Ragno', 0, 95, '1', '1', 1, '0', '0', 100, 'pets', 'catalog_pet_headline1', '', '', '', '', 'Give a name:Pick a color:Pick a race:', '', '', '', '', '0', '', ''),
(176, 14, 'Rana', 1, 97, '1', '1', 1, '0', '0', 100, 'pets', 'catalog_pet_headline1', '', '', '', '', 'Give a name:Pick a color:Pick a race:', '', '', '', '', '0', '', ''),
(182, 14, 'Pulcino', 0, 107, '1', '1', 1, '0', '0', 100, 'pets', 'catalog_pet_headline1', '', '', '', '', 'Give a name:Pick a color:Pick a race:', '', '', '', '', '0', '', ''),
(187, 14, 'Drago', 1, 109, '1', '1', 1, '0', '0', 100, 'pets', 'catalog_pet_headline1', '', '', '', '', 'Give a name:Pick a color:Pick a race:', '', '', '', '', '0', '', ''),
(120, 917, 'Battle Banzai', 1, 78, '1', '1', 1, '0', '0', 1, 'default_3x3', 'battlebanzai', 'battlebanzaiteaser', '', '¿Más grande? ¿Mejor? ¡Banzai! Ahora tú eres quien decide las reglas de tu propio juego de Battle Banzai, el que montes una de tus Salas Privadas. ¡Tú tienes el poder!', '', '', '', '', '', '', '0', '', ''),
(177, 903, 'Cause', 1, 81, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_wired_header2_es', 'ctlg_pic_wired_triggers', '', '¿Qué provoca que usted puede determinar lo que debe suceder a la función está activada? Disparo programable mediante la colocación en el piso y la sala haciendo doble clic en el disparador. Ajuste la función en el botón del obturador, para que trabajen juntos.', '', '', '', '', '', '', '0', '', ''),
(178, 903, 'Effetti', 1, 82, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_wired_header3_es', 'ctlg_pic_wired_effects', '', 'Esta función determina lo que sucede cuando el obturador se activa. función programable mediante la colocación en el piso y la sala haciendo doble clic en la materia. Ajuste la función en el botón del obturador, para que trabajen juntos.', '', '', '', '', '', '', '0', '', ''),
(179, 903, 'Accessori', 1, 85, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_wired_header5_es', 'ctlg_pic_wired_support_furniture', '', 'Estos productos, que puede sintonizar con cable de su habitación! Los productos son artículos de primera necesidad, que puede agregar funcionalidad adicional mediante la combinación de los factores desencadenantes, las funciones y condiciones.', '', '', '', '', '', '', '0', '', ''),
(180, 903, 'Condizioni', 1, 83, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_wired_header4_es', 'ctlg_pic_wired_effects', '', '', '', '', '', '', '', '', '0', '', ''),
(903, -1, 'Wired', 2, 80, '1', '0', 1, '0', '0', 12, 'default_3x3', 'head_shop', '', '', '', '', '', '', '', '', '', '0', '', ''),
(913, 1011, 'Spuntino', 1, 59, '1', '1', 1, '0', '0', 100, 'default_3x3', '', 'Welcome to the Beach Shop! Buy here some things, that come in handy when you are making a beach club, or something else. Don', '', '', '', '', '', '', '', '', '0', '', ''),
(914, 1011, 'Banana', 1, 128, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_banana_header', '', 'Furni Banana, consiguelos antes que un mono se los robe xD', '', 'Clic para mas información de los furnis', '', '', '', '', '', '0', '', ''),
(915, 1011, 'Durex', 1, 115, '1', '1', 1, '0', '0', 100, 'default_3x3', 'catalog_limited_teaser1', '', 'Maxima duracion, placer y proteccion total con Durex', '', 'Clic para mas información de los furnis', '', '', '', '', '', '0', '', ''),
(145, 14, 'Scimmia', 0, 128, '0', '1', 1, '0', '0', 100, 'pets', 'catalog_pet_headline1', '', '', '', '', 'Give a name:Pick a color:Pick a race:', '', '', '', '', '0', '', ''),
(46, 14, 'Tartaruga', 0, 126, '1', '1', 1, '0', '0', 100, 'pets', 'catalog_pet_headline1', '', '', '', '', 'Give a name:Pick a color:Pick a race:', '', '', '', '', '0', '', ''),
(916, 101, 'Cavalli', 0, 132, '1', '1', 1, '0', '0', 0, 'pets', 'catalog_header_horse', 'horse', '', 'Cabalga por el Hotel a lomos de tu Caballo. Para poder subirte debes hacerte primero con una Montura. También podrás customizar el color de su piel y el de su melena. Ah, ¡Y no te olvides de todos los accesorios!', '', '::Give a name:', '', '', '', '', '0', '', ''),
(101, -1, 'Cavallo', 10, 132, '1', '0', 1, '0', '0', 8, 'default_3x3', 'catalog_header_horse', '', '', 'Rares solo para concursos', 'Welkom in de catalogue van Nablo Hotel. Hier vind je alle meubels voor je Kamer!', 'Canjea tu código aquí', '', '', '', '', '0', '', ''),
(106, 101, 'Accessori', 0, 135, '1', '1', 1, '0', '0', 4, 'default_3x3', 'catalog_header_horse_accesorios', 'horse_estable', '', 'Encuentra aquí todo lo necesario para el cuidado de tu Caballo y para crear tu propio establo o rancho.', '', '', '', '', '', '', '0', '', ''),
(107, 1000, 'Furni di Gruppo', 0, 28, '1', '1', 1, '0', '0', 1, 'guild_furni', 'grupos', '', '', '¡Logra Furni customizados con los colores de tu Grupo!', '', 'Haz clic en cada objeto para verlo en detalle.', '', '', '', '', '0', '', ''),
(111, 101, 'Tinte', 0, 982, '1', '1', 1, '0', '0', 2, 'default_3x3', 'catalog_header_horse_tintes', 'horse_estable', '', 'Customiza tu Caballo con diferentes colores para el pelo o tipos de cuerpo. Cada uno sólo se puede usar una vez, y para ello debes colocarlo en tu Sala, hacer doble clic y elegir qué Caballo quieres que cambie de apariencia.', '', '', '', '', '', '', '0', '', ''),
(919, 101, 'Criniere', 0, 982, '1', '1', 1, '0', '0', 3, 'default_3x3', 'catalog_header_horse_crines', 'horse_estable', '', 'Customiza a tu Caballo dándole la oportunidad de llevar un determinado estilo de peinado. Para usar cada uno, colócalo en tu Sala, haz doble clic y elige qué Caballo quieres customizar.', '', '', '', '', '', '', '0', '', ''),
(1012, 9, 'Soggiorno', 1, 111, '1', '1', 1, '0', '0', 1, 'default_3x3', 'asientos', 'asientosteaser', '', 'Claro que necesitamos unos buenos asientos en los que descansar después de una ajetreada jornada en Habbo. ¡Aquí los tienes de todos los tipos!', '', 'Haz clic en cada objeto para verlo en detalle.', '', '', '', '', '0', '', ''),
(9998, 9999, 'Furni-Matic', 3, 983, '1', '1', 1, '0', '0', 1, 'recycler', 'headerfurnimatic', '', '', 'La Furni-Matic tiene más hambre y se zampa todo lo que ve, ¡necesita más Furnis! Arrastra tus Furnis a las cajas que aparecen más abajo y haz clic en Empezar. Los objetos reciclables muestran una etiqueta de reciclable en tu inventario. Antes de usar la Furni-Matic, echa un ojo a las instrucciones.', '', '', '', '', '', '', '0', '', ''),
(9997, 9999, 'Istruzioni', 1, 984, '1', '1', 1, '0', '0', 2, 'recycler_info', 'headerfurnimatic', 'recicle', '', '¡La Furni-Matic es una máquina de creación de Furnis! ¡Mete tus Furnis antiguos en la máquina y obtén algo nuevo a cambio! ¡No se admiten devoluciones!', 'Uso de la Furni-Matic', 'Detalles no disponibles en estos momentos.', '', '', '', '', '0', '', ''),
(1008, 1007, 'Jukebox', 1, 991, '1', '1', 1, '0', '0', 1, 'default_3x3', 'catalog_trx_header2_es', 'traxteaser', '', '¡Es hora de divertirse! Coloca una Jukebox en una de tus Salas, añade varios discos de la sección "Habbo Hotel Hits" a la misma y ya lo tendrás todo listo para montar un gran fiestón.', '', '¡Combina perfectamente con Furni Neón!', '', '', '', '', '0', '', ''),
(1007, -1, 'Musica', 4, 991, '1', '0', 1, '0', '0', 15, 'default_3x3', '', '', '', '', '', '', '', '', '', '', '0', '', ''),
(912, 1007, 'Seasons Hits', 1, 991, '1', '1', 1, '0', '0', 2, 'soundmachine', 'catalog_trx_header2_es', 'traxteaser', '', '¡Sube el volumen y saca partido a los nuevos discos que se pueden escuchar en tus Salas! Coloca una Jukebox, hazte con las canciones que desees y añádelas a la Lista de Reproducción.', '', '¡Escucha previa en una Sala!', '', '', '', '', '0', '', ''),
(1010, 105, 'Rari venduti', 1, 990, '1', '1', 1, '0', '0', 1, 'default_3x3', 'catalog_limited_header_sold', '', '', 'Esta página muestra antiguos Raros de edición limitada. No volverán a estar a la venta en la Tienda. Si no se han agotado, puede que los ofrezcamos como premios más adelante.', '', '', '', '', '', '', '0', '', ''),
(1017, 9, 'Tappeti', 1, 116, '1', '1', 1, '0', '0', 6, 'default_3x3', 'alfombras', 'alfombrasteaser', '', '¡Será por colores y diseños! Elige la que más te guste.', '', 'Haz clic en cada objeto para verlo en detalle.', '', '', '', '', '0', '', ''),
(1018, 9, 'Macchine', 1, 123, '1', '1', 1, '0', '0', 7, 'default_3x3', 'maquinas', 'maquinasteaser', '', 'Los Furni que ofrecen algún producto se citan aquí. ¿Te falta alguno para completar tu colección?', '', 'Haz clic en cada objeto para verlo en detalle.', '', '', '', '', '0', '', ''),
(1019, 9, 'Decorazioni', 1, 118, '1', '1', 1, '0', '0', 8, 'default_3x3', 'decoracion', 'decoracionteaser', '', 'Darle un toque de sofisticación a tus Salas nunca está de más. Consíguelo con cualquiera de los objetos decorativos que puedes encontrar aquí.', '', 'Haz clic en cada objeto para verlo en detalle.', '', '', '', '', '0', '', ''),
(1020, 9, 'Pareti', 1, 2, '1', '1', 1, '0', '0', 9, 'default_3x3', 'paredes', 'paredesteaser', '', '¿Quién dijo que vivir entre cuatro paredes no puede ser acogedor? Todo depende de cómo y con qué las decores. ¡Toma nota de unas buenas ideas aquí mismo!', '', 'Haz clic en cada objeto para verlo en detalle.', '', '', '', '', '0', '', ''),
(1021, 9, 'Teletrasporti', 1, 120, '1', '1', 1, '0', '0', 10, 'default_3x3', 'teleports', 'teleportsteaser', '', 'Viaja a través del mundo pixelado gracias a los Teleports. Tan sólo debes colocar cada pieza de la pareja que adquieras en Salas distintas para teletransportarte entre ellas.', '', 'Haz clic en cada objeto para verlo en detalle.', '', '', '', '', '0', '', ''),
(1025, 917, 'Regole Banzai', 1, 984, '1', '1', 1, '0', '0', 2, 'recycler_info', 'battlebanzai', 'battlebanzaireglas', '', 'Lee las instrucciones y descubre cómo jugar al Battle Banzai. ¡No hay tiempo que perder!', '¿Cómo crear tu propia Sala de Battle Banzai?', '1.Ve a tu sala\r\n2. Coloca casillas Banzai en el suelo y vallas para limitar el campo de juego.\r\n3. Añade un Vestuario Banzaien a cada lado para cada equipo. Hay cuatro opciones: azul, rojo, amarillo y verde.\r\n4. Coloca el Contador y los Marcadores en el terreno de juego.\r\n5. Una vez esté todo listo, di a tus amigos que se preparen.\r\n6. Haz clic en el Contador e inicia el juego.', '', '', '', '', '0', '', ''),
(1026, 917, 'Regole Freeze', 1, 984, '1', '1', 1, '0', '0', 4, 'recycler_info', 'catalog_freeze_en', 'battlebanzaiteaser2', '', 'Descubre aquí cómo crear un recinto donde poder jugar a "Freeze" y, además, cómo jugar exactamente.', '¡Así es como puedes crear tu propia partida!', '1. Ve a tu Sala.\r\n2. Coloca Casillas y Bloques Freeze en el sueño y utiliza Paredes para delimitar el terreno de juego. ¡Pon siempre los Bloques sobre una Casill!\r\n3. Añade un acceso para cada equipo en tu Sala. Puede haber un máximo de cuatro equipos: amarillo, azul, rojo y verde.\r\n4. Coloca un Contador y un Marcador en el terreno de juego.\r\n5. Finalmente, coloca una Casilla de Salida fuera del terreno de juego. Ahí serán enviados los jugadores cuando ya no les quede ninguna vida.\r\n\r\n Recuerda: ¡pon siempre los Bloques sobre una Casilla Freeze! Si no, no funcionarán.', '', '', '', '', '0', '', ''),
(1000, -1, 'Gruppi', 1, 61, '1', '1', 1, '0', '0', 11, 'guilds', 'catalog_groups_es', 'catalog_groupsteaser_es', '', 'Los Habbo Grupos son una forma sencilla de ganar fama en Internet. Crea el tuyo aquí mismo.', '', '* Reúnete con gente con la que sueles estar en contacto[13][10]* Coopera en la decoración de las Salas de reunión[13][10]* Luce con orgullo tu Placa de Grupo[13][10]* Hazte con Furni sorprendente del color de tu Grupo', 'Aquí tienes algunos beneficios a considerar:', '', '', '', '0', '', ''),
(1050, -1, 'SeasonsWeen 2012', 2, 34, '1', '0', 1, '0', '0', 2, 'default_3x3', '', '', '', '', '', '', '', '', '', '', '0', '', ''),
(1032, 3, 'Fondi', 1, 995, '1', '1', 1, '0', '0', 1, 'default_3x3', 'headernubes', 'fondosteaser', '', 'Consigues los nuevos Furnis Fondo de Sala hoy y añade color a tu Sala', '', '', '', '', '', '', '0', '', ''),
(1033, 3, 'Esecutivo Bianco', 1, 996, '1', '1', 1, '0', '0', 2, 'default_3x3', 'catalog_exe_headline1_no', 'catalog_exe_teaser1_no', '', '¡El Furni Ejecutivo es ideal para crear un entorno de trabajo sotisficado, ya sea en una oficina, un estudio o una sede de la mafia!', '', '', '', '', '', '', '0', '', ''),
(1034, 3, 'Area Bianca', 1, 101, '1', '1', 1, '0', '0', 3, 'default_3x3', 'catalog_area_headline1_ch', 'area1', '', 'Las líneas limpias y macizas diferencian a esta colección. Su sencillez es hermosa y resulta acogedora, en especial para los fans de Green Day.', '', '', '', '', '', '', '0', '', ''),
(1035, 3, 'Iced Bianco', 1, 72, '1', '1', 1, '0', '0', 4, 'default_3x3', 'catalog_iced_headline1_en', 'iced1', '', '¡Hielo, colega! Lo has adivinado: la serie de Furni más fresca ;) ¡Este Furni llega al límite y vuelve!', '', '', '', '', '', '', '0', '', ''),
(1036, 3, 'Pura Bianca', 1, 48, '1', '1', 1, '0', '0', 5, 'default_3x3', 'catalog_pura_headline1', 'pura1', '', 'Esta colección respira tranquilidad y aire limpio y fresco. Úsala para crear un refugio alejado del barullo de los espacios de tu vida fuera del Hotel.', '', '', '', '', '', '', '0', '', ''),
(1037, 3, 'Moda Bianco', 1, 39, '1', '1', 1, '0', '0', 6, 'default_3x3', 'catalog_mode_headline1_ch', 'catalog_mode_teaser1_en', '', 'Funcionalidad férrea combinada con un elegante tapizado de diseño. L@s Habbos que eligen este objeto son gatos callejeros guays: espabilados, caraduras y un poco intocables.', '', '', '', '', '', '', '0', '', ''),
(1030, 1011, 'Antichi', 1, 833, '1', '1', 1, '0', '0', -1, 'default_3x3', 'catalog_header_ancients', '', '', 'Los Furni Ancients se han escapado de Egipto para ir al desierto. El comandante Statan a conseguido la libertad de los Furni y ahora lucha por ellos.', '', '', '', '', '', '', '0', '', ''),
(1040, -1, 'Piante Mostruose', 3, 997, '1', '0', 1, '0', '0', 9, 'default_3x3', '', '', '', '', '', '', '', '', '', '', '0', '', ''),
(1041, 1040, 'Semi', 1, 998, '1', '1', 1, '0', '0', 1, 'default_3x3', 'semillasheader', 'semillasteaser', '', 'Planta las semillas en tu Sala y cuídalas para que estén sanas y no se mueran. Cuando tus plantas hayan madurado, podrás cruzarlas para intentar conseguir descendencia mejorada. ¡Sólo una vez sin Poción de recultivo!', '', '', '', '', '', '', '0', '', ''),
(1042, 1040, 'Pozioni per Piante', 1, 999, '1', '1', 1, '0', '0', 2, 'default_3x3', 'semillasheader', 'semillasteaser', '', 'En esta página encontrarás todo lo que necesitas para cuidar tus plantas: Resucitadora de plantas para cuando tus plantas mueran.', '', '', '', '', '', '', '0', '', ''),
(1051, 1050, 'Costumi', 1, 169, '1', '1', 1, '0', '0', 1, 'default_3x3', 'hween12_header', 'hween12_costumepromo', '', '¡No sería Habboween sin disfraces! Consigue el tuyo ahora y dale a alguien el susto de su vida. Ten cuidado: puede que posean los antiguos espíritus de la Feria.', '', '', '', '', '', '', '0', '', ''),
(1052, 1050, 'New SeasonsWeen', 1, 169, '1', '1', 1, '0', '0', 2, 'default_3x3', 'hween12_header', 'hween_12_furni', '', '¡Entra en la Feria del Terror y el Pánico! Construye tu Feria y mantén a raya los espíritus, si puedes...', '', '', '', '', '', '', '0', '', ''),
(1053, 1050, 'Classic SeasonsWeen', 1, 169, '1', '1', 1, '0', '0', 3, 'default_3x3', 'hween12_header', 'hween_12_furni', '', 'Habboween Classic', '', 'Furni Aterrador Classic ¡Celebra que ha pasado!', '', '', '', '', '0', '', ''),
(1056, 1011, 'Rari Diamante', 1, 92, '1', '1', 1, '0', '0', 2, 'default_3x3', 'jetset_header', 'jetset_yachtcomp', '', '¡Raros Diamante en el Hotel!', '', '', '', '', '', '', '0', '', '');
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`, `text3`, `link`, `mobile_frntpg`, `vip_only`, `page_link_description`, `page_link_pagename`) VALUES
(104, 101, 'Saltare a Cavallo', 1, 132, '1', '1', 1, '0', '0', 3, 'default_3x3', 'saltar', 'horse_estable', '', 'Estos furnis son para que tu Caballo salte. Construye una pista de carreras y obstaculos. Entrena hasta convertirte el mejor jinete de tu hipodromo o el de tus amigos.', '', '', '', '', '', '', '0', '', ''),
(9001, 19223, 'Furni San Valentino 2013', 1, 92, '1', '1', 1, '0', '0', 0, 'default_3x3', 'Furni San Valentino 2013 inseiriti da Impossibol :emoji_smiley:', '', '', '', '', '', '', '', '', '', '0', '', ''),
(19223, -1, 'Ultimi furni inseriti', 1, 1, '1', '1', 1, '0', '0', 0, 'default_3x3', '', '', '', '', '', '', '', '', '', '', '0', '', ''),
(17012000, 19223, 'Furni 2013[NEW]', 1, 1, '1', '1', 1, '0', '0', 0, 'default_3x3', '', '', '', '', '', '', '', '', '', '', '0', '', ''),
(232323, -1, 'USVA', 1, 1, '1', '1', 1, '0', '0', 0, 'default_3x3', '', '', '', '', '', '', '', '', '', '', '0', '', ''),
(2053, 91, 'Stanze Pubbliche', 1, 118, '1', '1', 3, '0', '0', 1, 'default_3x3', '', '', '', '', '', '', '', '', '', '', '0', '', '');

-- --------------------------------------------------------

--
-- Struttura della tabella `chatlogs`
--

CREATE TABLE IF NOT EXISTS `chatlogs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`room_id` int(10) unsigned NOT NULL,
`hour` int(11) NOT NULL,
`minute` int(11) NOT NULL,
`full_date` varchar(120) NOT NULL,
`timestamp` double NOT NULL,
`message` text NOT NULL,
`user_name` varchar(100) NOT NULL DEFAULT 'Unknown User',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`,`room_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `chatlogs`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_alert`
--

CREATE TABLE IF NOT EXISTS `cms_alert` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`title` text CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
`desc` text CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `cms_alert`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_banners`
--

CREATE TABLE IF NOT EXISTS `cms_banners` (
`id` int(35) NOT NULL AUTO_INCREMENT,
`text` varchar(50) NOT NULL,
`banner` varchar(255) NOT NULL,
`url` varchar(255) NOT NULL,
`status` smallint(1) NOT NULL DEFAULT '0',
`advanced` int(1) DEFAULT NULL,
`html` text,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Dump dei dati per la tabella `cms_banners`
--

INSERT INTO `cms_banners` (`id`, `text`, `banner`, `url`, `status`, `advanced`, `html`) VALUES
(4, 'Facebook', 'http://www.facebook.com/theSimSocialy', 'http://www.facebook.com/theSimSocialy', 0, 1, '&lt;a href=&quot;
Perfavore, Entra oppure Registrati per vedere i Link!
src=&quot;
Perfavore, Entra oppure Registrati per vedere i Link!
/&gt;\r\n');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_campaigns`
--

CREATE TABLE IF NOT EXISTS `cms_campaigns` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` text CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
`image` varchar(100) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
`url` varchar(255) NOT NULL,
`desc` text CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `cms_campaigns`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_comments`
--

CREATE TABLE IF NOT EXISTS `cms_comments` (
`id` int(6) NOT NULL AUTO_INCREMENT,
`story` int(6) NOT NULL,
`comment` text NOT NULL,
`date` int(10) NOT NULL,
`author` int(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `cms_comments`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_content`
--

CREATE TABLE IF NOT EXISTS `cms_content` (
`contentkey` text NOT NULL,
`contentvalue` text NOT NULL,
`setting_title` text NOT NULL,
`setting_desc` text NOT NULL,
`fieldtype` enum('1','2','3') NOT NULL DEFAULT '1',
`category` int(11) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `cms_content`
--

INSERT INTO `cms_content` (`contentkey`, `contentvalue`, `setting_title`, `setting_desc`, `fieldtype`, `category`) VALUES
('credits1', 'Credits are the hotel''s currency. You can use them to buy all kinds of things, from rubber ducks and sofas, to Habbo Club membership, jukeboxes and teleports.', 'Credits Content Box 1', 'The text within a content box on the credits page.', '1', 3),
('credits2', '<img class=''credits-image'' src=''./web-gallery/album1/palmchair.gif'' align=''left'' />To buy furniture or play games, you need <b>credits</b>. We provide you with free credits on registration, and if you run out, there are several ways you can earn more credits:<li>* Refer a friend to the hotel and earn credits</li><li>* Ask a staff member ingame</li><li>* Redeem a voucher if you have one</li><li>* Trade your furniture with others for credit furniture</li>', 'Credits Content Box 2', 'The text within a content box on the credits page.', '1', 3),
('credits1-heading', 'What are credits?', 'Credits Content Box 1 Heading', 'The title (heading) of Credit Content Box 1.', '1', 3),
('credits2-heading', 'Get credits!', 'Credit Content Box 2 Heading', 'The title (heading) of Credit Content Box 2.', '1', 3),
('staff1', 'You can find the staff members all over the hotel -- in the public rooms, their own rooms, or that dark little corner in your room. But how can you call them if you actually need them!? Easy. If it''s urgent, use the Call for Help system ingame by using the blue questionmark in the right bottom of your screen. If it isn''t urgent, use the Help Tool on the website.', 'Staff Content Box 1', 'The text within a content box on the staff page (if enabled).', '1', 2),
('staff2', 'So you want that sexy staff badge next to your name in the hotel and on the site? Do you want to join Holo Hotel''s moderation team? Keep your eyes focused on this section and the news -- if we''re looking for staff it will be announced there, and surely you won''t miss it!', 'Staff Content Box 2', 'The text within a content box on the staff page (if enabled).', '1', 2),
('staff1-heading', 'Need our help?', 'Staff Content Box 1 Heading', 'The title (heading) of Staff Content Box 1.', '1', 2),
('staff2-heading', 'Joining the Team', 'Staff Content Box 2 Heading', 'The title (heading) of Staff Content Box 2.', '1', 2),
('staff1-color', 'green', 'Staff Content Box 1 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '3', 2),
('staff2-color', 'green', 'Staff Content Box 2 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '3', 2),
('mod_staff-enabled', '1', 'Staff Module Enabled', 'This determines wether the Staff Module (staff.php) will be displayed/enabled.', '2', 2),
('client-widescreen', '1', 'Client in Widescreen', 'This determines wether the game client should display in widescreen mode or not.', '2', 1),
('birthday-notifications', '1', 'Birthday Notifications Enabled', 'This will determine wether a ''Happy birthday'' message will be shown on a user''s birthday.', '2', 1),
('allow-group-purchase', '1', 'Group Purchasing Enabled', 'This determines wether new groups can be created or not.', '2', 1),
('forum-enabled', '1', 'Forum Enabled', 'This determines wether the Discussion Board will be shown/enabled.', '2', 4),
('smilies-enabled', '1', 'Smilies Enabled', 'This determines wether Smilies will be shown on the Discussion Board and on Homes.', '2', 4),
('enable-flash-promo', '1', 'Enable Flash Promo', 'This determines wether the Flash Promo on the login page will be displayed. If disabled, a HTML version will be used.', '2', 1),
('allow-guests', '1', 'Allow guests?', 'This determines wether guest mode is enabled. Guest Mode allows you to visit (parts of) your site (with limitations) without logging in.', '2', 1),
('hc-maxmonths', '6', 'HC Months Limit', 'This will limit the allowed amount of subscribed Club months per user at once to this number. Set to ''0'' to have no limit.', '1', 1),
('mod_staff-enabled', '1', 'Staff Module Enabled', 'This determines wether the Staff Module (staff.php) will be displayed/enabled.', '2', 2),
('staff1-color', 'red', 'Staff Content Box 1 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '3', 2),
('staff2-color', 'red', 'Staff Content Box 2 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '3', 2),
('staff3-color', 'red', 'Staff Content Box 3 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '3', 2),
('staff1-heading', 'Need our help?', 'Staff Content Box 1 Heading', 'The title (heading) of Staff Content Box 1.', '1', 2),
('staff2-heading', 'Joining the Team', 'Staff Content Box 2 Heading', 'The title (heading) of Staff Content Box 2.', '1', 2),
('staff3-heading', 'Hotel Staff', 'Staff Content Box 3 Heading', 'The title (heading) of Staff Content Box 3.', '1', 2),
('staff1', 'You can find the staff members all over the hotel - in the public rooms, their own rooms, or that dark little corner in your room. But how can you call them if you actually need them!? Easy. If it\\''s urgent, use the Call for Help system in game by using the blue questionmark in the right bottom of your screen. If it isn\\''t urgent, use the Help Tool on the website.', 'Staff Content Box 1', 'The text within a content box on the staff page (if enabled).', '1', 2),
('staff2', 'So you want that sexy staff badge next to your name in the hotel and on the site? Do you want to join BobbaDreams moderation team? Keep your eyes focused on this section and the news - if we\\''re looking for staff it will be announced there, and surely you won\\''t miss it!', 'Staff Content Box 2', 'The text within a content box on the staff page (if enabled).', '1', 2),
('team1-heading', 'Administrators', 'Team 1 Heading', 'The name (position) of Team 1.', '1', 2),
('team2-heading', 'Moderators', 'Team 2 Heading', 'The name (position) of Team 2.', '1', 2),
('team3-heading', 'Bobbas', 'Team 3 Heading', 'The name (position) of Team 3.', '1', 2),
('team1', 'Administrators are...', 'Team 1 explaination', 'The text within a team box on the staff page (if enabled).', '1', 2),
('team2', 'Moderators are...', 'Team 2 explaination', 'The text within a team box on the staff page (if enabled).', '1', 2),
('team3', 'Bobbas are...', 'Team 3 explaination', 'The text within a team box on the staff page (if enabled).', '1', 2),
('team1-what', 'What are Administrators?', 'Team 1 question', 'The text above Team 1.', '1', 2),
('team2-what', 'What are Moderators?', 'Team 2 question', 'The text above Team 2.', '1', 2),
('team3-what', 'What are Bobbas?', 'Team 3 question', 'The text above Team 3.', '1', 2);

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_forum_posts`
--

CREATE TABLE IF NOT EXISTS `cms_forum_posts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`threadid` int(11) NOT NULL DEFAULT '0',
`message` text NOT NULL,
`author` varchar(25) NOT NULL,
`date` varchar(30) NOT NULL,
`edit_date` varchar(30) NOT NULL,
`edit_author` varchar(25) NOT NULL,
`forumid` int(10) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

--
-- Dump dei dati per la tabella `cms_forum_posts`
--

INSERT INTO `cms_forum_posts` (`id`, `threadid`, `message`, `author`, `date`, `edit_date`, `edit_author`, `forumid`) VALUES
(1, 1, 'Grazie di aver scaricato HaddoCMS v2.0 :emoji_smiley:', 'Raikas77', '05-09-2012 19:10:45', '', '', 10);

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_forum_threads`
--

CREATE TABLE IF NOT EXISTS `cms_forum_threads` (
`id` int(4) NOT NULL AUTO_INCREMENT,
`type` tinyint(4) NOT NULL,
`title` varchar(30) NOT NULL,
`author` varchar(25) NOT NULL,
`date` varchar(35) NOT NULL,
`lastpost_author` varchar(25) NOT NULL,
`lastpost_date` varchar(35) NOT NULL,
`views` int(11) NOT NULL,
`posts` tinyint(4) NOT NULL,
`unix` varchar(40) NOT NULL,
`forumid` int(10) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

--
-- Dump dei dati per la tabella `cms_forum_threads`
--

INSERT INTO `cms_forum_threads` (`id`, `type`, `title`, `author`, `date`, `lastpost_author`, `lastpost_date`, `views`, `posts`, `unix`, `forumid`) VALUES
(1, 1, 'HaddoCMS v2.0', 'Raikas77', '05-09-2012 19:10:45', 'Raikas77', '05-09-2012 19:10:45', 4, 0, '1346865045', 10);

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_guestbook`
--

CREATE TABLE IF NOT EXISTS `cms_guestbook` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`message` varchar(500) DEFAULT NULL,
`time` varchar(100) DEFAULT NULL,
`widget_id` int(10) DEFAULT NULL,
`userid` int(10) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `cms_guestbook`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_help`
--

CREATE TABLE IF NOT EXISTS `cms_help` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(25) NOT NULL,
`ip` varchar(50) NOT NULL,
`message` mediumtext NOT NULL,
`date` varchar(50) NOT NULL,
`picked_up` enum('0','1') NOT NULL,
`subject` varchar(50) NOT NULL,
`roomid` int(20) NOT NULL,
PRIMARY KEY (`id`),
KEY `id` (`id`,`username`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `cms_help`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_homes_catalouge`
--

CREATE TABLE IF NOT EXISTS `cms_homes_catalouge` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` text NOT NULL,
`type` varchar(1) NOT NULL,
`subtype` varchar(1) NOT NULL,
`data` text NOT NULL,
`price` int(11) NOT NULL,
`amount` int(11) NOT NULL DEFAULT '1',
`category` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4575 ;

--
-- Dump dei dati per la tabella `cms_homes_catalouge`
--

INSERT INTO `cms_homes_catalouge` (`id`, `name`, `type`, `subtype`, `data`, `price`, `amount`, `category`) VALUES
(2, 'Trax Sfx', '1', '0', 'trax_sfx', 1, 1, '3'),
(3, 'Trax Disco', '1', '0', 'trax_disco', 1, 1, '3'),
(4, 'Trax 8 bit', '1', '0', 'trax_8_bit', 1, 1, '3'),
(5, 'Trax Electro', '1', '0', 'trax_electro', 1, 1, '3'),
(6, 'Trax Reggae', '1', '0', 'trax_reggae', 1, 1, '3'),
(7, 'Trax Ambient', '1', '0', 'trax_ambient', 1, 1, '3'),
(8, 'Trax Bling', '1', '0', 'trax_bling', 1, 1, '3'),
(9, 'Trax Heavy', '1', '0', 'trax_heavy', 1, 1, '3'),
(10, 'Trax Latin', '1', '0', 'trax_latin', 1, 1, '3'),
(11, 'Trax Rock', '1', '0', 'trax_rock', 1, 1, '3'),
(12, 'Rain Background', '4', '0', 'bg_rain', 3, 1, '27'),
(13, 'Notes', '3', '0', 'stickienote', 2, 5, '29'),
(14, 'Serpentine Darkblue Background', '4', '0', 'bg_serpentine_darkblue', 3, 1, '27'),
(15, 'Serpentine Darkred Background 2', '4', '0', 'bg_serpntine_darkred', 3, 1, '27'),
(16, 'Serpentine Background', '4', '0', 'bg_serpentine_1', 3, 1, '27'),
(17, 'Serpentine Background 2', '4', '0', 'bg_serpentine_2', 3, 1, '27'),
(18, 'Denim Background', '4', '0', 'bg_denim', 3, 1, '27'),
(19, 'Lace Background', '4', '0', 'bg_lace', 3, 1, '27'),
(20, 'Stitched Background', '4', '0', 'bg_stitched', 3, 1, '27'),
(21, 'Wood Background', '4', '0', 'bg_wood', 3, 1, '27'),
(22, 'Cork Background', '4', '0', 'bg_cork', 3, 1, '27'),
(23, 'Stone Background', '4', '0', 'bg_stone', 3, 1, '27'),
(24, 'Pattern Bricks Background', '4', '0', 'bg_pattern_bricks', 3, 1, '27'),
(25, 'Ruled Paper Background', '4', '0', 'bg_ruled_paper', 3, 1, '27'),
(26, 'Grass Background', '4', '0', 'bg_grass', 3, 1, '27'),
(27, 'Hotel Background', '4', '0', 'bg_hotel', 3, 1, '27'),
(28, 'Bubble Background', '4', '0', 'bg_bubble', 3, 1, '27'),
(29, 'Pattern Bobbaskulls Background', '4', '0', 'bg_pattern_bobbaskulls1', 3, 1, '27'),
(30, 'Pattern Space Background', '4', '0', 'bg_pattern_space', 3, 1, '27'),
(31, 'Image Submarine Background', '4', '0', 'bg_image_submarine', 3, 1, '27'),
(32, 'Metal Background 2', '4', '0', 'bg_metal2', 3, 1, '27'),
(33, 'Broken Glass Background', '4', '0', 'bg_broken_glass', 3, 1, '27'),
(34, 'Pattern Clouds Background', '4', '0', 'bg_pattern_clouds', 3, 1, '27'),
(35, 'Comic Background', '4', '0', 'bg_comic2', 3, 1, '27'),
(36, 'Pattern Floral Background 1', '4', '0', 'bg_pattern_floral_01', 3, 1, '27'),
(37, 'A', '1', '0', 'a', 1, 1, '5'),
(38, 'B', '1', '0', 'b_2', 1, 1, '5'),
(39, 'C', '1', '0', 'c', 1, 1, '5'),
(40, 'D', '1', '0', 'd', 1, 1, '5'),
(41, 'E', '1', '0', 'e', 1, 1, '5'),
(42, 'F', '1', '0', 'f', 1, 1, '5'),
(43, 'G', '1', '0', 'g', 1, 1, '5'),
(44, 'H', '1', '0', 'h', 1, 1, '5'),
(45, 'I', '1', '0', 'i', 1, 1, '5'),
(46, 'J', '1', '0', 'j', 1, 1, '5'),
(47, 'K', '1', '0', 'k', 1, 1, '5'),
(48, 'L', '1', '0', 'l', 1, 1, '5'),
(49, 'M', '1', '0', 'm', 1, 1, '5'),
(50, 'N', '1', '0', 'n', 1, 1, '5'),
(51, 'O', '1', '0', 'o', 1, 1, '5'),
(52, 'P', '1', '0', 'p', 1, 1, '5'),
(53, 'Q', '1', '0', 'q', 1, 1, '5'),
(54, 'R', '1', '0', 'r', 1, 1, '5'),
(55, 'S', '1', '0', 's', 1, 1, '5'),
(56, 'T', '1', '0', 't', 1, 1, '5'),
(57, 'U', '1', '0', 'u', 1, 1, '5'),
(58, 'V', '1', '0', 'v', 1, 1, '5'),
(59, 'W', '1', '0', 'w', 1, 1, '5'),
(60, 'X', '1', '0', 'x', 1, 1, '5'),
(61, 'Y', '1', '0', 'y', 1, 1, '5'),
(62, 'Z', '1', '0', 'z', 1, 1, '5'),
(63, 'Bling Star', '1', '0', 'bling_star', 1, 1, '6'),
(64, 'Bling Comma', '1', '0', 'bling_comma', 1, 1, '6'),
(65, 'Bling b', '1', '0', 'bling_b', 1, 1, '6'),
(66, 'Bling c', '1', '0', 'bling_c', 1, 1, '6'),
(67, 'Bling d', '1', '0', 'bling_d', 1, 1, '6'),
(68, 'Bling e', '1', '0', 'bling_e', 1, 1, '6'),
(69, 'Bling f', '1', '0', 'bling_f', 1, 1, '6'),
(70, 'Bling g', '1', '0', 'bling_g', 1, 1, '6'),
(71, 'Bling h', '1', '0', 'bling_h', 1, 1, '6'),
(72, 'Bling i', '1', '0', 'bling_i', 1, 1, '6'),
(73, 'Bling j', '1', '0', 'bling_j', 1, 1, '6'),
(74, 'Bling k', '1', '0', 'bling_k', 1, 1, '6'),
(75, 'Bling l', '1', '0', 'bling_l', 1, 1, '6'),
(76, 'Bling m', '1', '0', 'bling_m', 1, 1, '6'),
(77, 'Bling n', '1', '0', 'bling_n', 1, 1, '6'),
(78, 'Bling o', '1', '0', 'bling_o', 1, 1, '6'),
(79, 'Bling p', '1', '0', 'bling_p', 1, 1, '6'),
(80, 'Bling q', '1', '0', 'bling_q', 1, 1, '6'),
(81, 'Bling r', '1', '0', 'bling_r', 1, 1, '6'),
(82, 'Bling s', '1', '0', 'bling_s', 1, 1, '6'),
(83, 'Bling t', '1', '0', 'bling_t', 1, 1, '6'),
(84, 'Bling u', '1', '0', 'bling_u', 1, 1, '6'),
(85, 'Bling v', '1', '0', 'bling_v', 1, 1, '6'),
(86, 'Bling w', '1', '0', 'bling_w', 1, 1, '6'),
(87, 'Bling x', '1', '0', 'bling_x', 1, 1, '6'),
(88, 'Bling y', '1', '0', 'bling_y', 1, 1, '6'),
(89, 'Bling z', '1', '0', 'bling_z', 1, 1, '6'),
(90, 'Bling Underscore', '1', '0', 'bling_underscore', 1, 1, '6'),
(91, 'Bling a', '1', '0', 'bling_a', 1, 1, '6'),
(92, 'Bling Dot', '1', '0', 'bling_dot', 1, 1, '6'),
(93, 'Bling Exclamation', '1', '0', 'bling_exclamation', 1, 1, '6'),
(94, 'Bling Question', '1', '0', 'bling_question', 1, 1, '6'),
(95, 'A with Circle', '1', '0', 'a_with_circle', 1, 1, '5'),
(96, 'A with Dots', '1', '0', 'a_with_dots', 1, 1, '5'),
(97, 'O with Dots', '1', '0', 'o_with_dots', 1, 1, '5'),
(98, 'Dot', '1', '0', 'dot', 1, 1, '5'),
(99, 'Acsent 1', '1', '0', 'acsent1', 1, 1, '5'),
(100, 'Acsent 2', '1', '0', 'acsent2', 1, 1, '5'),
(101, 'Underscore', '1', '0', 'underscore', 1, 1, '5'),
(103, 'Chain Horizontal', '1', '0', 'chain_horizontal', 1, 1, '7'),
(104, 'Chain Vertical', '1', '0', 'chain_vertical', 1, 1, '7'),
(105, 'Ruler Horizontal', '1', '0', 'ruler_horizontal', 1, 1, '7'),
(106, 'Ruler Vertical', '1', '0', 'ruler_vertical', 1, 1, '7'),
(107, 'Vine', '1', '0', 'vine', 1, 1, '7'),
(108, 'Vine 2', '1', '0', 'vine2', 1, 1, '7'),
(109, 'Leafs 1', '1', '0', 'leafs1', 1, 1, '7'),
(110, 'Leafs 2', '1', '0', 'leafs2', 1, 1, '7'),
(111, 'Sticker Zipper V Tile', '1', '0', 'sticker_zipper_v_tile', 1, 1, '7'),
(112, 'Sticker Zipper H Tile', '1', '0', 'sticker_zipper_h_tile', 1, 1, '7'),
(113, 'Sticker Zipper H Normal Lock', '1', '0', 'sticker_zipper_h_normal_lock', 1, 1, '7'),
(114, 'Sticker Zipper H Bobba Lock', '1', '0', 'sticker_zipper_h_bobba_lock', 1, 1, '7'),
(115, 'Sticker Zipper H End', '1', '0', 'sticker_zipper_h_end', 1, 1, '7'),
(116, 'Sticker Zipper V End', '1', '0', 'sticker_zipper_v_end', 1, 1, '7'),
(117, 'Sticker Zipper V Bobba Lock', '1', '0', 'sticker_zipper_v_bobba_lock', 1, 1, '7'),
(118, 'Sticker Zipper V Normal Lock', '1', '0', 'sticker_zipper_v_normal_lock', 1, 1, '7'),
(119, 'Wormhand', '1', '0', 'wormhand', 5, 1, '8'),
(120, 'Sticker Gentleman', '1', '0', 'sticker_gentleman', 2, 1, '8'),
(121, 'Chewed Bubblegum', '1', '0', 'chewed_bubblegum', 1, 1, '8'),
(122, 'Cactus', '1', '0', 'sticker_cactus_anim', 2, 1, '8'),
(123, 'Sticker Spaceduck', '1', '0', 'sticker_spaceduck', 1, 1, '8'),
(124, 'Sticker Moonpig', '1', '0', 'sticker_moonpig', 2, 1, '8'),
(125, 'Swimming Fish', '1', '0', 'swimming_fish', 2, 1, '8'),
(126, 'Sticker Boxer', '1', '0', 'sticker_boxer', 2, 1, '8'),
(127, 'Wunder Frank', '1', '0', 'wunderfrank', 1, 1, '8'),
(128, 'Sticker Submarine', '1', '0', 'sticker_submarine', 2, 1, '8'),
(129, 'Sticker Clown Anim', '1', '0', 'sticker_clown_anim', 2, 1, '8'),
(130, 'Bling Bling Stars', '1', '0', 'blingblingstars', 2, 1, '9'),
(131, 'Bling Hearts', '1', '0', 'blinghearts', 2, 1, '9'),
(132, 'Sticker Heartbeat', '1', '0', 'sticker_heartbeat', 2, 1, '9'),
(133, 'Sticker Catinabox', '1', '0', 'sticker_catinabox', 2, 1, '9'),
(134, 'Bear', '1', '0', 'bear', 2, 1, '9'),
(135, 'Gothic Draculacape', '1', '0', 'gothic_draculacape ', 3, 1, '10'),
(136, 'Evil Giant Bunny', '1', '0', 'evil_giant_bunny', 2, 1, '10'),
(137, 'Zombie Pupu', '1', '0', 'zombiepupu', 2, 1, '10'),
(138, 'Skeletor 1', '1', '0', 'skeletor_001', 2, 1, '10'),
(139, 'Skull', '1', '0', 'skull', 2, 1, '10'),
(140, 'Skull 2', '1', '0', 'skull2', 2, 1, '10'),
(141, 'Scubacapsule Anim', '1', '0', 'scubacapsule_anim', 2, 1, '10'),
(142, 'Bobbaskull', '1', '0', 'sticker_bobbaskull', 2, 1, '10'),
(143, 'Sticker Flower', '1', '0', 'sticker_flower1', 3, 5, '11'),
(144, 'Icecube Big', '1', '0', 'icecube_big', 3, 10, '11'),
(145, 'Leafs 2', '1', '0', 'leafs2', 5, 7, '11'),
(146, 'Vine 2', '1', '0', 'vine2', 3, 5, '11'),
(147, 'Chain Horizontal', '1', '0', 'chain_horizontal', 3, 5, '11'),
(148, 'Icecube Small', '1', '0', 'icecube_small', 3, 10, '11'),
(149, 'Sticker Arrow Up', '1', '0', 'sticker_arrow_up', 2, 1, '12'),
(150, 'Sticker Arrow Down', '1', '0', 'sticker_arrow_down', 2, 1, '12'),
(151, 'Sticker Arrow Left', '1', '0', 'sticker_arrow_left', 2, 1, '12'),
(152, 'Sticker Arrow Right', '1', '0', 'sticker_arrow_right', 2, 1, '12'),
(153, 'Sticker Pointing Hand 1', '1', '0', 'sticker_pointing_hand_1', 2, 1, '12'),
(154, 'Sticker Pointing Hand 2', '1', '0', 'sticker_pointing_hand_2', 2, 1, '12'),
(155, 'Sticker Pointing Hand 3', '1', '0', 'sticker_pointing_hand_3', 2, 1, '12'),
(156, 'Sticker Pointing Hand 4', '1', '0', 'sticker_pointing_hand_4', 2, 1, '12'),
(157, 'Nail 2', '1', '0', 'nail2', 2, 1, '12'),
(158, 'Nail 3', '1', '0', 'nail3', 2, 1, '12'),
(159, 'Needle 1', '1', '0', 'needle_1', 1, 1, '12'),
(160, 'Needle 2', '1', '0', 'needle_2', 1, 1, '12'),
(161, 'Needle 3', '1', '0', 'needle_3', 1, 1, '12'),
(162, 'Needle 4', '1', '0', 'needle_4', 1, 1, '12'),
(163, 'Needle 5', '1', '0', 'needle_5', 1, 1, '12'),
(164, 'Grass Meadow', '1', '0', 'grass', 2, 1, '13'),
(165, 'Sticker Flower', '1', '0', 'sticker_flower1', 1, 1, '13'),
(166, 'Sticker Flower Big Yellow', '1', '0', 'sticker_flower_big_yellow', 1, 1, '13'),
(167, 'Sticker Flower Pink', '1', '0', 'sticker_flower_pink', 1, 1, '13'),
(168, 'Bobba badge', '1', '0', 'sticker_bobbaskull', 1, 1, '14'),
(169, 'I love Coffee', '1', '0', 'i_love_coffee', 1, 1, '14'),
(170, 'Sticker Effect Bam', '1', '0', 'sticker_effect_bam', 1, 1, '14'),
(171, 'Sticker Effect Burp', '1', '0', 'sticker_effect_burp', 1, 1, '14'),
(172, 'Sticker Effect Woosh', '1', '0', 'sticker_effect_woosh', 1, 1, '14'),
(173, 'Sticker Effect Zap', '1', '0', 'sticker_effect_zap', 1, 1, '14'),
(174, 'Sticker Effect Whoosh 2', '1', '0', 'sticker_effect_whoosh2', 1, 1, '14'),
(175, 'Icecube Small', '1', '0', 'icecube_small', 1, 1, '15'),
(176, 'Snowball Machine', '1', '0', 'ss_snowballmachine', 1, 1, '15'),
(177, 'Icecube Big', '1', '0', 'icecube_big', 1, 1, '15'),
(178, 'Bootsitjalapaset Red', '1', '0', 'bootsitjalapaset_red', 2, 1, '15'),
(179, 'Boots and Gloves', '1', '0', 'ss_bootsitjalapaset_blue', 2, 1, '15'),
(180, 'Red SnowStorm Costume', '1', '0', 'ss_costume_red', 2, 1, '15'),
(181, 'Snowstorm Blue Costume', '1', '0', 'ss_costume_blue', 2, 1, '15'),
(182, 'Splash!', '1', '0', 'ss_hits_by_snowball', 1, 1, '15'),
(183, 'SnowStorm Duck!', '1', '0', 'extra_ss_duck_left', 1, 1, '15'),
(184, 'Snowtree', '1', '0', 'ss_snowtree', 2, 1, '15'),
(185, 'SnowStorm Duck!', '1', '0', 'extra_ss_duck_right', 1, 1, '15'),
(186, 'Snowman', '1', '0', 'ss_snowman', 2, 1, '15'),
(187, 'Lumihiutale', '1', '0', 'ss_snowflake2', 1, 1, '15'),
(188, 'Snow Queen', '1', '0', 'ss_snowqueen', 2, 1, '15'),
(189, 'Battle 1', '1', '0', 'battle1', 1, 1, '16'),
(190, 'Battle 3', '1', '0', 'battle3', 1, 1, '16'),
(191, 'HC Hat', '1', '0', 'hc_hat', 5, 1, '18'),
(192, 'Eye Left', '1', '0', 'eyeleft', 2, 1, '18'),
(193, 'Eye Right', '1', '0', 'eyeright', 2, 1, '18'),
(194, 'Angel Wings', '1', '0', 'angelwings_anim', 3, 1, '18'),
(195, 'Sticker Gurubeard Gray', '1', '0', 'sticker_gurubeard_gray', 1, 1, '18'),
(196, 'Sticker Gurubeard Brown', '1', '0', 'sticker_gurubeard_brown', 1, 1, '18'),
(197, 'Supernerd', '1', '0', 'sticker_glasses_supernerd', 1, 1, '18'),
(198, 'Goofy Glasses', '1', '0', 'sticker_glasses_elton', 1, 1, '18'),
(199, 'Blue Eyes', '1', '0', 'sticker_eyes_blue', 1, 1, '18'),
(200, 'Sticker Eye Anim', '1', '0', 'sticker_eye_anim', 2, 1, '18'),
(201, 'Sticker Eye Evil Anim', '1', '0', 'sticker_eye_evil_anim', 2, 1, '18'),
(202, 'Sticker Eraser', '1', '0', 'sticker_eraser', 1, 1, '20'),
(203, 'Star', '1', '0', 'star', 1, 1, '20'),
(204, 'Sticker Pencil', '1', '0', 'sticker_pencil', 1, 1, '20'),
(205, 'Sticker Dreamer', '1', '0', 'sticker_dreamer', 3, 1, '20'),
(206, 'Sticker Pencil 2', '1', '0', 'sticker_pencil_2', 1, 1, '20'),
(207, 'Sticker Lonewolf', '1', '0', 'sticker_lonewolf', 3, 1, '20'),
(208, 'Sticker Prankster', '1', '0', 'sticker_prankster', 3, 1, '20'),
(209, 'Sticker Prankster', '1', '0', 'sticker_prankster', 3, 1, '20'),
(210, 'Sticker Romantic', '1', '0', 'sticker_romantic', 3, 1, '20'),
(211, 'Redlamp', '1', '0', 'redlamp', 2, 1, '20'),
(212, 'Lightbulb', '1', '0', 'lightbulb', 2, 1, '20'),
(213, 'Bullet 1', '1', '0', 'bullet1', 2, 1, '20'),
(214, 'Spill 1', '1', '0', 'spill1', 1, 1, '20'),
(215, 'Spill 2', '1', '0', 'spill2', 1, 1, '20'),
(216, 'Spill 3', '1', '0', 'spill3', 1, 1, '20'),
(217, 'Sticker Coffee Stain', '1', '0', 'sticker_coffee_stain', 1, 1, '20'),
(218, 'Sticker Hole', '1', '0', 'sticker_hole', 1, 1, '20'),
(219, 'Sticker Flames', '1', '0', 'sticker_flames', 2, 1, '20'),
(220, 'Paper Clip 1', '1', '0', 'paper_clip_1', 1, 1, '20'),
(221, 'Paper Clip 2', '1', '0', 'paper_clip_2', 1, 1, '20'),
(222, 'Paper Clip 3', '1', '0', 'paper_clip_3', 1, 1, '20'),
(223, 'Highlighter 1', '1', '0', 'highlighter_1', 1, 1, '20'),
(224, 'Highlighter Mark 5', '1', '0', 'highlighter_mark5', 1, 1, '20'),
(225, 'Highlighter Mark 6', '1', '0', 'highlighter_mark6', 1, 1, '20'),
(226, 'Highlighter Mark 4', '1', '0', 'highlighter_mark4b', 1, 1, '20'),
(227, 'Highlighter 2', '1', '0', 'highlighter_2', 1, 1, '20'),
(228, 'Highlighter Mark 1', '1', '0', 'highlighter_mark1', 1, 1, '20'),
(229, 'Highlighter Mark 2', '1', '0', 'highlighter_mark2', 1, 1, '20'),
(230, 'Highlighter Mark 3', '1', '0', 'highlighter_mark3', 1, 1, '20'),
(231, 'Plaster', '1', '0', 'plaster1', 1, 1, '20'),
(232, 'Plaster 2', '1', '0', 'plaster2', 1, 1, '20'),
(233, 'Sticker Croco', '1', '0', 'sticker_croco', 1, 1, '20'),
(234, 'Fish', '1', '0', 'fish', 1, 1, '20'),
(235, 'Parrot', '1', '0', 'parrot', 1, 1, '20'),
(236, 'Sticker Sleeping Habbo', '1', '0', 'sticker_sleeping_habbo', 2, 1, '20'),
(237, 'Burger', '1', '0', 'burger', 1, 1, '20'),
(238, 'Juice', '1', '0', 'juice', 1, 1, '20'),
(239, 'Sticker Coffee Steam Blue', '1', '0', 'sticker_coffee_steam_blue', 1, 1, '20'),
(240, 'Sticker Coffee Steam Grey', '1', '0', 'sticker_coffee_steam_grey', 1, 1, '20'),
(241, 'Cassette 1', '1', '0', 'cassette1', 1, 1, '20'),
(242, 'Cassette 2', '1', '0', 'cassette2', 1, 1, '20'),
(243, 'Cassette 3', '1', '0', 'cassette3', 1, 1, '20'),
(244, 'Cassette 4', '1', '0', 'cassette4', 1, 1, '20'),
(245, 'Football', '1', '0', 'football', 1, 1, '20'),
(246, 'Pattern Floral Background 2', '4', '0', 'bg_pattern_floral_02', 2, 1, '27'),
(247, 'Pattern Floral Background 3', '4', '0', 'bg_pattern_floral_03', 2, 1, '27'),
(248, 'Pattern Cars Background', '4', '0', 'bg_pattern_cars', 2, 1, '27'),
(249, 'Pattern Carpants Background', '4', '0', 'bg_pattern_carpants', 2, 1, '27'),
(250, 'Pattern Plasto Background', '4', '0', 'bg_pattern_plasto', 2, 1, '27'),
(251, 'Pattern Tinyroom Background', '4', '0', 'bg_pattern_tinyroom', 2, 1, '27'),
(252, 'Pattern Hearts Background', '4', '0', 'bg_pattern_hearts', 2, 1, '27'),
(253, 'Pattern Abstract Background', '4', '0', 'bg_pattern_abstract1', 2, 1, '27'),
(254, 'Bathroom Tile Background', '4', '0', 'bg_bathroom_tile', 2, 1, '27'),
(255, 'Pattern Fish Background', '4', '0', 'bg_pattern_fish', 2, 1, '27'),
(256, 'Pattern Deepred Background', '4', '0', 'bg_pattern_deepred', 2, 1, '27'),
(257, 'Colour 02 Background', '4', '0', 'bg_colour_02', 2, 1, '27'),
(258, 'Colour 03 Background', '4', '0', 'bg_colour_03', 2, 1, '27'),
(259, 'Colour 04 Background', '4', '0', 'bg_colour_04', 2, 1, '27'),
(260, 'Colour 05 Background', '4', '0', 'bg_colour_05', 2, 1, '27'),
(261, 'Colour 06 Background', '4', '0', 'bg_colour_06', 2, 1, '27'),
(262, 'Colour 07 Background', '4', '0', 'bg_colour_07', 2, 1, '27'),
(263, 'Colour 08 Background', '4', '0', 'bg_colour_08', 2, 1, '27'),
(264, 'Colour 09 Background', '4', '0', 'bg_colour_09', 2, 1, '27'),
(265, 'Colour 10 Background', '4', '0', 'bg_colour_10', 2, 1, '27'),
(266, 'Colour 11 Background', '4', '0', 'bg_colour_11', 2, 1, '27'),
(267, 'Colour 12 Background', '4', '0', 'bg_colour_12', 2, 1, '27'),
(268, 'Colour 13 Background', '4', '0', 'bg_colour_13', 2, 1, '27'),
(269, 'Colour 14 Background', '4', '0', 'bg_colour_14', 2, 1, '27'),
(270, 'Colour 15 Background', '4', '0', 'bg_colour_15', 2, 1, '27'),
(271, 'Colour 17 Background', '4', '0', 'bg_colour_17', 2, 1, '27'),
(272, 'Tonga Background', '4', '0', 'bg_tonga', 2, 1, '27'),
(275, 'Alhambra Group', '4', '0', 'alhambragroup', 0, 1, '50'),
(276, 'Themepark Background 1', '4', '0', 'themepark_bg_01', 0, 1, '50'),
(277, 'Themepark Background 2', '4', '0', 'themepark_bg_02', 0, 1, '50'),
(278, 'Unofficial Fansites Background', '4', '0', 'bg_unofficial_fansites', 0, 1, '50'),
(279, 'Official Fansites Background', '4', '0', 'bg_official_fansites2', 0, 1, '50'),
(280, 'Welcoming Party', '4', '0', 'welcoming_party', 0, 1, '50'),
(281, 'Random Habbos', '4', '0', 'random_habbos', 0, 1, '50'),
(282, 'Habborella Sea Background', '4', '0', 'habborella_sea_bg', 0, 1, '50'),
(283, 'Penelope', '4', '0', 'penelope', 0, 1, '50'),
(284, 'Orca', '4', '0', 'orca', 0, 1, '50'),
(285, 'Sttrinians Group', '4', '0', 'sttriniansgroup', 0, 1, '50'),
(286, 'Sttrinians Blackboard', '4', '0', 'sttriniansblackboard', 0, 1, '50'),
(287, 'Habbox Background', '4', '0', 'habbox', 0, 1, '50'),
(288, 'Christmas Background 2 ', '4', '0', 'christmas2007bg_001', 0, 1, '50'),
(289, 'Kerrang', '4', '0', 'bg_kerrang2', 0, 1, '50'),
(291, 'Voice of Teens Background', '4', '0', 'bg_voiceofteens', 0, 1, '50'),
(292, 'Makeover Background', '4', '0', 'makeover', 0, 1, '50'),
(293, 'Snowstorm Background', '4', '0', 'snowstorm_bg', 0, 1, '50'),
(294, 'Habbo Group Background', '4', '0', 'habbogroup', 0, 1, '50'),
(295, 'Wobble Squabble Background', '4', '0', 'bg_wobble_squabble', 0, 1, '50'),
(296, 'VIP Background', '4', '0', 'bg_vip', 0, 1, '50'),
(297, 'Lido Background', '4', '0', 'bg_lidoo', 0, 1, '50'),
(298, 'Lido Flat Background', '4', '0', 'bg_lido_flat', 0, 1, '50'),
(299, 'Infobus Yellow Background', '4', '0', 'bg_infobus_yellow', 0, 1, '50'),
(300, 'Infobus White Background', '4', '0', 'bg_infobus_white', 0, 1, '50'),
(301, 'Infobus Blue Background', '4', '0', 'bg_infobus_blue', 0, 1, '50'),
(302, 'Battle Ball Background 2', '4', '0', 'bg_battle_ball2', 0, 1, '50'),
(303, 'Grunge Background', '4', '0', 'grungewall', 0, 1, '50'),
(1001, 'OB Clubber', '1', '0', 'ob_clubber_146x146', 2, 1, '201'),
(1002, 'OB Devil', '1', '0', 'ob_devil_146x146', 2, 1, '201'),
(1003, 'OB Doctor', '1', '0', 'ob_doctor_146x146', 2, 1, '201'),
(1004, 'OB Fairy', '1', '0', 'ob_fairy_146x146', 2, 1, '201'),
(1005, 'OB Jetsetter', '1', '0', 'ob_jetsetter_146x146', 2, 1, '201'),
(1006, 'OB Misuniverse', '1', '0', 'ob_misuniverse_146x146', 2, 1, '1000'),
(1007, 'OB Shopaholic', '1', '0', 'ob_shopaholic_146x146', 2, 1, '201'),
(1008, 'OB Sport', '1', '0', 'ob_sporty_146x146', 2, 1, '201'),
(1009, 'Edynamic Animator Sticker', '1', '0', 'edynamic_animator_sticker', 2, 1, '1000'),
(1010, 'Edynamic Sticker Avatar', '1', '0', 'edynamic_sticker_avatar', 2, 1, '1000'),
(1011, 'Sticker Themepark', '1', '0', '27224_sticker_themepark_001', 2, 1, '228'),
(1012, '3 Year .ca', '1', '0', '3yearca', 2, 1, '1000'),
(1013, 'A', '1', '0', 'a', 2, 1, '203'),
(1014, 'A with Circle', '1', '0', 'a_with_circle', 2, 1, '203'),
(1015, 'A with Dots', '1', '0', 'a_with_dots', 2, 1, '203'),
(1017, 'Acento', '1', '0', 'acento', 2, 1, '203'),
(1018, 'Acentoagudo', '1', '0', 'acentoagudo', 2, 1, '1000'),
(1023, 'Acma Notepad Background', '1', '0', 'acma_notepad_bg_lge', 2, 1, '228'),
(1026, 'Acsent 1', '1', '0', 'acsent1', 2, 1, '203'),
(1027, 'Acsent 2', '1', '0', 'acsent2', 2, 1, '203'),
(1028, 'Ad Cats', '1', '0', 'adcats', 2, 1, '204'),
(1029, 'Ad Dogs', '1', '0', 'addogs', 2, 1, '204'),
(1030, 'Ad Holiday', '1', '0', 'adholiday', 2, 1, '204'),
(1031, 'Adidabounce Sticker', '1', '0', 'adidabounce_sticker', 2, 1, '1000'),
(1032, 'Ad Party', '1', '0', 'adparty', 2, 1, '204'),
(1033, 'Ad Skating', '1', '0', 'adskating', 2, 1, '204'),
(1034, 'Agudo', '1', '0', 'agudo', 2, 1, '203'),
(1035, 'Alhambra Sticker', '1', '0', 'alhambra_sticker', 2, 1, '205'),
(1036, 'Alhambra Wallsticker', '1', '0', 'alhambra_wallsticker', 2, 1, '205'),
(1037, 'Alhambra Logo', '1', '0', 'alhambralogo', 2, 1, '205'),
(1039, 'Ametrin', '1', '0', 'ametrin', 2, 1, '216'),
(1040, 'Angel', '1', '0', 'angel_146x146', 2, 1, '201'),
(1041, 'Angel Winganim', '1', '0', 'angelwinganim', 2, 1, '1000'),
(1043, 'Anim Appart 732', '1', '0', 'anim_appart_732', 2, 1, '228'),
(1044, 'Anim Boule Cristal', '1', '0', 'anim_boule_cristal', 2, 1, '228'),
(1045, 'Anim Brasero', '1', '0', 'anim_brasero', 2, 1, '228'),
(1046, 'Anim Cook', '1', '0', 'anim_cook', 2, 1, '216'),
(1047, 'Anim Elvis', '1', '0', 'anim_elvis', 2, 1, '216'),
(1048, 'Anim Enseigne', '1', '0', 'anim_enseigne', 2, 1, '228'),
(1049, 'Anim Hockey', '1', '0', 'anim_hockey', 2, 1, '213'),
(1051, 'Anim Oeil', '1', '0', 'anim_oeil', 2, 1, '228'),
(1052, 'Anim Ventilo', '1', '0', 'anim_ventilo', 2, 1, '228'),
(1053, 'Anim Viking Hole', '1', '0', 'anim_viking_hole', 2, 1, '216'),
(1054, 'Anti Eco', '1', '0', 'anti_eco', 2, 1, '235'),
(1055, 'Aprilfool 08', '1', '0', 'aprilfool08', 2, 1, '1000'),
(1056, 'Aprilfool 08 2', '1', '0', 'aprilfool08_2', 2, 1, '1000'),
(1057, 'Argentina', '1', '0', 'argentina', 2, 1, '232'),
(1058, 'Asterisco 1', '1', '0', 'asterisco1', 2, 1, '203'),
(1059, 'AU 3rd Bday 1', '1', '0', 'au_3rdbday_01', 2, 1, '206'),
(1060, 'AU 3rd Bday 2', '1', '0', 'au_3rdbday_02', 2, 1, '206'),
(1061, 'AU 3rd Bday 3', '1', '0', 'au_3rdbday_03', 2, 1, '206'),
(1062, 'AU Greengold', '1', '0', 'au_greengold', 2, 1, '204'),
(1063, 'AU Lifesaver', '1', '0', 'au_lifesaver', 2, 1, '228'),
(1064, 'AU Surfing', '1', '0', 'au_surfing', 2, 1, '204'),
(1065, 'B', '1', '0', 'b', 2, 1, '203'),
(1067, 'Ballsma Honey', '1', '0', 'ballsmahoney', 2, 1, '209'),
(1068, 'Baltasar', '1', '0', 'baltasar', 2, 1, '216'),
(1069, 'Banks Bobby', '1', '0', 'banksbobby', 2, 1, '236'),
(1070, 'Banks Can', '1', '0', 'bankscan', 2, 1, '236'),
(1071, 'Banks Door', '1', '0', 'banksdoor', 2, 1, '236'),
(1072, 'Banks Heater', '1', '0', 'banksheater', 2, 1, '236'),
(1073, 'Barbequeset', '1', '0', 'barbequeset', 2, 1, '207'),
(1074, 'Barra', '1', '0', 'barra', 2, 1, '203'),
(1075, 'Bartender Costume', '1', '0', 'bartender_costume', 2, 1, '208'),
(1076, 'Batista', '1', '0', 'batista', 2, 1, '209'),
(1077, 'Battle 1', '1', '0', 'battle1', 2, 1, '228'),
(1078, 'Battle 3', '1', '0', 'battle3', 2, 1, '228'),
(1079, 'Beachbunny Beachball', '1', '0', 'beachbunny_beachball', 2, 1, '207'),
(1080, 'Beachbunny Beachball Bouncing', '1', '0', 'beachbunny_beachball_bouncing', 2, 1, '207'),
(1081, 'Beachbunny Bmovie Poster', '1', '0', 'beachbunny_bmovieposter', 2, 1, '207'),
(1082, 'Beachbunny Bunny Suit', '1', '0', 'beachbunny_bunny_suit', 2, 1, '207'),
(1083, 'Beachbunny Peep', '1', '0', 'beachbunny_peep', 2, 1, '207'),
(1084, 'Beachbunny Roaster Bunny', '1', '0', 'beachbunny_roaster_bunny', 2, 1, '207'),
(1085, 'Beachgirl', '1', '0', 'beachgirl_146x146', 2, 1, '201'),
(1086, 'Bear', '1', '0', 'bear', 2, 1, '226'),
(1087, 'Bellydancer', '1', '0', 'bellydancer', 2, 1, '205'),
(1088, 'Beth Phoenix', '1', '0', 'bethphoenix', 2, 1, '209'),
(1089, 'Beth Phoenix Skinny', '1', '0', 'bethphoenixskinny', 2, 1, '209'),
(1090, 'Groupinfo Background', '1', '0', 'bg_groupinfo', 2, 1, '228'),
(1092, 'Big Daddy V', '1', '0', 'bigdaddyv', 2, 1, '209'),
(1093, 'Big Show', '1', '0', 'bigshow', 2, 1, '209'),
(1094, 'Billy Graham', '1', '0', 'billygraham', 2, 1, '209'),
(1095, 'Bird Suit', '1', '0', 'bird_suit', 2, 1, '210'),
(1096, 'Bling a', '1', '0', 'bling_a', 2, 1, '211'),
(1097, 'Bling b', '1', '0', 'bling_b', 2, 1, '211'),
(1098, 'Bling c', '1', '0', 'bling_c', 2, 1, '211'),
(1099, 'Bling Comma', '1', '0', 'bling_comma', 2, 1, '211'),
(1100, 'Bling d', '1', '0', 'bling_d', 2, 1, '211'),
(1101, 'Bling Dot', '1', '0', 'bling_dot', 2, 1, '211'),
(1102, 'Bling e', '1', '0', 'bling_e', 2, 1, '211'),
(1103, 'Bling Exclamation', '1', '0', 'bling_exclamation', 2, 1, '211'),
(1104, 'Bling f', '1', '0', 'bling_f', 2, 1, '211'),
(1105, 'Bling g', '1', '0', 'bling_g', 2, 1, '211'),
(1106, 'Bling h', '1', '0', 'bling_h', 2, 1, '211'),
(1107, 'Bling i', '1', '0', 'bling_i', 2, 1, '211'),
(1108, 'Bling j', '1', '0', 'bling_j', 2, 1, '211'),
(1109, 'Bling k', '1', '0', 'bling_k', 2, 1, '211'),
(1110, 'Bling l', '1', '0', 'bling_l', 2, 1, '211'),
(1111, 'Bling Line', '1', '0', 'bling_line', 2, 1, '211'),
(1112, 'Bling m', '1', '0', 'bling_m', 2, 1, '211'),
(1113, 'Bling n', '1', '0', 'bling_n', 2, 1, '211'),
(1114, 'Bling o', '1', '0', 'bling_o', 2, 1, '211'),
(1115, 'Bling p', '1', '0', 'bling_p', 2, 1, '211'),
(1116, 'Bling q', '1', '0', 'bling_q', 2, 1, '211'),
(1117, 'Bling Question', '1', '0', 'bling_question', 2, 1, '211'),
(1118, 'Bling r', '1', '0', 'bling_r', 2, 1, '211'),
(1119, 'Bling s', '1', '0', 'bling_s', 2, 1, '211'),
(1120, 'Bling Star', '1', '0', 'bling_star', 2, 1, '211'),
(1121, 'Bling t', '1', '0', 'bling_t', 2, 1, '211'),
(1122, 'Bling u', '1', '0', 'bling_u', 2, 1, '211'),
(1123, 'Bling Underscore', '1', '0', 'bling_underscore', 2, 1, '211'),
(1124, 'Bling v', '1', '0', 'bling_v', 2, 1, '211'),
(1125, 'Bling w', '1', '0', 'bling_w', 2, 1, '211'),
(1126, 'Bling x', '1', '0', 'bling_x', 2, 1, '211'),
(1127, 'Bling y', '1', '0', 'bling_y', 2, 1, '211'),
(1128, 'Bling z', '1', '0', 'bling_z', 2, 1, '211'),
(1129, 'Bling Bling Stars', '1', '0', 'blingblingstars', 2, 1, '237'),
(1130, 'Bling Hearts', '1', '0', 'blinghearts', 2, 1, '237'),
(1131, 'Bling Heartp', '1', '0', 'blingheartp', 2, 1, '1000'),
(1132, 'Blue Hockey Stick', '1', '0', 'bluehockeystick', 2, 1, '213'),
(1133, 'Blue Starfish', '1', '0', 'bluestarfish', 2, 1, '228'),
(1134, 'Bobba Curse', '1', '0', 'bobbacurse', 2, 1, '228'),
(1136, 'Boborton', '1', '0', 'boborton', 2, 1, '209'),
(1137, 'Bonbon Duck', '1', '0', 'bonbon_duck_146x146', 2, 1, '214'),
(1138, 'Bonbon Mouse', '1', '0', 'bonbon_mouse_146x146', 2, 1, '214'),
(1139, 'Bonbon Rat', '1', '0', 'bonbon_rat_146x146', 2, 1, '214'),
(1140, 'Boogeyman', '1', '0', 'boogeyman', 2, 1, '209'),
(1141, 'Bootsitjalapaset Red', '1', '0', 'bootsitjalapaset_red', 2, 1, '208'),
(1142, 'Bottes Bleu', '1', '0', 'bottesbleu', 2, 1, '1000'),
(1143, 'Bouledeneige', '1', '0', 'bouledeneige', 2, 1, '1000'),
(1144, 'Bowser Sticker v1', '1', '0', 'bowser_sticker_v1', 2, 1, '212'),
(1145, 'Bozzanova', '1', '0', 'bozzanova', 2, 1, '216'),
(1146, 'BRA Football Guest 2', '1', '0', 'bra_football_guest2', 2, 1, '232'),
(1147, 'Bratz Featured Clique', '1', '0', 'bratz_featuredclique', 2, 1, '214'),
(1148, 'Brian Kendrick', '1', '0', 'briankendrick', 2, 1, '209'),
(1149, 'British Legion', '1', '0', 'britishlegion', 2, 1, '228'),
(1150, 'Britney', '1', '0', 'britney', 2, 1, '228'),
(1151, 'Bronze Medallion', '1', '0', 'bronzemedallion', 2, 1, '1000'),
(1152, 'Bullet 1', '1', '0', 'bullet1', 2, 1, '228'),
(1153, 'Bullybuster', '1', '0', 'bullybuster', 2, 1, '228'),
(1155, 'Burger', '1', '0', 'burger', 2, 1, '228'),
(1156, 'Businesswoman', '1', '0', 'businesswoman_146x146', 2, 1, '201'),
(1157, 'Butterfly', '1', '0', 'butterfly_01', 2, 1, '210'),
(1158, 'C', '1', '0', 'c', 2, 1, '203'),
(1159, 'CA Hockeygoalie 2', '1', '0', 'ca_hockeygoalie2', 2, 1, '213'),
(1160, 'Camel', '1', '0', 'camel', 2, 1, '228'),
(1162, 'Candice Michelle', '1', '0', 'candicemichelle', 2, 1, '209'),
(1163, 'Candycorn', '1', '0', 'candycorn', 2, 1, '228'),
(1164, 'Carlito', '1', '0', 'carlito', 2, 1, '209'),
(1165, 'Cassette 1', '1', '0', 'cassette1', 2, 1, '228'),
(1166, 'Cassette 2', '1', '0', 'cassette2', 2, 1, '228'),
(1167, 'Cassette 3', '1', '0', 'cassette3', 2, 1, '228'),
(1168, 'Cassette 4', '1', '0', 'cassette4', 2, 1, '228'),
(1170, 'Celeb Ticket Veronicas', '1', '0', 'celebticket_veronicas', 2, 1, '214'),
(1171, 'Cena', '1', '0', 'cena', 2, 1, '209'),
(1172, 'Chain Horizontal', '1', '0', 'chain_horizontal', 2, 1, '215'),
(1173, 'Chain Vertical', '1', '0', 'chain_vertical', 2, 1, '215'),
(1174, 'Cheerleader', '1', '0', 'cheerleader_146x146', 2, 1, '201'),
(1175, 'Cheese Badge', '1', '0', 'cheese_badge', 2, 1, '204'),
(1177, 'Cheese Suit Sticker', '1', '0', 'cheese_suit_sticker', 2, 1, '208'),
(1178, 'Cheshirecat', '1', '0', 'cheshirecat', 2, 1, '216'),
(1179, 'Chewed Bubblegum', '1', '0', 'chewed_bubblegum', 2, 1, '228'),
(1180, 'Chile', '1', '0', 'chile', 2, 1, '232'),
(1181, 'Chocolates', '1', '0', 'chocolates', 2, 1, '228'),
(1183, 'Chris Jericho', '1', '0', 'chrisjericho', 2, 1, '209'),
(1184, 'Chuck Palumbo', '1', '0', 'chuckpalumbo', 2, 1, '209'),
(1185, 'Clothes line', '1', '0', 'clothesline', 2, 1, '228'),
(1186, 'Clothes line 5', '1', '0', 'clothesline5', 2, 1, '1000'),
(1187, 'CM Punk', '1', '0', 'cmpunk', 2, 1, '209'),
(1188, 'CN Teleskull', '1', '0', 'cn_teleskull', 2, 1, '220'),
(1190, 'CNY Dragon Body L', '1', '0', 'cny_dragon_body_l', 2, 1, '217'),
(1191, 'CNY Dragon Body R', '1', '0', 'cny_dragon_body_r', 2, 1, '217'),
(1192, 'CNY Dragon Head L', '1', '0', 'cny_dragon_head_l', 2, 1, '217'),
(1193, 'CNY Dragon Head R', '1', '0', 'cny_dragon_head_r', 2, 1, '217'),
(1195, 'CNY Kunfu Dude', '1', '0', 'cny_kunfu_dude', 2, 1, '217'),
(1197, 'CNY Kunfu Girl', '1', '0', 'cny_kungfu_girl', 2, 1, '217'),
(1198, 'Colombia', '1', '0', 'colombia', 2, 1, '232'),
(1199, 'Comma', '1', '0', 'comma', 2, 1, '203'),
(1203, 'Crase', '1', '0', 'crase', 2, 1, '203'),
(1205, 'Cube Deglace', '1', '0', 'cubedeglace', 2, 1, '1000'),
(1206, 'Curt Hawkins', '1', '0', 'curthawkins', 2, 1, '209'),
(1207, 'D', '1', '0', 'd', 2, 1, '203'),
(1208, 'Dag of Habbo Trophy', '1', '0', 'dagofhabbo_trophy', 2, 1, '228'),
(1209, 'DagorNot', '1', '0', 'dagornot', 2, 1, '228'),
(1210, 'DE 4th Bday', '1', '0', 'de_bday_4', 2, 1, '206'),
(1211, 'Deal Girasoles', '1', '0', 'dealgirasoles', 2, 1, '1000'),
(1214, 'Deal easter 6', '1', '0', 'deal_eas07_6', 2, 1, '210'),
(1215, 'Deal easter 7', '1', '0', 'deal_eas07_7', 2, 1, '210'),
(1216, 'Deal easter 8', '1', '0', 'deal_eas07_8', 2, 1, '210'),
(1217, 'Deal goth border Horizontale', '1', '0', 'deal_goth_border_hor', 2, 1, '219'),
(1218, 'deal goth border Verticale', '1', '0', 'deal_goth_border_ver', 2, 1, '219'),
(1219, 'DH Smith', '1', '0', 'dhsmith', 2, 1, '209'),
(1220, 'Dia de Internetsticker 2008', '1', '0', 'diadeinternetsticker2008_001', 2, 1, '214'),
(1221, 'Diamond Reward', '1', '0', 'diamond_reward', 2, 1, '237'),
(1222, 'Dim Sims', '1', '0', 'dimsims', 2, 1, '228'),
(1223, 'DK Bobbacurse 2', '1', '0', 'dk_bobbacurse_2', 2, 1, '228'),
(1224, 'Doelee', '1', '0', 'doelee', 2, 1, '216'),
(1225, 'Donk', '1', '0', 'donk', 2, 1, '216'),
(1226, 'Dot', '1', '0', 'dot', 2, 1, '203'),
(1227, 'Dudesons', '1', '0', 'dudesons', 2, 1, '214'),
(1228, 'Durian', '1', '0', 'durian', 2, 1, '228'),
(1230, 'E', '1', '0', 'e', 2, 1, '203'),
(1231, 'Easter Bird', '1', '0', 'easter_bird', 2, 1, '210'),
(1236, 'Easter Broomstick_001', '1', '0', 'easter_broomstick_001', 2, 1, '210'),
(1238, 'Easter Bunnymoped', '1', '0', 'easter_bunnymoped', 2, 1, '210'),
(1240, 'Easter Carrot_rocket', '1', '0', 'easter_carrot_rocket', 2, 1, '210'),
(1251, 'Easter Pointyhat', '1', '0', 'easter_pointyhat', 2, 1, '210'),
(1253, 'Easter Rabbit_in_hole', '1', '0', 'easter_rabbit_in_hole', 2, 1, '210'),
(1255, 'Easter Egg Costume', '1', '0', 'easteregg_costume', 2, 1, '210'),
(1258, 'Edge', '1', '0', 'edge', 2, 1, '209'),
(1259, 'Edito Fisherman Bait', '1', '0', 'edito_fisherman_bait', 2, 1, '228'),
(1260, 'Edito Logo', '1', '0', 'edito_logo', 2, 1, '228'),
(1261, 'Edito Logo 1', '1', '0', 'edito_logo_001', 2, 1, '1000'),
(1262, 'Edito Petit Talingots', '1', '0', 'edito_petit_talingots', 2, 1, '1000'),
(1263, 'Eggs', '1', '0', 'eggs', 2, 1, '220'),
(1264, 'Elegant Bling', '1', '0', 'elegant_bling', 2, 1, '237'),
(1265, 'Elijah Burke', '1', '0', 'elijahburke', 2, 1, '209'),
(1266, 'E4 Years', '1', '0', 'e4_years', 2, 1, '1000'),
(1267, 'Educk Sticker', '1', '0', 'educk_sticker', 2, 1, '1000'),
(1268, 'Evil Easter Bunny', '1', '0', 'evil_easterbunny', 2, 1, '1000'),
(1269, 'Evil Giant Bunny', '1', '0', 'evil_giant_bunny', 2, 1, '220'),
(1270, 'Exclamation', '1', '0', 'exclamation', 2, 1, '203'),
(1271, 'Executive Cheappen', '1', '0', 'exe_sticker_cheappen', 2, 1, '228'),
(1272, 'Executive Luxurypen', '1', '0', 'exe_sticker_luxurypen', 2, 1, '228'),
(1273, 'Extra Sduck Left', '1', '0', 'extra_sduck_left', 2, 1, '1000'),
(1274, 'Extra Sduck Right', '1', '0', 'extra_sduck_right', 2, 1, '1000'),
(1275, 'Extra Ssnowball', '1', '0', 'extra_ssnowball', 2, 1, '1000'),
(1276, 'Extreme Dudesons', '1', '0', 'extreme_dudesons', 2, 1, '214'),
(1277, 'Eye Left', '1', '0', 'eyeleft', 2, 1, '220'),
(1278, 'Eye Right', '1', '0', 'eyeright', 2, 1, '220'),
(1279, 'F', '1', '0', 'f', 2, 1, '203'),
(1280, 'Fantastic Four Logo', '1', '0', 'fantasticfourlogo', 2, 1, '214'),
(1281, 'Featuredgroup', '1', '0', 'featuredgroup', 2, 1, '50'),
(1283, 'Featuredgroup Sticker', '1', '0', 'featuredgroup_sticker', 2, 1, '50'),
(1284, 'Felix 1', '1', '0', 'felix01', 2, 1, '214'),
(1285, 'Felix 2', '1', '0', 'felix02', 2, 1, '214'),
(1286, 'Felix 3', '1', '0', 'felix03b', 2, 1, '214'),
(1289, 'Festus', '1', '0', 'festus', 2, 1, '209'),
(1290, 'Fikoirakisu', '1', '0', 'fikoirakisu', 2, 1, '1000'),
(1291, 'FI Golden Snake', '1', '0', 'fi_golden_snake', 2, 1, '228'),
(1292, 'FI Koirakisu 2', '1', '0', 'fi_koirakisu2', 2, 1, '216'),
(1293, 'FI Mino', '1', '0', 'fi_mino', 2, 1, '216'),
(1294, 'FI Posti Box', '1', '0', 'fi_posti_box', 2, 1, '216'),
(1295, 'FI Posti Girl', '1', '0', 'fi_posti_girl', 2, 1, '216'),
(1296, 'FI Rasmu 2', '1', '0', 'fi_rasmu2_194x130', 2, 1, '1000'),
(1297, 'Fieldberries', '1', '0', 'fieldberries', 2, 1, '214'),
(1298, 'Fiesta Chica Tampax', '1', '0', 'fiesta_chica_tampax', 2, 1, '214'),
(1299, 'Fiesta Minifalda 1', '1', '0', 'fiesta_minifalda_1', 2, 1, '214'),
(1300, 'Fiesta Minifalda 2', '1', '0', 'fiesta_minifalda_2', 2, 1, '214'),
(1301, 'Fiesta Welcome', '1', '0', 'fiesta_welcome', 2, 1, '214'),
(1302, 'Filmstrip Corner Botleft', '1', '0', 'filmstrip_corner_botleft', 2, 1, '221'),
(1303, 'Filmstrip Corner Botright', '1', '0', 'filmstrip_corner_botright', 2, 1, '221'),
(1304, 'Filmstrip Corner Topleft', '1', '0', 'filmstrip_corner_topleft', 2, 1, '221'),
(1305, 'Filmstrip Corner Topright', '1', '0', 'filmstrip_corner_topright', 2, 1, '221'),
(1306, 'Filmstrip Horiz', '1', '0', 'filmstrip_horiz', 2, 1, '221'),
(1307, 'Filmstrip Vert', '1', '0', 'filmstrip_vert', 2, 1, '221'),
(1308, 'Finger Push', '1', '0', 'finger_push', 2, 1, '222'),
(1309, 'Fish', '1', '0', 'fish', 2, 1, '228'),
(1310, 'Flameskull', '1', '0', 'flameskull', 2, 1, '1000'),
(1311, 'Flower 1', '1', '0', 'flower1png', 2, 1, '214'),
(1312, 'Flower 2', '1', '0', 'flower2', 2, 1, '214'),
(1313, 'Football', '1', '0', 'football', 2, 1, '232'),
(1314, 'Free Hugs', '1', '0', 'free_hugs', 2, 1, '216'),
(1317, 'Funaki', '1', '0', 'funaki', 2, 1, '209'),
(1318, 'FWRK Blue', '1', '0', 'fwrk_blue', 2, 1, '223'),
(1319, 'FWRK Pink', '1', '0', 'fwrk_pink', 2, 1, '223'),
(1320, 'FWRK Yellow', '1', '0', 'fwrk_yellow', 2, 1, '223'),
(1321, 'G', '1', '0', 'g', 2, 1, '203'),
(1322, 'Galasticker', '1', '0', 'galasticker', 2, 1, '1000'),
(1323, 'Gamask', '1', '0', 'gamask', 2, 1, '1000'),
(1324, 'Gaspar', '1', '0', 'gaspar', 2, 1, '216'),
(1325, 'Gaur', '1', '0', 'gaur', 2, 1, '1000'),
(1327, 'Gaursticker 3', '1', '0', 'gaursticker3', 2, 1, '214'),
(1328, 'Genie Fire Head', '1', '0', 'genie_fire_head', 2, 1, '208'),
(1330, 'Girlfriend Blue', '1', '0', 'gf_hotornot_blue', 2, 1, '214'),
(1331, 'Girlfriend Pink', '1', '0', 'gf_hotornot_pink', 2, 1, '214'),
(1332, 'Global World Sticker', '1', '0', 'globalw_sticker', 2, 1, '235'),
(1333, 'Global World Sticker 2', '1', '0', 'globalw_sticker_001', 2, 1, '1000'),
(1334, 'Global World Tstorieoldweb', '1', '0', 'globalw_tstorieoldweb', 2, 1, '1000'),
(1335, 'Gold Medallion', '1', '0', 'goldmedallion', 2, 1, '1000'),
(1336, 'Gorilla Hand', '1', '0', 'gorilla_hand', 2, 1, '1000'),
(1337, 'Gorilla Hand 1', '1', '0', 'gorillahand1', 2, 1, '220'),
(1338, 'Gorilla Hand 2', '1', '0', 'gorillahand2', 2, 1, '220'),
(1344, 'Gothic Draculacape', '1', '0', 'gothic_draculacape', 2, 1, '214'),
(1346, 'Gothic Scienceplatform', '1', '0', 'gothic_scienceplatform', 2, 1, '219'),
(1348, 'GP Logo White', '1', '0', 'gplogo_white', 2, 1, '1000'),
(1351, 'Gras Deal', '1', '0', 'gr:emoji_relieved:eal', 2, 1, '1000'),
(1352, 'Grave Sticker', '1', '0', 'gravesticker', 2, 1, '220'),
(1353, 'Grave Sticker 2', '1', '0', 'gravesticker2', 2, 1, '220'),
(1354, 'Green Hockey Stick', '1', '0', 'greenhockeystick', 2, 1, '213'),
(1355, 'Greenpeace', '1', '0', 'greenpeace', 2, 1, '1000'),
(1356, 'Greenpeace Sticker', '1', '0', 'greenpeace_sticker', 2, 1, '1000'),
(1357, 'Greenpeace White', '1', '0', 'greenpeacewhite', 2, 1, '1000'),
(1359, 'Grossebouledeneige', '1', '0', 'grossebouledeneige', 2, 1, '1000'),
(1360, 'Grunge Polaroid 1', '1', '0', 'grunge_polaroid_1', 2, 1, '216'),
(1361, 'Grunge Polaroid 2', '1', '0', 'grunge_polaroid_2', 2, 1, '216'),
(1362, 'Grunge Polaroid 3', '1', '0', 'grunge_polaroid_3', 2, 1, '216'),
(1363, 'Grunge Polaroid 4', '1', '0', 'grunge_polaroid_4', 2, 1, '216'),
(1364, 'Grunge Polaroid 5', '1', '0', 'grunge_polaroid_5', 2, 1, '216'),
(1365, 'Guard 1', '1', '0', 'guard1', 2, 1, '216'),
(1366, 'Guard 2', '1', '0', 'guard2', 2, 1, '216'),
(1367, 'Guccimama', '1', '0', 'guccimama', 2, 1, '216'),
(1368, 'H', '1', '0', 'h', 2, 1, '203'),
(1370, 'Habbo Island', '1', '0', 'habbo_island', 2, 1, '207'),
(1371, 'Habbo Toolbar Sticker', '1', '0', 'habbo_toolbar_sticker', 2, 1, '1000'),
(1372, 'Habbo By Night-sticker', '1', '0', 'habbobynightsticker', 2, 1, '220'),
(1373, 'Habbohome Of The Month', '1', '0', 'habbohome_of_the_month', 2, 1, '50'),
(1375, 'Habborella Logo', '1', '0', 'habborella_logo', 2, 1, '228'),
(1376, 'Habboween Background', '1', '0', 'habboween_bg', 2, 1, '1000'),
(1377, 'Hacksaw', '1', '0', 'hacksaw', 2, 1, '209'),
(1378, 'Hat Clown 2', '1', '0', 'hat_clown2', 2, 1, '208'),
(1379, 'HC Hat', '1', '0', 'hc_hat', 2, 1, '208'),
(1380, 'Highlighter 1', '1', '0', 'highlighter_1', 2, 1, '238'),
(1381, 'Highlighter 2', '1', '0', 'highlighter_2', 2, 1, '238'),
(1382, 'Highlighter Mark 1', '1', '0', 'highlighter_mark1', 2, 1, '238'),
(1383, 'Highlighter Mark 2', '1', '0', 'highlighter_mark2', 2, 1, '238'),
(1384, 'Highlighter Mark 3', '1', '0', 'highlighter_mark3', 2, 1, '238'),
(1385, 'Highlighter Mark 4', '1', '0', 'highlighter_mark4b', 2, 1, '238'),
(1386, 'Highlighter Mark 5', '1', '0', 'highlighter_mark5', 2, 1, '238'),
(1387, 'Highlighter Mark 6', '1', '0', 'highlighter_mark6', 2, 1, '238'),
(1388, 'Hockey Habbo', '1', '0', 'hockey_habbo', 2, 1, '213'),
(1389, 'Hockeyref', '1', '0', 'hockeyref', 2, 1, '213'),
(1390, 'Holycarp', '1', '0', 'holycarp', 2, 1, '228'),
(1391, 'Homer', '1', '0', 'homer', 2, 1, '216'),
(1392, 'Horizontalink', '1', '0', 'horizontalink', 2, 1, '238'),
(1393, 'Hornswoggle', '1', '0', 'hornswoggle', 2, 1, '209'),
(1394, 'HP Guest', '1', '0', 'hp_guest', 2, 1, '216'),
(1421, 'JP 5 Years', '1', '0', 'hwjp_5years', 2, 1, '1000'),
(1422, 'HW Lapanen Blue', '1', '0', 'hwlapanen_blue', 2, 1, '1000'),
(1423, 'HW Ssnowqueen', '1', '0', 'hwssnowqueen', 2, 1, '1000'),
(1424, 'HW Sticker Galafinal', '1', '0', 'hwsticker_galafinal', 2, 1, '1000'),
(1425, 'Valentine Cupido Anim', '1', '0', 'hwval_cupido_anim', 2, 1, '1000'),
(1426, 'Valentine Sticker Bobbadice', '1', '0', 'hwval_sticker_bobbadice', 2, 1, '1000'),
(1427, 'Xmas Box Suit Mint 2', '1', '0', 'hwxmabox_suit_mint2', 2, 1, '1000'),
(1428, 'Xmas Cat Animated', '1', '0', 'hwxmacat_animated', 2, 1, '1000'),
(1429, '3d Glasses', '1', '0', 'hw_3d_glasses', 2, 1, '221'),
(1430, 'Actionstar', '1', '0', 'hw_actionstar', 2, 1, '221'),
(1431, 'Amp Big', '1', '0', 'hw_amp_big', 2, 1, '221'),
(1432, 'Amp Small', '1', '0', 'hw_amp_small', 2, 1, '221'),
(1433, 'Bartender Costume', '1', '0', 'hw_bartender_costume', 2, 1, '221'),
(1434, 'Bassplayer Boy', '1', '0', 'hw_bassplayer_boy', 2, 1, '221'),
(1435, 'Bassplayer Girl', '1', '0', 'hw_bassplayer_girl', 2, 1, '221'),
(1437, 'Skull Background', '1', '0', 'hw_bgpattern_skull', 2, 1, '221'),
(1438, 'Bigcamera', '1', '0', 'hw_bigcamera', 2, 1, '221'),
(1439, 'Bouncers', '1', '0', 'hw_bouncers', 2, 1, '221'),
(1440, 'Camera L', '1', '0', 'hw_camera_l', 2, 1, '221'),
(1441, 'Camera R', '1', '0', 'hw_camera_r', 2, 1, '221'),
(1442, 'Camopant L', '1', '0', 'hw_camopantl', 2, 1, '1000'),
(1443, 'Camopant R', '1', '0', 'hw_camopantr', 2, 1, '1000'),
(1444, 'Camopant R1', '1', '0', 'hw_camopantr1', 2, 1, '1000'),
(1445, 'Carpet Corner Down', '1', '0', 'hw_carpet_corner_down', 2, 1, '221'),
(1446, 'Carpet Corner Up', '1', '0', 'hw_carpet_corner_up', 2, 1, '221'),
(1447, 'Carpet End Ldown', '1', '0', 'hw_carpet_end_ldown', 2, 1, '221'),
(1448, 'Carpet End Lup', '1', '0', 'hw_carpet_end_lup', 2, 1, '221'),
(1449, 'Carpet End Rdown', '1', '0', 'hw_carpet_end_rdown', 2, 1, '221'),
(1450, 'Carpet End Rup', '1', '0', 'hw_carpet_end_rup', 2, 1, '221'),
(1451, 'Carpet L', '1', '0', 'hw_carpet_l', 2, 1, '221'),
(1452, 'Carpet R', '1', '0', 'hw_carpet_r', 2, 1, '221'),
(1453, 'Drummer Boy', '1', '0', 'hw_drummer_boy', 2, 1, '221'),
(1454, 'Drummer Girl', '1', '0', 'hw_drummer_girl', 2, 1, '221'),
(1455, 'Edito Logo', '1', '0', 'hw_edito_logo', 2, 1, '1000'),
(1456, 'Guitarplayer Black', '1', '0', 'hw_guitarplayer_black', 2, 1, '221'),
(1457, 'Guitarplayer White', '1', '0', 'hw_guitarplayer_white', 2, 1, '221'),
(1458, 'Hairspray', '1', '0', 'hw_hairspray', 2, 1, '221'),
(1459, 'Hippie', '1', '0', 'hw_hippie', 2, 1, '221'),
(1460, 'Hitcher', '1', '0', 'hw_hitcher', 2, 1, '221'),
(1461, 'Inmate', '1', '0', 'hw_inmate', 2, 1, '221'),
(1462, 'Kenny Burger', '1', '0', 'hw_kenny_burger', 2, 1, '221'),
(1463, 'Kenny Fight', '1', '0', 'hw_kenny_fight', 2, 1, '221'),
(1464, 'Kenny Shock', '1', '0', 'hw_kenny_shock', 2, 1, '221'),
(1465, 'Keyboards', '1', '0', 'hw_keyboards', 2, 1, '221'),
(1468, 'Logoanim', '1', '0', 'hw_logoanim', 2, 1, '221'),
(1469, 'Mega Afro', '1', '0', 'hw_mega_afro', 2, 1, '221'),
(1470, 'Microphone', '1', '0', 'hw_microphone', 2, 1, '221'),
(1471, 'Moh Logo', '1', '0', 'hw_moh_logo', 2, 1, '221'),
(1472, 'Shades', '1', '0', 'hw_shades', 2, 1, '221'),
(1473, 'Speedobunny', '1', '0', 'hw_speedobunny', 2, 1, '221'),
(1474, 'Valentine Love Costume', '1', '0', 'hw_val_sticker_love-costume', 2, 1, '221'),
(1475, 'Veronicas', '1', '0', 'hw_veronicas', 2, 1, '1000'),
(1476, 'Habbowood Klaffi 1', '1', '0', 'hwood07klaffi2', 2, 1, '1000'),
(1477, 'Habbowood Klaffi 2', '1', '0', 'hwood07_klaffi2', 2, 1, '221'),
(1478, 'I', '1', '0', 'i', 2, 1, '203'),
(1480, 'I love Bobba', '1', '0', 'i_love_bobba', 2, 1, '204'),
(1481, 'I love Coffee', '1', '0', 'i_love_coffee', 2, 1, '204'),
(1483, 'Icecube Big', '1', '0', 'icecube_big', 2, 1, '235'),
(1484, 'Icecube Small', '1', '0', 'icecube_small', 2, 1, '235'),
(1487, 'Impactsdeneige', '1', '0', 'impactsdeneige', 2, 1, '1000'),
(1488, 'Inked Antisquidf', '1', '0', 'inked_antisquidf', 2, 1, '239'),
(1489, 'Inked Antisquidm', '1', '0', 'inked_antisquidm', 2, 1, '239'),
(1490, 'Inked Antisquidrank', '1', '0', 'inked_antisquidrank', 2, 1, '239'),
(1491, 'Inked Inkedblink', '1', '0', 'inked_inkedblink', 2, 1, '239'),
(1492, 'Inked Lamp', '1', '0', 'inked_lamp', 2, 1, '239'),
(1493, 'Inked Love', '1', '0', 'inked_love', 2, 1, '239'),
(1494, 'Inked Poster', '1', '0', 'inked_poster', 2, 1, '239'),
(1495, 'Inked Ship', '1', '0', 'inked_ship', 2, 1, '239'),
(1496, 'Inked Spit', '1', '0', 'inked_spit', 2, 1, '239'),
(1497, 'Inked Squidpants', '1', '0', 'inked_squidpants', 2, 1, '239'),
(1498, 'Inked Suidpatrol', '1', '0', 'inked_suidpatrol', 2, 1, '239'),
(1499, 'Island', '1', '0', 'island', 2, 1, '207'),
(1500, 'IT Habbohome', '1', '0', 'it_habbohome', 2, 1, '50'),
(1501, 'IT Stickerpodio', '1', '0', 'it_stickerpodio', 2, 1, '228'),
(1502, 'IT Toilet', '1', '0', 'it_toilet', 2, 1, '216'),
(1503, 'J', '1', '0', 'j', 2, 1, '203'),
(1504, 'James Curtis', '1', '0', 'jamescurtis', 2, 1, '209'),
(1505, 'Jared', '1', '0', 'jared', 2, 1, '216'),
(1506, 'Jarno Guest', '1', '0', 'jarno_guest', 2, 1, '216'),
(1507, 'Jarppi Guest', '1', '0', 'jarppi_guest', 2, 1, '216'),
(1508, 'Jarppi Guest 2', '1', '0', 'jarppi_guest2', 2, 1, '216'),
(1509, 'JBL', '1', '0', 'jbl', 2, 1, '209'),
(1510, 'Jeff Hardy', '1', '0', 'jeffhardy', 2, 1, '209'),
(1511, 'Jenkki Monster Sticker', '1', '0', 'jenkki_monster_sticker', 2, 1, '214'),
(1513, 'Jesse', '1', '0', 'jesse', 2, 1, '209'),
(1514, 'Jigoku Shojo 1', '1', '0', 'jigoku_shojo_1', 2, 1, '214'),
(1515, 'Jigoku Shojo 2', '1', '0', 'jigoku_shojo_2', 2, 1, '214'),
(1516, 'Jimmyhart', '1', '0', 'jimmyhart', 2, 1, '209'),
(1517, 'Jimmysnuka', '1', '0', 'jimmysnuka', 2, 1, '209'),
(1518, 'Johnmorrison', '1', '0', 'johnmorrison', 2, 1, '209'),
(1519, 'JP 5 Uears', '1', '0', 'jp_5years', 2, 1, '206'),
(1520, 'JP Godzilla', '1', '0', 'jp_godzilla', 2, 1, '204'),
(1521, 'JP Sushi', '1', '0', 'jp_sushi', 2, 1, '204'),
(1522, 'Juice', '1', '0', 'juice', 2, 1, '228'),
(1523, 'Jukka Guest', '1', '0', 'jukka_guest', 2, 1, '216'),
(1524, 'Jukka Guest2', '1', '0', 'jukka_guest2', 2, 1, '216'),
(1525, 'July0408 Boom 1', '1', '0', 'july0408_boom_1', 2, 1, '223'),
(1526, 'July408 Auntsamantha', '1', '0', 'july408_auntsamantha', 2, 1, '223'),
(1527, 'July408 Boom 2', '1', '0', 'july408_boom_2', 2, 1, '223'),
(1528, 'July408 Boom 3', '1', '0', 'july408_boom_3', 2, 1, '223'),
(1529, 'July408 Boom 4', '1', '0', 'july408_boom_4', 2, 1, '223'),
(1530, 'July408 Border', '1', '0', 'july408_border', 2, 1, '223'),
(1531, 'July408 July4th', '1', '0', 'july408_july4th', 2, 1, '223'),
(1532, 'July408 Unclesam', '1', '0', 'july408_unclesam', 2, 1, '223'),
(1533, 'K', '1', '0', 'k', 2, 1, '203'),
(1534, 'Karigrandi Sticker', '1', '0', 'karigrandi_sticker', 2, 1, '214'),
(1535, 'Kennydy Kstra', '1', '0', 'kennydykstra', 2, 1, '209'),
(1536, 'Ketupat', '1', '0', 'ketupat', 2, 1, '228'),
(1537, 'Kevinthorn', '1', '0', 'kevinthorn', 2, 1, '209'),
(1538, 'KFP Sticker 1', '1', '0', 'kfp_sticker_01', 2, 1, '214'),
(1539, 'KFP Sticker 2', '1', '0', 'kfp_sticker_02', 2, 1, '214'),
(1540, 'KFP Sticker 3', '1', '0', 'kfp_sticker_03', 2, 1, '214'),
(1541, 'KFP Sticker 4', '1', '0', 'kfp_sticker_04', 2, 1, '214'),
(1542, 'KFP Sticker 5', '1', '0', 'kfp_sticker_05', 2, 1, '214'),
(1543, 'KFP Sticker 6', '1', '0', 'kfp_sticker_06', 2, 1, '214'),
(1544, 'KFP Sticker 7', '1', '0', 'kfp_sticker_07', 2, 1, '214'),
(1545, 'KIP Partnerbtn', '1', '0', 'kip_partnerbtn', 2, 1, '225'),
(1546, 'KIR Stamp 1', '1', '0', 'kir-stamp1', 2, 1, '225'),
(1547, 'KIR Bam Sticker', '1', '0', 'kir_bam_sticker', 2, 1, '225'),
(1548, 'KIR Elkah Sticker', '1', '0', 'kir_elkah_sticker', 2, 1, '225'),
(1549, 'KIR Foz Sticker', '1', '0', 'kir_foz_sticker', 2, 1, '225'),
(1550, 'KIR Fushi Sticker', '1', '0', 'kir_fushi_sticker', 2, 1, '225'),
(1551, 'KIR Stamp 1', '1', '0', 'kir_stamp1', 2, 1, '225'),
(1552, 'KIR Stamp 2', '1', '0', 'kir_stamp2', 2, 1, '225'),
(1553, 'KIR Stamp 3', '1', '0', 'kir_stamp3', 2, 1, '225'),
(1555, 'Kir Stamp', '1', '0', 'kir_stamp4', 2, 1, '225'),
(1557, 'KIR Stamp 5', '1', '0', 'kir_stamp5', 2, 1, '225'),
(1558, 'KIR Stamp 6', '1', '0', 'kir_stamp6', 2, 1, '225'),
(1559, 'KIR Stamp 7', '1', '0', 'kir_stamp6_002', 2, 1, '225'),
(1561, 'KIR Sticker', '1', '0', 'kir_sticker', 2, 1, '225'),
(1562, 'KIR Winner 1', '1', '0', 'kir_winner_01', 2, 1, '225'),
(1563, 'KIR Winner 2', '1', '0', 'kir_winner_02', 2, 1, '225'),
(1564, 'KIR Winner 3', '1', '0', 'kir_winner_03', 2, 1, '225'),
(1565, 'KIR Winner 4', '1', '0', 'kir_winner_04', 2, 1, '225'),
(1566, 'KIR Winner 5', '1', '0', 'kir_winner_05', 2, 1, '225'),
(1567, 'KIR Winner 6', '1', '0', 'kir_winner_06', 2, 1, '225'),
(1568, 'KIR Winner 7', '1', '0', 'kir_winner_07', 2, 1, '225'),
(1569, 'KIR Winner 8', '1', '0', 'kir_winner_08', 2, 1, '225'),
(1570, 'KIR Winner 9', '1', '0', 'kir_winner_09', 2, 1, '225'),
(1571, 'KIR Winner 10', '1', '0', 'kir_winner_10', 2, 1, '225'),
(1572, 'KIR Winner 11', '1', '0', 'kir_winner_11', 2, 1, '225'),
(1573, 'KIR Yobbo Sticker', '1', '0', 'kir_yobbo_sticker', 2, 1, '225'),
(1574, 'Kitsune Wonders', '1', '0', 'kitsune_wonders', 2, 1, '224'),
(1575, 'Kitsune Yelling', '1', '0', 'kitsune_yelling', 2, 1, '224'),
(1576, 'Kitune Fighting', '1', '0', 'kitune_fighting', 2, 1, '224'),
(1580, 'Krans', '1', '0', 'krans', 2, 1, '228'),
(1581, 'L', '1', '0', 'l', 2, 1, '203'),
(1582, 'Lamp 1', '1', '0', 'lamp_1', 2, 1, '228'),
(1583, 'Lamp 2', '1', '0', 'lamp_2', 2, 1, '229'),
(1584, 'Lamp 3', '1', '0', 'lamp_3', 2, 1, '229'),
(1585, 'Lamp 4', '1', '0', 'lamp_4', 2, 1, '229'),
(1586, 'Lamp Group', '1', '0', 'lamp_group', 2, 1, '229'),
(1588, 'Lapanen Blue', '1', '0', 'lapanen_blue', 2, 1, '229'),
(1593, 'Lapanen Purple', '1', '0', 'lapanen_purple', 2, 1, '229'),
(1594, 'Lapanen Red', '1', '0', 'lapanen_red', 2, 1, '229'),
(1596, 'Lapanen Yellow', '1', '0', 'lapanen_yellow', 2, 1, '229'),
(1597, 'Lashey', '1', '0', 'lashey', 2, 1, '209'),
(1598, 'Leafs 1', '1', '0', 'leafs1', 2, 1, '215'),
(1599, 'Leafs 2', '1', '0', 'leafs2', 2, 1, '215'),
(1600, 'Leapday', '1', '0', 'leapday', 2, 1, '229'),
(1602, 'Letrah', '1', '0', 'letrah', 2, 1, '203'),
(1603, 'Letrai', '1', '0', 'letrai', 2, 1, '203'),
(1604, 'Lightbulb', '1', '0', 'lightbulb', 2, 1, '229'),
(1605, 'Limo Back', '1', '0', 'limo_back', 2, 1, '221'),
(1606, 'Limo Doorpiece', '1', '0', 'limo_doorpiece', 2, 1, '221'),
(1607, 'Limo Front', '1', '0', 'limo_front', 2, 1, '221'),
(1608, 'Limo Windowpiece', '1', '0', 'limo_windowpiece', 2, 1, '221'),
(1609, 'Linha', '1', '0', 'linha', 2, 1, '203'),
(1610, 'Linnsticker', '1', '0', 'linnsticker', 2, 1, '214'),
(1611, 'Little Dog Little Dog', '1', '0', 'littledoglittledog', 2, 1, '1000'),
(1612, 'Little Dog Mechahead', '1', '0', 'littledogmechahead', 2, 1, '1000'),
(1613, 'Little Dog Walking Mecha', '1', '0', 'littledogwalkingmecha', 2, 1, '1000'),
(1614, 'Loderse', '1', '0', 'loderse', 2, 1, '214'),
(1616, 'Lovebed', '1', '0', 'lovebed', 2, 1, '226'),
(1617, 'M', '1', '0', 'm', 2, 1, '203'),
(1620, 'Malecapitain Costume', '1', '0', 'malecapitain_costume', 2, 1, '1000'),
(1622, 'Mansikka Tarra', '1', '0', 'mansikka_tarra', 2, 1, '214'),
(1623, 'Maria', '1', '0', 'maria', 2, 1, '209'),
(1624, 'Mark Henry', '1', '0', 'markhenry', 2, 1, '209'),
(1625, 'Matt Hardy', '1', '0', 'matthardy', 2, 1, '209'),
(1626, 'Matt Striker', '1', '0', 'mattstriker', 2, 1, '209'),
(1627, 'May Weather', '1', '0', 'mayweather', 2, 1, '209'),
(1628, 'Melchor', '1', '0', 'melchor', 2, 1, '216'),
(1629, 'Melina', '1', '0', 'melina', 2, 1, '209'),
(1631, 'Mexico', '1', '0', 'mexico', 2, 1, '232'),
(1633, 'Mid Sommar 1', '1', '0', 'midsommar_1', 2, 1, '229'),
(1634, 'Mike Knoxx', '1', '0', 'mikeknoxx', 2, 1, '209'),
(1635, 'Miss J', '1', '0', 'missj', 2, 1, '216'),
(1636, 'Money Low', '1', '0', 'money_o', 2, 1, '215'),
(1637, 'Money Stash', '1', '0', 'money_stash', 2, 1, '215'),
(1638, 'Money High', '1', '0', 'money_v', 2, 1, '215'),
(1639, 'Mooncake Dark', '1', '0', 'mooncake_dark', 2, 1, '217'),
(1640, 'Mooncake Light', '1', '0', 'mooncake_light', 2, 1, '217'),
(1641, 'Mr Kennedy', '1', '0', 'mrkennedy', 2, 1, '209'),
(1642, 'Mummimor', '1', '0', 'mummimor', 2, 1, '216'),
(1643, 'N', '1', '0', 'n', 2, 1, '203');
INSERT INTO `cms_homes_catalouge` (`id`, `name`, `type`, `subtype`, `data`, `price`, `amount`, `category`) VALUES
(1644, 'Nail 2', '1', '0', 'nail2', 2, 1, '222'),
(1645, 'Nail 3', '1', '0', 'nail3', 2, 1, '222'),
(1646, 'Needle 1', '1', '0', 'needle_1', 2, 1, '222'),
(1647, 'Needle 2', '1', '0', 'needle_2', 2, 1, '222'),
(1648, 'Needle 3', '1', '0', 'needle_3', 2, 1, '222'),
(1649, 'Needle 4', '1', '0', 'needle_4', 2, 1, '222'),
(1650, 'Needle 5', '1', '0', 'needle_5', 2, 1, '222'),
(1652, 'Newyear 2007', '1', '0', 'newyear_2007_anim', 2, 1, '223'),
(1655, 'Newyear Sparkler', '1', '0', 'newyear_sparkler', 2, 1, '223'),
(1656, 'Nigiri Sushi', '1', '0', 'nigirisushi', 2, 1, '224'),
(1657, 'NL Coinguy Animated', '1', '0', 'nl_coinguy_animated', 2, 1, '230'),
(1658, 'NL Cupido', '1', '0', 'nl_cupido', 2, 1, '226'),
(1659, 'NL Downtown Costume', '1', '0', 'nl_downtown_costume', 2, 1, '208'),
(1660, 'NL Firecracker', '1', '0', 'nl_firecracker', 2, 1, '217'),
(1661, 'NL Football Guest', '1', '0', 'nl_football_guest', 2, 1, '232'),
(1662, 'NL Football Guest 2', '1', '0', 'nl_football_guest2', 2, 1, '232'),
(1663, 'NL Limo', '1', '0', 'nl_limo', 2, 1, '221'),
(1664, 'NL Wanted Costume', '1', '0', 'nl_wanted_costume', 2, 1, '208'),
(1665, 'No Space Sticker', '1', '0', 'no_space_sticker', 2, 1, '204'),
(1666, 'No Way Out Slanted', '1', '0', 'nowayout_slanted', 2, 1, '214'),
(1667, 'N-Jury', '1', '0', 'njury', 2, 1, '1000'),
(1668, 'N-Logo', '1', '0', 'nlogo', 2, 1, '1000'),
(1669, 'N-Stage', '1', '0', 'nstage', 2, 1, '1000'),
(1670, 'Nunzio', '1', '0', 'nunzio', 2, 1, '209'),
(1671, 'NZ Heart', '1', '0', 'nz_heart', 2, 1, '204'),
(1672, 'NZ Tiki', '1', '0', 'nz_tiki', 2, 1, '204'),
(1673, 'O', '1', '0', 'o', 2, 1, '203'),
(1674, 'O with Dots', '1', '0', 'o_with_dots', 2, 1, '203'),
(1675, 'Ogopogo 1', '1', '0', 'ogopogo1', 2, 1, '217'),
(1676, 'Oldfence Left', '1', '0', 'oldfence_left', 2, 1, '230'),
(1677, 'Oldfence Right', '1', '0', 'oldfence_right', 2, 1, '230'),
(1678, 'Orca Ideal Home', '1', '0', 'orca_ideal_home', 2, 1, '230'),
(1679, 'P', '1', '0', 'p', 2, 1, '203'),
(1680, 'Paper Clip 1', '1', '0', 'paper_clip_1', 2, 1, '222'),
(1681, 'Paper Clip 2', '1', '0', 'paper_clip_2', 2, 1, '222'),
(1682, 'Paper Clip 3', '1', '0', 'paper_clip_3', 2, 1, '222'),
(1683, 'Parrot', '1', '0', 'parrot', 2, 1, '230'),
(1684, 'Patsday Claddagh', '1', '0', 'patsday_claddagh', 2, 1, '241'),
(1685, 'Patsday Kissme', '1', '0', 'patsday_kissme', 2, 1, '241'),
(1687, 'Patsday Potogold', '1', '0', 'patsday_potogold', 2, 1, '241'),
(1688, 'Patsday Shamborderh', '1', '0', 'patsday_shamborderh', 2, 1, '241'),
(1689, 'Patsday Shamborderv', '1', '0', 'patsday_shamborderv', 2, 1, '241'),
(1690, 'Patsday Shamrock', '1', '0', 'patsday_shamrock', 2, 1, '241'),
(1691, 'Paul London', '1', '0', 'paullondon', 2, 1, '209'),
(1692, 'Paul Orndorff', '1', '0', 'paulorndorff', 2, 1, '209'),
(1693, 'Petite Boule', '1', '0', 'petiteboule', 2, 1, '1000'),
(1694, 'Pinrock Inrio', '1', '0', 'pinrockinrio', 2, 1, '1000'),
(1695, 'Pirate', '1', '0', 'pirate', 2, 1, '1000'),
(1696, 'Pirate Captain', '1', '0', 'piratecaptain', 2, 1, '1000'),
(1697, 'Pirate Cutlass', '1', '0', 'piratecutlass', 2, 1, '1000'),
(1698, 'Pirate Dude 1', '1', '0', 'piratedude01', 2, 1, '1000'),
(1699, 'Pirate Dude 2', '1', '0', 'piratedude02', 2, 1, '1000'),
(1700, 'Pirate Flag', '1', '0', 'pirateflag', 2, 1, '1000'),
(1701, 'Pirate Scroll', '1', '0', 'piratescroll', 2, 1, '1000'),
(1702, 'Pirate Treasure 1', '1', '0', 'piratetreasure01', 2, 1, '1000'),
(1703, 'Pirate Treasure 2', '1', '0', 'piratetreasure02', 2, 1, '1000'),
(1704, 'Plaster', '1', '0', 'plaster', 2, 1, '229'),
(1705, 'Plaster 2', '1', '0', 'plaster2', 2, 1, '229'),
(1706, 'Ponto', '1', '0', 'ponto', 2, 1, '203'),
(1707, 'Poppy', '1', '0', 'poppy', 2, 1, '229'),
(1708, 'Poptart', '1', '0', 'poptartcv1b2', 2, 1, '1000'),
(1710, 'Poptart 2', '1', '0', 'poptartcv2b2', 2, 1, '1000'),
(1711, 'Poptart 3', '1', '0', 'poptartcv2ba', 2, 1, '1000'),
(1712, 'Poptarts 1', '1', '0', 'poptartsb1b', 2, 1, '1000'),
(1713, 'Poptarts 2', '1', '0', 'poptartsb2b', 2, 1, '1000'),
(1714, 'Pro Eco', '1', '0', 'pro_eco', 2, 1, '235'),
(1717, 'Prom of the Dead Sticker Brains', '1', '0', 'promofthedead_sticker_brains', 2, 1, '221'),
(1718, 'Prom of the Dead Sticker Dress', '1', '0', 'promofthedead_sticker_dress', 2, 1, '221'),
(1719, 'Prom of the Dead Sticker Duck', '1', '0', 'promofthedead_sticker_duck', 2, 1, '221'),
(1720, 'Prom of the Dead Sticker Poster', '1', '0', 'promofthedead_sticker_poster', 2, 1, '221'),
(1721, 'Prom of the Dead Sticker Suit', '1', '0', 'promofthedead_sticker_suit', 2, 1, '221'),
(1722, 'Prom of the Dead Sticker Zombie', '1', '0', 'promofthedead_sticker_zombie', 2, 1, '221'),
(1723, 'Q', '1', '0', 'q', 2, 1, '203'),
(1724, 'Queensibidi', '1', '0', 'queensibidi', 2, 1, '216'),
(1725, 'Question', '1', '0', 'question', 2, 1, '203'),
(1726, 'R', '1', '0', 'r', 2, 1, '203'),
(1727, 'Radar', '1', '0', 'radar', 2, 1, '216'),
(1728, 'Randy Orton', '1', '0', 'randyorton', 2, 1, '209'),
(1729, 'Rasta', '1', '0', 'rasta', 2, 1, '216'),
(1730, 'Ratv 2', '1', '0', 'ratv2', 2, 1, '217'),
(1731, 'Red Hockeystick', '1', '0', 'redhockeystick', 2, 1, '213'),
(1732, 'Redlamp', '1', '0', 'redlamp', 2, 1, '229'),
(1733, 'Red Starfish', '1', '0', 'redstarfish', 2, 1, '229'),
(1734, 'Referee 1 Guest', '1', '0', 'referee_01_guest', 2, 1, '216'),
(1735, 'Referee 2 Guest', '1', '0', 'referee_02_guest', 2, 1, '1000'),
(1736, 'Referee 3 Guest', '1', '0', 'referee_03_guest', 2, 1, '216'),
(1737, 'Reymysterio', '1', '0', 'reymysterio', 2, 1, '209'),
(1738, 'Ricflair', '1', '0', 'ricflair', 2, 1, '209'),
(1739, 'Roddypiper', '1', '0', 'roddypiper', 2, 1, '209'),
(1740, 'Ronsimmons', '1', '0', 'ronsimmons', 2, 1, '209'),
(1741, 'Room of the Week', '1', '0', 'room_of_the_week', 2, 1, '50'),
(1742, 'Rt Stiker', '1', '0', 'rtsstciker', 2, 1, '1000'),
(1744, 'Rt Sticker v1', '1', '0', 'rtsticker_v1', 2, 1, '1000'),
(1745, 'Ruler Horizontal', '1', '0', 'ruler_horizontal', 2, 1, '215'),
(1746, 'Ruler Vertical', '1', '0', 'ruler_vertical', 2, 1, '215'),
(1747, 'S', '1', '0', 's', 2, 1, '203'),
(1748, 'Sack Costume', '1', '0', 'sackcostume', 2, 1, '208'),
(1749, 'Safer Internet 2008', '1', '0', 'saferinternet2008', 2, 1, '229'),
(1750, 'Samsung 1', '1', '0', 'samsung1', 2, 1, '214'),
(1751, 'Samsung 2', '1', '0', 'samsung2', 2, 1, '214'),
(1752, 'Samsung 3', '1', '0', 'samsung3', 2, 1, '214'),
(1753, 'Samsung 4', '1', '0', 'samsung4', 2, 1, '214'),
(1754, 'Samsung 5', '1', '0', 'samsung5', 2, 1, '214'),
(1755, 'Santa 3000 Character', '1', '0', 'santa3000_character', 2, 1, '1000'),
(1756, 'Santinoma Rella', '1', '0', 'santinomarella', 2, 1, '209'),
(1758, 'Sasquatch', '1', '0', 'sasquatch7', 2, 1, '229'),
(1759, 'Sasquatch Hands', '1', '0', 'sasquatch_hands', 2, 1, '208'),
(1760, 'Satay', '1', '0', 'satay', 2, 1, '229'),
(1761, 'Scubacapsule Anim', '1', '0', 'scubacapsule_anim', 2, 1, '208'),
(1762, 'SE Sticker Competition', '1', '0', 'se_sticker_competition', 2, 1, '208'),
(1763, 'Seagull 1', '1', '0', 'seagull_01', 2, 1, '207'),
(1764, 'Seagull 2', '1', '0', 'seagull_02', 2, 1, '207'),
(1767, 'Sea Shell', '1', '0', 'seashell', 2, 1, '207'),
(1768, 'Sergeant Slaughter', '1', '0', 'sergeantslaughter', 2, 1, '209'),
(1769, 'MTV Sticker 1', '1', '0', 'sg_mtv_sticker_01', 2, 1, '214'),
(1770, 'MTV Sticker 2', '1', '0', 'sg_mtv_sticker_02', 2, 1, '214'),
(1771, 'MTV Sticker 3', '1', '0', 'sg_mtv_sticker_03', 2, 1, '214'),
(1772, 'Shell', '1', '0', 'shell', 2, 1, '207'),
(1773, 'Shelton Benjamin', '1', '0', 'sheltonbenjamin', 2, 1, '209'),
(1774, 'Shrubbery', '1', '0', 'shrubbery', 2, 1, '229'),
(1775, 'Silver Medallion', '1', '0', 'silvermedallion', 2, 1, '1000'),
(1776, 'Skeletor 1', '1', '0', 'skeletor_001', 2, 1, '220'),
(1777, 'Skull', '1', '0', 'skull', 2, 1, '220'),
(1778, 'Skull 2', '1', '0', 'skull2', 2, 1, '220'),
(1779, 'Slash', '1', '0', 'slash', 2, 1, '203'),
(1780, 'Smichaels', '1', '0', 'smichaels', 2, 1, '209'),
(1781, 'Snitsky', '1', '0', 'snitsky', 2, 1, '209'),
(1782, 'Snowball', '1', '0', 'snowball', 2, 1, '229'),
(1783, 'Snowball Bumpy', '1', '0', 'snowball_bumpy', 2, 1, '229'),
(1784, 'Snowball Smooth', '1', '0', 'snowball_smooth', 2, 1, '1000'),
(1785, 'Soccer Dude 1', '1', '0', 'soccer_dude_1', 2, 1, '232'),
(1786, 'Soccer Dude 2', '1', '0', 'soccer_dude_2', 2, 1, '232'),
(1787, 'Soccer Dude 3', '1', '0', 'soccer_dude_3', 2, 1, '232'),
(1788, 'Soccer Dude 4', '1', '0', 'soccer_dude_4', 2, 1, '232'),
(1789, 'Soccer Dude 5', '1', '0', 'soccer_dude_5', 2, 1, '232'),
(1790, 'Soccer Shirt 1', '1', '0', 'soccer_shirt1', 2, 1, '1000'),
(1791, 'Soccer Shirt 10', '1', '0', 'soccer_shirt10', 2, 1, '1000'),
(1792, 'Soccer Shirt 11', '1', '0', 'soccer_shirt11', 2, 1, '1000'),
(1793, 'Soccer Shirt 12', '1', '0', 'soccer_shirt12', 2, 1, '1000'),
(1794, 'Soccer Shirt 13', '1', '0', 'soccer_shirt13', 2, 1, '1000'),
(1795, 'Soccer Shirt 14', '1', '0', 'soccer_shirt14', 2, 1, '1000'),
(1796, 'Soccer Shirt 15', '1', '0', 'soccer_shirt15', 2, 1, '1000'),
(1797, 'Soccer Shirt 16', '1', '0', 'soccer_shirt16', 2, 1, '1000'),
(1798, 'Soccer Shirt 17', '1', '0', 'soccer_shirt17', 2, 1, '1000'),
(1799, 'Soccer Shirt 18', '1', '0', 'soccer_shirt18', 2, 1, '1000'),
(1800, 'Soccer Shirt 19', '1', '0', 'soccer_shirt19', 2, 1, '1000'),
(1801, 'Soccer Shirt 2', '1', '0', 'soccer_shirt2', 2, 1, '1000'),
(1802, 'Soccer Shirt 20', '1', '0', 'soccer_shirt20', 2, 1, '1000'),
(1803, 'Soccer Shirt 3', '1', '0', 'soccer_shirt3', 2, 1, '1000'),
(1804, 'Soccer Shirt 4', '1', '0', 'soccer_shirt4', 2, 1, '1000'),
(1805, 'Soccer Shirt 5', '1', '0', 'soccer_shirt5', 2, 1, '1000'),
(1806, 'Soccer Shirt 6', '1', '0', 'soccer_shirt6', 2, 1, '1000'),
(1807, 'Soccer Shirt 7', '1', '0', 'soccer_shirt7', 2, 1, '1000'),
(1808, 'Soccer Shirt 8', '1', '0', 'soccer_shirt8', 2, 1, '1000'),
(1809, 'Soccer Shirt 9', '1', '0', 'soccer_shirt9', 2, 1, '1000'),
(1810, 'Soccer Short 1', '1', '0', 'soccer_short1', 2, 1, '1000'),
(1811, 'Soccer Short 10', '1', '0', 'soccer_short10', 2, 1, '1000'),
(1812, 'Soccer Short 11', '1', '0', 'soccer_short11', 2, 1, '1000'),
(1813, 'Soccer Short 12', '1', '0', 'soccer_short12', 2, 1, '1000'),
(1814, 'Soccer Short 13', '1', '0', 'soccer_short13', 2, 1, '1000'),
(1815, 'Soccer Short 14', '1', '0', 'soccer_short14', 2, 1, '1000'),
(1816, 'Soccer Short 15', '1', '0', 'soccer_short15', 2, 1, '1000'),
(1817, 'Soccer Short 16', '1', '0', 'soccer_short16', 2, 1, '1000'),
(1818, 'Soccer Short 17', '1', '0', 'soccer_short17', 2, 1, '1000'),
(1819, 'Soccer Short 18', '1', '0', 'soccer_short18', 2, 1, '1000'),
(1820, 'Soccer Short 19', '1', '0', 'soccer_short19', 2, 1, '1000'),
(1821, 'Soccer Short 2', '1', '0', 'soccer_short2', 2, 1, '1000'),
(1822, 'Soccer Short 20', '1', '0', 'soccer_short20', 2, 1, '1000'),
(1823, 'Soccer Short 3', '1', '0', 'soccer_short3', 2, 1, '1000'),
(1824, 'Soccer Short 4', '1', '0', 'soccer_short4', 2, 1, '1000'),
(1825, 'Soccer Short 5', '1', '0', 'soccer_short5', 2, 1, '1000'),
(1826, 'Soccer Short 6', '1', '0', 'soccer_short6', 2, 1, '1000'),
(1827, 'Soccer Short 7', '1', '0', 'soccer_short7', 2, 1, '1000'),
(1828, 'Soccer Short 8', '1', '0', 'soccer_short8', 2, 1, '1000'),
(1829, 'Soccer Short 9', '1', '0', 'soccer_short9', 2, 1, '1000'),
(1830, 'Sofresh', '1', '0', 'sofresh', 2, 1, '204'),
(1831, 'spiderwick Goblin 1 L', '1', '0', 'spiderwick_goblin1_l', 2, 1, '214'),
(1832, 'spiderwick Goblin 1 R', '1', '0', 'spiderwick_goblin1_r', 2, 1, '214'),
(1833, 'spiderwick Goblin 2 L', '1', '0', 'spiderwick_goblin2_l', 2, 1, '214'),
(1834, 'spiderwick Goblin 2 R', '1', '0', 'spiderwick_goblin2_r', 2, 1, '214'),
(1835, 'spiderwick Goblin Anim L', '1', '0', 'spiderwick_goblin_anim_l', 2, 1, '214'),
(1836, 'spiderwick Goblin Anim R', '1', '0', 'spiderwick_goblin_anim_r', 2, 1, '214'),
(1837, 'spiderwick Griffin L', '1', '0', 'spiderwick_griffin_l', 2, 1, '214'),
(1838, 'spiderwick Griffin R', '1', '0', 'spiderwick_griffin_r', 2, 1, '214'),
(1839, 'spiderwick Sprite 1 L', '1', '0', 'spiderwick_sprite1_l', 2, 1, '214'),
(1840, 'spiderwick Sprite 1 R', '1', '0', 'spiderwick_sprite1_r', 2, 1, '214'),
(1841, 'spiderwick Sprite 2 L', '1', '0', 'spiderwick_sprite2_l', 2, 1, '214'),
(1842, 'spiderwick Sprite 2 R', '1', '0', 'spiderwick_sprite2_r', 2, 1, '214'),
(1843, 'spiderwick Toadstooll', '1', '0', 'spiderwick_toadstooll', 2, 1, '1000'),
(1844, 'Spiderwick Toadstooll 2', '1', '0', 'spiderwick_toadstoolr', 2, 1, '1000'),
(1845, 'Spill 1', '1', '0', 'spill1', 2, 1, '229'),
(1846, 'Spill 2', '1', '0', 'spill2', 2, 1, '229'),
(1847, 'Spill 3', '1', '0', 'spill3', 2, 1, '229'),
(1848, 'Spotlight Sticker', '1', '0', 'spotlight_sticker', 2, 1, '229'),
(1849, 'Spotlight Sticker 2', '1', '0', 'spotlight_sticker2_001', 2, 1, '229'),
(1852, 'Spray', '1', '0', 'spray1', 2, 1, '229'),
(1853, 'Spray 2', '1', '0', 'spray2', 2, 1, '229'),
(1854, 'Squib', '1', '0', 'squib', 2, 1, '229'),
(1856, 'Snowstorm Boots Blue', '1', '0', 'sbootsitjalapaset_blue', 2, 1, '1000'),
(1857, 'Snowstorm Boots Red ', '1', '0', 'sbootsitjalapaset_red', 2, 1, '1000'),
(1858, 'Snowstorm Costume Blue', '1', '0', 'scostume_blue', 2, 1, '1000'),
(1859, 'Snowstorm Costume Red', '1', '0', 'scostume_red', 2, 1, '1000'),
(1860, 'Shitby Snowball', '1', '0', 'shitby_snowball', 2, 1, '1000'),
(1861, 'Snowstorm Ballmachine', '1', '0', 'ssnowballmachine', 2, 1, '1000'),
(1862, 'Snowstorm Flake', '1', '0', 'ssnowflake1', 2, 1, '1000'),
(1865, 'Snowstorm Flake 2', '1', '0', 'ssnowflake2', 2, 1, '1000'),
(1866, 'Snowstorm Man', '1', '0', 'ssnowman', 2, 1, '1000'),
(1867, 'Snowstorm Queen', '1', '0', 'ssnowqueen', 2, 1, '1000'),
(1868, 'Snowstorm Tree', '1', '0', 'ssnowtree', 2, 1, '1000'),
(1869, 'Stanley Cup Sticker', '1', '0', 'stanleycupsticker', 2, 1, '213'),
(1870, 'Star', '1', '0', 'star', 2, 1, '203'),
(1872, 'Starburst', '1', '0', 'starburst', 2, 1, '214'),
(1873, 'Stevie Richards', '1', '0', 'stevierichards', 2, 1, '209'),
(1874, 'Stewardes Costume', '1', '0', 'stewardescostume', 2, 1, '1000'),
(1875, 'Sticker Aunt Samantha', '1', '0', 'stickerauntsamantha', 2, 1, '1000'),
(1876, 'Sticker Flagborder', '1', '0', 'stickerflagborder', 2, 1, '1000'),
(1877, 'Sticker 3 Years', '1', '0', 'sticker_3years', 2, 1, '206'),
(1879, 'Sticker Arrow Down', '1', '0', 'sticker_arrow_down', 2, 1, '222'),
(1880, 'Sticker Arrow Left', '1', '0', 'sticker_arrow_left', 2, 1, '222'),
(1881, 'Sticker Arrow Right', '1', '0', 'sticker_arrow_right', 2, 1, '222'),
(1882, 'Sticker Arrow Up', '1', '0', 'sticker_arrow_up', 2, 1, '222'),
(1883, 'Sticker Award Bronze', '1', '0', 'sticker_award_bronze', 2, 1, '50'),
(1884, 'Sticker Award Gold', '1', '0', 'sticker_award_gold', 2, 1, '50'),
(1886, 'Sticker Award Silver', '1', '0', 'sticker_award_silver', 2, 1, '50'),
(1888, 'Sticker Bonsai Ninjaf', '1', '0', 'sticker_bonsai_ninjaf', 2, 1, '224'),
(1889, 'Sticker Bonsai Ninjafa', '1', '0', 'sticker_bonsai_ninjafa', 2, 1, '224'),
(1890, 'Sticker Bonsai Ninjam', '1', '0', 'sticker_bonsai_ninjam', 2, 1, '224'),
(1891, 'Sticker Bonsai Ninjama', '1', '0', 'sticker_bonsai_ninjama', 2, 1, '224'),
(1892, 'Sticker Bonsai Samuraif', '1', '0', 'sticker_bonsai_samuraif', 2, 1, '224'),
(1893, 'Sticker Bonsai Samuraifa', '1', '0', 'sticker_bonsai_samuraifa', 2, 1, '224'),
(1894, 'Sticker Bonsai Samuraim', '1', '0', 'sticker_bonsai_samuraim', 2, 1, '224'),
(1895, 'Sticker Bonsai Samuraima', '1', '0', 'sticker_bonsai_samuraima', 2, 1, '224'),
(1897, 'Sticker Boxer', '1', '0', 'sticker_boxer', 2, 1, '216'),
(1898, 'Sticker Caballoons', '1', '0', 'sticker_caballoons', 2, 1, '213'),
(1899, 'Sticker Cabin', '1', '0', 'sticker_cabin', 2, 1, '229'),
(1900, 'Sticker Cactuanim', '1', '0', 'sticker_cactuanim', 2, 1, '1000'),
(1901, 'Sticker Cais 4', '1', '0', 'sticker_cais4', 2, 1, '213'),
(1902, 'sticker_Cape', '1', '0', 'sticker_cape', 2, 1, '208'),
(1903, 'Sticker Catinabox', '1', '0', 'sticker_catinabox', 2, 1, '229'),
(1904, 'Sticker Chauvesouri', '1', '0', 'sticker_chauvesouri', 2, 1, '1000'),
(1905, 'Sticker Chauvesouris', '1', '0', 'sticker_chauvesouris', 2, 1, '1000'),
(1906, 'Sticker Chica_Tampax', '1', '0', 'sticker_chica_tampax', 2, 1, '214'),
(1907, 'Sticker Chica_Tampax 1', '1', '0', 'sticker_chica_tampax1', 2, 1, '214'),
(1908, 'Sticker Chica Tampax 2', '1', '0', 'sticker_chica_tampax2', 2, 1, '214'),
(1909, 'Sticker Chips', '1', '0', 'sticker_chips', 2, 1, '229'),
(1910, 'Sticker Clown Anim', '1', '0', 'sticker_clown_anim', 2, 1, '216'),
(1911, 'Sticker Coffee Stain', '1', '0', 'sticker_coffee_stain', 2, 1, '229'),
(1912, 'Sticker Coffee Steam Blue', '1', '0', 'sticker_coffee_steam_blue', 2, 1, '229'),
(1913, 'Sticker Coffee Steam Grey', '1', '0', 'sticker_coffee_steam_grey', 2, 1, '229'),
(1914, 'Sticker Croco', '1', '0', 'sticker_croco', 2, 1, '229'),
(1915, 'Sticker DA Blingclock', '1', '0', 'sticker_da_blingclock', 2, 1, '229'),
(1916, 'Sticker Dreamer', '1', '0', 'sticker_dreamer', 2, 1, '229'),
(1917, 'Sticker Effect Bam', '1', '0', 'sticker_effect_bam', 2, 1, '240'),
(1918, 'Sticker Effect Burp', '1', '0', 'sticker_effect_burp', 2, 1, '240'),
(1919, 'Sticker Effect Whoosh 2', '1', '0', 'sticker_effect_whoosh2', 2, 1, '240'),
(1920, 'Sticker Effect Woosh', '1', '0', 'sticker_effect_woosh', 2, 1, '240'),
(1921, 'Sticker Effect Zap', '1', '0', 'sticker_effect_zap', 2, 1, '240'),
(1922, 'Sticker Eraser', '1', '0', 'sticker_eraser', 2, 1, '229'),
(1923, 'Sticker Eye Anim', '1', '0', 'sticker_eye_anim', 2, 1, '229'),
(1924, 'Sticker Eye Evil Anim', '1', '0', 'sticker_eye_evil_anim', 2, 1, '229'),
(1925, 'Sticker Eyeblue', '1', '0', 'sticker_eyeblue', 2, 1, '1000'),
(1926, 'Sticker Fireworkboom 3', '1', '0', 'sticker_fireworkboom3', 2, 1, '223'),
(1927, 'Sticker Flames', '1', '0', 'sticker_flames', 2, 1, '229'),
(1928, 'Sticker Flameskull', '1', '0', 'sticker_flameskull', 2, 1, '1000'),
(1929, 'Sticker Flower', '1', '0', 'sticker_flower1', 2, 1, '210'),
(1930, 'Sticker Flower Big Yellow', '1', '0', 'sticker_flower_big_yellow', 2, 1, '210'),
(1931, 'Sticker Flower Pink', '1', '0', 'sticker_flower_pink', 2, 1, '210'),
(1932, 'Sticker Gala', '1', '0', 'sticker_gala', 2, 1, '214'),
(1934, 'Sticker Gentleman', '1', '0', 'sticker_gentleman', 2, 1, '216'),
(1935, 'Sticker Glasseelton', '1', '0', 'sticker_glasseelton', 2, 1, '1000'),
(1936, 'Sticker Glassesupernerd', '1', '0', 'sticker_glassesupernerd', 2, 1, '1000'),
(1945, 'Sticker Gurubeard Brown', '1', '0', 'sticker_gurubeard_brown', 2, 1, '208'),
(1946, 'Sticker Gurubeard Gray', '1', '0', 'sticker_gurubeard_gray', 2, 1, '208'),
(1947, 'Sticker Heartbeat', '1', '0', 'sticker_heartbeat', 2, 1, '226'),
(1949, 'Sticker Hole', '1', '0', 'sticker_hole', 2, 1, '229'),
(1950, 'Sticker Hulkhogan', '1', '0', 'sticker_hulkhogan', 2, 1, '208'),
(1951, 'Sticker Iheartfools', '1', '0', 'sticker_iheartfools', 2, 1, '204'),
(1952, 'Sticker Koopa', '1', '0', 'sticker_koopa', 2, 1, '212'),
(1953, 'Sticker Lonewolf', '1', '0', 'sticker_lonewolf', 2, 1, '229'),
(1954, 'Sticker Luigi', '1', '0', 'sticker_luigi', 2, 1, '212'),
(1955, 'Sticker Mamasboy', '1', '0', 'sticker_mamasboy', 2, 1, '229'),
(1956, 'Sticker Maquillage', '1', '0', 'sticker_maquillage', 2, 1, '208'),
(1957, 'Sticker Mario', '1', '0', 'sticker_mario', 2, 1, '212'),
(1958, 'Sticker Masque', '1', '0', 'sticker_masque_01', 2, 1, '208'),
(1959, 'Sticker Masque 2', '1', '0', 'sticker_masque_02', 2, 1, '208'),
(1960, 'Sticker Masque 3', '1', '0', 'sticker_masque_03', 2, 1, '208'),
(1961, 'sticker_Masque 4', '1', '0', 'sticker_masque_04', 2, 1, '208'),
(1962, 'Sticker Masque 5', '1', '0', 'sticker_masque_05', 2, 1, '208'),
(1963, 'Sticker Masque Or', '1', '0', 'sticker_masque_or', 2, 1, '208'),
(1964, 'Sticker Mathoffman', '1', '0', 'sticker_mathoffman', 2, 1, '214'),
(1965, 'Sticker Mineur', '1', '0', 'sticker_mineur', 2, 1, '216'),
(1966, 'Sticker Monolithe', '1', '0', 'sticker_monolithe', 2, 1, '229'),
(1967, 'Sticker Moonpig', '1', '0', 'sticker_moonpig', 2, 1, '229'),
(1972, 'Sticker Peach', '1', '0', 'sticker_peach', 2, 1, '212'),
(1973, 'Sticker Pencil', '1', '0', 'sticker_pencil', 2, 1, '229'),
(1974, 'Sticker Pencil 2', '1', '0', 'sticker_pencil_2', 2, 1, '230'),
(1975, 'Sticker Pointing Hand 1', '1', '0', 'sticker_pointing_hand_1', 2, 1, '222'),
(1976, 'Sticker Pointing Hand 2', '1', '0', 'sticker_pointing_hand_2', 2, 1, '222'),
(1977, 'Sticker Pointing Hand 3', '1', '0', 'sticker_pointing_hand_3', 2, 1, '222'),
(1978, 'Sticker Pointing Hand 4', '1', '0', 'sticker_pointing_hand_4', 2, 1, '222'),
(1979, 'Sticker Prankster', '1', '0', 'sticker_prankster', 2, 1, '230'),
(1980, 'Sticker Romantic', '1', '0', 'sticker_romantic', 2, 1, '230'),
(2654, 'Sticker Spaceduck', '1', '0', 'sticker_spaceduck', 2, 1, '230'),
(1985, 'Sticker Sboard 1', '1', '0', 'sticker_sboard1', 2, 1, '207'),
(1986, 'Sticker Sboard 2', '1', '0', 'sticker_sboard2', 2, 1, '207'),
(1987, 'Sticker Sboard 3', '1', '0', 'sticker_sboard3', 2, 1, '207'),
(1988, 'Sticker Skull', '1', '0', 'sticker_skull', 2, 1, '1000'),
(1989, 'Sticker Skull 2', '1', '0', 'sticker_skull2', 2, 1, '1000'),
(1990, 'Sticker Sleeping Habbo', '1', '0', 'sticker_sleeping_habbo', 2, 1, '216'),
(1992, 'Sticker Spiky Wristband', '1', '0', 'sticker_spiky_wristband', 2, 1, '230'),
(1997, 'Sticker Squelette', '1', '0', 'sticker_squelette', 2, 1, '220'),
(1998, 'Sticker Submarine', '1', '0', 'sticker_submarine', 2, 1, '230'),
(1999, 'Sticker Teensberg', '1', '0', 'sticker_teensberg', 2, 1, '1000'),
(2000, 'Sticker Themepark 2', '1', '0', 'sticker_themepark_002', 2, 1, '228'),
(2001, 'Sticker Themepark 3', '1', '0', 'sticker_themepark_003', 2, 1, '234'),
(2002, 'Sticker Tiki Flamesboard', '1', '0', 'sticker_tiki_flamesboard', 2, 1, '207'),
(2006, 'Sticker Tour', '1', '0', 'sticker_tour', 2, 1, '214'),
(2007, 'Sticker Trax Bling', '1', '0', 'sticker_trax_bling', 2, 1, '1000'),
(2008, 'Sticker Trax Heavy', '1', '0', 'sticker_trax_heavy', 2, 1, '1000'),
(2009, 'Sticker Trax Rock', '1', '0', 'sticker_trax_rock', 2, 1, '1000'),
(2010, 'Sticker Trophy Award', '1', '0', 'sticker_trophy_award', 2, 1, '230'),
(2011, 'Sticker Unclesam', '1', '0', 'sticker_unclesam', 2, 1, '223'),
(2012, 'Sticker Woodboard', '1', '0', 'sticker_woodboard', 2, 1, '207'),
(2013, 'Sticker Zipper H Bobba Lock', '1', '0', 'sticker_zipper_h_bobba_lock', 2, 1, '215'),
(2014, 'Sticker Zipper H End', '1', '0', 'sticker_zipper_h_end', 2, 1, '215'),
(2015, 'Sticker Zipper H Normal Lock', '1', '0', 'sticker_zipper_h_normal_lock', 2, 1, '215'),
(2016, 'Sticker Zipper H Tile', '1', '0', 'sticker_zipper_h_tile', 2, 1, '215'),
(2017, 'Sticker Zipper V Bobba Lock', '1', '0', 'sticker_zipper_v_bobba_lock', 2, 1, '215'),
(2018, 'Sticker Zipper V End', '1', '0', 'sticker_zipper_v_end', 2, 1, '215'),
(2019, 'Sticker Zipper V Normal Lock', '1', '0', 'sticker_zipper_v_normal_lock', 2, 1, '215'),
(2020, 'Sticker Zipper V Tile', '1', '0', 'sticker_zipper_v_tile', 2, 1, '215'),
(2021, 'Goth Border Vertical', '1', '0', 'goth_border_vertical', 2, 1, '215'),
(2022, 'Stonecold', '1', '0', 'stonecold', 2, 1, '209'),
(2023, 'Stray Pixels Winner', '1', '0', 'straypixelswinner', 2, 1, '230'),
(2024, 'Streaker', '1', '0', 'streaker', 2, 1, '216'),
(2025, 'Summer Flowerwreath', '1', '0', 'summerflowerwreath', 2, 1, '1000'),
(2026, 'Summer Beachballafro', '1', '0', 'summer_beachballafro', 2, 1, '207'),
(2027, 'Summer Blueberry Left', '1', '0', 'summer_blueberry_left', 2, 1, '207'),
(2031, 'Summer Blueberry Right', '1', '0', 'summer_blueberry_right', 2, 1, '207'),
(2033, 'Summer Cloud 1', '1', '0', 'summer_cloud1', 2, 1, '207'),
(2035, 'Summer Cloud 2', '1', '0', 'summer_cloud2', 2, 1, '207'),
(2037, 'Summer Cloud 3', '1', '0', 'summer_cloud3', 2, 1, '207'),
(2039, 'Summer Flowerwreath 2', '1', '0', 'summer_flowerwreath', 2, 1, '207'),
(2040, 'Summer Kite', '1', '0', 'summer_kite', 2, 1, '207'),
(2043, 'Summer Rollerblades', '1', '0', 'summer_rollerblades', 2, 1, '207'),
(2044, 'Summer Rowingboat', '1', '0', 'summer_rowingboat', 2, 1, '207'),
(2045, 'Summer Skateboard', '1', '0', 'summer_skateboard', 2, 1, '207'),
(2046, 'Summer Swim Trunk', '1', '0', 'summer_swim_trunk', 2, 1, '207'),
(2047, 'Summer sticker_Strawberry', '1', '0', 'summersticker_strawberry', 2, 1, '207'),
(2048, 'Sunflower', '1', '0', 'sunflower', 2, 1, '210'),
(2050, 'Supercrazy', '1', '0', 'supercrazy', 2, 1, '209'),
(2051, 'Superjatt', '1', '0', 'superjatt', 2, 1, '1000'),
(2052, 'Surflifesaver', '1', '0', 'surflifesaver', 2, 1, '1000'),
(2053, 'Sushi Ika Squid', '1', '0', 'sushi_ika_squid', 2, 1, '224'),
(2054, 'Sushi Ikura Caviar', '1', '0', 'sushi_ikura_caviar', 2, 1, '224'),
(2055, 'Sushi Kohada Mackerel', '1', '0', 'sushi_kohada_mackerel', 2, 1, '224'),
(2056, 'Sushi Maguro', '1', '0', 'sushi_maguro', 2, 1, '224'),
(2057, 'Sushi Tamago Egg', '1', '0', 'sushi_tamago_egg', 2, 1, '224'),
(2058, 'Sushi Uni Sea Urchin', '1', '0', 'sushi_uni_sea_urchin', 2, 1, '224'),
(2059, 'Swimming Fish', '1', '0', 'swimming_fish', 2, 1, '230'),
(2060, 'T', '1', '0', 't', 2, 1, '203'),
(2061, 'Tahti', '1', '0', 'tahti', 2, 1, '237'),
(2062, 'Tall Ship', '1', '0', 'tall_ship', 2, 1, '218'),
(2064, 'Tampax Signboard', '1', '0', 'tampax_signboard', 2, 1, '214'),
(2068, 'Tepetepe 2', '1', '0', 'tepetepe2', 2, 1, '1000'),
(2069, 'Thanksgiving 07', '1', '0', 'thanksgiving07', 2, 1, '230'),
(2070, 'The Great Khali', '1', '0', 'thegreatkhali', 2, 1, '209'),
(2071, 'The Miz', '1', '0', 'themiz', 2, 1, '209'),
(2072, 'The Safety Box', '1', '0', 'thesafetybox', 2, 1, '230'),
(2073, 'Tiki Cloudtiki L', '1', '0', 'tiki_cloudtiki_l', 2, 1, '207'),
(2074, 'Tiki Cloudtiki R', '1', '0', 'tiki_cloudtiki_r', 2, 1, '207'),
(2075, 'Tiki Flowersboard', '1', '0', 'tiki_flowersboard', 2, 1, '207'),
(2076, 'Tiki Greenboard', '1', '0', 'tiki_greenboard', 2, 1, '207'),
(2077, 'Tiki Moarider F', '1', '0', 'tiki_moarider_f', 2, 1, '207'),
(2078, 'Tiki Moarider M', '1', '0', 'tiki_moarider_m', 2, 1, '207'),
(2079, 'Tiki Planttiki L', '1', '0', 'tiki_planttiki_l', 2, 1, '207'),
(2080, 'Tiki Planttiki R', '1', '0', 'tiki_planttiki_r', 2, 1, '207'),
(2081, 'Tiki Skulltiki L', '1', '0', 'tiki_skulltiki_l', 2, 1, '207'),
(2082, 'Tiki Skulltiki R', '1', '0', 'tiki_skulltiki_r', 2, 1, '207'),
(2083, 'Tiki Watertiki L', '1', '0', 'tiki_watertiki_l', 2, 1, '207'),
(2084, 'Tiki Watertiki R', '1', '0', 'tiki_watertiki_r', 2, 1, '207'),
(2085, 'Tiki Woodboard', '1', '0', 'tiki_woodboard', 2, 1, '207'),
(2086, 'Toffee Tarra', '1', '0', 'toffee_tarra', 2, 1, '214'),
(2087, 'Tokfia', '1', '0', 'tokfia', 2, 1, '216'),
(2088, 'Tommy Dreamer', '1', '0', 'tommydreamer', 2, 1, '209'),
(2089, 'Tomo', '1', '0', 'tomo', 2, 1, '216'),
(2090, 'Toolbar Sticker', '1', '0', 'toolbar_sticker', 2, 1, '1000'),
(2091, 'Torrie Wilson', '1', '0', 'torriewilson', 2, 1, '209'),
(2092, 'Tproll', '1', '0', 'tproll', 2, 1, '221'),
(2093, 'Tracinho', '1', '0', 'tracinho', 2, 1, '203'),
(2094, 'Trax 8 bit', '1', '0', 'trax_8_bit', 2, 1, '204'),
(2095, 'Trax Ambient', '1', '0', 'trax_ambient', 2, 1, '204'),
(2098, 'Trax Bling', '1', '0', 'trax_bling', 2, 1, '204'),
(2101, 'Trax Disco', '1', '0', 'trax_disco', 2, 1, '204'),
(2103, 'Trax Electro', '1', '0', 'trax_electro', 2, 1, '204'),
(2106, 'Trax Heavy', '1', '0', 'trax_heavy', 2, 1, '204'),
(2108, 'Trax Latin', '1', '0', 'trax_latin', 2, 1, '204'),
(2110, 'Trax Log Not for sale', '1', '0', 'trax_log_not_for_sale', 2, 1, '1000'),
(2111, 'Trax Reggae', '1', '0', 'trax_reggae', 2, 1, '204'),
(2112, 'Trax Rock', '1', '0', 'trax_rock', 2, 1, '204'),
(2114, 'Trax Sfx', '1', '0', 'trax_sfx', 2, 1, '204'),
(2116, 'Trax Goldrecord', '1', '0', 'traxgoldrecord', 2, 1, '230'),
(2118, 'Tree Owl', '1', '0', 'tree_owl', 2, 1, '230'),
(2119, 'Treestump', '1', '0', 'treestump', 2, 1, '230'),
(2120, 'Tripleh', '1', '0', 'tripleh', 2, 1, '209'),
(2121, 'U', '1', '0', 'u', 2, 1, '203'),
(2122, 'UK Childline', '1', '0', 'uk_childline_sticker', 2, 1, '204'),
(2123, 'UK Habbo X', '1', '0', 'uk_habbo_x_sticker', 2, 1, '230'),
(2124, 'UK Pixel Maze', '1', '0', 'uk_pixel_maze_sticker', 2, 1, '204'),
(2125, 'UK Only Homes', '1', '0', 'ukonly_disarno_homes', 2, 1, '1000'),
(2126, 'Umaga', '1', '0', 'umaga', 2, 1, '209'),
(2127, 'Underscore', '1', '0', 'underscore', 2, 1, '203'),
(2128, 'Undertaker', '1', '0', 'undertaker', 2, 1, '209'),
(2130, 'uFootball Guest', '1', '0', 'ufootball_guest', 2, 1, '1000'),
(2131, 'V', '1', '0', 'v', 2, 1, '203'),
(2134, 'Valentine Cupido', '1', '0', 'val_cupido_anim', 2, 1, '226'),
(2136, 'Valentine Costume 3', '1', '0', 'val_lovecostume3', 2, 1, '226'),
(2139, 'Valentine Lovedice', '1', '0', 'val_lovedice', 2, 1, '226'),
(2140, 'Valentine Skull 360 Around', '1', '0', 'val_skull360around_anim', 2, 1, '226'),
(2141, 'Valentine Barbwire Horis', '1', '0', 'val_sticker_barbwire_horis', 2, 1, '226'),
(2143, 'Valentine Barbwire Vert', '1', '0', 'val_sticker_barbwire_vert', 2, 1, '226'),
(2146, 'Valentine Bartender', '1', '0', 'val_sticker_bartender', 2, 1, '226'),
(2147, 'Valentine Bartender2', '1', '0', 'val_sticker_bartender2', 2, 1, '226'),
(2148, 'Valentine Bobbadice', '1', '0', 'val_sticker_bobbadice', 2, 1, '226'),
(2150, 'Valentine Crew', '1', '0', 'val_sticker_crew', 2, 1, '226'),
(2151, 'Valentine Croco', '1', '0', 'val_sticker_croco', 2, 1, '226'),
(2152, 'Valentine Cupid Arrow', '1', '0', 'val_sticker_cupid_arrow', 2, 1, '226'),
(2153, 'Valentine Femalecaptain', '1', '0', 'val_sticker_femalecaptain', 2, 1, '226'),
(2157, 'Valentine Malecaptain', '1', '0', 'val_sticker_malecaptain', 2, 1, '226'),
(2158, 'Valentine Malecrew', '1', '0', 'val_sticker_malecrew', 2, 1, '226'),
(2159, 'Valentine Rosewire Corner', '1', '0', 'val_sticker_rosewire_corner', 2, 1, '226'),
(2162, 'Valentine Rosewire Horis', '1', '0', 'val_sticker_rosewire_horis', 2, 1, '226'),
(2163, 'Valentine Rosewire Vert', '1', '0', 'val_sticker_rosewire_vert', 2, 1, '226'),
(2165, 'Valentine Skull 360', '1', '0', 'val_sticker_skull360', 2, 1, '226'),
(2166, 'Valentine Skull 360 Circle', '1', '0', 'val_sticker_skull360_circle', 2, 1, '226'),
(2167, 'Valentine Stewardess', '1', '0', 'val_sticker_stewardess', 2, 1, '226'),
(2168, 'Valentine Stewardess 2', '1', '0', 'val_sticker_stewardess2', 2, 1, '226'),
(2169, 'Valentine Storm Costume', '1', '0', 'val_sticker_storm-costume', 2, 1, '226'),
(2171, 'Valentine Voodoo Suit', '1', '0', 'val_sticker_voodoo_suit', 2, 1, '226'),
(2172, 'Valentine Captain', '1', '0', 'valcaptain', 2, 1, '226'),
(2174, 'Valentine Welcome Sticker', '1', '0', 'valentine_welcome_sticker', 2, 1, '226'),
(2177, 'Valvenis', '1', '0', 'valvenis', 2, 1, '209'),
(2178, 'Vanilja Tarra', '1', '0', 'vanilja_tarra', 2, 1, '214'),
(2179, 'Venezuela', '1', '0', 'venezuela', 2, 1, '232'),
(2180, 'Venti', '1', '0', 'venti', 2, 1, '230'),
(2181, 'Veronicas', '1', '0', 'veronicas', 2, 1, '216'),
(2182, 'Vertical Ink', '1', '0', 'verticalink', 2, 1, '238'),
(2184, 'Victoria', '1', '0', 'victoria', 2, 1, '209'),
(2185, 'Vincent Viga', '1', '0', 'vincentviga', 2, 1, '216'),
(2186, 'Vine', '1', '0', 'vine', 2, 1, '215'),
(2187, 'Vine 2', '1', '0', 'vine2', 2, 1, '215'),
(2188, 'VIP Pin', '1', '0', 'vip_pin', 2, 1, '50'),
(2189, 'Voice Articleimage', '1', '0', 'voice_articleimage', 2, 1, '1000'),
(2191, 'W', '1', '0', 'w', 2, 1, '203'),
(2192, 'Whimsy', '1', '0', 'whimsy', 2, 1, '1000'),
(2193, 'Wood A', '1', '0', 'wood_a', 2, 1, '227'),
(2194, 'Wood Acircle', '1', '0', 'wood_acircle', 2, 1, '227'),
(2195, 'Wood Acsent', '1', '0', 'wood_acsent', 2, 1, '227'),
(2196, 'Wood Acsent 2', '1', '0', 'wood_acsent2', 2, 1, '227'),
(2197, 'Wood Adots', '1', '0', 'wood_adots', 2, 1, '227'),
(2198, 'Wood B', '1', '0', 'wood_b', 2, 1, '227'),
(2199, 'Wood C', '1', '0', 'wood_c', 2, 1, '227'),
(2200, 'Wood Comma', '1', '0', 'wood_comma', 2, 1, '227'),
(2201, 'Wood D', '1', '0', 'wood_d', 2, 1, '227'),
(2202, 'Wood Dot', '1', '0', 'wood_dot', 2, 1, '227'),
(2203, 'Wood E', '1', '0', 'wood_e', 2, 1, '227'),
(2204, 'Wood Exclamation', '1', '0', 'wood_exclamation', 2, 1, '227'),
(2205, 'Wood F', '1', '0', 'wood_f', 2, 1, '227'),
(2206, 'Wood G', '1', '0', 'wood_g', 2, 1, '227'),
(2207, 'Wood H', '1', '0', 'wood_h', 2, 1, '227'),
(2208, 'Wood I', '1', '0', 'wood_i', 2, 1, '227'),
(2209, 'Wood J', '1', '0', 'wood_j', 2, 1, '227'),
(2210, 'Wood K', '1', '0', 'wood_k', 2, 1, '227'),
(2211, 'Wood L', '1', '0', 'wood_l', 2, 1, '227'),
(2212, 'Wood M', '1', '0', 'wood_m', 2, 1, '227'),
(2213, 'Wood N', '1', '0', 'wood_n', 2, 1, '227'),
(2214, 'Wood O', '1', '0', 'wood_o', 2, 1, '227'),
(2215, 'Wood Odots', '1', '0', 'wood_odots', 2, 1, '227'),
(2216, 'Wood P', '1', '0', 'wood_p', 2, 1, '227'),
(2217, 'Wood Q', '1', '0', 'wood_q', 2, 1, '227'),
(2218, 'Wood Question', '1', '0', 'wood_question', 2, 1, '227'),
(2219, 'Wood R', '1', '0', 'wood_r', 2, 1, '227'),
(2220, 'Wood S', '1', '0', 'wood_s', 2, 1, '227'),
(2221, 'Wood T', '1', '0', 'wood_t', 2, 1, '227'),
(2222, 'Wood U', '1', '0', 'wood_u', 2, 1, '227'),
(2223, 'Wood Undermark', '1', '0', 'wood_undermark', 2, 1, '227'),
(2224, 'Wood V', '1', '0', 'wood_v', 2, 1, '227'),
(2225, 'Wood W', '1', '0', 'wood_w', 2, 1, '227'),
(2226, 'Wood X', '1', '0', 'wood_x', 2, 1, '227'),
(2227, 'Wood Y', '1', '0', 'wood_y', 2, 1, '227'),
(2228, 'Wood Z', '1', '0', 'wood_z', 2, 1, '227'),
(2229, 'Wormhand', '1', '0', 'wormhand', 2, 1, '220'),
(2230, 'Wunder Frank', '1', '0', 'wunderfrank', 2, 1, '230'),
(2231, 'Wordwrestling', '1', '0', 'wwemvp', 2, 1, '209'),
(2232, 'X', '1', '0', 'x', 2, 1, '203'),
(2233, 'Xmas Angel Wings', '1', '0', 'xmaangel_wings', 2, 1, '1000'),
(2234, 'Xmas Angel Wing Animated', '1', '0', 'xmaangelwinganim', 2, 1, '1000'),
(2236, 'Xmas Box Darkred', '1', '0', 'xmabox_darkred', 2, 1, '1000'),
(2237, 'Xmas Box Darkred 2', '1', '0', 'xmabox_darkred2', 2, 1, '1000'),
(2238, 'Xmas Box Darkred 3', '1', '0', 'xmabox_darkred4', 2, 1, '1000'),
(2239, 'Xmas Box Green', '1', '0', 'xmabox_green', 2, 1, '1000'),
(2240, 'Xmas Box Green 2', '1', '0', 'xmabox_green_2', 2, 1, '1000'),
(2241, 'Xmas Box Lime', '1', '0', 'xmabox_lime', 2, 1, '1000'),
(2242, 'Xmas Box Lime 2', '1', '0', 'xmabox_lime_2', 2, 1, '1000'),
(2243, 'Xmas Box Orange', '1', '0', 'xmabox_orange', 2, 1, '1000'),
(2244, 'Xmas Box Red', '1', '0', 'xmabox_red', 2, 1, '1000'),
(2245, 'Xmas Box Suit Blue', '1', '0', 'xmabox_suit_blue', 2, 1, '1000'),
(2246, 'Xmas Box Suit Mint', '1', '0', 'xmabox_suit_mint', 2, 1, '1000'),
(2248, 'Xmas Box Suit Mint 2', '1', '0', 'xmabox_suit_mint2', 2, 1, '1000'),
(2249, 'Xmas Box Suit Mint 3', '1', '0', 'xmabox_suit_mint3', 2, 1, '1000'),
(2250, 'Xmas Box Suit Orange', '1', '0', 'xmabox_suit_orange', 2, 1, '1000'),
(2251, 'Xmas Box Suit Pink', '1', '0', 'xmabox_suit_pink', 2, 1, '1000'),
(2252, 'Xmas Box Violet', '1', '0', 'xmabox_violet', 2, 1, '1000'),
(2253, 'Xmas Box', '1', '0', 'xmaboxs', 2, 1, '1000'),
(2255, 'Xmas Cat Animated', '1', '0', 'xmacat_animated', 2, 1, '1000'),
(2256, 'Xmas Dog Animated', '1', '0', 'xmadogi_animated', 2, 1, '1000'),
(2257, 'Xmas Dog Reindeer Sticker', '1', '0', 'xmadograindeer_sticker', 2, 1, '1000'),
(2258, 'Xmas Dog Reindeer Thumb', '1', '0', 'xmadograindeer_sticker.thumb', 2, 1, '1000'),
(2259, 'Xmas Gift-Afro', '1', '0', 'xmagift-afro', 2, 1, '1000'),
(2260, 'Xmas Gift Afro', '1', '0', 'xmagift_afro', 2, 1, '1000'),
(2261, 'Xmas Gift Strap Corner L', '1', '0', 'xmagift_strap_corner_l', 2, 1, '1000'),
(2262, 'Xmas Gift Strap Corner Bundle', '1', '0', 'xmagift_strap_corner_l_bundle', 2, 1, '1000'),
(2263, 'Xmas Gift Strap Corner R', '1', '0', 'xmagift_strap_corner_r', 2, 1, '1000'),
(2264, 'Xmas Gift Strap H', '1', '0', 'xmagift_strap_h', 2, 1, '1000'),
(2265, 'Xmas Gift Strap V', '1', '0', 'xmagift_strap_v', 2, 1, '1000'),
(2266, 'Xmas HC Ribbon', '1', '0', 'xmahc_ribbon', 2, 1, '1000'),
(2267, 'Xmas HC Ribbon 2', '1', '0', 'xmahc_ribbon_2', 2, 1, '1000'),
(2268, 'Xmas Cicles', '1', '0', 'xmaicicles', 2, 1, '1000'),
(2269, 'Xmas Donkey Reindeer Sticker', '1', '0', 'xmajeff_donkey_reindeer_sticker', 2, 1, '1000'),
(2270, 'Xmas Sinister', '1', '0', 'xmamr_sinister', 2, 1, '1000'),
(2271, 'Xmas Rasta Santa', '1', '0', 'xmarastasanta', 2, 1, '1000'),
(2272, 'Xmas Skater Costume', '1', '0', 'xmaskater_costume', 2, 1, '1000'),
(2273, 'Xmas Smilla Snowboard', '1', '0', 'xmasmilla_snowboard', 2, 1, '1000'),
(2274, 'Xmas Snowcone Costume', '1', '0', 'xmasnowcone_costume', 2, 1, '1000'),
(2275, 'Xmas Snowlantern', '1', '0', 'xmasnowlantern_anim', 2, 1, '1000'),
(2276, 'Xmas Reindeer Dog', '1', '0', 'xmasticker_dograindeer', 2, 1, '1000'),
(2277, 'Xmas Horizontale Gold', '1', '0', 'xmastrap_horiz_gold', 2, 1, '1000'),
(2278, 'Xmas Horizontale Silver', '1', '0', 'xmastrap_horiz_silve', 2, 1, '1000'),
(2279, 'Xmas Vertical Gold', '1', '0', 'xmastrap_vertical_gold', 2, 1, '1000'),
(2280, 'Xmas Vertical Silver', '1', '0', 'xmastrap_vertical_silver', 2, 1, '1000'),
(2281, 'Xmas Animated Thumb', '1', '0', 'xmatree01_animated', 2, 1, '1000'),
(2282, 'Xmas Animated Thumb 2', '1', '0', 'xmatree01_animated_thumb2', 2, 1, '1000'),
(2283, 'Xmas Tree Costume', '1', '0', 'xmatree_costume', 2, 1, '1000'),
(2284, 'Xmas Tree Sticker', '1', '0', 'xmaxtree_sticker', 2, 1, '1000'),
(2285, 'Xmas Light Animated', '1', '0', 'xmaslightanim', 2, 1, '1000'),
(2286, 'Xmas 3000 Animated Sticker', '1', '0', 'xmassticker_anim_3000', 2, 1, '230'),
(2287, 'Y', '1', '0', 'y', 2, 1, '203'),
(2288, 'Yearbook Ribbon Sticker', '1', '0', 'yearbook_ribbon_sticker', 2, 1, '50'),
(2289, 'Yellow Starfish', '1', '0', 'yellowstarfish', 2, 1, '230'),
(2290, 'Z', '1', '0', 'z', 2, 1, '203'),
(2291, 'Zack Ryder', '1', '0', 'zackryder', 2, 1, '209'),
(2292, 'Zombie Hand', '1', '0', 'zombiehand', 2, 1, '1000'),
(2293, 'Zombie Pupu', '1', '0', 'zombiepupu', 2, 1, '220'),
(2294, 'Kaatissakki Tausta', '4', '0', '27368_kaatissakki_tausta', 2, 1, '127'),
(2295, 'Appart. 723 Scene', '4', '0', '27419_appart732_scene', 2, 1, '127'),
(2296, 'Get it Card Background', '4', '0', '27835_getitcard_bg', 2, 1, '127'),
(2297, 'GSOK', '4', '0', '27857_gsok_928x1360', 2, 1, '127'),
(2298, 'HMF Principale', '4', '0', '28182_hmf_917x1360_principale', 2, 1, '1000'),
(2299, 'HMF Dediee', '4', '0', '28183_hmf_917x1360_dediee', 2, 1, '1000'),
(2300, 'HMF Principale B', '4', '0', '28184_hmf_917x1360_principale_b', 2, 1, '1000'),
(2301, 'Comic Style Orange', '4', '0', '28221_comic_style_orange', 2, 1, '1000'),
(2302, 'Productboard', '4', '0', '928x1360_productboard', 2, 1, '127'),
(2303, 'Abrinq Infobus', '4', '0', 'abrinq_infobus', 2, 1, '1000'),
(2304, 'Abrinq Infobus G', '4', '0', 'abrinq_infobusg', 2, 1, '1000'),
(2305, 'Acma Cork Background', '4', '0', 'acma_cork_bg', 2, 1, '127'),
(2306, 'Alhambra Group', '4', '0', 'alhambragroup', 2, 1, '127'),
(2307, 'All Habbos Group', '4', '0', 'allhabbos_group', 2, 1, '127'),
(2308, 'Amango Background', '4', '0', 'amango_bg', 2, 1, '127'),
(2309, 'Ametrin', '4', '0', 'ametrin', 2, 1, '1000'),
(2310, 'Armin van Buren Background', '4', '0', 'arminvanbuuren_928x1360', 2, 1, '127'),
(2311, 'Around the World Background', '4', '0', 'aroundtheworld_bg', 2, 1, '1000'),
(2312, 'AU Rock The Schools Background', '4', '0', 'au_rocktheschools_bg', 2, 1, '127'),
(2313, 'AU Rock The Schools Background 2', '4', '0', 'au_rocktheschools_bg_v2', 2, 1, '127'),
(2314, 'Background Tour', '4', '0', 'background_tour', 2, 1, '127'),
(2315, 'Group Background', '4', '0', 'bgroup', 2, 1, '1000'),
(2316, 'Beachbunny Wallpaper', '4', '0', 'beachbunny_wallpaper', 2, 1, '127'),
(2317, 'SPI Japaneese Petit', '4', '0', 'bg_27372_spi_jap_petit_03', 2, 1, '127'),
(2318, 'Comic Style Orange Background', '4', '0', 'bg_28221_comic_style_orange_001', 2, 1, '127'),
(2320, 'Background EF', '4', '0', 'bg_background_ef', 2, 1, '127'),
(2321, 'Bathroom Tile Background', '4', '0', 'bg_bathroom_tile', 2, 1, '127'),
(2322, 'Battle Ball Background 2', '4', '0', 'bg_battle_ball2', 2, 1, '127'),
(2323, 'Infobus White Background 2', '4', '0', 'bg_bg_infobus_white', 2, 1, '127'),
(2324, 'BHabboeart Background', '4', '0', 'bg_bHabboeart', 2, 1, '127'),
(2325, 'Bonsai Background', '4', '0', 'bg_bonsai', 2, 1, '127'),
(2326, 'Broken Glass Background', '4', '0', 'bg_broken_glass', 2, 1, '127'),
(2327, 'Bubble Background', '4', '0', 'bg_bubble', 2, 1, '127'),
(2328, 'Christmas 2007 Background', '4', '0', 'bg_christmas2007bg', 2, 1, '127'),
(2330, 'Colour 01 Background', '4', '0', 'bg_colour_01', 2, 1, '127'),
(2331, 'Colour 02 Background', '4', '0', 'bg_colour_02', 2, 1, '127'),
(2332, 'Colour 03 Background', '4', '0', 'bg_colour_03', 2, 1, '127'),
(2333, 'Colour 04 Background', '4', '0', 'bg_colour_04', 2, 1, '127'),
(2334, 'Colour 05 Background', '4', '0', 'bg_colour_05', 2, 1, '127'),
(2335, 'Colour 06 Background', '4', '0', 'bg_colour_06', 2, 1, '127'),
(2336, 'Colour 07 Background', '4', '0', 'bg_colour_07', 2, 1, '127'),
(2337, 'Colour 08 Background', '4', '0', 'bg_colour_08', 2, 1, '127'),
(2338, 'Colour 09 Background', '4', '0', 'bg_colour_09', 2, 1, '127'),
(2339, 'Colour 10 Background', '4', '0', 'bg_colour_10', 2, 1, '127'),
(2340, 'Colour 11 Background', '4', '0', 'bg_colour_11', 2, 1, '127'),
(2341, 'Colour 12 Background', '4', '0', 'bg_colour_12', 2, 1, '127'),
(2342, 'Colour 13 Background', '4', '0', 'bg_colour_13', 2, 1, '127'),
(2343, 'Colour 14 Background', '4', '0', 'bg_colour_14', 2, 1, '127'),
(2344, 'Colour 15 Background', '4', '0', 'bg_colour_15', 2, 1, '127'),
(2345, 'Colour 16 Background', '4', '0', 'bg_colour_16', 2, 1, '127'),
(2346, 'Colour 17 Background', '4', '0', 'bg_colour_17', 2, 1, '1000'),
(2347, 'Comic Background', '4', '0', 'bg_comic2', 2, 1, '127'),
(2348, 'Comic Sisters Background', '4', '0', 'bg_comic_sisters', 2, 1, '127'),
(2349, 'Cork Background', '4', '0', 'bg_cork', 2, 1, '127'),
(2350, 'Dark Floors Background', '4', '0', 'bg_dark_floors', 2, 1, '127'),
(2351, 'Denim Background', '4', '0', 'bg_denim', 2, 1, '127'),
(2352, 'Easter Eggs Background', '4', '0', 'bg_easter_eggs_wallpaper', 2, 1, '127'),
(2353, 'Fansites Background', '4', '0', 'bg_fansites', 2, 1, '127'),
(2354, 'Goth Pattern Background', '4', '0', 'bg_goth_pattern', 2, 1, '128'),
(2355, 'Grass Background', '4', '0', 'bg_grass', 2, 1, '128'),
(2356, 'Habbo Lido Background', '4', '0', 'bg_habbolido', 2, 1, '128'),
(2357, 'Habboween Background', '4', '0', 'bg_habboween', 2, 1, '128'),
(2358, 'Hotel Background', '4', '0', 'bg_hotel', 2, 1, '128'),
(2359, 'Valentine Love Background', '4', '0', 'bg_hw_val_bgpattern_love', 2, 1, '1000'),
(2360, 'Image Submarine Background', '4', '0', 'bg_image_submarine', 2, 1, '128'),
(2361, 'Infobus Blue Background', '4', '0', 'bg_infobus_blue', 2, 1, '128'),
(2362, 'Infobus White Background', '4', '0', 'bg_infobus_white', 2, 1, '128'),
(2363, 'Infobus Yellow Background', '4', '0', 'bg_infobus_yellow', 2, 1, '128'),
(2364, 'Kerrang', '4', '0', 'bg_kerrang2', 2, 1, '128'),
(2365, 'Kingcorp Background', '4', '0', 'bg_kingcorp', 2, 1, '1000'),
(2366, 'Kingcorp Background 2', '4', '0', 'bg_kingcorp_928x1360', 2, 1, '1000'),
(2367, 'Konkur Rence Background', '4', '0', 'bg_konkurrence', 2, 1, '1000'),
(2368, 'Konkur Renceno Background', '4', '0', 'bg_konkurrenceno', 2, 1, '1000'),
(2369, 'Lace Background', '4', '0', 'bg_lace', 2, 1, '128'),
(2370, 'Lido Flat Background', '4', '0', 'bg_lido_flat', 2, 1, '128'),
(2371, 'Lido Background', '4', '0', 'bg_lidoo', 2, 1, '128'),
(2372, 'Madball 2008 Background', '4', '0', 'bg_madball_2008_bg_001', 2, 1, '128'),
(2373, 'Metal Background 2', '4', '0', 'bg_metal2', 2, 1, '128'),
(2374, 'Natasha Bedingfield Background', '4', '0', 'bg_natashabedingfield', 2, 1, '128'),
(2375, 'Newyear Background', '4', '0', 'bg_newyear', 2, 1, '1000'),
(2376, 'Newyear Fireworks Background', '4', '0', 'bg_newyear_bg_fireworks', 2, 1, '1000'),
(2377, 'Official Fansites Background', '4', '0', 'bg_official_fansites2', 2, 1, '128'),
(2378, 'Pattern Abstract Background', '4', '0', 'bg_pattern_abstract1', 2, 1, '128'),
(2379, 'Pattern Abstract Background 2', '4', '0', 'bg_pattern_abstract2', 2, 1, '128'),
(2380, 'Pattern Bobbaskulls Background', '4', '0', 'bg_pattern_bobbaskulls1', 2, 1, '128'),
(2381, 'Pattern Bricks Background', '4', '0', 'bg_pattern_bricks', 2, 1, '128'),
(2382, 'Pattern Bulb Background', '4', '0', 'bg_pattern_bulb', 2, 1, '128'),
(2383, 'Pattern Carpants Background', '4', '0', 'bg_pattern_carpants', 2, 1, '128'),
(2384, 'Pattern Cars Background', '4', '0', 'bg_pattern_cars', 2, 1, '128'),
(2385, 'Pattern Clouds Background', '4', '0', 'bg_pattern_clouds', 2, 1, '128'),
(2386, 'Pattern Deepred Background', '4', '0', 'bg_pattern_deepred', 2, 1, '128'),
(2387, 'Pattern Fish Background', '4', '0', 'bg_pattern_fish', 2, 1, '128'),
(2388, 'Pattern Floral Background 1', '4', '0', 'bg_pattern_floral_01', 2, 1, '128'),
(2389, 'Pattern Floral Background 2', '4', '0', 'bg_pattern_floral_02', 2, 1, '128'),
(2390, 'Pattern Floral Background 3', '4', '0', 'bg_pattern_floral_03', 2, 1, '128'),
(2391, 'Pattern Floral Background', '4', '0', 'bg_pattern_floral_test', 2, 1, '128'),
(2392, 'Pattern Hearts Background', '4', '0', 'bg_pattern_hearts', 2, 1, '128'),
(2393, 'Pattern Plasto Background', '4', '0', 'bg_pattern_plasto', 2, 1, '128'),
(2394, 'Pattern Space Background', '4', '0', 'bg_pattern_space', 2, 1, '128'),
(2395, 'Pattern Tinyroom Background', '4', '0', 'bg_pattern_tinyroom', 2, 1, '128'),
(2396, 'Poptarts CV Background', '4', '0', 'bg_poptarts_cv', 2, 1, '128'),
(2397, 'Poptarts SB Background', '4', '0', 'bg_poptarts_sb', 2, 1, '128'),
(2398, 'Rain Background', '4', '0', 'bg_rain', 2, 1, '128'),
(2399, 'Rasta Background', '4', '0', 'bg_rasta_99x99', 2, 1, '1000'),
(2400, 'Ruled Paper Background', '4', '0', 'bg_ruled_paper', 2, 1, '128'),
(2401, 'Serpentine Background', '4', '0', 'bg_serpentine_1', 2, 1, '128'),
(2402, 'Serpentine Background 2', '4', '0', 'bg_serpentine_2', 2, 1, '128'),
(2403, 'Serpentine Darkblue Background', '4', '0', 'bg_serpentine_darkblue', 2, 1, '128'),
(2404, 'Serpentine Darkred Background', '4', '0', 'bg_serpentine_darkred', 2, 1, '128'),
(2405, 'Serpentine Darkred Background 2', '4', '0', 'bg_serpntine_darkred', 2, 1, '128'),
(2406, 'Sexy Dance Background', '4', '0', 'bg_sexy_dance_2_group_opt2', 2, 1, '128'),
(2407, 'Shabbolin Background', '4', '0', 'bg_shabbolin', 2, 1, '1000'),
(2408, 'Solid Black Background', '4', '0', 'bg_solid_black', 2, 1, '128'),
(2409, 'Solid White Background', '4', '0', 'bg_solid_white', 2, 1, '128'),
(2410, 'Starburst Raspberry Background', '4', '0', 'bg_starburst_raspberry', 2, 1, '128'),
(2411, 'Stitched Background', '4', '0', 'bg_stitched', 2, 1, '128'),
(2412, 'Stone Background', '4', '0', 'bg_stone', 2, 1, '128'),
(2413, 'Tonga Background', '4', '0', 'bg_tonga', 2, 1, '129'),
(2414, 'Unofficial Fansites Background', '4', '0', 'bg_unofficial_fansites', 2, 1, '129'),
(2415, 'US Staffers Background', '4', '0', 'bg_us_staffers', 2, 1, '1000'),
(2416, 'VIP Background', '4', '0', 'bg_vip', 2, 1, '129'),
(2417, 'Voice of Teens Background', '4', '0', 'bg_voiceofteens', 2, 1, '129'),
(2418, 'Wobble Squabble Background', '4', '0', 'bg_wobble_squabble', 2, 1, '129'),
(2419, 'Wood Background', '4', '0', 'bg_wood', 2, 1, '129'),
(2420, 'Xmas Starsky Background', '4', '0', 'bg_xmasbgpatternstarsky', 2, 1, '1000'),
(2421, 'Xmas Gift Background', '4', '0', 'bg_xmas_gift', 2, 1, '1000'),
(2422, 'Starysky Background', '4', '0', 'bgpattern_starsky', 2, 1, '1000'),
(2423, 'Bionicle 2', '4', '0', 'bionicle2', 2, 1, '129'),
(2424, 'Bubblejuice Background', '4', '0', 'bubblejuice_bg', 2, 1, '129'),
(2425, 'Camo Cheese Background', '4', '0', 'camo_cheese_wallpaper', 2, 1, '129'),
(2426, 'Cheese Suit', '4', '0', 'cheese_suit', 2, 1, '1000'),
(2427, 'Cheesewedge Background', '4', '0', 'cheesewedge_wallpaper', 2, 1, '129'),
(2429, 'Christmas Background 2 ', '4', '0', 'christmas2007bg_001', 2, 1, '129'),
(2430, 'CN Background', '4', '0', 'cn_mgpam_bg', 2, 1, '129'),
(2431, 'CN Background 2', '4', '0', 'cn_mgpam_bg_v2', 2, 1, '129'),
(2432, 'CN Background 3', '4', '0', 'cn_mgpam_bg_v3', 2, 1, '129'),
(2433, 'China Kunfu Girl', '4', '0', 'cny_kunfu_girl', 2, 1, '1000'),
(2434, 'Comic Style', '4', '0', 'comic_style', 2, 1, '129'),
(2435, 'Dia de Internet 2008', '4', '0', 'diadeinternet2008', 2, 1, '129'),
(2436, 'Donnas Background 2', '4', '0', 'donnaswallpaper', 2, 1, '129'),
(2437, 'Donnas Background', '4', '0', 'donnas_wallpaper', 2, 1, '129'),
(2438, 'Earthday Background', '4', '0', 'earthday_bk', 2, 1, '129'),
(2439, 'Easter Birdie', '4', '0', 'easter_birdie', 2, 1, '1000'),
(2440, 'Easter Broomstick', '4', '0', 'easter_broomstick_002', 2, 1, '1000'),
(2441, 'Easter Eggs Wallpaper', '4', '0', 'easter_egg_wallpaper', 2, 1, '129'),
(2442, 'Easter Eggs Horizontal', '4', '0', 'easter_eggs_horizontal', 2, 1, '1000'),
(2443, 'Easter Eggs Vertical', '4', '0', 'easter_eggs_vertical_001', 2, 1, '1000'),
(2446, 'Easter Egg Costume', '4', '0', 'easteregg_costume', 2, 1, '1000'),
(2447, 'E-Wallpaper', '4', '0', 'e928x1360', 2, 1, '1000'),
(2448, 'ES Calandar Background', '4', '0', 'es_calendarbg', 2, 1, '129'),
(2449, 'ES Italia Background', '4', '0', 'es_wallpaper_italia', 2, 1, '129'),
(2450, 'ES Obrero Background', '4', '0', 'es_wallpaper_obrero', 2, 1, '129'),
(2451, 'ES Sralim Background', '4', '0', 'es_wallpaper_sralim', 2, 1, '129'),
(2452, 'Executive Background', '4', '0', 'exe_background', 2, 1, '129'),
(2453, 'Executive Wood Background', '4', '0', 'exe_wood_background', 2, 1, '129'),
(2454, 'Executive Viilu Background', '4', '0', 'exec_bg_viilu', 2, 1, '129'),
(2455, 'Expert Background', '4', '0', 'expert_backround', 2, 1, '129'),
(2456, 'Fantastic Four 3', '4', '0', 'fan43', 2, 1, '129'),
(2457, 'Fantastic Four 1', '4', '0', 'fantastic4', 2, 1, '129'),
(2458, 'Fantastic Four 2', '4', '0', 'fantastic42', 2, 1, '129'),
(2459, 'Fantastic Four', '4', '0', 'fantasticfour', 2, 1, '129'),
(2460, 'Felix 3rd', '4', '0', 'felix03', 2, 1, '1000'),
(2461, 'Felix Ryhmasivutausta', '4', '0', 'felix_ryhmasivutausta', 2, 1, '129'),
(2462, 'Felix Ryhmasivutaustakuva', '4', '0', 'felix_ryhmasivutaustakuva', 2, 1, '129'),
(2463, 'Festade Boasvindas', '4', '0', 'festadeboasvindas', 2, 1, '1000'),
(2464, 'FI Linnamaki Background', '4', '0', 'fi_linnanmaki_bg', 2, 1, '129'),
(2465, 'FI Puffet Background', '4', '0', 'fi_puffet_bg', 2, 1, '129'),
(2466, 'Fondo Habbo Cibervoluntarios', '4', '0', 'fondo_habbo_cibervoluntarios', 2, 1, '129'),
(2467, 'FR Spiderwick', '4', '0', 'fr_spiderwick', 2, 1, '129'),
(2468, 'Global World Background', '4', '0', 'globalw_background', 2, 1, '129'),
(2469, 'Goth Pattern', '4', '0', 'goth_pattern', 2, 1, '129'),
(2470, 'Goth Pattern 2', '4', '0', 'goth_patternn', 2, 1, '129'),
(2471, 'Grandi Habbo Ryhma', '4', '0', 'grandi_habbo_ryhma', 2, 1, '129'),
(2472, 'Snowbattle Background 2', '4', '0', 'grouppage_snowbattle2', 2, 1, '129'),
(2473, 'Grunge Background', '4', '0', 'grungewall', 2, 1, '129'),
(2474, 'Gruposeda Teens', '4', '0', 'gruposedateens', 2, 1, '1000'),
(2475, 'Guidesgroup Background', '4', '0', 'guidesgroup_bg', 2, 1, '129'),
(2476, 'Habbo Group Tutorial', '4', '0', 'habbo_group_tutorial', 2, 1, '129'),
(2478, 'Habbo Ryhmatausta', '4', '0', 'habbo_ryhmatausta', 2, 1, '129'),
(2479, 'Habbo Social Game', '4', '0', 'habbo_social_game_001_opt', 2, 1, '129'),
(2480, 'Habbo Social Game 2', '4', '0', 'habbo_social_game_002', 2, 1, '129'),
(2481, 'Habbo Toolbar Background', '4', '0', 'habbo_toolbar', 2, 1, '130');
INSERT INTO `cms_homes_catalouge` (`id`, `name`, `type`, `subtype`, `data`, `price`, `amount`, `category`) VALUES
(2482, 'Habbo Classifieds Background', '4', '0', 'habboclassifieds', 2, 1, '130'),
(2483, 'Habbo Fest 2008 Background', '4', '0', 'habbofest2008_bg', 2, 1, '130'),
(2484, 'Habbo Group Background', '4', '0', 'habbogroup', 2, 1, '130'),
(2485, 'Habboguide Background', '4', '0', 'habboguide', 2, 1, '130'),
(2486, 'Habborella Sea Background', '4', '0', 'habborella_sea_bg', 2, 1, '130'),
(2487, 'Habborella Background', '4', '0', 'habborellabg', 2, 1, '130'),
(2488, 'Habbos Background', '4', '0', 'habbos_group', 2, 1, '130'),
(2489, 'Habboween Background', '4', '0', 'habboween_bg', 2, 1, '130'),
(2491, 'Habbox Background', '4', '0', 'habbox', 2, 1, '130'),
(2493, 'Hanna Montana Background', '4', '0', 'hannamontanawp', 2, 1, '130'),
(2494, 'HC Machine Background', '4', '0', 'hc_bg_machine', 2, 1, '130'),
(2495, 'HC Pillow Background', '4', '0', 'hc_bg_pillow', 2, 1, '130'),
(2496, 'HC Royal Background', '4', '0', 'hc_bg_royal', 2, 1, '130'),
(2497, 'Dediee', '4', '0', 'hmf_928x1360_dediee', 2, 1, '130'),
(2498, 'Principale', '4', '0', 'hmf_928x1360_principale', 2, 1, '130'),
(2499, 'Principale 2', '4', '0', 'hmf_928x1360_principale_b', 2, 1, '130'),
(2500, 'Hundredmillion Background', '4', '0', 'hundredmillionbg', 2, 1, '1000'),
(2501, 'Hundredmillion Background', '4', '0', 'hundredmillion_bg', 2, 1, '130'),
(2502, 'Around the World Wallpaper', '4', '0', 'hwaround_the_world_wallpaper', 2, 1, '1000'),
(2503, 'BGUS Staff', '4', '0', 'hwbgus-staff', 2, 1, '1000'),
(2504, 'Easter Egg Wallpaper', '4', '0', 'hweaster_egg_wallpaper', 2, 1, '1000'),
(2505, 'Xmas Gifts Background', '4', '0', 'hwxmas_gifts_bg', 2, 1, '1000'),
(2506, 'Bassplayer Girl', '4', '0', 'hw_bassplayer_girl', 2, 1, '1000'),
(2507, 'Valentine Love Background', '4', '0', 'hw_val_bgpattern_love', 2, 1, '130'),
(2508, 'Infobus SEM Logo', '4', '0', 'infobus_abrinq_sem_logo', 2, 1, '130'),
(2509, 'Inked Background', '4', '0', 'inked_bg', 2, 1, '130'),
(2510, 'Jopelines', '4', '0', 'jopelines', 2, 1, '130'),
(2511, 'Jordin Parks', '4', '0', 'jordinparks', 2, 1, '130'),
(2512, 'Japaneese Valentine', '4', '0', 'jpvalentine', 2, 1, '1000'),
(2513, 'Japaneese Background', '4', '0', 'jp_prom_bg', 2, 1, '130'),
(2514, 'Japaneese Valentine', '4', '0', 'jp_valentine', 2, 1, '130'),
(2515, 'July Wallpaper', '4', '0', 'july408_wallpaper', 2, 1, '130'),
(2516, 'Kerrang', '4', '0', 'kerrang2', 2, 1, '130'),
(2517, 'KFP Background', '4', '0', 'kfp_grouppage_bg', 2, 1, '130'),
(2518, 'Kingcorps', '4', '0', 'kingcorp928x1360', 2, 1, '1000'),
(2519, 'Kingcorps', '4', '0', 'kingcorp_928x1360', 2, 1, '130'),
(2520, 'Kir Background', '4', '0', 'kir_grouppage_bg', 2, 1, '130'),
(2521, 'Kir Stamp', '4', '0', 'kir_stamp4', 2, 1, '1000'),
(2522, 'Kungfu Background', '4', '0', 'kungfu_bg', 2, 1, '130'),
(2523, 'Madball 2008 Background', '4', '0', 'madball_2008_bg', 2, 1, '130'),
(2525, 'Makeover Background', '4', '0', 'makeover', 2, 1, '130'),
(2526, 'Manteli Background', '4', '0', 'manteli_bg', 2, 1, '130'),
(2527, 'Meet Dave Background', '4', '0', 'meet_dave_groupbg_01', 2, 1, '130'),
(2528, 'Meet Dave Background 2', '4', '0', 'meet_dave_groupbg_02', 2, 1, '130'),
(2529, 'Misshabbo Scene', '4', '0', 'misshabbo_scene', 2, 1, '130'),
(2530, 'Mmoore Wallpaper', '4', '0', 'mmoorewallpaper', 2, 1, '130'),
(2531, 'MMS', '4', '0', 'mms', 2, 1, '130'),
(2532, 'Netari Background', '4', '0', 'netaribg', 2, 1, '130'),
(2534, 'Newyear Fireworks Background', '4', '0', 'newyear_bg_fireworks', 2, 1, '1000'),
(2536, 'Newyear Fireworks Background 2', '4', '0', 'newyear_bg_fireworks2', 2, 1, '130'),
(2537, 'Green Background', '4', '0', 'nl_green_bg', 2, 1, '130'),
(2538, 'NS France', '4', '0', 'nsfrance', 2, 1, '130'),
(2539, 'NS France 2', '4', '0', 'nsfrance2', 2, 1, '130'),
(2540, 'OB', '4', '0', 'ob1', 2, 1, '130'),
(2541, 'OB 2', '4', '0', 'ob2', 2, 1, '130'),
(2542, 'Orca', '4', '0', 'orca', 2, 1, '130'),
(2543, 'Penelope', '4', '0', 'penelope', 2, 1, '130'),
(2544, 'Poptarts CV', '4', '0', 'poptarts_cv', 2, 1, '130'),
(2546, 'Promofthedead Wallpaper', '4', '0', 'promofthedead_wallpaper', 2, 1, '130'),
(2547, 'Random Habbos', '4', '0', 'random_habbos', 2, 1, '131'),
(2548, 'Robojam Wallpaper', '4', '0', 'robojam_wallpaper', 2, 1, '131'),
(2549, 'Room of the Week Background', '4', '0', 'room_of_the_week_bg', 2, 1, '131'),
(2550, 'Safetyweek Background', '4', '0', 'safetyweek2008', 2, 1, '1000'),
(2551, 'Safetyweek Background 2', '4', '0', 'safetyweek2008_b', 2, 1, '1000'),
(2552, 'Safetyweek Background 3', '4', '0', 'safetyweek2008_bg', 2, 1, '131'),
(2553, 'Samsungclouds', '4', '0', 'samsungclouds', 2, 1, '131'),
(2554, 'Samsunlight', '4', '0', 'samsungnight', 2, 1, '131'),
(2555, 'Sasquatch Background', '4', '0', 'sasquatch_hhbg3', 2, 1, '131'),
(2556, 'Scarecrow Background', '4', '0', 'scarecrowbg', 2, 1, '131'),
(2557, 'Animax Keroro', '4', '0', 'sg_animax_keroro', 2, 1, '131'),
(2558, 'MTV Background', '4', '0', 'sg_mtv_grouppage_bg_v1', 2, 1, '131'),
(2559, 'MTV Background 2', '4', '0', 'sg_mtv_grouppage_bg_v2', 2, 1, '131'),
(2560, 'Shabbo Line', '4', '0', 'shabboline', 2, 1, '131'),
(2561, 'Silver Surfer', '4', '0', 'silversurfer', 2, 1, '131'),
(2564, 'Simpleplan Background', '4', '0', 'simpleplan_bg', 2, 1, '131'),
(2566, 'Slamdunk', '4', '0', 'slamdunk', 2, 1, '131'),
(2567, 'Snowstorm Background', '4', '0', 'snowstorm_bg', 2, 1, '131'),
(2568, 'Sofresh Background', '4', '0', 'sofresh_bg', 2, 1, '131'),
(2569, 'Solid Background Black', '4', '0', 'solid_bg_black', 2, 1, '131'),
(2570, 'Solid Background White', '4', '0', 'solid_bg_white', 2, 1, '131'),
(2571, 'Spiderwick Beware', '4', '0', 'spiderwick_beware', 2, 1, '131'),
(2572, 'Spiderwick Fairy', '4', '0', 'spiderwick_fairy', 2, 1, '131'),
(2573, 'Spiderwick Goblin', '4', '0', 'spiderwick_goblin', 2, 1, '131'),
(2574, 'Spiderwick Main', '4', '0', 'spiderwick_main', 2, 1, '131'),
(2575, 'SPM Background', '4', '0', 'spm_background', 2, 1, '131'),
(2576, 'SPM Background 2', '4', '0', 'spm_bg_version_041207', 2, 1, '1000'),
(2577, 'Snowstorm Red Costume', '4', '0', 'ss_bootsitjalapaset_red', 2, 1, '1000'),
(2578, 'Snowstorm Blue Costume', '4', '0', 'ss_costume_blue', 2, 1, '1000'),
(2579, 'Raspberry', '4', '0', 'starburstraspberry', 2, 1, '1000'),
(2580, 'sticker_Cape', '4', '0', 'sticker_cape', 2, 1, '1000'),
(2581, 'sticker_Heartbeat ', '4', '0', 'sticker_heartbeat_2', 2, 1, '1000'),
(2582, 'sticker_Masque 4', '4', '0', 'sticker_masque_04', 2, 1, '1000'),
(2583, 'Stray Pixel Background', '4', '0', 'straypixelsbg', 2, 1, '131'),
(2584, 'Streaming 1', '4', '0', 'streaming001', 2, 1, '131'),
(2585, 'Streaming 2', '4', '0', 'streaming002', 2, 1, '131'),
(2586, 'Streaming 3', '4', '0', 'streaming003', 2, 1, '131'),
(2587, 'Sttrinians Blackboard', '4', '0', 'sttriniansblackboard', 2, 1, '131'),
(2588, 'Sttrinians Group', '4', '0', 'sttriniansgroup', 2, 1, '131'),
(2589, 'Summer Background', '4', '0', 'summer_bg', 2, 1, '131'),
(2590, 'Summer Background Optimal', '4', '0', 'summer_bg_optimal', 2, 1, '131'),
(2592, 'The Green', '4', '0', 'the_green', 2, 1, '131'),
(2593, 'Themepark Background 1', '4', '0', 'themepark_bg_01', 2, 1, '131'),
(2594, 'Themepark Background 2', '4', '0', 'themepark_bg_02', 2, 1, '131'),
(2595, 'Tiki Firehead Background', '4', '0', 'tiki_firehead_bg', 2, 1, '131'),
(2596, 'Tokiohotel Wallpaper', '4', '0', 'tokiohotel2', 2, 1, '131'),
(2597, 'Tokiohotel Scream Wallpaper', '4', '0', 'tokiohotel_scream_wallpaper', 2, 1, '131'),
(2599, 'Top Gamers Background', '4', '0', 'top_gamers_bg_64', 2, 1, '131'),
(2600, 'Trax Bling', '4', '0', 'trax_bling', 2, 1, '1000'),
(2602, 'USA Staff Wallpaper', '4', '0', 'usastaff-wall', 2, 1, '131'),
(2605, 'Valentine Costume 4', '4', '0', 'val_love-costume4', 2, 1, '1000'),
(2606, 'Valentine Costume 3', '4', '0', 'val_lovecostume3', 2, 1, '1000'),
(2607, 'Vale Rose Background', '4', '0', 'vale_rose_bg', 2, 1, '131'),
(2608, 'Vale Skull Background', '4', '0', 'vale_skull_bg', 2, 1, '131'),
(2609, 'VIP Group', '4', '0', 'vip_group', 2, 1, '50'),
(2611, 'Wallpaper Voiceofteens', '4', '0', 'voiceofteens', 2, 1, '1000'),
(2612, 'Wallepixar Background', '4', '0', 'wallepixar_bg', 2, 1, '131'),
(2613, 'Wallpaper 1', '4', '0', 'wallpaper1', 2, 1, '131'),
(2614, 'Wallpaper 2', '4', '0', 'wallpaper2', 2, 1, '131'),
(2616, 'Wallpaper 3', '4', '0', 'wallpaper3', 2, 1, '131'),
(2617, 'Wallpaper 4', '4', '0', 'wallpaper4', 2, 1, '131'),
(2618, 'Wallpaper Bonsai', '4', '0', 'wallpaper_bonsai', 2, 1, '131'),
(2619, 'Wallpaper Cais', '4', '0', 'wallpaper_cais4', 2, 1, '131'),
(2620, 'Wallpaper Earthday', '4', '0', 'wallpaper_earthday', 2, 1, '131'),
(2621, 'Wallpaper Mshepard', '4', '0', 'wallpaper_mshepard', 2, 1, '132'),
(2622, 'Wallpaper Newsiesca', '4', '0', 'wallpaper_newsiesca', 2, 1, '132'),
(2623, 'Wallpaper Veronicas', '4', '0', 'wallpaper_veronicas', 2, 1, '132'),
(2624, 'Wallpaper Victoriaday', '4', '0', 'wallpaper_victoriaday', 2, 1, '132'),
(2625, 'Welcoming Party', '4', '0', 'welcoming_party', 2, 1, '132'),
(2626, 'Wrestlemania Nowayout Wallpaper', '4', '0', 'wwe_nowayout_wallpaper', 2, 1, '132'),
(2627, 'Wrestlemania Wallpaper', '4', '0', 'wwe_wallpaper', 2, 1, '132'),
(2628, 'Wrestlemania Big Battle', '4', '0', 'wwe_wrestlemania_big_battle', 2, 1, '132'),
(2629, 'Wrestlemania Bunnymania', '4', '0', 'wwe_wrestlemania_bunnymania', 2, 1, '132'),
(2630, 'Wrestlemania Ladder Match', '4', '0', 'wwe_wrestlemania_ladder_match', 2, 1, '132'),
(2631, 'Wrestlemania Main', '4', '0', 'wwe_wrestlemania_main', 2, 1, '132'),
(2632, 'Wrestlemania Triple Champ', '4', '0', 'wwe_wrestlemania_triple_champ', 2, 1, '132'),
(2633, 'Wrestlemania World Champ', '4', '0', 'wwe_wrestlemania_world_champ', 2, 1, '132'),
(2634, 'Xmas 2006 Background', '4', '0', 'xmas2006backgrounds', 2, 1, '1000'),
(2635, 'Xmas Background Starsky', '4', '0', 'xmasbgpatternstarsky', 2, 1, '1000'),
(2636, 'Xmas Background Starsky', '4', '0', 'xmas_bgpattern_starsky', 2, 1, '132'),
(2637, 'Xmas Box Darkred', '4', '0', 'xmas_box_darkred', 2, 1, '1000'),
(2638, 'Xmas Box Darkred 2', '4', '0', 'xmas_box_darkred2', 2, 1, '1000'),
(2639, 'Xmas Box Darkred 3', '4', '0', 'xmas_box_darkred3', 2, 1, '1000'),
(2640, 'Xmas Box Green', '4', '0', 'xmas_box_green', 2, 1, '1000'),
(2641, 'Xmas Box Lime', '4', '0', 'xmas_box_lime', 2, 1, '1000'),
(2642, 'Xmas Gifts Background', '4', '0', 'xmas_gifts_bg', 2, 1, '1000'),
(2645, 'Xmas Gifts Background 2', '4', '0', 'xmas_gifts_gb', 2, 1, '132'),
(2646, 'Xmas HC Ribbon', '4', '0', 'xmas_hc_ribbon', 2, 1, '1000'),
(2647, 'Xmas Reindeer Sticker', '4', '0', 'xmas_jeff_donkey_reindeer_sticker', 2, 1, '1000'),
(2648, 'Xmas Tree Animated', '4', '0', 'xmas_tree01_animated', 2, 1, '1000'),
(2649, 'Yearbook Wallpaper', '4', '0', 'yearbook_wallpaper', 2, 1, '132'),
(1, 'Genie Fire Head', '1', '0', 'geniefirehead', 2, 1, '19'),
(2781, 'blue_diner_a', '1', '0', 'blue_diner_a', 2, 1, '242'),
(2782, 'blue_diner_a_umlaut', '1', '0', 'blue_diner_a_umlaut', 2, 1, '242'),
(2783, 'blue_diner_ae', '1', '0', 'blue_diner_ae', 2, 1, '242'),
(2784, 'blue_diner_b', '1', '0', 'blue_diner_b', 2, 1, '242'),
(2785, 'blue_diner_c', '1', '0', 'blue_diner_c', 2, 1, '242'),
(2786, 'blue_diner_c_cedilla', '1', '0', 'blue_diner_c_cedilla', 2, 1, '242'),
(2787, 'blue_diner_d', '1', '0', 'blue_diner_d', 2, 1, '242'),
(2788, 'blue_diner_e', '1', '0', 'blue_diner_e', 2, 1, '242'),
(2789, 'blue_diner_e_acc', '1', '0', 'blue_diner_e_acc', 2, 1, '242'),
(2790, 'blue_diner_e_acc_grave', '1', '0', 'blue_diner_e_acc_grave', 2, 1, '242'),
(2791, 'blue_diner_eight', '1', '0', 'blue_diner_eight', 2, 1, '242'),
(2792, 'blue_diner_exclamation', '1', '0', 'blue_diner_exclamation', 2, 1, '242'),
(2793, 'blue_diner_f', '1', '0', 'blue_diner_f', 2, 1, '242'),
(2794, 'blue_diner_five', '1', '0', 'blue_diner_five', 2, 1, '242'),
(2795, 'blue_diner_four', '1', '0', 'blue_diner_four', 2, 1, '242'),
(2796, 'blue_diner_g', '1', '0', 'blue_diner_g', 2, 1, '242'),
(2797, 'blue_diner_h', '1', '0', 'blue_diner_h', 2, 1, '242'),
(2798, 'blue_diner_i', '1', '0', 'blue_diner_i', 2, 1, '242'),
(2799, 'blue_diner_j', '1', '0', 'blue_diner_j', 2, 1, '242'),
(2800, 'blue_diner_k', '1', '0', 'blue_diner_k', 2, 1, '242'),
(2801, 'blue_diner_l', '1', '0', 'blue_diner_l', 2, 1, '242'),
(2802, 'blue_diner_m', '1', '0', 'blue_diner_m', 2, 1, '242'),
(2803, 'blue_diner_n', '1', '0', 'blue_diner_n', 2, 1, '242'),
(2804, 'blue_diner_nine', '1', '0', 'blue_diner_nine', 2, 1, '242'),
(2805, 'blue_diner_o', '1', '0', 'blue_diner_o', 2, 1, '242'),
(2806, 'blue_diner_o_accute', '1', '0', 'blue_diner_o_accute', 2, 1, '242'),
(2807, 'blue_diner_o_cc_grave', '1', '0', 'blue_diner_o_cc_grave', 2, 1, '242'),
(2808, 'blue_diner_o_umlaut', '1', '0', 'blue_diner_o_umlaut', 2, 1, '242'),
(2809, 'blue_diner_one', '1', '0', 'blue_diner_one', 2, 1, '242'),
(2810, 'blue_diner_p', '1', '0', 'blue_diner_p', 2, 1, '242'),
(2811, 'blue_diner_q', '1', '0', 'blue_diner_q', 2, 1, '242'),
(2812, 'blue_diner_question', '1', '0', 'blue_diner_question', 2, 1, '242'),
(2813, 'blue_diner_r', '1', '0', 'blue_diner_r', 2, 1, '242'),
(2814, 'blue_diner_s', '1', '0', 'blue_diner_s', 2, 1, '242'),
(2815, 'blue_diner_seven', '1', '0', 'blue_diner_seven', 2, 1, '242'),
(2816, 'blue_diner_six', '1', '0', 'blue_diner_six', 2, 1, '242'),
(2817, 'blue_diner_t', '1', '0', 'blue_diner_t', 2, 1, '242'),
(2818, 'blue_diner_three', '1', '0', 'blue_diner_three', 2, 1, '242'),
(2819, 'blue_diner_two', '1', '0', 'blue_diner_two', 2, 1, '242'),
(2820, 'blue_diner_u', '1', '0', 'blue_diner_u', 2, 1, '242'),
(2821, 'blue_diner_u_acc', '1', '0', 'blue_diner_u_acc', 2, 1, '242'),
(2822, 'blue_diner_u_acc_grave', '1', '0', 'blue_diner_u_acc_grave', 2, 1, '242'),
(2823, 'blue_diner_u_umlaut', '1', '0', 'blue_diner_u_umlaut', 2, 1, '242'),
(2824, 'blue_diner_upsidedown', '1', '0', 'blue_diner_upsidedown', 2, 1, '242'),
(2825, 'blue_diner_v', '1', '0', 'blue_diner_v', 2, 1, '242'),
(2826, 'blue_diner_w', '1', '0', 'blue_diner_w', 2, 1, '242'),
(2827, 'blue_diner_x', '1', '0', 'blue_diner_x', 2, 1, '242'),
(2828, 'blue_diner_y', '1', '0', 'blue_diner_y', 2, 1, '242'),
(2829, 'blue_diner_z', '1', '0', 'blue_diner_z', 2, 1, '242'),
(2830, 'blue_diner_zero', '1', '0', 'blue_diner_zero', 2, 1, '242'),
(2930, 'diner_belair', '1', '0', 'diner_belair', 2, 1, '243'),
(2933, 'diner_gaspump_blue', '1', '0', 'diner_gaspump_blue', 2, 1, '243'),
(2934, 'diner_gaspump_green', '1', '0', 'diner_gaspump_green', 2, 1, '243'),
(2935, 'diner_gaspump_red', '1', '0', 'diner_gaspump_red', 2, 1, '243'),
(2941, 'diner_hotrod', '1', '0', 'diner_hotrod', 2, 1, '243'),
(2943, 'diner_plymouth', '1', '0', 'diner_plymouth', 2, 1, '243'),
(2944, 'diner_poster', '1', '0', 'diner_poster', 2, 1, '243'),
(2945, 'diner_sign', '1', '0', 'diner_sign', 2, 1, '243'),
(2947, 'diner_trophy_bronze', '1', '0', 'diner_trophy_bronze', 2, 1, '243'),
(2948, 'diner_trophy_gold', '1', '0', 'diner_trophy_gold', 2, 1, '243'),
(2949, 'diner_trophy_silver', '1', '0', 'diner_trophy_silver', 2, 1, '243'),
(3080, 'green_diner_a', '1', '0', 'green_diner_a', 2, 1, '244'),
(3081, 'green_diner_a_umlaut', '1', '0', 'green_diner_a_umlaut', 2, 1, '244'),
(3082, 'green_diner_ae', '1', '0', 'green_diner_ae', 2, 1, '244'),
(3083, 'green_diner_b', '1', '0', 'green_diner_b', 2, 1, '244'),
(3084, 'green_diner_c', '1', '0', 'green_diner_c', 2, 1, '244'),
(3085, 'green_diner_c_cedilla', '1', '0', 'green_diner_c_cedilla', 2, 1, '244'),
(3086, 'green_diner_d', '1', '0', 'green_diner_d', 2, 1, '244'),
(3087, 'green_diner_e', '1', '0', 'green_diner_e', 2, 1, '244'),
(3088, 'green_diner_e_acc', '1', '0', 'green_diner_e_acc', 2, 1, '244'),
(3089, 'green_diner_e_cc_grave', '1', '0', 'green_diner_e_cc_grave', 2, 1, '244'),
(3090, 'green_diner_eight', '1', '0', 'green_diner_eight', 2, 1, '244'),
(3091, 'green_diner_exclamation', '1', '0', 'green_diner_exclamation', 2, 1, '244'),
(3092, 'green_diner_f', '1', '0', 'green_diner_f', 2, 1, '244'),
(3093, 'green_diner_five', '1', '0', 'green_diner_five', 2, 1, '244'),
(3094, 'green_diner_four', '1', '0', 'green_diner_four', 2, 1, '244'),
(3095, 'green_diner_g', '1', '0', 'green_diner_g', 2, 1, '244'),
(3096, 'green_diner_h', '1', '0', 'green_diner_h', 2, 1, '244'),
(3097, 'green_diner_i', '1', '0', 'green_diner_i', 2, 1, '244'),
(3098, 'green_diner_j', '1', '0', 'green_diner_j', 2, 1, '244'),
(3099, 'green_diner_k', '1', '0', 'green_diner_k', 2, 1, '244'),
(3100, 'green_diner_l', '1', '0', 'green_diner_l', 2, 1, '244'),
(3101, 'green_diner_m', '1', '0', 'green_diner_m', 2, 1, '244'),
(3102, 'green_diner_n', '1', '0', 'green_diner_n', 2, 1, '244'),
(3103, 'green_diner_nine', '1', '0', 'green_diner_nine', 2, 1, '244'),
(3104, 'green_diner_o', '1', '0', 'green_diner_o', 2, 1, '244'),
(3105, 'green_diner_o_accute', '1', '0', 'green_diner_o_accute', 2, 1, '244'),
(3106, 'green_diner_o_cc_grave', '1', '0', 'green_diner_o_cc_grave', 2, 1, '244'),
(3107, 'green_diner_o_umlaut', '1', '0', 'green_diner_o_umlaut', 2, 1, '244'),
(3108, 'green_diner_one', '1', '0', 'green_diner_one', 2, 1, '244'),
(3109, 'green_diner_p', '1', '0', 'green_diner_p', 2, 1, '244'),
(3110, 'green_diner_q', '1', '0', 'green_diner_q', 2, 1, '244'),
(3111, 'green_diner_question', '1', '0', 'green_diner_question', 2, 1, '244'),
(3112, 'green_diner_r', '1', '0', 'green_diner_r', 2, 1, '244'),
(3113, 'green_diner_s', '1', '0', 'green_diner_s', 2, 1, '244'),
(3114, 'green_diner_seven', '1', '0', 'green_diner_seven', 2, 1, '244'),
(3115, 'green_diner_six', '1', '0', 'green_diner_six', 2, 1, '244'),
(3116, 'green_diner_t', '1', '0', 'green_diner_t', 2, 1, '244'),
(3117, 'green_diner_three', '1', '0', 'green_diner_three', 2, 1, '244'),
(3118, 'green_diner_two', '1', '0', 'green_diner_two', 2, 1, '244'),
(3119, 'green_diner_u', '1', '0', 'green_diner_u', 2, 1, '244'),
(3120, 'green_diner_u_acc', '1', '0', 'green_diner_u_acc', 2, 1, '244'),
(3121, 'green_diner_u_acc_grave', '1', '0', 'green_diner_u_acc_grave', 2, 1, '244'),
(3122, 'green_diner_u_umlaut', '1', '0', 'green_diner_u_umlaut', 2, 1, '244'),
(3123, 'green_diner_upsidedown', '1', '0', 'green_diner_upsidedown', 2, 1, '244'),
(3124, 'green_diner_v', '1', '0', 'green_diner_v', 2, 1, '244'),
(3125, 'green_diner_w', '1', '0', 'green_diner_w', 2, 1, '244'),
(3126, 'green_diner_x', '1', '0', 'green_diner_x', 2, 1, '244'),
(3127, 'green_diner_y', '1', '0', 'green_diner_y', 2, 1, '244'),
(3128, 'green_diner_z', '1', '0', 'green_diner_z', 2, 1, '244'),
(2911, 'darkknight_batman_suit', '1', '0', 'darkknight_batman_suit', 2, 1, '245'),
(2912, 'darkknight_clownface', '1', '0', 'darkknight_clownface', 2, 1, '245'),
(2913, 'darkknight_dentbutton', '1', '0', 'darkknight_dentbutton', 2, 1, '245'),
(2914, 'darkknight_jokercard', '1', '0', 'darkknight_jokercard', 2, 1, '245'),
(2915, 'darkknight_jokerface', '1', '0', 'darkknight_jokerface', 2, 1, '245'),
(2916, 'darkknight_logo', '1', '0', 'darkknight_logo', 2, 1, '245'),
(4324, 'darkknight_wallpaper', '4', '0', 'darkknight_wallpaper', 2, 1, '248'),
(3530, 'red_diner_a', '1', '0', 'red_diner_a', 2, 1, '246'),
(3531, 'red_diner_a_umlaut', '1', '0', 'red_diner_a_umlaut', 2, 1, '246'),
(3532, 'red_diner_ae', '1', '0', 'red_diner_ae', 2, 1, '246'),
(3533, 'red_diner_b', '1', '0', 'red_diner_b', 2, 1, '246'),
(3534, 'red_diner_c', '1', '0', 'red_diner_c', 2, 1, '246'),
(3535, 'red_diner_c_cedilla', '1', '0', 'red_diner_c_cedilla', 2, 1, '246'),
(3536, 'red_diner_d', '1', '0', 'red_diner_d', 2, 1, '246'),
(3537, 'red_diner_e', '1', '0', 'red_diner_e', 2, 1, '246'),
(3538, 'red_diner_e_acc', '1', '0', 'red_diner_e_acc', 2, 1, '246'),
(3539, 'red_diner_e_cc_grave', '1', '0', 'red_diner_e_cc_grave', 2, 1, '246'),
(3540, 'red_diner_eight', '1', '0', 'red_diner_eight', 2, 1, '246'),
(3541, 'red_diner_exclamation', '1', '0', 'red_diner_exclamation', 2, 1, '246'),
(3542, 'red_diner_f', '1', '0', 'red_diner_f', 2, 1, '246'),
(3543, 'red_diner_five', '1', '0', 'red_diner_five', 2, 1, '246'),
(3544, 'red_diner_four', '1', '0', 'red_diner_four', 2, 1, '246'),
(3545, 'red_diner_g', '1', '0', 'red_diner_g', 2, 1, '246'),
(3546, 'red_diner_h', '1', '0', 'red_diner_h', 2, 1, '246'),
(3547, 'red_diner_i', '1', '0', 'red_diner_i', 2, 1, '246'),
(3548, 'red_diner_j', '1', '0', 'red_diner_j', 2, 1, '246'),
(3549, 'red_diner_k', '1', '0', 'red_diner_k', 2, 1, '246'),
(3550, 'red_diner_l', '1', '0', 'red_diner_l', 2, 1, '246'),
(3551, 'red_diner_m', '1', '0', 'red_diner_m', 2, 1, '246'),
(3552, 'red_diner_n', '1', '0', 'red_diner_n', 2, 1, '246'),
(3553, 'red_diner_nine', '1', '0', 'red_diner_nine', 2, 1, '246'),
(3554, 'red_diner_o', '1', '0', 'red_diner_o', 2, 1, '246'),
(3555, 'red_diner_o_accute', '1', '0', 'red_diner_o_accute', 2, 1, '246'),
(3556, 'red_diner_o_cc_grave', '1', '0', 'red_diner_o_cc_grave', 2, 1, '246'),
(3557, 'red_diner_o_umlaut', '1', '0', 'red_diner_o_umlaut', 2, 1, '246'),
(3558, 'red_diner_one', '1', '0', 'red_diner_one', 2, 1, '246'),
(3559, 'red_diner_p', '1', '0', 'red_diner_p', 2, 1, '246'),
(3560, 'red_diner_q', '1', '0', 'red_diner_q', 2, 1, '246'),
(3561, 'red_diner_question', '1', '0', 'red_diner_question', 2, 1, '246'),
(3562, 'red_diner_r', '1', '0', 'red_diner_r', 2, 1, '246'),
(3563, 'red_diner_s', '1', '0', 'red_diner_s', 2, 1, '246'),
(3564, 'red_diner_seven', '1', '0', 'red_diner_seven', 2, 1, '246'),
(3565, 'red_diner_six', '1', '0', 'red_diner_six', 2, 1, '246'),
(3566, 'red_diner_t', '1', '0', 'red_diner_t', 2, 1, '246'),
(3567, 'red_diner_three', '1', '0', 'red_diner_three', 2, 1, '246'),
(3568, 'red_diner_two', '1', '0', 'red_diner_two', 2, 1, '246'),
(3569, 'red_diner_u', '1', '0', 'red_diner_u', 2, 1, '246'),
(3570, 'red_diner_u_acc', '1', '0', 'red_diner_u_acc', 2, 1, '246'),
(3571, 'red_diner_u_acc_grave', '1', '0', 'red_diner_u_acc_grave', 2, 1, '246'),
(3572, 'red_diner_u_umlaut', '1', '0', 'red_diner_u_umlaut', 2, 1, '246'),
(3573, 'red_diner_upsidedown', '1', '0', 'red_diner_upsidedown', 2, 1, '246'),
(3574, 'red_diner_v', '1', '0', 'red_diner_v', 2, 1, '246'),
(3575, 'red_diner_w', '1', '0', 'red_diner_w', 2, 1, '246'),
(3576, 'red_diner_x', '1', '0', 'red_diner_x', 2, 1, '246'),
(3577, 'red_diner_y', '1', '0', 'red_diner_y', 2, 1, '246'),
(3578, 'red_diner_z', '1', '0', 'red_diner_z', 2, 1, '246'),
(3464, 'olym_carson', '1', '0', 'olym_carson', 2, 1, '247'),
(3465, 'olym_cresthawk', '1', '0', 'olym_cresthawk', 2, 1, '247'),
(3466, 'olym_inari', '1', '0', 'olym_inari', 2, 1, '247'),
(3467, 'olym_jandelee', '1', '0', 'olym_jandelee', 2, 1, '247'),
(3468, 'olym_lady', '1', '0', 'olym_lady', 2, 1, '247'),
(3469, 'olym_loderse', '1', '0', 'olym_loderse', 2, 1, '247'),
(3470, 'olym_moiraine', '1', '0', 'olym_moiraine', 2, 1, '247'),
(3471, 'olym_nme', '1', '0', 'olym_nme', 2, 1, '247'),
(3472, 'olym_smoothcriminal', '1', '0', 'olym_smoothcriminal', 2, 1, '247'),
(3473, 'olym_spartan', '1', '0', 'olym_spartan', 2, 1, '247'),
(3474, 'olym_squib', '1', '0', 'olym_squib', 2, 1, '247'),
(3475, 'olym_thegirls', '1', '0', 'olym_thegirls', 2, 1, '247'),
(2655, '25_146x146_habbo_sticker_fi', '1', '0', '25_146x146_habbo_sticker_fi', 2, 1, '214'),
(2713, 'backtoschool_badapple', '1', '0', 'backtoschool_badapple', 2, 1, '230'),
(2714, 'backtoschool_goldapple', '1', '0', 'backtoschool_goldapple', 2, 1, '1000'),
(2715, 'backtoschool_trophy', '1', '0', 'backtoschool_trophy', 2, 1, '230'),
(2740, 'bg_stickie', '4', '0', 'bg_stickie', 2, 1, '1000'),
(2868, 'cat_animated', '1', '0', 'cat_animated', 2, 1, '1000'),
(2873, 'checker_border_h', '1', '0', 'checker_border_h', 2, 1, '243'),
(2874, 'checker_border_v', '1', '0', 'checker_border_v', 2, 1, '243'),
(3148, 'habbo_x_home_sticker', '1', '0', 'habbo_x_home_sticker', 2, 1, '230'),
(3180, 'hw_bassplayer_girl2', '1', '0', 'hw_bassplayer_girl2', 2, 1, '221'),
(3210, 'hw_keyboards1', '1', '0', 'hw_keyboards1', 2, 1, '221'),
(3211, 'hw_keyboards2', '1', '0', 'hw_keyboards2', 2, 1, '221'),
(3512, 'pretzel', '1', '0', 'pretzel', 2, 1, '216'),
(3927, 'teensbear', '1', '0', 'teensbear', 2, 1, '235'),
(3945, 'tiki_volcano', '1', '0', 'tiki_volcano', 2, 1, '207'),
(4160, '10kbc_habbo_grouppage_bg_2b', '4', '0', '10kbc_habbo_grouppage_bg_2b', 2, 1, '248'),
(4161, '10kbc_habbo_grouppage_bg_3b', '4', '0', '10kbc_habbo_grouppage_bg_3b', 2, 1, '248'),
(4162, '26_habbo_background_fi', '4', '0', '26_habbo_background_fi', 2, 1, '248'),
(4182, 'au_iflyvampwasp_bg_v1', '4', '0', 'au_iflyvampwasp_bg_v1', 2, 1, '248'),
(4183, 'au_iflyvampwasp_bg_v2', '4', '0', 'au_iflyvampwasp_bg_v2', 2, 1, '248'),
(4186, 'au_spiderwick_bg', '4', '0', 'au_spiderwick_bg', 2, 1, '248'),
(4187, 'background_momie3_928x1360', '4', '0', 'background_momie3_928x1360', 2, 1, '248'),
(4189, 'backtoschool_wallpaper', '4', '0', 'backtoschool_wallpaper', 2, 1, '248'),
(4194, 'bg_alhambra', '4', '0', 'bg_alhambra', 2, 1, '248'),
(4195, 'bg_animegroup', '4', '0', 'bg_animegroup', 2, 1, '248'),
(4251, 'bg_moviesgroup', '4', '0', 'bg_moviesgroup', 2, 1, '248'),
(4252, 'bg_musicgroup', '4', '0', 'bg_musicgroup', 2, 1, '248'),
(4287, 'bg_solid_bg_white', '4', '0', 'bg_solid_bg_white', 2, 1, '248'),
(4296, 'bg_videogamesgroup', '4', '0', 'bg_videogamesgroup', 2, 1, '248'),
(4306, 'bmx_tailwhip', '4', '0', 'bmx_tailwhip', 2, 1, '248'),
(4309, 'camocheese_wallpaper', '4', '0', 'camocheese_wallpaper', 2, 1, '248'),
(4319, 'cw_group_1', '4', '0', 'cw_group_1', 2, 1, '248'),
(4321, 'cw_group_2', '4', '0', 'cw_group_2', 2, 1, '248'),
(4323, 'cw_poster', '4', '0', 'cw_poster', 2, 1, '248'),
(4328, 'diner_global', '4', '0', 'diner_global', 2, 1, '248'),
(4337, 'easter_eggs_wallpaper', '4', '0', 'easter_eggs_wallpaper', 2, 1, '248'),
(4338, 'easter_eggs_wallpaper2', '4', '0', 'easter_eggs_wallpaper2', 2, 1, '248'),
(4361, 'geeks_wallpaper', '4', '0', 'geeks_wallpaper', 2, 1, '248'),
(4366, 'greasers_wallpaper', '4', '0', 'greasers_wallpaper', 2, 1, '248'),
(4369, 'gruposedateens.jpg', '4', '0', 'gruposedateens.jpg', 2, 1, '248'),
(4371, 'guitarhero', '4', '0', 'guitarhero', 2, 1, '248'),
(4372, 'gyroscope_grouppage_bg_v1', '4', '0', 'gyroscope_grouppage_bg_v1', 2, 1, '248'),
(4374, 'habbo_bmx_foot_jam_tailwhip_bg', '4', '0', 'habbo_bmx_foot_jam_tailwhip_bg', 2, 1, '248'),
(4376, 'habbo_group_tutorial_bg', '4', '0', 'habbo_group_tutorial_bg', 2, 1, '248'),
(4385, 'habbolympics_bg_final', '4', '0', 'habbolympics_bg_final', 2, 1, '248'),
(4390, 'habboween_bg_bg', '4', '0', 'habboween_bg_bg', 2, 1, '248'),
(4392, 'hannah_montana_background', '4', '0', 'hannah_montana_background', 2, 1, '248'),
(4397, 'head_guides_germany', '4', '0', 'head_guides_germany', 2, 1, '248'),
(4398, 'head_guides_switserland', '4', '0', 'head_guides_switserland', 2, 1, '248'),
(4412, 'jocks_wallpaper', '4', '0', 'jocks_wallpaper', 2, 1, '248'),
(4419, 'kerli_wallpaper', '4', '0', 'kerli_wallpaper', 2, 1, '248'),
(4427, 'landing_page_comp', '4', '0', 'landing_page_comp', 2, 1, '248'),
(4429, 'madball_2008_bg_001', '4', '0', 'madball_2008_bg_001', 2, 1, '248'),
(4430, 'madball_wallpaper', '4', '0', 'madball_wallpaper', 2, 1, '248'),
(4438, 'myspy_group', '4', '0', 'myspy_group', 2, 1, '248'),
(4444, 'nicolajrasted_vip', '4', '0', 'nicolajrasted_vip', 2, 1, '248'),
(4453, 'poptarts_cv_002.jpg', '4', '0', 'poptarts_cv_002.jpg', 2, 1, '248'),
(4456, 'rexona_bg', '4', '0', 'rexona_bg', 2, 1, '248'),
(4471, 'silversurfer2', '4', '0', 'silversurfer2', 2, 1, '248'),
(4472, 'silversurfer3', '4', '0', 'silversurfer3', 2, 1, '248'),
(4475, 'skateollie_bg', '4', '0', 'skateollie_bg', 2, 1, '248'),
(4476, 'skateollie_bg2', '4', '0', 'skateollie_bg2', 2, 1, '248'),
(4477, 'skulls_wallpaper', '4', '0', 'skulls_wallpaper', 2, 1, '248'),
(4505, 'test', '4', '0', 'test', 2, 1, '248'),
(4512, 'toolbar_bg', '4', '0', 'toolbar_bg', 2, 1, '248'),
(4513, 'toolbar_bg2', '4', '0', 'toolbar_bg2', 2, 1, '248'),
(4514, 'top_gamers_bg', '4', '0', 'top_gamers_bg', 2, 1, '248'),
(4517, 'tutorial_bg', '4', '0', 'tutorial_bg', 2, 1, '248'),
(4519, 'val_bgpattern_love', '4', '0', 'val_bgpattern_love', 2, 1, '248'),
(4520, 'val_bgpattern_skull', '4', '0', 'val_bgpattern_skull', 2, 1, '248'),
(4526, 'vip_group.png', '4', '0', 'vip_group.png', 2, 1, '248'),
(4529, 'wallpaper_alkalinetrio', '4', '0', 'wallpaper_alkalinetrio', 2, 1, '248'),
(4532, 'wallpaper_dinerduck', '4', '0', 'wallpaper_dinerduck', 2, 1, '248'),
(4533, 'wallpaper_dinergeeks', '4', '0', 'wallpaper_dinergeeks', 2, 1, '248'),
(4534, 'wallpaper_dinergreasers', '4', '0', 'wallpaper_dinergreasers', 2, 1, '248'),
(4535, 'wallpaper_dinerjocks', '4', '0', 'wallpaper_dinerjocks', 2, 1, '248'),
(4536, 'wallpaper_dinermapusa', '4', '0', 'wallpaper_dinermapusa', 2, 1, '248'),
(4538, 'wallpaper_dinerus', '4', '0', 'wallpaper_dinerus', 2, 1, '248'),
(4539, 'wallpaper_droney', '4', '0', 'wallpaper_droney', 2, 1, '248'),
(4541, 'wallpaper_katiestill', '4', '0', 'wallpaper_katiestill', 2, 1, '248'),
(4542, 'wallpaper_lauraduncan', '4', '0', 'wallpaper_lauraduncan', 2, 1, '248'),
(4543, 'wallpaper_lenka', '4', '0', 'wallpaper_lenka', 2, 1, '248'),
(4544, 'wallpaper_monet', '4', '0', 'wallpaper_monet', 2, 1, '248'),
(4547, 'wallpaper_sprousebrothers', '4', '0', 'wallpaper_sprousebrothers', 2, 1, '248'),
(4548, 'wallpaper_submarines', '4', '0', 'wallpaper_submarines', 2, 1, '248'),
(4549, 'wallpaper_tmobile', '4', '0', 'wallpaper_tmobile', 2, 1, '248'),
(4554, 'wallpaper2_001', '4', '0', 'wallpaper2_001', 2, 1, '248'),
(4574, 'xmas_gifts_bg2', '4', '0', 'xmas_gifts_bg2', 2, 1, '248');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_homes_edit`
--

CREATE TABLE IF NOT EXISTS `cms_homes_edit` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`pageid` int(11) NOT NULL,
`editorid` int(11) NOT NULL,
`type` enum('group','user') NOT NULL,
`time` int(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `cms_homes_edit`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_homes_group_linker`
--

CREATE TABLE IF NOT EXISTS `cms_homes_group_linker` (
`userid` int(11) NOT NULL,
`groupid` int(11) NOT NULL,
`active` varchar(1) NOT NULL DEFAULT '0',
KEY `userid` (`userid`),
KEY `groupid` (`groupid`),
KEY `active` (`active`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `cms_homes_group_linker`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_homes_inventory`
--

CREATE TABLE IF NOT EXISTS `cms_homes_inventory` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`userid` int(11) NOT NULL,
`type` varchar(1) NOT NULL,
`subtype` varchar(1) NOT NULL,
`data` text NOT NULL,
`amount` varchar(3) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ;

--
-- Dump dei dati per la tabella `cms_homes_inventory`
--

INSERT INTO `cms_homes_inventory` (`id`, `userid`, `type`, `subtype`, `data`, `amount`) VALUES
(1, 155, '4', '0', 'bg_habbolido', '1'),
(5, 155, '3', '0', 'stickienote', '3'),
(6, 155, '1', '0', 'blue_diner_h', '1'),
(8, 2, '4', '0', 'allhabbos_group', '1'),
(9, 2, '1', '0', 'bling_a', '2'),
(10, 2, '1', '0', 'green_diner_a', '1'),
(11, 2, '1', '0', 'blue_diner_a', '1'),
(12, 2, '3', '0', 'stickienote', '3');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_homes_stickers`
--

CREATE TABLE IF NOT EXISTS `cms_homes_stickers` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`userid` int(11) NOT NULL,
`x` varchar(6) NOT NULL DEFAULT '1' COMMENT 'left',
`y` varchar(6) NOT NULL DEFAULT '1' COMMENT 'top',
`z` varchar(6) NOT NULL DEFAULT '1' COMMENT 'z-index',
`data` text NOT NULL,
`type` varchar(1) NOT NULL DEFAULT '1',
`subtype` varchar(1) NOT NULL DEFAULT '0' COMMENT 'Widget Type (if widget)',
`skin` text NOT NULL,
`groupid` int(11) NOT NULL DEFAULT '-1',
`var` int(100) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1161 ;

--
-- Dump dei dati per la tabella `cms_homes_stickers`
--

INSERT INTO `cms_homes_stickers` (`id`, `userid`, `x`, `y`, `z`, `data`, `type`, `subtype`, `skin`, `groupid`, `var`) VALUES
(1079, 2, '457', '26', '4', '', '2', '1', 'defaultskin', -1, NULL),
(1080, 2, '450', '319', '1', '', '2', '3', 'defaultskin', -1, NULL),
(1081, 2, '148', '41', '7', 'Attenzione! Rispetta la Haddo Way. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1082, 2, '57', '229', '6', 'Benvenuto su una nuova Haddo Home page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1083, 2, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1084, 2, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Haddo Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1085, 2, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL),
(1086, -1, '25', '25', '5', '', '2', '1', 'defaultskin', 10, NULL),
(1087, 2, '-1', '-1', '-1', 'allhabbos_group', '4', '0', '-1', 10, NULL),
(1088, -1, '25', '25', '5', '', '2', '1', 'defaultskin', 11, NULL),
(1089, 3, '457', '26', '4', '', '2', '1', 'defaultskin', -1, NULL),
(1090, 3, '450', '319', '1', '', '2', '3', 'defaultskin', -1, NULL),
(1091, 3, '148', '41', '7', 'Attenzione! Rispetta la Haddo Way. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1092, 3, '57', '229', '6', 'Benvenuto su una nuova Haddo Home page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1093, 3, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1094, 3, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Haddo Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1095, 3, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL),
(1096, 4, '457', '26', '4', '', '2', '1', 'defaultskin', -1, NULL),
(1097, 4, '450', '319', '1', '', '2', '3', 'defaultskin', -1, NULL),
(1098, 4, '148', '41', '7', 'Attenzione! Rispetta la Haddo Way. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1099, 4, '57', '229', '6', 'Benvenuto su una nuova Haddo Home page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1100, 4, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1101, 4, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Haddo Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1102, 4, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL),
(1103, 2, '10', '10', '18', 'fdsfsf', '3', '0', 'defaultskin', -1, NULL),
(1104, 2, '555', '169', '7', 'fvbvcbcvbc', '3', '0', 'defaultskin', 10, NULL),
(1105, 16, '457', '26', '4', '', '2', '1', 'defaultskin', -1, NULL),
(1106, 16, '450', '319', '1', '', '2', '3', 'defaultskin', -1, NULL),
(1107, 16, '148', '41', '7', 'Attenzione! Rispetta la Haddo Way. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1108, 16, '57', '229', '6', 'Benvenuto su una nuova Haddo Home page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1109, 16, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1110, 16, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Haddo Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1111, 16, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL),
(1112, 16, '457', '26', '4', '', '2', '1', 'defaultskin', -1, NULL),
(1113, 16, '450', '319', '1', '', '2', '3', 'defaultskin', -1, NULL),
(1114, 16, '148', '41', '7', 'Attenzione! Rispetta la Haddo Way. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1115, 16, '57', '229', '6', 'Benvenuto su una nuova Haddo Home page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1116, 16, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1117, 16, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Haddo Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1118, 16, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL),
(1119, 16, '457', '26', '4', '', '2', '1', 'defaultskin', -1, NULL),
(1120, 16, '450', '319', '1', '', '2', '3', 'defaultskin', -1, NULL),
(1121, 16, '148', '41', '7', 'Attenzione! Rispetta la Haddo Way. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1122, 16, '57', '229', '6', 'Benvenuto su una nuova Haddo Home page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1123, 16, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1124, 16, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Haddo Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1125, 16, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL),
(1126, 16, '457', '26', '4', '', '2', '1', 'defaultskin', -1, NULL),
(1127, 16, '450', '319', '1', '', '2', '3', 'defaultskin', -1, NULL),
(1128, 16, '148', '41', '7', 'Attenzione! Rispetta la Haddo Way. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1129, 16, '57', '229', '6', 'Benvenuto su una nuova Haddo Home page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1130, 16, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1131, 16, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Haddo Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1132, 16, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL),
(1133, 16, '457', '26', '4', '', '2', '1', 'defaultskin', -1, NULL),
(1134, 16, '450', '319', '1', '', '2', '3', 'defaultskin', -1, NULL),
(1135, 16, '148', '41', '7', 'Attenzione! Rispetta la Haddo Way. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1136, 16, '57', '229', '6', 'Benvenuto su una nuova Haddo Home page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1137, 16, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1138, 16, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Haddo Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1139, 16, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL),
(1140, 16, '457', '26', '4', '', '2', '1', 'defaultskin', -1, NULL),
(1141, 16, '450', '319', '1', '', '2', '3', 'defaultskin', -1, NULL),
(1142, 16, '148', '41', '7', 'Attenzione! Rispetta la Haddo Way. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1143, 16, '57', '229', '6', 'Benvenuto su una nuova Haddo Home page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1144, 16, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1145, 16, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Haddo Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1146, 16, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL),
(1147, 16, '457', '26', '4', '', '2', '1', 'defaultskin', -1, NULL),
(1148, 16, '450', '319', '1', '', '2', '3', 'defaultskin', -1, NULL),
(1149, 16, '148', '41', '7', 'Attenzione! Rispetta la Haddo Way. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1150, 16, '57', '229', '6', 'Benvenuto su una nuova Haddo Home page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1151, 16, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1152, 16, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Haddo Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1153, 16, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL),
(1154, 16, '457', '26', '4', '', '2', '1', 'defaultskin', -1, NULL),
(1155, 16, '450', '319', '1', '', '2', '3', 'defaultskin', -1, NULL),
(1156, 16, '148', '41', '7', 'Attenzione! Rispetta la Haddo Way. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1157, 16, '57', '229', '6', 'Benvenuto su una nuova Haddo Home page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1158, 16, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1159, 16, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Haddo Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1160, 16, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL);

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_marktplatz`
--

CREATE TABLE IF NOT EXISTS `cms_marktplatz` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`image` varchar(255) NOT NULL,
`name` varchar(255) DEFAULT NULL,
`description` varchar(255) DEFAULT NULL,
`vip_points` int(15) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dump dei dati per la tabella `cms_marktplatz`
--

INSERT INTO `cms_marktplatz` (`id`, `image`, `name`, `description`, `vip_points`) VALUES
(1, 'FAN', 'FAN', 'Haddo Hotel', 1),
(2, 'GM1', 'GM1', 'Gemma', 1),
(3, 'GM2', 'GM2', 'Gemma', 1),
(4, 'PET01', 'PET01', 'Leone', 1),
(5, 'MRG03', 'MRG03', 'Hotel', 1);

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_marktplatzfurni`
--

CREATE TABLE IF NOT EXISTS `cms_marktplatzfurni` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`image` varchar(255) NOT NULL,
`name` varchar(255) DEFAULT NULL,
`description` varchar(255) DEFAULT NULL,
`vip_points` int(15) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dump dei dati per la tabella `cms_marktplatzfurni`
--

INSERT INTO `cms_marktplatzfurni` (`id`, `image`, `name`, `description`, `vip_points`) VALUES
(1, '202', 'Trono', 'Per persone importanti!', 1),
(2, '429', 'Ventilatore', 'Ventilatore Rosa!', 2),
(3, '419', 'Gelateria', 'Gelateria Azzurra!', 1);

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_minimail`
--

CREATE TABLE IF NOT EXISTS `cms_minimail` (
`senderid` int(11) NOT NULL,
`to_id` int(11) DEFAULT NULL,
`subject` varchar(30) NOT NULL,
`date` varchar(30) NOT NULL,
`message` text NOT NULL,
`read_mail` enum('0','1') NOT NULL DEFAULT '0',
`id` int(11) NOT NULL AUTO_INCREMENT,
`deleted` int(10) DEFAULT '0',
`conversationid` int(10) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `cms_minimail`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_news`
--

CREATE TABLE IF NOT EXISTS `cms_news` (
`num` int(4) NOT NULL AUTO_INCREMENT,
`id` int(11) NOT NULL,
`primopiano` enum('0','1') COLLATE latin1_general_ci NOT NULL,
`imgprimopiano` varchar(100) COLLATE latin1_general_ci NOT NULL,
`title` text COLLATE latin1_general_ci NOT NULL,
`category` text COLLATE latin1_general_ci NOT NULL,
`topstory` varchar(100) COLLATE latin1_general_ci NOT NULL,
`short_story` text COLLATE latin1_general_ci NOT NULL,
`story` longtext CHARACTER SET latin1 COLLATE latin1_spanish_ci NOT NULL,
`date` date NOT NULL,
`author` text COLLATE latin1_general_ci NOT NULL,
`time` text COLLATE latin1_general_ci NOT NULL,
PRIMARY KEY (`num`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci COMMENT='HoloCMS' AUTO_INCREMENT=22 ;

--
-- Dump dei dati per la tabella `cms_news`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_news_slider`
--

CREATE TABLE IF NOT EXISTS `cms_news_slider` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
`shortstory` text COLLATE latin1_general_ci,
`image` varchar(255) COLLATE latin1_general_ci DEFAULT '/Public/Images/news/TS_Web60.png',
`button_enable` enum('0','1') COLLATE latin1_general_ci NOT NULL DEFAULT '0',
`link_button` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
`button_title` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=3 ;

--
-- Dump dei dati per la tabella `cms_news_slider`
--

INSERT INTO `cms_news_slider` (`id`, `title`, `shortstory`, `image`, `button_enable`, `link_button`, `button_title`) VALUES
(1, 'Benvenuti su Haddo!', 'Divertiti con noi su Haddo Hotel! :emoji_smiley:', 'http://gweinyddwrstorio.net/dcp/c_images/webpromo/45mei_TopStory.gif', '1', 'http://haddo-italia.zapto.org/news.php?id=9', 'Leggi la News');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_recommended`
--

CREATE TABLE IF NOT EXISTS `cms_recommended` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`rec_id` int(10) DEFAULT NULL,
`type` varchar(10) DEFAULT 'group',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dump dei dati per la tabella `cms_recommended`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_registration_figures`
--

CREATE TABLE IF NOT EXISTS `cms_registration_figures` (
`figure` varchar(70) NOT NULL,
`gender` varchar(1) NOT NULL,
PRIMARY KEY (`figure`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dump dei dati per la tabella `cms_registration_figures`
--

INSERT INTO `cms_registration_figures` (`figure`, `gender`) VALUES
('hr-515-45.hd-600-8.ch-884-76.lg-696-76.sh-740-76.ea-1401-76.ca-1815-62', 'f'),
('hr-545-42.hd-600-28.ch-884-68.lg-700-68.sh-905-71.he-1601.ea-1406.fa-1', 'f'),
('hd-600-3.ch-630-62.lg-695-62.sh-730-62.ca-1801-62', 'f'),
('hr-515-48.hd-625-22.ch-660-79.lg-700-64.ea-1406', 'f'),
('hr-890-42.hd-629-1.ch-685-74.lg-710-74.sh-907-74.he-1608.ca-1815-74.wa', 'f'),
('hr-125-45.hd-180-4.ch-225-88.lg-285-89.sh-300-64.ha-1023-88', 'm'),
('hr-115-42.hd-180-3.ch-210-62.lg-285-64.sh-290-62', 'm'),
('hr-155-39.hd-180-1.ch-267-64.lg-281-64', 'm'),
('hr-165-40.hd-206-2.ch-255-77.lg-275-76.sh-305-78.ha-1010-65.ea-1404-78', 'm'),
('hr-110-45.hd-180-30.ch-215-66.lg-270-64.sh-300-64.ea-1404-64.wa-2007.c', 'm'),
('hr-115-45.hd-180-7.ch-255-82.lg-280-64.sh-290-62', 'm'),
('hr-115-45.hd-180-1.ch-255-64.lg-285-82.sh-300-62.cp-3121-64', 'm'),
('hr-165-36.hd-180-1.ch-235-64.lg-285-64.sh-305-64.ea-1404-62.wa-2009-62', 'm'),
('hr-893-39.hd-180-7.ch-245-64.lg-281-64.sh-906-64.ea-1404-64', 'm'),
('hr-115-37.hd-180-1.ch-220-64.lg-285-64.sh-300-64', 'm'),
('hr-165-45.hd-207-9.ch-255-64.lg-275-64.sh-305-64', 'm'),
('hr-125-45.hd-190-4.ch-215-79.lg-285-73.sh-290-62', 'm'),
('hr-515-42.hd-600-1.ch-655-83.lg-710-64.sh-730-64', 'f'),
('hr-545-39.hd-600-8.ch-655-62.lg-710-73.sh-730-62.he-1602-73.ca-1812', 'f'),
('hr-515-36.hd-605-7.ch-660-71.lg-700-71', 'f'),
('hr-892-45.hd-600-1.ch-645-83.lg-720-83.sh-907-83.fa-1212.ca-1819', 'f'),
('hr-545-33.hd-600-1.ch-665-78.lg-715-89.sh-907-62', 'f'),
('hr-890-31.hd-600-2.ch-660-62.lg-700-79.sh-906-62.he-1602-80.ca-1805-78', 'f'),
('hr-540-34.hd-600-9.ch-640-62.lg-700-64.sh-907-70.he-1602-62.ca-1804-73', 'f'),
('hd-620-10.ch-660-64.lg-710-64.sh-906-70.wa-2009-72.hr-890-38', 'f'),
('hr-890-47.hd-629-1.ch-685-78.lg-715-85.sh-735-72.he-1606-85.ca-1804-84', 'f'),
('hd-180-8.ch-255-83.lg-270-83.sh-905-83.ha-1020.fa-1202-83', 'm'),
('hr-165-32.hd-209-17.ch-878-1315-81.lg-3116-72-1315.ea-1401-62.fa-1212.', 'm'),
('hd-180-10.ch-215-62.lg-270-62', 'm'),
('hr-145-31.hd-185-10.ch-255-62.lg-270-62.he-1601', 'm'),
('hr-893-33.hd-209-1.ch-3110-81-76.lg-270-80.fa-1202-80', 'm'),
('hr-165-45.hd-180-3.ch-215-62.lg-3116-64-73.sh-300-62', 'm'),
('hr-893-37.hd-180-1.ch-3111-68-67.lg-270-64.sh-906-62', 'm'),
('hr-115-31.hd-180-7.ch-877-64-62.lg-270-64.sh-305-62.wa-2009-62', 'm'),
('hr-115-31.hd-190-7.ch-255-73.lg-285-82.sh-300-64.fa-1201', 'm'),
('hr-145-42.hd-208-2.ch-225-73.lg-285-64.sh-300-64.wa-2001', 'm'),
('hr-165-42.hd-180-1.ch-255-62.lg-280-64.sh-906-62.ea-1404-62.wa-2011', 'm');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_settings`
--

CREATE TABLE IF NOT EXISTS `cms_settings` (
`variable` varchar(80) NOT NULL,
`value` text NOT NULL,
`description` text,
`example` text,
PRIMARY KEY (`variable`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `cms_settings`
--

INSERT INTO `cms_settings` (`variable`, `value`, `description`, `example`) VALUES
('cms_url', '', '', 'http://yebbo.zapto.org'),
('client_ip', '', '217.23.1.251', '217.23.1.251'),
('client_port', '', 'The port that your emulator is running on', '30000'),
('client_mus', '', 'The port that your emulators MUS is running on', '30001'),
('client_variables', '', 'The url to your external variables', 'http://mykko.netsons.org/mykko/gamedata/external_variables.txt'),
('client_texts', '', 'The url to your external texts', 'http://mykko.netsons.org/mykko/gamedata/external_flash_texts.txt'),
('rts_uname', '', 'The username you signed up to RetroTopsites.com with', 'Aaron'),
('cms_name', '', 'The name of your Hotel', 'Rome\r\n');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_system`
--

CREATE TABLE IF NOT EXISTS `cms_system` (
`sitename` varchar(30) COLLATE latin1_general_ci NOT NULL,
`shortname` varchar(30) COLLATE latin1_general_ci NOT NULL,
`site_closed` enum('0','1') COLLATE latin1_general_ci NOT NULL COMMENT 'Maintenance Mode',
`enable_sso` enum('0','1') COLLATE latin1_general_ci NOT NULL,
`language` varchar(2) COLLATE latin1_general_ci NOT NULL,
`ip` varchar(50) COLLATE latin1_general_ci NOT NULL,
`port` varchar(5) COLLATE latin1_general_ci NOT NULL,
`texts` varchar(250) COLLATE latin1_general_ci NOT NULL,
`variables` varchar(250) COLLATE latin1_general_ci NOT NULL,
`dcr` varchar(250) COLLATE latin1_general_ci NOT NULL,
`reload_url` varchar(250) COLLATE latin1_general_ci NOT NULL,
`localhost` enum('0','1') COLLATE latin1_general_ci NOT NULL COMMENT 'Local server?',
`start_credits` int(11) NOT NULL DEFAULT '0',
`admin_notes` text COLLATE latin1_general_ci NOT NULL,
`loader` int(1) NOT NULL DEFAULT '1',
`analytics` text COLLATE latin1_general_ci
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci COMMENT='HoloCMS';

--
-- Dump dei dati per la tabella `cms_system`
--

INSERT INTO `cms_system` (`sitename`, `shortname`, `site_closed`, `enable_sso`, `language`, `ip`, `port`, `texts`, `variables`, `dcr`, `reload_url`, `localhost`, `start_credits`, `admin_notes`, `loader`, `analytics`) VALUES
('MemeS HoteL', 'Haddo', '0', '1', 'en', '178.33.214.248', '20', '', '', '', '', '0', 50000, '', 1, '\r\n');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_tags`
--

CREATE TABLE IF NOT EXISTS `cms_tags` (
`id` int(255) NOT NULL AUTO_INCREMENT,
`ownerid` int(11) NOT NULL DEFAULT '0',
`tag` varchar(25) COLLATE latin1_general_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci COMMENT='HoloCMS' AUTO_INCREMENT=40 ;

--
-- Dump dei dati per la tabella `cms_tags`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_texts`
--

CREATE TABLE IF NOT EXISTS `cms_texts` (
`name` varchar(100) NOT NULL,
`value` text NOT NULL,
PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dump dei dati per la tabella `cms_texts`
--

INSERT INTO `cms_texts` (`name`, `value`) VALUES
('badge_desc_AC5', 'Successfully Rescued Abitha! - November 2010'),
('badge_desc_ACH_AIPerformanceVote1', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote10', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote2', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote3', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote4', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote5', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote6', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote7', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote8', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote9', 'Gather %limit% votes.'),
('badge_desc_ACH_AllTimeHotelPresence1', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence10', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence2', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence3', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence4', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence5', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence6', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence7', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence8', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence9', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AvatarLooks1', 'For changing your look for the first time'),
('badge_desc_ACH_AvatarTags1', 'For tagging yourself with 5 tags'),
('badge_desc_ACH_BasicClub1', 'For joining the Habbo Club.'),
('badge_desc_ACH_BasicClub2', 'For %limit% months of Habbo Club membership.'),
('badge_desc_ACH_BasicClub3', 'For %limit% months of Habbo Club membership.'),
('badge_desc_ACH_BasicClub4', 'For %limit% months of Habbo Club membership.'),
('badge_desc_ACH_BasicClub5', 'For %limit% months of Habbo Club membership.'),
('badge_desc_ACH_BattleBallTilesLocked1', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked10', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked11', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked12', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked13', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked14', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked15', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked16', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked17', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked18', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked19', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked2', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked20', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked3', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked4', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked5', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked6', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked7', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked8', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked9', 'Lock %limit% tiles.'),
('badge_desc_ACH_EmailVerification1', 'For activating your email address. Thanks!'),
('badge_desc_ACH_Forum1', 'Member of the Otaku-Studios.com forums!'),
('badge_desc_ACH_GameAuthorExperience1', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience10', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience11', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience12', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience13', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience14', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience15', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience16', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience17', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience18', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience19', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience2', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience20', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience3', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience4', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience5', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience6', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience7', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience8', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience9', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GamePlayerExperience1', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience10', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience11', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience12', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience13', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience14', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience15', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience16', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience17', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience18', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience19', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience2', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience20', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience3', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience4', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience5', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience6', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience7', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience8', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience9', 'Gather %limit% victory points.'),
('badge_desc_ACH_GiftGiver1', 'For giving a gift.'),
('badge_desc_ACH_GiftGiver10', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver2', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver3', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver4', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver5', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver6', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver7', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver8', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver9', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver1', 'For receiving a gift.'),
('badge_desc_ACH_GiftReceiver10', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver2', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver3', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver4', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver5', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver6', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver7', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver8', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver9', 'For receiving %limit% gifts.'),
('badge_desc_ACH_Graduate1', 'For completing your confusing Habbo newbie experience.'),
('badge_desc_ACH_HappyHour1', 'For spending a Happy moment in Habbo! Log in during Happy Hour to receive this achievement.'),
('badge_desc_ACH_Login1', 'For logging in %limit% days in a row. Try it if you dare.'),
('badge_desc_ACH_Login10', 'For logging in %limit% days in a row. Breathtaking.'),
('badge_desc_ACH_Login2', 'For logging in %limit% days in a row. Wow!'),
('badge_desc_ACH_Login3', 'For logging in %limit% days in a row. Nice one!'),
('badge_desc_ACH_Login4', 'For logging in %limit% days in a row. High 5!'),
('badge_desc_ACH_Login5', 'For logging in %limit% days in a row. Amazing.'),
('badge_desc_ACH_Login6', 'For logging in %limit% days in a row. Phenomenal.'),
('badge_desc_ACH_Login7', 'For logging in %limit% days in a row. Awesome.'),
('badge_desc_ACH_Login8', 'For logging in %limit% days in a row. Sensational.'),
('badge_desc_ACH_Login9', 'For logging in %limit% days in a row. Extraordinary.'),
('badge_desc_ACH_MGM1', 'For inviting %limit% real life friend to Habbo.'),
('badge_desc_ACH_MGM10', 'For inviting %limit% real life friends to Habbo.'),
('badge_desc_ACH_MGM2', 'For inviting %limit% real life friend to Habbo.'),
('badge_desc_ACH_MGM3', 'For inviting %limit% real life friend to Habbo.'),
('badge_desc_ACH_MGM4', 'For inviting %limit% real life friends to Habbo.'),
('badge_desc_ACH_MGM5', 'For inviting %limit% real life friends to Habbo.'),
('badge_desc_ACH_MGM6', 'For inviting %limit% real life friends to Habbo.'),
('badge_desc_ACH_MGM7', 'For inviting %limit% real life friends to Habbo.'),
('badge_desc_ACH_MGM8', 'For inviting %limit% real life friends to Habbo.'),
('badge_desc_ACH_MGM9', 'For inviting %limit% real life friends to Habbo.'),
('badge_desc_ACH_Motto1', 'For changing your motto for the first time'),
('badge_desc_ACH_Name1', 'For changing your name'),
('badge_desc_ACH_PetFeeding1', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding10', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding10_HHCA', 'Give your pets at least 204600 points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding2', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding3', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding4', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding5', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding6', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding7', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding8', 'Give your pets at least %limit% points of food to earn this badge'),
('badge_desc_ACH_PetFeeding9', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetLevelUp1', 'Train your pets up at least %limit% level to earn this badge.'),
('badge_desc_ACH_PetLevelUp10', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp2', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp3', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp4', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp5', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp6', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp7', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp8', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp9', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLover1', 'Own %limit% pet to earn this badge.'),
('badge_desc_ACH_PetLover10', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover2', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover3', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover4', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover5', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover6', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover7', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover8', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover9', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetRespectGiver1', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver10', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver2', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver3', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver4', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver5', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver6', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver7', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver8', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver9', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver1', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver10', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver2', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver3', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver4', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver5', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver6', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver7', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver8', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver9', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_RegistrationDuration1', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RegistrationDuration10', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RegistrationDuration2', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RegistrationDuration3', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RegistrationDuration4', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RegistrationDuration5', 'Be a member of the community for %limit% days'),
('badge_desc_ACH_RegistrationDuration6', 'Be a member of the community for a %limit% days.'),
('badge_desc_ACH_RegistrationDuration7', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RegistrationDuration8', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RegistrationDuration9', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RespectEarned1', 'For earning respect %limit% time.'),
('badge_desc_ACH_RespectEarned10', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned2', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned3', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned4', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned5', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned6', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned7', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned8', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned9', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectGiven1', 'For giving respect %limit% times.'),
('badge_desc_ACH_RoomEntry1', 'For hanging out in %limit% guest rooms that you do not own. Tourist.'),
('badge_desc_ACH_RoomEntry10', 'For hanging out in %limit% guest rooms that you do not own. Time traveler.'),
('badge_desc_ACH_RoomEntry2', 'For hanging out in %limit% guest rooms that you do not own. Moocher.'),
('badge_desc_ACH_RoomEntry3', 'For hanging out in %limit% guest rooms that you do not own. Freeloader.'),
('badge_desc_ACH_RoomEntry4', 'For hanging out in %limit% guest rooms that you do not own. Backpacker.'),
('badge_desc_ACH_RoomEntry5', 'For hanging out in %limit% guest rooms that you do not own. Globetrotter.'),
('badge_desc_ACH_RoomEntry6', 'For hanging out in %limit% guest rooms that you do not own. Out of towner.'),
('badge_desc_ACH_RoomEntry7', 'For hanging out in %limit% guest rooms that you do not own .Gold digger.'),
('badge_desc_ACH_RoomEntry8', 'For hanging out in %limit% guest rooms that you do not own. Orion.'),
('badge_desc_ACH_RoomEntry9', 'For hanging out in %limit% guest rooms that you do not own. Spaceman.'),
('badge_desc_ACH_Student1', 'For being guided by a Habboon Guide and confused no more'),
('badge_desc_ACH_TraderPass1', 'Without a trading pass you can''t trade: you have to have an account that is 3 days old and you have to verify your email.'),
('badge_desc_ACH_VipClub1', 'For joining the VIP Club.'),
('badge_desc_ACH_VipClub2', 'For %limit% months of VIP Club membership.'),
('badge_desc_ACH_VipClub3', 'For %limit% months of VIP Club membership.'),
('badge_desc_ACH_VipClub4', 'For %limit% months of VIP Club membership.'),
('badge_desc_ACH_VipClub5', 'For %limit% months of VIP Club membership.'),
('badge_desc_ADM', 'Member of the staff team'),
('badge_desc_BOT', 'Non-player character (this is a bot).'),
('badge_desc_HBA', 'Member of the moderation team'),
('badge_desc_HC1', 'Member of Habboon Club'),
('badge_desc_IT5', 'Successfully won a competition on Radio Otaku!'),
('badge_desc_NWB', 'Trial member of the moderation team'),
('badge_desc_RLX01', 'Found Astra - November 2010'),
('badge_desc_VIP', 'For joining the VIP Club.'),
('badge_desc_XXX', 'Dedicated member of Habboon'),
('badge_desc_Z63', 'Submitted an idea or bug petition that was added or fixed during beta'),
('badge_desc_Z64', 'Participated in the beta testing of Habboon'),
('badge_name_AC5', 'Quest Master'),
('badge_name_ACH_AIPerformanceVote1', 'Unknown Star I'),
('badge_name_ACH_AIPerformanceVote10', 'Notorious X'),
('badge_name_ACH_AIPerformanceVote2', 'Hidden Talent II'),
('badge_name_ACH_AIPerformanceVote3', 'Unique III'),
('badge_name_ACH_AIPerformanceVote4', 'Noteworthy IV'),
('badge_name_ACH_AIPerformanceVote5', 'Influental V'),
('badge_name_ACH_AIPerformanceVote6', 'Famous VI'),
('badge_name_ACH_AIPerformanceVote7', 'Grand VII'),
('badge_name_ACH_AIPerformanceVote8', 'Well-known VIII'),
('badge_name_ACH_AIPerformanceVote9', 'Glorious IX'),
('badge_name_ACH_AllTimeHotelPresence1', 'Online time I-Thunderstorm'),
('badge_name_ACH_AllTimeHotelPresence10', 'Online time X - F5 Tornado'),
('badge_name_ACH_AllTimeHotelPresence2', 'Online time II - Drizzle'),
('badge_name_ACH_AllTimeHotelPresence4', 'Online time IV - Blizzard'),
('badge_name_ACH_AllTimeHotelPresence5', 'Online time V- Haze'),
('badge_name_ACH_AllTimeHotelPresence6', 'Online time VI- Jet Stream'),
('badge_name_ACH_AllTimeHotelPresence7', 'Online time VII- Cyclone'),
('badge_name_ACH_AllTimeHotelPresence8', 'Online time VIII- Meso Cyclone'),
('badge_name_ACH_AllTimeHotelPresence9', 'Online time IX-Tornado'),
('badge_name_ACH_AvatarLooks1', 'Looks that Kill'),
('badge_name_ACH_AvatarTags1', '5 Words of Wisdom'),
('badge_name_ACH_BasicClub1', 'Habbo Club member I'),
('badge_name_ACH_BasicClub2', 'Habbo Club member II'),
('badge_name_ACH_BasicClub3', 'Habbo Club member III'),
('badge_name_ACH_BasicClub4', 'Habbo Club member IV'),
('badge_name_ACH_BasicClub5', 'Habbo Club member V'),
('badge_name_ACH_BattleBallTilesLocked1', 'Lord of the tiles I'),
('badge_name_ACH_BattleBallTilesLocked10', 'Lord of the tiles X'),
('badge_name_ACH_BattleBallTilesLocked11', 'Lord of the tiles XI'),
('badge_name_ACH_BattleBallTilesLocked12', 'Lord of the tiles XII'),
('badge_name_ACH_BattleBallTilesLocked13', 'Lord of the tiles XIII'),
('badge_name_ACH_BattleBallTilesLocked14', 'Lord of the tiles XIV'),
('badge_name_ACH_BattleBallTilesLocked15', 'Lord of the tiles XV'),
('badge_name_ACH_BattleBallTilesLocked16', 'Lord of the tiles XVI'),
('badge_name_ACH_BattleBallTilesLocked17', 'Lord of the tiles XVII'),
('badge_name_ACH_BattleBallTilesLocked18', 'Lord of the tiles XVIII'),
('badge_name_ACH_BattleBallTilesLocked19', 'Lord of the tiles XIX'),
('badge_name_ACH_BattleBallTilesLocked2', 'Lord of the tiles II'),
('badge_name_ACH_BattleBallTilesLocked20', 'Lord of the tiles XX'),
('badge_name_ACH_BattleBallTilesLocked3', 'Lord of the tiles III'),
('badge_name_ACH_BattleBallTilesLocked4', 'Lord of the tiles IV'),
('badge_name_ACH_BattleBallTilesLocked5', 'Lord of the tiles V'),
('badge_name_ACH_BattleBallTilesLocked6', 'Lord of the tiles VI'),
('badge_name_ACH_BattleBallTilesLocked7', 'Lord of the tiles VII'),
('badge_name_ACH_BattleBallTilesLocked8', 'Lord of the tiles VIII'),
('badge_name_ACH_BattleBallTilesLocked9', 'Lord of the tiles IX'),
('badge_name_ACH_EmailVerification1', 'True You'),
('badge_name_ACH_Forum1', 'Community Member'),
('badge_name_ACH_GameAuthorExperience1', 'Game Arcade owner I'),
('badge_name_ACH_GameAuthorExperience10', 'Game Arcade owner X'),
('badge_name_ACH_GameAuthorExperience11', 'Game Arcade owner XI'),
('badge_name_ACH_GameAuthorExperience12', 'Game Arcade owner XII'),
('badge_name_ACH_GameAuthorExperience13', 'Game Arcade owner XIII'),
('badge_name_ACH_GameAuthorExperience14', 'Game Arcade owner XIV'),
('badge_name_ACH_GameAuthorExperience15', 'Game Arcade owner XV'),
('badge_name_ACH_GameAuthorExperience16', 'Game Arcade owner XVI'),
('badge_name_ACH_GameAuthorExperience17', 'Game Arcade owner XVII'),
('badge_name_ACH_GameAuthorExperience18', 'Game Arcade owner XVIII'),
('badge_name_ACH_GameAuthorExperience19', 'Game Arcade owner XIX'),
('badge_name_ACH_GameAuthorExperience2', 'Game Arcade owner II'),
('badge_name_ACH_GameAuthorExperience20', 'Game Arcade owner XX'),
('badge_name_ACH_GameAuthorExperience3', 'Game Arcade owner III'),
('badge_name_ACH_GameAuthorExperience4', 'Game Arcade owner IV'),
('badge_name_ACH_GameAuthorExperience5', 'Game Arcade owner V'),
('badge_name_ACH_GameAuthorExperience6', 'Game Arcade owner VI'),
('badge_name_ACH_GameAuthorExperience7', 'Game Arcade owner VII'),
('badge_name_ACH_GameAuthorExperience8', 'Game Arcade owner VIII'),
('badge_name_ACH_GameAuthorExperience9', 'Game Arcade owner IX'),
('badge_name_ACH_GamePlayerExperience1', 'Player I'),
('badge_name_ACH_GamePlayerExperience10', 'Player X'),
('badge_name_ACH_GamePlayerExperience11', 'Player XI'),
('badge_name_ACH_GamePlayerExperience12', 'Player XII'),
('badge_name_ACH_GamePlayerExperience13', 'Player XIII'),
('badge_name_ACH_GamePlayerExperience14', 'Player XIV'),
('badge_name_ACH_GamePlayerExperience15', 'Player XV'),
('badge_name_ACH_GamePlayerExperience16', 'Player XVI'),
('badge_name_ACH_GamePlayerExperience17', 'Player XVII'),
('badge_name_ACH_GamePlayerExperience18', 'Player XVIII'),
('badge_name_ACH_GamePlayerExperience19', 'Player XIX'),
('badge_name_ACH_GamePlayerExperience2', 'Player II'),
('badge_name_ACH_GamePlayerExperience20', 'Player XX'),
('badge_name_ACH_GamePlayerExperience3', 'Player III'),
('badge_name_ACH_GamePlayerExperience4', 'Player IV'),
('badge_name_ACH_GamePlayerExperience5', 'Player V'),
('badge_name_ACH_GamePlayerExperience6', 'Player VI'),
('badge_name_ACH_GamePlayerExperience7', 'Player VII'),
('badge_name_ACH_GamePlayerExperience8', 'Player VIII'),
('badge_name_ACH_GamePlayerExperience9', 'Player IX'),
('badge_name_ACH_GiftGiver1', 'Nice one I'),
('badge_name_ACH_GiftGiver10', 'Wealthy X'),
('badge_name_ACH_GiftGiver2', 'Well heeled II'),
('badge_name_ACH_GiftGiver3', 'Prosperous III'),
('badge_name_ACH_GiftGiver4', 'Well off IV'),
('badge_name_ACH_GiftGiver5', 'Made of money V'),
('badge_name_ACH_GiftGiver6', 'Stinking rich VI'),
('badge_name_ACH_GiftGiver7', 'Loaded VII'),
('badge_name_ACH_GiftGiver8', 'Generous one VIII'),
('badge_name_ACH_GiftGiver9', 'Rolling in it IX'),
('badge_name_ACH_GiftReceiver1', 'Greet me I'),
('badge_name_ACH_GiftReceiver10', 'Want to go out with me? X'),
('badge_name_ACH_GiftReceiver2', 'Like me a bit more II'),
('badge_name_ACH_GiftReceiver3', 'Cherish me III'),
('badge_name_ACH_GiftReceiver4', 'Adore me IV'),
('badge_name_ACH_GiftReceiver5', 'Respect me V'),
('badge_name_ACH_GiftReceiver6', 'Donate me VI'),
('badge_name_ACH_GiftReceiver7', 'Value me VII'),
('badge_name_ACH_GiftReceiver8', 'Be wild about me VIII'),
('badge_name_ACH_GiftReceiver9', 'Be hooked on me IX'),
('badge_name_ACH_Graduate1', 'The Graduate'),
('badge_name_ACH_Login1', 'Traveller I'),
('badge_name_ACH_Login10', 'Phoenix X'),
('badge_name_ACH_Login2', 'Preferred Guest II'),
('badge_name_ACH_Login3', 'Frequent Resident III'),
('badge_name_ACH_Login4', 'High Roller IV'),
('badge_name_ACH_Login5', 'A Piece Of The Furniture V'),
('badge_name_ACH_Login6', 'Covered With Moss VI'),
('badge_name_ACH_Login7', 'Space dust on your shoes VII'),
('badge_name_ACH_Login8', 'Rotten Tomato VIII'),
('badge_name_ACH_Login9', 'Habbo Stayer IX'),
('badge_name_ACH_MGM1', 'Baby Shower I'),
('badge_name_ACH_MGM10', 'Prom X'),
('badge_name_ACH_MGM2', 'Luau II'),
('badge_name_ACH_MGM3', 'Block party III'),
('badge_name_ACH_MGM4', 'Dance Party IV'),
('badge_name_ACH_MGM5', 'Slumber Party V'),
('badge_name_ACH_MGM6', 'Reunion VI'),
('badge_name_ACH_MGM7', 'Housewarming VII'),
('badge_name_ACH_MGM8', 'Ball VIII'),
('badge_name_ACH_MGM9', 'Fiesta IX'),
('badge_name_ACH_Motto1', 'Master of Words'),
('badge_name_ACH_Name1', 'For changing your name'),
('badge_name_ACH_PetFeeding1', 'They''re eating all my credits! I'),
('badge_name_ACH_PetFeeding10', 'They''re eating all my credits! X'),
('badge_name_ACH_PetFeeding2', 'They''re eating all my credits! II'),
('badge_name_ACH_PetFeeding3', 'They''re eating all my credits! III'),
('badge_name_ACH_PetFeeding4', 'They''re eating all my credits! IV'),
('badge_name_ACH_PetFeeding5', 'They''re eating all my credits! V'),
('badge_name_ACH_PetFeeding6', 'They''re eating all my credits! VI'),
('badge_name_ACH_PetFeeding7', 'They''re eating all my credits! VII'),
('badge_name_ACH_PetFeeding8', 'They''re eating all my credits! VIII'),
('badge_name_ACH_PetFeeding9', 'They''re eating all my credits! IX'),
('badge_name_ACH_PetLevelUp1', 'My pet knows a trick! I'),
('badge_name_ACH_PetLevelUp10', 'Pet Whisperer X'),
('badge_name_ACH_PetLevelUp2', 'My pet knows a trick or two! II'),
('badge_name_ACH_PetLevelUp3', 'I play with pets III'),
('badge_name_ACH_PetLevelUp4', 'My pet is tougher than yours IV'),
('badge_name_ACH_PetLevelUp5', 'My pets know some tricks V'),
('badge_name_ACH_PetLevelUp6', 'My pets know a trick or two VI'),
('badge_name_ACH_PetLevelUp7', 'Animal trainer VII'),
('badge_name_ACH_PetLevelUp8', 'Animal trainer VIII'),
('badge_name_ACH_PetLevelUp9', 'Animal trainer IX'),
('badge_name_ACH_PetLover1', 'Can I Keep Him? I'),
('badge_name_ACH_PetLover10', 'Zoo Keeper X'),
('badge_name_ACH_PetLover2', 'I''ll soon have a kennel II'),
('badge_name_ACH_PetLover3', 'I''ll soon have a kennel III'),
('badge_name_ACH_PetLover4', 'I''ll soon have a kennel IV'),
('badge_name_ACH_PetLover5', 'Pet shop keeper V'),
('badge_name_ACH_PetLover6', 'Pet shop keeper VI'),
('badge_name_ACH_PetLover7', 'Pet shop keeper VII'),
('badge_name_ACH_PetLover8', 'Pet shop keeper VIII'),
('badge_name_ACH_PetLover9', 'My herd is bigger than yours IX'),
('badge_name_ACH_PetRespectGiver1', 'I like your pet! I'),
('badge_name_ACH_PetRespectGiver10', 'I''ve shared my love X'),
('badge_name_ACH_PetRespectGiver2', 'Scratch my back and I''ll scratch yours II'),
('badge_name_ACH_PetRespectGiver3', 'Pat pat! III'),
('badge_name_ACH_PetRespectGiver4', 'Scratch scratch! IV'),
('badge_name_ACH_PetRespectGiver5', 'Pet lover V'),
('badge_name_ACH_PetRespectGiver6', 'Pet lover VI'),
('badge_name_ACH_PetRespectGiver7', 'Pet lover VII'),
('badge_name_ACH_PetRespectGiver8', 'Pet lover VIII'),
('badge_name_ACH_PetRespectGiver9', 'Pet lover IX'),
('badge_name_ACH_PetRespectReceiver1', 'Someone likes my pet I'),
('badge_name_ACH_PetRespectReceiver10', 'People adore my pets! X'),
('badge_name_ACH_PetRespectReceiver2', 'My pets get all the love II'),
('badge_name_ACH_PetRespectReceiver3', 'My pets get all the love III'),
('badge_name_ACH_PetRespectReceiver4', 'My pets get all the love IV'),
('badge_name_ACH_PetRespectReceiver5', 'My pets get all the love V'),
('badge_name_ACH_PetRespectReceiver6', 'My pets get all the love VI'),
('badge_name_ACH_PetRespectReceiver7', 'My pets get all the love VII'),
('badge_name_ACH_PetRespectReceiver8', 'My pets get all the love VIII'),
('badge_name_ACH_PetRespectReceiver9', 'My pets get all the love IX'),
('badge_name_ACH_RegistrationDuration1', '10 % True Habbo I'),
('badge_name_ACH_RegistrationDuration10', '100% True Habbo X'),
('badge_name_ACH_RegistrationDuration2', '20 % True Habbo II'),
('badge_name_ACH_RegistrationDuration3', '30 % True Habbo III'),
('badge_name_ACH_RegistrationDuration4', '40 % True Habbo IV'),
('badge_name_ACH_RegistrationDuration5', '50 % True Habbo V'),
('badge_name_ACH_RegistrationDuration6', '60 % True Habbo VI'),
('badge_name_ACH_RegistrationDuration7', '70 % True Habbo VII'),
('badge_name_ACH_RegistrationDuration8', '80 % True Habbo VIII'),
('badge_name_ACH_RegistrationDuration9', '90 % True Habbo IX'),
('badge_name_ACH_RespectEarned1', '10% Respected Habbo I'),
('badge_name_ACH_RespectEarned10', '100 % Respected Habbo X'),
('badge_name_ACH_RespectEarned2', '20% Respected Habbo II'),
('badge_name_ACH_RespectEarned3', '30% Respected Habbo III'),
('badge_name_ACH_RespectEarned4', '40% Respected Habbo IV'),
('badge_name_ACH_RespectEarned5', '50% Respected Habbo V'),
('badge_name_ACH_RespectEarned6', '60% Respected Habbo VI'),
('badge_name_ACH_RespectEarned7', '70% Respected Habbo VII'),
('badge_name_ACH_RespectEarned8', '80% Respected Habbo VIII'),
('badge_name_ACH_RespectEarned9', '90% Respected Habbo IX'),
('badge_name_ACH_RespectGiven1', 'Nice as pie! I'),
('badge_name_ACH_RoomEntry1', 'Room Raider I'),
('badge_name_ACH_RoomEntry10', 'Pilgrim X'),
('badge_name_ACH_RoomEntry2', 'Running Room Raider II'),
('badge_name_ACH_RoomEntry3', 'Ultimate Room Raider III'),
('badge_name_ACH_RoomEntry4', 'Day tripper IV'),
('badge_name_ACH_RoomEntry5', 'Vacationer V'),
('badge_name_ACH_RoomEntry6', 'House Guest VI'),
('badge_name_ACH_RoomEntry7', 'Traveler VII'),
('badge_name_ACH_RoomEntry8', 'Sightseer VIII'),
('badge_name_ACH_RoomEntry9', 'Habitu'),
('badge_name_ACH_Student1', 'Habbo Student'),
('badge_name_ACH_TraderPass1', 'Trading pass'),
('badge_name_ACH_VipClub1', 'VIP member I'),
('badge_name_ACH_VipClub2', 'VIP member II'),
('badge_name_ACH_VipClub3', 'VIP member III'),
('badge_name_ACH_VipClub4', 'VIP member IV'),
('badge_name_ACH_VipClub5', 'VIP member V'),
('badge_name_ADM', 'Hotel Staff'),
('badge_name_BOT', 'NPC'),
('badge_name_HappyHour1', 'HappyHour1'),
('badge_name_HBA', 'Habboon Moderator'),
('badge_name_HC1', 'Habboon Club'),
('badge_name_IT5', 'Radio Otaku Winner'),
('badge_name_NWB', 'Habboon Moderator'),
('badge_name_RLX01', 'Quest Master'),
('badge_name_VIP', 'Very Important Person'),
('badge_name_XXX', 'Habboon eXpert'),
('badge_name_Z63', 'Valued Beta Tester'),
('badge_name_Z64', 'Beta Tester'),
('fx_1', 'Spotlight'),
('fx_10', 'Flies'),
('fx_10_desc', 'Get a shower!'),
('fx_11', 'X-Ray'),
('fx_11_desc', 'X-Rayed'),
('fx_12', 'Frozen'),
('fx_12_desc', 'Ice cold!'),
('fx_13', 'Ghost'),
('fx_13_desc', 'Spooky'),
('fx_14', 'Pink Hover board'),
('fx_14_desc', 'See the world on pink hover board.'),
('fx_15', 'Yellow hover board'),
('fx_15_desc', 'As yellow as a submarine.'),
('fx_16', 'Microphone'),
('fx_16_desc', 'Habbo Dragonfly microphone'),
('fx_17', 'UFO in pink'),
('fx_17_desc', 'Fly away with this UFO of love.'),
('fx_18', 'UFO in yellow'),
('fx_18_desc', 'Unidentified yellow flying object.'),
('fx_19', 'BluesMobile'),
('fx_19_desc', 'We''re on a mission from...'),
('fx_1_desc', 'Shine the light on me!'),
('fx_2', 'Hover board'),
('fx_20', 'HelpMobile'),
('fx_20_desc', 'How can I help?'),
('fx_21', 'RebelMobile'),
('fx_21_desc', 'Drive like lightning, crash like thunder!'),
('fx_22', 'BadMobile'),
('fx_22_desc', 'This is black sunshine!'),
('fx_23', 'totem_man_name'),
('fx_24', 'totem_merdragon_name'),
('fx_25', 'totem_eagle_name'),
('fx_26', 'totem_mix_name'),
('fx_27', 'Mighty Viking'),
('fx_27_desc', 'Do you know how to train your Dragon?'),
('fx_2_desc', 'The future of transportation.'),
('fx_3', 'UFO'),
('fx_31', 'Cheetos Effect'),
('fx_31_desc', 'Be a Cheetos!'),
('fx_32', 'Minion Effect'),
('fx_32_desc', 'Despicable Me'),
('fx_3_desc', 'Help, I''m being abducted.'),
('fx_4', 'Twinkle'),
('fx_4_desc', 'Twinkle like the star you are.'),
('fx_5', 'Torch'),
('fx_5_desc', 'Light the dark corners of your existence.'),
('fx_6', 'HRJP-3000'),
('fx_6_desc', 'Habbo Rocket Jet Pack.'),
('fx_7', 'Butterfly effect'),
('fx_7_desc', 'Let the butterflies flap their wings.'),
('fx_8', 'Fireflies'),
('fx_8_desc', 'Light my fire'),
('fx_9', 'Love Birds'),
('fx_9_desc', 'Love is in the air.'),
('handitem1', 'tea'),
('handitem10', 'latte'),
('handitem11', 'mocha'),
('handitem12', 'macchiato'),
('handitem13', 'espresso'),
('handitem14', 'filter'),
('handitem15', 'iced'),
('handitem16', 'cappuccino'),
('handitem17', 'java'),
('handitem18', 'tap'),
('handitem19', 'cola'),
('handitem2', 'juice'),
('handitem20', 'camera'),
('handitem21', 'hamburger'),
('handitem22', 'lime soda'),
('handitem23', 'beetroot soda'),
('handitem24', 'bubble juice from 1978'),
('handitem25', 'love potion'),
('handitem26', 'calippo'),
('handitem27', 'tea'),
('handitem28', 'sake'),
('handitem29', 'tomato juice'),
('handitem3', 'carrot'),
('handitem30', 'radioactive liquid'),
('handitem31', 'pink champagne'),
('handitem34', 'fish'),
('handitem35', 'pink champagne'),
('handitem4', 'ice-cream'),
('handitem41', 'sumppi-kuppi'),
('handitem43', 'chilled soda'),
('handitem5', 'milk'),
('handitem50', 'cider'),
('handitem53', 'espresso'),
('handitem57', 'cherry soda'),
('handitem6', 'blackcurrant'),
('handitem7', 'water'),
('handitem8', 'regular'),
('handitem9', 'decaff'),
('pet.command.0', 'free'),
('pet.command.1', 'sit'),
('pet.command.10', 'speak'),
('pet.command.11', 'play'),
('pet.command.12', 'silent'),
('pet.command.13', 'nest'),
('pet.command.14', 'drink'),
('pet.command.15', 'follow left'),
('pet.command.16', 'follow right'),
('pet.command.2', 'down'),
('pet.command.3', 'here'),
('pet.command.4', 'beg'),
('pet.command.5', 'play dead'),
('pet.command.6', 'stay'),
('pet.command.7', 'follow'),
('pet.command.8', 'stand'),
('pet.command.9', 'jump');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_transactions`
--

CREATE TABLE IF NOT EXISTS `cms_transactions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`time` int(10) NOT NULL,
`amount` varchar(10) NOT NULL,
`descr` text NOT NULL,
`userid` int(11) NOT NULL,
`date` varchar(20) CHARACTER SET latin1 NOT NULL,
PRIMARY KEY (`id`),
KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=24 ;

--
-- Dump dei dati per la tabella `cms_transactions`
--

INSERT INTO `cms_transactions` (`id`, `time`, `amount`, `descr`, `userid`, `date`) VALUES
(1, 0, '-20', 'Gruppo comprato', 122, '15-07-2012 22:17:43'),
(2, 0, '-20', 'Gruppo comprato', 155, '15-07-2012 23:22:19'),
(3, 0, '-2', 'Webstore purchase', 155, '15-07-2012 23:28:33'),
(4, 0, '-2', 'Webstore purchase', 155, '15-07-2012 23:29:28'),
(5, 0, '-2', 'Webstore purchase', 125, '15-07-2012 23:35:40'),
(6, 0, '-2', 'Webstore purchase', 155, '15-07-2012 23:39:02'),
(7, 0, '-2', 'Webstore purchase', 155, '15-07-2012 23:40:30'),
(8, 0, '-2', 'Webstore purchase', 155, '15-07-2012 23:43:58'),
(9, 0, '-20', 'Gruppo comprato', 155, '16-07-2012 00:15:52'),
(10, 0, '-20', 'Gruppo comprato', 178, '16-07-2012 01:09:57'),
(11, 0, '-20', 'Gruppo comprato', 200, '16-07-2012 11:29:14'),
(12, 0, '-20', 'Gruppo comprato', 205, '16-07-2012 13:39:32'),
(13, 0, '-20', 'Gruppo comprato', 165, '16-07-2012 14:14:59'),
(14, 0, '-2', 'Webstore purchase', 155, '16-07-2012 18:18:15'),
(15, 0, '-20', 'Gruppo comprato', 276, '18-07-2012 04:26:04'),
(16, 0, '-20', 'Gruppo comprato', 2, '04-09-2012 23:46:24'),
(17, 0, '-2', 'Webstore purchase', 2, '04-09-2012 23:46:50'),
(18, 0, '-20', 'Gruppo comprato', 2, '06-09-2012 14:33:02'),
(19, 0, '-2', 'Webstore purchase', 2, '07-09-2012 12:08:08'),
(20, 0, '-2', 'Webstore purchase', 2, '07-09-2012 12:08:30'),
(21, 0, '-2', 'Webstore purchase', 2, '07-09-2012 12:11:39'),
(22, 0, '-2', 'Webstore purchase', 2, '07-09-2012 12:13:24'),
(23, 0, '-2', 'Webstore purchase', 2, '07-09-2012 17:19:34');

-- --------------------------------------------------------

--
-- Struttura della tabella `configuracion`
--

CREATE TABLE IF NOT EXISTS `configuracion` (
`mantenimiento` enum('0','1') NOT NULL DEFAULT '0',
`nombre` varchar(100) NOT NULL,
`logo` varchar(1000) NOT NULL,
`ip` varchar(100) NOT NULL,
`puerto` varchar(10) NOT NULL,
`swfbase` varchar(1000) NOT NULL,
`swfclienturl` varchar(1000) NOT NULL,
`swfvariables` varchar(1000) NOT NULL,
`swftextos` varchar(1000) NOT NULL,
`swfproductdata` varchar(1000) NOT NULL,
`swffurnidata` varchar(1000) NOT NULL,
`swfflashclient` varchar(1000) NOT NULL,
`xat` varchar(1000) NOT NULL,
`radio` varchar(1000) NOT NULL,
`creditos` varchar(100) NOT NULL,
`pixeles` varchar(100) NOT NULL,
`alto_xat` varchar(1000) NOT NULL,
`ancho_xat` varchar(1000) NOT NULL,
`id_xat` varchar(1000) NOT NULL,
`creditos_grupos` varchar(1000) NOT NULL,
`adfly` varchar(1000) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `configuracion`
--

INSERT INTO `configuracion` (`mantenimiento`, `nombre`, `logo`, `ip`, `puerto`, `swfbase`, `swfclienturl`, `swfvariables`, `swftextos`, `swfproductdata`, `swffurnidata`, `swfflashclient`, `xat`, `radio`, `creditos`, `pixeles`, `alto_xat`, `ancho_xat`, `id_xat`, `creditos_grupos`, `adfly`) VALUES
('0', 'DF-Hotel', '/images/Habbo_logo_es_specific.png', '91.121.29.71', '30000', 'http://images.kekolive.com/gordon/RELEASE63-201202221226-325732974/', 'http://images.kekolive.com/gordon/RELEASE63-201202221226-325732974/habbov5.swf', 'http://images.kekolive.com/gamedata/external_variables/TMJBW03nvLG04j4Xa2u0dj1n8VJBn4TFCrhppRsVXkNXMe0fpWFuDt19cfRL.txt', 'http://images.kekolive.com/gamedata/external_flash_texts/4k1jKXUCys004QvpOFm4Qz3Zzp1Fok1EQvLa6QsZWSeGh042thwWkZT1ExPv.txt', 'http://images.kekolive.com/gamedata/productdata/5uAG8gbmiXHxuVHtY2rmhbhji9Bf5tczewL4fJhs4uDT0rjt4zSONvyVVQA2.txt', 'http://images.kekolive.com/gamedata/furnidata/r7EiXuomsbBr4Zg9HnRfDYU71cEV5co69ENJpubPD3aKvP4CJuRsEQFvys11.txt', 'http://images.kekolive.com/gordon/RELEASE63-201202221226-325732974/', '', 'lala', '30000', '30000', '440', '380', '159650001', '5', 'client');

-- --------------------------------------------------------

--
-- Struttura della tabella `connection_test_table`
--

CREATE TABLE IF NOT EXISTS `connection_test_table` (
`a` char(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `connection_test_table`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `country_banned`
--

CREATE TABLE IF NOT EXISTS `country_banned` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`country` varchar(50) NOT NULL,
PRIMARY KEY (`id`),
KEY `country` (`country`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `country_banned`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `country_sites`
--

CREATE TABLE IF NOT EXISTS `country_sites` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(255) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `country_sites`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `credit_vouchers`
--

CREATE TABLE IF NOT EXISTS `credit_vouchers` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`code` varchar(50) NOT NULL,
`value` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `code` (`code`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=106 ;

--
-- Dump dei dati per la tabella `credit_vouchers`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `ecotron_rewards`
--

CREATE TABLE IF NOT EXISTS `ecotron_rewards` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`display_id` int(10) unsigned NOT NULL,
`item_id` int(10) unsigned NOT NULL,
`reward_level` int(11) unsigned NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=27 ;

--
-- Dump dei dati per la tabella `ecotron_rewards`
--

INSERT INTO `ecotron_rewards` (`id`, `display_id`, `item_id`, `reward_level`) VALUES
(1, 2857, 1542, 5),
(2, 2862, 1547, 4),
(3, 2799, 1485, 3),
(4, 2802, 1487, 3),
(5, 2818, 1503, 3),
(6, 2797, 1483, 2),
(7, 2800, 1486, 2),
(8, 2816, 1501, 2),
(9, 2805, 1490, 1),
(10, 2808, 1493, 1),
(11, 2810, 1495, 1),
(12, 2796, 1482, 1),
(13, 2813, 1498, 1),
(14, 2819, 1504, 1),
(15, 2794, 1480, 2),
(16, 2809, 1494, 2),
(17, 2815, 1500, 2),
(18, 2793, 1479, 2),
(19, 2803, 1488, 2),
(20, 2820, 1505, 2),
(21, 4102, 1764, 2),
(22, 4104, 1766, 2),
(23, 4105, 1767, 2),
(24, 2795, 1481, 2),
(25, 2798, 1484, 2),
(26, 2814, 1499, 2);

-- --------------------------------------------------------

--
-- Struttura della tabella `external_texts`
--

CREATE TABLE IF NOT EXISTS `external_texts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`skey` text NOT NULL,
`sval` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=266 ;

--
-- Dump dei dati per la tabella `external_texts`
--

INSERT INTO `external_texts` (`id`, `skey`, `sval`) VALUES
(1, 'badge_desc_MDMWW', 'I won the Habbo Home Exhibition competition!'),
(213, 'badge_desc_adm', 'I''m a staff member here at Habbo!'),
(3, 'badge_name_MDMWW', 'Home Exhibition'),
(212, 'badge_name_adm', 'Habbo Staff'),
(5, 'badge_name_CAA', 'Trial Moderator'),
(6, 'badge_desc_CAA', 'I am a new Moderator being trialed at Habbo.'),
(7, 'badge_name_WHY', '...'),
(8, 'badge_desc_WHY', 'What?'),
(9, 'badge_name_Z63', 'BETA Lab Rat'),
(10, 'badge_desc_Z63', 'Beta tester'),
(11, 'badge_name_BOT', 'Habbo Bot'),
(12, 'badge_desc_BOT', 'I''m an automated worker at HabboHotel.'),
(13, 'navigator.roomsettings.deleteroom.confirm.message', 'Are you sure you want to delete %room_name%? YOU WILL LOSE ALL YOUR FURNITURE!'),
(14, 'badge_name_HUG', 'Hug me'),
(15, 'badge_desc_HUG', 'Give me a hug'),
(16, 'badge_name_HC1', 'Habbo Club Member'),
(17, 'badge_desc_HC1', 'HC Club'),
(18, 'badge_name_VIP', 'V.I.P'),
(19, 'badge_desc_VIP', 'I''m a Very Important Person.'),
(20, 'badge_name_PRE', 'The Press'),
(21, 'badge_desc_PRE', 'I''m a press member of any crews on habbo hotel'),
(22, 'badge_name_Z31', 'Pixel Artist'),
(23, 'badge_desc_Z31', 'I work on Pixel Art.'),
(24, 'badge_name_UK072', 'Throne Trophy'),
(25, 'badge_desc_UK072', 'I was awarded a Throne!'),
(26, 'badge_desc_AP1', 'I''m part of the events team, treat me with respect ª'),
(27, 'badge_name_AP1', 'Events Team'),
(28, 'badge_name_MD1', 'Eddie Murphy'),
(29, 'badge_desc_MD1', 'Eddie Murphy Rocks!'),
(30, 'badge_name_UK020', 'KRAKEN'),
(31, 'badge_desc_UK020', 'Well I would just like to share a picture of your mother with the rest of this hotel|'),
(32, 'badge_name_UK2', 'Tampons |'),
(33, 'badge_desc_UK2', 'I''m the guy that makes sure all you ladies have tampons ª'),
(200, 'badge_name_http://217.23.10.67/c_images/album1584/VA2.gif', ''),
(36, 'badge_name_BBBH1', 'Old Habbo'),
(37, 'badge_desc_BBBH1', 'We miss OLD HABBO!'),
(38, 'badge_name_DE016', 'Room of week'),
(39, 'badge_desc_DE016', 'I won the room of week competition!'),
(40, 'badge_name_DEQ', 'Habbo Awards'),
(41, 'badge_desc_DEQ', 'Winner of the habbo awards!'),
(42, 'badge_name_UK037', 'Britney Spears'),
(43, 'badge_desc_UK037', 'I''m a Britney Spears fan!'),
(44, 'badge_name_UKFB1', 'Facebook'),
(45, 'badge_desc_UKFB1', 'FACEBOOK Badge!'),
(46, 'badge_name_SE009', 'Room Designer'),
(47, 'badge_desc_SE009', 'I design some awesome rooms on uber.'),
(48, 'badge_name_HW1', 'Celebrity'),
(49, 'badge_desc_HW1', 'I''m a hotel celebrity!'),
(50, 'badge_name_US09', 'Habbo Trial Moderator'),
(51, 'badge_desc_US09', 'I''m a trial moderator for Habbo.VG'),
(52, 'badge_name_HBA', 'Gold Hobba'),
(53, 'badge_desc_HBA', 'The Gold Hobba badge is given out to players who are very helpful! These players are volunteer Moderators.'),
(54, 'badge_name_NWB', 'Silver Hobba (Trainee)'),
(55, 'badge_desc_NWB', 'The Silver Hobba badge is given to those Hobbas still in training!'),
(56, 'badge_name_BR080', 'Brazil Follower Badge'),
(57, 'badge_desc_BR080', 'I''m a proud follower of the Brazil team for the World Cup 2010!'),
(58, 'badge_name_FBLL5', 'Goooooal!'),
(59, 'badge_desc_FBLL5', 'I predicted a World Cup 2010 game winner!'),
(60, 'badge_name_FBLL0', 'Fifa World Cup 2010'),
(61, 'badge_desc_FBLL0', 'I predicted which country would win the Fifa World Cup 2010!'),
(62, 'badge_name_TLB', 'Habbo Technician'),
(63, 'badge_desc_TLB', 'This badge is given to the Technicians of Habbo.'),
(64, 'badge_name_ES005', 'Go Argentina!'),
(65, 'badge_desc_ES005', 'I voted for Argentina to win the 2010 World Cup!'),
(66, 'badge_name_ES009', 'Go Netherlands!'),
(67, 'badge_desc_ES009', 'I voted for the Netherlands to win the 2010 World Cup!'),
(68, 'badge_name_ES012', 'Go Spain!'),
(69, 'badge_desc_ES012', 'I voted for Spain to win the 2010 World Cup!'),
(70, 'badge_name_ES017', 'Go Paraguay!'),
(71, 'badge_desc_ES017', 'I voted for Paraguay to win the 2010 World Cup!'),
(72, 'badge_name_ES019', 'Go Uruguay!'),
(73, 'badge_desc_ES019', 'I voted for Uruguay to win the 2010 World Cup!'),
(74, 'badge_name_DE5', 'Go Germany!'),
(75, 'badge_desc_DE5', 'I voted for Germany to win the 2010 World Cup!'),
(76, 'badge_desc_NLB', 'I''m a Official Habbo.GG DJ'),
(77, 'badge_name_NLB', 'Habbo.GG'),
(78, 'badge_name_US0K', ''),
(79, 'badge_desc_US0K', ''),
(80, 'badge_name_FRL', 'Pixel Hotel'),
(81, 'badge_desc_FRL', 'I did Pixel Art on this Hotel!'),
(82, 'badge_name_ES076', 'Cheetos'),
(83, 'badge_desc_ES076', 'Cause i love Cheetos!'),
(84, 'badge_name_DE036', 'Weener'),
(85, 'badge_desc_DE036', 'Every Staff needs to have a Weener!'),
(86, 'badge_name_Z39', 'Sparky'),
(87, 'badge_desc_Z39', 'Woof, im Sparky!'),
(88, 'badge_name_Z35', 'Speedy'),
(89, 'badge_desc_Z35', 'Woof, im Speedy!'),
(90, 'badge_name_UK065', 'News Expert'),
(91, 'badge_desc_UK065', 'Only for the real News Experts.'),
(92, 'badge_desc_SE2(2)', 'Only for Martin, call me if you need help. ;)'),
(95, 'badge_name_SE5', 'Laurent''s Cellphone'),
(96, 'badge_desc_SE5', 'Only for Laurent, call me if you need help. ;)'),
(99, 'badge_name_SE2(2)', 'Martin''s Cellphone'),
(100, 'badge_name_FR007', 'FireFox'),
(101, 'badge_desc_FR007', 'OK!'),
(102, 'badge_name_MS3', 'Kirby Angry!'),
(103, 'badge_desc_MS3', 'DAMN, I GOT NO CHEETOS!'),
(104, 'badge_name_DEG', 'Horny'),
(105, 'badge_desc_DEG', 'This badge just makes me Horny!'),
(106, 'badge_name_FBLL3', 'I know my soccer!'),
(107, 'badge_desc_FBLL3', 'This badge was given to those who got a question right at the 2010 World Cup Trivia!'),
(108, 'badge_name_ES027', 'I love soccer!'),
(109, 'badge_desc_ES027', 'I showed how smart I was by answering the hardest question at the World Cup trivia!'),
(110, 'badge_name_WD4', 'July Fourth!'),
(111, 'badge_desc_WD4', 'I partied with hotel staff in the party room on July Fourth, 2010!'),
(112, 'badge_name_RUN05', 'Fashion'),
(113, 'badge_desc_RUN05', 'Style is my name, and fashion is my game. Fashion finalist in July 2010.'),
(114, 'badge_name_RUN04', 'Fashion Winner!'),
(115, 'badge_desc_RUN04', 'I was the winner in a Fashion competition in July 2010.'),
(116, 'badge_name_US0K', 'Vrooooom!'),
(117, 'badge_desc_US0K', 'I was one of the fastest Habbo''s at the racing event, July 2010!'),
(118, 'badge_name_HS1', 'Super Hobba'),
(119, 'badge_desc_HS1', 'This badge is given to a Super Hobba. There is only one Super Hobba in the hotel.'),
(122, 'badge_name_HOP01', 'Habbo Events 2010 Gold'),
(123, 'badge_desc_HOP01', 'I placed first place in one of the July Habbo events!'),
(124, 'badge_name_HOP02', 'Habbo Events 2010 Silver'),
(125, 'badge_desc_HOP02', 'I placed second place in one of the July Habbo events!'),
(126, 'badge_name_HOP03', 'Habbo Events 2010 Bronze'),
(127, 'badge_desc_HOP03', 'I placed third place in one of the July Habbo events!'),
(128, 'badge_name_IT038', 'FOOTBALL Fever!'),
(129, 'badge_desc_IT038', 'I was in the 2010 Fifa World Cup™ room, and watched the entire game!'),
(130, 'badge_name_FBLL4', 'FOOTBALL Fever!'),
(131, 'badge_desc_FBLL4', 'I voted right on the last game for Spain before the final Fifa 2010 World Cup™!'),
(132, 'badge_name_FBLL7', '2010 Fifa World Cup Badge'),
(133, 'badge_desc_FBLL7', 'I was there to represent my team at a Fifa World Cup staff room.'),
(134, 'badge_name_EXH', 'Ex-Hobba Badge'),
(135, 'badge_desc_EXH', 'This unique badge was to the past Hobbas. Habbo.vg no longer has Hobbas. Thanks for your dedication and support!'),
(136, 'badge_name_US0W', 'I know music!'),
(137, 'badge_desc_US0W', 'This badge was given to the habbos who guessed the right song in the 2010 July Event!'),
(138, 'badge_name_EC2', 'Tree Solver badge'),
(139, 'badge_desc_EC2', 'Given to the Habbos who submitted the correct clue in the Habboville Forest competition!'),
(140, 'badge_name_PX0', 'Straypixels x1'),
(141, 'badge_desc_PX0', 'I submitted a unique pixel photo and won!'),
(142, 'badge_name_EC3', 'Tree Solver badge'),
(143, 'badge_desc_EC3', 'Given to the Habbos who submitted the correct clue in the second Habboville Forest competition!'),
(146, 'badge_name_BGWV7', 'D&B Show Badge'),
(147, 'badge_desc_BGWV7', 'This badge is awarded to those who have participated in a D&B event. Summer 2010'),
(148, 'badge_name_RM0', 'Room of the Week Winner'),
(149, 'badge_desc_RM0', 'This badge is award to those who have won Room of the Week!'),
(150, 'badge_name_UST', 'Room of the Week Winner'),
(151, 'badge_desc_UST', 'This badge is award to those who have won Room of the Week!'),
(152, 'badge_name_US0B', 'Competition Winner!'),
(153, 'badge_desc_US0B', 'I won a competition at Habbo!'),
(154, 'badge_desc_FR005', 'I submitted ideas to Habbo.vg Staff!'),
(155, 'badge_name_FR005', 'Ideas Badge'),
(156, 'badge_desc_HC2', ''),
(157, 'badge_name_HC2', ''),
(158, 'badge_name_SB1', 'POOLS CLOSED!'),
(159, 'badge_desc_SB1', 'Pools closed due to aids!'),
(160, 'badge_name_FI001', ''),
(161, 'badge_desc_FI001', ''),
(175, 'badge_desc_UK076', ''),
(174, 'badge_name_UK076', ''),
(164, 'badge_name_MTV02', ''),
(165, 'badge_desc_MTV02', ''),
(166, 'badge_name_DSX', ''),
(167, 'badge_desc_DSX', ''),
(168, 'badge_name_DS6', ''),
(169, 'badge_desc_DS6', ''),
(170, 'badge_name_DS5', ''),
(171, 'badge_desc_DS5', ''),
(172, 'badge_name_US08', ''),
(173, 'badge_desc_US08', ''),
(176, 'badge_name_UK077', ''),
(177, 'badge_desc_UK077', ''),
(178, 'badge_name_UK078', ''),
(179, 'badge_desc_UK078', ''),
(183, 'badge_desc_UK105', ''),
(182, 'badge_name_UK105', ''),
(184, 'badge_name_UK079', ''),
(185, 'badge_desc_UK079', ''),
(186, 'badge_name_DS0', ''),
(187, 'badge_desc_DS0', ''),
(188, 'badge_name_DS3', ''),
(189, 'badge_desc_DS3', ''),
(190, 'badge_name_DS4', ''),
(191, 'badge_desc_DS4', ''),
(194, 'badge_name_ORA', 'Orange'),
(195, 'badge_desc_ORA', 'Im the fucking only Orange in this hotel ^^'),
(235, 'badge_desc_CAK', 'Happy Canada Day 2011!'),
(201, 'badge_desc_http://217.23.10.67/c_images/album1584/VA2.gif', ''),
(204, 'badge_name_UK025', 'Friday 13'),
(205, 'badge_desc_UK025', 'It''s Friday the 13th!'),
(206, 'badge_name_UK6', 'Dev-Studios.NET'),
(207, 'badge_desc_UK6', 'I registered on Dev-Studios.NET and got this badge!'),
(208, 'badge_name_UK6', 'Dev-Studios.NET'),
(209, 'badge_desc_UK6', 'I registered on Dev-Studios.NET and got this badge!'),
(210, 'badge_name_CH010', 'Dev-Studios.NET'),
(211, 'badge_desc_CH010', 'I registered on Dev-Studios.NET and got this badge!'),
(216, 'badge_name_MRG03', 'Habbo VG/GG'),
(217, 'badge_desc_MRG03', 'I came to Habbo.GG from Habbo.VG!'),
(221, 'badge_desc_ADM1337', 'It 0wns!'),
(220, 'badge_name_ADM1337', 'Habbo.GG Owner'),
(222, 'badge_name_ADMRed', 'Habbo.GG Senior Admin'),
(223, 'badge_desc_ADMRed', 'I''m a Senior Admin at Habbo.GG'),
(224, 'badge_name_ADMBlue', 'Habbo.GG Admin'),
(225, 'badge_desc_ADMBlue', 'I''m a Admin at Habbo.GG'),
(226, 'badge_name_ADMGreen', 'Habbo.GG Senior Mod'),
(227, 'badge_desc_ADMGreen', 'I''m a Senior Mod at Habbo.GG'),
(228, 'badge_name_AM4', 'Tetsuda'),
(229, 'badge_desc_AM4', 'The secret organization for Habbo.gg.'),
(230, 'badge_name_https://mail.google.com/mail/?ui=2&ik=b25c019c12&view=att&th=130dba7f65b87d07&attid=0.1&disp=thd&zw', ''),
(231, 'badge_desc_https://mail.google.com/mail/?ui=2&ik=b25c019c12&view=att&th=130dba7f65b87d07&attid=0.1&disp=thd&zw', ''),
(234, 'badge_name_CAK', 'Canada Day'),
(248, 'badge_name_TC3', 'In Charge Of All Event Staff'),
(247, 'badge_desc_TC1', 'Event Staff (I Work For Baris)'),
(246, 'badge_name_TC1', 'Event Staff'),
(244, 'badge_name_TC2', 'Event Staff'),
(245, 'badge_desc_TC2', 'Head Event Staff (I Work For Baris)'),
(250, 'badge_name_LEE', 'Lees badge'),
(249, 'badge_desc_TC3', 'In Charge Of All Event Staff'),
(251, 'badge_desc_LEE', 'Lee is da beast.'),
(252, 'badge_name_Au1', 'Black Bobbas'),
(253, 'badge_desc_Au1', 'I joined The black bobbas'),
(257, 'badge_desc_50S', 'I am a fan of 1337''s music'),
(256, 'badge_name_50S', 'Music fan'),
(258, 'badge_name_JPB', 'I Smile'),
(259, 'badge_desc_JPB', 'I love gg <3'),
(260, 'badge_name_http://bl153w.blu153.mail.live.com/att/GetAttachment.aspx?tnail=0&messageId=38c2d146-cfde-11e0-8cac-001e0bcbb1e8&Aux=54|0|8CE32021E064770||0|0|0|0||&maxwidth=220&maxheight=160&size=Att', 'Big Brother'),
(261, 'badge_desc_http://bl153w.blu153.mail.live.com/att/GetAttachment.aspx?tnail=0&messageId=38c2d146-cfde-11e0-8cac-001e0bcbb1e8&Aux=54|0|8CE32021E064770||0|0|0|0||&maxwidth=220&maxheight=160&size=Att', '<3'),
(262, 'badge_name_Fan', 'Hannah <3'),
(263, 'badge_desc_Fan', 'H is for Hannah <3'),
(264, 'badge_name_UK010', 'Memorial Badge'),
(265, 'badge_desc_UK010', 'Respect for Lei');

-- --------------------------------------------------------

--
-- Struttura della tabella `external_variables`
--

CREATE TABLE IF NOT EXISTS `external_variables` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`skey` text NOT NULL,
`sval` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `external_variables`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `faq`
--

CREATE TABLE IF NOT EXISTS `faq` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`question` text NOT NULL,
`answer` text NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

--
-- Dump dei dati per la tabella `faq`
--

INSERT INTO `faq` (`id`, `question`, `answer`) VALUES
(1, 'How can I be staff?', 'Wait for sollicitations'),
(2, 'Can I have more credits?', 'You get 3000 new credits each day when you log in'),
(3, 'Can I have a rare?', 'No'),
(4, 'Can I have more pixels?', 'No, pixels are given out as long as you are online'),
(5, 'When will pets get released?', 'They are allready in the catalog.'),
(7, 'Can staff come and advertise my room?', 'No'),
(9, 'Can I be friend with staff?', 'No'),
(10, 'Can i have a Badge?', 'No');

-- --------------------------------------------------------

--
-- Struttura della tabella `fuserights`
--

CREATE TABLE IF NOT EXISTS `fuserights` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`rank` int(11) unsigned NOT NULL,
`fuse` varchar(50) NOT NULL,
PRIMARY KEY (`id`),
KEY `rank` (`rank`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=26 ;

--
-- Dump dei dati per la tabella `fuserights`
--

INSERT INTO `fuserights` (`id`, `rank`, `fuse`) VALUES
(1, 1, 'fuse_room_queue_default'),
(2, 1, 'fuse_buy_credits'),
(3, 1, 'fuse_login'),
(4, 1, 'default'),
(5, 1, 'fuse_trade'),
(6, 6, 'fuse_mod'),
(7, 6, 'fuse_admin'),
(8, 7, 'fuse_sysadmin'),
(9, 4, 'fuse_enter_any_room'),
(10, 1, 'fuse_club_dances'),
(11, 6, 'fuse_housekeeping_login'),
(12, 6, 'fuse_chatlogs'),
(13, 3, 'fuse_alert'),
(14, 4, 'fuse_kick'),
(15, 4, 'fuse_ban'),
(16, 7, 'fuse_housekeeping_catalog'),
(17, 4, 'fuse_housekeeping_moderation'),
(18, 6, 'fuse_housekeeping_sitemanagement'),
(19, 4, 'fuse_any_room_rights'),
(20, 6, 'fuse_ignore_maintenance'),
(21, 4, 'fuse_mute'),
(22, 4, 'fuse_roomkick'),
(23, 4, 'fuse_roomalert'),
(24, 3, 'fuse_enter_full_rooms'),
(25, 1, 'fuse_hide_room_walls');

-- --------------------------------------------------------

--
-- Struttura della tabella `fuserights_subs`
--

CREATE TABLE IF NOT EXISTS `fuserights_subs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`sub` varchar(120) NOT NULL,
`fuse` text NOT NULL,
PRIMARY KEY (`id`),
KEY `sub` (`sub`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;

--
-- Dump dei dati per la tabella `fuserights_subs`
--

INSERT INTO `fuserights_subs` (`id`, `sub`, `fuse`) VALUES
(1, 'habbo_club', 'fuse_use_club_dance'),
(2, 'habbo_club', 'fuse_extended_buddylist'),
(3, 'habbo_club', 'fuse_furni_chooser'),
(4, 'habbo_club', 'fuse_priority_access'),
(5, 'habbo_club', 'fuse_use_club_catalog'),
(6, 'habbo_club', 'fuse_habbo_chooser'),
(7, 'habbo_club', 'fuse_use_club_outfits'),
(8, 'habbo_club', 'fuse_room_queue_club'),
(9, 'habbo_club', 'fuse_use_special_room_layouts'),
(10, 'habbo_club', 'fuse_use_club_badge'),
(11, 'habbo_club', 'fuse_use_wardrobe'),
(12, 'habbo_club', 'fuse_use_vip_outfits'),
(13, 'habbo_club', 'fuse_use_vip_room_layouts');

-- --------------------------------------------------------

--
-- Struttura della tabella `groups`
--

CREATE TABLE IF NOT EXISTS `groups` (
`Id` int(11) NOT NULL AUTO_INCREMENT,
`Name` varchar(50) NOT NULL,
`OwnerId` int(11) NOT NULL,
`OwnerName` varchar(50) NOT NULL,
`Description` text NOT NULL,
`RoomId` int(11) NOT NULL,
`Image` text NOT NULL,
`CustomColor1` int(11) NOT NULL,
`CustomColor2` int(11) NOT NULL,
`GuildBase` int(11) NOT NULL,
`GuildBaseColor` int(11) NOT NULL,
`GuildStates` text NOT NULL,
`HtmlColor1` varchar(10) NOT NULL DEFAULT 'ffffff',
`HtmlColor2` varchar(10) NOT NULL DEFAULT 'ffffff',
`DateCreated` varchar(20) NOT NULL,
`Petitions` text NOT NULL,
`Typee` int(11) NOT NULL DEFAULT '0',
`RightsType` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`Id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dump dei dati per la tabella `groups`
--

INSERT INTO `groups` (`Id`, `Name`, `OwnerId`, `OwnerName`, `Description`, `RoomId`, `Image`, `CustomColor1`, `CustomColor2`, `GuildBase`, `GuildBaseColor`, `GuildStates`, `HtmlColor1`, `HtmlColor2`, `DateCreated`, `Petitions`, `Typee`, `RightsType`) VALUES
(1, ':emoji_relieved:f', 1, 'Doraemon', 'qwer', 66, 'b1003s05015s05013s09114', 1, 13, 10, 3, '25;1;5;25;1;3;29;11;4;0;0;0', 'ffffff', '84de00', '09/11/2012', '', 0, 0),
(2, 'qwer', 1, 'Doraemon', ':emoji_relieved:f', 67, 'b1006s05015s05013s09114', 93, 44, 10, 6, '25;1;5;25;1;3;29;11;4;0;0;0', '715831', 'c798e5', '09/11/2012', '', 0, 0),
(3, 'Hola Mundo', 1, 'Doraemon', 'xDD Doraemon', 68, 'b2406s23084s12017', 1, 13, 24, 6, '43;8;4;32;1;7;0;0;0;0;0;0', 'ffffff', '84de00', '14/11/2012', '', 0, 0),
(4, ':emoji_relieved:f', 1, 'Doraemon', 'qwer', 68, 'b1003s05015s05013s09114', 1, 13, 10, 3, '25;1;5;25;1;3;29;11;4;0;0;0', 'ffffff', '84de00', '23/11/2012', '', 0, 0),
(5, 'Hya', 16, 'Fiorenzo', 'Hello world!', 71, 'b1003s05015s27067s02014s36017', 55, 45, 10, 3, '25;1;5;47;6;7;22;1;4;56;1;7', 'f334bf', 'a67fbf', '02/02/2013', '', 0, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `groups_details`
--

CREATE TABLE IF NOT EXISTS `groups_details` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`name` varchar(45) COLLATE latin1_general_ci NOT NULL,
`description` varchar(200) COLLATE latin1_general_ci NOT NULL,
`ownerid` int(10) NOT NULL,
`roomid` int(10) NOT NULL,
`created` varchar(50) COLLATE latin1_general_ci NOT NULL,
`badge` text COLLATE latin1_general_ci NOT NULL,
`type` int(1) NOT NULL DEFAULT '0',
`recommended` int(1) NOT NULL DEFAULT '0',
`views` int(15) NOT NULL,
`pane` smallint(1) NOT NULL DEFAULT '0',
`topics` smallint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `groups_details`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `groups_elements`
--

CREATE TABLE IF NOT EXISTS `groups_elements` (
`Id` int(11) NOT NULL,
`ExtraData1` varchar(300) NOT NULL,
`ExtraData2` varchar(300) NOT NULL,
`Type` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `groups_elements`
--

INSERT INTO `groups_elements` (`Id`, `ExtraData1`, `ExtraData2`, `Type`) VALUES
(1, 'base_basic_1.gif', '', 'Base'),
(2, 'base_basic_2.gif', '', 'Base'),
(3, 'base_basic_3.gif', '', 'Base'),
(4, 'base_basic_4.gif', '', 'Base'),
(5, 'base_basic_5.gif', '', 'Base'),
(6, 'base_advanced_1.gif', '', 'Base'),
(7, 'base_advanced_2.gif', '', 'Base'),
(8, 'base_advanced_3.gif', '', 'Base'),
(9, 'base_advanced_4.gif', '', 'Base'),
(10, 'base_gold_1_part2.gif', 'base_gold_1_part1.gif', 'Base'),
(11, 'base_gold_2_part2.gif', 'base_gold_2_part1.gif', 'Base'),
(12, 'base_pin_part2.gif', 'base_pin_part1.gif', 'Base'),
(13, 'base_gradient_1.gif', '', 'Base'),
(14, 'base_gradient_2.gif', '', 'Base'),
(15, 'base_circles_1.gif', '', 'Base'),
(16, 'base_circles_2.gif', '', 'Base'),
(17, 'base_ornament_1_part2.gif', 'base_ornament_1_part1.gif', 'Base'),
(18, 'base_ornament_2_part2.gif', 'base_ornament_2_part1.gif', 'Base'),
(19, 'base_misc_1_part2.gif', 'base_misc_1_part1.gif', 'Base'),
(20, 'base_misc_2.gif', '', 'Base'),
(65, 'base_beams_part2.gif', 'base_beams_part1.gif', 'Base'),
(66, 'base_ring.gif', '', 'Base'),
(67, 'base_simplestar_part2.gif', 'base_simplestar_part1.gif', 'Base'),
(24, 'base_spiral.gif', '', 'Base'),
(69, 'base_book.gif', '', 'Base'),
(70, 'base_egg.gif', '', 'Base'),
(71, 'base_ornament.gif', '', 'Base'),
(72, 'base_shield_part2.gif', 'base_shield_part1.gif', 'Base'),
(21, 'symbol_background_1.gif', '', 'Symbol'),
(22, 'symbol_background_2.gif', '', 'Symbol'),
(1, 'ffd601', '', 'Color1'),
(11, 'ffffff', '', 'Color1'),
(2, 'ec7600', '', 'Color1'),
(3, '84de00', '', 'Color1'),
(4, '589a00', '', 'Color1'),
(18, 'aaff7d', '', 'Color1'),
(5, '50c1fb', '', 'Color1'),
(19, '87e6c8', '', 'Color1'),
(6, '006fcf', '', 'Color1'),
(16, 'c2eaff', '', 'Color1'),
(7, 'ff98e3', '', 'Color1'),
(8, 'f334bf', '', 'Color1'),
(9, 'ff2d2d', '', 'Color1'),
(20, '9844e7', '', 'Color1'),
(1, 'ffffff', '', 'Color2'),
(2, 'ebebeb', '', 'Color2'),
(3, 'd4d4d4', '', 'Color2'),
(4, 'bdbdbd', '', 'Color2'),
(5, 'a6a6a6', '', 'Color2'),
(3, '8f8f8f', '', 'Color2'),
(4, '787878', '', 'Color2'),
(5, '616161', '', 'Color2'),
(6, '4c4c4c', '', 'Color2'),
(7, '589a00', '', 'Color2'),
(8, '518e00', '', 'Color2'),
(9, '498000', '', 'Color2'),
(10, '417200', '', 'Color2'),
(11, '396400', '', 'Color2'),
(12, '315600', '', 'Color2'),
(13, '294800', '', 'Color2'),
(14, '213b00', '', 'Color2'),
(15, '1a2e00', '', 'Color2'),
(16, '84de00', '', 'Color2'),
(17, '7acd00', '', 'Color2'),
(18, '6eb900', '', 'Color2'),
(19, '62a500', '', 'Color2'),
(20, '569100', '', 'Color2'),
(21, '4a7c00', '', 'Color2'),
(22, '3e6800', '', 'Color2'),
(23, '325400', '', 'Color2'),
(24, '274200', '', 'Color2'),
(25, 'c2eaff', '', 'Color2'),
(26, 'b3d8eb', '', 'Color2'),
(27, 'a1c3d4', '', 'Color2'),
(28, '90adbd', '', 'Color2'),
(29, '7e98a6', '', 'Color2'),
(30, '6d838f', '', 'Color2'),
(31, '5b6e78', '', 'Color2'),
(32, '4a5961', '', 'Color2'),
(33, '3a464c', '', 'Color2'),
(34, '50c1fb', '', 'Color2'),
(35, '4ab2e7', '', 'Color2'),
(36, '43a0d1', '', 'Color2'),
(37, '3b8fba', '', 'Color2'),
(38, '347ea3', '', 'Color2'),
(39, '2d6c8d', '', 'Color2'),
(40, '265b76', '', 'Color2'),
(41, '1e495f', '', 'Color2'),
(42, '183a4b', '', 'Color2'),
(43, '006fcf', '', 'Color2'),
(44, '0066bf', '', 'Color2'),
(45, '005cac', '', 'Color2'),
(46, '005299', '', 'Color2'),
(47, '004887', '', 'Color2'),
(48, '003e74', '', 'Color2'),
(49, '003461', '', 'Color2'),
(50, '002a4f', '', 'Color2'),
(51, '00213e', '', 'Color2'),
(52, '9844e7', '', 'Color2'),
(53, '8c3fd5', '', 'Color2'),
(54, '7e39c0', '', 'Color2'),
(55, '7132ab', '', 'Color2'),
(56, '632c96', '', 'Color2'),
(57, '552682', '', 'Color2'),
(58, '48206d', '', 'Color2'),
(59, '3a1a58', '', 'Color2'),
(60, '2d1445', '', 'Color2'),
(61, 'dea9ff', '', 'Color2'),
(62, 'cd9ceb', '', 'Color2'),
(63, 'b98dd4', '', 'Color2'),
(64, 'a57dbd', '', 'Color2'),
(65, '916ea6', '', 'Color2'),
(66, '7c5f8f', '', 'Color2'),
(67, '685078', '', 'Color2'),
(68, '544061', '', 'Color2'),
(69, '42324c', '', 'Color2'),
(70, 'ff98e3', '', 'Color2'),
(71, 'eb8cd1', '', 'Color2'),
(72, 'd47ebd', '', 'Color2'),
(73, 'bd71a8', '', 'Color2'),
(74, 'a66394', '', 'Color2'),
(75, '8f557f', '', 'Color2'),
(76, '78486b', '', 'Color2'),
(77, '613a56', '', 'Color2'),
(78, '4c2d44', '', 'Color2'),
(79, 'f334bf', '', 'Color2'),
(80, 'e030b0', '', 'Color2'),
(81, 'ca2b9f', '', 'Color2'),
(82, 'b4278e', '', 'Color2'),
(83, '9e227c', '', 'Color2'),
(84, '881d6b', '', 'Color2'),
(85, '72185a', '', 'Color2'),
(86, '5c1449', '', 'Color2'),
(87, '480f39', '', 'Color2'),
(88, 'ff2d2d', '', 'Color2'),
(89, 'eb2929', '', 'Color2'),
(90, 'd42525', '', 'Color2'),
(91, 'bd2121', '', 'Color2'),
(92, 'a61d1d', '', 'Color2'),
(93, '8f1919', '', 'Color2'),
(94, '781515', '', 'Color2'),
(95, '611111', '', 'Color2'),
(96, '4c0d0d', '', 'Color2'),
(97, 'ffb579', '', 'Color2'),
(98, 'eba770', '', 'Color2'),
(99, 'd49665', '', 'Color2'),
(100, 'bd865a', '', 'Color2'),
(101, 'a6764f', '', 'Color2'),
(102, '8f6644', '', 'Color2'),
(103, '785539', '', 'Color2'),
(104, '61452e', '', 'Color2'),
(105, '4c3624', '', 'Color2'),
(106, 'ec7600', '', 'Color2'),
(107, 'd96d00', '', 'Color2'),
(108, 'c46200', '', 'Color2'),
(109, 'af5700', '', 'Color2'),
(110, '9a4d00', '', 'Color2'),
(111, '844200', '', 'Color2'),
(112, '6f3800', '', 'Color2'),
(113, '5a2d00', '', 'Color2'),
(114, '462300', '', 'Color2'),
(115, 'ffd601', '', 'Color2'),
(116, 'ebc501', '', 'Color2'),
(117, 'd4b201', '', 'Color2'),
(118, 'bd9f01', '', 'Color2'),
(119, 'a68b01', '', 'Color2'),
(120, '8f7801', '', 'Color2'),
(121, '786500', '', 'Color2'),
(122, '615100', '', 'Color2'),
(123, '4c4000', '', 'Color2'),
(124, 'c3aa6e', '', 'Color2'),
(125, 'b49d65', '', 'Color2'),
(126, 'a28d5b', '', 'Color2'),
(127, '917e52', '', 'Color2'),
(128, '7f6f48', '', 'Color2'),
(129, '6d5f3e', '', 'Color2'),
(130, '5c5034', '', 'Color2'),
(131, '4a412a', '', 'Color2'),
(132, '3a3321', '', 'Color2'),
(133, '977641', '', 'Color2'),
(134, '8b6d3c', '', 'Color2'),
(135, '7e6236', '', 'Color2'),
(136, '705730', '', 'Color2'),
(137, '624d2a', '', 'Color2'),
(138, '554224', '', 'Color2'),
(139, '47381f', '', 'Color2'),
(140, '392d19', '', 'Color2'),
(141, '2d2313', '', 'Color2'),
(142, 'c0c0c0', '', 'Color2'),
(143, 'b1b1b1', '', 'Color2'),
(144, 'a0a0a0', '', 'Color2'),
(145, '8e8e8e', '', 'Color2'),
(146, '7d7d7d', '', 'Color2'),
(3, '6c6c6c', '', 'Color2'),
(4, '5a5a5a', '', 'Color2'),
(5, '494949', '', 'Color2'),
(6, '393939', '', 'Color2'),
(7, '7a7a7a', '', 'Color2'),
(8, '707070', '', 'Color2'),
(9, '656565', '', 'Color2'),
(10, '5a5a5a', '', 'Color2'),
(11, '4f4f4f', '', 'Color2'),
(12, '444444', '', 'Color2'),
(13, '393939', '', 'Color2'),
(14, '2e2e2e', '', 'Color2'),
(15, '242424', '', 'Color2'),
(1, 'ffffff', '', 'Color3'),
(2, 'e5e5e5', '', 'Color3'),
(3, 'bfbfbf', '', 'Color3'),
(4, '999999', '', 'Color3'),
(5, '737373', '', 'Color3'),
(6, '4c4c4c', '', 'Color3'),
(7, '589a00', '', 'Color3'),
(8, '4f8a00', '', 'Color3'),
(9, '427300', '', 'Color3'),
(10, '355c00', '', 'Color3'),
(11, '284500', '', 'Color3'),
(12, '1a2e00', '', 'Color3'),
(13, '84de00', '', 'Color3'),
(14, '77c700', '', 'Color3'),
(15, '63a600', '', 'Color3'),
(16, '4f8500', '', 'Color3'),
(17, '3c6400', '', 'Color3'),
(18, '274200', '', 'Color3'),
(19, 'c2eaff', '', 'Color3'),
(20, 'aed2e5', '', 'Color3'),
(21, '91afbf', '', 'Color3'),
(22, '748c99', '', 'Color3'),
(23, '576a73', '', 'Color3'),
(24, '3a464c', '', 'Color3'),
(25, '50c1fb', '', 'Color3'),
(26, '48ade1', '', 'Color3'),
(27, '3c91bc', '', 'Color3'),
(28, '307497', '', 'Color3'),
(29, '245771', '', 'Color3'),
(30, '183a4b', '', 'Color3'),
(31, '006fcf', '', 'Color3'),
(32, '0064ba', '', 'Color3'),
(33, '00539b', '', 'Color3'),
(34, '00437c', '', 'Color3'),
(35, '00325d', '', 'Color3'),
(36, '00213e', '', 'Color3'),
(37, '9844e7', '', 'Color3'),
(38, '893dcf', '', 'Color3'),
(39, '7233ad', '', 'Color3'),
(40, '5b298b', '', 'Color3'),
(41, '451f68', '', 'Color3'),
(42, '2d1445', '', 'Color3'),
(43, 'dea9ff', '', 'Color3'),
(44, 'c798e5', '', 'Color3'),
(45, 'a67fbf', '', 'Color3'),
(46, '856599', '', 'Color3'),
(47, '644c73', '', 'Color3'),
(48, '42324c', '', 'Color3'),
(49, 'ff98e3', '', 'Color3'),
(50, 'e589cc', '', 'Color3'),
(51, 'bf72aa', '', 'Color3'),
(52, '995b88', '', 'Color3'),
(53, '734566', '', 'Color3'),
(54, '4c2d44', '', 'Color3'),
(55, 'f334bf', '', 'Color3'),
(56, 'da2fac', '', 'Color3'),
(57, 'b6278f', '', 'Color3'),
(58, '921f73', '', 'Color3'),
(59, '6e1756', '', 'Color3'),
(60, '480f39', '', 'Color3'),
(61, 'ff2d2d', '', 'Color3'),
(62, 'e52828', '', 'Color3'),
(63, 'bf2222', '', 'Color3'),
(64, '991b1b', '', 'Color3'),
(65, '731414', '', 'Color3'),
(66, '4c0d0d', '', 'Color3'),
(67, 'ffb579', '', 'Color3'),
(68, 'e5a36d', '', 'Color3'),
(69, 'bf885b', '', 'Color3'),
(70, '996d49', '', 'Color3'),
(71, '735237', '', 'Color3'),
(72, '4c3624', '', 'Color3'),
(73, 'ec7600', '', 'Color3'),
(74, 'd46a00', '', 'Color3'),
(75, 'b15800', '', 'Color3'),
(76, '8e4700', '', 'Color3'),
(77, '6a3500', '', 'Color3'),
(78, '462300', '', 'Color3'),
(79, 'ffd601', '', 'Color3'),
(80, 'e5c001', '', 'Color3'),
(81, 'bfa001', '', 'Color3'),
(82, '998001', '', 'Color3'),
(83, '736100', '', 'Color3'),
(84, '4c4000', '', 'Color3'),
(85, 'c3aa6e', '', 'Color3'),
(86, 'af9963', '', 'Color3'),
(87, '927f52', '', 'Color3'),
(88, '756642', '', 'Color3'),
(89, '584d32', '', 'Color3'),
(90, '3a3321', '', 'Color3'),
(91, '977641', '', 'Color3'),
(92, '886a3a', '', 'Color3'),
(93, '715831', '', 'Color3'),
(94, '5b4727', '', 'Color3'),
(95, '44351d', '', 'Color3'),
(96, '2d2313', '', 'Color3'),
(97, 'c0c0c0', '', 'Color3'),
(98, 'acacac', '', 'Color3'),
(99, '909090', '', 'Color3'),
(100, '737373', '', 'Color3'),
(101, '575757', '', 'Color3'),
(102, '393939', '', 'Color3'),
(103, '7a7a7a', '', 'Color3'),
(104, '6e6e6e', '', 'Color3'),
(105, '5b5b5b', '', 'Color3'),
(106, '494949', '', 'Color3'),
(107, '373737', '', 'Color3'),
(108, '242424', '', 'Color3'),
(23, 'symbol_background_3_part2.gif', 'symbol_background_3_part1.gif', 'Symbol'),
(24, 'symbol_ball_1_part2.gif', 'symbol_ball_1_part1.gif', 'Symbol'),
(25, 'symbol_ball_2_part2.gif', 'symbol_ball_2_part1.gif', 'Symbol'),
(26, 'symbol_bobba.gif', '', 'Symbol'),
(27, 'symbol_bomb_part2.gif', 'symbol_bomb_part1.gif', 'Symbol'),
(28, 'symbol_bow.gif', '', 'Symbol'),
(29, 'symbol_box_1.gif', '', 'Symbol'),
(30, 'symbol_box_2.gif', '', 'Symbol'),
(31, 'symbol_bunting_1.gif', '', 'Symbol'),
(32, 'symbol_bunting_2.gif', '', 'Symbol'),
(33, 'symbol_butterfly_part2.gif', 'symbol_butterfly_part1.gif', 'Symbol'),
(34, 'symbol_cowskull_part2.gif', 'symbol_cowskull_part1.gif', 'Symbol'),
(35, 'symbol_cross.gif', '', 'Symbol'),
(36, 'symbol_diamond.gif', '', 'Symbol'),
(37, 'symbol_diploma_part2.gif', 'symbol_diploma_part1.gif', 'Symbol'),
(38, 'symbol_eyeball_part2.gif', 'symbol_eyeball_part1.gif', 'Symbol'),
(39, 'symbol_fist.gif', '', 'Symbol'),
(40, 'symbol_flame_1.gif', '', 'Symbol'),
(41, 'symbol_flame_2.gif', '', 'Symbol'),
(42, 'symbol_flash.gif', '', 'Symbol'),
(43, 'symbol_flower_1_part2.gif', 'symbol_flower_1_part1.gif', 'Symbol'),
(44, 'symbol_flower_2.gif', '', 'Symbol'),
(45, 'symbol_flower_3.gif', '', 'Symbol'),
(46, 'symbol_flower_4.gif', '', 'Symbol'),
(47, 'symbol_football.gif', '', 'Symbol'),
(48, 'symbol_heart_1_part2.gif', 'symbol_heart_1_part1.gif', 'Symbol'),
(49, 'symbol_heart_2_part2.gif', 'symbol_heart_2_part1.gif', 'Symbol'),
(50, 'symbol_jingjang_part2.gif', 'symbol_jingjang_part1.gif', 'Symbol'),
(51, 'symbol_lips_part2.gif', 'symbol_lips_part1.gif', 'Symbol'),
(52, 'symbol_note.gif', '', 'Symbol'),
(53, 'symbol_peace.gif', '', 'Symbol'),
(54, 'symbol_planet_part2.gif', 'symbol_planet_part1.gif', 'Symbol'),
(55, 'symbol_rainbow_part2.gif', 'symbol_rainbow_part1.gif', 'Symbol'),
(56, 'symbol_rosete.gif', '', 'Symbol'),
(57, 'symbol_shape.gif', '', 'Symbol'),
(58, 'symbol_star_1.gif', '', 'Symbol'),
(59, 'symbol_star_2.gif', '', 'Symbol'),
(60, 'symbol_sword_1_part2.gif', 'symbol_sword_1_part1.gif', 'Symbol'),
(61, 'symbol_sword_2_part2.gif', 'symbol_sword_2_part1.gif', 'Symbol'),
(62, 'symbol_sword_3_part2.gif', 'symbol_sword_3_part1.gif', 'Symbol'),
(63, 'symbol_wings_1.gif', '', 'Symbol'),
(64, 'symbol_wings_2.gif', '', 'Symbol'),
(69, 'symbol_arrow_down.gif', '', 'Symbol'),
(70, 'symbol_arrow_left.gif', '', 'Symbol'),
(71, 'symbol_arrow_right.gif', '', 'Symbol'),
(72, 'symbol_arrow_up.gif', '', 'Symbol'),
(73, 'symbol_arrowbig_up.gif', '', 'Symbol'),
(74, 'symbol_axe_part2.gif', 'symbol_axe_part1.gif', 'Symbol'),
(75, 'symbol_bug_part2.gif', 'symbol_bug_part1.gif', 'Symbol'),
(76, 'symbol_capsbig_part2.gif', 'symbol_capsbig_part1.gif', 'Symbol'),
(77, 'symbol_capssmall_part2.gif', 'symbol_capssmall_part1.gif', 'Symbol'),
(78, 'symbol_cloud.gif', '', 'Symbol'),
(79, 'symbol_crown_part2.gif', 'symbol_crown_part1.gif', 'Symbol'),
(80, 'symbol_diamsmall2.gif', '', 'Symbol'),
(81, 'symbol_diamsmall.gif', '', 'Symbol'),
(82, 'symbol_drop.gif', '', 'Symbol'),
(83, 'symbol_fingersheavy.gif', '', 'Symbol'),
(84, 'symbol_fingersv.gif', '', 'Symbol'),
(85, 'symbol_gtr_part2.gif', 'symbol_gtr_part1.gif', 'Symbol'),
(86, 'symbol_hat.gif', '', 'Symbol'),
(87, 'symbol_oval_part2.gif', 'symbol_oval_part1.gif', 'Symbol'),
(88, 'symbol_pawprint.gif', '', 'Symbol'),
(89, 'symbol_screw.gif', '', 'Symbol'),
(90, 'symbol_stickL_part2.gif', 'symbol_stickL_part1.gif', 'Symbol'),
(122, 'symbol_alligator.gif', '', 'Symbol'),
(123, 'symbol_americanfootball_part2.gif', 'symbol_americanfootball_part1.gif', 'Symbol'),
(124, 'symbol_award_part2.gif', 'symbol_award_part1.gif', 'Symbol'),
(125, 'symbol_bananapeel.gif', '', 'Symbol'),
(126, 'symbol_battleball.gif', '', 'Symbol'),
(127, 'symbol_biohazard.gif', '', 'Symbol'),
(128, 'symbol_bird.gif', '', 'Symbol'),
(129, 'symbol_bishop.gif', '', 'Symbol'),
(130, 'symbol_coalion.gif', '', 'Symbol'),
(131, 'symbol_cocoamug.gif', '', 'Symbol'),
(132, 'symbol_dashflag.gif', '', 'Symbol'),
(133, 'symbol_diamondring_part2.gif', 'symbol_diamondring_part1.gif', 'Symbol'),
(134, 'symbol_discoball_part2.gif', 'symbol_discoball_part1.gif', 'Symbol'),
(135, 'symbol_dog.gif', '', 'Symbol'),
(136, 'symbol_electricguitarh_part2.gif', 'symbol_electricguitarh_part1.gif', 'Symbol'),
(137, 'symbol_electricguitarv_part2.gif', 'symbol_electricguitarv_part1.gif', 'Symbol'),
(138, 'symbol_film.gif', '', 'Symbol'),
(139, 'symbol_flame_part2.gif', 'symbol_flame_part1.gif', 'Symbol'),
(140, 'symbol_gamepad.gif', '', 'Symbol'),
(141, 'symbol_gem1_part2.gif', 'symbol_gem1_part1.gif', 'Symbol'),
(142, 'symbol_gem2_part2.gif', 'symbol_gem2_part1.gif', 'Symbol'),
(143, 'symbol_gem3_part2.gif', 'symbol_gem3_part1.gif', 'Symbol'),
(144, 'symbol_hawk.gif', '', 'Symbol'),
(145, 'symbol_hearts_down.gif', '', 'Symbol'),
(146, 'symbol_hearts_up.gif', '', 'Symbol'),
(147, 'symbol_horseshoe.gif', '', 'Symbol'),
(148, 'symbol_inksplatter.gif', '', 'Symbol'),
(149, 'symbol_leaf.gif', '', 'Symbol'),
(150, 'symbol_micstand.gif', '', 'Symbol'),
(151, 'symbol_mirror_part2.gif', 'symbol_mirror_part1.gif', 'Symbol'),
(152, 'symbol_monkeywrench.gif', '', 'Symbol'),
(153, 'symbol_note1.gif', '', 'Symbol'),
(154, 'symbol_note2.gif', '', 'Symbol'),
(155, 'symbol_note3.gif', '', 'Symbol'),
(156, 'symbol_nursecross.gif', '', 'Symbol'),
(157, 'symbol_pencil_part2.gif', 'symbol_pencil_part1.gif', 'Symbol'),
(158, 'symbol_queen.gif', '', 'Symbol'),
(159, 'symbol_rock.gif', '', 'Symbol'),
(160, 'symbol_rook.gif', '', 'Symbol'),
(161, 'symbol_skate.gif', '', 'Symbol'),
(162, 'symbol_smallring_part2.gif', 'symbol_smallring_part1.gif', 'Symbol'),
(163, 'symbol_snowstorm_part2.gif', 'symbol_snowstorm_part1.gif', 'Symbol'),
(164, 'symbol_sphere.gif', '', 'Symbol'),
(165, 'symbol_spraycan_part2.gif', 'symbol_spraycan_part1.gif', 'Symbol'),
(166, 'symbol_stars1.gif', '', 'Symbol'),
(167, 'symbol_stars2.gif', '', 'Symbol'),
(168, 'symbol_stars3.gif', '', 'Symbol'),
(169, 'symbol_stars4.gif', '', 'Symbol'),
(170, 'symbol_stars5.gif', '', 'Symbol'),
(171, 'symbol_waterdrop_part2.gif', 'symbol_waterdrop_part1.gif', 'Symbol'),
(172, 'symbol_wolverine.gif', '', 'Symbol'),
(173, 'symbol_0.gif', '', 'Symbol'),
(174, 'symbol_1.gif', '', 'Symbol'),
(175, 'symbol_2.gif', '', 'Symbol'),
(176, 'symbol_3.gif', '', 'Symbol'),
(177, 'symbol_4.gif', '', 'Symbol'),
(178, 'symbol_5.gif', '', 'Symbol'),
(179, 'symbol_6.gif', '', 'Symbol'),
(180, 'symbol_7.gif', '', 'Symbol'),
(181, 'symbol_8.gif', '', 'Symbol'),
(182, 'symbol_9.gif', '', 'Symbol'),
(183, 'symbol_a.gif', '', 'Symbol'),
(184, 'symbol_b.gif', '', 'Symbol'),
(185, 'symbol_c.gif', '', 'Symbol'),
(186, 'symbol_d.gif', '', 'Symbol'),
(187, 'symbol_e.gif', '', 'Symbol'),
(188, 'symbol_f.gif', '', 'Symbol'),
(189, 'symbol_g.gif', '', 'Symbol'),
(190, 'symbol_h.gif', '', 'Symbol'),
(191, 'symbol_i.gif', '', 'Symbol'),
(192, 'symbol_j.gif', '', 'Symbol'),
(193, 'symbol_k.gif', '', 'Symbol'),
(194, 'symbol_l.gif', '', 'Symbol'),
(195, 'symbol_m.gif', '', 'Symbol'),
(196, 'symbol_n.gif', '', 'Symbol'),
(197, 'symbol_o.gif', '', 'Symbol'),
(198, 'symbol_p.gif', '', 'Symbol'),
(199, 'symbol_q.gif', '', 'Symbol'),
(200, 'symbol_r.gif', '', 'Symbol'),
(201, 'symbol_s.gif', '', 'Symbol'),
(202, 'symbol_t.gif', '', 'Symbol'),
(203, 'symbol_u.gif', '', 'Symbol'),
(204, 'symbol_v.gif', '', 'Symbol'),
(205, 'symbol_w.gif', '', 'Symbol'),
(206, 'symbol_x.gif', '', 'Symbol'),
(207, 'symbol_y.gif', '', 'Symbol'),
(208, 'symbol_z.gif', '', 'Symbol'),
(209, 'symbol_pixel_part2.gif', 'symbol_pixel_part1.gif', 'Symbol'),
(210, 'symbol_credit_part2.gif', 'symbol_credit_part1.gif', 'Symbol'),
(211, 'symbol_hc_part2.gif', 'symbol_hc_part1.gif', 'Symbol'),
(212, 'symbol_vip_part2.gif', 'symbol_vip_part1.gif', 'Symbol');

-- --------------------------------------------------------

--
-- Struttura della tabella `groups_memberships`
--

CREATE TABLE IF NOT EXISTS `groups_memberships` (
`userid` int(10) NOT NULL,
`groupid` int(10) NOT NULL,
`member_rank` enum('3','2','1') COLLATE latin1_general_ci NOT NULL DEFAULT '3',
`is_current` enum('0','1') COLLATE latin1_general_ci NOT NULL DEFAULT '0',
`is_pending` enum('0','1') COLLATE latin1_general_ci NOT NULL DEFAULT '0',
KEY `userid` (`userid`),
KEY `groupid` (`groupid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dump dei dati per la tabella `groups_memberships`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `group_details`
--

CREATE TABLE IF NOT EXISTS `group_details` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`name` varchar(45) COLLATE latin1_general_ci NOT NULL,
`description` varchar(200) COLLATE latin1_general_ci NOT NULL,
`ownerid` int(10) NOT NULL,
`roomid` int(10) NOT NULL,
`created` varchar(50) COLLATE latin1_general_ci NOT NULL,
`badge` text COLLATE latin1_general_ci NOT NULL,
`type` enum('0','1','2','3') COLLATE latin1_general_ci NOT NULL DEFAULT '0' COMMENT '0=Limit/1=Admins/2=Nobody/3=Everyone',
`recommended` int(1) NOT NULL DEFAULT '0',
`views` int(15) NOT NULL,
`forum` enum('0','1') COLLATE latin1_general_ci NOT NULL DEFAULT '0' COMMENT '0=Everyone/1=Admins',
`topics` smallint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `group_details`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `group_members`
--

CREATE TABLE IF NOT EXISTS `group_members` (
`id_user` int(10) NOT NULL,
`id_group` int(10) NOT NULL,
`rank` enum('1','2','3') COLLATE latin1_general_ci NOT NULL DEFAULT '3',
`is_current` enum('0','1') COLLATE latin1_general_ci NOT NULL DEFAULT '0',
`is_pending` enum('0','1') COLLATE latin1_general_ci NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dump dei dati per la tabella `group_members`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `help_subjects`
--

CREATE TABLE IF NOT EXISTS `help_subjects` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`caption` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `help_subjects`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `help_topics`
--

CREATE TABLE IF NOT EXISTS `help_topics` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`subject` int(11) unsigned NOT NULL DEFAULT '1',
`title` varchar(50) NOT NULL,
`body` text NOT NULL,
`known_issue` enum('0','1','2') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `help_topics`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `hk_board`
--

CREATE TABLE IF NOT EXISTS `hk_board` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`content` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dump dei dati per la tabella `hk_board`
--

INSERT INTO `hk_board` (`id`, `content`) VALUES
(1, '[Hotel Manager DonG: USE
Perfavore, Entra oppure Registrati per vedere i Link!
<< USE THIS INSTEAD\r\n[Hotel Manager DonG: USE
Perfavore, Entra oppure Registrati per vedere i Link!
<< USE THIS INSTEAD\r\n[Hotel Manager DonG: USE
Perfavore, Entra oppure Registrati per vedere i Link!
<< USE THIS INSTEAD\r\n[Hotel Manager DonG: USE
Perfavore, Entra oppure Registrati per vedere i Link!
<< USE THIS INSTEAD\r\n[Hotel Manager DonG: USE
Perfavore, Entra oppure Registrati per vedere i Link!
<< USE THIS INSTEAD\r\n[Hotel Manager DonG: USE
Perfavore, Entra oppure Registrati per vedere i Link!
<< USE THIS INSTEAD\r\n[Hotel Manager DonG: USE
Perfavore, Entra oppure Registrati per vedere i Link!
<< USE THIS INSTEAD\r\n[Hotel Manager DonG: USE
Perfavore, Entra oppure Registrati per vedere i Link!
<< USE THIS INSTEAD');

-- --------------------------------------------------------

--
-- Struttura della tabella `homes`
--

CREATE TABLE IF NOT EXISTS `homes` (
`home_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`link_type` enum('user','group') NOT NULL DEFAULT 'user',
`link_id` int(10) unsigned NOT NULL,
`allow_display` enum('0','1') NOT NULL DEFAULT '1',
`bgimage` varchar(120) NOT NULL DEFAULT 'b_bg_colour_01',
PRIMARY KEY (`home_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `homes`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `homes_catalog`
--

CREATE TABLE IF NOT EXISTS `homes_catalog` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` text NOT NULL,
`type` varchar(1) NOT NULL,
`data` text NOT NULL,
`price` int(11) NOT NULL,
`amount` int(11) NOT NULL DEFAULT '1',
`category` int(11) NOT NULL,
`sorted` enum('1','0') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1294 ;

--
-- Dump dei dati per la tabella `homes_catalog`
--

INSERT INTO `homes_catalog` (`id`, `name`, `type`, `data`, `price`, `amount`, `category`, `sorted`) VALUES
(1, 'sticker_arrow_down', '1', 'sticker_arrow_down', 3, 1, 37, '1'),
(2, 'sticker_arrow_left', '1', 'sticker_arrow_left', 3, 1, 37, '1'),
(3, 'sticker_arrow_up', '1', 'sticker_arrow_up', 3, 1, 37, '1'),
(4, 'sticker_arrow_right', '1', 'sticker_arrow_right', 3, 1, 37, '1'),
(5, 'finger_push', '1', 'finger_push', 3, 1, 37, '1'),
(6, 'sticker_pointing_hand_1', '1', 'sticker_pointing_hand_1', 3, 1, 37, '1'),
(7, 'sticker_pointing_hand_2', '1', 'sticker_pointing_hand_2', 3, 1, 37, '1'),
(8, 'sticker_pointing_hand_3', '1', 'sticker_pointing_hand_3', 3, 1, 37, '1'),
(9, 'sticker_pointing_hand_4', '1', 'sticker_pointing_hand_4', 3, 1, 37, '1'),
(10, 'gorillahand1', '1', 'gorillahand1', 3, 1, 32, '1'),
(11, 'gorillahand2', '1', 'gorillahand2', 3, 1, 32, '1'),
(12, 'lightbulb', '1', 'lightbulb', 3, 1, 32, '1'),
(13, 'redlamp', '1', 'redlamp', 3, 1, 32, '1'),
(14, 'blingblingstars', '1', 'blingblingstars', 3, 1, 25, '1'),
(15, 'blinghearts', '1', 'blinghearts', 3, 1, 25, '1'),
(16, 'sticker_heartbeat', '1', 'sticker_heartbeat', 3, 1, 29, '1'),
(17, 'sticker_bobbaskull', '1', 'sticker_bobbaskull', 3, 1, 32, '1'),
(18, 'chain_vertical', '1', 'chain_vertical', 3, 1, 22, '1'),
(19, 'chain_horizontal', '1', 'chain_horizontal', 3, 1, 22, '1'),
(20, 'nail2', '1', 'nail2', 3, 1, 32, '1'),
(21, 'nail3', '1', 'nail3', 3, 1, 32, '1'),
(22, 'i_love_bobba', '1', 'i_love_bobba', 3, 1, 32, '1'),
(23, 'chewed_bubblegum', '1', 'chewed_bubblegum', 3, 1, 32, '1'),
(24, 'bullet1', '1', 'bullet1', 3, 1, 32, '1'),
(25, 'spill1', '1', 'spill1', 3, 1, 32, '1'),
(26, 'spill2', '1', 'spill2', 3, 1, 32, '1'),
(27, 'spill3', '1', 'spill3', 3, 1, 32, '1'),
(28, 'sticker_coffee_stain', '1', 'sticker_coffee_stain', 3, 1, 32, '1'),
(29, 'sticker_hole', '1', 'sticker_hole', 3, 1, 32, '1'),
(30, 'sticker_flames', '1', 'sticker_flames', 3, 1, 25, '1'),
(31, 'paper_clip_1', '1', 'paper_clip_1', 3, 1, 32, '1'),
(32, 'paper_clip_2', '1', 'paper_clip_2', 3, 1, 32, '1'),
(33, 'paper_clip_3', '1', 'paper_clip_3', 3, 1, 32, '1'),
(34, 'needle_1', '1', 'needle_1', 3, 1, 32, '1'),
(35, 'needle_2', '1', 'needle_2', 3, 1, 32, '1'),
(36, 'needle_3', '1', 'needle_3', 3, 1, 32, '1'),
(37, 'needle_4', '1', 'needle_4', 3, 1, 32, '1'),
(38, 'needle_5', '1', 'needle_5', 3, 1, 32, '1'),
(39, 'highlighter_1', '1', 'highlighter_1', 3, 1, 32, '1'),
(40, 'highlighter_mark5', '1', 'highlighter_mark5', 3, 1, 32, '1'),
(41, 'highlighter_mark6', '1', 'highlighter_mark6', 3, 1, 32, '1'),
(42, 'highlighter_mark4b', '1', 'highlighter_mark4b', 3, 1, 32, '1'),
(43, 'highlighter_2', '1', 'highlighter_2', 3, 1, 32, '1'),
(44, 'highlighter_mark1', '1', 'highlighter_mark1', 3, 1, 32, '1'),
(45, 'highlighter_mark2', '1', 'highlighter_mark2', 3, 1, 32, '1'),
(46, 'highlighter_mark3', '1', 'highlighter_mark3', 3, 1, 32, '1'),
(47, 'ruler_horizontal', '1', 'ruler_horizontal', 3, 1, 22, '1'),
(48, 'ruler_vertical', '1', 'ruler_vertical', 3, 1, 22, '1'),
(49, 'plaster', '1', 'plaster', 3, 1, 32, '1'),
(50, 'plaster2', '1', 'plaster2', 3, 1, 32, '1'),
(51, 'sticker_cactus_anim', '1', 'sticker_cactus_anim', 3, 1, 32, '1'),
(52, 'sticker_spaceduck', '1', 'sticker_spaceduck', 3, 1, 24, '1'),
(53, 'sticker_moonpig', '1', 'sticker_moonpig', 3, 1, 32, '1'),
(54, 'sticker_catinabox', '1', 'sticker_catinabox', 3, 1, 32, '1'),
(55, 'sticker_croco', '1', 'sticker_croco', 3, 1, 24, '1'),
(56, 'bear', '1', 'bear', 3, 1, 32, '1'),
(57, 'swimming_fish', '1', 'swimming_fish', 3, 1, 32, '1'),
(58, 'fish', '1', 'fish', 3, 1, 32, '1'),
(59, 'parrot', '1', 'parrot', 3, 1, 32, '1'),
(60, 'battle1', '1', 'battle1', 3, 1, 30, '1'),
(61, 'battle3', '1', 'battle3', 3, 1, 32, '1'),
(62, 'sticker_sleeping_habbo', '1', 'sticker_sleeping_habbo', 3, 1, 32, '1'),
(63, 'sticker_clown_anim', '1', 'sticker_clown_anim', 3, 1, 24, '1'),
(64, 'sticker_boxer', '1', 'sticker_boxer', 3, 1, 24, '1'),
(65, 'scubacapsule_anim', '1', 'scubacapsule_anim', 3, 1, 35, '1'),
(66, 'sticker_gurubeard_gray', '1', 'sticker_gurubeard_gray', 3, 1, 35, '1'),
(67, 'sticker_gurubeard_brown', '1', 'sticker_gurubeard_brown', 3, 1, 35, '1'),
(68, 'sticker_glasses_supernerd', '1', 'sticker_glasses_supernerd', 3, 1, 35, '1'),
(69, 'sticker_glasses_elton', '1', 'sticker_glasses_elton', 3, 1, 35, '1'),
(70, 'sticker_eyes_blue', '1', 'sticker_eyes_blue', 3, 1, 35, '1'),
(71, 'sticker_eye_anim', '1', 'sticker_eye_anim', 3, 1, 35, '1'),
(72, 'sticker_eye_evil_anim', '1', 'sticker_eye_evil_anim', 3, 1, 35, '1'),
(73, 'burger', '1', 'burger', 3, 1, 32, '1'),
(74, 'juice', '1', 'juice', 3, 1, 32, '1'),
(75, 'i_love_coffee', '1', 'i_love_coffee', 3, 1, 32, '1'),
(76, 'sticker_coffee_steam_blue', '1', 'sticker_coffee_steam_blue', 3, 1, 32, '1'),
(77, 'sticker_coffee_steam_grey', '1', 'sticker_coffee_steam_grey', 3, 1, 32, '1'),
(78, 'cassette1', '1', 'cassette1', 3, 1, 23, '1'),
(79, 'cassette2', '1', 'cassette2', 3, 1, 23, '1'),
(80, 'cassette3', '1', 'cassette3', 3, 1, 23, '1'),
(81, 'cassette4', '1', 'cassette4', 3, 1, 23, '1'),
(82, 'sticker_effect_bam', '1', 'sticker_effect_bam', 3, 1, 25, '1'),
(83, 'sticker_effect_burp', '1', 'sticker_effect_burp', 3, 1, 25, '1'),
(84, 'sticker_effect_woosh', '1', 'sticker_effect_woosh', 3, 1, 25, '1'),
(85, 'sticker_effect_zap', '1', 'sticker_effect_zap', 3, 1, 25, '1'),
(86, 'sticker_effect_whoosh2', '1', 'sticker_effect_whoosh2', 3, 1, 25, '1'),
(87, 'sticker_flower1', '1', 'sticker_flower1', 3, 1, 34, '1'),
(88, 'sticker_flower_big_yellow', '1', 'sticker_flower_big_yellow', 3, 1, 32, '1'),
(89, 'sticker_flower_pink', '1', 'sticker_flower_pink', 3, 1, 32, '1'),
(90, 'vine', '1', 'vine', 3, 1, 22, '1'),
(91, 'vine2', '1', 'vine2', 3, 1, 22, '1'),
(92, 'leafs1', '1', 'leafs1', 3, 1, 22, '1'),
(93, 'leafs2', '1', 'leafs2', 3, 1, 22, '1'),
(94, 'wunderfrank', '1', 'wunderfrank', 3, 1, 30, '1'),
(95, 'sticker_submarine', '1', 'sticker_submarine', 3, 1, 32, '1'),
(96, 'football', '1', 'football', 3, 1, 32, '1'),
(97, 'sticker_zipper_h_bobba_lock', '1', 'sticker_zipper_h_bobba_lock', 3, 1, 22, '1'),
(98, 'sticker_zipper_h_end', '1', 'sticker_zipper_h_end', 3, 1, 22, '1'),
(99, 'sticker_zipper_h_normal_lock', '1', 'sticker_zipper_h_normal_lock', 3, 1, 22, '1'),
(100, 'sticker_zipper_h_tile', '1', 'sticker_zipper_h_tile', 3, 1, 22, '1'),
(101, 'sticker_zipper_v_tile', '1', 'sticker_zipper_v_tile', 3, 1, 22, '1'),
(102, 'sticker_zipper_v_bobba_lock', '1', 'sticker_zipper_v_bobba_lock', 3, 1, 22, '1'),
(103, 'sticker_zipper_v_end', '1', 'sticker_zipper_v_end', 3, 1, 22, '1'),
(104, 'sticker_zipper_v_normal_lock', '1', 'sticker_zipper_v_normal_lock', 3, 1, 22, '1'),
(105, 'bling_a', '1', 'bling_a', 3, 1, 7, '1'),
(106, 'bling_b', '1', 'bling_b', 3, 1, 7, '1'),
(107, 'bling_c', '1', 'bling_c', 3, 1, 7, '1'),
(108, 'bling_d', '1', 'bling_d', 3, 1, 7, '1'),
(109, 'bling_e', '1', 'bling_e', 3, 1, 7, '1'),
(110, 'bling_f', '1', 'bling_f', 3, 1, 7, '1'),
(111, 'bling_g', '1', 'bling_g', 3, 1, 7, '1'),
(112, 'bling_h', '1', 'bling_h', 3, 1, 7, '1'),
(113, 'bling_i', '1', 'bling_i', 3, 1, 7, '1'),
(114, 'bling_j', '1', 'bling_j', 3, 1, 7, '1'),
(115, 'bling_k', '1', 'bling_k', 3, 1, 7, '1'),
(116, 'bling_l', '1', 'bling_l', 3, 1, 7, '1'),
(117, 'bling_m', '1', 'bling_m', 3, 1, 7, '1'),
(118, 'bling_n', '1', 'bling_n', 3, 1, 7, '1'),
(119, 'bling_o', '1', 'bling_o', 3, 1, 7, '1'),
(120, 'bling_p', '1', 'bling_p', 3, 1, 7, '1'),
(121, 'bling_q', '1', 'bling_q', 3, 1, 7, '1'),
(122, 'bling_r', '1', 'bling_r', 3, 1, 7, '1'),
(123, 'bling_s', '1', 'bling_s', 3, 1, 7, '1'),
(124, 'bling_t', '1', 'bling_t', 3, 1, 7, '1'),
(125, 'bling_u', '1', 'bling_u', 3, 1, 7, '1'),
(126, 'bling_v', '1', 'bling_v', 3, 1, 7, '1'),
(127, 'bling_w', '1', 'bling_w', 3, 1, 7, '1'),
(128, 'bling_x', '1', 'bling_x', 3, 1, 7, '1'),
(129, 'bling_y', '1', 'bling_y', 3, 1, 7, '1'),
(130, 'bling_z', '1', 'bling_z', 3, 1, 7, '1'),
(131, 'bling_underscore', '1', 'bling_underscore', 3, 1, 7, '1'),
(132, 'bling_line', '1', 'bling_line', 3, 1, 7, '1'),
(133, 'bling_exclamation', '1', 'bling_exclamation', 3, 1, 7, '1'),
(134, 'bling_question', '1', 'bling_question', 3, 1, 7, '1'),
(135, 'bling_star', '1', 'bling_star', 3, 1, 7, '1'),
(136, 'bling_dot', '1', 'bling_dot', 3, 1, 7, '1'),
(137, 'bling_comma', '1', 'bling_comma', 3, 1, 7, '1'),
(139, 'angelwings_anim', '1', 'angelwings_anim', 3, 1, 35, '1'),
(140, 'xmas_box_green', '1', 'xmas_box_green', 3, 1, 29, '1'),
(141, 'xmas_box_lime', '1', 'xmas_box_lime', 3, 1, 29, '1'),
(142, 'xmas_box_orange', '1', 'xmas_box_orange', 3, 1, 29, '1'),
(143, 'xmas_box_red', '1', 'xmas_box_red', 3, 1, 29, '1'),
(144, 'xmas_box_suit_blue', '1', 'xmas_box_suit_blue', 3, 1, 37, '1'),
(145, 'xmas_box_suit_orange', '1', 'xmas_box_suit_orange', 3, 1, 35, '1'),
(146, 'xmas_box_suit_pink', '1', 'xmas_box_suit_pink', 3, 1, 35, '1'),
(147, 'xmas_box_violet', '1', 'xmas_box_violet', 3, 1, 29, '1'),
(148, 'xmas_boxs', '1', 'xmas_boxs', 3, 1, 29, '1'),
(149, 'xmas_cat_animated', '1', 'xmas_cat_animated', 3, 1, 29, '1'),
(150, 'xmas_dogi_animated', '1', 'xmas_dogi_animated', 3, 1, 29, '1'),
(151, 'xmas_gift_strap_corner_l', '1', 'xmas_gift_strap_corner_l', 3, 1, 29, '1'),
(152, 'xmas_gift_strap_corner_l_bundle', '1', 'xmas_gift_strap_corner_l_bundle', 3, 1, 29, '1'),
(153, 'xmas_gift_strap_corner_r', '1', 'xmas_gift_strap_corner_r', 3, 1, 29, '1'),
(154, 'xmas_gift_strap_h', '1', 'xmas_gift_strap_h', 3, 1, 29, '1'),
(155, 'xmas_gift_strap_v', '1', 'xmas_gift_strap_v', 3, 1, 29, '1'),
(156, 'xmas_gift_afro', '1', 'xmas_gift_afro', 3, 1, 35, '1'),
(157, 'xmas_icicles', '1', 'xmas_icicles', 3, 1, 22, '1'),
(158, 'xmas_snowlantern_anim', '1', 'xmas_snowlantern_anim', 3, 1, 29, '1'),
(159, 'xmas_tree_costume', '1', 'xmas_tree_costume', 3, 1, 29, '1'),
(160, 'xmas_xtree_sticker', '1', 'xmas_xtree_sticker', 3, 1, 29, '1'),
(161, 'xmaslights_anim', '1', 'xmaslights_anim', 3, 1, 29, '1'),
(162, 'xmas_dograindeer_sticker', '1', 'xmas_dograindeer_sticker', 3, 1, 29, '1'),
(163, 'xmas_hc_ribbon', '1', 'xmas_hc_ribbon', 3, 1, 29, '1'),
(164, 'hc_hat', '1', 'hc_hat', 3, 1, 35, '1'),
(165, 'xmas_rastasanta', '1', 'xmas_rastasanta', 3, 1, 24, '1'),
(167, 'xmas_box_suit_mint3', '1', 'xmas_box_suit_mint3', 3, 1, 35, '1'),
(168, 'xmas_box_suit_mint', '1', 'xmas_box_suit_mint', 3, 1, 35, '1'),
(169, 'xmas_box_darkred4', '1', 'xmas_box_darkred4', 3, 1, 29, '1'),
(170, 'xmas_tree01_animated', '1', 'xmas_tree01_animated', 3, 1, 29, '1'),
(171, 'newyear_2007_anim', '1', 'newyear_2007_anim', 3, 1, 29, '1'),
(172, 'cny_dragon_body_l', '1', 'cny_dragon_body_l', 3, 1, 29, '1'),
(173, 'cny_dragon_body_r', '1', 'cny_dragon_body_r', 3, 1, 29, '1'),
(174, 'cny_dragon_head_l', '1', 'cny_dragon_head_l', 3, 1, 29, '1'),
(175, 'cny_dragon_head_r', '1', 'cny_dragon_head_r', 3, 1, 29, '1'),
(176, 'cny_hypnodragon_anim', '1', 'cny_hypnodragon_anim', 3, 1, 24, '1'),
(177, 'cny_kungfu_dude', '1', 'cny_kungfu_dude', 3, 1, 24, '1'),
(178, 'cny_kungfu_girl', '1', 'cny_kungfu_girl', 3, 1, 24, '1'),
(179, 'sticker_dreamer', '1', 'sticker_dreamer', 3, 1, 30, '1'),
(180, 'sticker_lonewolf', '1', 'sticker_lonewolf', 3, 1, 30, '1'),
(181, 'sticker_mamasboy', '1', 'sticker_mamasboy', 3, 1, 30, '1'),
(182, 'sticker_prankster', '1', 'sticker_prankster', 3, 1, 30, '1'),
(183, 'sticker_romantic', '1', 'sticker_romantic', 3, 1, 30, '1'),
(184, 'val_cupido_anim', '1', 'val_cupido_anim', 3, 1, 29, '1'),
(185, 'val_lovedice', '1', 'val_lovedice', 3, 1, 29, '1'),
(186, 'val_sticker_barbwire_horis', '1', 'val_sticker_barbwire_horis', 3, 1, 22, '1'),
(187, 'val_sticker_barbwire_vert', '1', 'val_sticker_barbwire_vert', 3, 1, 22, '1'),
(188, 'val_sticker_croco', '1', 'val_sticker_croco', 3, 1, 29, '1'),
(189, 'val_sticker_cupid_arrow', '1', 'val_sticker_cupid_arrow', 3, 1, 29, '1'),
(190, 'val_sticker_love_costume', '1', 'val_sticker_love_costume', 3, 1, 29, '1'),
(191, 'val_sticker_rosewire_corner', '1', 'val_sticker_rosewire_corner', 3, 1, 22, '1'),
(192, 'val_sticker_rosewire_horis', '1', 'val_sticker_rosewire_horis', 3, 1, 22, '1'),
(193, 'val_sticker_rosewire_vert', '1', 'val_sticker_rosewire_vert', 3, 1, 22, '1'),
(194, 'val_sticker_skull360', '1', 'val_sticker_skull360', 3, 1, 32, '1'),
(195, 'val_sticker_skull360_circle', '1', 'val_sticker_skull360_circle', 3, 1, 32, '1'),
(196, 'val_sticker_storm_costume', '1', 'val_sticker_storm_costume', 3, 1, 32, '1'),
(197, 'val_sticker_voodoo_suit', '1', 'val_sticker_voodoo_suit', 3, 1, 35, '1'),
(198, 'val_lovecostume3', '1', 'val_lovecostume3', 3, 1, 29, '1'),
(199, 'easter_bird', '1', 'easter_bird', 3, 1, 29, '1'),
(200, 'easter_birdsuit', '1', 'easter_birdsuit', 3, 1, 35, '1'),
(201, 'easter_broomstick_001', '1', 'easter_broomstick_001', 3, 1, 32, '1'),
(202, 'easter_bunnymoped', '1', 'easter_bunnymoped', 3, 1, 35, '1'),
(203, 'easter_carrot_rocket', '1', 'easter_carrot_rocket', 3, 1, 32, '1'),
(204, 'easter_eggs_horizontal', '1', 'easter_eggs_horizontal', 3, 1, 29, '1'),
(205, 'easter_eggs_vertical_001', '1', 'easter_eggs_vertical_001', 3, 1, 29, '1'),
(206, 'easter_pointyhat', '1', 'easter_pointyhat', 3, 1, 35, '1'),
(207, 'easter_rabbit_in_hole', '1', 'easter_rabbit_in_hole', 3, 1, 32, '1'),
(208, 'easteregg_costume', '1', 'easteregg_costume', 3, 1, 29, '1'),
(209, 'grass', '1', 'grass', 3, 1, 34, '1'),
(210, 'ukonly_disarno_homes', '1', 'ukonly_disarno_homes', 3, 1, 30, '1'),
(213, 'uk_childline_sticker', '1', 'uk_childline_sticker', 3, 1, 28, '1'),
(214, 'uk_pixel_maze_sticker', '1', 'uk_pixel_maze_sticker', 3, 1, 30, '1'),
(215, 'sticker_chauves_souris', '1', 'sticker_chauves_souris', 3, 1, 29, '1'),
(216, 'trax_8_bit', '1', 'trax_8_bit', 3, 1, 23, '1'),
(217, 'trax_disco', '1', 'trax_disco', 3, 1, 23, '1'),
(225, 'trax_sfx', '1', 'trax_sfx', 3, 1, 23, '1'),
(226, 'trax_rock', '1', 'trax_rock', 3, 1, 23, '1'),
(227, 'trax_electro', '1', 'trax_electro', 3, 1, 23, '1'),
(228, 'trax_ambient', '1', 'trax_ambient', 3, 1, 23, '1'),
(229, 'trax_heavy', '1', 'trax_heavy', 3, 1, 23, '1'),
(230, 'trax_latin', '1', 'trax_latin', 3, 1, 23, '1'),
(231, 'trax_bling2', '1', 'trax_bling2', 3, 1, 23, '1'),
(233, 'evil_giant_bunny', '1', 'evil_giant_bunny', 3, 1, 32, '1'),
(250, 'xmas_snowcone_costume', '1', 'xmas_snowcone_costume', 3, 1, 29, '1'),
(251, 'a', '1', 'a', 3, 1, 7, '1'),
(252, 'a_with_circle', '1', 'a_with_circle', 3, 1, 7, '1'),
(253, 'a_with_dots', '1', 'a_with_dots', 3, 1, 7, '1'),
(254, 'acsent1', '1', 'acsent1', 3, 1, 7, '1'),
(255, 'acsent2', '1', 'acsent2', 3, 1, 7, '1'),
(256, 'b', '1', 'b', 3, 1, 7, '1'),
(258, 'b_2', '1', 'b_2', 3, 1, 7, '1'),
(259, 'bootsitjalapaset_red', '1', 'bootsitjalapaset_red', 3, 1, 35, '1'),
(260, 'c', '1', 'c', 3, 1, 7, '1'),
(261, 'd', '1', 'd', 3, 1, 7, '1'),
(262, 'dot', '1', 'dot', 3, 1, 7, '1'),
(263, 'e', '1', 'e', 3, 1, 7, '1'),
(264, 'extra_ss_duck_left', '1', 'extra_ss_duck_left', 3, 1, 32, '1'),
(265, 'extra_ss_duck_right', '1', 'extra_ss_duck_right', 3, 1, 32, '1'),
(266, 'extra_ss_snowball', '1', 'extra_ss_snowball', 3, 1, 32, '1'),
(267, 'eyeleft', '1', 'eyeleft', 3, 1, 32, '1'),
(268, 'eyeright', '1', 'eyeright', 3, 1, 32, '1'),
(269, 'f', '1', 'f', 3, 1, 7, '1'),
(272, 'fi_golden_snake', '1', 'fi_golden_snake', 3, 1, 32, '1'),
(273, 'fi_mino', '1', 'fi_mino', 3, 1, 24, '1'),
(274, 'g', '1', 'g', 3, 1, 7, '1'),
(275, 'gothic_draculacape', '1', 'gothic_draculacape', 3, 1, 35, '1'),
(276, 'h', '1', 'h', 3, 1, 7, '1'),
(277, 'i', '1', 'i', 3, 1, 7, '1'),
(278, 'icecube_big', '1', 'icecube_big', 3, 1, 29, '1'),
(279, 'icecube_small', '1', 'icecube_small', 3, 1, 29, '1'),
(280, 'j', '1', 'j', 3, 1, 7, '1'),
(281, 'k', '1', 'k', 3, 1, 7, '1'),
(282, 'l', '1', 'l', 3, 1, 7, '1'),
(285, 'lapanen_blue', '1', 'lapanen_blue', 3, 1, 29, '1'),
(287, 'lapanen_purple', '1', 'lapanen_purple', 3, 1, 29, '1'),
(288, 'lapanen_red', '1', 'lapanen_red', 3, 1, 29, '1'),
(290, 'lapanen_yellow', '1', 'lapanen_yellow', 3, 1, 29, '1'),
(291, 'm', '1', 'm', 3, 1, 7, '1'),
(292, 'n', '1', 'n', 3, 1, 7, '1'),
(293, 'nl_coinguy_animated', '1', 'nl_coinguy_animated', 3, 1, 32, '1'),
(294, 'nl_cupido', '1', 'nl_cupido', 3, 1, 29, '1'),
(295, 'nl_downtown_costume', '1', 'nl_downtown_costume', 3, 1, 35, '1'),
(296, 'nl_firecracker', '1', 'nl_firecracker', 3, 1, 29, '1'),
(297, 'nl_football_guest', '1', 'nl_football_guest', 3, 1, 24, '1'),
(298, 'nl_limo', '1', 'nl_limo', 3, 1, 32, '1'),
(299, 'nl_wanted_costume', '1', 'nl_wanted_costume', 3, 1, 35, '1'),
(300, 'o', '1', 'o', 3, 1, 7, '1'),
(301, 'o_with_dots', '1', 'o_with_dots', 3, 1, 7, '1'),
(302, 'p', '1', 'p', 3, 1, 7, '1'),
(303, 'q', '1', 'q', 3, 1, 7, '1'),
(304, 'r', '1', 'r', 3, 1, 7, '1'),
(305, 's', '1', 's', 3, 1, 7, '1'),
(306, 'skeletor_001', '1', 'skeletor_001', 3, 1, 24, '1'),
(307, 'skull', '1', 'skull', 3, 1, 32, '1'),
(308, 'skull2', '1', 'skull2', 3, 1, 32, '1'),
(309, 'snowball_bumpy', '1', 'snowball_bumpy', 3, 1, 32, '1'),
(310, 'snowball_smooth', '1', 'snowball_smooth', 3, 1, 32, '1'),
(311, 'ss_bootsitjalapaset_blue', '1', 'ss_bootsitjalapaset_blue', 3, 1, 35, '1'),
(312, 'ss_bootsitjalapaset_red', '1', 'ss_bootsitjalapaset_red', 3, 1, 35, '1'),
(313, 'ss_costume_blue', '1', 'ss_costume_blue', 3, 1, 35, '1'),
(314, 'ss_costume_red', '1', 'ss_costume_red', 3, 1, 35, '1'),
(315, 'ss_hits_by_snowball', '1', 'ss_hits_by_snowball', 3, 1, 35, '1'),
(316, 'ss_snowballmachine', '1', 'ss_snowballmachine', 3, 1, 32, '1'),
(317, 'ss_snowflake1_001', '1', 'ss_snowflake1_001', 3, 1, 29, '1'),
(319, 'ss_snowflake2', '1', 'ss_snowflake2', 3, 1, 29, '1'),
(320, 'ss_snowman', '1', 'ss_snowman', 3, 1, 35, '1'),
(321, 'ss_snowqueen', '1', 'ss_snowqueen', 3, 1, 35, '1'),
(322, 'ss_snowtree', '1', 'ss_snowtree', 3, 1, 32, '1'),
(323, 'star', '1', 'star', 3, 1, 7, '1'),
(324, 'sticker_eraser', '1', 'sticker_eraser', 3, 1, 32, '1'),
(325, 'sticker_gentleman', '1', 'sticker_gentleman', 3, 1, 24, '1'),
(326, 'sticker_mineur', '1', 'sticker_mineur', 3, 1, 24, '1'),
(327, 'sticker_pencil', '1', 'sticker_pencil', 3, 1, 32, '1'),
(328, 'sticker_pencil_2', '1', 'sticker_pencil_2', 3, 1, 32, '1'),
(329, 't', '1', 't', 3, 1, 7, '1'),
(330, 'trax_bling', '1', 'trax_bling', 3, 1, 23, '1'),
(331, 'trax_reggae', '1', 'trax_reggae', 3, 1, 23, '1'),
(332, 'u', '1', 'u', 3, 1, 7, '1'),
(333, 'underscore', '1', 'underscore', 3, 1, 7, '1'),
(334, 'v', '1', 'v', 3, 1, 7, '1'),
(335, 'val_cupido_anim2', '1', 'val_cupido_anim2', 3, 1, 29, '1'),
(336, 'w', '1', 'w', 3, 1, 7, '1'),
(337, 'wormhand', '1', 'wormhand', 3, 1, 32, '1'),
(338, 'x', '1', 'x', 3, 1, 7, '1'),
(340, 'xmas_skater_costume', '1', 'xmas_skater_costume', 3, 1, 35, '1'),
(341, 'xmas_strap_horiz_gold', '1', 'xmas_strap_horiz_gold', 3, 1, 29, '1'),
(342, 'xmas_strap_horiz_silve', '1', 'xmas_strap_horiz_silve', 3, 1, 29, '1'),
(343, 'xmas_strap_vertical_gold', '1', 'xmas_strap_vertical_gold', 3, 1, 22, '1'),
(344, 'xmas_strap_vertical_silver', '1', 'xmas_strap_vertical_silver', 3, 1, 26, '1'),
(345, 'y', '1', 'y', 3, 1, 7, '1'),
(346, 'z', '1', 'z', 3, 1, 7, '1'),
(348, 'zombiepupu', '1', 'zombiepupu', 3, 1, 32, '1'),
(349, 'diamond_reward', '1', 'diamond_reward', 3, 1, 32, '1'),
(350, 'nz_tiki', '1', 'nz_tiki', 3, 1, 30, '1'),
(351, 'jp_godzilla', '1', 'jp_godzilla', 3, 1, 32, '1'),
(352, 'jp_sushi', '1', 'jp_sushi', 3, 1, 30, '1'),
(354, 'spotlight_sticker_2', '1', 'spotlight_sticker_2', 3, 1, 30, '1'),
(355, 'spotlight_sticker', '1', 'spotlight_sticker', 3, 1, 30, '1'),
(356, 'anim_king', '1', 'anim_king', 3, 1, 24, '1'),
(357, 'filmstrip_corner_botleft', '1', 'filmstrip_corner_botleft', 3, 1, 30, '1'),
(358, 'filmstrip_corner_botright', '1', 'filmstrip_corner_botright', 3, 1, 30, '1'),
(359, 'filmstrip_corner_topleft', '1', 'filmstrip_corner_topleft', 3, 1, 30, '1'),
(360, 'filmstrip_corner_topright', '1', 'filmstrip_corner_topright', 3, 1, 30, '1'),
(361, 'filmstrip_horiz', '1', 'filmstrip_horiz', 3, 1, 30, '1'),
(362, 'filmstrip_vert', '1', 'filmstrip_vert', 3, 1, 30, '1'),
(363, 'hw_3d_glasses', '1', 'hw_3d_glasses', 3, 1, 35, '1'),
(364, 'hw_actionstar', '1', 'hw_actionstar', 3, 1, 24, '1'),
(365, 'hw_bigcamera', '1', 'hw_bigcamera', 3, 1, 30, '1'),
(366, 'hw_bouncers', '1', 'hw_bouncers', 3, 1, 24, '1'),
(367, 'hw_camera_l', '1', 'hw_camera_l', 3, 1, 30, '1'),
(368, 'hw_camera_r', '1', 'hw_camera_r', 3, 1, 30, '1'),
(369, 'hw_carpet_corner_down', '1', 'hw_carpet_corner_down', 3, 1, 29, '1'),
(370, 'hw_carpet_corner_up', '1', 'hw_carpet_corner_up', 3, 1, 30, '1'),
(371, 'hw_carpet_end_ldown', '1', 'hw_carpet_end_ldown', 3, 1, 30, '1'),
(372, 'hw_carpet_end_lup', '1', 'hw_carpet_end_lup', 3, 1, 30, '1'),
(373, 'hw_carpet_end_rdown', '1', 'hw_carpet_end_rdown', 3, 1, 30, '1'),
(374, 'hw_carpet_end_rup', '1', 'hw_carpet_end_rup', 3, 1, 30, '1'),
(375, 'hw_carpet_l', '1', 'hw_carpet_l', 3, 1, 30, '1'),
(376, 'hw_carpet_r', '1', 'hw_carpet_r', 3, 1, 30, '1'),
(377, 'hw_hairspray', '1', 'hw_hairspray', 3, 1, 24, '1'),
(378, 'hw_hippie', '1', 'hw_hippie', 3, 1, 24, '1'),
(379, 'hw_hitcher', '1', 'hw_hitcher', 3, 1, 24, '1'),
(380, 'hw_inmate', '1', 'hw_inmate', 3, 1, 24, '1'),
(381, 'hw_kenny_burger', '1', 'hw_kenny_burger', 3, 1, 24, '1'),
(382, 'hw_kenny_fight', '1', 'hw_kenny_fight', 3, 1, 23, '1'),
(383, 'hw_kenny_shock', '1', 'hw_kenny_shock', 3, 1, 24, '1'),
(384, 'hw_logoanim', '1', 'hw_logoanim', 3, 1, 30, '1'),
(385, 'hw_mega_afro', '1', 'hw_mega_afro', 3, 1, 35, '1'),
(386, 'hw_shades', '1', 'hw_shades', 3, 1, 35, '1'),
(387, 'hw_speedobunny', '1', 'hw_speedobunny', 3, 1, 24, '1'),
(388, 'limo_back', '1', 'limo_back', 3, 1, 30, '1'),
(389, 'limo_doorpiece', '1', 'limo_doorpiece', 3, 1, 30, '1'),
(390, 'limo_front', '1', 'limo_front', 3, 1, 30, '1'),
(391, 'limo_windowpiece', '1', 'limo_windowpiece', 3, 1, 30, '1'),
(392, 'money_o', '1', 'money_o', 3, 1, 32, '1'),
(393, 'money_stash', '1', 'money_stash', 3, 1, 32, '1'),
(394, 'money_v', '1', 'money_v', 3, 1, 32, '1'),
(395, 'spotlight_sticker2_001', '1', 'spotlight_sticker2_001', 3, 1, 30, '1'),
(396, 'spotlight_sticker_002', '1', 'spotlight_sticker_002', 3, 1, 30, '1'),
(397, 'grunge_polaroid_1', '1', 'grunge_polaroid_1', 3, 1, 30, '1'),
(398, 'grunge_polaroid_2', '1', 'grunge_polaroid_2', 3, 1, 30, '1'),
(399, 'grunge_polaroid_3', '1', 'grunge_polaroid_3', 3, 1, 30, '1'),
(400, 'grunge_polaroid_4', '1', 'grunge_polaroid_4', 3, 1, 30, '1'),
(401, 'grunge_polaroid_5', '1', 'grunge_polaroid_5', 3, 1, 30, '1'),
(402, 'fantasticfourlogo', '1', 'fantasticfourlogo', 3, 1, 28, '1'),
(403, 'bullybuster', '1', 'bullybuster', 3, 1, 32, '1'),
(404, 'lovebed', '1', 'lovebed', 3, 1, 29, '1'),
(406, 'banksbobby', '1', 'banksbobby', 3, 1, 30, '1'),
(407, 'bankscan', '1', 'bankscan', 3, 1, 30, '1'),
(408, 'banksdoor', '1', 'banksdoor', 3, 1, 30, '1'),
(409, 'banksheater', '1', 'banksheater', 3, 1, 30, '1'),
(410, 'horizontalink', '1', 'horizontalink', 3, 1, 28, '1'),
(411, 'verticalink', '1', 'verticalink', 3, 1, 32, '1'),
(412, 'britishlegion', '1', 'britishlegion', 3, 1, 29, '1'),
(413, 'teensbear', '1', 'teensbear', 3, 1, 29, '1'),
(414, 'teensberg', '1', 'teensberg', 3, 1, 32, '1'),
(417, 'kir_stamp1', '1', 'kir_stamp1', 3, 1, 30, '1'),
(418, 'kir_stamp2', '1', 'kir_stamp2', 3, 1, 30, '1'),
(419, 'kir_stamp3', '1', 'kir_stamp3', 3, 1, 30, '1'),
(420, 'kir_stamp4', '1', 'kir_stamp4', 3, 1, 30, '1'),
(421, 'kir_stamp5', '1', 'kir_stamp5', 3, 1, 30, '1'),
(422, 'kir_sticker', '1', 'kir_sticker', 3, 1, 30, '1'),
(423, 'hw_amp_big', '1', 'hw_amp_big', 3, 1, 23, '1'),
(424, 'hw_amp_small', '1', 'hw_amp_small', 3, 1, 23, '1'),
(425, 'hw_drummer_boy', '1', 'hw_drummer_boy', 3, 1, 35, '1'),
(426, 'hw_keyboards', '1', 'hw_keyboards', 3, 1, 23, '1'),
(427, 'hw_guitarplayer_white', '1', 'hw_guitarplayer_white', 3, 1, 23, '1'),
(429, 'edito_logo', '1', 'edito_logo', 3, 1, 30, '1'),
(430, 'xmas_smilla_snowboard', '1', 'xmas_smilla_snowboard', 3, 1, 29, '1'),
(431, 'kir_stamp6_003', '1', 'kir_stamp6_003', 3, 1, 30, '1'),
(432, 'xmassticker_anim_3000', '1', 'xmassticker_anim_3000', 3, 1, 29, '1'),
(433, 'orca_ideal_home', '1', 'orca_ideal_home', 3, 1, 30, '1'),
(434, 'xmas_jeff_donkey_reindeer_sticker', '1', 'xmas_jeff_donkey_reindeer_sticker', 3, 1, 24, '1'),
(435, 'bartender_costume', '1', 'bartender_costume', 3, 1, 35, '1'),
(436, 'crew_male_costume', '1', 'crew_male_costume', 3, 1, 35, '1'),
(437, 'femalecaptain_costume', '1', 'femalecaptain_costume', 3, 1, 35, '1'),
(438, 'malecaptain_costume', '1', 'malecaptain_costume', 3, 1, 35, '1'),
(439, 'stewardess_costume', '1', 'stewardess_costume', 3, 1, 35, '1'),
(440, 'valcaptain', '1', 'valcaptain', 3, 1, 24, '1'),
(441, 'valstewardess', '1', 'valstewardess', 3, 1, 24, '1'),
(442, 'valsteward', '1', 'valsteward', 3, 1, 24, '1'),
(443, 'valentertainer', '1', 'valentertainer', 3, 1, 24, '1'),
(444, 'rasta', '1', 'rasta', 3, 1, 24, '1'),
(445, 'missj', '1', 'missj', 3, 1, 24, '1'),
(446, 'valentine_welcome_sticker', '1', 'valentine_welcome_sticker', 3, 1, 29, '1'),
(447, 'habborella_logo', '1', 'habborella_logo', 3, 1, 30, '1'),
(448, 'tall_ship', '1', 'tall_ship', 3, 1, 32, '1'),
(449, 'leapday', '1', 'leapday', 3, 1, 29, '1'),
(450, 'patsday_kissme', '1', 'patsday_kissme', 3, 1, 29, '1'),
(451, 'patsday_potogold', '1', 'patsday_potogold', 3, 1, 29, '1'),
(452, 'patsday_shamrock', '1', 'patsday_shamrock', 3, 1, 29, '1'),
(453, 'patsday_shamborderv', '1', 'patsday_shamborderv', 3, 1, 22, '1'),
(454, 'patsday_shamborderh', '1', 'patsday_shamborderh', 3, 1, 22, '1'),
(455, 'patsday_claddagh', '1', 'patsday_claddagh', 3, 1, 29, '1'),
(456, 'sticker_themepark_003', '1', 'sticker_themepark_003', 3, 1, 30, '1'),
(457, 'sticker_themepark_002', '1', 'sticker_themepark_002', 3, 1, 30, '1'),
(458, '27224_sticker_themepark_001', '1', '27224_sticker_themepark_001', 3, 1, 30, '1'),
(459, 'cheese_badgesticker', '1', 'cheese_badgesticker', 3, 1, 32, '1'),
(460, 'geniefirehead', '1', 'geniefirehead', 3, 1, 35, '1'),
(461, 'bg_groupinfo', '1', 'bg_groupinfo', 3, 1, 32, '1'),
(462, 'bg_stickie', '1', 'bg_stickie', 3, 1, 32, '1'),
(463, 'wood_a', '1', 'wood_a', 3, 1, 7, '1'),
(464, 'wood_acircle', '1', 'wood_acircle', 3, 1, 7, '1'),
(465, 'wood_acsent', '1', 'wood_acsent', 3, 1, 7, '1'),
(466, 'wood_acsent2', '1', 'wood_acsent2', 3, 1, 7, '1'),
(467, 'wood_adots', '1', 'wood_adots', 3, 1, 7, '1'),
(468, 'wood_b', '1', 'wood_b', 3, 1, 7, '1'),
(469, 'wood_c', '1', 'wood_c', 3, 1, 7, '1'),
(470, 'wood_comma', '1', 'wood_comma', 3, 1, 7, '1'),
(471, 'wood_d', '1', 'wood_d', 3, 1, 7, '1'),
(472, 'wood_dot', '1', 'wood_dot', 3, 1, 7, '1'),
(473, 'wood_e', '1', 'wood_e', 3, 1, 7, '1'),
(474, 'wood_exclamation', '1', 'wood_exclamation', 3, 1, 7, '1'),
(475, 'wood_f', '1', 'wood_f', 3, 1, 7, '1'),
(476, 'wood_g', '1', 'wood_g', 3, 1, 7, '1'),
(477, 'wood_h', '1', 'wood_h', 3, 1, 7, '1'),
(478, 'wood_i', '1', 'wood_i', 3, 1, 7, '1'),
(479, 'wood_j', '1', 'wood_j', 3, 1, 7, '1'),
(480, 'wood_k', '1', 'wood_k', 3, 1, 7, '1'),
(481, 'wood_l', '1', 'wood_l', 3, 1, 7, '1'),
(482, 'wood_m', '1', 'wood_m', 3, 1, 7, '1'),
(483, 'wood_n', '1', 'wood_n', 3, 1, 7, '1'),
(484, 'wood_o', '1', 'wood_o', 3, 1, 7, '1'),
(485, 'wood_odots', '1', 'wood_odots', 3, 1, 7, '1'),
(486, 'wood_p', '1', 'wood_p', 3, 1, 7, '1'),
(487, 'wood_q', '1', 'wood_q', 3, 1, 7, '1'),
(488, 'wood_question', '1', 'wood_question', 3, 1, 7, '1'),
(489, 'wood_r', '1', 'wood_r', 3, 1, 7, '1'),
(490, 'wood_s', '1', 'wood_s', 3, 1, 7, '1'),
(491, 'wood_t', '1', 'wood_t', 3, 1, 7, '1'),
(492, 'wood_u', '1', 'wood_u', 3, 1, 7, '1'),
(493, 'wood_undermark', '1', 'wood_undermark', 3, 1, 7, '1'),
(494, 'wood_v', '1', 'wood_v', 3, 1, 7, '1'),
(495, 'wood_w', '1', 'wood_w', 3, 1, 7, '1'),
(496, 'wood_x', '1', 'wood_x', 3, 1, 7, '1'),
(497, 'wood_y', '1', 'wood_y', 3, 1, 7, '1'),
(498, 'wood_z', '1', 'wood_z', 3, 1, 7, '1'),
(499, 'uk_habbo_x_sticker', '1', 'uk_habbo_x_sticker', 3, 1, 30, '1'),
(500, 'habbo_x_home_sticker', '1', 'habbo_x_home_sticker', 3, 1, 30, '1'),
(501, 'habbolympics_teamsticker', '1', 'habbolympics_teamsticker', 3, 1, 30, '1'),
(502, 'orca_ideal_home_001', '1', 'orca_ideal_home_001', 3, 1, 32, '1'),
(503, 'warchild', '1', 'warchild', 3, 1, 28, '1'),
(504, 'pirates_captain', '1', 'pirates_captain', 3, 1, 24, '1'),
(505, 'pirates_dude02', '1', 'pirates_dude02', 3, 1, 24, '1'),
(506, 'hockeyref', '1', 'hockeyref', 3, 1, 24, '1'),
(507, 'hbb_sticker_01', '1', 'hbb_sticker_01', 3, 1, 28, '1'),
(508, 'hbb_sticker_02', '1', 'hbb_sticker_02', 3, 1, 28, '1'),
(509, 'hbb_sticker_03', '1', 'hbb_sticker_03', 3, 1, 28, '1'),
(510, 'sticker_olym_carson', '1', 'sticker_olym_carson', 3, 1, 24, '1'),
(511, 'sticker_olym_cresthawk', '1', 'sticker_olym_cresthawk', 3, 1, 24, '1'),
(512, 'sticker_olym_inari', '1', 'sticker_olym_inari', 3, 1, 24, '1'),
(513, 'sticker_olym_jandelee', '1', 'sticker_olym_jandelee', 3, 1, 24, '1'),
(514, 'sticker_olym_loderse', '1', 'sticker_olym_loderse', 3, 1, 24, '1'),
(515, 'sticker_olym_moiraine', '1', 'sticker_olym_moiraine', 3, 1, 24, '1'),
(516, 'sticker_olym_nme', '1', 'sticker_olym_nme', 3, 1, 24, '1'),
(517, 'sticker_olym_smoothcriminal', '1', 'sticker_olym_smoothcriminal', 3, 1, 24, '1'),
(518, 'sticker_olym_squib', '1', 'sticker_olym_squib', 3, 1, 24, '1'),
(519, 'flameskull', '1', 'flameskull', 3, 1, 32, '1'),
(520, 'cn_teleskull', '1', 'cn_teleskull', 3, 1, 30, '1'),
(521, 'anim_brasero', '1', 'anim_brasero', 3, 1, 32, '1'),
(522, 'sticker_fireworkboom1', '1', 'sticker_fireworkboom1', 3, 1, 25, '1'),
(523, 'sticker_fireworkboom2', '1', 'sticker_fireworkboom2', 3, 1, 25, '1'),
(524, 'sticker_fireworkboom3', '1', 'sticker_fireworkboom3', 3, 1, 25, '1'),
(525, 'sticker_fireworkboom4', '1', 'sticker_fireworkboom4', 3, 1, 25, '1'),
(526, 'atw_week_1_england', '1', 'atw_week_1_england', 3, 1, 31, '1'),
(527, 'atw_week_1_wales', '1', 'atw_week_1_wales', 3, 1, 31, '1'),
(528, 'atw_week_1_rep_ireland', '1', 'atw_week_1_rep_ireland', 3, 1, 31, '1'),
(529, 'atw_week_1_n_ireland', '1', 'atw_week_1_n_ireland', 3, 1, 31, '1'),
(530, 'atw_week_1_scotland', '1', 'atw_week_1_scotland', 3, 1, 31, '1'),
(531, 'atw_week_1_netherlands', '1', 'atw_week_1_netherlands', 3, 1, 31, '1'),
(532, 'atw_week_1_belgium', '1', 'atw_week_1_belgium', 3, 1, 31, '1'),
(533, 'atw_week_1_denmark', '1', 'atw_week_1_denmark', 3, 1, 31, '1'),
(534, 'atw_week_1_kazakhstan', '1', 'atw_week_1_kazakhstan', 3, 1, 31, '1'),
(535, 'atw_week_1_india', '1', 'atw_week_1_india', 3, 1, 31, '1'),
(536, 'atw_week_1_thailand', '1', 'atw_week_1_thailand', 3, 1, 31, '1'),
(537, 'atw_week_1_mongolia', '1', 'atw_week_1_mongolia', 3, 1, 31, '1'),
(538, 'atw_week_1_usa', '1', 'atw_week_1_usa', 3, 1, 31, '1'),
(539, 'atw_week_1_mexico', '1', 'atw_week_1_mexico', 3, 1, 31, '1'),
(540, 'atw_week_1_greenland', '1', 'atw_week_1_greenland', 3, 1, 31, '1'),
(541, 'atw_week_1_morocco', '1', 'atw_week_1_morocco', 3, 1, 31, '1'),
(542, 'atw_week_1_algeria', '1', 'atw_week_1_algeria', 3, 1, 31, '1'),
(543, 'atw_week_1_israel', '1', 'atw_week_1_israel', 3, 1, 31, '1'),
(544, 'atw_week_1_egypt', '1', 'atw_week_1_egypt', 3, 1, 31, '1'),
(545, 'atw_week_1_france', '1', 'atw_week_1_france', 3, 1, 31, '1'),
(546, 'atw_week_2_norway', '1', 'atw_week_2_norway', 3, 1, 31, '1'),
(547, 'atw_week_2_italy', '1', 'atw_week_2_italy', 3, 1, 31, '1'),
(548, 'atw_week_2_portugal', '1', 'atw_week_2_portugal', 3, 1, 31, '1'),
(549, 'atw_week_2_germany', '1', 'atw_week_2_germany', 3, 1, 31, '1'),
(550, 'atw_week_2_vietnam', '1', 'atw_week_2_vietnam', 3, 1, 31, '1'),
(551, 'atw_week_2_cambodia', '1', 'atw_week_2_cambodia', 3, 1, 31, '1'),
(552, 'atw_week_2_china', '1', 'atw_week_2_china', 3, 1, 31, '1'),
(553, 'atw_week_2_south_korea', '1', 'atw_week_2_south_korea', 3, 1, 31, '1'),
(554, 'atw_week_2_canada', '1', 'atw_week_2_canada', 3, 1, 31, '1'),
(555, 'atw_week_2_belize', '1', 'atw_week_2_belize', 3, 1, 31, '1'),
(556, 'atw_week_2_cuba', '1', 'atw_week_2_cuba', 3, 1, 31, '1'),
(557, 'atw_week_2_jamaica', '1', 'atw_week_2_jamaica', 3, 1, 31, '1'),
(558, 'atw_week_2_cameroon', '1', 'atw_week_2_cameroon', 3, 1, 31, '1'),
(559, 'atw_week_2_nigeria', '1', 'atw_week_2_nigeria', 3, 1, 31, '1'),
(560, 'atw_week_2_saudi_arabia', '1', 'atw_week_2_saudi_arabia', 3, 1, 31, '1'),
(561, 'atw_week_2_iraq', '1', 'atw_week_2_iraq', 3, 1, 31, '1'),
(562, 'atw_week_3_sweden', '1', 'atw_week_3_sweden', 3, 1, 31, '1'),
(563, 'atw_week_3_finland', '1', 'atw_week_3_finland', 3, 1, 30, '1'),
(564, 'atw_week_3_spain', '1', 'atw_week_3_spain', 3, 1, 31, '1'),
(565, 'atw_week_3_czech_republic', '1', 'atw_week_3_czech_republic', 3, 1, 31, '1'),
(566, 'atw_week_3_taiwan', '1', 'atw_week_3_taiwan', 3, 1, 31, '1'),
(567, 'atw_week_3_malaysia', '1', 'atw_week_3_malaysia', 3, 1, 31, '1'),
(568, 'atw_week_3_japan', '1', 'atw_week_3_japan', 3, 1, 31, '1'),
(569, 'atw_week_3_honduras', '1', 'atw_week_3_honduras', 3, 1, 31, '1'),
(570, 'atw_week_3_costa_rica', '1', 'atw_week_3_costa_rica', 3, 1, 31, '1'),
(571, 'atw_week_3_panama', '1', 'atw_week_3_panama', 3, 1, 31, '1'),
(572, 'atw_week_3_bahamas', '1', 'atw_week_3_bahamas', 3, 1, 31, '1'),
(573, 'atw_week_3_congo', '1', 'atw_week_3_congo', 3, 1, 31, '1'),
(574, 'atw_week_3_uae', '1', 'atw_week_3_uae', 3, 1, 31, '1'),
(575, 'atw_week_3_ethiopia', '1', 'atw_week_3_ethiopia', 3, 1, 31, '1'),
(576, 'atw_week_3_kuwait', '1', 'atw_week_3_kuwait', 3, 1, 31, '1'),
(577, 'atw_week_4_switzerland', '1', 'atw_week_4_switzerland', 3, 1, 31, '1'),
(578, 'atw_week_4_estonia', '1', 'atw_week_4_estonia', 3, 1, 31, '1'),
(579, 'atw_week_4_poland', '1', 'atw_week_4_poland', 3, 1, 31, '1'),
(580, 'atw_week_4_greece', '1', 'atw_week_4_greece', 3, 1, 31, '1'),
(581, 'atw_week_4_indonesia', '1', 'atw_week_4_indonesia', 3, 1, 31, '1'),
(582, 'atw_week_4_philippines', '1', 'atw_week_4_philippines', 3, 1, 31, '1'),
(583, 'atw_week_4_papua_new_guinea', '1', 'atw_week_4_papua_new_guinea', 3, 1, 31, '1'),
(584, 'colombia', '1', 'colombia', 3, 1, 31, '1'),
(585, 'atw_week_4_venezuela', '1', 'atw_week_4_venezuela', 3, 1, 31, '1'),
(586, 'atw_week_4_ecuador', '1', 'atw_week_4_ecuador', 3, 1, 31, '1'),
(587, 'atw_week_4_peru', '1', 'atw_week_4_peru', 3, 1, 31, '1'),
(588, 'atw_week_4_kenya', '1', 'atw_week_4_kenya', 3, 1, 31, '1'),
(589, 'atw_week_4_angola', '1', 'atw_week_4_angola', 3, 1, 31, '1'),
(590, 'atw_week_4_turkmenistan', '1', 'atw_week_4_turkmenistan', 3, 1, 31, '1'),
(591, 'atw_week_4_iran', '1', 'atw_week_4_iran', 3, 1, 31, '1'),
(592, 'atw_week_5_slovakia', '1', 'atw_week_5_slovakia', 3, 1, 31, '1'),
(593, 'atw_week_5_belarus', '1', 'atw_week_5_belarus', 3, 1, 31, '1'),
(594, 'atw_week_5_ukraine', '1', 'atw_week_5_ukraine', 3, 1, 31, '1'),
(595, 'atw_week_5_turkey', '1', 'atw_week_5_turkey', 3, 1, 31, '1'),
(596, 'atw_week_5_australia', '1', 'atw_week_5_australia', 3, 1, 31, '1'),
(597, 'atw_week_5_samoa', '1', 'atw_week_5_samoa', 3, 1, 31, '1'),
(598, 'atw_week_5_paraguay', '1', 'atw_week_5_paraguay', 3, 1, 31, '1'),
(599, 'atw_week_5_bolivia', '1', 'atw_week_5_bolivia', 3, 1, 31, '1'),
(600, 'atw_week_5_brazil', '1', 'atw_week_5_brazil', 3, 1, 31, '1'),
(601, 'atw_week_5_afghanistan', '1', 'atw_week_5_afghanistan', 3, 1, 31, '1'),
(602, 'atw_week_5_pakistan', '1', 'atw_week_5_pakistan', 3, 1, 31, '1'),
(603, 'atw_week_5_tanzania', '1', 'atw_week_5_tanzania', 3, 1, 31, '1'),
(604, 'green_neon_0', '1', 'green_neon_0', 3, 1, 7, '1'),
(605, 'green_neon_1', '1', 'green_neon_1', 3, 1, 7, '1'),
(606, 'green_neon_2', '1', 'green_neon_2', 3, 1, 7, '1'),
(607, 'green_neon_3', '1', 'green_neon_3', 3, 1, 7, '1'),
(608, 'green_neon_4', '1', 'green_neon_4', 3, 1, 7, '1'),
(609, 'green_neon_5', '1', 'green_neon_5', 3, 1, 7, '1'),
(610, 'green_neon_6', '1', 'green_neon_6', 3, 1, 7, '1'),
(611, 'green_neon_7', '1', 'green_neon_7', 3, 1, 7, '1'),
(612, 'green_neon_8', '1', 'green_neon_8', 3, 1, 7, '1'),
(613, 'green_neon_9', '1', 'green_neon_9', 3, 1, 7, '1'),
(614, 'green_neon_a', '1', 'green_neon_a', 3, 1, 7, '1'),
(615, 'green_neon_b', '1', 'green_neon_b', 3, 1, 7, '1'),
(616, 'green_neon_c', '1', 'green_neon_c', 3, 1, 7, '1'),
(617, 'green_neon_d', '1', 'green_neon_d', 3, 1, 7, '1'),
(618, 'green_neon_e', '1', 'green_neon_e', 3, 1, 7, '1'),
(619, 'green_neon_f', '1', 'green_neon_f', 3, 1, 7, '1'),
(620, 'green_neon_g', '1', 'green_neon_g', 3, 1, 7, '1'),
(621, 'green_neon_h', '1', 'green_neon_h', 3, 1, 7, '1'),
(622, 'green_neon_i', '1', 'green_neon_i', 3, 1, 7, '1'),
(623, 'green_neon_j', '1', 'green_neon_j', 3, 1, 7, '1'),
(624, 'green_neon_k', '1', 'green_neon_k', 3, 1, 7, '1'),
(625, 'green_neon_l', '1', 'green_neon_l', 3, 1, 7, '1'),
(626, 'green_neon_m', '1', 'green_neon_m', 3, 1, 7, '1'),
(627, 'green_neon_n', '1', 'green_neon_n', 3, 1, 7, '1'),
(628, 'green_neon_o', '1', 'green_neon_o', 3, 1, 7, '1'),
(629, 'green_neon_p', '1', 'green_neon_p', 3, 1, 7, '1'),
(630, 'green_neon_q', '1', 'green_neon_q', 3, 1, 7, '1'),
(631, 'green_neon_r', '1', 'green_neon_r', 3, 1, 7, '1'),
(632, 'green_neon_s', '1', 'green_neon_s', 3, 1, 7, '1'),
(633, 'green_neon_t', '1', 'green_neon_t', 3, 1, 7, '1'),
(634, 'green_neon_u', '1', 'green_neon_u', 3, 1, 7, '1'),
(635, 'green_neon_v', '1', 'green_neon_v', 3, 1, 7, '1'),
(636, 'green_neon_w', '1', 'green_neon_w', 3, 1, 7, '1'),
(637, 'green_neon_x', '1', 'green_neon_x', 3, 1, 7, '1'),
(638, 'green_neon_y', '1', 'green_neon_y', 3, 1, 7, '1'),
(639, 'green_neon_z', '1', 'green_neon_z', 3, 1, 7, '1'),
(640, 'neon_blue_0', '1', 'neon_blue_0', 3, 1, 7, '1'),
(641, 'neon_blue_1', '1', 'neon_blue_1', 3, 1, 7, '1'),
(642, 'neon_blue_2', '1', 'neon_blue_2', 3, 1, 7, '1'),
(643, 'neon_blue_3', '1', 'neon_blue_3', 3, 1, 7, '1'),
(644, 'neon_blue_4', '1', 'neon_blue_4', 3, 1, 7, '1'),
(645, 'neon_blue_5', '1', 'neon_blue_5', 3, 1, 7, '1'),
(646, 'neon_blue_6', '1', 'neon_blue_6', 3, 1, 7, '1'),
(647, 'neon_blue_7', '1', 'neon_blue_7', 3, 1, 7, '1'),
(648, 'neon_blue_8', '1', 'neon_blue_8', 3, 1, 7, '1'),
(649, 'neon_blue_9', '1', 'neon_blue_9', 3, 1, 7, '1'),
(650, 'neon_blue_a', '1', 'neon_blue_a', 3, 1, 7, '1'),
(651, 'neon_blue_b', '1', 'neon_blue_b', 3, 1, 7, '1'),
(652, 'neon_blue_c', '1', 'neon_blue_c', 3, 1, 7, '1'),
(653, 'neon_blue_d', '1', 'neon_blue_d', 3, 1, 7, '1'),
(654, 'neon_blue_e', '1', 'neon_blue_e', 3, 1, 7, '1'),
(655, 'neon_blue_f', '1', 'neon_blue_f', 3, 1, 7, '1'),
(656, 'neon_blue_g', '1', 'neon_blue_g', 3, 1, 7, '1'),
(657, 'neon_blue_h', '1', 'neon_blue_h', 3, 1, 7, '1'),
(658, 'neon_blue_i', '1', 'neon_blue_i', 3, 1, 7, '1'),
(659, 'neon_blue_j', '1', 'neon_blue_j', 3, 1, 7, '1'),
(660, 'neon_blue_k', '1', 'neon_blue_k', 3, 1, 7, '1'),
(661, 'neon_blue_l', '1', 'neon_blue_l', 3, 1, 7, '1'),
(662, 'neon_blue_m', '1', 'neon_blue_m', 3, 1, 7, '1'),
(663, 'neon_blue_n', '1', 'neon_blue_n', 3, 1, 7, '1'),
(664, 'neon_blue_o', '1', 'neon_blue_o', 3, 1, 7, '1'),
(665, 'neon_blue_p', '1', 'neon_blue_p', 3, 1, 7, '1'),
(666, 'neon_blue_q', '1', 'neon_blue_q', 3, 1, 7, '1'),
(667, 'neon_blue_r', '1', 'neon_blue_r', 3, 1, 7, '1'),
(668, 'neon_blue_s', '1', 'neon_blue_s', 3, 1, 7, '1'),
(669, 'neon_blue_t', '1', 'neon_blue_t', 3, 1, 7, '1'),
(670, 'neon_blue_u', '1', 'neon_blue_u', 3, 1, 7, '1'),
(671, 'neon_blue_v', '1', 'neon_blue_v', 3, 1, 7, '1'),
(672, 'neon_blue_w', '1', 'neon_blue_w', 3, 1, 7, '1'),
(673, 'neon_blue_x', '1', 'neon_blue_x', 3, 1, 7, '1'),
(674, 'neon_blue_y', '1', 'neon_blue_y', 3, 1, 7, '1'),
(675, 'neon_blue_z', '1', 'neon_blue_z', 3, 1, 7, '1'),
(676, 'neon_pink_0', '1', 'neon_pink_0', 3, 1, 7, '1'),
(677, 'neon_pink_1', '1', 'neon_pink_1', 3, 1, 7, '1'),
(678, 'neon_pink_2', '1', 'neon_pink_2', 3, 1, 7, '1'),
(679, 'neon_pink_3', '1', 'neon_pink_3', 3, 1, 7, '1'),
(680, 'neon_pink_4', '1', 'neon_pink_4', 3, 1, 7, '1'),
(681, 'neon_pink_5', '1', 'neon_pink_5', 3, 1, 7, '1'),
(682, 'neon_pink_6', '1', 'neon_pink_6', 3, 1, 7, '1'),
(683, 'neon_pink_7', '1', 'neon_pink_7', 3, 1, 7, '1'),
(684, 'neon_pink_8', '1', 'neon_pink_8', 3, 1, 7, '1'),
(685, 'neon_pink_9', '1', 'neon_pink_9', 3, 1, 7, '1'),
(686, 'neon_pink_a', '1', 'neon_pink_a', 3, 1, 7, '1'),
(687, 'neon_pink_b', '1', 'neon_pink_b', 3, 1, 7, '1'),
(688, 'neon_pink_c', '1', 'neon_pink_c', 3, 1, 7, '1'),
(689, 'neon_pink_d', '1', 'neon_pink_d', 3, 1, 7, '1'),
(690, 'neon_pink_e', '1', 'neon_pink_e', 3, 1, 7, '1'),
(691, 'neon_pink_f', '1', 'neon_pink_f', 3, 1, 7, '1'),
(692, 'neon_pink_g', '1', 'neon_pink_g', 3, 1, 7, '1'),
(693, 'neon_pink_h', '1', 'neon_pink_h', 3, 1, 7, '1'),
(694, 'neon_pink_i', '1', 'neon_pink_i', 3, 1, 7, '1'),
(695, 'neon_pink_j', '1', 'neon_pink_j', 3, 1, 7, '1'),
(696, 'neon_pink_k', '1', 'neon_pink_k', 3, 1, 7, '1'),
(697, 'neon_pink_l', '1', 'neon_pink_l', 3, 1, 7, '1'),
(698, 'neon_pink_m', '1', 'neon_pink_m', 3, 1, 7, '1'),
(699, 'neon_pink_n', '1', 'neon_pink_n', 3, 1, 7, '1'),
(700, 'neon_pink_o', '1', 'neon_pink_o', 3, 1, 7, '1'),
(701, 'neon_pink_p', '1', 'neon_pink_p', 3, 1, 7, '1'),
(702, 'neon_pink_q', '1', 'neon_pink_q', 3, 1, 7, '1'),
(703, 'neon_pink_r', '1', 'neon_pink_r', 3, 1, 7, '1'),
(704, 'neon_pink_s', '1', 'neon_pink_s', 3, 1, 7, '1'),
(705, 'neon_pink_t', '1', 'neon_pink_t', 3, 1, 7, '1'),
(706, 'neon_pink_u', '1', 'neon_pink_u', 3, 1, 7, '1'),
(707, 'neon_pink_v', '1', 'neon_pink_v', 3, 1, 7, '1'),
(708, 'neon_pink_w', '1', 'neon_pink_w', 3, 1, 7, '1'),
(709, 'neon_pink_x', '1', 'neon_pink_x', 3, 1, 7, '1'),
(710, 'neon_pink_y', '1', 'neon_pink_y', 3, 1, 7, '1'),
(711, 'neon_pink_z', '1', 'neon_pink_z', 3, 1, 7, '1'),
(712, 'locoroco_sticker_125x100', '1', 'locoroco_sticker_125x100', 3, 1, 28, '1'),
(713, 'atw_week_5_namibia', '1', 'atw_week_5_namibia', 3, 1, 31, '1'),
(714, 'atw_week_5_solomon-islands', '1', 'atw_week_5_solomon-islands', 3, 1, 31, '1'),
(715, 'atw_week_5_solomon_islands', '1', 'atw_week_5_solomon_islands', 3, 1, 31, '1'),
(716, 'atw_week_6_russia', '1', 'atw_week_6_russia', 3, 1, 31, '1'),
(717, 'atw_week_6_uruguay', '1', 'atw_week_6_uruguay', 3, 1, 31, '1'),
(718, 'atw_week_6_chile', '1', 'atw_week_6_chile', 3, 1, 31, '1'),
(719, 'atw_week_6_argentina', '1', 'atw_week_6_argentina', 3, 1, 31, '1'),
(720, 'atw_week_6_latvia', '1', 'atw_week_6_latvia', 3, 1, 31, '1'),
(721, 'atw_week_6_bulgaria', '1', 'atw_week_6_bulgaria', 3, 1, 31, '1'),
(722, 'atw_week_6_romania', '1', 'atw_week_6_romania', 3, 1, 31, '1'),
(723, 'atw_week_6_hungary', '1', 'atw_week_6_hungary', 3, 1, 31, '1'),
(724, 'atw_week_6_fiji', '1', 'atw_week_6_fiji', 3, 1, 31, '1'),
(725, 'atw_week_6_tonga', '1', 'atw_week_6_tonga', 3, 1, 31, '1'),
(726, 'atw_week_6_new_zealand', '1', 'atw_week_6_new_zealand', 3, 1, 31, '1'),
(727, 'atw_week_6_south_africa', '1', 'atw_week_6_south_africa', 3, 1, 31, '1'),
(728, 'atw_week_6_madagascar', '1', 'atw_week_6_madagascar', 3, 1, 31, '1'),
(729, 'atw_week_6_botswana', '1', 'atw_week_6_botswana', 3, 1, 31, '1'),
(730, 'atw_week_6_oman', '1', 'atw_week_6_oman', 3, 1, 31, '1'),
(731, 'knifescrime_sticker_01', '1', 'knifescrime_sticker_01', 3, 1, 24, '1'),
(732, 'childline_habbo_stickers_generic_gold', '1', 'childline_habbo_stickers_generic_gold', 3, 1, 28, '1'),
(733, 'childline_habbo_stickers_generic_green', '1', 'childline_habbo_stickers_generic_green', 3, 1, 28, '1'),
(734, 'st_day1', '1', 'st_day1', 3, 1, 30, '1'),
(735, 'st_day2', '1', 'st_day2', 3, 1, 30, '1'),
(736, 'st_day3', '1', 'st_day3', 3, 1, 30, '1'),
(737, 'st_day4', '1', 'st_day4', 3, 1, 30, '1'),
(738, 'st_day5', '1', 'st_day5', 3, 1, 36, '1'),
(739, '8th_birthday_sticker_01', '1', '8th_birthday_sticker_01', 3, 1, 30, '1'),
(740, '8th_birthday_sticker_02', '1', '8th_birthday_sticker_02', 3, 1, 30, '1'),
(741, '8th_birthday_sticker_03', '1', '8th_birthday_sticker_03', 3, 1, 30, '1'),
(742, '8th_birthday_sticker_04', '1', '8th_birthday_sticker_04', 3, 1, 30, '1'),
(743, '8th_birthday_sticker_05', '1', '8th_birthday_sticker_05', 3, 1, 30, '1'),
(744, 'childline_habbo_stickers_production_gold', '1', 'childline_habbo_stickers_production_gold', 3, 1, 28, '1'),
(745, 'childline_habbo_stickers_production_green', '1', 'childline_habbo_stickers_production_green', 3, 1, 28, '1'),
(746, 'h4d_sticker_02', '1', 'h4d_sticker_02', 3, 1, 28, '1'),
(747, 'h4d_sticker_04', '1', 'h4d_sticker_04', 3, 1, 28, '1'),
(748, 'h4d_sticker_01', '1', 'h4d_sticker_01', 3, 1, 28, '1'),
(749, 'habwrecked_sticker_01_190x180', '1', 'habwrecked_sticker_01_190x180', 3, 1, 30, '1'),
(750, 'habwrecked_sticker_02_190x180', '1', 'habwrecked_sticker_02_190x180', 3, 1, 30, '1'),
(751, 'knifescrime_sticker_02', '1', 'knifescrime_sticker_02', 3, 1, 28, '1'),
(752, 'bluestarfish', '1', 'bluestarfish', 3, 1, 32, '1'),
(753, 'redstarfish', '1', 'redstarfish', 3, 1, 32, '1'),
(754, 'yellowstarfish', '1', 'yellowstarfish', 3, 1, 32, '1'),
(755, 'seagull_01', '1', 'seagull_01', 3, 1, 32, '1'),
(756, 'seagull_02', '1', 'seagull_02', 3, 1, 32, '1'),
(757, 'island', '1', 'island', 3, 1, 30, '1'),
(758, 'edito_fisherman_bait', '1', 'edito_fisherman_bait', 3, 1, 35, '1'),
(759, 'shell', '1', 'shell', 3, 1, 32, '1'),
(760, 'au_lifesaver', '1', 'au_lifesaver', 3, 1, 24, '1'),
(761, 'sunflower', '1', 'sunflower', 3, 1, 32, '1'),
(762, 'clothesline', '1', 'clothesline', 3, 1, 32, '1'),
(763, 'summer_rowingboat', '1', 'summer_rowingboat', 3, 1, 35, '1'),
(764, 'summer_cloud2', '1', 'summer_cloud2', 3, 1, 32, '1'),
(765, 'summer_cloud3', '1', 'summer_cloud3', 3, 1, 32, '1'),
(766, 'summer_cloud1', '1', 'summer_cloud1', 3, 1, 32, '1'),
(767, 'summer_swim_trunk', '1', 'summer_swim_trunk', 3, 1, 35, '1'),
(768, 'sticker_woodboard', '1', 'sticker_woodboard', 3, 1, 32, '1'),
(769, 'sticker_volcano', '1', 'sticker_volcano', 3, 1, 32, '1'),
(770, 'circus_sticker_tragafuegos', '1', 'circus_sticker_tragafuegos', 3, 1, 24, '1'),
(771, 'habwrecked_sticker_04_150x180', '1', 'habwrecked_sticker_04_150x180', 3, 1, 30, '1'),
(772, 'habwrecked_sticker_07_70x95', '1', 'habwrecked_sticker_07_70x95', 3, 1, 32, '1'),
(773, 'habwrecked_sticker_05_180x125', '1', 'habwrecked_sticker_05_180x125', 3, 1, 30, '1'),
(774, 'habwrecked_sticker_06_90x70', '1', 'habwrecked_sticker_06_90x70', 3, 1, 32, '1'),
(775, 'habwrecked_sticker_09_45x90', '1', 'habwrecked_sticker_09_45x90', 3, 1, 35, '1'),
(776, 'habwrecked_sticker_12_60x92', '1', 'habwrecked_sticker_12_60x92', 3, 1, 24, '1'),
(777, 'habwrecked_sticker_10_45x90', '1', 'habwrecked_sticker_10_45x90', 3, 1, 35, '1'),
(778, 'habwrecked_sticker_11_45x90', '1', 'habwrecked_sticker_11_45x90', 3, 1, 35, '1'),
(779, 'habwrecked_sticker_08_45x90', '1', 'habwrecked_sticker_08_45x90', 3, 1, 35, '1'),
(780, 'streaker', '1', 'streaker', 3, 1, 24, '1'),
(781, 'childline_habbo_stickers_accman_gold', '1', 'childline_habbo_stickers_accman_gold', 3, 1, 28, '1'),
(782, 'childline_habbo_stickers_accman_green', '1', 'childline_habbo_stickers_accman_green', 3, 1, 28, '1'),
(783, 'stick_stickukmyspace1', '1', 'stick_stickukmyspace1', 3, 1, 28, '1'),
(784, 'bionicle_sticker_01', '1', 'bionicle_sticker_01', 3, 1, 28, '1'),
(785, 'bionicle_sticker_02', '1', 'bionicle_sticker_02', 3, 1, 24, '1'),
(786, 'bionicle_sticker_03', '1', 'bionicle_sticker_03', 3, 1, 28, '1'),
(787, 'pixie_habbo_sticker_04', '1', 'pixie_habbo_sticker_04', 3, 1, 28, '1'),
(788, 'pixie_habbo_sticker_02', '1', 'pixie_habbo_sticker_02', 3, 1, 28, '1'),
(789, 'pixie_habbo_sticker_01', '1', 'pixie_habbo_sticker_01', 3, 1, 28, '1'),
(790, 'pixie_habbo_sticker_03', '1', 'pixie_habbo_sticker_03', 3, 1, 28, '1'),
(791, 'habprentice_sticker_01', '1', 'habprentice_sticker_01', 3, 1, 30, '1'),
(792, 'habprentice_sticker_02', '1', 'habprentice_sticker_02', 3, 1, 24, '1'),
(793, 'habprentice_sticker_03', '1', 'habprentice_sticker_03', 3, 1, 30, '1'),
(794, 'sticker_earth_hour', '1', 'sticker_earth_hour', 3, 1, 28, '1'),
(795, 'childline_habbo_stickers_creative_gold', '1', 'childline_habbo_stickers_creative_gold', 3, 1, 28, '1'),
(796, 'childline_habbo_stickers_creative_blue', '1', 'childline_habbo_stickers_creative_blue', 3, 1, 28, '1'),
(797, 'stick_easter_char2', '1', 'stick_easter_char2', 3, 1, 24, '1'),
(798, 'stick_easter_char1', '1', 'stick_easter_char1', 3, 1, 24, '1'),
(799, 'stick_easter_tree4', '1', 'stick_easter_tree4', 3, 1, 34, '1'),
(800, 'stick_easter_tree3', '1', 'stick_easter_tree3', 3, 1, 34, '1'),
(801, 'stick_easter_tree2', '1', 'stick_easter_tree2', 3, 1, 34, '1'),
(802, 'stick_easter_tree1', '1', 'stick_easter_tree1', 3, 1, 34, '1'),
(803, 'stick_easter_char8', '1', 'stick_easter_char8', 3, 1, 24, '1'),
(804, 'stick_easter_char7', '1', 'stick_easter_char7', 3, 1, 24, '1'),
(805, 'stick_easter_char6', '1', 'stick_easter_char6', 3, 1, 24, '1'),
(807, 'stick_easter_char4', '1', 'stick_easter_char4', 3, 1, 24, '1'),
(808, 'iovetree', '1', 'iovetree', 3, 1, 34, '1'),
(809, 'easter_tree_1', '1', 'easter_tree_1', 3, 1, 34, '1'),
(810, 'easter_tree_2', '1', 'easter_tree_2', 3, 1, 34, '1'),
(811, 'easter_tree_3', '1', 'easter_tree_3', 3, 1, 34, '1'),
(812, 'easter_tree_4', '1', 'easter_tree_4', 3, 1, 34, '1'),
(813, 'green_leaf_lower_left', '1', 'green_leaf_lower_left', 3, 1, 32, '1'),
(814, 'green_leaf_lower_right', '1', 'green_leaf_lower_right', 3, 1, 32, '1'),
(815, 'green_leaf_top_left', '1', 'green_leaf_top_left', 3, 1, 32, '1'),
(817, 'light_green_leaf_lower_left', '1', 'light_green_leaf_lower_left', 3, 1, 32, '1'),
(818, 'light_green_leaf_lower_right', '1', 'light_green_leaf_lower_right', 3, 1, 32, '1'),
(819, 'light_green_leaf_top_left', '1', 'light_green_leaf_top_left', 3, 1, 32, '1'),
(820, 'light_green_leaf_top_right', '1', 'light_green_leaf_top_right', 3, 1, 32, '1'),
(821, 'love_the_earth_avatar_tree', '1', 'love_the_earth_avatar_tree', 3, 1, 34, '1'),
(822, 'stick_easter_char3', '1', 'stick_easter_char3', 3, 1, 24, '1'),
(823, 'childline_habbo_stickers_proman_green_002', '1', 'childline_habbo_stickers_proman_green_002', 3, 1, 28, '1'),
(824, 'childline_habbo_stickers_proman_gold', '1', 'childline_habbo_stickers_proman_gold', 3, 1, 28, '1'),
(825, 'sticker_skidsr', '1', 'sticker_skidsr', 3, 1, 32, '1'),
(826, 'sticker_checkeredflagl', '1', 'sticker_checkeredflagl', 3, 1, 32, '1'),
(827, 'sticker_rcdriverf', '1', 'sticker_rcdriverf', 3, 1, 35, '1'),
(828, 'sticker_skidsl', '1', 'sticker_skidsl', 3, 1, 32, '1'),
(829, 'sticker_checkeredflagr', '1', 'sticker_checkeredflagr', 3, 1, 32, '1'),
(830, 'sticker_rcdriverm1', '1', 'sticker_rcdriverm1', 3, 1, 35, '1'),
(831, 'blue_diner_a', '1', 'blue_diner_a', 3, 1, 7, '1'),
(832, 'blue_diner_a_umlaut', '1', 'blue_diner_a_umlaut', 3, 1, 7, '1'),
(833, 'blue_diner_ae', '1', 'blue_diner_ae', 3, 1, 7, '1'),
(834, 'blue_diner_b', '1', 'blue_diner_b', 3, 1, 7, '1'),
(835, 'blue_diner_c', '1', 'blue_diner_c', 3, 1, 7, '1'),
(836, 'blue_diner_c_cedilla', '1', 'blue_diner_c_cedilla', 3, 1, 7, '1'),
(837, 'blue_diner_d', '1', 'blue_diner_d', 3, 1, 7, '1'),
(838, 'blue_diner_e', '1', 'blue_diner_e', 3, 1, 7, '1'),
(839, 'blue_diner_e_acc', '1', 'blue_diner_e_acc', 3, 1, 7, '1'),
(840, 'blue_diner_e_acc_grave', '1', 'blue_diner_e_acc_grave', 3, 1, 7, '1'),
(841, 'blue_diner_eight', '1', 'blue_diner_eight', 3, 1, 7, '1'),
(842, 'blue_diner_exclamation', '1', 'blue_diner_exclamation', 3, 1, 7, '1'),
(843, 'blue_diner_f', '1', 'blue_diner_f', 3, 1, 7, '1'),
(844, 'blue_diner_five', '1', 'blue_diner_five', 3, 1, 7, '1'),
(845, 'blue_diner_four', '1', 'blue_diner_four', 3, 1, 7, '1'),
(846, 'blue_diner_g', '1', 'blue_diner_g', 3, 1, 7, '1'),
(847, 'blue_diner_h', '1', 'blue_diner_h', 3, 1, 7, '1'),
(848, 'blue_diner_i', '1', 'blue_diner_i', 3, 1, 7, '1'),
(849, 'blue_diner_j', '1', 'blue_diner_j', 3, 1, 7, '1'),
(850, 'blue_diner_k', '1', 'blue_diner_k', 3, 1, 7, '1'),
(851, 'blue_diner_l', '1', 'blue_diner_l', 3, 1, 7, '1'),
(852, 'blue_diner_m', '1', 'blue_diner_m', 3, 1, 7, '1'),
(853, 'blue_diner_n', '1', 'blue_diner_n', 3, 1, 7, '1'),
(854, 'blue_diner_nine', '1', 'blue_diner_nine', 3, 1, 7, '1');
INSERT INTO `homes_catalog` (`id`, `name`, `type`, `data`, `price`, `amount`, `category`, `sorted`) VALUES
(855, 'blue_diner_o', '1', 'blue_diner_o', 3, 1, 7, '1'),
(856, 'blue_diner_o_accute', '1', 'blue_diner_o_accute', 3, 1, 7, '1'),
(857, 'blue_diner_o_cc_grave', '1', 'blue_diner_o_cc_grave', 3, 1, 7, '1'),
(858, 'blue_diner_o_umlaut', '1', 'blue_diner_o_umlaut', 3, 1, 7, '1'),
(859, 'blue_diner_one', '1', 'blue_diner_one', 3, 1, 7, '1'),
(860, 'blue_diner_p', '1', 'blue_diner_p', 3, 1, 7, '1'),
(861, 'blue_diner_q', '1', 'blue_diner_q', 3, 1, 7, '1'),
(862, 'blue_diner_question', '1', 'blue_diner_question', 3, 1, 7, '1'),
(863, 'blue_diner_r', '1', 'blue_diner_r', 3, 1, 7, '1'),
(864, 'blue_diner_s', '1', 'blue_diner_s', 3, 1, 7, '1'),
(865, 'blue_diner_seven', '1', 'blue_diner_seven', 3, 1, 7, '1'),
(866, 'blue_diner_six', '1', 'blue_diner_six', 3, 1, 7, '1'),
(867, 'blue_diner_t', '1', 'blue_diner_t', 3, 1, 7, '1'),
(868, 'blue_diner_three', '1', 'blue_diner_three', 3, 1, 7, '1'),
(869, 'blue_diner_two', '1', 'blue_diner_two', 3, 1, 7, '1'),
(870, 'blue_diner_u', '1', 'blue_diner_u', 3, 1, 7, '1'),
(871, 'blue_diner_u_acc', '1', 'blue_diner_u_acc', 3, 1, 7, '1'),
(872, 'blue_diner_u_acc_grave', '1', 'blue_diner_u_acc_grave', 3, 1, 7, '1'),
(873, 'blue_diner_u_umlaut', '1', 'blue_diner_u_umlaut', 3, 1, 7, '1'),
(874, 'blue_diner_upsidedown', '1', 'blue_diner_upsidedown', 3, 1, 7, '1'),
(875, 'blue_diner_v', '1', 'blue_diner_v', 3, 1, 7, '1'),
(876, 'blue_diner_w', '1', 'blue_diner_w', 3, 1, 7, '1'),
(877, 'blue_diner_x', '1', 'blue_diner_x', 3, 1, 7, '1'),
(878, 'blue_diner_y', '1', 'blue_diner_y', 3, 1, 7, '1'),
(879, 'blue_diner_z', '1', 'blue_diner_z', 3, 1, 7, '1'),
(880, 'blue_diner_zero', '1', 'blue_diner_zero', 3, 1, 7, '1'),
(881, 'groupofhabbos', '1', 'groupofhabbos', 3, 1, 30, '1'),
(883, 'cint_logo', '1', 'cint_logo', 3, 1, 28, '1'),
(884, 'sticker_mall_3', '1', 'sticker_mall_3', 3, 1, 30, '1'),
(885, 'sticker_mall_4', '1', 'sticker_mall_4', 3, 1, 30, '1'),
(886, 'sticker_newcow', '1', 'sticker_newcow', 3, 1, 24, '1'),
(887, 'sticker_country_donkey', '1', 'sticker_country_donkey', 3, 1, 24, '1'),
(888, 'stick_country_sheep1', '1', 'stick_country_sheep1', 3, 1, 32, '1'),
(889, 'stick_country_sheep2', '1', 'stick_country_sheep2', 3, 1, 32, '1'),
(890, 'stick_country_horse', '1', 'stick_country_horse', 3, 1, 24, '1'),
(891, 'stick_country_pig', '1', 'stick_country_pig', 3, 1, 32, '1'),
(892, 'stick_country_cow', '1', 'stick_country_cow', 3, 1, 24, '1'),
(893, 'stick_country_cow2', '1', 'stick_country_cow2', 3, 1, 24, '1'),
(894, 'childline_habbo_stickers_planner_gold', '1', 'childline_habbo_stickers_planner_gold', 3, 1, 28, '1'),
(895, 'childline_habbo_stickers_planner_blue', '1', 'childline_habbo_stickers_planner_blue', 3, 1, 28, '1'),
(896, 'ukbigbrothersticker', '1', 'ukbigbrothersticker', 3, 1, 30, '1'),
(897, 'drsticker', '1', 'drsticker', 3, 1, 28, '1'),
(898, 'arm_sticker_1_001', '1', 'arm_sticker_1_001', 3, 1, 28, '1'),
(899, 'arm_sticker_2_001', '1', 'arm_sticker_2_001', 3, 1, 28, '1'),
(900, 'stick_uk_starshine', '1', 'stick_uk_starshine', 3, 1, 25, '1'),
(901, 'stick_hween09_keyboardhands', '1', 'stick_hween09_keyboardhands', 3, 1, 32, '1'),
(902, 'stick_hween09_exclamation', '1', 'stick_hween09_exclamation', 3, 1, 32, '1'),
(903, 'stick_hween09_alien', '1', 'stick_hween09_alien', 3, 1, 32, '1'),
(904, 'stick_hween09_cctv', '1', 'stick_hween09_cctv', 3, 1, 32, '1'),
(905, 'stick_hween09_infobox', '1', 'stick_hween09_infobox', 3, 1, 30, '1'),
(906, 'stick_hween09_videocam2', '1', 'stick_hween09_videocam2', 3, 1, 30, '1'),
(908, 'stick_hween09_newsofhabbo', '1', 'stick_hween09_newsofhabbo', 3, 1, 28, '1'),
(909, 'stick_howufeelin_face', '1', 'stick_howufeelin_face', 3, 1, 28, '1'),
(910, 'childline_01', '1', 'childline_01', 3, 1, 28, '1'),
(911, 'childline_02', '1', 'childline_02', 3, 1, 28, '1'),
(912, 'moodi_01', '1', 'moodi_01', 3, 1, 28, '1'),
(913, 'moodi_02', '1', 'moodi_02', 3, 1, 28, '1'),
(914, 'moodi_03', '1', 'moodi_03', 3, 1, 28, '1'),
(915, 'moodi_04', '1', 'moodi_04', 3, 1, 28, '1'),
(916, 'moodi_05', '1', 'moodi_05', 3, 1, 28, '1'),
(917, 'moodi_06', '1', 'moodi_06', 3, 1, 28, '1'),
(918, 'moodi_07', '1', 'moodi_07', 3, 1, 28, '1'),
(919, 'moodi_08', '1', 'moodi_08', 3, 1, 28, '1'),
(920, 'moodi_09', '1', 'moodi_09', 3, 1, 28, '1'),
(921, 'moodi_10', '1', 'moodi_10', 3, 1, 28, '1'),
(922, 'moodi_11', '1', 'moodi_11', 3, 1, 28, '1'),
(923, 'moodi_12', '1', 'moodi_12', 3, 1, 28, '1'),
(924, 'moodi_13', '1', 'moodi_13', 3, 1, 28, '1'),
(925, 'moodi_14', '1', 'moodi_14', 3, 1, 28, '1'),
(926, 'moodi_15', '1', 'moodi_15', 3, 1, 28, '1'),
(927, 'uk_maze_09_champion_sticker', '1', 'uk_maze_09_champion_sticker', 3, 1, 30, '1'),
(928, 'uk_bullyproof_sticker_01', '1', 'uk_bullyproof_sticker_01', 3, 1, 28, '1'),
(929, 'xmas2009_bauble', '1', 'xmas2009_bauble', 3, 1, 29, '1'),
(930, 'xmas2009_bubbledrink', '1', 'xmas2009_bubbledrink', 3, 1, 32, '1'),
(931, 'xmas2009_cakes', '1', 'xmas2009_cakes', 3, 1, 29, '1'),
(932, 'xmas2009_elfbadge', '1', 'xmas2009_elfbadge', 3, 1, 32, '1'),
(933, 'xmas2009_reindeerpin', '1', 'xmas2009_reindeerpin', 3, 1, 29, '1'),
(934, 'xmas2009_snowshake', '1', 'xmas2009_snowshake', 3, 1, 29, '1'),
(935, 'stick_pj_ares', '1', 'stick_pj_ares', 3, 1, 28, '1'),
(936, 'stick_pj_cyclops', '1', 'stick_pj_cyclops', 3, 1, 28, '1'),
(937, 'stick_pj_hephaestus', '1', 'stick_pj_hephaestus', 3, 1, 28, '1'),
(938, 'stick_pj_hermes', '1', 'stick_pj_hermes', 3, 1, 24, '1'),
(939, 'stick_pj_poseidon', '1', 'stick_pj_poseidon', 3, 1, 28, '1'),
(940, 'stick_pj_zeus', '1', 'stick_pj_zeus', 3, 1, 28, '1'),
(941, 'sticker_yir', '1', 'sticker_yir', 3, 1, 28, '1'),
(942, 'circus_sticker_payaso', '1', 'circus_sticker_payaso', 3, 1, 24, '1'),
(943, 'sticker_tlc', '1', 'sticker_tlc', 3, 1, 28, '1'),
(944, 'sticker_fire', '1', 'sticker_fire', 3, 1, 24, '1'),
(945, 'stick_habbolympics_gold', '1', 'stick_habbolympics_gold', 3, 1, 30, '1'),
(946, 'stick_habbolympics_silver', '1', 'stick_habbolympics_silver', 3, 1, 30, '1'),
(947, 'stick_habbolympics_bronze', '1', 'stick_habbolympics_bronze', 3, 1, 30, '1'),
(948, 'sticker_loudmouth', '1', 'sticker_loudmouth', 3, 1, 28, '1'),
(949, 'sticker_cryboy', '1', 'sticker_cryboy', 3, 1, 28, '1'),
(950, 'sticker_clown', '1', 'sticker_clown', 3, 1, 28, '1'),
(951, 'uk_fairytales_bookcase', '1', 'uk_fairytales_bookcase', 3, 1, 32, '1'),
(952, 'uk_fairytales_book_01', '1', 'uk_fairytales_book_01', 3, 1, 30, '1'),
(953, 'uk_fairytales_sticker_01', '1', 'uk_fairytales_sticker_01', 3, 1, 30, '1'),
(954, 'hw_uk_fairytales_sticker_02', '1', 'hw_uk_fairytales_sticker_02', 3, 1, 30, '1'),
(955, 'hw_uk_fairytales_sticker_03', '1', 'hw_uk_fairytales_sticker_03', 3, 1, 32, '1'),
(956, 'uk_fairytales_book_02', '1', 'uk_fairytales_book_02', 3, 1, 30, '1'),
(957, 'uk_fairytales_book_03', '1', 'uk_fairytales_book_03', 3, 1, 30, '1'),
(958, 'hw_stpat2010_kiss1', '1', 'hw_stpat2010_kiss1', 3, 1, 29, '1'),
(959, 'hw_stpat2010_kiss2', '1', 'hw_stpat2010_kiss2', 3, 1, 29, '1'),
(960, 'hw_stpat2010_stpatdrink', '1', 'hw_stpat2010_stpatdrink', 3, 1, 29, '1'),
(961, 'hw_stpat2010_pantsf', '1', 'hw_stpat2010_pantsf', 3, 1, 35, '1'),
(962, 'hw_stpat2010_pantsm', '1', 'hw_stpat2010_pantsm', 3, 1, 29, '1'),
(963, 'hw_stpat2010_tshirtf', '1', 'hw_stpat2010_tshirtf', 3, 1, 29, '1'),
(964, 'hw_stpat2010_tshirtm', '1', 'hw_stpat2010_tshirtm', 3, 1, 29, '1'),
(965, 'hw_stpat2010_hat', '1', 'hw_stpat2010_hat', 3, 1, 29, '1'),
(966, 'hw_stpat2010_bighat', '1', 'hw_stpat2010_bighat', 3, 1, 29, '1'),
(967, 'hw_stpat2010_lepricornoutfit', '1', 'hw_stpat2010_lepricornoutfit', 3, 1, 29, '1'),
(968, 'hw_stpat2010_femalelepricorn', '1', 'hw_stpat2010_femalelepricorn', 3, 1, 35, '1'),
(969, 'hw_stpat2010_cider', '1', 'hw_stpat2010_cider', 3, 1, 32, '1'),
(970, 'hw_stpat2010_border1', '1', 'hw_stpat2010_border1', 3, 1, 22, '1'),
(971, 'hw_stpat2010_border2', '1', 'hw_stpat2010_border2', 3, 1, 22, '1'),
(972, 'hw_stpat2010_potofgold', '1', 'hw_stpat2010_potofgold', 3, 1, 29, '1'),
(973, 'hw_stpat2010_shamrock', '1', 'hw_stpat2010_shamrock', 3, 1, 29, '1'),
(974, 'uk_fairytales_book_04', '1', 'uk_fairytales_book_04', 3, 1, 30, '1'),
(975, 'uk_fairytales_book_05', '1', 'uk_fairytales_book_05', 3, 1, 30, '1'),
(976, 'uk_fairytales_book_06', '1', 'uk_fairytales_book_06', 3, 1, 30, '1'),
(977, 'uk_fairytales_book_07', '1', 'uk_fairytales_book_07', 3, 1, 30, '1'),
(978, 'uk_fairytales_book_08', '1', 'uk_fairytales_book_08', 3, 1, 30, '1'),
(979, 'uk_fairytales_book_09', '1', 'uk_fairytales_book_09', 3, 1, 30, '1'),
(980, 'uk_fairytales_book_10', '1', 'uk_fairytales_book_10', 3, 1, 30, '1'),
(981, 'uk_fairytales_sticker_04', '1', 'uk_fairytales_sticker_04', 3, 1, 29, '1'),
(982, 'uk_fairytales_sticker_05', '1', 'uk_fairytales_sticker_05', 3, 1, 30, '1'),
(983, 'uk_fairytales_sticker_06', '1', 'uk_fairytales_sticker_06', 3, 1, 30, '1'),
(984, 'uk_fairytales_sticker_07', '1', 'uk_fairytales_sticker_07', 3, 1, 30, '1'),
(985, 'uk_fairytales_sticker_08', '1', 'uk_fairytales_sticker_08', 3, 1, 30, '1'),
(986, 'uk_fairytales_sticker_09', '1', 'uk_fairytales_sticker_09', 3, 1, 30, '1'),
(987, 'uk_fairytales_sticker_10', '1', 'uk_fairytales_sticker_10', 3, 1, 30, '1'),
(988, 'hw_uk_marchon_sticker_01', '1', 'hw_uk_marchon_sticker_01', 3, 1, 28, '1'),
(989, 'hw_uk_marchon_sticker_02', '1', 'hw_uk_marchon_sticker_02', 3, 1, 30, '1'),
(991, 'bg_colour_01', '4', 'bg_colour_01', 3, 1, 5, '1'),
(992, 'bg_colour_08', '4', 'bg_colour_08', 3, 1, 5, '1'),
(993, 'bg_colour_12', '4', 'bg_colour_12', 3, 1, 5, '1'),
(994, 'bg_colour_16', '4', 'bg_colour_16', 3, 1, 5, '1'),
(995, 'bg_denim', '4', 'bg_denim', 3, 1, 33, '1'),
(996, 'bg_lace', '4', 'bg_lace', 3, 1, 33, '1'),
(997, 'bg_stitched', '4', 'bg_stitched', 3, 1, 33, '1'),
(998, 'bg_wood', '4', 'bg_wood', 3, 1, 33, '1'),
(999, 'bg_cork', '4', 'bg_cork', 3, 1, 33, '1'),
(1000, 'bg_stone', '4', 'bg_stone', 3, 1, 33, '1'),
(1001, 'bg_pattern_bricks', '4', 'bg_pattern_bricks', 3, 1, 33, '1'),
(1002, 'bg_ruled_paper', '4', 'bg_ruled_paper', 3, 1, 33, '1'),
(1003, 'bg_grass', '4', 'bg_grass', 3, 1, 5, '1'),
(1004, 'bg_hotel', '4', 'bg_hotel', 3, 1, 36, '1'),
(1005, 'bg_bubble', '4', 'bg_bubble', 3, 1, 33, '1'),
(1006, 'bg_pattern_bobbaskulls1', '4', 'bg_pattern_bobbaskulls1', 3, 1, 33, '1'),
(1007, 'bg_pattern_space', '4', 'bg_pattern_space', 3, 1, 33, '1'),
(1008, 'bg_image_submarine', '4', 'bg_image_submarine', 3, 1, 33, '1'),
(1009, 'bg_metal2', '4', 'bg_metal2', 3, 1, 33, '1'),
(1010, 'bg_broken_glass', '4', 'bg_broken_glass', 3, 1, 33, '1'),
(1011, 'bg_pattern_clouds', '4', 'bg_pattern_clouds', 3, 1, 33, '1'),
(1012, 'bg_comic2', '4', 'bg_comic2', 3, 1, 33, '1'),
(1013, 'bg_pattern_floral_01', '4', 'bg_pattern_floral_01', 3, 1, 33, '1'),
(1014, 'bg_pattern_floral_02', '4', 'bg_pattern_floral_02', 3, 1, 33, '1'),
(1015, 'bg_pattern_floral_03', '4', 'bg_pattern_floral_03', 3, 1, 33, '1'),
(1016, 'bg_pattern_bulb', '4', 'bg_pattern_bulb', 3, 1, 33, '1'),
(1017, 'bg_pattern_cars', '4', 'bg_pattern_cars', 3, 1, 33, '1'),
(1018, 'bg_pattern_carpants', '4', 'bg_pattern_carpants', 3, 1, 33, '1'),
(1019, 'bg_pattern_plasto', '4', 'bg_pattern_plasto', 3, 1, 33, '1'),
(1020, 'bg_pattern_tinyroom', '4', 'bg_pattern_tinyroom', 3, 1, 33, '1'),
(1021, 'bg_pattern_hearts', '4', 'bg_pattern_hearts', 3, 1, 33, '1'),
(1022, 'bg_pattern_abstract1', '4', 'bg_pattern_abstract1', 3, 1, 33, '1'),
(1023, 'bg_bathroom_tile', '4', 'bg_bathroom_tile', 3, 1, 33, '1'),
(1024, 'bg_pattern_fish', '4', 'bg_pattern_fish', 3, 1, 33, '1'),
(1025, 'bg_pattern_deepred', '4', 'bg_pattern_deepred', 3, 1, 33, '1'),
(1026, 'bg_colour_02', '4', 'bg_colour_02', 3, 1, 5, '1'),
(1027, 'bg_colour_03', '4', 'bg_colour_03', 3, 1, 5, '1'),
(1028, 'bg_colour_04', '4', 'bg_colour_04', 3, 1, 5, '1'),
(1029, 'bg_colour_05', '4', 'bg_colour_05', 3, 1, 5, '1'),
(1030, 'bg_colour_06', '4', 'bg_colour_06', 3, 1, 5, '1'),
(1031, 'bg_colour_07', '4', 'bg_colour_07', 3, 1, 5, '1'),
(1032, 'bg_colour_09', '4', 'bg_colour_09', 3, 1, 5, '1'),
(1033, 'bg_colour_10', '4', 'bg_colour_10', 3, 1, 5, '1'),
(1034, 'bg_colour_11', '4', 'bg_colour_11', 3, 1, 5, '1'),
(1035, 'bg_colour_13', '4', 'bg_colour_13', 3, 1, 5, '1'),
(1036, 'bg_colour_14', '4', 'bg_colour_14', 3, 1, 5, '1'),
(1037, 'bg_colour_15', '4', 'bg_colour_15', 3, 1, 5, '1'),
(1038, 'bg_colour_17', '4', 'bg_colour_17', 3, 1, 5, '1'),
(1039, 'bg_tonga', '4', 'bg_tonga', 3, 1, 33, '1'),
(1040, 'xmas_bgpattern_starsky', '4', 'xmas_bgpattern_starsky', 3, 1, 36, '1'),
(1041, 'xmas_gifts_bg', '4', 'xmas_gifts_bg', 3, 1, 26, '1'),
(1046, 'newyear_bg_fireworks', '4', 'newyear_bg_fireworks', 3, 1, 33, '1'),
(1047, 'vale_rose_bg', '4', 'vale_rose_bg', 3, 1, 33, '1'),
(1048, 'vale_skull_bg', '4', 'vale_skull_bg', 3, 1, 33, '1'),
(1049, 'hc_bg_machine', '4', 'hc_bg_machine', 3, 1, 33, '1'),
(1050, 'hc_bg_pillow', '4', 'hc_bg_pillow', 3, 1, 33, '1'),
(1051, 'hc_bg_royal', '4', 'hc_bg_royal', 3, 1, 33, '1'),
(1052, 'easter_eggs_wallpaper', '4', 'easter_eggs_wallpaper', 3, 1, 26, '1'),
(1055, 'newyear_bg_fireworks2', '4', 'newyear_bg_fireworks2', 3, 1, 36, '1'),
(1056, 'nl_green_bg', '4', 'nl_green_bg', 3, 1, 33, '1'),
(1057, 'val_bgpattern_love', '4', 'val_bgpattern_love', 3, 1, 33, '1'),
(1058, 'val_bgpattern_skull', '4', 'val_bgpattern_skull', 3, 1, 33, '1'),
(1059, 'bg_bobbaheart', '4', 'bg_bobbaheart', 3, 1, 33, '1'),
(1060, 'bg_rain', '4', 'bg_rain', 3, 1, 33, '1'),
(1061, 'tutorial_bg', '4', 'tutorial_bg', 3, 1, 36, '1'),
(1062, 'habbo_group_tutorial_bg', '4', 'habbo_group_tutorial_bg', 3, 1, 36, '1'),
(1063, 'fantasticfour', '4', 'fantasticfour', 3, 1, 27, '1'),
(1064, 'silversurfer', '4', 'silversurfer', 3, 1, 27, '1'),
(1065, 'fantastic4', '4', 'fantastic4', 3, 1, 27, '1'),
(1066, 'silversurfer2', '4', 'silversurfer2', 3, 1, 27, '1'),
(1067, 'fantastic42', '4', 'fantastic42', 3, 1, 27, '1'),
(1068, 'fan43', '4', 'fan43', 3, 1, 27, '1'),
(1069, 'silversurfer3', '4', 'silversurfer3', 3, 1, 27, '1'),
(1070, 'grungewall', '4', 'grungewall', 3, 1, 33, '1'),
(1072, 'bg_infobus_blue', '4', 'bg_infobus_blue', 3, 1, 36, '1'),
(1073, 'bg_infobus_white', '4', 'bg_infobus_white', 3, 1, 36, '1'),
(1074, 'bg_infobus_yellow', '4', 'bg_infobus_yellow', 3, 1, 36, '1'),
(1075, 'bg_lido_flat', '4', 'bg_lido_flat', 3, 1, 36, '1'),
(1076, 'bg_lidoo', '4', 'bg_lidoo', 3, 1, 36, '1'),
(1077, 'bg_vip', '4', 'bg_vip', 3, 1, 36, '1'),
(1079, 'habbogroup', '4', 'habbogroup', 3, 1, 36, '1'),
(1080, 'snowstorm_bg', '4', 'snowstorm_bg', 3, 1, 36, '1'),
(1081, 'makeover', '4', 'makeover', 3, 1, 33, '1'),
(1291, 'HabboHotel Logo', '1', 'sticker_Habbo_logo', 10, 1, 38, '1'),
(1083, 'kerrang2', '4', 'kerrang2', 3, 1, 5, '1'),
(1084, 'bg_kerrang2', '4', 'bg_kerrang2', 3, 1, 27, '1'),
(1085, 'christmas2007bg_001', '4', 'christmas2007bg_001', 3, 1, 26, '1'),
(1086, 'habbox', '4', 'habbox', 3, 1, 36, '1'),
(1087, 'sttriniansblackboard', '4', 'sttriniansblackboard', 3, 1, 27, '1'),
(1089, 'orca', '4', 'orca', 3, 1, 36, '1'),
(1090, 'penelope', '4', 'penelope', 3, 1, 27, '1'),
(1091, 'habborella_sea_bg', '4', 'habborella_sea_bg', 3, 1, 36, '1'),
(1093, 'random_habbos', '4', 'random_habbos', 3, 1, 36, '1'),
(1094, 'welcoming_party', '4', 'welcoming_party', 3, 1, 36, '1'),
(1096, 'bg_unofficial_fansites', '4', 'bg_unofficial_fansites', 3, 1, 36, '1'),
(1097, 'themepark_bg_02', '4', 'themepark_bg_02', 3, 1, 36, '1'),
(1098, 'themepark_bg_01', '4', 'themepark_bg_01', 3, 1, 36, '1'),
(1099, 'bg_serpentine_darkblue', '4', 'bg_serpentine_darkblue', 3, 1, 32, '1'),
(1100, 'bg_serpntine_darkred', '4', 'bg_serpntine_darkred', 3, 1, 33, '1'),
(1101, 'bg_serpentine_1', '4', 'bg_serpentine_1', 3, 1, 33, '1'),
(1102, 'bg_serpentine_2', '4', 'bg_serpentine_2', 3, 1, 33, '1'),
(1103, 'alhambragroup', '4', 'alhambragroup', 3, 1, 36, '1'),
(1104, 'shabboline', '4', 'shabboline', 3, 1, 36, '1'),
(1105, 'habbo_toolbar', '4', 'habbo_toolbar', 3, 1, 33, '1'),
(1106, 'madball_2008_bg_001', '4', 'madball_2008_bg_001', 3, 1, 36, '1'),
(1107, 'jp_prom_bg', '4', 'jp_prom_bg', 3, 1, 36, '1'),
(1108, 'habbo_social_game_001_opt', '4', 'habbo_social_game_001_opt', 3, 1, 36, '1'),
(1109, 'habbo_social_game_002', '4', 'habbo_social_game_002', 3, 1, 36, '1'),
(1110, 'hundredmillion_bg', '4', 'hundredmillion_bg', 3, 1, 36, '1'),
(1111, 'meet_dave_groupbg_02', '4', 'meet_dave_groupbg_02', 3, 1, 27, '1'),
(1112, 'meet_dave_groupbg_01', '4', 'meet_dave_groupbg_01', 3, 1, 27, '1'),
(1113, 'guidesgroup_bg', '4', 'guidesgroup_bg', 3, 1, 36, '1'),
(1114, 'grouppage_snowbattle2', '4', 'grouppage_snowbattle2', 3, 1, 36, '1'),
(1115, 'top_gamers_bg_64', '4', 'top_gamers_bg_64', 3, 1, 36, '1'),
(1116, 'summer_bg_optimal', '4', 'summer_bg_optimal', 3, 1, 36, '1'),
(1117, '10kbc_habbo_grouppage_bg_3b', '4', '10kbc_habbo_grouppage_bg_3b', 3, 1, 27, '1'),
(1118, '10kbc_habbo_grouppage_bg_2b', '4', '10kbc_habbo_grouppage_bg_2b', 3, 1, 27, '1'),
(1119, 'landing_page_comp', '4', 'landing_page_comp', 3, 1, 27, '1'),
(1120, '27419_appart732_scene', '4', '27419_appart732_scene', 3, 1, 36, '1'),
(1121, 'myspy_group', '4', 'myspy_group', 3, 1, 27, '1'),
(1122, 'habbolympics_bg_final', '4', 'habbolympics_bg_final', 3, 1, 36, '1'),
(1125, 'cw_group_1', '4', 'cw_group_1', 3, 1, 27, '1'),
(1126, 'cw_group_2', '4', 'cw_group_2', 3, 1, 27, '1'),
(1127, 'cw_poster', '4', 'cw_poster', 3, 1, 27, '1'),
(1128, 'wallpaper_dinerus', '4', 'wallpaper_dinerus', 3, 1, 36, '1'),
(1129, 'hairspray_sm_group', '4', 'hairspray_sm_group', 3, 1, 27, '1'),
(1130, 'reoc_billing_group', '4', 'reoc_billing_group', 3, 1, 36, '1'),
(1131, 'camp_rock_group', '4', 'camp_rock_group', 3, 1, 27, '1'),
(1134, 'arm_habbo_grouppage3', '4', 'arm_habbo_grouppage3', 3, 1, 37, '1'),
(1135, 'usob_grouppag_1e', '4', 'usob_grouppag_1e', 3, 1, 36, '1'),
(1136, 'kingcorp_928x1360', '4', 'kingcorp_928x1360', 3, 1, 36, '1'),
(1139, 'achievement_web_bg', '4', 'achievement_web_bg', 3, 1, 36, '1'),
(1140, 'peacegroup', '4', 'peacegroup', 3, 1, 36, '1'),
(1141, 'igor_2_group_928x1360', '4', 'igor_2_group_928x1360', 3, 1, 27, '1'),
(1292, 'Welcome to Habbo!', '1', 'sticker_Habbo_welcome', 5, 1, 38, '1'),
(1143, 'hw_day2', '4', 'hw_day2', 3, 1, 36, '1'),
(1144, 'hw_day3', '4', 'hw_day3', 3, 1, 27, '1'),
(1145, 'hw_day4', '4', 'hw_day4', 3, 1, 36, '1'),
(1146, 'hw_day5', '4', 'hw_day5', 3, 1, 36, '1'),
(1147, 'hw_day6', '4', 'hw_day6', 3, 1, 36, '1'),
(1148, 'insiders_habbo', '4', 'insiders_habbo', 3, 1, 27, '1'),
(1149, 'atw_group_world', '4', 'atw_group_world', 3, 1, 27, '1'),
(1150, 'atw_group_far_east_aus', '4', 'atw_group_far_east_aus', 3, 1, 36, '1'),
(1151, 'atw_group_europe', '4', 'atw_group_europe', 3, 1, 36, '1'),
(1152, 'atw_group_america', '4', 'atw_group_america', 3, 1, 36, '1'),
(1153, 'atw_group_africa', '4', 'atw_group_africa', 3, 1, 5, '1'),
(1155, 'neon_gp_subpage_bg_v1', '4', 'neon_gp_subpage_bg_v1', 3, 1, 36, '1'),
(1156, 'neon_subpage2', '4', 'neon_subpage2', 3, 1, 36, '1'),
(1157, 'locoroco_group_928x1360_2', '4', 'locoroco_group_928x1360_2', 3, 1, 27, '1'),
(1159, 'sonic_unl_habbo_grouppg4', '4', 'sonic_unl_habbo_grouppg4', 3, 1, 27, '1'),
(1161, 'sonic_unl_habbo_group', '4', 'sonic_unl_habbo_group', 3, 1, 27, '1'),
(1162, 'xmas08_gpbg', '4', 'xmas08_gpbg', 3, 1, 36, '1'),
(1164, 'uk_cw_habbo_group_page_100k', '4', 'uk_cw_habbo_group_page_100k', 3, 1, 27, '1'),
(1166, 'childline_habbo_grouppg', '4', 'childline_habbo_grouppg', 3, 1, 27, '1'),
(1167, 'knifescrime_group', '4', 'knifescrime_group', 3, 1, 27, '1'),
(1168, 'h4d_habbo_background_group_02', '4', 'h4d_habbo_background_group_02', 3, 1, 33, '1'),
(1169, 'gameshow_group_928x1360', '4', 'gameshow_group_928x1360', 3, 1, 36, '1'),
(1170, 'bg_nobobba', '4', 'bg_nobobba', 3, 1, 27, '1'),
(1172, 'harajuku_group_07_b', '4', 'harajuku_group_07_b', 3, 1, 27, '1'),
(1173, 'harajuku_group_06_b', '4', 'harajuku_group_06_b', 3, 1, 27, '1'),
(1174, 'harajuku_group_05_b', '4', 'harajuku_group_05_b', 3, 1, 27, '1'),
(1175, 'harajuku_group_04_b', '4', 'harajuku_group_04_b', 3, 1, 27, '1'),
(1176, 'harajuku_group_03_b', '4', 'harajuku_group_03_b', 3, 1, 27, '1'),
(1177, 'harajuku_group_02_b', '4', 'harajuku_group_02_b', 3, 1, 27, '1'),
(1178, 'uk_h4d_bg', '4', 'uk_h4d_bg', 3, 1, 27, '1'),
(1179, 'bg_shalimar_grouptheatre', '4', 'bg_shalimar_grouptheatre', 3, 1, 36, '1'),
(1180, 'gp_sha', '4', 'gp_sha', 3, 1, 36, '1'),
(1181, 'habwrecked_group_01_928x1360', '4', 'habwrecked_group_01_928x1360', 3, 1, 36, '1'),
(1182, 'habwrecked_group_02_928x1360', '4', 'habwrecked_group_02_928x1360', 3, 1, 36, '1'),
(1183, 'habwrecked_group_03_928x1360', '4', 'habwrecked_group_03_928x1360', 3, 1, 36, '1'),
(1184, 'vip_group', '4', 'vip_group', 3, 1, 36, '1'),
(1185, 'bg_newsletter_03', '4', 'bg_newsletter_03', 3, 1, 36, '1'),
(1186, 'uk_office_928x1360', '4', 'uk_office_928x1360', 3, 1, 36, '1'),
(1187, 'bg_elliot_minor_back', '4', 'bg_elliot_minor_back', 3, 1, 27, '1'),
(1188, 'bg_habbouk_frank_11924', '4', 'bg_habbouk_frank_11924', 3, 1, 27, '1'),
(1189, 'bg_lostc_oceanfloor', '4', 'bg_lostc_oceanfloor', 3, 1, 36, '1'),
(1191, 'bg_earth_hour', '4', 'bg_earth_hour', 3, 1, 27, '1'),
(1192, 'habprentice_background_01', '4', 'habprentice_background_01', 3, 1, 36, '1'),
(1193, 'habprentice_background_02', '4', 'habprentice_background_02', 3, 1, 36, '1'),
(1194, 'bionicle_group_01', '4', 'bionicle_group_01', 3, 1, 27, '1'),
(1195, 'bionicle_group_04', '4', 'bionicle_group_04', 3, 1, 27, '1'),
(1197, 'bionicle_group_07', '4', 'bionicle_group_07', 3, 1, 27, '1'),
(1198, 'bionicle_group_05', '4', 'bionicle_group_05', 3, 1, 27, '1'),
(1199, 'bionicle_group_02', '4', 'bionicle_group_02', 3, 1, 27, '1'),
(1200, 'bionicle_group_06', '4', 'bionicle_group_06', 3, 1, 27, '1'),
(1202, 'pixie_background', '4', 'pixie_background', 3, 1, 27, '1'),
(1203, 'bionicle_group_03', '4', 'bionicle_group_03', 3, 1, 27, '1'),
(1204, 'uk_buzz_group_928x1360', '4', 'uk_buzz_group_928x1360', 3, 1, 27, '1'),
(1205, 'uk_group_page_17_again', '4', 'uk_group_page_17_again', 3, 1, 27, '1'),
(1206, 'uk_wtmi_group_928x1360', '4', 'uk_wtmi_group_928x1360', 3, 1, 27, '1'),
(1207, 'uk_wtmi_group_c', '4', 'uk_wtmi_group_c', 3, 1, 27, '1'),
(1208, 'habbo_mall_background', '4', 'habbo_mall_background', 3, 1, 36, '1'),
(1209, 'uk_skellig_bg', '4', 'uk_skellig_bg', 3, 1, 27, '1'),
(1211, 'bg_easter_1', '4', 'bg_easter_1', 3, 1, 36, '1'),
(1212, 'bg_easter_2', '4', 'bg_easter_2', 3, 1, 36, '1'),
(1213, 'bg_easter_3', '4', 'bg_easter_3', 3, 1, 36, '1'),
(1214, 'bg_easter_4', '4', 'bg_easter_4', 3, 1, 36, '1'),
(1215, 'bg_easter_5', '4', 'bg_easter_5', 3, 1, 37, '1'),
(1216, 'uk_equigg_bg', '4', 'uk_equigg_bg', 3, 1, 27, '1'),
(1217, 'uk_natm2_group_928x1360', '4', 'uk_natm2_group_928x1360', 3, 1, 27, '1'),
(1218, 'grouppage_country', '4', 'grouppage_country', 3, 1, 36, '1'),
(1219, 'uk_habboway_group_928x1360', '4', 'uk_habboway_group_928x1360', 3, 1, 36, '1'),
(1220, 'uk_parentsguide_group_928x1360', '4', 'uk_parentsguide_group_928x1360', 3, 1, 36, '1'),
(1221, 'uk_safetytips_group_928x1360', '4', 'uk_safetytips_group_928x1360', 3, 1, 36, '1'),
(1222, 'uk_natm2_group_main_928x1360', '4', 'uk_natm2_group_main_928x1360', 3, 1, 27, '1'),
(1223, 'uk_country_village_group', '4', 'uk_country_village_group', 3, 1, 36, '1'),
(1224, 'beta_group_bg2', '4', 'beta_group_bg2', 3, 1, 36, '1'),
(1225, 'uk_charliechic_group_928x1360', '4', 'uk_charliechic_group_928x1360', 3, 1, 27, '1'),
(1226, 'bg_ltribe_jungle', '4', 'bg_ltribe_jungle', 3, 1, 36, '1'),
(1227, 'uk_iceage3_group_928x1360', '4', 'uk_iceage3_group_928x1360', 3, 1, 27, '1'),
(1228, 'uk_supersuper_group_med', '4', 'uk_supersuper_group_med', 3, 1, 27, '1'),
(1229, 'uk_supersuper_group_large', '4', 'uk_supersuper_group_large', 3, 1, 27, '1'),
(1230, 'ia3_uk_english_platform_habbo_928x1360_static', '4', 'ia3_uk_english_platform_habbo_928x1360_static', 3, 1, 27, '1'),
(1231, 'openbeta_bg', '4', 'openbeta_bg', 3, 1, 36, '1'),
(1232, 'bg_generic_stars_2', '4', 'bg_generic_stars_2', 3, 1, 33, '1'),
(1233, 'groupbg_scifi2', '4', 'groupbg_scifi2', 3, 1, 36, '1'),
(1234, 'group_nspcc2_928x136', '4', 'group_nspcc2_928x136', 3, 1, 27, '1'),
(1235, 'bg_dating_parklife', '4', 'bg_dating_parklife', 3, 1, 36, '1'),
(1236, 'bg_hotcool_summer', '4', 'bg_hotcool_summer', 3, 1, 5, '1'),
(1237, 'calvinharris_group_928x1360', '4', 'calvinharris_group_928x1360', 3, 1, 27, '1'),
(1238, 'uk_september_group_02_928x1360', '4', 'uk_september_group_02_928x1360', 3, 1, 27, '1'),
(1239, 'uk1_mall_cop_group_928x1360', '4', 'uk1_mall_cop_group_928x1360', 3, 1, 27, '1'),
(1240, 'uk_muzutv_group_928x1360', '4', 'uk_muzutv_group_928x1360', 3, 1, 27, '1'),
(1241, 'uk_paramore_group_928x1360', '4', 'uk_paramore_group_928x1360', 3, 1, 27, '1'),
(1242, 'groupbg_hpv', '4', 'groupbg_hpv', 3, 1, 27, '1'),
(1243, 'uk_julianperretta_group', '4', 'uk_julianperretta_group', 3, 1, 27, '1'),
(1244, 'uk_bootyluv_group', '4', 'uk_bootyluv_group', 3, 1, 27, '1'),
(1246, 'bg_relax', '4', 'bg_relax', 3, 1, 36, '1'),
(1247, 'uk_cloudy_group_01_1', '4', 'uk_cloudy_group_01_1', 3, 1, 27, '1'),
(1248, 'uk_skulduggery_group', '4', 'uk_skulduggery_group', 3, 1, 27, '1'),
(1249, 'kitchensurvivor_bg_v2', '4', 'kitchensurvivor_bg_v2', 3, 1, 36, '1'),
(1250, 'uk_basshunter_group_928x1360', '4', 'uk_basshunter_group_928x1360', 3, 1, 27, '1'),
(1251, 'uk_theveronicas_group_928x1360', '4', 'uk_theveronicas_group_928x1360', 3, 1, 27, '1'),
(1293, 'Stickie notes', '3', 'stickienote', 10, 5, 4, '1'),
(1253, 'bg_ema09', '4', 'bg_ema09', 3, 1, 27, '1'),
(1255, 'bg_hween09_newsofhabbo2', '4', 'bg_hween09_newsofhabbo2', 3, 1, 27, '1'),
(1257, 'bg_howufeelin_happyface', '4', 'bg_howufeelin_happyface', 3, 1, 27, '1'),
(1258, 'bg_nspcc_parkscene', '4', 'bg_nspcc_parkscene', 3, 1, 27, '1'),
(1259, 'bg_twilight_week2_002', '4', 'bg_twilight_week2_002', 3, 1, 27, '1'),
(1260, 'bg_iceage_03', '4', 'bg_iceage_03', 3, 1, 27, '1'),
(1262, 'bg_twilight_week4_002', '4', 'bg_twilight_week4_002', 3, 1, 27, '1'),
(1263, 'bg_xmas09_wall', '4', 'bg_xmas09_wall', 3, 1, 26, '1'),
(1264, 'xmas2009_bg_snowing', '4', 'xmas2009_bg_snowing', 3, 1, 26, '1'),
(1265, 'xmas2009_bg_xmasfun2', '4', 'xmas2009_bg_xmasfun2', 3, 1, 26, '1'),
(1266, 'xmas2009_bg_xmasfun', '4', 'xmas2009_bg_xmasfun', 3, 1, 26, '1'),
(1267, 'bg_alvinandchipmunks', '4', 'bg_alvinandchipmunks', 3, 1, 27, '1'),
(1268, 'bg_st2', '4', 'bg_st2', 3, 1, 27, '1'),
(1269, 'bg_0800_final', '4', 'bg_0800_final', 3, 1, 27, '1'),
(1270, 'bg_pj', '4', 'bg_pj', 3, 1, 27, '1'),
(1271, 'hw_hotelhappenings_bg_v1', '4', 'hw_hotelhappenings_bg_v1', 3, 1, 36, '1'),
(1272, 'bg_fire', '4', 'bg_fire', 3, 1, 36, '1'),
(1273, 'bg_pj_001', '4', 'bg_pj_001', 3, 1, 27, '1'),
(1274, 'bg_safety_appart732', '4', 'bg_safety_appart732', 3, 1, 36, '1'),
(1276, 'gp_yir', '4', 'gp_yir', 3, 1, 27, '1'),
(1277, 'bg_aita', '4', 'bg_aita', 3, 1, 27, '1'),
(1278, 'bg__offifansite', '4', 'bg__offifansite', 3, 1, 36, '1'),
(1279, 'heartbreak_hotel', '4', 'heartbreak_hotel', 3, 1, 36, '1'),
(1280, 'gp_mandf', '4', 'gp_mandf', 3, 1, 27, '1'),
(1281, 'bg_winterolympics_2010', '4', 'bg_winterolympics_2010', 3, 1, 36, '1'),
(1282, 'bg_tlc_blank', '4', 'bg_tlc_blank', 3, 1, 27, '1'),
(1283, 'gp_int_sec', '4', 'gp_int_sec', 3, 1, 27, '1'),
(1284, 'mb_groupbg_3_stickys', '4', 'mb_groupbg_3_stickys', 3, 1, 36, '1'),
(1285, 'bg_httyd_tease', '4', 'bg_httyd_tease', 3, 1, 27, '1'),
(1286, 'hw_uk_habwrecked10_teaser', '4', 'hw_uk_habwrecked10_teaser', 3, 1, 36, '1'),
(1287, 'bg_httyd_tease_02', '4', 'bg_httyd_tease_02', 3, 1, 27, '1'),
(1288, 'hw_uk_habwrecked10_launch', '4', 'hw_uk_habwrecked10_launch', 3, 1, 36, '1'),
(1289, 'bg_httyd_main_02', '4', 'bg_httyd_main_02', 3, 1, 27, '1'),
(1290, 'bg_alvin_dvd', '4', 'bg_alvin_dvd', 3, 1, 27, '1');

-- --------------------------------------------------------

--
-- Struttura della tabella `homes_categories`
--

CREATE TABLE IF NOT EXISTS `homes_categories` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL DEFAULT '0',
`type` varchar(120) NOT NULL DEFAULT 'stickers',
`caption` varchar(120) NOT NULL DEFAULT 'undefined',
`fuse_requirement` varchar(120) NOT NULL DEFAULT '',
`order_num` int(11) NOT NULL DEFAULT '1',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=39 ;

--
-- Dump dei dati per la tabella `homes_categories`
--

INSERT INTO `homes_categories` (`id`, `parent_id`, `type`, `caption`, `fuse_requirement`, `order_num`, `enabled`) VALUES
(1, 0, 'stickers', 'Stickers', '', 1, '1'),
(2, 0, 'backgrounds', 'Backgrounds', '', 2, '1'),
(3, 0, 'stickie_notes', 'Notes', '', 3, '1'),
(4, 3, 'stickie_notes', 'Stickie Notes', '', 1, '1'),
(5, 2, 'backgrounds', 'General', '', 9001, '1'),
(26, 2, 'backgrounds', 'Holidays', '', 9004, '1'),
(7, 1, 'stickers', 'Letters', '', 11, '1'),
(22, 1, 'stickers', 'Borders', '', 12, '1'),
(25, 1, 'stickers', 'Effects', '', 13, '1'),
(23, 1, 'stickers', 'Music', '', 9, '1'),
(24, 1, 'stickers', 'Characters', '', 8, '1'),
(27, 2, 'backgrounds', 'Campaigns', '', 9005, '1'),
(28, 1, 'stickers', 'Campaigns', '', 7, '1'),
(29, 1, 'stickers', 'Holidays', '', 6, '1'),
(30, 1, 'stickers', 'Habbo', '', 5, '1'),
(31, 1, 'stickers', 'Countries', '', 4, '1'),
(32, 1, 'stickers', 'Other', '', 14, '1'),
(33, 2, 'backgrounds', 'Patterns', '', 9003, '1'),
(34, 1, 'stickers', 'Environment', '', 3, '1'),
(35, 1, 'stickers', 'Costumes', '', 2, '1'),
(36, 2, 'backgrounds', 'Habbo', '', 9002, '1'),
(37, 1, 'stickers', 'Arrows & Pointers', '', 1, '1'),
(38, 1, 'stickers', 'Habbo', '', 0, '1');

-- --------------------------------------------------------

--
-- Struttura della tabella `homes_inventory`
--

CREATE TABLE IF NOT EXISTS `homes_inventory` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL DEFAULT '0',
`type` varchar(32) NOT NULL,
`data` varchar(250) NOT NULL,
`amount` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `homes_inventory`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `homes_items`
--

CREATE TABLE IF NOT EXISTS `homes_items` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`home_id` int(10) unsigned NOT NULL,
`type` enum('sticker','widget','stickie') NOT NULL DEFAULT 'sticker',
`x` int(11) NOT NULL DEFAULT '0',
`y` int(11) NOT NULL DEFAULT '0',
`z` int(11) NOT NULL DEFAULT '0',
`data` text NOT NULL,
`skin` text NOT NULL,
`owner_id` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`) USING BTREE,
KEY `x` (`x`) USING BTREE,
KEY `y` (`y`) USING BTREE,
KEY `z` (`z`) USING BTREE,
KEY `home_id` (`home_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `homes_items`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `infobus_answers`
--

CREATE TABLE IF NOT EXISTS `infobus_answers` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`question_id` int(11) NOT NULL DEFAULT '0',
`answer_text` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dump dei dati per la tabella `infobus_answers`
--

INSERT INTO `infobus_answers` (`id`, `question_id`, `answer_text`) VALUES
(1, 1, 'Impresionante'),
(2, 1, 'Bueno'),
(3, 1, 'Pobre');

-- --------------------------------------------------------

--
-- Struttura della tabella `infobus_questions`
--

CREATE TABLE IF NOT EXISTS `infobus_questions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`question` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dump dei dati per la tabella `infobus_questions`
--

INSERT INTO `infobus_questions` (`id`, `question`) VALUES
(1, '¿Qué piensa usted de esto?');

-- --------------------------------------------------------

--
-- Struttura della tabella `infobus_results`
--

CREATE TABLE IF NOT EXISTS `infobus_results` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`question_id` int(11) NOT NULL,
`answer_id` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `infobus_results`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `ipn_requests`
--

CREATE TABLE IF NOT EXISTS `ipn_requests` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`date` text NOT NULL,
`ip` text NOT NULL,
`status` enum('0','1','2','3','4','5','6') NOT NULL DEFAULT '0' COMMENT '0 = Error, 1 = OK, 2 = Forced, 3 = Auth failure, 4 = UID not found, 5 = Forced, 6 = Data failure',
`request_data` text NOT NULL,
`user_id` int(10) unsigned NOT NULL DEFAULT '0',
`balance_diff` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `ipn_requests`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `ip_cache`
--

CREATE TABLE IF NOT EXISTS `ip_cache` (
`ip` varchar(16) NOT NULL,
`country` varchar(75) NOT NULL DEFAULT 'UNKNOWN',
`isSafe` enum('false','true') DEFAULT 'true',
PRIMARY KEY (`ip`),
UNIQUE KEY `ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=FIXED;

--
-- Dump dei dati per la tabella `ip_cache`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `irc_sessions`
--

CREATE TABLE IF NOT EXISTS `irc_sessions` (
`irc_username` varchar(50) NOT NULL,
`vg_username` varchar(50) NOT NULL,
`rank` int(1) NOT NULL,
PRIMARY KEY (`irc_username`,`vg_username`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `irc_sessions`
--

INSERT INTO `irc_sessions` (`irc_username`, `vg_username`, `rank`) VALUES
('(dante)', 'Dante', 0),
('1337', 'CameronScotto', 0),
('Apple', 'Apple', 0),
('Aytar', 'Kwendozz', 0),
('bendiksa', 'bendiksa21', 0),
('Elliott', 'Elliott', 0),
('EverydayShufflin', 'EverydayShufflin', 0),
('Gunner716', 'JustinXD', 0),
('Hello', 'OxygenBunny', 0),
('Ian2458', 'Ian2458', 0),
('Jackson', 'Mango', 0),
('Jizz', 'Lemar', 0),
('Lee', 'ZAPBOY', 0),
('PaperJam', 'PaperJam', 0),
('PEjump', 'PEjump', 0),
('sdef', 'Awesome', 0),
('TayTayTiara', 'Tiara', 0),
('Timmy', 'EnriqueIglesias', 0),
('TRiLLE', 'DANISHGAY', 0),
('Vergeten', 'Vergeten', 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `irc_users`
--

CREATE TABLE IF NOT EXISTS `irc_users` (
`id` int(10) NOT NULL,
`username` varchar(50) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `irc_users`
--

INSERT INTO `irc_users` (`id`, `username`) VALUES
(0, 'martinmine'),
(2, 'Zombie'),
(3, 'cmsweb'),
(4, 'Various');

-- --------------------------------------------------------

--
-- Struttura della tabella `items`
--

CREATE TABLE IF NOT EXISTS `items` (
`item_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`base_id` smallint(5) unsigned DEFAULT NULL,
`rareid` int(11) NOT NULL DEFAULT '0',
`group_data` varchar(200) NOT NULL DEFAULT '',
PRIMARY KEY (`item_id`),
UNIQUE KEY `id_UNIQUE` (`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2235 ;

--
-- Dump dei dati per la tabella `items`
--

INSERT INTO `items` (`item_id`, `base_id`, `rareid`, `group_data`) VALUES
(1, 1436, 0, ''),
(2, 985, 0, ''),
(3, 1636, 0, ''),
(4, 1797, 0, ''),
(5, 1498, 0, ''),
(6, 4001, 0, ''),
(7, 1476, 0, ''),
(8, 1476, 0, ''),
(9, 1476, 0, ''),
(10, 1476, 0, ''),
(11, 1476, 0, ''),
(12, 1476, 0, ''),
(13, 1476, 0, ''),
(14, 1476, 0, ''),
(15, 1476, 0, ''),
(16, 1476, 0, ''),
(17, 1476, 0, ''),
(18, 1476, 0, ''),
(19, 1476, 0, ''),
(20, 1476, 0, ''),
(21, 1476, 0, ''),
(22, 1476, 0, ''),
(23, 1476, 0, ''),
(24, 1476, 0, ''),
(25, 1476, 0, ''),
(26, 1476, 0, ''),
(27, 1476, 0, ''),
(28, 1476, 0, ''),
(29, 1476, 0, ''),
(30, 1476, 0, ''),
(31, 1476, 0, ''),
(32, 1476, 0, ''),
(33, 1476, 0, ''),
(34, 1476, 0, ''),
(35, 1476, 0, ''),
(36, 1476, 0, ''),
(37, 751, 0, ''),
(38, 3905, 0, ''),
(39, 9068, 1, ''),
(40, 2741, 0, ''),
(41, 2752, 0, ''),
(42, 2750, 0, ''),
(43, 2753, 0, ''),
(44, 2737, 0, ''),
(45, 981, 0, ''),
(46, 981, 0, ''),
(47, 981, 0, ''),
(48, 981, 0, ''),
(49, 981, 0, ''),
(50, 981, 0, ''),
(51, 981, 0, ''),
(52, 259, 0, ''),
(53, 1722, 0, ''),
(54, 2755, 0, ''),
(55, 2751, 0, ''),
(56, 1171, 0, ''),
(57, 1171, 0, ''),
(58, 2754, 0, ''),
(59, 2758, 0, ''),
(60, 2757, 0, ''),
(61, 2754, 0, ''),
(62, 2756, 0, ''),
(63, 2736, 0, ''),
(64, 2736, 0, ''),
(65, 320, 0, ''),
(66, 4001, 0, ''),
(67, 4001, 0, ''),
(68, 1613, 0, ''),
(69, 4530, 0, '5;f334bf;a67fbf'),
(70, 845, 0, ''),
(72, 320, 0, ''),
(73, 2722, 0, ''),
(74, 2722, 0, ''),
(75, 2722, 0, ''),
(76, 2722, 0, ''),
(77, 2722, 0, ''),
(78, 2722, 0, ''),
(79, 2722, 0, ''),
(80, 2722, 0, ''),
(81, 2722, 0, ''),
(82, 2722, 0, ''),
(83, 2722, 0, ''),
(84, 2722, 0, ''),
(85, 2722, 0, ''),
(86, 2722, 0, ''),
(87, 2722, 0, ''),
(88, 2722, 0, ''),
(89, 2722, 0, ''),
(90, 2722, 0, ''),
(91, 2722, 0, ''),
(92, 2722, 0, ''),
(93, 2722, 0, ''),
(94, 2722, 0, ''),
(95, 2722, 0, ''),
(96, 2722, 0, ''),
(97, 2722, 0, ''),
(98, 2722, 0, ''),
(99, 2722, 0, ''),
(100, 2722, 0, ''),
(101, 2722, 0, ''),
(102, 2722, 0, ''),
(103, 2722, 0, ''),
(104, 2722, 0, ''),
(105, 2722, 0, ''),
(106, 2722, 0, ''),
(107, 2722, 0, ''),
(108, 2722, 0, ''),
(109, 2722, 0, ''),
(110, 2722, 0, ''),
(111, 2722, 0, ''),
(112, 2722, 0, ''),
(113, 2722, 0, ''),
(114, 2722, 0, ''),
(115, 2722, 0, ''),
(116, 2722, 0, ''),
(117, 2722, 0, ''),
(118, 2722, 0, ''),
(119, 2722, 0, ''),
(120, 2722, 0, ''),
(121, 2722, 0, ''),
(122, 2722, 0, ''),
(123, 2722, 0, ''),
(124, 2722, 0, ''),
(125, 2722, 0, ''),
(126, 2722, 0, ''),
(127, 2722, 0, ''),
(128, 2722, 0, ''),
(129, 2722, 0, ''),
(130, 2722, 0, ''),
(131, 2722, 0, ''),
(132, 2722, 0, ''),
(133, 2722, 0, ''),
(134, 2722, 0, ''),
(135, 2722, 0, ''),
(136, 2722, 0, ''),
(137, 2722, 0, ''),
(138, 2722, 0, ''),
(139, 2722, 0, ''),
(140, 2722, 0, ''),
(141, 2722, 0, ''),
(142, 2722, 0, ''),
(143, 2722, 0, ''),
(144, 2722, 0, ''),
(145, 2722, 0, ''),
(146, 2722, 0, ''),
(147, 2722, 0, ''),
(148, 2722, 0, ''),
(149, 2722, 0, ''),
(150, 2722, 0, ''),
(151, 2722, 0, ''),
(152, 2722, 0, ''),
(153, 2722, 0, ''),
(154, 2722, 0, ''),
(155, 2722, 0, ''),
(156, 2722, 0, ''),
(157, 2722, 0, ''),
(158, 2722, 0, ''),
(159, 2722, 0, ''),
(160, 2722, 0, ''),
(161, 2722, 0, ''),
(162, 2722, 0, ''),
(163, 2722, 0, ''),
(164, 2722, 0, ''),
(165, 2722, 0, ''),
(166, 2722, 0, ''),
(167, 2722, 0, ''),
(168, 2722, 0, ''),
(169, 2722, 0, ''),
(170, 2722, 0, ''),
(171, 2722, 0, ''),
(172, 2722, 0, ''),
(173, 2735, 0, ''),
(174, 2717, 0, ''),
(175, 2724, 0, ''),
(176, 2732, 0, ''),
(177, 203, 1, ''),
(178, 199, 0, ''),
(179, 199, 0, ''),
(180, 199, 0, ''),
(181, 199, 0, ''),
(182, 199, 0, ''),
(183, 199, 0, ''),
(184, 199, 0, ''),
(185, 199, 0, ''),
(186, 385, 0, ''),
(187, 385, 0, ''),
(188, 385, 0, ''),
(189, 385, 0, ''),
(190, 385, 0, ''),
(191, 385, 0, ''),
(192, 385, 0, ''),
(193, 385, 0, ''),
(194, 385, 0, ''),
(195, 385, 0, ''),
(196, 385, 0, ''),
(197, 385, 0, ''),
(198, 385, 0, ''),
(199, 385, 0, ''),
(200, 385, 0, ''),
(201, 385, 0, ''),
(202, 385, 0, ''),
(203, 385, 0, ''),
(204, 385, 0, ''),
(205, 385, 0, ''),
(206, 385, 0, ''),
(207, 385, 0, ''),
(208, 385, 0, ''),
(209, 385, 0, ''),
(210, 385, 0, ''),
(211, 385, 0, ''),
(212, 385, 0, ''),
(213, 411, 0, ''),
(214, 411, 0, ''),
(215, 357, 0, ''),
(216, 410, 0, ''),
(217, 410, 0, ''),
(218, 410, 0, ''),
(219, 410, 0, ''),
(220, 410, 0, ''),
(221, 410, 0, ''),
(222, 410, 0, ''),
(223, 410, 0, ''),
(224, 410, 0, ''),
(225, 2050, 0, ''),
(226, 2050, 0, ''),
(227, 2050, 0, ''),
(228, 2050, 0, ''),
(229, 2050, 0, ''),
(230, 2050, 0, ''),
(231, 2050, 0, ''),
(232, 2050, 0, ''),
(233, 2050, 0, ''),
(234, 2050, 0, ''),
(235, 2050, 0, ''),
(236, 2050, 0, ''),
(237, 2050, 0, ''),
(238, 2050, 0, ''),
(239, 2050, 0, ''),
(240, 2050, 0, ''),
(241, 2050, 0, ''),
(242, 2050, 0, ''),
(243, 2050, 0, ''),
(244, 2050, 0, ''),
(245, 2050, 0, ''),
(246, 2050, 0, ''),
(247, 2050, 0, ''),
(248, 2050, 0, ''),
(249, 2050, 0, ''),
(250, 2050, 0, ''),
(251, 2050, 0, ''),
(252, 2050, 0, ''),
(253, 2050, 0, ''),
(254, 2050, 0, ''),
(255, 2050, 0, ''),
(256, 2050, 0, ''),
(257, 2050, 0, ''),
(258, 2050, 0, ''),
(259, 2050, 0, ''),
(260, 2050, 0, ''),
(261, 2050, 0, ''),
(262, 2050, 0, ''),
(263, 2050, 0, ''),
(264, 2050, 0, ''),
(265, 2050, 0, ''),
(266, 2050, 0, ''),
(267, 2050, 0, ''),
(268, 2050, 0, ''),
(269, 2050, 0, ''),
(270, 2050, 0, ''),
(271, 2050, 0, ''),
(272, 2050, 0, ''),
(273, 2050, 0, ''),
(274, 2050, 0, ''),
(275, 2050, 0, ''),
(276, 2050, 0, ''),
(277, 2050, 0, ''),
(278, 2050, 0, ''),
(279, 2050, 0, ''),
(280, 2050, 0, ''),
(281, 2050, 0, ''),
(282, 2050, 0, ''),
(283, 2050, 0, ''),
(284, 2050, 0, ''),
(285, 2050, 0, ''),
(286, 2050, 0, ''),
(287, 2050, 0, ''),
(288, 2050, 0, ''),
(289, 2050, 0, ''),
(290, 2050, 0, ''),
(291, 2050, 0, ''),
(292, 2050, 0, ''),
(293, 2050, 0, ''),
(294, 2050, 0, ''),
(295, 2050, 0, ''),
(296, 2050, 0, ''),
(297, 2050, 0, ''),
(298, 2050, 0, ''),
(299, 2050, 0, ''),
(300, 2050, 0, ''),
(301, 2050, 0, ''),
(302, 2050, 0, ''),
(303, 2050, 0, ''),
(304, 2050, 0, ''),
(305, 2050, 0, ''),
(306, 2050, 0, ''),
(307, 2050, 0, ''),
(308, 2050, 0, ''),
(309, 2050, 0, ''),
(310, 2050, 0, ''),
(311, 2050, 0, ''),
(312, 2050, 0, ''),
(313, 2050, 0, ''),
(314, 2050, 0, ''),
(315, 2050, 0, ''),
(316, 2050, 0, ''),
(317, 2050, 0, ''),
(318, 2050, 0, ''),
(319, 2050, 0, ''),
(320, 2050, 0, ''),
(321, 2050, 0, ''),
(322, 2050, 0, ''),
(323, 2050, 0, ''),
(324, 2050, 0, ''),
(325, 2050, 0, ''),
(326, 2050, 0, ''),
(327, 2050, 0, ''),
(328, 2050, 0, ''),
(329, 2050, 0, ''),
(330, 2050, 0, ''),
(331, 2050, 0, ''),
(332, 2050, 0, ''),
(333, 2050, 0, ''),
(334, 2050, 0, ''),
(335, 2050, 0, ''),
(336, 2050, 0, ''),
(337, 2050, 0, ''),
(338, 2050, 0, ''),
(339, 2050, 0, ''),
(340, 2050, 0, ''),
(341, 2050, 0, ''),
(342, 2050, 0, ''),
(343, 2050, 0, ''),
(344, 2050, 0, ''),
(345, 2050, 0, ''),
(346, 2050, 0, ''),
(347, 2050, 0, ''),
(348, 2050, 0, ''),
(349, 2050, 0, ''),
(350, 2050, 0, ''),
(351, 2050, 0, ''),
(352, 2050, 0, ''),
(353, 2050, 0, ''),
(354, 2050, 0, ''),
(355, 2050, 0, ''),
(356, 2050, 0, ''),
(357, 2050, 0, ''),
(358, 2050, 0, ''),
(359, 2050, 0, ''),
(360, 2050, 0, ''),
(361, 2050, 0, ''),
(362, 2050, 0, ''),
(363, 2050, 0, ''),
(364, 2050, 0, ''),
(365, 2050, 0, ''),
(366, 2050, 0, ''),
(367, 2050, 0, ''),
(368, 2050, 0, ''),
(369, 2050, 0, ''),
(370, 2050, 0, ''),
(371, 2050, 0, ''),
(372, 2050, 0, ''),
(373, 2050, 0, ''),
(374, 2050, 0, ''),
(375, 2050, 0, ''),
(376, 2050, 0, ''),
(377, 2050, 0, ''),
(378, 2050, 0, ''),
(379, 2050, 0, ''),
(380, 2050, 0, ''),
(381, 2050, 0, ''),
(382, 2050, 0, ''),
(383, 2050, 0, ''),
(384, 2050, 0, ''),
(385, 2050, 0, ''),
(386, 2050, 0, ''),
(387, 2050, 0, ''),
(388, 2050, 0, ''),
(389, 2050, 0, ''),
(390, 2050, 0, ''),
(391, 2050, 0, ''),
(392, 2050, 0, ''),
(393, 2050, 0, ''),
(394, 2050, 0, ''),
(395, 2050, 0, ''),
(396, 2050, 0, ''),
(397, 2050, 0, ''),
(398, 2050, 0, ''),
(399, 2050, 0, ''),
(400, 2050, 0, ''),
(401, 2050, 0, ''),
(402, 2050, 0, ''),
(403, 2050, 0, ''),
(404, 2050, 0, ''),
(405, 2050, 0, ''),
(406, 2050, 0, ''),
(407, 2050, 0, ''),
(408, 2050, 0, ''),
(409, 2050, 0, ''),
(410, 2050, 0, ''),
(411, 2050, 0, ''),
(412, 2050, 0, ''),
(413, 2050, 0, ''),
(414, 2050, 0, ''),
(415, 2050, 0, ''),
(416, 2050, 0, ''),
(417, 2050, 0, ''),
(418, 2050, 0, ''),
(419, 2050, 0, ''),
(420, 2050, 0, ''),
(421, 2050, 0, ''),
(422, 2050, 0, ''),
(423, 2050, 0, ''),
(424, 2050, 0, ''),
(425, 2050, 0, ''),
(426, 2050, 0, ''),
(427, 2050, 0, ''),
(428, 2050, 0, ''),
(429, 2050, 0, ''),
(430, 2050, 0, ''),
(431, 2050, 0, ''),
(432, 2050, 0, ''),
(433, 2050, 0, ''),
(434, 2050, 0, ''),
(435, 2050, 0, ''),
(436, 2050, 0, ''),
(437, 2050, 0, ''),
(438, 2050, 0, ''),
(439, 2050, 0, ''),
(440, 2050, 0, ''),
(441, 2050, 0, ''),
(442, 2050, 0, ''),
(443, 2050, 0, ''),
(444, 2050, 0, ''),
(445, 2050, 0, ''),
(446, 2050, 0, ''),
(447, 2050, 0, ''),
(448, 2050, 0, ''),
(449, 2050, 0, ''),
(450, 2050, 0, ''),
(451, 2050, 0, ''),
(452, 2050, 0, ''),
(453, 2050, 0, ''),
(454, 2050, 0, ''),
(455, 2050, 0, ''),
(456, 2050, 0, ''),
(457, 2050, 0, ''),
(458, 2050, 0, ''),
(459, 2050, 0, ''),
(460, 2050, 0, ''),
(461, 2050, 0, ''),
(462, 2050, 0, ''),
(463, 2050, 0, ''),
(464, 2050, 0, ''),
(465, 2050, 0, ''),
(466, 2050, 0, ''),
(467, 2050, 0, ''),
(468, 2050, 0, ''),
(469, 2050, 0, ''),
(470, 2050, 0, ''),
(471, 2050, 0, ''),
(472, 2050, 0, ''),
(473, 2050, 0, ''),
(474, 2050, 0, ''),
(475, 2050, 0, ''),
(476, 2050, 0, ''),
(477, 2050, 0, ''),
(478, 2050, 0, ''),
(479, 2050, 0, ''),
(480, 2050, 0, ''),
(481, 2050, 0, ''),
(482, 2050, 0, ''),
(483, 2050, 0, ''),
(484, 2050, 0, ''),
(485, 2050, 0, ''),
(486, 2050, 0, ''),
(487, 2050, 0, ''),
(488, 2050, 0, ''),
(489, 2050, 0, ''),
(490, 2050, 0, ''),
(491, 2050, 0, ''),
(492, 2050, 0, ''),
(493, 2050, 0, ''),
(494, 2050, 0, ''),
(495, 2050, 0, ''),
(496, 2050, 0, ''),
(497, 2050, 0, ''),
(498, 2050, 0, ''),
(499, 2050, 0, ''),
(500, 2050, 0, ''),
(501, 2050, 0, ''),
(502, 2050, 0, ''),
(503, 2050, 0, ''),
(504, 2050, 0, ''),
(505, 2050, 0, ''),
(506, 2050, 0, ''),
(507, 2050, 0, ''),
(508, 2050, 0, ''),
(509, 2050, 0, ''),
(510, 2050, 0, ''),
(511, 2050, 0, ''),
(512, 2050, 0, ''),
(513, 2050, 0, ''),
(514, 2050, 0, ''),
(515, 2050, 0, ''),
(516, 2050, 0, ''),
(517, 2050, 0, ''),
(518, 2050, 0, ''),
(519, 2050, 0, ''),
(520, 2050, 0, ''),
(521, 2050, 0, ''),
(522, 2050, 0, ''),
(523, 2050, 0, ''),
(524, 2050, 0, ''),
(525, 2050, 0, ''),
(526, 2050, 0, ''),
(527, 2050, 0, ''),
(528, 2050, 0, ''),
(529, 2050, 0, ''),
(530, 2050, 0, ''),
(531, 2050, 0, ''),
(532, 2050, 0, ''),
(533, 2050, 0, ''),
(534, 2050, 0, ''),
(535, 2050, 0, ''),
(536, 2050, 0, ''),
(537, 2050, 0, ''),
(538, 2050, 0, ''),
(539, 2050, 0, ''),
(540, 2050, 0, ''),
(541, 2050, 0, ''),
(542, 2050, 0, ''),
(543, 2050, 0, ''),
(544, 2050, 0, ''),
(545, 2050, 0, ''),
(546, 2050, 0, ''),
(547, 2050, 0, ''),
(548, 2050, 0, ''),
(549, 2050, 0, ''),
(550, 2050, 0, ''),
(551, 2050, 0, ''),
(552, 2050, 0, ''),
(553, 2050, 0, ''),
(554, 2050, 0, ''),
(555, 2050, 0, ''),
(556, 2050, 0, ''),
(557, 2050, 0, ''),
(558, 2050, 0, ''),
(559, 2050, 0, ''),
(560, 2050, 0, ''),
(561, 2050, 0, ''),
(562, 2050, 0, ''),
(563, 2050, 0, ''),
(564, 2050, 0, ''),
(565, 2050, 0, ''),
(566, 2050, 0, ''),
(567, 2050, 0, ''),
(568, 2050, 0, ''),
(569, 2050, 0, ''),
(570, 2050, 0, ''),
(571, 2050, 0, ''),
(572, 2050, 0, ''),
(573, 2050, 0, ''),
(574, 2050, 0, ''),
(575, 2050, 0, ''),
(576, 2050, 0, ''),
(577, 2050, 0, ''),
(578, 2050, 0, ''),
(579, 2050, 0, ''),
(580, 2050, 0, ''),
(581, 2050, 0, ''),
(582, 2050, 0, ''),
(583, 2050, 0, ''),
(584, 2050, 0, ''),
(585, 2050, 0, ''),
(586, 2050, 0, ''),
(587, 2050, 0, ''),
(588, 2050, 0, ''),
(589, 2050, 0, ''),
(590, 2050, 0, ''),
(591, 2050, 0, ''),
(592, 2050, 0, ''),
(593, 2050, 0, ''),
(594, 2050, 0, ''),
(595, 2050, 0, ''),
(596, 2050, 0, ''),
(597, 2050, 0, ''),
(598, 2050, 0, ''),
(599, 2050, 0, ''),
(600, 2050, 0, ''),
(601, 2050, 0, ''),
(602, 2050, 0, ''),
(603, 2050, 0, ''),
(604, 2050, 0, ''),
(605, 2050, 0, ''),
(606, 2050, 0, ''),
(607, 2050, 0, ''),
(608, 2050, 0, ''),
(609, 2050, 0, ''),
(610, 2050, 0, ''),
(611, 2050, 0, ''),
(612, 2050, 0, ''),
(613, 2050, 0, ''),
(614, 2050, 0, ''),
(615, 2050, 0, ''),
(616, 2050, 0, ''),
(617, 2050, 0, ''),
(618, 2050, 0, ''),
(619, 2050, 0, ''),
(620, 2050, 0, ''),
(621, 2050, 0, ''),
(622, 2050, 0, ''),
(623, 2050, 0, ''),
(624, 2050, 0, ''),
(625, 440, 0, ''),
(626, 440, 0, ''),
(627, 440, 0, ''),
(628, 440, 0, ''),
(629, 440, 0, ''),
(630, 9072, 0, ''),
(631, 9072, 0, ''),
(632, 9072, 0, ''),
(633, 9072, 0, ''),
(634, 9072, 0, ''),
(635, 9072, 0, ''),
(636, 9072, 0, ''),
(637, 9072, 0, ''),
(638, 9072, 0, ''),
(639, 886, 0, ''),
(640, 886, 0, ''),
(641, 886, 0, ''),
(642, 886, 0, ''),
(643, 886, 0, ''),
(644, 886, 0, ''),
(645, 886, 0, ''),
(646, 886, 0, ''),
(647, 886, 0, ''),
(648, 886, 0, ''),
(649, 886, 0, ''),
(650, 886, 0, ''),
(651, 886, 0, ''),
(652, 886, 0, ''),
(653, 886, 0, ''),
(654, 886, 0, ''),
(655, 886, 0, ''),
(656, 886, 0, ''),
(657, 886, 0, ''),
(658, 886, 0, ''),
(659, 886, 0, ''),
(660, 886, 0, ''),
(661, 886, 0, ''),
(662, 886, 0, ''),
(663, 886, 0, ''),
(664, 886, 0, ''),
(665, 886, 0, ''),
(666, 886, 0, ''),
(667, 886, 0, ''),
(668, 886, 0, ''),
(669, 886, 0, ''),
(670, 886, 0, ''),
(671, 886, 0, ''),
(672, 886, 0, ''),
(673, 886, 0, ''),
(674, 886, 0, ''),
(675, 886, 0, ''),
(676, 886, 0, ''),
(677, 886, 0, ''),
(678, 886, 0, ''),
(679, 886, 0, ''),
(680, 886, 0, ''),
(681, 886, 0, ''),
(682, 886, 0, ''),
(683, 886, 0, ''),
(684, 886, 0, ''),
(685, 886, 0, ''),
(686, 886, 0, ''),
(687, 886, 0, ''),
(688, 886, 0, ''),
(689, 886, 0, ''),
(690, 886, 0, ''),
(691, 886, 0, ''),
(692, 886, 0, ''),
(693, 886, 0, ''),
(694, 886, 0, ''),
(695, 886, 0, ''),
(696, 886, 0, ''),
(697, 886, 0, ''),
(698, 886, 0, ''),
(699, 886, 0, ''),
(700, 886, 0, ''),
(701, 886, 0, ''),
(702, 886, 0, ''),
(703, 886, 0, ''),
(704, 886, 0, ''),
(705, 886, 0, ''),
(706, 886, 0, ''),
(707, 886, 0, ''),
(708, 886, 0, ''),
(709, 886, 0, ''),
(710, 886, 0, ''),
(711, 886, 0, ''),
(712, 886, 0, ''),
(713, 886, 0, ''),
(714, 886, 0, ''),
(715, 886, 0, ''),
(716, 886, 0, ''),
(717, 886, 0, ''),
(718, 886, 0, ''),
(719, 886, 0, ''),
(720, 886, 0, ''),
(721, 886, 0, ''),
(722, 886, 0, ''),
(723, 886, 0, ''),
(724, 886, 0, ''),
(725, 886, 0, ''),
(726, 886, 0, ''),
(727, 886, 0, ''),
(728, 886, 0, ''),
(729, 886, 0, ''),
(730, 886, 0, ''),
(731, 886, 0, ''),
(732, 886, 0, ''),
(733, 886, 0, ''),
(734, 886, 0, ''),
(735, 886, 0, ''),
(736, 886, 0, ''),
(737, 886, 0, ''),
(738, 886, 0, ''),
(739, 889, 0, ''),
(740, 889, 0, ''),
(741, 889, 0, ''),
(742, 889, 0, ''),
(743, 889, 0, ''),
(744, 889, 0, ''),
(745, 889, 0, ''),
(746, 889, 0, ''),
(747, 889, 0, ''),
(748, 889, 0, ''),
(749, 889, 0, ''),
(750, 889, 0, ''),
(751, 889, 0, ''),
(752, 889, 0, ''),
(753, 889, 0, ''),
(754, 889, 0, ''),
(755, 889, 0, ''),
(756, 889, 0, ''),
(757, 889, 0, ''),
(758, 889, 0, ''),
(759, 889, 0, ''),
(760, 889, 0, ''),
(761, 889, 0, ''),
(762, 889, 0, ''),
(763, 889, 0, ''),
(764, 889, 0, ''),
(765, 889, 0, ''),
(766, 889, 0, ''),
(767, 889, 0, ''),
(768, 889, 0, ''),
(769, 889, 0, ''),
(770, 889, 0, ''),
(771, 889, 0, ''),
(772, 889, 0, ''),
(773, 889, 0, ''),
(774, 889, 0, ''),
(775, 889, 0, ''),
(776, 889, 0, ''),
(777, 889, 0, ''),
(778, 889, 0, ''),
(779, 889, 0, ''),
(780, 889, 0, ''),
(781, 889, 0, ''),
(782, 889, 0, ''),
(783, 889, 0, ''),
(784, 889, 0, ''),
(785, 889, 0, ''),
(786, 889, 0, ''),
(787, 889, 0, ''),
(788, 889, 0, ''),
(789, 889, 0, ''),
(790, 889, 0, ''),
(791, 889, 0, ''),
(792, 889, 0, ''),
(793, 889, 0, ''),
(794, 889, 0, ''),
(795, 889, 0, ''),
(796, 889, 0, ''),
(797, 889, 0, ''),
(798, 889, 0, ''),
(799, 889, 0, ''),
(800, 889, 0, ''),
(801, 889, 0, ''),
(802, 889, 0, ''),
(803, 889, 0, ''),
(804, 889, 0, ''),
(805, 889, 0, ''),
(806, 889, 0, ''),
(807, 889, 0, ''),
(808, 889, 0, ''),
(809, 889, 0, ''),
(810, 889, 0, ''),
(811, 889, 0, ''),
(812, 889, 0, ''),
(813, 889, 0, ''),
(814, 889, 0, ''),
(815, 889, 0, ''),
(816, 889, 0, ''),
(817, 889, 0, ''),
(818, 889, 0, ''),
(819, 889, 0, ''),
(820, 889, 0, ''),
(821, 889, 0, ''),
(822, 889, 0, ''),
(823, 889, 0, ''),
(824, 889, 0, ''),
(825, 889, 0, ''),
(826, 1943, 0, ''),
(827, 1943, 0, ''),
(828, 1943, 0, ''),
(829, 1943, 0, ''),
(830, 1943, 0, ''),
(831, 1943, 0, ''),
(832, 1943, 0, ''),
(833, 1943, 0, ''),
(834, 1943, 0, ''),
(835, 1943, 0, ''),
(836, 1943, 0, ''),
(837, 1943, 0, ''),
(838, 1943, 0, ''),
(839, 1943, 0, ''),
(840, 2391, 0, ''),
(841, 2391, 0, ''),
(842, 2391, 0, ''),
(843, 2391, 0, ''),
(844, 2391, 0, ''),
(845, 2391, 0, ''),
(846, 2391, 0, ''),
(847, 2391, 0, ''),
(848, 2392, 0, ''),
(849, 2392, 0, ''),
(850, 2392, 0, ''),
(851, 2392, 0, ''),
(852, 2401, 0, ''),
(853, 2401, 0, ''),
(854, 2389, 0, ''),
(855, 2389, 0, ''),
(856, 2389, 0, ''),
(857, 2389, 0, ''),
(858, 2384, 0, ''),
(859, 2384, 0, ''),
(860, 2384, 0, ''),
(861, 2384, 0, ''),
(862, 2384, 0, ''),
(863, 2384, 0, ''),
(864, 2384, 0, ''),
(865, 2384, 0, ''),
(866, 2384, 0, ''),
(867, 2384, 0, ''),
(868, 2384, 0, ''),
(869, 2384, 0, ''),
(870, 2384, 0, ''),
(871, 2384, 0, ''),
(872, 2384, 0, ''),
(873, 2384, 0, ''),
(874, 2384, 0, ''),
(875, 2384, 0, ''),
(876, 810, 0, ''),
(877, 810, 0, ''),
(878, 810, 0, ''),
(879, 810, 0, ''),
(880, 810, 0, ''),
(881, 810, 0, ''),
(882, 810, 0, ''),
(883, 810, 0, ''),
(884, 810, 0, ''),
(885, 810, 0, ''),
(886, 810, 0, ''),
(887, 810, 0, ''),
(888, 810, 0, ''),
(889, 810, 0, ''),
(890, 810, 0, ''),
(891, 810, 0, ''),
(892, 810, 0, ''),
(893, 810, 0, ''),
(894, 810, 0, ''),
(895, 809, 0, ''),
(896, 809, 0, ''),
(897, 809, 0, ''),
(898, 809, 0, ''),
(899, 809, 0, ''),
(900, 809, 0, ''),
(901, 809, 0, ''),
(902, 809, 0, ''),
(903, 1952, 0, ''),
(904, 1258, 0, ''),
(905, 810, 0, ''),
(906, 810, 0, ''),
(907, 810, 0, ''),
(908, 810, 0, ''),
(909, 810, 0, ''),
(910, 810, 0, ''),
(911, 810, 0, ''),
(912, 810, 0, ''),
(913, 810, 0, ''),
(914, 810, 0, ''),
(915, 810, 0, ''),
(916, 810, 0, ''),
(917, 810, 0, ''),
(918, 810, 0, ''),
(919, 810, 0, ''),
(920, 810, 0, ''),
(921, 810, 0, ''),
(922, 810, 0, ''),
(923, 810, 0, ''),
(924, 810, 0, ''),
(925, 810, 0, ''),
(926, 243, 0, ''),
(927, 243, 0, ''),
(928, 243, 0, ''),
(929, 243, 0, ''),
(930, 243, 0, ''),
(931, 243, 0, ''),
(932, 243, 0, ''),
(933, 243, 0, ''),
(934, 243, 0, ''),
(935, 243, 0, ''),
(936, 243, 0, ''),
(937, 243, 0, ''),
(938, 243, 0, ''),
(939, 243, 0, ''),
(940, 243, 0, ''),
(941, 243, 0, ''),
(942, 243, 0, ''),
(943, 243, 0, ''),
(944, 243, 0, ''),
(945, 243, 0, ''),
(946, 243, 0, ''),
(947, 243, 0, ''),
(948, 243, 0, ''),
(949, 243, 0, ''),
(950, 243, 0, ''),
(951, 243, 0, ''),
(952, 243, 0, ''),
(953, 243, 0, ''),
(954, 243, 0, ''),
(955, 243, 0, ''),
(956, 243, 0, ''),
(957, 243, 0, ''),
(958, 243, 0, ''),
(959, 243, 0, ''),
(960, 243, 0, ''),
(961, 243, 0, ''),
(962, 243, 0, ''),
(963, 243, 0, ''),
(964, 243, 0, ''),
(965, 243, 0, ''),
(966, 243, 0, ''),
(967, 243, 0, ''),
(968, 243, 0, ''),
(969, 243, 0, ''),
(970, 243, 0, ''),
(971, 243, 0, ''),
(972, 243, 0, ''),
(973, 243, 0, ''),
(974, 243, 0, ''),
(975, 243, 0, ''),
(976, 243, 0, ''),
(977, 243, 0, ''),
(978, 243, 0, ''),
(979, 243, 0, ''),
(980, 243, 0, ''),
(981, 243, 0, ''),
(982, 243, 0, ''),
(983, 243, 0, ''),
(984, 243, 0, ''),
(985, 243, 0, ''),
(986, 243, 0, ''),
(987, 243, 0, ''),
(988, 243, 0, ''),
(989, 243, 0, ''),
(990, 243, 0, ''),
(991, 243, 0, ''),
(992, 243, 0, ''),
(993, 243, 0, ''),
(994, 243, 0, ''),
(995, 243, 0, ''),
(996, 243, 0, ''),
(997, 243, 0, ''),
(998, 243, 0, ''),
(999, 243, 0, ''),
(1000, 243, 0, ''),
(1001, 243, 0, ''),
(1002, 243, 0, ''),
(1003, 243, 0, ''),
(1004, 243, 0, ''),
(1005, 243, 0, ''),
(1006, 243, 0, ''),
(1007, 243, 0, ''),
(1008, 243, 0, ''),
(1009, 243, 0, ''),
(1010, 243, 0, ''),
(1011, 243, 0, ''),
(1012, 243, 0, ''),
(1013, 243, 0, ''),
(1014, 243, 0, ''),
(1015, 243, 0, ''),
(1016, 243, 0, ''),
(1017, 243, 0, ''),
(1018, 243, 0, ''),
(1019, 243, 0, ''),
(1020, 243, 0, ''),
(1021, 243, 0, ''),
(1022, 243, 0, ''),
(1023, 243, 0, ''),
(1024, 243, 0, ''),
(1025, 243, 0, ''),
(1026, 243, 0, ''),
(1027, 243, 0, ''),
(1028, 243, 0, ''),
(1029, 243, 0, ''),
(1030, 243, 0, ''),
(1031, 243, 0, ''),
(1032, 243, 0, ''),
(1033, 243, 0, ''),
(1034, 243, 0, ''),
(1035, 243, 0, ''),
(1036, 243, 0, ''),
(1037, 243, 0, ''),
(1038, 243, 0, ''),
(1039, 243, 0, ''),
(1040, 243, 0, ''),
(1041, 243, 0, ''),
(1042, 243, 0, ''),
(1043, 243, 0, ''),
(1044, 243, 0, ''),
(1045, 243, 0, ''),
(1046, 243, 0, ''),
(1047, 243, 0, ''),
(1048, 243, 0, ''),
(1049, 243, 0, ''),
(1050, 243, 0, ''),
(1051, 243, 0, ''),
(1052, 243, 0, ''),
(1053, 243, 0, ''),
(1054, 243, 0, ''),
(1055, 243, 0, ''),
(1056, 243, 0, ''),
(1057, 243, 0, ''),
(1058, 243, 0, ''),
(1059, 243, 0, ''),
(1060, 243, 0, ''),
(1061, 243, 0, ''),
(1062, 243, 0, ''),
(1063, 243, 0, ''),
(1064, 243, 0, ''),
(1065, 243, 0, ''),
(1066, 243, 0, ''),
(1067, 243, 0, ''),
(1068, 243, 0, ''),
(1069, 243, 0, ''),
(1070, 243, 0, ''),
(1071, 243, 0, ''),
(1072, 243, 0, ''),
(1073, 243, 0, ''),
(1074, 243, 0, ''),
(1075, 243, 0, ''),
(1076, 1264, 0, ''),
(1077, 1264, 0, ''),
(1078, 1264, 0, ''),
(1079, 1264, 0, ''),
(1080, 1264, 0, ''),
(1081, 1264, 0, ''),
(1082, 1264, 0, ''),
(1083, 1264, 0, ''),
(1084, 2105, 0, ''),
(1085, 2105, 0, ''),
(1086, 2105, 0, ''),
(1087, 2105, 0, ''),
(1088, 2105, 0, ''),
(1089, 2105, 0, ''),
(1090, 2105, 0, ''),
(1091, 2105, 0, ''),
(1092, 2105, 0, ''),
(1093, 2105, 0, ''),
(1094, 2105, 0, ''),
(1095, 2105, 0, ''),
(1096, 2105, 0, ''),
(1097, 2105, 0, ''),
(1098, 2105, 0, ''),
(1099, 2105, 0, ''),
(1100, 2105, 0, ''),
(1101, 2105, 0, ''),
(1102, 2105, 0, ''),
(1103, 2105, 0, ''),
(1104, 2105, 0, ''),
(1105, 2105, 0, ''),
(1106, 2105, 0, ''),
(1107, 2105, 0, ''),
(1108, 2105, 0, ''),
(1109, 2105, 0, ''),
(1110, 2105, 0, ''),
(1111, 2105, 0, ''),
(1112, 2105, 0, ''),
(1113, 2105, 0, ''),
(1114, 2105, 0, ''),
(1115, 2105, 0, ''),
(1116, 2105, 0, ''),
(1117, 2105, 0, ''),
(1118, 2105, 0, ''),
(1119, 2105, 0, ''),
(1120, 1258, 0, ''),
(1121, 1775, 0, ''),
(1122, 1775, 0, ''),
(1123, 1775, 0, ''),
(1124, 1775, 0, ''),
(1125, 1775, 0, ''),
(1126, 1775, 0, ''),
(1127, 1775, 0, ''),
(1128, 1775, 0, ''),
(1129, 1775, 0, ''),
(1130, 1775, 0, ''),
(1131, 1775, 0, ''),
(1132, 1775, 0, ''),
(1133, 1775, 0, ''),
(1134, 1775, 0, ''),
(1135, 1775, 0, ''),
(1136, 1775, 0, ''),
(1137, 1775, 0, ''),
(1138, 1775, 0, ''),
(1139, 1775, 0, ''),
(1140, 1775, 0, ''),
(1141, 1775, 0, ''),
(1142, 1775, 0, ''),
(1143, 1775, 0, ''),
(1144, 1775, 0, ''),
(1145, 1775, 0, ''),
(1146, 1775, 0, ''),
(1147, 1775, 0, ''),
(1148, 1775, 0, ''),
(1149, 1775, 0, ''),
(1150, 1775, 0, ''),
(1151, 1775, 0, ''),
(1152, 1775, 0, ''),
(1153, 1775, 0, ''),
(1154, 1775, 0, ''),
(1155, 1775, 0, ''),
(1156, 1775, 0, ''),
(1157, 1775, 0, ''),
(1158, 1775, 0, ''),
(1159, 1775, 0, ''),
(1160, 1775, 0, ''),
(1161, 1775, 0, ''),
(1162, 1775, 0, ''),
(1163, 1775, 0, ''),
(1164, 1775, 0, ''),
(1165, 1775, 0, ''),
(1166, 1775, 0, ''),
(1167, 1775, 0, ''),
(1168, 1775, 0, ''),
(1169, 1775, 0, ''),
(1170, 1775, 0, ''),
(1171, 1775, 0, ''),
(1172, 1775, 0, ''),
(1173, 1775, 0, ''),
(1174, 1775, 0, ''),
(1175, 1775, 0, ''),
(1176, 1775, 0, ''),
(1177, 1775, 0, ''),
(1178, 1775, 0, ''),
(1179, 1775, 0, ''),
(1180, 1775, 0, ''),
(1181, 1775, 0, ''),
(1182, 1775, 0, ''),
(1183, 1775, 0, ''),
(1184, 1775, 0, ''),
(1185, 1775, 0, ''),
(1186, 1775, 0, ''),
(1187, 1775, 0, ''),
(1188, 1775, 0, ''),
(1189, 1775, 0, ''),
(1190, 1775, 0, ''),
(1191, 1775, 0, ''),
(1192, 1775, 0, ''),
(1193, 2753, 0, ''),
(1194, 2753, 0, ''),
(1195, 2753, 0, ''),
(1196, 2753, 0, ''),
(1197, 2753, 0, ''),
(1198, 2753, 0, ''),
(1199, 2753, 0, ''),
(1200, 2753, 0, ''),
(1201, 2753, 0, ''),
(1202, 2753, 0, ''),
(1203, 2753, 0, ''),
(1204, 2753, 0, ''),
(1205, 2753, 0, ''),
(1206, 2741, 0, ''),
(1207, 2742, 0, ''),
(1208, 1387, 0, ''),
(1209, 1387, 0, ''),
(1210, 462, 0, ''),
(1211, 462, 0, ''),
(1212, 462, 0, ''),
(1213, 462, 0, ''),
(1214, 462, 0, ''),
(1215, 462, 0, ''),
(1216, 462, 0, ''),
(1217, 462, 0, ''),
(1218, 359, 0, ''),
(1219, 2752, 0, ''),
(1220, 2751, 0, ''),
(1221, 2746, 0, ''),
(1222, 2751, 0, ''),
(1223, 2742, 0, ''),
(1224, 2752, 0, ''),
(1225, 2738, 0, ''),
(1226, 2751, 0, ''),
(1227, 2752, 0, ''),
(1228, 209, 0, ''),
(1229, 209, 0, ''),
(1230, 209, 0, ''),
(1231, 209, 0, ''),
(1232, 209, 0, ''),
(1233, 209, 0, ''),
(1234, 209, 0, ''),
(1235, 209, 0, ''),
(1236, 209, 0, ''),
(1237, 209, 0, ''),
(1238, 209, 0, ''),
(1239, 209, 0, ''),
(1240, 209, 0, ''),
(1241, 209, 0, ''),
(1242, 209, 0, ''),
(1243, 209, 0, ''),
(1244, 209, 0, ''),
(1245, 209, 0, ''),
(1246, 209, 0, ''),
(1247, 561, 0, ''),
(1248, 561, 0, ''),
(1249, 561, 0, ''),
(1250, 561, 0, ''),
(1251, 561, 0, ''),
(1252, 561, 0, ''),
(1253, 561, 0, ''),
(1254, 561, 0, ''),
(1255, 561, 0, ''),
(1256, 561, 0, ''),
(1257, 561, 0, ''),
(1258, 561, 0, ''),
(1259, 561, 0, ''),
(1260, 561, 0, ''),
(1261, 561, 0, ''),
(1262, 561, 0, ''),
(1263, 561, 0, ''),
(1264, 561, 0, ''),
(1265, 542, 0, ''),
(1266, 542, 0, ''),
(1267, 542, 0, ''),
(1268, 799, 0, ''),
(1269, 799, 0, ''),
(1270, 799, 0, ''),
(1271, 799, 0, ''),
(1272, 799, 0, ''),
(1273, 799, 0, ''),
(1274, 799, 0, ''),
(1275, 799, 0, ''),
(1276, 799, 0, ''),
(1277, 799, 0, ''),
(1278, 799, 0, ''),
(1279, 799, 0, ''),
(1280, 799, 0, ''),
(1281, 799, 0, ''),
(1282, 799, 0, ''),
(1283, 799, 0, ''),
(1284, 799, 0, ''),
(1285, 799, 0, ''),
(1286, 799, 0, ''),
(1287, 799, 0, ''),
(1288, 799, 0, ''),
(1289, 799, 0, ''),
(1290, 799, 0, ''),
(1291, 799, 0, ''),
(1292, 799, 0, ''),
(1293, 827, 0, ''),
(1294, 827, 0, ''),
(1295, 827, 0, ''),
(1296, 827, 0, ''),
(1297, 827, 0, ''),
(1298, 827, 0, ''),
(1299, 827, 0, ''),
(1300, 827, 0, ''),
(1301, 827, 0, ''),
(1302, 827, 0, ''),
(1303, 827, 0, ''),
(1304, 827, 0, ''),
(1305, 827, 0, ''),
(1306, 827, 0, ''),
(1307, 827, 0, ''),
(1308, 827, 0, ''),
(1309, 827, 0, ''),
(1310, 827, 0, ''),
(1311, 827, 0, ''),
(1312, 827, 0, ''),
(1313, 827, 0, ''),
(1314, 827, 0, ''),
(1315, 827, 0, ''),
(1316, 827, 0, ''),
(1317, 827, 0, ''),
(1318, 827, 0, ''),
(1319, 827, 0, ''),
(1320, 462, 0, ''),
(1321, 462, 0, ''),
(1322, 462, 0, ''),
(1323, 462, 0, ''),
(1324, 462, 0, ''),
(1325, 462, 0, ''),
(1326, 462, 0, ''),
(1327, 462, 0, ''),
(1328, 462, 0, ''),
(1329, 462, 0, ''),
(1330, 462, 0, ''),
(1331, 462, 0, ''),
(1332, 462, 0, ''),
(1333, 462, 0, ''),
(1334, 462, 0, ''),
(1335, 462, 0, ''),
(1336, 462, 0, ''),
(1337, 462, 0, ''),
(1338, 462, 0, ''),
(1339, 462, 0, ''),
(1340, 462, 0, ''),
(1341, 462, 0, ''),
(1342, 462, 0, ''),
(1343, 462, 0, ''),
(1344, 462, 0, ''),
(1345, 462, 0, ''),
(1346, 462, 0, ''),
(1347, 462, 0, ''),
(1348, 462, 0, ''),
(1349, 462, 0, ''),
(1350, 462, 0, ''),
(1351, 462, 0, ''),
(1352, 462, 0, ''),
(1353, 462, 0, ''),
(1354, 462, 0, ''),
(1355, 462, 0, ''),
(1356, 462, 0, ''),
(1357, 462, 0, ''),
(1358, 462, 0, ''),
(1359, 462, 0, ''),
(1360, 462, 0, ''),
(1361, 462, 0, ''),
(1362, 462, 0, ''),
(1363, 244, 0, ''),
(1364, 244, 0, ''),
(1365, 244, 0, ''),
(1366, 244, 0, ''),
(1367, 244, 0, ''),
(1368, 244, 0, ''),
(1369, 244, 0, ''),
(1370, 244, 0, ''),
(1371, 244, 0, ''),
(1372, 244, 0, ''),
(1373, 244, 0, ''),
(1374, 244, 0, ''),
(1375, 254, 0, ''),
(1376, 254, 0, ''),
(1377, 254, 0, ''),
(1378, 254, 0, ''),
(1379, 254, 0, ''),
(1380, 254, 0, ''),
(1381, 254, 0, ''),
(1382, 254, 0, ''),
(1383, 254, 0, ''),
(1384, 254, 0, ''),
(1385, 254, 0, ''),
(1386, 254, 0, ''),
(1387, 254, 0, ''),
(1388, 254, 0, ''),
(1389, 254, 0, ''),
(1390, 254, 0, ''),
(1391, 254, 0, ''),
(1392, 254, 0, ''),
(1393, 28501, 0, ''),
(1394, 1531, 0, ''),
(1395, 1531, 0, ''),
(1396, 1531, 0, ''),
(1397, 1531, 0, ''),
(1398, 1531, 0, ''),
(1399, 1531, 0, ''),
(1400, 1531, 0, ''),
(1401, 1531, 0, ''),
(1402, 1531, 0, ''),
(1403, 1531, 0, ''),
(1404, 1531, 0, ''),
(1405, 1531, 0, ''),
(1406, 1531, 0, ''),
(1407, 1531, 0, ''),
(1408, 1531, 0, ''),
(1409, 1531, 0, ''),
(1410, 1531, 0, ''),
(1411, 1531, 0, ''),
(1412, 1531, 0, ''),
(1413, 1531, 0, ''),
(1414, 1531, 0, ''),
(1415, 1531, 0, ''),
(1416, 1531, 0, ''),
(1417, 1531, 0, ''),
(1418, 1531, 0, ''),
(1419, 1531, 0, ''),
(1420, 1531, 0, ''),
(1421, 1531, 0, ''),
(1422, 1531, 0, ''),
(1423, 1531, 0, ''),
(1424, 1531, 0, ''),
(1425, 1531, 0, ''),
(1426, 1531, 0, ''),
(1427, 1531, 0, ''),
(1428, 1531, 0, ''),
(1429, 1531, 0, ''),
(1430, 1531, 0, ''),
(1431, 1531, 0, ''),
(1432, 1531, 0, ''),
(1433, 1531, 0, ''),
(1434, 1531, 0, ''),
(1435, 1531, 0, ''),
(1436, 1531, 0, ''),
(1437, 1531, 0, ''),
(1438, 1531, 0, ''),
(1439, 1531, 0, ''),
(1440, 1531, 0, ''),
(1441, 1531, 0, ''),
(1442, 1531, 0, ''),
(1443, 1531, 0, ''),
(1444, 1531, 0, ''),
(1445, 1531, 0, ''),
(1446, 1531, 0, ''),
(1447, 1531, 0, ''),
(1448, 1531, 0, ''),
(1449, 1531, 0, ''),
(1450, 1531, 0, ''),
(1451, 1531, 0, ''),
(1452, 1531, 0, ''),
(1453, 1531, 0, ''),
(1454, 1531, 0, ''),
(1455, 1531, 0, ''),
(1456, 1531, 0, ''),
(1457, 1531, 0, ''),
(1458, 1531, 0, ''),
(1459, 1531, 0, ''),
(1460, 1531, 0, ''),
(1461, 1531, 0, ''),
(1462, 1531, 0, ''),
(1463, 1531, 0, ''),
(1464, 1531, 0, ''),
(1465, 1531, 0, ''),
(1466, 1531, 0, ''),
(1467, 1531, 0, ''),
(1468, 1531, 0, ''),
(1469, 1531, 0, ''),
(1470, 1531, 0, ''),
(1471, 1531, 0, ''),
(1472, 1531, 0, ''),
(1473, 1531, 0, ''),
(1474, 1531, 0, ''),
(1475, 1531, 0, ''),
(1476, 1531, 0, ''),
(1477, 1531, 0, ''),
(1478, 1531, 0, ''),
(1479, 1531, 0, ''),
(1480, 1531, 0, ''),
(1481, 1531, 0, ''),
(1482, 1531, 0, ''),
(1483, 1531, 0, ''),
(1484, 1531, 0, ''),
(1485, 1531, 0, ''),
(1486, 1531, 0, ''),
(1487, 1531, 0, ''),
(1488, 1531, 0, ''),
(1489, 1531, 0, ''),
(1490, 1531, 0, ''),
(1491, 1531, 0, ''),
(1492, 1531, 0, ''),
(1493, 1531, 0, ''),
(1494, 1531, 0, ''),
(1495, 1531, 0, ''),
(1496, 1531, 0, ''),
(1497, 1531, 0, ''),
(1498, 1531, 0, ''),
(1499, 1531, 0, ''),
(1500, 1531, 0, ''),
(1501, 1531, 0, ''),
(1502, 1531, 0, ''),
(1503, 1531, 0, ''),
(1504, 1531, 0, ''),
(1505, 1531, 0, ''),
(1506, 1531, 0, ''),
(1507, 1531, 0, ''),
(1508, 1531, 0, ''),
(1509, 1531, 0, ''),
(1510, 1531, 0, ''),
(1511, 1531, 0, ''),
(1512, 1531, 0, ''),
(1513, 1531, 0, ''),
(1514, 1531, 0, ''),
(1515, 1531, 0, ''),
(1516, 1531, 0, ''),
(1517, 1531, 0, ''),
(1518, 1531, 0, ''),
(1519, 1531, 0, ''),
(1520, 1531, 0, ''),
(1521, 1531, 0, ''),
(1522, 1531, 0, ''),
(1523, 1531, 0, ''),
(1524, 1531, 0, ''),
(1525, 1531, 0, ''),
(1526, 1531, 0, ''),
(1527, 1531, 0, ''),
(1528, 1531, 0, ''),
(1529, 1531, 0, ''),
(1530, 1531, 0, ''),
(1531, 1531, 0, ''),
(1532, 1531, 0, ''),
(1533, 1531, 0, ''),
(1534, 1531, 0, ''),
(1535, 1531, 0, ''),
(1536, 1531, 0, ''),
(1537, 1531, 0, ''),
(1538, 1531, 0, ''),
(1539, 1531, 0, ''),
(1540, 1531, 0, ''),
(1541, 1531, 0, ''),
(1542, 1531, 0, ''),
(1543, 1531, 0, ''),
(1544, 1531, 0, ''),
(1545, 1531, 0, ''),
(1546, 1531, 0, ''),
(1547, 1531, 0, ''),
(1548, 1531, 0, ''),
(1549, 1531, 0, ''),
(1550, 1531, 0, ''),
(1551, 1531, 0, ''),
(1552, 1531, 0, ''),
(1553, 1531, 0, ''),
(1554, 1531, 0, ''),
(1555, 1531, 0, ''),
(1556, 1531, 0, ''),
(1557, 1531, 0, ''),
(1558, 1531, 0, ''),
(1559, 1531, 0, ''),
(1560, 1531, 0, ''),
(1561, 1531, 0, ''),
(1562, 1531, 0, ''),
(1563, 1531, 0, ''),
(1564, 1531, 0, ''),
(1565, 1531, 0, ''),
(1566, 1531, 0, ''),
(1567, 1531, 0, ''),
(1568, 1531, 0, ''),
(1569, 1531, 0, ''),
(1570, 1531, 0, ''),
(1571, 1531, 0, ''),
(1572, 1531, 0, ''),
(1573, 1531, 0, ''),
(1574, 1531, 0, ''),
(1575, 1531, 0, ''),
(1576, 1531, 0, ''),
(1577, 1531, 0, ''),
(1578, 1531, 0, ''),
(1579, 1531, 0, ''),
(1580, 1531, 0, ''),
(1581, 1531, 0, ''),
(1582, 1531, 0, ''),
(1583, 1531, 0, ''),
(1584, 1531, 0, ''),
(1585, 1531, 0, ''),
(1586, 1531, 0, ''),
(1587, 1531, 0, ''),
(1588, 1531, 0, ''),
(1589, 1531, 0, ''),
(1590, 1531, 0, ''),
(1591, 1531, 0, ''),
(1592, 1531, 0, ''),
(1593, 1531, 0, ''),
(1594, 1531, 0, ''),
(1595, 1531, 0, ''),
(1596, 1531, 0, ''),
(1597, 1531, 0, ''),
(1598, 1531, 0, ''),
(1599, 1531, 0, ''),
(1600, 1531, 0, ''),
(1601, 1531, 0, ''),
(1602, 1531, 0, ''),
(1603, 1531, 0, ''),
(1604, 1531, 0, ''),
(1605, 1531, 0, ''),
(1606, 1531, 0, ''),
(1607, 1531, 0, ''),
(1608, 1531, 0, ''),
(1609, 1531, 0, ''),
(1610, 1531, 0, ''),
(1611, 1531, 0, ''),
(1612, 1531, 0, ''),
(1613, 1531, 0, ''),
(1614, 1531, 0, ''),
(1615, 1531, 0, ''),
(1616, 1531, 0, ''),
(1617, 1531, 0, ''),
(1618, 1531, 0, ''),
(1619, 1531, 0, ''),
(1620, 1531, 0, ''),
(1621, 1531, 0, ''),
(1622, 1531, 0, ''),
(1623, 1531, 0, ''),
(1624, 1531, 0, ''),
(1625, 1531, 0, ''),
(1626, 1531, 0, ''),
(1627, 1531, 0, ''),
(1628, 1531, 0, ''),
(1629, 1531, 0, ''),
(1630, 1531, 0, ''),
(1631, 1531, 0, ''),
(1632, 1531, 0, ''),
(1633, 1531, 0, ''),
(1634, 1531, 0, ''),
(1635, 1531, 0, ''),
(1636, 1531, 0, ''),
(1637, 1531, 0, ''),
(1638, 1531, 0, ''),
(1639, 1531, 0, ''),
(1640, 1531, 0, ''),
(1641, 1531, 0, ''),
(1642, 1531, 0, ''),
(1643, 1531, 0, ''),
(1644, 1531, 0, ''),
(1645, 1531, 0, ''),
(1646, 1531, 0, ''),
(1647, 1531, 0, ''),
(1648, 1531, 0, ''),
(1649, 1531, 0, ''),
(1650, 1531, 0, ''),
(1651, 1531, 0, ''),
(1652, 1531, 0, ''),
(1653, 1531, 0, ''),
(1654, 1531, 0, ''),
(1655, 1531, 0, ''),
(1656, 1531, 0, ''),
(1657, 1531, 0, ''),
(1658, 1531, 0, ''),
(1659, 1531, 0, ''),
(1660, 1531, 0, ''),
(1661, 1531, 0, ''),
(1662, 1531, 0, ''),
(1663, 1531, 0, ''),
(1664, 1531, 0, ''),
(1665, 1531, 0, ''),
(1666, 1531, 0, ''),
(1667, 1531, 0, ''),
(1668, 1531, 0, ''),
(1669, 1531, 0, ''),
(1670, 1531, 0, ''),
(1671, 1531, 0, ''),
(1672, 1531, 0, ''),
(1673, 1531, 0, ''),
(1674, 1531, 0, ''),
(1675, 1531, 0, ''),
(1676, 1531, 0, ''),
(1677, 1531, 0, ''),
(1678, 1531, 0, ''),
(1679, 1531, 0, ''),
(1680, 1531, 0, ''),
(1681, 1531, 0, ''),
(1682, 1531, 0, ''),
(1683, 1531, 0, ''),
(1684, 1531, 0, ''),
(1685, 1531, 0, ''),
(1686, 1531, 0, ''),
(1687, 1531, 0, ''),
(1688, 1531, 0, ''),
(1689, 1531, 0, ''),
(1690, 1531, 0, ''),
(1691, 1531, 0, ''),
(1692, 1531, 0, ''),
(1693, 1531, 0, ''),
(1694, 1531, 0, ''),
(1695, 1531, 0, ''),
(1696, 1531, 0, ''),
(1697, 1531, 0, ''),
(1698, 1531, 0, ''),
(1699, 1531, 0, ''),
(1700, 1531, 0, ''),
(1701, 1531, 0, ''),
(1702, 1531, 0, ''),
(1703, 1531, 0, ''),
(1704, 1531, 0, ''),
(1705, 1531, 0, ''),
(1706, 1531, 0, ''),
(1707, 1531, 0, ''),
(1708, 1531, 0, ''),
(1709, 1531, 0, ''),
(1710, 1531, 0, ''),
(1711, 1531, 0, ''),
(1712, 1531, 0, ''),
(1713, 1531, 0, ''),
(1714, 1531, 0, ''),
(1715, 1531, 0, ''),
(1716, 1531, 0, ''),
(1717, 1531, 0, ''),
(1718, 1531, 0, ''),
(1719, 1531, 0, ''),
(1720, 1531, 0, ''),
(1721, 1531, 0, ''),
(1722, 1531, 0, ''),
(1723, 1531, 0, ''),
(1724, 1531, 0, ''),
(1725, 1531, 0, ''),
(1726, 1531, 0, ''),
(1727, 1531, 0, ''),
(1728, 1531, 0, ''),
(1729, 1531, 0, ''),
(1730, 1531, 0, ''),
(1731, 1531, 0, ''),
(1732, 1531, 0, ''),
(1733, 1531, 0, ''),
(1734, 1531, 0, ''),
(1735, 1531, 0, ''),
(1736, 1531, 0, ''),
(1737, 1531, 0, ''),
(1738, 1531, 0, ''),
(1739, 1531, 0, ''),
(1740, 1531, 0, ''),
(1741, 1531, 0, ''),
(1742, 1531, 0, ''),
(1743, 1531, 0, ''),
(1744, 1531, 0, ''),
(1745, 1531, 0, ''),
(1746, 1531, 0, ''),
(1747, 1531, 0, ''),
(1748, 1531, 0, ''),
(1749, 1531, 0, ''),
(1750, 1531, 0, ''),
(1751, 1531, 0, ''),
(1752, 1531, 0, ''),
(1753, 1531, 0, ''),
(1754, 1531, 0, ''),
(1755, 1531, 0, ''),
(1756, 1531, 0, ''),
(1757, 1531, 0, ''),
(1758, 1531, 0, ''),
(1759, 1531, 0, ''),
(1760, 1531, 0, ''),
(1761, 1531, 0, ''),
(1762, 1531, 0, ''),
(1763, 1531, 0, ''),
(1764, 1531, 0, ''),
(1765, 1531, 0, ''),
(1766, 1531, 0, ''),
(1767, 1531, 0, ''),
(1768, 1531, 0, ''),
(1769, 1531, 0, ''),
(1770, 1531, 0, ''),
(1771, 1531, 0, ''),
(1772, 1531, 0, ''),
(1773, 1531, 0, ''),
(1774, 1531, 0, ''),
(1775, 1531, 0, ''),
(1776, 1531, 0, ''),
(1777, 1531, 0, ''),
(1778, 1531, 0, ''),
(1779, 1531, 0, ''),
(1780, 1531, 0, ''),
(1781, 1531, 0, ''),
(1782, 1531, 0, ''),
(1783, 1531, 0, ''),
(1784, 1531, 0, ''),
(1785, 1531, 0, ''),
(1786, 1531, 0, ''),
(1787, 1531, 0, ''),
(1788, 1531, 0, ''),
(1789, 1531, 0, ''),
(1790, 1531, 0, ''),
(1791, 1531, 0, ''),
(1792, 1531, 0, ''),
(1793, 1531, 0, ''),
(1794, 1531, 0, ''),
(1795, 1531, 0, ''),
(1796, 1531, 0, ''),
(1797, 1531, 0, ''),
(1798, 1531, 0, ''),
(1799, 1531, 0, ''),
(1800, 1531, 0, ''),
(1801, 1531, 0, ''),
(1802, 1531, 0, ''),
(1803, 1531, 0, ''),
(1804, 1531, 0, ''),
(1805, 1531, 0, ''),
(1806, 1531, 0, ''),
(1807, 1531, 0, ''),
(1808, 1531, 0, ''),
(1809, 1531, 0, ''),
(1810, 1531, 0, ''),
(1811, 1531, 0, ''),
(1812, 1531, 0, ''),
(1813, 1531, 0, ''),
(1814, 1531, 0, ''),
(1815, 1531, 0, ''),
(1816, 1531, 0, ''),
(1817, 1531, 0, ''),
(1818, 1531, 0, ''),
(1819, 1531, 0, ''),
(1820, 1531, 0, ''),
(1821, 1531, 0, ''),
(1822, 1531, 0, ''),
(1823, 1531, 0, ''),
(1824, 1531, 0, ''),
(1825, 1531, 0, ''),
(1826, 1531, 0, ''),
(1827, 1531, 0, ''),
(1828, 1531, 0, ''),
(1829, 1531, 0, ''),
(1830, 1531, 0, ''),
(1831, 1531, 0, ''),
(1832, 1531, 0, ''),
(1833, 1531, 0, ''),
(1834, 1531, 0, ''),
(1835, 1531, 0, ''),
(1836, 1531, 0, ''),
(1837, 1531, 0, ''),
(1838, 1531, 0, ''),
(1839, 1531, 0, ''),
(1840, 1531, 0, ''),
(1841, 1531, 0, ''),
(1842, 1531, 0, ''),
(1843, 1531, 0, ''),
(1844, 1531, 0, ''),
(1845, 1531, 0, ''),
(1846, 1531, 0, ''),
(1847, 1531, 0, ''),
(1848, 1531, 0, ''),
(1849, 1531, 0, ''),
(1850, 1531, 0, ''),
(1851, 1531, 0, ''),
(1852, 1531, 0, ''),
(1853, 1531, 0, ''),
(1854, 1531, 0, ''),
(1855, 1531, 0, ''),
(1856, 1531, 0, ''),
(1857, 1531, 0, ''),
(1858, 1531, 0, ''),
(1859, 1531, 0, ''),
(1860, 1531, 0, ''),
(1861, 1531, 0, ''),
(1862, 1531, 0, ''),
(1863, 1531, 0, ''),
(1864, 1531, 0, ''),
(1865, 1531, 0, ''),
(1866, 1531, 0, ''),
(1867, 1531, 0, ''),
(1868, 1531, 0, ''),
(1869, 1531, 0, ''),
(1870, 1531, 0, ''),
(1871, 1531, 0, ''),
(1872, 1531, 0, ''),
(1873, 1531, 0, ''),
(1874, 1531, 0, ''),
(1875, 1531, 0, ''),
(1876, 1531, 0, ''),
(1877, 1531, 0, ''),
(1878, 1531, 0, ''),
(1879, 1531, 0, ''),
(1880, 1531, 0, ''),
(1881, 1531, 0, ''),
(1882, 1531, 0, ''),
(1883, 1531, 0, ''),
(1884, 1531, 0, ''),
(1885, 1531, 0, ''),
(1886, 1531, 0, ''),
(1887, 1531, 0, ''),
(1888, 1531, 0, ''),
(1889, 1531, 0, ''),
(1890, 1531, 0, ''),
(1891, 1531, 0, ''),
(1892, 1531, 0, ''),
(1893, 1531, 0, ''),
(1894, 1531, 0, ''),
(1895, 1531, 0, ''),
(1896, 1531, 0, ''),
(1897, 1531, 0, ''),
(1898, 1531, 0, ''),
(1899, 1531, 0, ''),
(1900, 1531, 0, ''),
(1901, 1531, 0, ''),
(1902, 1531, 0, ''),
(1903, 1531, 0, ''),
(1904, 1531, 0, ''),
(1905, 1531, 0, ''),
(1906, 1531, 0, ''),
(1907, 1531, 0, ''),
(1908, 1531, 0, ''),
(1909, 1531, 0, ''),
(1910, 1531, 0, ''),
(1911, 1531, 0, ''),
(1912, 1531, 0, ''),
(1913, 1531, 0, ''),
(1914, 1531, 0, ''),
(1915, 1531, 0, ''),
(1916, 1531, 0, ''),
(1917, 1531, 0, ''),
(1918, 1531, 0, ''),
(1919, 1531, 0, ''),
(1920, 1531, 0, ''),
(1921, 1531, 0, ''),
(1922, 1531, 0, ''),
(1923, 1531, 0, ''),
(1924, 1531, 0, ''),
(1925, 1531, 0, ''),
(1926, 1531, 0, ''),
(1927, 1531, 0, ''),
(1928, 1531, 0, ''),
(1929, 1531, 0, ''),
(1930, 1531, 0, ''),
(1931, 1531, 0, ''),
(1932, 1531, 0, ''),
(1933, 1531, 0, ''),
(1934, 1531, 0, ''),
(1935, 1531, 0, ''),
(1936, 1531, 0, ''),
(1937, 1531, 0, ''),
(1938, 1531, 0, ''),
(1939, 1531, 0, ''),
(1940, 1531, 0, ''),
(1941, 1531, 0, ''),
(1942, 1531, 0, ''),
(1943, 1531, 0, ''),
(1944, 1531, 0, ''),
(1945, 1531, 0, ''),
(1946, 1531, 0, ''),
(1947, 1531, 0, ''),
(1948, 1531, 0, ''),
(1949, 1531, 0, ''),
(1950, 1531, 0, ''),
(1951, 1531, 0, ''),
(1952, 1531, 0, ''),
(1953, 1531, 0, ''),
(1954, 1531, 0, ''),
(1955, 1531, 0, ''),
(1956, 1531, 0, ''),
(1957, 1531, 0, ''),
(1958, 1531, 0, ''),
(1959, 1531, 0, ''),
(1960, 1531, 0, ''),
(1961, 1531, 0, ''),
(1962, 1531, 0, ''),
(1963, 1531, 0, ''),
(1964, 1531, 0, ''),
(1965, 1531, 0, ''),
(1966, 1531, 0, ''),
(1967, 1531, 0, ''),
(1968, 1531, 0, ''),
(1969, 1531, 0, ''),
(1970, 1531, 0, ''),
(1971, 1531, 0, ''),
(1972, 1531, 0, ''),
(1973, 1531, 0, ''),
(1974, 1531, 0, ''),
(1975, 1531, 0, ''),
(1976, 1531, 0, ''),
(1977, 1531, 0, ''),
(1978, 1531, 0, ''),
(1979, 1531, 0, ''),
(1980, 1531, 0, ''),
(1981, 1531, 0, ''),
(1982, 1531, 0, ''),
(1983, 1531, 0, ''),
(1984, 1531, 0, ''),
(1985, 1531, 0, ''),
(1986, 1531, 0, ''),
(1987, 1531, 0, ''),
(1988, 1531, 0, ''),
(1989, 1531, 0, ''),
(1990, 1531, 0, ''),
(1991, 1531, 0, ''),
(1992, 1531, 0, ''),
(1993, 1531, 0, ''),
(1994, 1531, 0, ''),
(1995, 1531, 0, ''),
(1996, 1531, 0, ''),
(1997, 1531, 0, ''),
(1998, 1531, 0, ''),
(1999, 1531, 0, ''),
(2000, 1531, 0, ''),
(2001, 1531, 0, ''),
(2002, 1531, 0, ''),
(2003, 1531, 0, ''),
(2004, 1531, 0, ''),
(2005, 1531, 0, ''),
(2006, 1531, 0, ''),
(2007, 1531, 0, ''),
(2008, 1531, 0, ''),
(2009, 1531, 0, ''),
(2010, 1531, 0, ''),
(2011, 1531, 0, ''),
(2012, 1531, 0, ''),
(2013, 1531, 0, ''),
(2014, 1531, 0, ''),
(2015, 1531, 0, ''),
(2016, 1531, 0, ''),
(2017, 1531, 0, ''),
(2018, 1531, 0, ''),
(2019, 1531, 0, ''),
(2020, 1531, 0, ''),
(2021, 1531, 0, ''),
(2022, 1531, 0, ''),
(2023, 1531, 0, ''),
(2024, 1531, 0, ''),
(2025, 1531, 0, ''),
(2026, 1531, 0, ''),
(2027, 1531, 0, ''),
(2028, 1531, 0, ''),
(2029, 1531, 0, ''),
(2030, 1531, 0, ''),
(2031, 1531, 0, ''),
(2032, 1531, 0, ''),
(2033, 1531, 0, ''),
(2034, 1531, 0, ''),
(2035, 1531, 0, ''),
(2036, 1531, 0, ''),
(2037, 1531, 0, ''),
(2038, 1531, 0, ''),
(2039, 1531, 0, ''),
(2040, 1531, 0, ''),
(2041, 1531, 0, ''),
(2042, 1531, 0, ''),
(2043, 1531, 0, ''),
(2044, 1531, 0, ''),
(2045, 1531, 0, ''),
(2046, 1531, 0, ''),
(2047, 1531, 0, ''),
(2048, 1531, 0, ''),
(2049, 1531, 0, ''),
(2050, 1531, 0, ''),
(2051, 1531, 0, ''),
(2052, 1531, 0, ''),
(2053, 1531, 0, ''),
(2054, 1531, 0, ''),
(2055, 1531, 0, ''),
(2056, 1531, 0, ''),
(2057, 1531, 0, ''),
(2058, 1531, 0, ''),
(2059, 1531, 0, ''),
(2060, 1531, 0, ''),
(2061, 1531, 0, ''),
(2062, 1531, 0, ''),
(2063, 1531, 0, ''),
(2064, 1531, 0, ''),
(2065, 1531, 0, ''),
(2066, 1531, 0, ''),
(2067, 1531, 0, ''),
(2068, 1531, 0, ''),
(2069, 1531, 0, ''),
(2070, 1531, 0, ''),
(2071, 1531, 0, ''),
(2072, 1531, 0, ''),
(2073, 1531, 0, ''),
(2074, 1531, 0, ''),
(2075, 1531, 0, ''),
(2076, 1531, 0, ''),
(2077, 1531, 0, ''),
(2078, 1531, 0, ''),
(2079, 1531, 0, ''),
(2080, 1531, 0, ''),
(2081, 1531, 0, ''),
(2082, 1531, 0, ''),
(2083, 1531, 0, ''),
(2084, 1531, 0, ''),
(2085, 1531, 0, ''),
(2086, 1531, 0, ''),
(2087, 1531, 0, ''),
(2088, 1531, 0, ''),
(2089, 1531, 0, ''),
(2090, 1531, 0, ''),
(2091, 1531, 0, ''),
(2092, 1531, 0, ''),
(2093, 1531, 0, ''),
(2094, 1531, 0, ''),
(2095, 1531, 0, ''),
(2096, 1531, 0, ''),
(2097, 1531, 0, ''),
(2098, 1531, 0, ''),
(2099, 1531, 0, ''),
(2100, 1531, 0, ''),
(2101, 1531, 0, ''),
(2102, 1531, 0, ''),
(2103, 1531, 0, ''),
(2104, 1531, 0, ''),
(2105, 1531, 0, ''),
(2106, 1531, 0, ''),
(2107, 1531, 0, ''),
(2108, 1531, 0, ''),
(2109, 1531, 0, ''),
(2110, 1531, 0, ''),
(2111, 1531, 0, ''),
(2112, 1531, 0, ''),
(2113, 1531, 0, ''),
(2114, 1531, 0, ''),
(2115, 1531, 0, ''),
(2116, 1531, 0, ''),
(2117, 1531, 0, ''),
(2118, 1531, 0, ''),
(2119, 1531, 0, ''),
(2120, 1531, 0, ''),
(2121, 1531, 0, ''),
(2122, 1531, 0, ''),
(2123, 1531, 0, ''),
(2124, 1531, 0, ''),
(2125, 1531, 0, ''),
(2126, 1531, 0, ''),
(2127, 1531, 0, ''),
(2128, 1531, 0, ''),
(2129, 1531, 0, ''),
(2130, 1531, 0, ''),
(2131, 1531, 0, ''),
(2132, 1531, 0, ''),
(2133, 1531, 0, ''),
(2134, 1531, 0, ''),
(2135, 1531, 0, ''),
(2136, 1531, 0, ''),
(2137, 1531, 0, ''),
(2138, 1531, 0, ''),
(2139, 1531, 0, ''),
(2140, 1531, 0, ''),
(2141, 1531, 0, ''),
(2142, 1531, 0, ''),
(2143, 1531, 0, ''),
(2144, 1531, 0, ''),
(2145, 1531, 0, ''),
(2146, 1531, 0, ''),
(2147, 1531, 0, ''),
(2148, 1531, 0, ''),
(2149, 1531, 0, ''),
(2150, 1531, 0, ''),
(2151, 1531, 0, ''),
(2152, 1531, 0, ''),
(2153, 1531, 0, ''),
(2154, 1531, 0, ''),
(2155, 1531, 0, ''),
(2156, 1531, 0, ''),
(2157, 1531, 0, ''),
(2158, 1531, 0, ''),
(2159, 1531, 0, ''),
(2160, 1531, 0, ''),
(2161, 1531, 0, ''),
(2162, 1531, 0, ''),
(2163, 1531, 0, ''),
(2164, 1531, 0, ''),
(2165, 1531, 0, ''),
(2166, 1531, 0, ''),
(2167, 1531, 0, ''),
(2168, 1531, 0, ''),
(2169, 1531, 0, ''),
(2170, 1531, 0, ''),
(2171, 1531, 0, ''),
(2172, 1531, 0, ''),
(2173, 1531, 0, ''),
(2174, 1531, 0, ''),
(2175, 1531, 0, ''),
(2176, 1531, 0, ''),
(2177, 1531, 0, ''),
(2178, 1531, 0, ''),
(2179, 1531, 0, ''),
(2180, 1531, 0, ''),
(2181, 1531, 0, ''),
(2182, 1531, 0, ''),
(2183, 1531, 0, ''),
(2184, 1531, 0, ''),
(2185, 1531, 0, ''),
(2186, 1531, 0, ''),
(2187, 1531, 0, ''),
(2188, 1531, 0, ''),
(2189, 1531, 0, ''),
(2190, 1531, 0, ''),
(2191, 1531, 0, ''),
(2192, 1531, 0, ''),
(2193, 1531, 0, ''),
(2194, 1531, 0, ''),
(2195, 1531, 0, ''),
(2196, 1531, 0, ''),
(2197, 1531, 0, ''),
(2198, 1531, 0, ''),
(2199, 1531, 0, ''),
(2200, 1531, 0, ''),
(2201, 1531, 0, ''),
(2202, 1531, 0, ''),
(2203, 1531, 0, ''),
(2204, 1531, 0, ''),
(2205, 1531, 0, ''),
(2206, 1531, 0, ''),
(2207, 1531, 0, ''),
(2208, 1531, 0, ''),
(2209, 1531, 0, ''),
(2210, 1531, 0, ''),
(2211, 1531, 0, ''),
(2212, 1531, 0, ''),
(2213, 1531, 0, ''),
(2214, 1531, 0, ''),
(2215, 1531, 0, ''),
(2216, 1531, 0, ''),
(2217, 1531, 0, ''),
(2218, 1531, 0, ''),
(2219, 1531, 0, ''),
(2220, 1531, 0, ''),
(2221, 1531, 0, ''),
(2222, 1531, 0, ''),
(2223, 1531, 0, ''),
(2224, 1531, 0, ''),
(2225, 1531, 0, ''),
(2226, 1531, 0, ''),
(2227, 1531, 0, ''),
(2228, 1531, 0, ''),
(2229, 1531, 0, ''),
(2230, 1531, 0, ''),
(2231, 1531, 0, ''),
(2232, 1531, 0, ''),
(2233, 1531, 0, ''),
(2234, 28503, 0, '');

-- --------------------------------------------------------

--
-- Struttura della tabella `items_base`
--

CREATE TABLE IF NOT EXISTS `items_base` (
`item_id` smallint(6) unsigned NOT NULL AUTO_INCREMENT,
`sprite_id` int(11) NOT NULL,
`public_name` varchar(255) NOT NULL,
`item_name` varchar(255) NOT NULL,
`type` varchar(255) NOT NULL,
`width` int(11) NOT NULL,
`length` int(11) NOT NULL,
`height` double(3,2) NOT NULL,
`allow_stack` tinyint(1) NOT NULL,
`allow_walk` tinyint(1) NOT NULL,
`allow_sit` tinyint(1) NOT NULL,
`allow_recycle` tinyint(1) NOT NULL,
`allow_trade` tinyint(1) NOT NULL,
`allow_marketplace_sell` tinyint(1) NOT NULL,
`allow_gift` tinyint(1) NOT NULL,
`allow_inventory_stack` tinyint(1) NOT NULL,
`allow_group_item` tinyint(1) NOT NULL DEFAULT '0',
`interaction_type` varchar(50) NOT NULL,
`cycle_count` int(2) NOT NULL,
`vending_ids` varchar(20) NOT NULL,
PRIMARY KEY (`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=65536 ;

--
-- Dump dei dati per la tabella `items_base`
--

INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
(1, 13, 'Bookcase', 'shelves_norja', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2, 14, 'Bookcase', 'shelves_polyfon', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(3, 15, 'Bookcase', 'shelves_silo', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4, 17, 'Small Coffee Table', 'table_polyfon_small', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(5, 18, 'Dining Chair', 'chair_polyfon', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(6, 20, 'Coffee Table', 'table_norja_med', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(7, 21, 'Coffee Table', 'table_silo_med', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(8, 22, 'Occasional Table', 'table_plasto_4leg', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(9, 23, 'Round Dining Table', 'table_plasto_round', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(10, 24, 'Square Dining Table', 'table_plasto_bigsquare', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(11, 25, 'Shelf', 'stand_polyfon_z', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(12, 26, 'Dining Chair', 'chair_silo', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(13, 28, 'Cushioned', 'sofa_silo', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(14, 29, 'Bench', 'couch_norja', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(15, 30, 'Chair', 'chair_norja', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(16, 31, 'Large Coffee Table', 'table_polyfon_med', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(17, 32, 'Doormat', 'doormat_love', 's', 1, 1, 0.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(18, 33, 'Doormat', 'doormat_plain', 's', 1, 1, 0.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(19, 34, 'Armchair', 'sofachair_polyfon', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(20, 35, 'Two-seater Sofa', 'sofa_polyfon', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(21, 36, 'Large', 'sofachair_silo', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(22, 38, 'Plastic Pod Chair', 'chair_plasty', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(23, 39, 'Chair', 'chair_plasto', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(24, 40, 'Occasional Table', 'table_plasto_square', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(25, 41, 'Double Bed', 'bed_polyfon', 's', 2, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(26, 42, 'Single Bed', 'bed_polyfon_one', 's', 1, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(27, 43, 'Plain Single Bed', 'bed_trad_one', 's', 2, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(28, 44, 'Plain Double Bed', 'bed_trad', 's', 2, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(29, 45, 'Single Bed', 'bed_silo_one', 's', 1, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(30, 46, 'Double Bed', 'bed_silo_two', 's', 2, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(31, 47, 'Occasional Table', 'table_silo_small', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(32, 48, 'Double Bed', 'bed_armas_two', 's', 2, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(33, 49, 'bed_budget_one', 'bed_budget_one', 's', 1, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(34, 50, 'Comfortable', 'bed_budget', 's', 2, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(35, 51, 'Bookcase', 'shelves_armas', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(36, 52, 'Bench', 'bench_armas', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(37, 53, 'Dining Table', 'table_armas', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(38, 54, 'Occasional Table', 'small_table_armas', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(39, 55, 'Stool', 'small_chair_armas', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(40, 56, 'Authentic', 'fireplace_armas', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(41, 57, 'Table Lamp', 'lamp_armas', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(42, 58, 'Single Bed', 'bed_armas_one', 's', 1, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(43, 59, 'Floor rug', 'carpet_standard', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(44, 60, 'Hand-Woven Rug', 'carpet_armas', 's', 2, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(45, 61, 'Faux-Fur Bear Rug', 'carpet_polar', 's', 2, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(46, 62, 'Fireplace', 'fireplace_polyfon', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(47, 63, 'Square Dining Table', 'table_plasto_4leg*1', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(48, 64, 'Square Dining Table', 'table_plasto_bigsquare*1', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(49, 65, 'Round Dining Table', 'table_plasto_round*1', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(50, 66, 'Occasional Table', 'table_plasto_square*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(51, 67, 'Chair', 'chair_plasto*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(52, 68, 'Floor Rug', 'carpet_standard*1', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(53, 69, 'Doormat', 'doormat_plain*1', 's', 1, 1, 0.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(54, 70, 'Occasional Table', 'table_plasto_4leg*2', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(55, 71, 'Square Dining Table', 'table_plasto_bigsquare*2', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(56, 72, 'Round Dining Table', 'table_plasto_round*2', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(57, 73, 'Round Dining Table', 'table_plasto_square*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(58, 74, 'Chair', 'chair_plasto*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(59, 75, 'Doormat', 'doormat_plain*2', 's', 1, 1, 0.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(60, 76, 'Floor Rug', 'carpet_standard*2', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(61, 77, 'Round Dining Table', 'table_plasto_4leg*3', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(62, 78, 'Square Dining Table', 'table_plasto_bigsquare*3', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(63, 79, 'Round Dining Table', 'table_plasto_round*3', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(64, 80, 'Square Dining Table', 'table_plasto_square*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(65, 81, 'Chair', 'chair_plasto*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(66, 82, 'Floor Rug', 'carpet_standard*3', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(67, 83, 'Doormat', 'doormat_plain*3', 's', 1, 1, 0.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(68, 84, 'Square Dining Table', 'table_plasto_4leg*4', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(69, 87, 'Square Dining Table', 'table_plasto_square*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(70, 88, 'Chair', 'chair_plasto*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(71, 89, 'Floor Rug', 'carpet_standard*4', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(72, 90, 'Doormat', 'doormat_plain*4', 's', 1, 1, 0.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(73, 91, 'Doormat', 'doormat_plain*6', 's', 1, 1, 0.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(74, 93, 'Doormat', 'doormat_plain*5', 's', 1, 1, 0.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(75, 94, 'Floor Rug', 'carpet_standard*5', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(76, 95, 'Occasional Table', 'table_plasto_4leg*5', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(77, 96, 'Square Dining Table', 'table_plasto_bigsquare*5', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(78, 97, 'Round Dining Table', 'table_plasto_round*5', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(79, 98, 'Square Dining Table', 'table_plasto_square*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(80, 99, 'Chair', 'chair_plasto*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(81, 100, 'Occasional table Table', 'table_plasto_4leg*6', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(82, 101, 'Square Dining Table', 'table_plasto_bigsquare*6', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(83, 102, 'Round Dining Table', 'table_plasto_round*6', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(84, 103, 'Square Dining Table', 'table_plasto_square*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(85, 104, 'Chair', 'chair_plasto*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(86, 105, 'Occasional table', 'table_plasto_4leg*7', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(87, 106, 'Square Dining Table', 'table_plasto_bigsquare*7', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(88, 107, 'Round Dining Table', 'table_plasto_round*7', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(89, 108, 'Square Dining Table', 'table_plasto_square*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(90, 109, 'Chair', 'chair_plasto*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(91, 110, 'Occasional Table', 'table_plasto_4leg*8', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(92, 111, 'Square Dining Table', 'table_plasto_bigsquare*8', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(93, 112, 'Round Dining Table', 'table_plasto_round*8', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(94, 113, 'Square Dining Table', 'table_plasto_square*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(95, 114, 'Chair', 'chair_plasto*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(96, 115, 'Occasional Table', 'table_plasto_4leg*9', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(97, 116, 'Square Dining Table', 'table_plasto_bigsquare*9', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(98, 117, 'Square Dining Table', 'table_plasto_round*9', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(99, 119, 'Chair', 'chair_plasto*9', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(100, 120, 'Floor Rug', 'carpet_standard*6', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(101, 121, 'Plastic Pod Chair', 'chair_plasty*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(102, 122, 'Pizza Box', 'pizza', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(103, 123, 'Empty Cans', 'drinks', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(104, 124, 'Plastic Pod Chair', 'chair_plasty*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(105, 125, 'Plastic Pod Chair', 'chair_plasty*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(106, 126, 'Plastic Pod Chair', 'chair_plasty*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(107, 127, 'Mini-Bar', 'bar_polyfon', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '6,5,2,1'),
(108, 128, 'Aloe Vera', 'plant_cruddy', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(109, 129, 'Empty Spinning Bottle', 'bottle', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bottle', 0, '0'),
(110, 130, 'Bar/desk', 'bardesk_polyfon', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(111, 131, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(112, 133, 'Barrel Minibar', 'bar_armas', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '6,2,1'),
(113, 134, 'Bardesk', 'bartable_armas', 's', 1, 3, 1.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(114, 135, 'Barrel Stool', 'bar_chair_armas', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(115, 136, 'Soft Wool Rug', 'carpet_soft', 's', 2, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(116, 137, 'Soft Wool Rug', 'carpet_soft*1', 's', 2, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(117, 138, 'Soft Wool Rug', 'carpet_soft*2', 's', 2, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(118, 139, 'Soft Wool Rug', 'carpet_soft*3', 's', 2, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(119, 140, 'Soft Wool Rug', 'carpet_soft*4', 's', 2, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(120, 141, 'Soft Wool Rug', 'carpet_soft*5', 's', 2, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(121, 143, 'Soft Wool Rug', 'carpet_soft*6', 's', 2, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(122, 144, 'Portable TV', 'red_tv', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(123, 145, 'Large TV', 'wood_tv', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(124, 146, 'Pink Faux-Fur Bear Rug', 'carpet_polar*1', 's', 2, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(125, 147, 'Plastic Pod Chair', 'chair_plasty*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(126, 148, 'Blue Bear Rug', 'carpet_polar*2', 's', 2, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(127, 149, 'Yellow Bear Rug', 'carpet_polar*3', 's', 2, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(128, 150, 'Green Bear Rug', 'carpet_polar*4', 's', 2, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(129, 151, 'Plastic Pod Chair', 'chair_plasty*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(130, 152, 'Large Coffee Table', 'table_polyfon', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(131, 153, 'Large Dining Table', 'smooth_table_polyfon', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(132, 154, 'Armchair', 'sofachair_polyfon_girl', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(133, 155, 'Single Bed', 'bed_polyfon_girl_one', 's', 1, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(134, 156, 'Double Bed', 'bed_polyfon_girl', 's', 2, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(135, 157, 'Two-seater Sofa', 'sofa_polyfon_girl', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(136, 158, 'Plain Single Bed', 'bed_budgetb_one', 's', 1, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(137, 159, 'Plain Double Bed', 'bed_budgetb', 's', 2, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(138, 160, 'Pineapple Plant', 'plant_pineapple', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(139, 161, 'Fruit Tree', 'plant_fruittree', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(140, 162, 'Small Cactus', 'plant_small_cactus', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(141, 163, 'Bonsai Tree', 'plant_bonsai', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(142, 164, 'Mature Cactus', 'plant_big_cactus', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(143, 165, 'Yukka Plant', 'plant_yukka', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(144, 166, 'Floor Rug', 'carpet_standard*7', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(145, 167, 'Floor Rug', 'carpet_standard*8', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(146, 168, 'Floor Rug', 'carpet_standard*9', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(147, 169, 'Floor Rug', 'carpet_standard*10', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(148, 170, 'Floor Rug', 'carpet_standard*11', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(149, 171, 'Cut Sunflower', 'plant_sunflower', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(150, 172, 'Cut Roses', 'plant_rose', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(151, 173, 'Digital TV', 'tv_luxus', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(152, 174, 'Bubble Bath', 'bath', 's', 1, 2, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(153, 177, 'Sink', 'sink', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '100'),
(154, 178, 'Loo Seat', 'toilet', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(155, 179, 'Rubber Duck', 'duck', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(156, 180, 'Floor Tiles', 'tile', 's', 4, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(157, 181, 'Loo Seat', 'toilet_red', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(158, 182, 'Loo Seat', 'toilet_yell', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(159, 183, 'Floor Tiles', 'tile_red', 's', 4, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(160, 184, 'Floor Tiles', 'tile_yell', 's', 4, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(161, 187, 'Gift', 'present_gen', 's', 1, 1, 1.00, 1, 0, 0, 1, 0, 1, 1, 1, 0, 'default', 1, '0'),
(162, 188, 'Gift', 'present_gen1', 's', 1, 1, 1.00, 1, 0, 0, 1, 0, 1, 1, 1, 0, 'default', 1, '0'),
(163, 189, 'Gift', 'present_gen2', 's', 1, 1, 1.00, 1, 0, 0, 1, 0, 1, 1, 1, 0, 'default', 1, '0'),
(164, 190, 'Gift', 'present_gen3', 's', 1, 1, 1.00, 1, 0, 0, 1, 0, 1, 1, 1, 0, 'default', 1, '0'),
(165, 191, 'Gift', 'present_gen4', 's', 1, 1, 1.00, 1, 0, 0, 1, 0, 1, 1, 1, 0, 'default', 1, '0'),
(166, 192, 'Gift', 'present_gen5', 's', 1, 1, 1.00, 1, 0, 0, 1, 0, 1, 1, 1, 0, 'default', 1, '0'),
(167, 193, 'Gift', 'present_gen6', 's', 1, 1, 1.00, 1, 0, 0, 1, 0, 1, 1, 1, 0, 'default', 1, '0'),
(168, 195, 'A Pura Minibar', 'bar_basic', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '6,2,5,1'),
(169, 196, 'Pura Shelves', 'shelves_basic', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(170, 197, 'iced sofachair', 'soft_sofachair_norja', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(171, 198, 'iced sofa', 'soft_sofa_norja', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(172, 199, 'Pura Lamp', 'lamp_basic', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(173, 200, 'Lodge Candle', 'lamp2_armas', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(174, 201, 'Pura Refridgerator', 'fridge', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '3,5,6,2'),
(175, 202, 'Telephone Box', 'door', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(176, 204, 'Wardrobe', 'doorB', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(177, 205, 'Portaloo', 'doorC', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(178, 206, 'Pumpkin Lamp', 'pumpkin', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(179, 207, 'Skull Candle Holder', 'skullcandle', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(180, 208, 'Blood', 'deadduck', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(181, 209, 'Dead Duck 2', 'deadduck2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(182, 210, 'Dead Duck 3', 'deadduck3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(183, 211, 'Menorah', 'menorah', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(184, 212, 'Christmas Pudding', 'pudding', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(185, 213, 'Joint of Ham', 'ham', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(186, 214, 'Roast Turkey', 'turkey', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(187, 215, 'Christmas Rubber Duck', 'xm:emoji_relieved:uck', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(188, 216, 'Gingerbread House', 'house', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(189, 217, 'Electric Candles', 'triplecandle', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(190, 218, 'Christmas Tree 1', 'tree3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(191, 219, 'Christmas Tree 2', 'tree4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(192, 220, 'Christmas Tree 3', 'tree5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(193, 223, 'Eaten Ham', 'ham2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(194, 224, 'White Candle Plate', 'wcandleset', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(195, 225, 'Red Candle Plate', 'rcandleset', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(196, 226, 'Giant Heart', 'statue', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(197, 228, 'Valentine''s Duck', 'valeduck', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(198, 229, 'Heart Sofa', 'heartsofa', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(199, 230, 'Throne', 'throne', 's', 1, 1, 1.00, 0, 0, 1, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(200, 231, 'Russian Samovar', 'samovar', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'vendingmachine', 0, '1'),
(201, 232, 'Vase of Flowers', 'giftflowers', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(202, 233, 'Cake', 'habbocake', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(203, 234, 'Holopod', 'hologram', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'default', 2, '0'),
(204, 235, 'Wannabe bunny', 'easterduck', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(205, 236, 'Squidgy Bunny', 'bunny', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(206, 237, 'Basket Of Eggs', 'basket', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(207, 238, 'Pop-up Egg', 'birdie', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(208, 239, 'Holo-dice', 'edice', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'dice', 1, '0'),
(209, 267, 'Club sofa', 'club_sofa', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(210, 241, 'Gold Trophy', 'a0 prize1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(211, 242, 'Silver Trophy', 'a0 prize2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(212, 243, 'Bronze Trophy', 'a0 prize3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(213, 244, 'Hatch (Lockable)', 'divider_poly3', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(214, 245, 'Corner plinth', 'divider_arm1', 's', 1, 1, 1.40, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(215, 246, 'Room divider', 'divider_arm2', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(216, 247, 'Knock', 'divider_arm3', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(217, 248, 'Looks squishy', 'divider_nor1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(218, 249, 'Corner Shelf', 'divider_silo1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(219, 250, 'Strong', 'divider_nor2', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(220, 251, 'Screen', 'divider_silo2', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(221, 252, 'Door (Lockable)', 'divider_nor3', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(222, 253, 'Gate (lockable)', 'divider_silo3', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(223, 254, 'Typewriter', 'typingmachine', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(224, 260, 'Dragon Egg', 'spyro', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(225, 261, 'Holo-girl', 'redhologram', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 2, '0'),
(226, 264, 'Poinsetta', 'joulutahti', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(227, 265, 'Pink Hyacinth', 'hyacinth1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(228, 266, 'Blue Hyacinth', 'hyacinth2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(229, 268, 'Chair', 'chair_plasto*10', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(230, 269, 'Chair', 'chair_plasto*11', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(231, 270, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(232, 271, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(233, 273, 'Chair', 'chair_plasto*12', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(234, 274, 'Chair', 'chair_plasto*13', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(235, 275, 'HC chair', 'chair_plasto*14', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(236, 276, 'HC table', 'table_plasto_4leg*14', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(237, 277, 'Mochamaster', 'mocchamaster', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '9,8,14,15,6,10,11,12'),
(238, 278, 'Basketball Court', 'carpet_legocourt', 's', 3, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(239, 279, 'Team Bench', 'bench_lego', 's', 4, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(240, 280, 'Basketball Trophy', 'legotrophy', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 2, '0'),
(241, 283, 'Holiday Romance', 'valentinescreen', 's', 2, 1, 0.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(242, 284, 'Dicemaster', 'edicehc', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'dice', 4, '0'),
(243, 285, 'Petal Patch', 'rare_daffodil_rug', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(244, 286, 'Blue Amber Lamp', 'rare_beehive_bulb', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(245, 287, 'Throne Sofa', 'hcsohva', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(246, 288, 'Tubmaster', 'hcamme', 's', 1, 2, 0.60, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(247, 290, 'Golden Elephant', 'rare_elephant_statue', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(248, 291, 'Bird Bath (red)', 'rare_fountain', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(249, 292, 'Speaker''s Corner', 'rare_stand', 's', 1, 1, 1.70, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(250, 293, 'Snow Globe', 'rare_globe', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(251, 294, 'Hammock', 'rare_hammock', 's', 1, 3, 1.57, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(252, 295, 'Silver Elephant', 'rare_elephant_statue*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(253, 296, 'Bronze Elephant', 'rare_elephant_statue*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(254, 297, 'Bird Bath (grey)', 'rare_fountain*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(255, 298, 'Bird Bath (green)', 'rare_fountain*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(256, 299, 'Bird Bath (blue)', 'rare_fountain*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(257, 300, 'Red Amber Lamp', 'rare_beehive_bulb*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(258, 301, 'Yellow Amber Lamp', 'rare_beehive_bulb*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(259, 302, 'Lappland Greetings', 'rare_xmas_screen', 's', 2, 1, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(260, 303, 'Yellow Parasol', 'rare_parasol*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(261, 304, 'Orange Parasol', 'rare_parasol*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(262, 305, 'Violet Parasol', 'rare_parasol*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(263, 1758, 'Dead tree', 'tree1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(264, 3312, 'arabian_tile', 'arabian_tile', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(265, 2102, 'White Candle', 'wcandle', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(266, 2121, 'Red Candle', 'rcandle', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(267, 428, 'Gingerbread House', 'house2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(268, 449, 'Habbo Turntable', 'djesko_turntable', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(269, 457, 'Habbo Cola Machine', 'md_limukaappi', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '19'),
(270, 1484, 'Occasional Table', 'table_plasto_4leg*10', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(271, 1486, 'Occasional Table', 'table_plasto_4leg*15', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(272, 1487, 'Occasional Table', 'table_plasto_bigsquare*14', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(273, 1488, 'Occasional Table', 'table_plasto_bigsquare*15', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(274, 1489, 'Occasional Table', 'table_plasto_round*14', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(275, 1490, 'Occasional Table', 'table_plasto_round*15', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(276, 1491, 'Occasional Table', 'table_plasto_square*14', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(277, 1492, 'Occasional Table', 'table_plasto_square*15', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(278, 1495, 'Chair', 'chair_plasto*15', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(279, 1496, 'Plastic Pod Chair', 'chair_plasty*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(280, 1497, 'Plastic Pod Chair', 'chair_plasty*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(281, 1498, 'Plastic Pod Chair', 'chair_plasty*9', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(282, 1499, 'Plastic Pod Chair', 'chair_plasty*10', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(283, 1500, 'Plastic Pod Chair', 'chair_plasty*11', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(284, 1501, 'Chair', 'chair_plasto*16', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(285, 1502, 'Occasional Table', 'table_plasto_4leg*16', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(286, 1503, 'Scoreboard', 'hockey_score', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'scoreboard', 100, '0'),
(287, 1504, 'Lert', 'hockey_light', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'alert', 2, '0'),
(288, 1505, 'Imperial Teleport', 'doorD', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(289, 1506, 'Duck trophy', 'a0 prizetrophy2_b', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(290, 1507, 'Globe trophy', 'a0 prizetrophy3_b', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(291, 1508, 'Fish trophy', 'a0 prizetrophy4_b', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(292, 1509, 'Champion trophy', 'a0 prizetrophy5_b', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(293, 1512, 'Classic trophy', 'prizetrophy*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(294, 1512, 'Duck trophy', 'a0 prizetrophy2_g', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(295, 1513, 'Globe trophy', 'a0 prizetrophy3_g', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(296, 1514, 'Fish trophy', 'a0 prizetrophy4_g', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(297, 1515, 'Duo trophy', 'a0 prizetrophy5_g', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(298, 1516, 'Champion trophy', 'a0 prizetrophy6_g', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(299, 1519, 'Classic trophy', 'prizetrophy*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(300, 1518, 'Duck trophy', 'a0 prizetrophy2_s', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(301, 1519, 'Globe trophy', 'a0 prizetrophy3_s', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(302, 1520, 'Fish trophy', 'a0 prizetrophy4_s', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(303, 1521, 'Duo trophy', 'a0 prizetrophy5_s', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(304, 1522, 'Champion trophy', 'a0 prizetrophy6_s', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(305, 1526, 'Classic trophy', 'prizetrophy*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(306, 289, 'Green Parasol', 'rare_parasol*0', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(307, 1529, 'Oil Lamp', 'hc_lmp', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(308, 1528, 'Nordic Table', 'hc_tbl', 's', 1, 3, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(309, 1527, 'Majestic Chair', 'hc_chr', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(310, 1530, 'Study Desk', 'hc_dsk', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(311, 1531, 'Night', 'nest', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(312, 1532, 'Bones Mega Multipack', 'petfood1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(313, 1533, 'Sardines Mega Multipack', 'petfood2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(314, 1534, 'Cabbage Mega Multipack', 'petfood3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(315, 1535, 'Blue Water Bowl', 'waterbowl*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(316, 1536, 'Brown Water Bowl', 'waterbowl*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(317, 1537, 'Green Water Bowl', 'waterbowl*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(318, 1538, 'Red Water Bowl', 'waterbowl*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(319, 1539, 'Yellow Water Bowl', 'waterbowl*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(320, 1540, 'Rubber Ball', 'toy1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(321, 1541, 'Rubber Ball', 'toy1*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(322, 1542, 'Rubber Ball', 'toy1*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(323, 1543, 'Rubber Ball', 'toy1*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(324, 1544, 'Rubber Ball', 'toy1*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(325, 1545, 'Marzipan Man', 'goodie1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(326, 1546, 'Marzipan Man', 'goodie1*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(327, 1547, 'Marzipan Man', 'goodie1*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(328, 1548, 'Chocolate Mouse', 'goodie2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(329, 1547, 'Bronze Habbo trophy', 'a0 prizetrophy7_b', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(330, 1548, 'Gold Habbo trophy', 'a0 prizetrophy7_g', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(331, 1549, 'Silver Habbo trophy', 'a0 prizetrophy7_s', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(332, 1549, 'Red Laser Door', 'scifiport*0', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(333, 1550, 'Violet Sci-Fi Port', 'scifiport*9', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(334, 1551, 'Purple Sci-Fi Port', 'scifiport*8', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(335, 1552, 'Aqua Laser Gate', 'scifiport*7', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(336, 1553, 'White Sci-Fi Port', 'scifiport*6', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(337, 1554, 'Security Fence', 'scifiport*5', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(338, 1555, 'Pink Sci-Fi Port', 'scifiport*4', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(339, 1556, 'Jade Sci-Fi Port', 'scifiport*3', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(340, 1557, 'Blue Laser Gate', 'scifiport*2', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(341, 1558, 'Gold Laser Gate', 'scifiport*1', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(342, 1559, 'Neptune Smoke Machine', 'scifirocket*9', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(343, 1560, 'From a space far', 'scifirocket*8', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(344, 1561, 'Jupiter Smoke Machine', 'scifirocket*7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(345, 1562, 'Mercury Smoke Machine', 'scifirocket*6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(346, 1563, 'Uranus Smoke Machine', 'scifirocket*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(347, 1564, 'Venus Smoke Machine', 'scifirocket*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(348, 1565, 'Endor Smoke Machine', 'scifirocket*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(349, 1566, 'Earth Smoke Machine', 'scifirocket*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(350, 1567, 'Saturn Smoke Machine', 'scifirocket*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(351, 1568, 'Mars Smoke Machine', 'scifirocket*0', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(352, 1569, 'Violet Starship Door', 'scifidoor*10', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(353, 1570, 'It''s blue', 'scifidoor*9', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(354, 1571, 'Purple Spaceship Door', 'scifidoor*8', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(355, 1572, 'Aqua Spaceship Door', 'scifidoor*7', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(356, 1573, 'Black Monolith', 'scifidoor*6', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(357, 1574, 'White Spaceship Door', 'scifidoor*5', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(358, 1575, 'Emerald Spaceship Door', 'scifidoor*4', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(359, 1576, 'Lightblue Spaceship Door', 'scifidoor*3', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(360, 1577, 'Yellow Spaceship Door', 'scifidoor*2', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(361, 1578, 'Pink Spaceship Door', 'scifidoor*1', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(362, 1579, 'Puffy', 'pillow*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(363, 1580, 'Puffy', 'pillow*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(364, 1581, 'White Lace Pillow', 'pillow*0', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(365, 1582, 'Puffy', 'pillow*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(366, 1583, 'Puffy', 'pillow*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(367, 1584, 'Purple Velvet Pillow', 'pillow*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(368, 1585, 'Puffy', 'pillow*9', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(369, 1586, 'Puffy', 'pillow*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(370, 1587, 'Puffy', 'pillow*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(371, 1588, 'Puffy', 'pillow*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(372, 1589, 'Pink marquee', 'marquee*1', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(373, 1590, 'Red Dragon Marquee', 'marquee*2', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(374, 1591, 'Purple Marquee', 'marquee*7', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(375, 1592, 'White Marquee', 'marquee*10', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(376, 1593, 'Ultramarine Marquee', 'marquee*8', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(377, 1594, 'Green Marquee', 'marquee*9', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(378, 1595, 'Graphite Marquee', 'marquee*5', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(379, 1596, 'Yellow Marquee', 'marquee*4', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(380, 1597, 'Blue Marquee', 'marquee*6', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(381, 1598, 'Aqua Marquee', 'marquee*3', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(382, 1599, 'Pink Oriental screen', 'wooden_screen*1', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(383, 1600, 'RosewoodScreen', 'wooden_screen*2', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(384, 1601, 'Purple Oriental Screen', 'wooden_screen*7', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(385, 1602, 'White Oriental Screen', 'wooden_screen*0', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(386, 1603, 'Night Blue Oriental Screen', 'wooden_screen*8', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(387, 1604, 'Gray Oriental Screen', 'wooden_screen*5', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(388, 1605, 'Green Oriental Screen', 'wooden_screen*9', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(389, 1606, 'Golden Oriental Screen', 'wooden_screen*4', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(390, 1607, 'Blue Oriental Screen', 'wooden_screen*6', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(391, 1608, 'Terracotta Pillar', 'wooden_screen*3', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(392, 1610, 'Pink Marble Pillar', 'pillar*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(393, 1611, 'Rock Pillar', 'pillar*9', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(394, 1612, 'Classy architect', 'pillar*0', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(395, 1613, 'Roman Pillar', 'pillar*8', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(396, 1614, 'Nordic Pillar', 'pillar*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(397, 1615, 'Pagan Pillar', 'pillar*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(398, 1616, 'Dark Ages Pillar', 'pillar*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(399, 1617, 'Atlantean Pillar', 'pillar*7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(400, 1618, 'blue pillar', 'pillar*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(401, 1619, 'Serpent of Doom', 'rare_dragonlamp*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(402, 1620, 'Fire Dragon Lamp', 'rare_dragonlamp*0', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(403, 1621, 'Elf Green Dragon Lamp', 'rare_dragonlamp*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(404, 1622, 'Jade Dragon Lamp', 'rare_dragonlamp*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(405, 1623, 'Bronze Dragon Lamp', 'rare_dragonlamp*8', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(406, 1624, 'Purple Dragon Lamp', 'rare_dragonlamp*9', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(407, 1625, 'Sky Dragon Lamp', 'rare_dragonlamp*7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(408, 1626, 'Gold Dragon Lamp', 'rare_dragonlamp*6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(409, 1627, 'Sea Dragon Lamp', 'rare_dragonlamp*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(410, 1628, 'Silver Dragon Lamp', 'rare_dragonlamp*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(411, 1629, 'Blueberry Ice Cream Machine', 'rare_icecream*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '4'),
(412, 1630, 'Chocolate Ice Cream Machine', 'rare_icecream*7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '4'),
(413, 1631, 'Peppermint Ice Cream Machine', 'rare_icecream*8', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '4'),
(414, 1632, 'Pistachio Ice Cream Machine', 'rare_icecream*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '4'),
(415, 1633, 'Toffee Ice Cream Machine', 'rare_icecream*6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '4'),
(416, 1634, 'Bubblegum Ice Cream Machine', 'rare_icecream*9', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '4'),
(417, 1635, 'Blackcurrant Ice Cream Machine', 'rare_icecream*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '4'),
(418, 1636, 'Cherry Ice Cream Machine', 'rare_icecream*0', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '4'),
(419, 1637, 'Strawberry Ice Cream Machine', 'rare_icecream*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '4'),
(420, 1638, 'Vanilla Ice Cream Machine', 'rare_icecream*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '4'),
(421, 1639, 'Brown Powered Fan', 'rare_fan*7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(422, 1640, 'Ochre Powered Fan', 'rare_fan*6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(423, 1641, 'Fucsia Powered Fan', 'rare_fan*9', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(424, 1642, 'Purple Dragon Skin Fan', 'rare_fan*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(425, 1643, 'Festive Fan', 'rare_fan*0', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(426, 1644, 'SUPERLOVE Fan', 'rare_fan*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(427, 1645, 'Yellow Powered Fan', 'rare_fan*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(428, 1646, 'Birthday Fan', 'rare_fan*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(429, 1647, 'Stylish', 'rare_fan*8', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(430, 1648, 'Green Powered Fan', 'rare_fan*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(431, 1649, 'Ice Habbo Roller', 'queue_tile1*3', 's', 1, 1, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'roller', 1, '0'),
(432, 1650, 'Blue Habbo Roller', 'queue_tile1*6', 's', 1, 1, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'roller', 1, '0'),
(433, 1651, 'Gold Habbo Roller', 'queue_tile1*4', 's', 1, 1, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'roller', 1, '0'),
(434, 1652, 'Green Habbo Roller', 'queue_tile1*9', 's', 1, 1, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'roller', 1, '0'),
(435, 1653, 'Navy Habbo Roller', 'queue_tile1*8', 's', 1, 1, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'roller', 1, '0'),
(436, 1654, 'Knight Roller', 'queue_tile1*5', 's', 1, 1, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'roller', 1, '0'),
(437, 1655, 'Purple Habbo Roller', 'queue_tile1*7', 's', 1, 1, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'roller', 1, '0'),
(438, 1656, 'Red Habbo Roller', 'queue_tile1*2', 's', 1, 1, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'roller', 1, '0'),
(439, 1657, 'Pink Habbo Roller', 'queue_tile1*1', 's', 1, 1, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'roller', 1, '0'),
(440, 1658, 'White Quest Roller', 'queue_tile1*0', 's', 1, 1, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'roller', 1, '0'),
(441, 3278, 'ads_gsArcade_2 name', 'ads_gsArcade_2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(442, 1738, 'Snow Rug', 'rare_snowrug', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(443, 1741, 'Lantern', 'cn_lamp', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(444, 1742, 'Chinese Sofa', 'cn_sofa', 's', 3, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(445, 1745, 'Sport track straight', 'sporttrack1*1', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(446, 1747, 'Sport track straight grass', 'sporttrack1*3', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(447, 1748, 'Sport track straight asphalt', 'sporttrack1*2', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(448, 1750, 'Sport corner tartan', 'sporttrack2*1', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(449, 1751, 'Sport corner asphalt', 'sporttrack2*2', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(450, 1752, 'Sport corner grass', 'sporttrack2*3', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(451, 1754, 'Sport goal tartan', 'sporttrack3*1', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(452, 1755, 'Sport goal asphalt', 'sporttrack3*2', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(453, 1756, 'Sport goal grass', 'sporttrack3*3', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(454, 1757, 'Football Lamp', 'footylamp', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(455, 1759, 'Bar Stool', 'barchair_silo', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(456, 1760, 'Habbos', 'divider_nor4*4', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(457, 1761, 'Classic Traffic Light', 'traffic_light*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(458, 1762, 'Blue Traffic Light', 'traffic_light*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(459, 1763, 'Purple Traffic Light', 'traffic_light*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(460, 1764, 'Yellow Traffic Light', 'traffic_light*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(461, 1765, 'Red Traffic Light', 'traffic_light*6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
(462, 1766, 'Blue Inflatable Chair', 'rubberchair*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(463, 1767, 'Pink Inflatable Chair', 'rubberchair*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(464, 1768, 'Orange Inflatable Chair', 'rubberchair*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(465, 1769, 'Ocean Inflatable Chair', 'rubberchair*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(466, 1770, 'Lime Inflatable Chair', 'rubberchair*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(467, 1771, 'Violet Inflatable Chair', 'rubberchair*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(468, 1772, 'Yellow Maze Barrier', 'barrier*1', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(469, 1773, 'No trespassing', 'barrier*2', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(470, 1774, 'No trespassing', 'barrier*3', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(471, 1775, 'White Inflatable Chair', 'rubberchair*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(472, 1776, 'Black Inflatable Chair', 'rubberchair*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(473, 1777, 'Black Iced Table', 'table_norja_med*2', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(474, 1778, 'White Iced Table', 'table_norja_med*3', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(475, 1779, 'Urban Iced Coffee Table', 'table_norja_med*4', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(476, 1780, 'Large Coffee Table Pink', 'table_norja_med*5', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(477, 1781, 'Large Coffee Table Blue', 'table_norja_med*6', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(478, 1782, 'Rural Iced Coffee Table', 'table_norja_med*7', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(479, 1783, 'Large Coffee Table Yellow', 'table_norja_med*8', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(480, 1784, 'Large Coffee Table Red', 'table_norja_med*9', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(481, 1785, 'Black Iced Bench', 'couch_norja*2', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(482, 1786, 'White Iced Bench', 'couch_norja*3', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(483, 1787, 'Urban Iced Bench', 'couch_norja*4', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(484, 1788, 'Pink Bench', 'couch_norja*5', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(485, 1789, 'Blue Bench', 'couch_norja*6', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(486, 1790, 'Rural Iced Bench', 'couch_norja*7', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(487, 1791, 'Yellow Bench', 'couch_norja*8', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(488, 1792, 'Red Bench', 'couch_norja*9', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(489, 1793, 'Black Iced Bookcase', 'shelves_norja*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(490, 1794, 'Urban Iced Bookcase', 'shelves_norja*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(491, 1796, 'Pink Bookcase', 'shelves_norja*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(492, 1797, 'Blue Bookcase', 'shelves_norja*6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(493, 1798, 'Rural Iced Bookcase', 'shelves_norja*7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(494, 1799, 'Yellow Bookcase', 'shelves_norja*8', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(495, 1800, 'Red Bookcase', 'shelves_norja*9', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(496, 1801, 'Black Iced Chair', 'chair_norja*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(497, 1802, 'White Iced Chair', 'chair_norja*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(498, 1803, 'Urban Iced Chair', 'chair_norja*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(499, 1804, 'Pink Chair', 'chair_norja*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(500, 1805, 'Blue Chair', 'chair_norja*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(501, 1806, 'Rural Chair', 'chair_norja*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(502, 1807, 'Yellow Chair', 'chair_norja*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(503, 1808, 'Red Chair', 'chair_norja*9', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(504, 1809, 'Black Iced Corner', 'divider_nor1*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(505, 1810, 'Looks squishy', 'divider_nor1*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(506, 1811, 'Urban Iced Corner', 'divider_nor1*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(507, 1812, 'Pink Ice corner', 'divider_nor1*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(508, 1813, 'Blue Ice corner', 'divider_nor1*6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(509, 1814, 'Rural Iced Corner', 'divider_nor1*7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(510, 1815, 'Yellow Ice corner', 'divider_nor1*8', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(511, 1816, 'Red Ice corner', 'divider_nor1*9', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(512, 1817, 'Black Iced Sofa', 'soft_sofa_norja*2', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(513, 1818, 'Pristine white', 'soft_sofa_norja*3', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(514, 1819, 'Urban Iced Sofa', 'soft_sofa_norja*4', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(515, 1820, 'Pink Iced Sofa', 'soft_sofa_norja*5', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(516, 1821, 'Blue Iced Sofa', 'soft_sofa_norja*6', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(517, 1822, 'Rural Iced Sofa', 'soft_sofa_norja*7', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(518, 1823, 'Yellow Iced Sofa', 'soft_sofa_norja*8', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(519, 1824, 'Red Iced Sofa', 'soft_sofa_norja*9', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(520, 1825, 'Black Iced Sofachair', 'soft_sofachair_norja*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(521, 1826, 'White Iced Sofachair', 'soft_sofachair_norja*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(522, 1827, 'Urban Iced Sofachair', 'soft_sofachair_norja*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(523, 1828, 'Pink Iced Sofachair', 'soft_sofachair_norja*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(524, 1829, 'Blue Iced Sofachair', 'soft_sofachair_norja*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(525, 1830, 'Rural Iced Sofachair', 'soft_sofachair_norja*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(526, 1831, 'Yellow Iced Sofachair', 'soft_sofachair_norja*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(527, 1832, 'Red Iced Sofachair', 'soft_sofachair_norja*9', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(528, 1833, 'Large', 'sofachair_silo*2', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(529, 1834, 'Large', 'sofachair_silo*3', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(530, 1835, 'Beige Area Armchair', 'sofachair_silo*4', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(531, 1836, 'Pink Area Armchair', 'sofachair_silo*5', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(532, 1837, 'Blue Area Armchair', 'sofachair_silo*6', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(533, 1838, 'Green Area Armchair', 'sofachair_silo*7', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(534, 1839, 'Large', 'sofachair_silo*8', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(535, 1840, 'Red Area Armchair', 'sofachair_silo*9', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(536, 1841, 'Black Occasional Table', 'table_silo_small*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(537, 1842, 'White Occasional Table', 'table_silo_small*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(538, 1843, 'Beige Area Occasional Table', 'table_silo_small*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(539, 1844, 'Pink Area Occasional Table', 'table_silo_small*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(540, 1845, 'Blue Area Occasional Table', 'table_silo_small*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(541, 1846, 'Green Area Occasional Table', 'table_silo_small*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(542, 1847, 'Yellow Occasional Table', 'table_silo_small*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(543, 1848, 'Red Area Occasional Table', 'table_silo_small*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(544, 1849, 'Black Corner Shelf', 'divider_silo1*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(545, 1850, 'White Corner Shelf', 'divider_silo1*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(546, 1851, 'Beige Area Corner Shelf', 'divider_silo1*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(547, 1852, 'Pink Area Corner Shelf', 'divider_silo1*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(548, 1853, 'Blue Area Corner Shelf', 'divider_silo1*6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(549, 1854, 'Green Area Corner Shelf', 'divider_silo1*7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(550, 1855, 'Yellow Corner Shelf', 'divider_silo1*8', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(551, 1856, 'Red Area Corner Shelf', 'divider_silo1*9', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(552, 1857, 'Black Area Gate', 'divider_silo3*2', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(553, 1858, 'White Area Gate', 'divider_silo3*3', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(554, 1859, 'Beige Area Gate', 'divider_silo3*4', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(555, 1860, 'Pink Area Gate', 'divider_silo3*5', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(556, 1861, 'Blue Area Gate', 'divider_silo3*6', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(557, 1862, 'Green Area Gate', 'divider_silo3*7', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(558, 1863, 'Yellow Area Gate', 'divider_silo3*8', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(559, 1864, 'Red Area Gate', 'divider_silo3*9', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(560, 1865, 'Black Coffee Table', 'table_silo_med*2', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(561, 1866, 'White Coffee Table', 'table_silo_med*3', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(562, 1867, 'Beige Area Coffee Table', 'table_silo_med*4', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(563, 1868, 'Pink Area Coffee Table', 'table_silo_med*5', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(564, 1869, 'Blue Area Coffee Table', 'table_silo_med*6', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(565, 1870, 'Green Area Coffee Table', 'table_silo_med*7', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(566, 1871, 'Yellow Coffee Table', 'table_silo_med*8', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(567, 1872, 'Red Area Coffee Table', 'table_silo_med*9', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(568, 1873, 'Cushioned', 'sofa_silo*2', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(569, 1874, 'Cushioned', 'sofa_silo*3', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(570, 1875, 'Beige Area Sofa', 'sofa_silo*4', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(571, 1876, 'Pink Area Sofa', 'sofa_silo*5', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(572, 1877, 'Blue Area Sofa', 'sofa_silo*6', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(573, 1878, 'Green Area Sofa', 'sofa_silo*7', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(574, 1879, 'Cushioned', 'sofa_silo*8', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(575, 1880, 'Red Area Sofa', 'sofa_silo*9', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(576, 1881, 'Black Mode Armchair', 'sofachair_polyfon*2', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(577, 1882, 'White Armchair', 'sofachair_polyfon*3', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(578, 1883, 'Beige Mode Armchair', 'sofachair_polyfon*4', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(579, 1884, 'Blue Mode Armchair', 'sofachair_polyfon*6', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(580, 1885, 'Green Armchair', 'sofachair_polyfon*7', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(581, 1886, 'Yellow Mode Armchair', 'sofachair_polyfon*8', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(582, 1887, 'Red Armchair', 'sofachair_polyfon*9', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(583, 1888, 'Black Mode Sofa', 'sofa_polyfon*2', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(584, 1889, 'White Two-seater Sofa', 'sofa_polyfon*3', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(585, 1890, 'Beige Mode Sofa', 'sofa_polyfon*4', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(586, 1891, 'Blue Mode Sofa', 'sofa_polyfon*6', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(587, 1892, 'Green Two-seater Sofa', 'sofa_polyfon*7', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(588, 1893, 'Yellow Mode Sofa', 'sofa_polyfon*8', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(589, 1894, 'Black Mode Double Bed', 'sofa_polyfon*9', 's', 2, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(590, 1896, 'White Double Bed', 'bed_polyfon*3', 's', 2, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(591, 1897, 'Beige Mode Double Bed', 'bed_polyfon*4', 's', 2, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(592, 1898, 'Blue Mode Double Bed', 'bed_polyfon*6', 's', 2, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(593, 1899, 'Green Double Bed', 'bed_polyfon*7', 's', 2, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(594, 1900, 'Yellow Mode Double Bed', 'bed_polyfon*8', 's', 2, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(595, 1901, 'Red Double Bed', 'bed_polyfon*9', 's', 2, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(596, 1902, 'Black Mode Single Bed', 'bed_polyfon_one*2', 's', 1, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(597, 1903, 'White Single Bed', 'bed_polyfon_one*3', 's', 1, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(598, 1904, 'Beige Mode Single Bed', 'bed_polyfon_one*4', 's', 1, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(599, 1905, 'Blue Mode Single Bed', 'bed_polyfon_one*6', 's', 1, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(600, 1906, 'Green Single Bed', 'bed_polyfon_one*7', 's', 1, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(601, 1907, 'Yellow Mode Single Bed', 'bed_polyfon_one*8', 's', 1, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(602, 1908, 'Red Single Bed', 'bed_polyfon_one*9', 's', 1, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(603, 1909, 'Black Mode Bardesk', 'bardesk_polyfon*2', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(604, 1910, 'White Bardesk', 'bardesk_polyfon*3', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(605, 1911, 'Beige Mode Bardesk', 'bardesk_polyfon*4', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(606, 1912, 'Candy Bar', 'bardesk_polyfon*5', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(607, 1913, 'Blue Mode Bardesk', 'bardesk_polyfon*6', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(608, 1914, 'Green Bardesk', 'bardesk_polyfon*7', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(609, 1915, 'Yellow Mode Bardesk', 'bardesk_polyfon*8', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(610, 1916, 'Red Bardesk', 'bardesk_polyfon*9', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(611, 1917, 'Black Mode Bardesk Corner', 'bardeskcorner_polyfon*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(612, 1918, 'White Corner Desk', 'bardeskcorner_polyfon*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(613, 1919, 'Beige Mode Bardesk Corner', 'bardeskcorner_polyfon*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(614, 1920, 'Candy Corner', 'bardeskcorner_polyfon*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(615, 1921, 'Blue Mode Bardesk Corner', 'bardeskcorner_polyfon*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(616, 1922, 'Green Corner Desk', 'bardeskcorner_polyfon*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(617, 1923, 'Yellow Mode Bardesk Corner', 'bardeskcorner_polyfon*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(618, 1924, 'Red Corner Desk', 'bardeskcorner_polyfon*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(619, 1925, 'Black Mode Bardesk Gate', 'divider_poly3*2', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(620, 1926, 'White Hatch', 'divider_poly3*3', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(621, 1927, 'Beige Mode Bardesk Gate', 'divider_poly3*4', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(622, 1928, 'Candy Hatch (Lockable)', 'divider_poly3*5', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(623, 1929, 'Blue Mode Bardesk Gate', 'divider_poly3*6', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(624, 3276, 'ads_idol_l_carpet name', 'ads_idol_l_carpet', 's', 2, 7, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, '', 1, '0'),
(625, 1931, 'Yellow Mode Bardesk Gate', 'divider_poly3*8', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(626, 1932, 'Red Hatch', 'divider_poly3*9', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(627, 1933, 'Black Dining Chair', 'chair_silo*2', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(628, 1934, 'White Dining Chair', 'chair_silo*3', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(629, 1935, 'Beige Silo Dining Chair', 'chair_silo*4', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(630, 1936, 'Pink Silo Dining Chair', 'chair_silo*5', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(631, 1937, 'Blue Area Dining Chair', 'chair_silo*6', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(632, 1938, 'Green Area Dining Chair', 'chair_silo*7', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(633, 1939, 'Yellow Dining Chair', 'chair_silo*8', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(634, 1940, 'Red Area Dining Chair', 'chair_silo*9', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(635, 1941, 'No way through', 'divider_nor3*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(636, 1942, 'White Iced Gate', 'divider_nor3*3', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(637, 1943, 'Urban Iced Gate', 'divider_nor3*4', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(638, 1944, 'Pink Iced gate', 'divider_nor3*5', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(639, 1945, 'Blue Iced gate', 'divider_nor3*6', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(640, 1946, 'Rural Iced gate', 'divider_nor3*7', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(641, 1947, 'Yellow Iced gate', 'divider_nor3*8', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(642, 1948, 'Red Iced gate', 'divider_nor3*9', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(643, 1949, 'Black Iced Bar-Desk', 'divider_nor2*2', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(644, 1950, 'Strong', 'divider_nor2*3', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(645, 1951, 'Urban Iced Bar', 'divider_nor2*4', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(646, 1952, 'Pink Iced bar desk', 'divider_nor2*5', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(647, 1953, 'Blue Iced bar desk', 'divider_nor2*6', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(648, 1954, 'Rural Iced Bar', 'divider_nor2*7', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(649, 1955, 'Yellow Iced bar desk', 'divider_nor2*8', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(650, 1956, 'Red Iced bar desk', 'divider_nor2*9', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(651, 1957, 'Area Quest Desk', 'silo_studydesk', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(652, 1958, 'White Solarium', 'solarium_norja', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(653, 1959, 'Black Solarium', 'solarium_norja*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(654, 1960, 'Beige Solarium', 'solarium_norja*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(655, 1961, 'Urban Solarium', 'solarium_norja*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(656, 1962, 'Pink Solarium', 'solarium_norja*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(657, 1963, 'Blue Solarium', 'solarium_norja*6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(658, 1964, 'Rural Solarium', 'solarium_norja*7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(659, 1965, 'Yellow Solarium', 'solarium_norja*8', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(660, 1966, 'Red Solarium', 'solarium_norja*9', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(661, 1967, 'Tropical Beach Rug', 'sandrug', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(662, 1968, 'Moon Patch', 'rare_moonrug', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(663, 1969, 'Chinese Lacquer Chair', 'chair_china', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(664, 1970, 'Chinese Lacquer Table', 'china_table', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(665, 1971, 'Red Sleeping Bag', 'sleepingbag*1', 's', 1, 3, 0.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(666, 1972, 'Lime Sleeping Bag', 'sleepingbag*2', 's', 1, 3, 0.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(667, 1973, 'Ocean Sleeping Bag', 'sleepingbag*3', 's', 1, 3, 0.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(668, 1974, 'Safety Sleeping Bag', 'sleepingbag*4', 's', 1, 3, 0.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(669, 1975, 'Safe Minibar', 'safe_silo', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '17'),
(670, 1976, 'Orange Sleeping Bag', 'sleepingbag*7', 's', 1, 3, 0.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(671, 1977, 'eXceptional Sleeping Bag', 'sleepingbag*9', 's', 1, 3, 0.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(672, 1978, 'Graphite Sleeping Bag', 'sleepingbag*5', 's', 1, 3, 0.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(673, 1979, 'Khaki Sleeping Bag', 'sleepingbag*10', 's', 1, 3, 0.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(674, 1980, 'Purple Sleeping Bag', 'sleepingbag*6', 's', 1, 3, 0.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(675, 1981, 'Golden Sleeping Bag', 'sleepingbag*8', 's', 1, 3, 0.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(676, 1982, 'Chinese Bookshelf', 'china_shelve', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(677, 1983, 'White Traffic Light', 'traffic_light*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(678, 1984, 'Habbos', 'divider_nor4*2', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(679, 1985, 'Habbos', 'divider_nor4*3', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(680, 1986, 'Habbos', 'divider_nor4*5', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(681, 1987, 'Habbos', 'divider_nor4*6', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(682, 1988, 'Habbos', 'divider_nor4*7', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(683, 1989, 'Habbos', 'divider_nor4*8', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(684, 1990, 'Habbos', 'divider_nor4*9', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(685, 1991, 'Black Iced Angle', 'divider_nor5*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(686, 1992, 'White Iced Angle', 'divider_nor5*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(687, 1993, 'Urban Iced Angle', 'divider_nor5*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(688, 1994, 'Blue Iced Angle', 'divider_nor5*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(689, 1996, 'Rural Iced Angle', 'divider_nor5*7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(690, 1997, 'Yellow Iced Angle', 'divider_nor5*8', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(691, 1998, 'Red Iced Angle', 'divider_nor5*9', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(692, 1999, 'Plain Iced Angle', 'divider_nor5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(693, 2000, 'Habbos', 'divider_nor4', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(694, 2001, 'Dragon Screen', 'wall_china', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(695, 2002, 'Firm', 'corner_china', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(696, 2003, 'Black Bar Stool', 'barchair_silo*2', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(697, 2004, 'White Bar Stool', 'barchair_silo*3', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(698, 2005, 'Beige Bar Stool', 'barchair_silo*4', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(699, 2006, 'Pink Bar Stool', 'barchair_silo*5', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(700, 2007, 'Blue Bar Stool', 'barchair_silo*6', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(701, 2008, 'Green Bar Stool', 'barchair_silo*7', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(702, 2009, 'Yellow Bar Stool', 'barchair_silo*8', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(703, 2010, 'Red Bar Stool', 'barchair_silo*9', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(704, 2011, 'Black Safe Minibar', 'safe_silo*2', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '17'),
(705, 2012, 'White Safe Minibar', 'safe_silo*3', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '17'),
(706, 2013, 'Beige Safe Minibar', 'safe_silo*4', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '17'),
(707, 2014, 'Pink Safe Minibar', 'safe_silo*5', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '17'),
(708, 2015, 'Blue Safe Minibar', 'safe_silo*6', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '17'),
(709, 2016, 'Green Safe Minibar', 'safe_silo*7', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '17'),
(710, 2017, 'Yellow Safe Minibar', 'safe_silo*8', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '17'),
(711, 2018, 'Red Safe Minibar', 'safe_silo*9', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '17'),
(712, 2019, 'Glass shelf', 'glass_shelf', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(713, 2020, 'Glass chair', 'glass_chair', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(714, 2021, 'Glass stool', 'glass_stool', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(715, 2022, 'Glass sofa', 'glass_sofa', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(716, 2023, 'Glass table', 'glass_table', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(717, 2024, 'Glass table', 'glass_table*2', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(718, 2025, 'White Glass Table', 'glass_table*3', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(719, 2026, 'Glass table', 'glass_table*4', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(720, 2027, 'Candy Glass Table', 'glass_table*5', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(721, 2028, 'Blue Glass Table', 'glass_table*6', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(722, 2029, 'Green Glass Table', 'glass_table*7', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(723, 2030, 'Yellow Glass Table', 'glass_table*8', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(724, 2031, 'Glass table', 'glass_table*9', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(725, 2032, 'Glass chair', 'glass_chair*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(726, 2033, 'Glass chair', 'glass_chair*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(727, 2034, 'Glass chair', 'glass_chair*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(728, 2035, 'Candy Glass Chair', 'glass_chair*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(729, 2036, 'Blue Glass Chair', 'glass_chair*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(730, 2037, 'Green Glass Chair', 'glass_chair*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(731, 2038, 'Yellow Glass Chair', 'glass_chair*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(732, 2039, 'Glass chair', 'glass_chair*9', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(733, 2040, 'Glass sofa', 'glass_sofa*2', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(734, 2041, 'White Glass Sofa', 'glass_sofa*3', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(735, 2042, 'Glass sofa', 'glass_sofa*4', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(736, 2043, 'Candy Glass Sofa', 'glass_sofa*5', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(737, 2044, 'Blue Glass Sofa', 'glass_sofa*6', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(738, 2045, 'Green Glass Sofa', 'glass_sofa*7', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(739, 2046, 'Yellow Glass Sofa', 'glass_sofa*8', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(740, 2047, 'Glass sofa', 'glass_sofa*9', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(741, 2048, 'Glass stool', 'glass_stool*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(742, 2050, 'Glass stool', 'glass_stool*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(743, 2051, 'Candy Glass Stool', 'glass_stool*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(744, 2052, 'Blue Glass Stool', 'glass_stool*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(745, 2053, 'Green Glass Stool', 'glass_stool*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(746, 2054, 'Yellow Glass Stool', 'glass_stool*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(747, 2056, 'White Glass Stool', 'glass_stool*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(748, 2057, 'Glass stool', 'glass_stool*9', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(749, 2063, 'Gold Coin', 'CF_10_coin_gold', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(750, 2064, 'Bronze Coin', 'CF_1_coin_bronze', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(751, 2065, 'Sack of Credits', 'CF_20_moneybag', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(752, 2066, 'Gold Bar', 'CF_50_goldbar', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(753, 2067, 'Silver Coin', 'CF_5_coin_silver', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(754, 2068, 'Persian Carpet', 'hc_crpt', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(755, 2069, 'Forget plasma', 'hc_tv', 's', 2, 1, 1.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(756, 2070, 'Gothic Portcullis', 'gothgate', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(757, 2071, 'Gothic Candelabra', 'gothiccandelabra', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(758, 2072, 'Gothic Railing', 'gothrailing', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(759, 2073, 'Gothic table', 'goth_table', 's', 1, 5, 1.70, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(760, 2074, 'Medieval Bookcase', 'hc_bkshlf', 's', 1, 4, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(761, 2075, 'Electric Butler', 'hc_btlr', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '24'),
(762, 2076, 'Antique Drapery', 'hc_crtn', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(763, 2077, 'The Grammophon', 'hc_djset', 's', 3, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(764, 2078, 'Heavy Duty Fireplace', 'hc_frplc', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(765, 2079, 'Victorian Street Light', 'hc_lmpst', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(766, 2080, 'Weird Science Machine', 'hc_machine', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(767, 2081, 'HC Rollers Set', 'hc_rllr', 's', 1, 1, 0.50, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'roller', 1, '0'),
(768, 2082, 'X-Ray Divider', 'hc_rntgn', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(769, 2083, 'Drinks Trolley', 'hc_trll', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(770, 2084, 'Gothic Chair Pink', 'gothic_chair*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(771, 2085, 'Gothic Sofa Pink', 'gothic_sofa*1', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(772, 2086, 'Gothic Stool Pink', 'gothic_stool*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(773, 2087, 'Golden Gothic Chair', 'gothic_chair*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(774, 2088, 'Golden Gothic Sofa', 'gothic_sofa*2', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(775, 2089, 'Golden Gothic Stool', 'gothic_stool*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(776, 2090, 'Red Gothic Chair', 'gothic_chair*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(777, 2091, 'Red Gothic Sofa', 'gothic_sofa*3', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(778, 2092, 'Red Gothic Stool', 'gothic_stool*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(779, 2093, 'Black Gothic Chair', 'gothic_chair*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(780, 2094, 'Black Gothic Sofa', 'gothic_sofa*4', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(781, 2095, 'Black Gothic Stool', 'gothic_stool*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(782, 2096, 'Green Gothic Chair', 'gothic_chair*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(783, 2097, 'Green Gothic Sofa', 'gothic_sofa*5', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(784, 2098, 'Green Gothic Stool', 'gothic_stool*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(785, 2099, 'Gothic Chair Blue', 'gothic_chair*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(786, 2100, 'Gothic Sofa Blue', 'gothic_sofa*6', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(787, 2101, 'Valentine''s Cauldron', 'gothic_stool*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(788, 2105, 'Sound Machine', 'sound_machine', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(789, 2106, 'Turquoise Romantique Piano Chair', 'romantique_pianochair*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(790, 2107, 'Onyx Piano Stool', 'romantique_pianochair*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(791, 2108, 'Lime Romantique Piano Chair', 'romantique_pianochair*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(792, 2109, 'Amber Piano Stool', 'romantique_pianochair*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(793, 2110, 'Rose Quartz Piano Stool', 'romantique_pianochair*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(794, 2111, 'Turquoise Romantique Divan', 'romantique_divan*3', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(795, 2112, 'Onyx Chaise-Longue', 'romantique_divan*5', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(796, 2113, 'Emerald Chaise-Longue', 'romantique_divan*2', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(797, 2114, 'Amber Chaise-Longue', 'romantique_divan*4', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(798, 2115, 'Rose Quartz Chaise-Longue', 'romantique_divan*1', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(799, 2116, 'Turquoise Romantique Chair', 'romantique_chair*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(800, 2117, 'Onyx Chair', 'romantique_chair*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(801, 2118, 'Lime Romantique Chair', 'romantique_chair*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(802, 2119, 'Amber Chair', 'romantique_chair*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(803, 2120, 'Rose Quartz Chair', 'romantique_chair*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(804, 2123, 'Yellow Valentine Rose', 'plant_valentinerose*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(805, 2124, 'Purple Valentine''s Rose', 'plant_valentinerose*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(806, 2125, 'White Valentine''s Rose', 'plant_valentinerose*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(807, 2126, 'Pink Valentine''s Rose', 'plant_valentinerose*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(808, 2127, 'Red Valentine''s Rose', 'plant_valentinerose*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(809, 2128, 'Maze Shrubbery Gate', 'plant_mazegate', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(810, 2129, 'Maze Shrubbery', 'plant_maze', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(811, 2130, 'Bulrush', 'plant_bulrush', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(812, 2131, 'T-Bones Mega Multipack', 'petfood4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(813, 2132, 'Red carpet', 'carpet_valentine', 's', 2, 7, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(814, 2133, 'Cobbled Path', 'gothic_carpet', 's', 2, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(815, 2134, 'Dungeon Floor', 'gothic_carpet2', 's', 2, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(816, 2135, '', 'gothic_chair', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(817, 2136, '', 'gothic_sofa', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(818, 2137, '', 'gothic_stool', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(819, 2138, 'Pink Grand Piano', 'grand_piano*3', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(820, 2139, 'Onyx Grand Piano', 'grand_piano*5', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(821, 2140, 'Black Grand Piano', 'grand_piano*2', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(822, 2141, 'Amber Grand Piano', 'grand_piano*4', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(823, 2142, 'Turquoise Grand Piano', 'grand_piano*1', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(824, 2143, 'Deluxe Theatre Chair', 'theatre_seat', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 6, '0'),
(825, 2144, 'Treats Tray', 'romantique_tray2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(826, 2145, 'Breakfast Tray', 'romantique_tray1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(827, 2146, 'Turquoise Tray Table', 'romantique_smalltabl*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(828, 2147, 'Onyx Tray Table', 'romantique_smalltabl*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(829, 2148, 'Lime Tray Table', 'romantique_smalltabl*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(830, 2149, 'Amber Tray Table', 'romantique_smalltabl*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(831, 2150, 'Rose Quartz Tray Table', 'romantique_smalltabl*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(832, 2151, 'Dressing Table', 'romantique_mirrortabl', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(833, 2152, 'Turquoise Screen', 'romantique_divider*3', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(834, 2153, 'Green Screen', 'romantique_divider*2', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(835, 2154, 'Amber Screen', 'romantique_divider*4', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(836, 2155, 'Rose Quartz Screen', 'romantique_divider*1', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(837, 2156, 'Large Tatami Mat', 'jp_tatami2', 's', 2, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(838, 2157, 'Small Tatami Mat', 'jp_tatami', 's', 2, 2, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(839, 2158, 'Director''s Chair', 'habbowood_chair', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(840, 2159, 'Bamboo Forest', 'jp_bamboo', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(841, 2160, 'Irori', 'jp_irori', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(842, 2161, 'Pillow Chair', 'jp_pillow', 's', 1, 1, 0.80, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(843, 2162, 'Habbo Sounds 1', 'sound_set_1', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(844, 2163, 'Habbo Sounds 3', 'sound_set_2', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(845, 845, 'Jukebox', 'jukebox_big', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'jukebox', 1, '0'),
(846, 2609, 'Welcome', 'carpet_soft_tut', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(847, 2610, 'Graveyard Portal', 'sound_set_44', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(848, 2614, 'SFX 1', 'sound_set_43', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(849, 2624, 'Haunted Mansion', 'sound_set_42', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(850, 2612, 'Rock 8', 'sound_set_41', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(851, 2615, 'Rock 4', 'sound_set_40', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(852, 2622, 'Rock 7', 'sound_set_39', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(853, 2616, 'Rock 6', 'sound_set_38', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(854, 2617, 'Grunge Chair', 'grunge_chair', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(855, 2618, 'Grunge Mattress', 'grunge_mattress', 's', 3, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(856, 2621, 'Radiator', 'grunge_radiator', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(857, 2619, 'Grunge Bookshelf', 'grunge_shelf', 's', 3, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(858, 2613, 'Road Sign', 'grunge_sign', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(859, 2623, 'Grunge Table', 'grunge_table', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(860, 2611, 'Creepy Crypt', 'habboween_crypt', 's', 1, 3, 1.10, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 2, '0'),
(861, 2626, 'Unholy Ground', 'habboween_grass', 's', 2, 2, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(862, 2625, 'Habboween Cauldron', 'hal_cauldron', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '30'),
(863, 2620, 'Haunted Grave', 'hal_grave', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(864, 2633, 'Christmas Party', 'sound_set_52', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(865, 2631, 'Club 6', 'sound_set_51', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(866, 2632, 'Club 5', 'sound_set_50', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(867, 2634, 'Club 4', 'sound_set_49', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(868, 2629, 'Club 3', 'sound_set_48', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(869, 2627, 'Club 2', 'sound_set_47', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(870, 2630, 'Club 1', 'sound_set_46', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(871, 2628, 'Lost_Beatness', 'sound_set_45', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(872, 2641, 'Lantern Bundle 2', 'xmas_icelamp', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(873, 2646, 'Ice Castle Wall', 'xmas_cstl_wall', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(874, 2651, 'Ice Castle Tower', 'xmas_cstl_twr', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(875, 2636, 'Ice Castle Gate', 'xmas_cstl_gate', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(876, 2653, 'Snowy Christmas Tree', 'tree7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(877, 2638, 'Flashy Christmas Tree', 'tree6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(878, 2649, 'Oh Blinging Tree', 'sound_set_54', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(879, 2652, 'Snowy Surprise', 'sound_set_53', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(880, 2642, 'postbank Safe', 'safe_silo_pb', 's', 1, 1, 1.30, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '17'),
(881, 2640, 'Snowy Maze Gate', 'plant_mazegate_snow', 's', 2, 1, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(882, 2635, 'Snowy Maze Bundle 2', 'plant_maze_snow', 's', 2, 1, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(883, 2648, 'Winter Sleigh', 'christmas_sleigh', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(884, 2637, 'Reindeer', 'christmas_reindeer', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(885, 2654, 'Reindeer Droppings', 'christmas_poop', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(886, 2643, 'Executive Bar Desk', 'exe_bardesk', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(887, 2647, 'Executive Sofa Chair', 'exe_chair', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(888, 2650, 'Executive Boss Chair', 'exe_chair2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(889, 2655, 'Executive Corner Desk', 'exe_corner', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(890, 2645, 'Executive Drinks Tray', 'exe_drinks', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(891, 2639, '3-Seater Sofa', 'exe_sofa', 's', 3, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(892, 2644, 'Take a memo', 'exe_table', 's', 3, 2, 1.10, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(893, 2670, 'RnB Grooves 5', 'sound_set_59', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(894, 2656, 'RnB Grooves 4', 'sound_set_58', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(895, 2673, 'RnB Grooves 3', 'sound_set_57', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(896, 2669, 'RnB Grooves 2', 'sound_set_56', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(897, 2671, 'RnB Grooves 1', 'sound_set_55', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(898, 2687, 'Lightweight', 'noob_table*1', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(899, 2688, 'Lightweight', 'noob_table*2', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(900, 2689, 'Lightweight', 'noob_table*3', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(901, 2690, 'Lightweight', 'noob_table*4', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(902, 2691, 'Lightweight', 'noob_table*5', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(903, 2692, 'Lightweight', 'noob_table*6', 's', 2, 2, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(904, 2657, 'My first Habbo stool', 'noob_stool*1', 's', 1, 1, 1.00, 0, 0, 1, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(905, 2658, 'My first Habbo stool', 'noob_stool*2', 's', 1, 1, 1.00, 0, 0, 1, 0, 0, 1, 0, 1, 0, 'default', 1, '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
(906, 2659, 'My first Habbo stool', 'noob_stool*3', 's', 1, 1, 1.00, 0, 0, 1, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(907, 2660, 'My first Habbo stool', 'noob_stool*4', 's', 1, 1, 1.00, 0, 0, 1, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(908, 2661, 'My first Habbo stool', 'noob_stool*5', 's', 1, 1, 1.00, 0, 0, 1, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(909, 2662, 'My first Habbo stool', 'noob_stool*6', 's', 1, 1, 1.00, 0, 0, 1, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(910, 2681, 'My first Habbo rug', 'noob_rug*1', 's', 2, 3, 0.00, 1, 1, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0'),
(911, 2682, 'My first Habbo rug', 'noob_rug*2', 's', 2, 3, 0.00, 1, 1, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0'),
(912, 2683, 'My first Habbo rug', 'noob_rug*3', 's', 2, 3, 0.00, 1, 1, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0'),
(913, 2684, 'My first Habbo rug', 'noob_rug*4', 's', 2, 3, 0.00, 1, 1, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0'),
(914, 2685, 'My first Habbo rug', 'noob_rug*5', 's', 2, 3, 0.00, 1, 1, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0'),
(915, 2686, 'My first Habbo rug', 'noob_rug*6', 's', 2, 3, 0.00, 1, 1, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0'),
(916, 2663, 'My first Habbo lamp', 'noob_lamp*1', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 2, '0'),
(917, 2664, 'My first Habbo lamp', 'noob_lamp*2', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 2, '0'),
(918, 2665, 'My first Habbo lamp', 'noob_lamp*3', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 2, '0'),
(919, 2666, 'My first Habbo lamp', 'noob_lamp*4', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 2, '0'),
(920, 2667, 'My first Habbo lamp', 'noob_lamp*5', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 2, '0'),
(921, 2668, 'My first Habbo lamp', 'noob_lamp*6', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 2, '0'),
(922, 2675, 'Lightweight', 'noob_chair*1', 's', 1, 1, 1.00, 0, 0, 1, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(923, 2676, ' practical', 'noob_chair*2', 's', 1, 1, 1.00, 0, 0, 1, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(924, 2677, ' practical', 'noob_chair*3', 's', 1, 1, 1.00, 0, 0, 1, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(925, 2678, ' practical', 'noob_chair*4', 's', 1, 1, 1.00, 0, 0, 1, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(926, 2679, ' practical', 'noob_chair*5', 's', 1, 1, 1.00, 0, 0, 1, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(927, 2680, 'Power Globe', 'noob_chair*6', 's', 1, 1, 1.00, 0, 0, 1, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(928, 2674, 'Executive Plant', 'exe_plant', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(929, 2699, 'Grey Share Bear', 'val_teddy*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(930, 2700, 'Pink Share Bear', 'val_teddy*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(931, 2701, 'Green Share Bear', 'val_teddy*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(932, 2702, 'Brown Share Bear', 'val_teddy*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(933, 2703, 'Yellow Share Bear', 'val_teddy*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(934, 2704, 'Blue Share Bear', 'val_teddy*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(935, 2696, 'Love Randomiser', 'val_randomizer', 's', 4, 1, 1.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'loveshuffler', 1, '0'),
(936, 2697, 'Heart Shaped Chocs', 'val_choco', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(937, 2693, 'Teleport Door', 'teleport_door', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 0, 1, 1, 0, 'teleport', 2, '0'),
(938, 2698, 'Latin Love 3', 'sound_set_61', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(939, 2695, 'Latin Love 2', 'sound_set_60', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(940, 2694, 'Crystal Ball', 'fortune', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'dice', 1, '0'),
(941, 2713, 'Adventure Desk', 'sw_table', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(942, 2711, 'Raven', 'sw_raven', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(943, 2709, 'Ye Olde Chest', 'sw_chest', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(944, 2710, 'Sand Castle Wall', 'sand_cstl_wall', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(945, 2705, 'Sand Castle Tower', 'sand_cstl_twr', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(946, 2712, 'Sand Castle Gate', 'sand_cstl_gate', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(947, 2708, 'Candle Box', 'grunge_candle', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(948, 2707, 'Bench', 'grunge_bench', 's', 3, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(949, 2706, 'Flaming Barrel', 'grunge_barrel', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(950, 2733, 'Moon Lamp', 'rclr_lamp', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(951, 2426, 'Bubble trophy', 'a0 prizetrophy8_g', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(952, 2736, 'nouvelle_trax', 'nouvelle_trax', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(953, 2727, 'Bubble Juice Floor', 'md_rug', 's', 4, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(954, 2720, 'Sushi Kohada', 'jp_tray6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(955, 2717, 'Sushi Tamago', 'jp_tray5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(956, 2725, 'Sushi Uni', 'jp_tray4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(957, 2726, 'Sushi Ikura', 'jp_tray3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(958, 2724, 'Sushi Ika', 'jp_tray2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(959, 2715, 'Sushi Maguro', 'jp_tray1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(960, 2716, 'Tea Maker', 'arabian_teamk', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '1'),
(961, 2732, 'Ornamental Urn', 'arabian_snake', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(962, 2719, 'Berber Kilim Rug', 'arabian_rug', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(963, 2722, 'Green Blossom Pillow', 'arabian_pllw', 's', 1, 1, 0.80, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(964, 2730, 'Soft wooden screen', 'arabian_divdr', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(965, 2721, 'Exotic', 'arabian_chair', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(966, 2731, 'Amanjena Table', 'arabian_bigtb', 's', 3, 2, 0.80, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(967, 2714, 'Hexagonal Tea Table', 'arabian_tetbl', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(968, 2734, 'Mint Tea Tray', 'arabian_tray1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(969, 2735, 'Candle Tray', 'arabian_tray2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(970, 2723, 'Sweets Tray', 'arabian_tray3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(971, 2728, 'Sweet', 'arabian_tray4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(972, 2738, 'Alhambra Trax 3', 'sound_set_64', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(973, 2740, 'Alhambra Trax 2', 'sound_set_63', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(974, 2741, 'Alhambra Trax 1', 'sound_set_62', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(975, 2739, 'Jukebox Pacha TV', 'jukebox_ptv*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'jukebox', 1, '0'),
(976, 2737, 'Calippo icecream machine', 'calippo', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '4'),
(977, 2744, 'traxsilver', 'traxsilver', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(978, 2742, 'traxgold', 'traxgold', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(979, 2743, 'traxbronze', 'traxbronze', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(980, 2745, 'bench_puffet', 'bench_puffet', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(981, 2764, 'Gold Bar (China)', 'CFC_500_goldbar', 's', 1, 1, 0.40, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(982, 2770, 'Sack of Credits (China)', 'CFC_200_moneybag', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(983, 3275, 'Mesh Corner', 'urban_fence_corner', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(984, 2796, 'Gold Coin (China)', 'CFC_100_coin_gold', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(985, 2772, 'Silver Coin (China)', 'CFC_50_coin_silver', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(986, 2749, 'Chabu Dai', 'jp_table', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(987, 2750, 'Shishi Odishi', 'jp_rare', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(988, 2748, 'Katana Green', 'jp_katana3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(989, 2747, 'Katana Blue', 'jp_katana2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(990, 2751, 'HC Katana Red', 'jp_katana1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(991, 2757, 'Tiki Waterfall', 'tiki_waterfall', 's', 3, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(992, 2765, 'Tiki Pig Tray', 'tiki_tray4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(993, 2753, 'Tiki Fish Tray', 'tiki_tray3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(994, 2768, 'Tiki Pineapple Plate', 'tiki_tray2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(995, 2755, 'Tiki Fruit Tray', 'tiki_tray1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(996, 2792, 'Empty Tray', 'tiki_tray0', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(997, 2756, 'Toucan', 'tiki_toucan', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(998, 2773, 'Beach Torch', 'tiki_torch', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(999, 2782, '****** Statue', 'tiki_statue', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1000, 2798, 'Island Sand Patch', 'tiki_sand', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1001, 2769, 'Tiki Parasol', 'tiki_parasol', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1002, 2781, 'Jungle Patch', 'tiki_junglerug', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1003, 2794, 'Tiki Bar Corner', 'tiki_corner', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1004, 2785, 'Butterflies', 'tiki_bflies', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1005, 2784, 'Tiki Bar Stool', 'tiki_bench', 's', 1, 1, 1.30, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1006, 2795, 'Tiki Bar Desk', 'tiki_bardesk', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1007, 2754, 'tampax_rug', 'tampax_rug', 's', 3, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1008, 2767, 'Sound set 70', 'sound_set_70', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1009, 2799, 'Sound set 69', 'sound_set_69', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1010, 2793, 'Sound set 68', 'sound_set_68', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1011, 2771, 'Sound set 67', 'sound_set_67', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1012, 2752, 'Sound set 66', 'sound_set_66', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1013, 2766, 'Sound set 65', 'sound_set_65', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1014, 118, 'Square Dining Table', 'table_plasto_square*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1015, 227, 'Giant Heart', 'heart', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1016, 3265, 'Street Lamp', 'urban_lamp', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1017, 2783, 'Lucky Bamboo', 'noob_plant', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 1, 0, 'default', 1, '0'),
(1018, 4244, 'Street Wall', 'urban_wall', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(1019, 1510, 'Champion trophy', 'a0 prizetrophy6_b', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(1020, 2774, 'Japanese Teamaker', 'jp_teamaker', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '28'),
(1021, 2838, 'September 2008', 'svnr_uk', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1022, 2825, 'August 2008', 'svnr_nl', 's', 1, 2, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1023, 2813, 'July 2008', 'svnr_it', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1024, 2801, 'October 2008', 'svnr_de', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1025, 2836, 'November 2008', 'svnr_aus', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1026, 2840, 'Accompaniments', 'diner_tray_7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1027, 2826, 'Vanilla', 'diner_tray_6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1028, 2815, 'Bacon and Eggs', 'diner_tray_5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1029, 2800, 'Pancakes', 'diner_tray_4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1030, 2841, 'Spaghetti Meatballs', 'diner_tray_3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1031, 2802, 'Steak and Mash', 'diner_tray_2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1032, 2839, 'Burger and Chips', 'diner_tray_1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1033, 2837, 'Had your fill', 'diner_tray_0', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1034, 2804, 'Aqua Diner Sofa 2', 'diner_sofa_2*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1035, 2805, 'Pink Diner Sofa 2', 'diner_sofa_2*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1036, 2806, 'Black Diner Sofa 2', 'diner_sofa_2*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1037, 2807, 'White Diner Sofa 2', 'diner_sofa_2*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1038, 2808, 'Latte Diner Sofa 2', 'diner_sofa_2*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1039, 2809, 'Blue Diner Sofa 2', 'diner_sofa_2*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1040, 2810, 'Green Diner Sofa 2', 'diner_sofa_2*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1041, 2811, 'Yellow Diner Sofa 2', 'diner_sofa_2*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1042, 2812, 'Red Diner Sofa 2', 'diner_sofa_2*9', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1043, 2814, 'Diner Shaker', 'diner_shaker', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1044, 2803, 'Diner Floor', 'diner_rug', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1045, 2827, 'Aqua Gumball Machine', 'diner_gumvendor*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1046, 2828, 'Pink Gumball Machine', 'diner_gumvendor*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1047, 2829, 'Black Gumball Machine', 'diner_gumvendor*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1048, 2830, 'White Gumball Machine', 'diner_gumvendor*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1049, 2831, 'Latte Gumball Machine', 'diner_gumvendor*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1050, 2832, 'Blue Gumball Machine', 'diner_gumvendor*6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1051, 2833, 'Green Gumball Machine', 'diner_gumvendor*7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1052, 2834, 'Yellow Gumball Machine', 'diner_gumvendor*8', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1053, 2835, 'Red Gumball Machine', 'diner_gumvendor*9', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1054, 2816, 'Aqua Diner Till', 'diner_cashreg*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1055, 2817, 'Pink Diner Till', 'diner_cashreg*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1056, 2818, 'Black Diner Till', 'diner_cashreg*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1057, 2819, 'White Diner Till', 'diner_cashreg*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1058, 2820, 'Latte Diner Till', 'diner_cashreg*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1059, 2821, 'Blue Diner Till', 'diner_cashreg*6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1060, 2822, 'Green Diner Till', 'diner_cashreg*7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1061, 2823, 'Yellow Diner Till', 'diner_cashreg*8', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1062, 2824, 'Red Diner Till', 'diner_cashreg*9', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1063, 2879, 'Aqua Diner Table', 'diner_table_2*1', 's', 3, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1064, 2880, 'Pink Diner Table', 'diner_table_2*2', 's', 3, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1065, 2881, 'Black Diner Table', 'diner_table_2*3', 's', 3, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1066, 2882, 'White Diner Table', 'diner_table_2*4', 's', 3, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1067, 2883, 'Latte Diner Table', 'diner_table_2*5', 's', 3, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1068, 2884, 'Blue Diner Table', 'diner_table_2*6', 's', 3, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1069, 2885, 'Green Diner Table', 'diner_table_2*7', 's', 3, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1070, 2886, 'Yellow Diner Table', 'diner_table_2*8', 's', 3, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1071, 2887, 'Red Diner Table', 'diner_table_2*9', 's', 3, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1072, 2897, 'Aqua Diner Booth Table', 'diner_table_1*1', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1073, 2898, 'Pink Diner Booth Table', 'diner_table_1*2', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1074, 2899, 'Black Diner Booth Table', 'diner_table_1*3', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1075, 2900, 'White Diner Booth Table', 'diner_table_1*4', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1076, 2901, 'Latte Diner Booth Table', 'diner_table_1*5', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1077, 2902, 'Blue Diner Booth Table', 'diner_table_1*6', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1078, 2903, 'Green Diner Booth Table', 'diner_table_1*7', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1079, 2904, 'Yellow Diner Booth Table', 'diner_table_1*8', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1080, 2905, 'Red Diner Booth Table', 'diner_table_1*9', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1081, 2888, 'Aqua Diner Sofa 1', 'diner_sofa_1*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1082, 2889, 'Pink Diner Sofa 1', 'diner_sofa_1*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1083, 2890, 'Black Diner Sofa 1', 'diner_sofa_1*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1084, 2891, 'White Diner Sofa 1', 'diner_sofa_1*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1085, 2892, 'Latte Diner Sofa 1', 'diner_sofa_1*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1086, 2893, 'Blue Diner Sofa 1', 'diner_sofa_1*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1087, 2894, 'Green Diner Sofa 1', 'diner_sofa_1*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1088, 2895, 'Yellow Diner Sofa 1', 'diner_sofa_1*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1089, 2896, 'Red Diner Sofa 1', 'diner_sofa_1*9', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1090, 2861, 'Aqua Diner Stool', 'diner_chair*1', 's', 1, 1, 1.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1091, 2862, 'Pink Diner Stool', 'diner_chair*2', 's', 1, 1, 1.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1092, 2863, 'Black Diner Stool', 'diner_chair*3', 's', 1, 1, 1.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1093, 2864, 'White Diner Stool', 'diner_chair*4', 's', 1, 1, 1.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1094, 2865, 'Latte Diner Stool', 'diner_chair*5', 's', 1, 1, 1.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1095, 2866, 'Blue Diner Stool', 'diner_chair*6', 's', 1, 1, 1.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1096, 2867, 'Green Diner Stool', 'diner_chair*7', 's', 1, 1, 1.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1097, 2868, 'Yellow Diner Stool', 'diner_chair*8', 's', 1, 1, 1.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1098, 2869, 'Red Diner Stool', 'diner_chair*9', 's', 1, 1, 1.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1099, 2842, 'Aqua Diner Gate', 'diner_bardesk_gate*1', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1100, 2843, 'Pink Diner Gate', 'diner_bardesk_gate*2', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1101, 2844, 'Black Diner Gate', 'diner_bardesk_gate*3', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1102, 2845, 'White Diner Gate', 'diner_bardesk_gate*4', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1103, 2846, 'Latte Diner Gate', 'diner_bardesk_gate*5', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1104, 2847, 'Blue Diner Gate', 'diner_bardesk_gate*6', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1105, 2848, 'Green Diner Gate', 'diner_bardesk_gate*7', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1106, 2849, 'Yellow Diner Gate', 'diner_bardesk_gate*8', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1107, 2850, 'Red Diner Gate', 'diner_bardesk_gate*9', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1108, 2870, 'Aqua Diner Corner', 'diner_bardesk_corner*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1109, 2871, 'Pink Diner Corner', 'diner_bardesk_corner*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1110, 2872, 'Black Diner Corner', 'diner_bardesk_corner*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1111, 2873, 'Latte Diner Corner', 'diner_bardesk_corner*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1112, 2875, 'Blue Diner Corner', 'diner_bardesk_corner*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1113, 2876, 'Green Diner Corner', 'diner_bardesk_corner*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1114, 2877, 'Yellow Diner Corner', 'diner_bardesk_corner*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1115, 2878, 'Red Diner Corner', 'diner_bardesk_corner*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1116, 2851, 'Aqua Diner Bar', 'diner_bardesk*1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1117, 2852, 'Pink Diner Bar', 'diner_bardesk*2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1118, 2853, 'Black Diner Bar', 'diner_bardesk*3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1119, 2854, 'White Diner Bar', 'diner_bardesk*4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1120, 2855, 'Latte Diner Bar', 'diner_bardesk*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1121, 2856, 'Blue Diner Bar', 'diner_bardesk*6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1122, 2857, 'Green Diner Bar', 'diner_bardesk*7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1123, 2858, 'Yellow Diner Bar', 'diner_bardesk*8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1124, 2859, 'Red Diner Bar', 'diner_bardesk*9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1125, 2860, 'ads_dave_cns', 'ads_dave_cns', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1126, 2911, 'easy_carpet name', 'easy_carpet', 's', 4, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1127, 2907, 'easy_bowl2', 'easy_bowl2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1128, 2910, 'Greek Corner', 'greek_corner', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1129, 2908, 'Enter mortal', 'greek_gate', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1130, 2909, 'Greek Pillars', 'greek_pillars', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1131, 2906, 'Greek Seat', 'greek_seat', 's', 1, 1, 0.50, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1132, 2622, 'Greek trophy', 'a0 greektrophy_g', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(1133, 2623, 'Greek trophy', 'a0 greektrophy_s', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(1134, 2624, 'Greek trophy', 'a0 greektrophy_b', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(1135, 2915, 'greek_block', 'greek_block', 's', 2, 1, 0.80, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1136, 2923, 'Glass Table', 'hcc_table', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1137, 2917, 'Bookshelf', 'hcc_shelf', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1138, 2921, 'Low Back Sofa', 'hcc_sofa', 's', 2, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1139, 2924, 'Cool look', 'hcc_minibar', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '24'),
(1140, 2919, 'Trendy Stool', 'hcc_chair', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1141, 2918, 'Crime scene', 'det_divider', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1142, 2916, 'netari_carpet', 'netari_carpet', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1143, 2922, 'Chalk Outline', 'det_body', 's', 2, 3, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1144, 2920, 'Antique Stool', 'hcc_stool', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1145, 2925, 'Reclining Chair', 'hcc_sofachair', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1146, 2926, 'Glass Corner', 'hcc_crnr', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1147, 2927, 'Glass Divider', 'hcc_dvdr', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1148, 2928, 'sob_carpet', 'sob_carpet', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1149, 2929, 'My Hump', 'igor_seat', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1150, 2936, 'The Brain', 'ads_igorbrain', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1151, 2934, 'Igor Switch', 'ads_igorswitch', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1152, 2930, 'ads_711', 'ads_711*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '19'),
(1153, 2931, 'ads_711', 'ads_711*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '19'),
(1154, 2932, 'ads_711', 'ads_711*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '19'),
(1155, 2933, 'ads_711', 'ads_711*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '19'),
(1156, 2935, 'Igor Ray Gun', 'ads_igorraygun', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1157, 2944, 'Blood Sink', 'hween08_sink', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '29'),
(1158, 2942, 'Hospital Curtain (blood)', 'hween08_curtain', 's', 3, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1159, 2948, 'Blood Bath', 'hween08_bath', 's', 1, 2, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1160, 2938, 'Life Support (blood)', 'hween08_defibs', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1161, 2943, 'Body Bag', 'hween08_bbag', 's', 1, 3, 1.30, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(1162, 2949, 'Hospital Curtain (ooze)', 'hween08_curtain2', 's', 3, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1163, 2939, 'Life Support (ooze)', 'hween08_defibs2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1164, 2945, 'Hospital Bed (blood)', 'hween08_bed', 's', 1, 3, 2.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(1165, 2940, 'Ooze Sink', 'hween08_sink2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '30'),
(1166, 2937, 'Hospital Bed (ooze)', 'hween08_bed2', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(1167, 2947, 'Ooze Bath', 'hween08_bath2', 's', 1, 2, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1168, 2946, 'Manhole', 'hween08_manhole', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1169, 2941, ' poke', 'hween08_trll', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1170, 2956, 'Glass High Bar Table', 'party_table', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1171, 2963, 'Spotlight', 'party_discol', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(1172, 2950, 'Stage Block Large', 'party_block2', 's', 2, 2, 0.70, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1173, 2957, 'Bar Corner', 'party_barcorn', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1174, 2960, 'High Class Bar Stool', 'party_chair', 's', 1, 1, 1.30, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1175, 2959, 'Small Stage', 'party_block', 's', 1, 1, 0.90, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1176, 2965, 'Dance Floor Laser', 'party_ravel', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(1177, 2966, 'Despite being made a lava', 'party_tube_lava', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1178, 2955, 'Club Tray', 'party_tray', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '31'),
(1179, 2954, 'Scratch it', 'party_djtable', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1180, 2958, 'Disco Floor', 'party_floor', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 10, '0'),
(1181, 2964, 'Glitter Ball', 'party_ball', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1182, 2951, 'Bubbles Machine', 'party_tube_bubble', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1183, 2953, ' MC', 'party_mic', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1184, 2961, 'Dance Floor Beamer', 'party_beamer', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 7, '0'),
(1185, 2962, 'Bar Centre', 'party_bardesk', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1186, 2952, 'Club seat', 'party_seat', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1187, 3005, 'Snow Seat', 'xmas08_snowpl', 's', 1, 1, 1.00, 0, 1, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1188, 2977, 'Emperor Penguin', 'penguin_basic', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1189, 2972, 'Arctic Penguin Trophy', 'xmas08_trph1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1190, 2995, 'Musketeer Penguin', 'penguin_musketeer', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1191, 3009, 'Icy table', 'xmas08_table', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1192, 2986, 'Hot Tub', 'xmas08_hottub', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1193, 2990, 'Luchador Penguin', 'penguin_wrestler', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1194, 3011, 'Blow it up', 'fx_explosion', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 0, 'rentals', 2, '0'),
(1195, 2969, 'Robot Penguin', 'penguin_robot', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1196, 2967, 'Icy Christmas Tree', 'xmas08_icetree', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1197, 2974, 'Camp fire', 'campfire', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1198, 3002, 'Ice', 'xmas08_icerug', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(1199, 3008, 'Executive Penguin', 'penguin_suit', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1200, 2991, 'December 2008', 'svnr_fi', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1201, 2982, 'Snow Storm', 'xmas_snow', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1202, 2988, 'Hockey Penguin', 'penguin_icehockey', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1203, 3007, 'Pilot Penguin', 'penguin_pilot', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1204, 2996, 'Ballerina Penguin', 'penguin_ballet', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1205, 3000, 'Arctic SFX', 'sound_set_71', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1206, 2979, 'Boxer Penguin', 'penguin_boxer', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1207, 2993, 'Fluorescent Penguin', 'penguin_glow', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1208, 2984, 'Summer Penguin', 'penguin_swim', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1209, 2994, 'Sumo Penguin', 'penguin_sumo', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1210, 2985, 'Bubbles', 'xmas08_geysir', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1211, 2989, 'Clown Penguin', 'penguin_clown', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1212, 2983, 'Infected Penguin', 'penguin_infected', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1213, 3013, 'Firestarter', 'fx_flare', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 0, 'rentals', 2, '0'),
(1214, 2968, 'Snowball Lantern Pile', 'xmas08_lantern', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1215, 3001, 'Ice chair', 'xmas08_chair', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1216, 2998, 'Superhero Penguin', 'penguin_super', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1217, 2978, 'Icy Teleport', 'xmas08_telep', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(1218, 3006, 'Cube Tree', 'xmas08_cubetree', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1219, 3010, 'Disco Penguin', 'penguin_rock', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1220, 2992, 'Ice divider', 'xmas08_dvdr1', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1221, 2980, 'Ice Fish Hole', 'xmas08_hole', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '34'),
(1222, 2981, 'XC Penguin', 'penguin_ski', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1223, 2973, 'Skater Penguin', 'penguin_skater', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1224, 2970, 'Icy Divider Corner', 'xmas08_dvdr2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1225, 2971, 'Christmas Penguin', 'penguin_elf', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1226, 2975, 'Bunny Penguin', 'penguin_bunny', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1227, 2976, 'Ninja Penguin', 'penguin_ninja', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1228, 2997, 'Magic Penguin', 'penguin_magician', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1229, 3003, 'Beautiful Penguin', 'penguin_hunchback', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1230, 2987, 'Cowboy Penguin', 'penguin_cowboy', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1231, 3004, 'Punk Penguin', 'penguin_punk', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1232, 2999, 'Pirate Penguin', 'penguin_pirate', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1233, 3018, 'ads_ob_pillow name', 'ads_ob_pillow', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1234, 3016, 'Leviathon', 'lostc_merdragon', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1235, 3017, 'Idea Agency Desk', 'ads_cldesk', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1236, 3015, 'Eco Friendly Penguin', 'xmas08_trph2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1237, 3014, 'Whatever your Idea', 'ads_cltele', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(1238, 3019, 'Childline Rug', 'ads_clfloor', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1239, 3020, 'Mall tele-door', 'ads_mall_tele', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(1240, 3024, 'Moongate', 'china_moongt', 's', 1, 3, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1241, 3022, 'Lotus Pool', 'bolly_lotus_pool', 's', 2, 2, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1242, 3025, 'Ox Statue', 'china_ox', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1243, 3026, 'Petal Flurry', 'bolly_petals', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1244, 3042, 'Palm Tree', 'bolly_tree', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1245, 3037, 'Swing low', 'bolly_swing', 's', 2, 1, 1.50, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1246, 3030, 'Star Pillow', 'bolly_pillow', 's', 1, 1, 0.80, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1247, 3031, 'Bollywood Corner', 'bolly_corner', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1248, 3033, 'Elephant MiniBar', 'bolly_phant', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '35'),
(1249, 3036, 'Monkey Lamp', 'bolly_monkey_lamp', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1250, 3040, 'Green Curtain', 'bolly_drapeb', 's', 3, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1251, 3044, 'Planet of Love', 'planet_of_love', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1252, 3041, 'Chandelier', 'bolly_lamp', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1253, 3034, 'Bollywood Desk', 'bolly_desk', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1254, 3043, 'Vase of Flowers', 'bolly_vase', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1255, 3027, 'Standard Tile', 'bolly_tile2', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1256, 3035, 'Large Ornamental Table', 'bolly_table', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1257, 3032, 'Yellow Curtain', 'bolly_drapec', 's', 3, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1258, 3029, 'Extravagant Fountain', 'bolly_fountain', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1259, 3305, 'Executive Teleport', 'exe_elevator', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(1260, 3028, 'Ornamental Tile', 'bolly_tile1', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1261, 3038, 'Pink Curtain', 'bolly_drapea', 's', 3, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1262, 3045, 'ads_idol_floor1 name', 'ads_idol_floor1', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1263, 3049, 'Inventor''s Desk', 'ads_igor_dsk', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1264, 3050, 'ads_idol_desk', 'ads_idol_desk', 's', 1, 4, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1265, 3051, 'ads_idol_ch', 'ads_idol_ch', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1266, 3046, 'Glass Flask', 'ads_igor_flask', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1267, 3048, 'ads_idol_drape name', 'ads_idol_drape', 's', 3, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1268, 3047, 'ads_idol_floor2 name', 'ads_idol_floor2', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1269, 3052, 'Kraken', 'lostc_octopus', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1270, 3076, 'Marble Floor Tile', 'lc_tile1', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1271, 3073, 'Small Jellyfish Lamp', 'lc_medusa2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1272, 3068, 'Sally Lightfoot', 'lc_crab2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1273, 3071, 'March Collectable 2009', 'lostc_teleport', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(1274, 3058, 'ads_idol_piano name', 'ads_idol_piano', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1275, 3078, 'Large Coral Divider', 'lc_coral_divider_hi', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1276, 3066, 'ads_711shelf name', 'ads_711shelf', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '19'),
(1277, 3072, 'Water Tube Corner', 'lc_tubes_corners', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1278, 3067, 'Captain''s Table', 'lc_table', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1279, 3069, 'Cobbled Stones', 'lc_tile2', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1280, 3074, 'Anemone', 'lc_anemone', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(1281, 3077, 'Small Coral Divider', 'lc_coral_divider_low', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1282, 3060, 'Ocean Window Rug', 'lc_glass_floor', 's', 2, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1283, 3064, 'Large Jellyfish Lamp', 'lc_medusa1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1284, 3062, 'Crab Patch', 'lc_crab1', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1285, 3059, 'ads_idol_jukebox name', 'ads_idol_jukebox*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'jukebox', 1, '0'),
(1286, 3056, 'ads_idol_pchair name', 'ads_idol_pchair', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1287, 3065, 'Water Tube Straight', 'lc_tubes_straight', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1288, 3057, 'ads_idol_audChr name', 'ads_idol_audChr', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1289, 3055, 'ads_idol_trax name', 'ads_idol_trax', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1290, 3053, 'ads_idol_tele', 'ads_idol_tele', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(1291, 3075, 'Wooden Corner', 'lc_corner', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1292, 3063, 'Wooden Stool', 'lc_stool', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1293, 3061, 'No rusty nails', 'lc_chair', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1294, 3070, 'Wooden Bar Desk', 'lc_desk', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1295, 3054, 'ads_idol_mic name', 'ads_idol_mic', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1296, 3080, 'ads_idol_hotspot name', 'ads_idol_hotspot', 's', 1, 1, 0.20, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 103, '0'),
(1297, 3079, 'ads_idol_clRack name', 'ads_idol_clRack', 's', 3, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1298, 3081, 'ads_idol_voting_ch name', 'ads_idol_voting_ch', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1299, 3095, 'Ecotron prize', 'ecotron_box', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1300, 3082, 'Eco Light 2', 'eco_light2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1301, 3094, 'Eco Stool 3', 'eco_chair3', 's', 1, 1, 1.00, 0, 0, 1, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1302, 3086, 'Eco Coffee Table 3', 'eco_table3', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1303, 3092, 'Eco Lamp 2', 'eco_lamp2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1304, 3088, 'Eco Armchair 3', 'eco_sofa3', 's', 1, 1, 1.00, 0, 0, 1, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1305, 3089, 'Eco Coffee Table 2', 'eco_table2', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1306, 3102, 'Fruit Bowl 2', 'eco_fruits2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1307, 3096, 'Eco Armchair 1', 'eco_sofa1', 's', 1, 1, 1.00, 0, 0, 1, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1308, 3104, 'Fruit Bowl 3', 'eco_fruits3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1309, 3098, 'Eco Light 1', 'eco_light1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1310, 3093, 'Actually', 'eco_tree1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1311, 3105, 'Potted Cactus 2', 'eco_cactus2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1312, 3111, 'Talk To FRANK Brain Lamp', 'ads_frankb', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1313, 3090, 'Road Signs', 'bump_signs', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 0, 'default', 7, '0'),
(1314, 3083, 'Potted Cactus 1', 'eco_cactus1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1315, 3106, 'Eco Stool 2', 'eco_chair2', 's', 1, 1, 1.00, 0, 0, 1, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1316, 3085, 'Potted Cactus 3', 'eco_cactus3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1317, 3101, 'Bumper Tyres', 'bump_tires', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 0, 1, 0, 'default', 3, '0'),
(1318, 3103, 'Traffic Lights', 'bump_lights', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 0, 'default', 3, '0'),
(1319, 3091, 'Eco Lamp 3', 'eco_lamp3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1320, 3099, 'Eco Coffee Table 1', 'eco_table1', 's', 2, 2, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1321, 3084, 'Eco Stool 1', 'eco_chair1', 's', 1, 1, 1.00, 0, 0, 1, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1322, 3100, 'Eco Armchair 2', 'eco_sofa2', 's', 1, 1, 1.00, 0, 0, 1, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1323, 3110, 'Road', 'bump_road', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 0, 1, 0, 'default', 4, '0'),
(1324, 3107, 'Fruit Bowl 1', 'eco_fruits1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1325, 3097, 'Eco Lamp 1', 'eco_lamp1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1326, 3108, 'Eco Light 3', 'eco_light3', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1327, 3109, 'Pear Tree', 'eco_tree2', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1328, 3113, 'Totem Leg', 'totem_leg', 's', 1, 1, 1.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 9, '0'),
(1329, 3112, 'ads_grefusa_cactus name', 'ads_grefusa_cactus', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1330, 3126, 'ads_idol_tube name', 'ads_idol_tube', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1331, 3122, 'Executive Light', 'exe_light', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(1332, 3120, 'ads_idol_cork name', 'ads_idol_cork', 's', 3, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1333, 3127, 'Idea Agency Jukebox', 'ads_cl_jukeb', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1334, 3129, 'Grass patch', 'env_grass', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1335, 3125, 'Forest Trunk Seat', 'env_tree3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1336, 3115, 'Eco Hedgerow', 'env_bushes', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1337, 3128, 'Eco Hedgerows Gate', 'env_bushes_gate', 's', 1, 2, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1338, 3119, 'Executive Gate', 'exe_gate', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1339, 3116, 'ads_idol_newsDsk name', 'ads_idol_newsDsk', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1340, 3117, 'Forest Tree Chair', 'env_tree1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1341, 3123, 'Forest Tree Americana', 'env_tree2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1342, 3121, 'Cubist Light', 'exe_cubelight', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1343, 3118, 'The Four Seasons Tree', 'env_tree4', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(1344, 3114, 'Sphere Lamp', 'exe_artlamp', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1345, 3124, 'ads_idol_ichair name', 'ads_idol_ichair', 's', 1, 1, 1.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1346, 3133, 'Wedding Cake', 'tray_cake', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1347, 3132, 'ads_reebok_block2', 'ads_reebok_block2', 's', 2, 2, 0.80, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1348, 3135, 'ads_malaco_rug_name', 'ads_malaco_rug', 's', 3, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1349, 3134, 'Champagne Bucket', 'tray_champagne', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1350, 3130, 'Champagne Tower', 'tray_glasstower', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '40'),
(1351, 3131, 'ads_malaco_gu', 'ads_malaco_gu', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1352, 3139, 'Idea Agency Super Cake', 'ads_clcake', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1353, 3137, 'Idea Agency Sofa', 'ads_cl_sofa', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1354, 3136, 'Function Table', 'ads_idol_tblCloth', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1355, 3140, 'ads_idol_carpet name', 'ads_idol_carpet', 's', 2, 7, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1356, 3138, 'Function Lamp', 'ads_idol_lamp', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
(1357, 3153, 'Rain Shower', 'country_rain', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1358, 3160, 'Scarecrow', 'country_scarecrow', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1359, 3161, 'Porta-House', 'env_telep', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(1360, 3145, 'Crop Field', 'country_soil', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(1361, 3162, 'Field Grass', 'country_grass', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1362, 3151, 'The Golden Tablet', 'ads_goldtabl', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1363, 3142, 'Witch Mushroom', 'eco_mush1', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1364, 3147, 'Tractor', 'country_trctr', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1365, 3141, 'Stone Wall', 'country_fnc2', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1366, 3154, 'Stick Fence', 'country_fnc1', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1367, 3149, 'Wishing Well', 'country_well', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1368, 3155, 'Fairy Mushroom', 'eco_mush2', 's', 1, 1, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1369, 3143, 'Rainbow', 'country_rbw', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1370, 3163, 'Golden Wheat', 'country_wheat', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1371, 3150, 'Farm Gate', 'country_gate', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1372, 3144, 'Country Trax', 'sound_set_72', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1373, 3148, 'Wooden Stage', 'country_stage', 's', 2, 2, 1.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1374, 3156, 'ads_calip_cola_1 name', 'ads_calip_cola*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '19'),
(1375, 3157, 'ads_calip_cola_2 name', 'ads_calip_cola*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '19'),
(1376, 3158, 'ads_calip_cola_3 name', 'ads_calip_cola*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '19'),
(1377, 3159, 'ads_calip_cola_4 name', 'ads_calip_cola*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '19'),
(1378, 3146, 'Log Bench', 'country_log', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1379, 3152, 'Stone Pile', 'country_fnc3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1380, 3166, 'Wooden Patio Tile', 'country_patio', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1381, 3164, 'Country Ditch Corner', 'country_corner', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1382, 3165, 'Country Ditch', 'country_ditch', 's', 1, 2, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1383, 3168, 'ads_calip_chair name', 'ads_calip_chair', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1384, 3169, 'ads_idol_trophy name', 'ads_idol_trophy', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(1385, 3167, 'Totem Spirit Head', 'totem_head', 's', 1, 1, 1.70, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 10, '0'),
(1386, 3182, 'ads_calip_pool name', 'ads_calip_pool', 's', 2, 2, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1387, 3173, 'laptopdesk name', 'laptopdesk', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1388, 3189, 'Skull', 'LT_skull', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1389, 3175, 'Large ****** Block', 'lt_stage2', 's', 2, 2, 0.90, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1390, 3180, 'Lava Corner', 'lt_lavac', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1391, 3172, '****** Gate', 'lt_gate', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1392, 3181, 'Planet of Eternity', 'saturn', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1393, 3190, 'ads_calip_tele name', 'ads_calip_tele', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(1394, 3185, 'Stone Statue', 'lt_statue', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1395, 3178, 'Tarantula', 'lt_spider', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1396, 3177, '****** Stone Wall', 'lt_stone2', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1397, 3171, '****** Seat', 'LT_throne', 's', 1, 1, 1.50, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1398, 3179, 'audChr name', 'audChr', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1399, 3188, 'Moss Patch', 'lt_patch', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1400, 3176, 'Lava Ditch', 'lt_lava', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1401, 3170, 'Small ****** Torch', 'LT_pillar2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1402, 3174, 'Ant Hill', 'lt_bughill', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1403, 3186, 'noticeboard name', 'noticeboard', 's', 3, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1404, 3184, 'clrack name', 'clrack', 's', 3, 1, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1405, 3187, 'Large ****** Torch', 'LT_pillar', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1406, 3183, 'ads_calip_parasol name', 'lt_stage1', 's', 1, 1, 0.90, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1407, 3199, 'transparent_floor name', 'transparent_floor', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1408, 3197, 'ads_calip_lava name', 'ads_calip_lava', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1409, 3196, '****** Stone Corner', 'lt_stone1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1410, 3198, 'ads_calip_fan', 'ads_calip_fan', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1411, 3201, 'voting_ch name', 'voting_ch', 's', 1, 1, 1.30, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1412, 3202, 'Quick Coffee Stop', 'ads_mall_coffeem', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '41'),
(1413, 3200, 'Totem Planet', 'totem_planet', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1414, 3212, 'Don''t worry', 'SF_reactor', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1415, 3204, 'Pack all you want', 'SF_crate_2', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1416, 3207, 'Space Crew Chair', 'SF_chair_blue', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1417, 3219, 'Cryogenic Bed', 'sf_pod', 's', 1, 3, 1.36, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 2, '0'),
(1418, 3217, 'Command Console', 'SF_panel1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1419, 3220, 'Starship Table', 'SF_table', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1420, 3215, 'Welcome aboard', 'SF_chair_green', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1421, 3205, 'Small Crate', 'SF_crate_1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1422, 3210, 'Alien Lifeform', 'SF_alien', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1423, 3218, 'Engineering Console', 'SF_panel2', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1424, 3221, 'Display Gate', 'sf_gate', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1425, 3208, 'Navigation Panel', 'SF_panel3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1426, 3211, 'Starship Floor 2', 'SF_floor_2', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1427, 3224, 'Sci Fi Lamp', 'SF_lamp', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1428, 3223, 'Captain''s Chair', 'SF_chair_red', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1429, 3213, 'Transparent Floor', 'sf_floor', 's', 2, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1430, 3203, 'Starship Roof', 'sf_roof', 's', 2, 4, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1431, 3206, 'Light Pole', 'sf_stick', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(1432, 3222, 'Starship Floor 1', 'SF_floor_1', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1433, 3216, ' sweets', 'ads_mall_kiosk', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1434, 3214, 'Futuristic Teleport', 'sf_tele', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(1435, 3209, 'Sci Fi Roller', 'sf_roller', 's', 1, 1, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'roller', 1, '0'),
(1436, 3229, 'Hot Trophy', 'prizetrophy_hot', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(1437, 3228, 'Pink Inflatable Raft', 'summer_raft1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1438, 3225, 'Cool Trophy', 'prizetrophy_cool', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 0, 0, 'trophy', 1, '0'),
(1439, 3227, 'Blue Inflatable Raft', 'summer_raft2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1440, 3226, 'ads_elisa_gnome name', 'ads_elisa_gnome', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1441, 3231, 'Summer Cool Box', 'summer_icebox', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1442, 3230, 'ads_oc_soda', 'ads_oc_soda', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '19'),
(1443, 3232, 'Mars Patch', 'marsrug', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(1444, 3238, 'White Candle', 'rela_candle1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1445, 2104, 'Dead Tree', 'tree2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1446, 3245, 'Red Candles', 'rela_candles2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1447, 3233, 'Stones', 'rela_stone', 's', 1, 1, 0.50, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1448, 3247, 'Wicker Chair', 'rela_hchair', 's', 1, 1, 1.30, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1449, 3244, 'Red Candle', 'rela_candle2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1450, 3241, 'ads_711', 'ads_711*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '19'),
(1451, 3242, 'ads_711', 'ads_711*6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '19'),
(1452, 3243, 'ads_711', 'ads_711*7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '19'),
(1453, 3235, 'Purple Candle', 'rela_candle3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1454, 3237, 'Asteroid', 'pix_asteroid', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1455, 3246, 'Bushy Houseplant', 'rela_plant', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1456, 3234, 'White Candles', 'rela_candles1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1457, 3236, 'Purple Candles', 'rela_candles3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1458, 3239, 'Orchid', 'rela_orchid', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1459, 3248, 'Rocks', 'rela_rock', 's', 1, 1, 0.80, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1460, 3256, 'ktchn_stove name', 'ktchn_stove', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(1461, 3258, 'ktchn_light name', 'ktchn_light', 's', 2, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1462, 3263, 'ktchn_plates name', 'ktchn_plates', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1463, 3261, 'ktchn_countr_1 name', 'ktchn_countr_1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1464, 3252, 'ktchn_pots name', 'ktchn_pots', 's', 2, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 10, '0'),
(1465, 3257, 'ktchn_cornr name', 'ktchn_cornr', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1466, 3260, 'ktchn_desk name', 'ktchn_desk', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1467, 3264, 'ktchn_trash name', 'ktchn_trash', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1468, 3253, 'ktchn_countr_2 name', 'ktchn_countr_2', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1469, 3255, 'ktchn_bBlock name', 'ktchn_bBlock', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1470, 3259, 'ktchn_dvdr name', 'ktchn_dvdr', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1471, 3250, 'ktchn_inspctr name', 'ktchn_inspctr', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1472, 3249, 'ktchn_fridge name', 'ktchn_fridge', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '3,36,37,38'),
(1473, 3251, 'ads_1800tele', 'ads_1800tele', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(1474, 3262, 'ktchn_sink name', 'ktchn_sink', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(1475, 3254, 'ktchn_gate name', 'ktchn_gate', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1476, 1, 'Pad of stickies', 'post.it', 'i', 0, 0, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 0, 'postit', 1, '0'),
(1477, 2, 'Heart Stickies', 'post.it.vd', 'i', 0, 0, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 0, 'postit', 1, '0'),
(1478, 1930, 'Green Hatch', 'divider_poly3*7', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 1, '0'),
(1479, 3021, 'Idea Agency Lava Lamp', 'ads_cllava2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1480, 4002, 'Gothic Ectoplasm Fountain', 'gothicfountain', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1481, 4003, 'Retro Wall Lamp', 'hc_wall_lamp', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1482, 4004, 'Industrial Turbine', 'industrialfan', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1483, 4005, 'Gothic Torch', 'torch', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1484, 4006, 'Heart Light', 'val_heart', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1485, 4007, 'Mirror', 'wallmirror', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1486, 4008, 'Ninja Stars', 'jp_ninjastars', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1487, 4009, 'Habbowood Mirror', 'habw_mirror', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1488, 4010, 'So you gotta ask yourself', 'habbowheel', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'habbowheel', 1, '0'),
(1489, 4011, 'Skull Guitar', 'guitar_skull', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1490, 4012, 'V Guitar', 'guitar_v', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1491, 4015, 'Christmas Lights', 'xmas_light', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1492, 4016, 'Anchor', 'hrella_poster_3', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1493, 4013, 'Life Buoy', 'hrella_poster_2', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1494, 4014, 'Porthole', 'hrella_poster_1', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1495, 4017, 'Swords', 'sw_swords', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1496, 4018, 'Mysterious Necklace', 'sw_stone', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1497, 4019, 'Ventilation Duct', 'sw_hole', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1498, 4027, 'Mood Light', 'roomdimmer', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'dimmer', 1, '0'),
(1499, 4023, 'Bubble Juice Can', 'md_logo_wall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1500, 4021, 'Kakejiku Hokusai', 'jp_sheet3', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1501, 4026, 'Kakejiku Ninjya', 'jp_sheet2', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1502, 4024, 'Kakejiku Ziritsu', 'jp_sheet1', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1503, 4020, 'Ancestral Scimitars', 'arabian_swords', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1504, 4022, 'Arabian Window Frame', 'arabian_wndw', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1505, 4030, 'Jungle Wallplant', 'tiki_wallplnt', 'i', 0, 0, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 1, '0'),
(1506, 4028, 'Surfboard', 'tiki_surfboard', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 9, '0'),
(1507, 4029, 'tampax_wall', 'tampax_wall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1508, 4031, 'Single Window', 'window_single_default', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1509, 4032, 'Double Window', 'window_double_default', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1510, 4033, 'Window', 'noob_window_double', 'i', 0, 0, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(1511, 4045, 'Bay Window', 'window_triple', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1512, 4036, 'Glass Square Window', 'window_square', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1513, 4041, 'Large Romantic Window', 'window_romantic_wide', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1514, 4037, 'Small Romantic Window', 'window_romantic_narrow', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1515, 4044, 'Grunge Window', 'window_grunge', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1516, 4035, 'Golden Window', 'window_golden', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1517, 4034, 'Large Oriental Window', 'window_chinese_wide', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1518, 4038, 'Small Oriental Window', 'window_chinese_narrow', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1519, 4042, 'Basic Window', 'window_basic', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1520, 4039, 'Large 70s Window', 'window_70s_wide', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1521, 4040, 'Small 70s Window', 'window_70s_narrow', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1522, 4043, 'Sunny Delight', 'ads_sunnyd', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1523, 4046, 'Good grub', 'window_diner2', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1524, 4049, 'Large Diner Window', 'window_diner', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1525, 4048, 'Diner Side Table', 'diner_walltable', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1526, 4047, 'ads_dave_wall', 'ads_dave_wall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1527, 4052, 'Window', 'window_hole', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1528, 4051, 'easy_poster', 'easy_poster', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1529, 4050, 'ads_nokia_logo name', 'ads_nokia_logo', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1530, 4053, 'ads_nokia_phone name', 'ads_nokia_phone', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1531, 4054, 'Skyscraper Window', 'window_skyscraper', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1532, 4057, 'netari_poster', 'netari_poster', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1533, 4056, 'Bullet Hole', 'det_bhole', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1534, 4058, 'Red V Guitar', 'ads_campguitar', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1535, 4059, 'Nuclear Radiation Sign', 'hween08_rad', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1536, 4061, 'Broken Window (small)', 'hween08_wndwb', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1537, 4062, 'Broken Window (large)', 'hween08_wndw', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1538, 4063, 'Biohazard Sign', 'hween08_bio', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1539, 4060, 'X-Ray Light Box', 'hw_08_xray', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1540, 4065, 'Red Gothic Fountain', 'gothicfountain2', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1541, 4275, 'Volturi Crest', 'ads_twi_crest', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1542, 4067, 'TBD Central Musical TV', 'ads_cmusic', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1543, 4070, 'Stand up or sitting down', 'party_wc_boy', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1544, 4066, 'Big Wall Lights', 'party_led', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(1545, 4074, 'Neon Heart Light', 'party_neon5', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(1546, 4069, 'Neon Right Arrows', 'party_neon1', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1547, 4073, 'Neon Left Arrows', 'party_neon2', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1548, 4068, 'Girls Toilets', 'party_wc_girl', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1549, 4075, 'Neon Pink Flamingo', 'party_neon3', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1550, 4071, 'Bar Shelf', 'party_shelf', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1551, 4072, 'Neon Skull Light', 'party_neon4', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1552, 4077, 'Snowy Posters', 'xmas08_wallpaper', 'i', 0, 0, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'roomeffect', 1, '0'),
(1553, 4076, 'Icy Wall', 'xmas08_icewall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(1554, 4082, 'Idea Agency Plasma 1', 'ads_clwall1', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1555, 4078, 'Idea Agency Plasma 2', 'ads_clwall2', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1556, 4079, 'Idea Agency Plasma 3', 'ads_clwall3', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1557, 4081, 'ads_ob_wall', 'ads_ob_wall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1558, 4083, 'Mall Window', 'ads_mall_window', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1559, 4085, 'Dragon Poster', 'china_pstr2', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1560, 4086, 'Chinese Wall Lamp', 'china_light', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1561, 4084, 'Ox Poster', 'china_pstr1', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1562, 4087, 'Bolly Window', 'bolly_wdw_wd', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1563, 4090, 'Monster Plan Poster', 'ads_igor_wall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1564, 4089, 'Evil Bone', 'ads_igorevilb', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1565, 4088, 'ads_idol_wall name', 'ads_idol_wall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1566, 4092, 'Mall Furni Showroom', 'ads_mall_winfur', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1567, 4091, 'Mall Pet Shop Window', 'ads_mall_winpet', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1568, 4095, 'Rock Wall', 'lc_wall1', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1569, 4096, 'Aquarium Window', 'lc_window2', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1570, 4094, 'Wooden Window', 'lc_window1', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1571, 4093, 'American Idol TV', 'ads_idol_tv', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1572, 4097, 'Coral Wall', 'lc_wall2', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1573, 4099, 'ads_idol_mirror name', 'ads_idol_mirror', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1574, 4098, 'Mall Cinema Window', 'ads_mall_wincin', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1575, 4101, 'Strum', 'ads_mall_winmus', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1576, 4100, 'Mall Beauty Salon', 'ads_mall_winbea', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1577, 4105, 'Eco Curtain 1', 'eco_curtains1', 'i', 0, 0, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1578, 4103, 'Mall Idea Agency Window', 'ads_mall_winchi', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1579, 4104, 'Eco Curtain 3', 'eco_curtains3', 'i', 0, 0, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1580, 4102, 'Eco Curtain 2', 'eco_curtains2', 'i', 0, 0, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1581, 4109, 'Mall Ice Cream Parlour Window', 'ads_mall_winice', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1582, 4106, 'Whatever your sporting dibble', 'ads_mall_winspo', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1583, 4108, 'ads_idol_logo name', 'ads_idol_logo', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1584, 4110, 'World Map', 'exe_map', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1585, 4107, 'Wall Fall', 'exe_wfall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1586, 4115, 'ads_lin_wh_c name', 'ads_lin_wh_c', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1587, 4113, 'ads_malaco_tv name', 'ads_malaco_tv', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1588, 4111, 'ads_puffet_tv name', 'ads_puffet_tv', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1589, 4112, 'ads_reebok_tv name', 'ads_reebok_tv', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1590, 4114, 'Forest Wall Poster', 'country_forestwall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1591, 4117, 'Marble Fireplace', 'country_fp', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1592, 4118, 'Farmhouse Wall', 'country_wall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1593, 4116, 'Ye Olde Lantern', 'country_lantern', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1594, 4119, 'Norwegian Flag', 'flag_norway', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1595, 4120, 'Diner Poster', 'diner_poster', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1596, 4121, '', 'lt_jngl_wall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1597, 4122, 'ads_mirror name', 'ads_mirror', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1598, 4123, 'lt_wall', 'lt_wall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1599, 4224, 'Starship Window', 'sf_window', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1600, 4228, 'Starship Wall', 'sf_wall2', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1601, 4226, 'ads_wwe_poster name', 'ads_wwe_poster', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1602, 4225, 'Fly me to the moon', 'ads_mall_wintra', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1603, 4223, 'Starship Corner', 'sf_wall3', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1604, 4222, 'ads_veet name', 'ads_veet', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1605, 4232, 'Wall Tiles', 'rela_wall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 6, '0'),
(1606, 4229, 'flag_belgium', 'flag_belgium', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1607, 4249, 'Porko Flag', 'Porko Flag', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1608, 4230, 'ads_mall_wingar', 'ads_mall_wingar', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1609, 4235, 'ktchn_wall name', 'ktchn_wall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1610, 4236, 'ads_mall_winclo', 'ads_mall_winclo', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1611, 4234, 'ktchn_oven name', 'ktchn_oven', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1612, 4233, 'ktchn_knives name', 'ktchn_knives', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(1613, 4240, 'Mood Controller (Large)', 'dimmer_fuse6', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'dimmer', 1, '0'),
(1614, 4237, 'Mood Switch (Large)', 'dimmer_swtch', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'dimmer', 1, '0'),
(1615, 4239, 'Mood Controller (Small)', 'dimmer_fuse2', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'dimmer', 1, '0'),
(1616, 4238, 'Mood Switch (Small)', 'dimmer_buttn', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'dimmer', 1, '0'),
(1617, 9, '', 'avatar_effect9', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1618, 6, '', 'avatar_effect6', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1619, 16, '', 'avatar_effect16', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1620, 2, '', 'avatar_effect2', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1621, 14, '', 'avatar_effect14', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1622, 15, '', 'avatar_effect15', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1623, 3, '', 'avatar_effect3', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1624, 17, '', 'avatar_effect17', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1625, 18, '', 'avatar_effect18', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1626, 1, '', 'avatar_effect1', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1627, 4, '', 'avatar_effect4', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1628, 5, '', 'avatar_effect5', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1629, 7, '', 'avatar_effect7', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1630, 8, '', 'avatar_effect8', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1631, 10, '', 'avatar_effect10', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1632, 12, '', 'avatar_effect12', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1633, 13, '', 'avatar_effect13', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 1, '0'),
(1634, 3002, '', 'a2 l', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'roomeffect', 1, '0'),
(1635, 3001, '', 'a2 t', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'roomeffect', 1, '0'),
(1636, 3001, '', 'wallpaper 1', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'roomeffect', 1, '0'),
(1637, 4055, '', 'landscape 1', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 1, 0, 0, 'roomeffect', 1, '0'),
(1638, 3288, '', 'hween09_floor', 's', 2, 2, 0.00, 1, 1, 0, 0, 0, 1, 1, 1, 0, 'default', 1, '0'),
(1639, 3287, '', 'hween09_jar', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 2, '0'),
(1640, 3284, 'City Bench (Clean)', 'urban_bench_plain', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1641, 3282, '', 'hween09_organ', 's', 2, 1, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 2, '0'),
(1642, 3291, '', 'byesw_hand', 's', 1, 1, 1.35, 0, 0, 0, 0, 1, 1, 1, 1, 0, '', 1, '0'),
(1643, 3289, '', 'byesw_hotel', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(1644, 3286, '', 'hween09_table', 's', 1, 3, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 2, '0'),
(1645, 3295, '', 'hween09_chair', 's', 1, 1, 1.00, 0, 0, 1, 0, 0, 1, 1, 1, 0, 'default', 1, '0'),
(1646, 3293, '', 'hween09_mirror', 's', 1, 1, 1.00, 0, 0, 1, 0, 0, 1, 1, 1, 0, 'default', 2, '0'),
(1647, 3285, 'Trap Door', 'hween09_hatch', 's', 2, 2, 0.00, 0, 1, 0, 0, 0, 1, 1, 1, 0, 'gate', 2, '0'),
(1648, 3290, '', 'hween09_ghost', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 2, '0'),
(1649, 3292, '', 'hween09_tv', 's', 2, 1, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 3, '0'),
(1650, 3294, '', 'hween09_chandelier', 's', 1, 1, 1.00, 0, 1, 0, 0, 0, 1, 1, 1, 0, 'default', 3, '0'),
(1651, 4247, '', 'hween09_crnr1', 'i', 0, 0, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 4, '0'),
(1652, 4263, '', 'hween09_paint', 'i', 0, 0, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 2, '0'),
(1653, 4269, '', 'hween09_treewall', 'i', 0, 0, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 2, '0'),
(1654, 4257, '', 'hween09_wall1', 'i', 0, 0, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 4, '0'),
(1655, 4259, '', 'hween09_stonewall', 'i', 0, 0, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 5, '0'),
(1656, 4271, '', 'hween09_win', 'i', 0, 0, 1.00, 0, 0, 0, 0, 0, 1, 1, 1, 0, 'default', 10, '0'),
(1657, 22, '', 'avatar_effect22', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(1658, 19, '', 'avatar_effect19', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(1659, 20, '', 'avatar_effect20', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(1660, 21, '', 'avatar_effect21', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(1661, 3330, 'Snowman Base', 'xm09_man_a', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(1662, 3328, 'Snowman Middle', 'xm09_man_b', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 9, '0'),
(1663, 3329, 'Snowman Head', 'xm09_man_c', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 8, '0'),
(1664, 3335, 'Christmas Table', 'xm09_table', 's', 2, 6, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1665, 3340, '6-Seater Bench', 'xm09_bench', 's', 6, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1666, 4307, 'Snowy Fir Trees', 'xm09_firwall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1667, 4308, 'Snowy Forest', 'xm09_forestwall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1668, 4311, 'Lodge Wall', 'xm09_lodgewall', 'i', 0, 0, 1.00, 1, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 8, '0'),
(1669, 4286, 'Gold Heart Bauble', 'xm09_bauble_25', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1670, 4306, 'Silver Heart Bauble', 'xm09_bauble_26', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1671, 4279, 'Pink Heart Bauble', 'xm09_bauble_27', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1672, 4279, 'Pink Heart Bauble', 'xm09_bauble_27', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1673, 4292, 'Blue Heart Bauble', 'xm09_bauble_23', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1674, 4278, 'Green Heart Bauble', 'xm09_bauble_24', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1675, 3314, 'Candy Cane', 'xm09_candyCane', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(1676, 4280, 'Big Stocking', 'xm09_stocking', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1677, 3301, 'Fountain', 'ads_twi_fountn', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1678, 3302, 'Clock Tower wall', 'ads_twi_dvdr2', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1679, 3304, 'Standing Rose Bouquet', 'ads_twi_roses', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1680, 3297, 'Cake on Table with Presents', 'ads_twi_table', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1681, 3300, 'Volturi Royal Chair', 'ads_twi_chair', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1682, 3303, 'Half wall', 'ads_twi_dvdr1', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1683, 3299, 'Broken Piano', 'ads_twi_piano', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1684, 3298, 'ads_twi_tower name', 'ads_twi_tower', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1685, 3296, 'Toolbox', 'ads_twi_toolbx', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1686, 3308, 'Mist', 'ads_twi_mist', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1687, 3272, 'Water Hydrant', 'urban_wpost', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1688, 3274, 'Pavement Slab', 'urban_sidewalk', 's', 2, 2, 0.20, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(1689, 3269, 'City Bench (Dirty)', 'urban_bench', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1690, 3268, 'Taxi Sofa', 'urban_carsofa', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1691, 3270, 'Concrete Block', 'urban_blocker', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1692, 3266, 'Garbage Bin', 'urban_bin', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1693, 3267, 'Mesh Fencing', 'urban_fence', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1694, 3271, 'Basketball Pole', 'urban_bsktbll', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1695, 1609, 'Terracotta Pillar', 'pillar*6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1696, 1795, 'Urban Iced Bookcase', 'shelves_norja*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1697, 1895, 'Black Mode Double Bed', 'bed_polyfon*2', 's', 2, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(1698, 1995, 'Blue Iced Angle', 'divider_nor5*6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1699, 2103, 'Valentine''s Cauldron', 'val_cauldron', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '25'),
(1700, 2509, 'Aqua Pura Module 5', 'pura_mdl5*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1701, 2597, 'Aqua One Way Gate', 'one_way_door*1', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'onewaygate', 2, '0'),
(1702, 2672, 'Power Globe', 'exe_globe', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 10, '0'),
(1703, 2874, 'Latte Diner Corner', 'diner_bardesk_corner*5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1704, 3012, 'Bubbles', 'fx_bubble', 's', 1, 1, 1.00, 1, 0, 0, 0, 0, 1, 0, 1, 0, 'rentals', 2, '0'),
(1705, 3087, 'Safety Cone', 'bump_tottero', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 0, 1, 0, 'default', 1, '0'),
(1706, 3195, 'ads_calip_parasol name', 'ads_calip_parasol', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1707, 4313, '2010 Poster', 'year2010', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1708, 3327, 'Party Lantern', 'party_lantern', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1709, 4310, 'Party Lights', 'party_lights', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1710, 3240, 'Soothing Stick', 'rela_stick', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1711, 3306, 'Mall Lift', 'ads_mall_elevator', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(1712, 4309, 'Flatscreen TV', 'xm09_infotv', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1713, 3311, 'Twilight Trophy', 'ads_twi_trophy', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'trophy', 1, '0'),
(1714, 4272, 'Painting', 'ads_twi_paint', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1715, 4277, 'Window with Candles', 'ads_twi_windw', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1716, 4276, 'Truck and Motorcycles', 'ads_twi_bwall2', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1717, 4273, 'Dream Catcher', 'ads_twi_dreamc', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1718, 4274, 'Barn Wall', 'ads_twi_bwall1', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1719, 4287, 'Arabian Wall', 'arabian_wall', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, '', 2, '0'),
(1720, 0, 'DEAL_HC_1', 'DEAL_HC_1', 'h', 0, 0, 0.00, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'default', 0, '0'),
(1721, 3277, 'ads_gsArcade_1 name', 'ads_gsArcade_1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1722, 3337, 'Hot Choc Machine', 'xm09_cocoa', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '10'),
(1723, 3273, 'Astro-Bar', 'sf_mbar', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '44'),
(1724, 3281, 'Silver MTV EMA Trophy', 'ads_mtvtrophy_silver', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1725, 3280, 'ads_spang_sleep', 'ads_spang_sleep', 's', 1, 3, 0.80, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(1726, 3279, 'Gold MTV EMA Trophy', 'ads_mtvtrophy_gold', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1727, 3307, 'ktchn_hlthNut name', 'ktchn_hlthNut', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1728, 3325, 'Chicken', 'petfood8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1729, 3318, 'nest_plow_reg', 'nest_plow_reg', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1730, 3319, 'Yellow Pet Snuggle', 'nest_snug_yel', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1731, 3322, 'Salmon', 'petfood9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1732, 3326, 'Leveling Cake', 'petfood10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1733, 3321, 'Ice Apples', 'petfood7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1734, 3323, 'Red Apples', 'petfood6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1735, 3310, 'Green Pet Snuggle', 'nest_snug_grn', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1736, 3317, 'nest_snug_red', 'nest_snug_red', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1737, 3310, 'Green Pet Snuggle', 'nest_snug_grn', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1738, 3309, 'nest_plow_bro', 'nest_plow_bro', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1739, 3320, 'Red Pet Pillow', 'nest_plow_red', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1740, 3315, 'nest_snug_blu', 'nest_snug_blu', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1741, 3324, 'Green Apples', 'petfood5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1742, 3316, 'Blue Pet Pillow', 'nest_plow_blu', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1743, 3313, 'Giant Bauble', 'xm09_lrgBauble', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 10, '0'),
(1744, 3331, 'nest_dirt', 'nest_dirt', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1745, 3332, 'nest_snug_prp', 'nest_snug_prp', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1746, 3334, 'nest_nest', 'nest_nest', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1747, 3336, 'nest_nails', 'nest_nails', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1748, 3333, 'nest_basket', 'nest_basket', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1749, 3339, 'Polar Bear Nest', 'nest_ice', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1750, 3341, 'nest_plow_skl', 'nest_plow_skl', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1751, 3338, 'nest_snug_bla', 'nest_snug_bla', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1752, 3342, 'The Moodi Machine', 'ads_cl_moodi', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 1, '46,47,45'),
(1753, 3354, 'org_chairpnk', 'org_chairpnk', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(1754, 3352, 'org_tblpnk', 'org_tblpnk', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1755, 3353, 'org_lampblk', 'org_lampblk', 's', 1, 1, 1.20, 0, 0, 0, 1, 1, 1, 1, 1, 0, '', 2, '0'),
(1756, 3348, 'org_lamppnk', 'org_lamppnk', 's', 1, 1, 1.20, 0, 0, 0, 1, 1, 1, 1, 1, 0, '', 2, '0'),
(1757, 3356, 'org_table', 'org_table', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, '', 2, '0'),
(1758, 3344, 'china_tiger', 'china_tiger', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1759, 3351, 'xm09_trophy name', 'xm09_trophy', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1760, 3355, 'china_plmTree name', 'china_plmTree', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1761, 3349, 'org_chairblk', 'org_chairblk', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(1762, 3347, 'org_tblblk', 'org_tblblk', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1763, 3345, 'org_chrblk', 'org_chrblk', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(1764, 3346, 'china_tigrSeat name', 'china_tigrSeat', 's', 1, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1765, 3350, 'org_chrpnk', 'org_chrpnk', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(1766, 3367, 'ads_chups name', 'ads_chups', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 1, '48'),
(1767, 3366, 'bling_fridge', 'bling_fridge', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '50'),
(1768, 3370, 'petfood12 name', 'petfood12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1769, 3365, 'ads_droetker_paula name', 'ads_droetker_paula', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 1, '49'),
(1770, 3358, 'petfood11 name', 'petfood11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1771, 3368, 'bling_chair_a', 'bling_chair_a', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1772, 3359, 'petfood13 name', 'petfood13', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1773, 3369, 'bling_pool', 'bling_pool', 's', 3, 1, 0.01, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1774, 3362, 'bling_toilet', 'bling_toilet', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(1775, 3363, 'val09_floor', 'val09_floor', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 6, '0'),
(1776, 3361, 'bling_chair_c', 'bling_chair_c', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1777, 3360, 'bling_chair_b', 'bling_chair_b', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1778, 3396, 'bling_shwr name', 'bling_shwr', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1779, 3364, 'bling_bed name', 'bling_bed', 's', 2, 3, 1.60, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1780, 3371, 'bling_sofa', 'bling_sofa', 's', 2, 1, 1.50, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1781, 3357, 'val09_floor2', 'val09_floor2', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 6, '0'),
(1782, 3393, 'teddy_basic', 'teddy_basic', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1783, 3384, 'teddy_pendergrass', 'teddy_pendergrass', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1784, 3386, 'val_hSeat_1 name', 'val_hSeat*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1785, 3387, 'val_hSeat_2 name', 'val_hSeat*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1786, 3388, 'val_hSeat_3 name', 'val_hSeat*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1787, 3389, 'val_hSeat_4 name', 'val_hSeat*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1788, 3390, 'val_hSeat_5 name', 'val_hSeat*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1789, 3391, 'val_hSeat_6 name', 'val_hSeat*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1790, 3392, 'val_hSeat_7 name', 'val_hSeat*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1791, 3382, 'Valentines gift basket', 'val_basket', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1792, 3385, 'teddy_bear', 'teddy_bear', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1793, 3383, 'teddy_pink', 'teddy_pink', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1794, 3394, 'bling_fridge_restricted name', 'bling_fridge_restricted', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '50'),
(1795, 3395, 'ads_percyrock name', 'ads_percyrock', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1796, 4025, 'Bubble Juice Can', 'md_can', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1797, 4243, 'ads_idol_l_logo name', 'ads_idol_l_logo', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1798, 4245, 'Latin American Idol TV', 'ads_idol_l_tv', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1799, 4241, 'Big MTV', 'ads_mtv_bigtv', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1800, 4242, 'Small MTV', 'ads_mtv_tv', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1801, 4249, 'flag_singapore', 'flag_singapore', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1802, 4266, 'Old Curtain', 'hween09_curt', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1803, 4258, 'flag_columbia', 'flag_columbia', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1804, 4256, 'flag_chile', 'flag_chile', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1805, 4268, 'flag_ecuador', 'flag_ecuador', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1806, 4265, 'flag_dominicanrepublic', 'flag_dominicanrepublic', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1807, 4260, 'flag_newzealand', 'flag_newzealand', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1808, 4252, 'flag_malaysia', 'flag_malaysia', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1809, 4267, 'Loading Poster', 'byesw_loadscreen', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1810, 4254, 'flag_venezl', 'flag_venezl', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1811, 4270, 'flag_algeria', 'flag_algeria', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1812, 4248, 'flag_tunisia', 'flag_tunisia', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1813, 4262, 'flag_panama', 'flag_panama', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1814, 4250, 'flag_mexico', 'flag_mexico', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1815, 4261, 'flag_argentina', 'flag_argentina', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
(1816, 4251, 'flag_philippines', 'flag_philippines', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1817, 4253, 'flag_greece', 'flag_greece', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1818, 4246, 'flag_peru', 'flag_peru', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1819, 4264, 'flag_morocco', 'flag_morocco', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1820, 4255, 'flag_turkey', 'flag_turkey', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1821, 4304, 'Blue Long Bauble', 'xm09_bauble_12', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1822, 4303, 'Purple Long Bauble', 'xm09_bauble_16', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1823, 4281, 'Red Long Bauble', 'xm09_bauble_17', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1824, 4301, 'Silver Long Bauble', 'xm09_bauble_15', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1825, 4293, 'Silver Round Bauble', 'xm09_bauble_10', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1826, 4294, 'Gold Round Bauble', 'xm09_bauble_9', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1827, 4298, 'Green Long Bauble', 'xm09_bauble_18', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1828, 4299, 'Green Long Bauble', 'xm09_bauble_13', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1829, 4297, 'Blue Round Bauble', 'xm09_bauble_2', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1830, 4300, 'Red Round Bauble', 'xm09_bauble_1', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1831, 4302, 'Red Heart Bauble', 'xm09_bauble_22', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1832, 4285, 'Green Round Bauble', 'xm09_bauble_3', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1833, 4305, 'Silver Long Bauble', 'xm09_bauble_21', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1834, 4295, 'Green Round Bauble', 'xm09_bauble_8', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1835, 4282, 'Gold Round Bauble', 'xm09_bauble_4', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1836, 4288, 'Silver Round Bauble', 'xm09_bauble_5', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1837, 4289, 'Red Long Bauble', 'xm09_bauble_11', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1838, 4296, 'Gold Long Bauble', 'xm09_bauble_20', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1839, 3397, 'val_table1 name', 'val_table1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(1840, 4290, 'Gold Long Bauble', 'xm09_bauble_14', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1841, 4291, 'Blue Round Bauble', 'xm09_bauble_7', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1842, 4284, 'Red Round Bauble', 'xm09_bauble_6', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1843, 4283, 'Blue Long Bauble', 'xm09_bauble_19', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1844, 4314, 'china_pstr3 name', 'china_pstr3', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1845, 4315, 'ads_tv_jaapuisto name', 'ads_tv_jaapuisto', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1846, 4322, 'Empire State Building Clock', 'ads_percyw', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1847, 4320, 'val09_wdrobe_b', 'val09_wdrobe_b', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1848, 4316, 'val09_wall2', 'val09_wall2', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(1849, 4319, 'bling_sink', 'bling_sink', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1850, 4318, 'val09_wall1', 'val09_wall1', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 10, '0'),
(1851, 4321, 'bling_cabinet', 'bling_cabinet', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1852, 4317, 'val09_wdrobe_g', 'val09_wdrobe_g', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1853, 3399, 'rare_ironmaiden name', 'rare_ironmaiden', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'teleport', 2, '0'),
(1854, 3398, 'rare_trex name', 'rare_trex', 's', 3, 7, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1855, 3401, 'beanstalk', 'beanstalk', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 6, '0'),
(1856, 3403, 'Rare Voodoo Doll', 'rare_vdoll', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, '', 10, '0'),
(1857, 3402, 'rare_mmmth name', 'rare_mmmth', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, '', 0, '0'),
(1858, 3400, 'crystal_patch', 'crystal_patch', 's', 3, 3, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1859, 4323, 'ads_boost_surfb name', 'ads_boost_surfb', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, '', 0, '0'),
(1860, 4324, 'ads_tlc_wheel name', 'ads_tlc_wheel', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'habbowheel', 1, '0'),
(1861, 2442, 'a0 pet5', 'a0 pet5', 's', 1, 1, 0.00, 0, 0, 0, 1, 0, 0, 0, 0, 0, 'pet5', 1, '0'),
(1862, 3419, 'White moon lupine', 'garden_lupin4', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1863, 3408, 'Gold rush', 'garden_mursu3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(1864, 3411, 'Purple Lupine', 'garden_lupin5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1865, 3406, 'Violet Blossom', 'garden_seed', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1866, 3420, 'Snapping teleporter', 'garden_flytrap', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'teleport', 1, '0'),
(1867, 3426, 'Pink pandemic', 'garden_flo3', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1868, 3424, 'Belching pod', 'garden_volcano', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'alert', 2, '0'),
(1869, 3415, 'Wonder lamp', 'garden_flolamp', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1870, 3412, 'Red rush', 'garden_mursu2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1871, 3405, 'Star flower', 'garden_jyrki', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 8, '0'),
(1872, 3414, 'White rush', 'garden_mursu4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1873, 3425, 'Garden leaves', 'garden_leaves', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1874, 3416, 'Sky blue lupine', 'garden_lupin2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1875, 3407, 'Red lupine', 'garden_lupin3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1876, 3404, 'Pink rush', 'garden_mursu', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1877, 3413, 'Bauhinia orchid tree', 'garden_orchtree', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1878, 3409, 'Yellow happiness', 'garden_flo2', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1879, 3421, 'Orange lupine', 'garden_lupin1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1880, 3417, 'Weird staring bush', 'garden_staringbush', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1881, 3423, 'ads_grefusa_yum name', 'ads_grefusa_yum', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 1, '51, 52'),
(1882, 3418, 'Blue passion', 'garden_flo1', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1883, 3422, 'Duck grass', 'garden_jungle', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, '', 1, '0'),
(1884, 3455, 'merger_chest name', 'merger_chest', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1885, 3458, 'Suave Fireplace', 'hc2_frplc', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1886, 3439, 'Leather Bar Stool', 'hc2_barchair', 's', 1, 1, 1.70, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1887, 3457, 'runway_display name', 'runway_display', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1888, 3463, 'runway_bigchr_5 name', 'runway_bigchr_5', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1889, 3435, 'runway_bigchr_4 name', 'runway_bigchr_4', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1890, 3461, 'VIP Duvan', 'hc3_dc', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(1891, 3434, 'Glass Table', 'hc2_sofatbl', 's', 2, 2, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1892, 3442, 'runway_stool name', 'runway_stool', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1893, 3456, 'runway_dvdr name', 'runway_dvdr', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1894, 3443, 'runway_block_2 name', 'runway_block_2', 's', 2, 2, 0.80, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 10, '0'),
(1895, 3462, 'runway_bigchr_1 name', 'runway_bigchr_1', 's', 1, 1, 0.80, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1896, 3446, 'Black Lamp', 'hc2_biglamp', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1897, 3452, 'Leather Sofa', 'hc2_sofa', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1898, 3440, 'Trendy Rug', 'hc2_carpet', 's', 3, 5, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1899, 3433, 'runway_block_1 name', 'runway_block_1', 's', 2, 2, 0.80, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 10, '0'),
(1900, 3464, 'runway_bench name', 'runway_bench', 's', 2, 1, 1.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1901, 3429, 'runway_chair_2 name', 'runway_chair_2', 's', 1, 1, 1.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1902, 3453, 'ads_cheetos name', 'ads_cheetos', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 1, '51, 52'),
(1903, 3466, 'VIP Coffee Table', 'hc3_table', 's', 2, 2, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1904, 3454, 'runway_bigchr_3 name', 'runway_bigchr_3', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1905, 3448, 'VIP Stool', 'hc3_stool', 's', 1, 1, 1.70, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1906, 3441, 'VIP Sofa', 'hc3_sofa', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1907, 3427, 'runway_bigchr_2 name', 'runway_bigchr_2', 's', 1, 1, 0.80, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1908, 3436, 'Leather Armchair', 'hc2_armchair', 's', 1, 1, 1.00, 1, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1909, 3444, 'runway_table_2 name', 'runway_table_2', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1910, 3460, 'runway_table_1 name', 'runway_table_1', 's', 3, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1911, 3437, 'runway_manqn_1 name', 'runway_manqn_1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(1912, 3459, 'Leather Duvan', 'hc2_dvn', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(1913, 3465, 'VIP Light', 'hc3_light', 's', 2, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1914, 3438, 'VIP Shelves', 'hc3_shelf', 's', 3, 1, 1.75, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1915, 3432, 'runway_head name', 'runway_head', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 7, '0'),
(1916, 3467, 'runway_manqn_2 name', 'runway_manqn_2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(1917, 3449, 'Black Divider', 'hc2_divider', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1918, 3450, 'Espresso Machine', 'hc2_coffee', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '9,8,14,15,6,10,11,12'),
(1919, 3430, 'Service Trolley', 'hc2_cart', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1920, 3445, 'VIP Bar Desk', 'hc3_bard', 's', 2, 1, 1.05, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1921, 3447, 'VIP Lamp', 'hc3_hugelamp', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1922, 3431, 'VIP Divider', 'hc3_divider', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1923, 3428, 'Black Vase', 'hc2_vase', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1924, 3451, 'runway_chair_1 name', 'runway_chair_1', 's', 1, 1, 1.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1925, 4325, 'Green been vines', 'garden_wall', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(1926, 4326, 'ads_tv_yle name', 'ads_tv_yle', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1927, 4329, 'VIP Wall Art', 'hc3_walldeco', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 10, '0'),
(1928, 4327, 'runway_shelf name', 'runway_shelf', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(1929, 4330, 'ads_nokia_x6 name', 'ads_nokia_x6', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1930, 4332, 'ads_target_wall name', 'ads_target_wall', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1931, 4331, 'runway_fabric name', 'runway_fabric', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 8, '0'),
(1932, 4328, 'ads_latrobe_flag name', 'ads_latrobe_flag', 'i', 0, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, '', 1, '0'),
(1933, 263, 'Camera', 'camera', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, '', 1, '0'),
(1934, 4001, 'Holly', 'holly', 'i', 0, 0, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1935, 2164, 'Electronic 1', 'sound_set_3', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1936, 2165, 'Ambient 1', 'sound_set_4', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1937, 2166, 'Ambient 4', 'sound_set_5', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1938, 2167, 'Ambient 3', 'sound_set_6', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1939, 2168, 'SFX 5', 'sound_set_7', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1940, 2169, 'Ambient 2', 'sound_set_8', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1941, 2170, 'Electronic 2', 'sound_set_9', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1942, 2171, 'Traxmachine', 'sound_machine*1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1943, 2519, 'Habbowood Spotlight', 'spotlight', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 6, '0'),
(1944, 2543, 'Ocean Traxmachine', 'sound_machine*2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1945, 2544, 'Green Traxmachine', 'sound_machine*3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1946, 2545, 'For Funky', 'sound_machine*4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1947, 2546, 'Brown Traxmachine', 'sound_machine*5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1948, 2547, 'Purple Traxmachine', 'sound_machine*6', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1949, 2548, 'Red Traxmachine', 'sound_machine*7', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1950, 2551, 'Crystal Lamp', 'rom_lamp', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1951, 2459, 'Polar Sofa', 'rclr_sofa', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1952, 2458, 'Water Garden', 'rclr_garden', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(1953, 2562, 'Palm Chair', 'rclr_chair', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1954, 2496, 'Rock 2', 'sound_set_28', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1955, 2549, 'Groove 2', 'sound_set_27', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1956, 2508, 'Groove 1', 'sound_set_26', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1957, 2470, 'Actually', 'sound_set_25', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1958, 2492, 'It''s all about the Pentiums', 'sound_set_24', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1959, 2457, 'SFX 4', 'sound_set_23', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1960, 2521, 'With a hamper full of sounds', 'sound_set_22', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1961, 2494, 'Rock 1', 'sound_set_21', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1962, 2524, 'SFX 2', 'sound_set_20', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1963, 2469, 'Hip Hop Beats 4', 'sound_set_19', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1964, 2497, 'Groove 4', 'sound_set_18', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1965, 2550, 'Groove 3', 'sound_set_17', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1966, 2561, 'Ferry', 'sound_set_16', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1967, 2495, 'RnB Grooves 6', 'sound_set_15', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1968, 2482, 'Hip Hop Beats 2', 'sound_set_14', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1969, 2523, 'Dance 5', 'sound_set_13', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1970, 2493, 'Habbo Sounds 2', 'sound_set_12', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1971, 2563, 'Dance 4', 'sound_set_11', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1972, 2481, 'Hip Hop Beats 1', 'sound_set_10', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1973, 2518, 'Rope Divider', 'rope_divider', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(1974, 2520, 'romantique_clock', 'romantique_clock', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1975, 2507, 'Aqua Pura Module 5', 'rare_icecream_campaign', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 0, '4'),
(1976, 2510, 'Pink Pura Module 5', 'pura_mdl5*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1977, 2511, 'Black Pura Module 5', 'pura_mdl5*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1978, 2512, 'White Pura Module 5', 'pura_mdl5*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1979, 2513, 'beige pura module 5', 'pura_mdl5*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1980, 2514, 'Blue Pura Module 5', 'pura_mdl5*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1981, 2515, 'Green Pura Module 5', 'pura_mdl5*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1982, 2516, 'Yellow Pura Module 5', 'pura_mdl5*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1983, 2517, 'Red Pura Module 5', 'pura_mdl5*9', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1984, 2472, 'Aqua Pura Module 4', 'pura_mdl4*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1985, 2473, 'Pink Pura Module 4', 'pura_mdl4*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1986, 2474, 'Black Pura Module 4', 'pura_mdl4*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1987, 2475, 'White Pura Module 4', 'pura_mdl4*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1988, 2476, 'beige pura module 4', 'pura_mdl4*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1989, 2477, 'Blue Pura Module 4', 'pura_mdl4*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1990, 2478, 'Green Pura Module 4', 'pura_mdl4*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1991, 2479, 'yellow pura module 4', 'pura_mdl4*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1992, 2480, 'Red Pura Module 4', 'pura_mdl4*9', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1993, 2534, 'Aqua Pura Module 3', 'pura_mdl3*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1994, 2535, 'Pink Pura Module 3', 'pura_mdl3*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1995, 2536, 'Black Pura Module 3', 'pura_mdl3*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1996, 2537, 'White Pura Module 3', 'pura_mdl3*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1997, 2538, 'beige pura module 3', 'pura_mdl3*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1998, 2539, 'Blue Pura Module 3', 'pura_mdl3*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(1999, 2540, 'Green Pura Module 3', 'pura_mdl3*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2000, 2541, 'yellow pura module 3', 'pura_mdl3*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2001, 2542, 'Red Pura Module 3', 'pura_mdl3*9', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2002, 2483, 'Aqua Pura Module 2', 'pura_mdl2*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2003, 2484, 'Pink Pura Module 2', 'pura_mdl2*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2004, 2485, 'Black Pura Module 2', 'pura_mdl2*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2005, 2486, 'White Pura Module 2', 'pura_mdl2*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2006, 2487, 'beige pura module 2', 'pura_mdl2*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2007, 2488, 'Blue Pura Module 2', 'pura_mdl2*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2008, 2489, 'Green Pura Module 2', 'pura_mdl2*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2009, 2490, 'yellow pura module 2', 'pura_mdl2*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2010, 2491, 'Red Pura Module 2', 'pura_mdl2*9', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2011, 2460, 'Aqua Pura Module 1', 'pura_mdl1*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2012, 2461, 'Pink Pura Module 1', 'pura_mdl1*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2013, 2462, 'Black Pura Module 1', 'pura_mdl1*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2014, 2463, 'White Pura Module 1', 'pura_mdl1*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2015, 2464, 'beige pura module 1', 'pura_mdl1*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2016, 2465, 'Blue Pura Module 1', 'pura_mdl1*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2017, 2466, 'Green Pura Module 1', 'pura_mdl1*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2018, 2467, 'yellow pura module 1', 'pura_mdl1*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2019, 2468, 'Red Pura Module 1', 'pura_mdl1*9', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2020, 2471, 'Japanese Lantern', 'jp_lantern', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2021, 2525, 'chair_basic', 'chair_basic*1', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2022, 2526, 'Pink Pura Egg Chair', 'chair_basic*2', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2023, 2527, 'Black Pura Egg Chair', 'chair_basic*3', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2024, 2528, 'White Pura Egg Chair', 'chair_basic*4', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2025, 2529, 'Beige Pura Egg Chair', 'chair_basic*5', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2026, 2530, 'Blue Pura Egg Chair', 'chair_basic*6', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2027, 2531, 'Green Pura Egg Chair', 'chair_basic*7', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2028, 2532, 'chair_basic', 'chair_basic*8', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2029, 2533, 'Red Pura Egg Chair', 'chair_basic*9', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2030, 2552, '', 'bed_budget*1', 's', 2, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2031, 2553, 'Pink Pura Double Bed', 'bed_budget*2', 's', 2, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2032, 2554, 'Black Pura Double Bed', 'bed_budget*3', 's', 2, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2033, 2555, 'White Pura Double Bed', 'bed_budget*4', 's', 2, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2034, 2556, 'Beige Pura Double Bed', 'bed_budget*5', 's', 2, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2035, 2557, 'Blue Pura Double Bed', 'bed_budget*6', 's', 2, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2036, 2558, 'Green Pura Double Bed', 'bed_budget*7', 's', 2, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2037, 2559, 'Yellow Pura Double Bed', 'bed_budget*8', 's', 2, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2038, 2560, 'Red Pura Double Bed', 'bed_budget*9', 's', 2, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2039, 2498, '', 'bed_budget_one*1', 's', 1, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2040, 2499, 'Pink Pura Bed', 'bed_budget_one*2', 's', 1, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2041, 2500, 'Black Pura Bed', 'bed_budget_one*3', 's', 1, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2042, 2501, 'White Pura Bed', 'bed_budget_one*4', 's', 1, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2043, 2502, 'Beige Pura Bed', 'bed_budget_one*5', 's', 1, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2044, 2503, 'Blue Pura Bed', 'bed_budget_one*6', 's', 1, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2045, 2504, 'Green Pura Bed', 'bed_budget_one*7', 's', 1, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2046, 2505, 'Yellow Pura Bed', 'bed_budget_one*8', 's', 1, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2047, 2506, 'Red Pura Bed', 'bed_budget_one*9', 's', 1, 3, 1.90, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2048, 2522, 'Japanese Drawer', 'jp_drawer', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2049, 2568, 'Star Tile', 'tile_stella', 's', 1, 1, 0.05, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2050, 2566, 'Marble Tile', 'tile_marble', 's', 1, 1, 0.10, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2051, 2582, 'Red Tile', 'tile_brown', 's', 1, 1, 0.05, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2052, 2587, 'Blue Barbeque Grill', 'summer_grill*1', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2053, 2588, 'Red Barbeque Grill', 'summer_grill*2', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2054, 2589, 'Green Barbeque Grill', 'summer_grill*3', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2055, 2590, 'Green Barbeque Grill', 'summer_grill*4', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2056, 2571, 'Aqua Deck Chair', 'summer_chair*1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2057, 2572, 'Pink Deck Chair', 'summer_chair*2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2058, 2573, 'Black Deck Chair', 'summer_chair*3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2059, 2574, 'White Deck Chair', 'summer_chair*4', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2060, 2575, 'Deck Chair', 'summer_chair*5', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2061, 2576, 'Deck Chair', 'summer_chair*6', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2062, 2577, 'Green Deck Chair', 'summer_chair*7', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2063, 2578, 'Yellow Deck Chair', 'summer_chair*8', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2064, 2579, 'Red Deck Chair', 'summer_chair*9', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2065, 2583, 'Latin Love 1', 'sound_set_36', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2066, 2595, 'Dance 6', 'sound_set_35', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2067, 2570, 'Rock 5', 'sound_set_34', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2068, 2564, 'Rock 3', 'sound_set_33', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2069, 2569, 'Instrumental 2', 'sound_set_32', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2070, 2596, 'Dance 3', 'sound_set_31', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2071, 2585, 'Instrumental 1', 'sound_set_30', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2072, 2580, 'Dance 2', 'sound_set_29', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2073, 2606, 'Sound Machine Pro', 'sound_machine_pro', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2074, 2584, 'Aqua One Way Gate', 'rare_mnstr', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(2075, 2598, 'Black HC Gate', 'one_way_door*2', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'onewaygate', 2, '0'),
(2076, 2599, 'White HC Gate', 'one_way_door*3', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'onewaygate', 2, '0'),
(2077, 2600, 'Beige One Way Gate', 'one_way_door*4', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'onewaygate', 2, '0'),
(2078, 2601, 'Pink One Way Gate', 'one_way_door*5', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'onewaygate', 2, '0'),
(2079, 2602, 'Blue HC Gate', 'one_way_door*6', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'onewaygate', 2, '0'),
(2080, 2603, 'Green One Way Gate', 'one_way_door*7', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'onewaygate', 2, '0'),
(2081, 2604, 'Yellow One Way Gate', 'one_way_door*8', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'onewaygate', 2, '0'),
(2082, 2605, 'Red One Way Gate', 'one_way_door*9', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'onewaygate', 2, '0'),
(2083, 2567, 'Executive Rug', 'exe_rug', 's', 3, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2084, 2581, 'Executive Glass Table', 'exe_s_table', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2085, 2565, 'Sound set 37', 'sound_set_37', 's', 1, 1, 0.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2086, 2591, 'Blue Summer Pool', 'summer_pool*1', 's', 2, 2, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2087, 2592, 'Red Summer Pool', 'summer_pool*2', 's', 2, 2, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2088, 2593, 'Green Summer Pool', 'summer_pool*3', 's', 2, 2, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2089, 2594, 'Yellow Summer Pool', 'summer_pool*4', 's', 2, 2, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2090, 2607, 'Burn', 'song_disk', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2091, 3527, 'bw_boat name', 'bw_boat', 's', 2, 2, 1.00, 1, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2092, 4336, 'bw_jaws', 'bw_jaws', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2093, 3540, 'bw_shower', 'bw_shower', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2094, 3550, 'bw_tele', 'bw_tele', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'teleport', 1, '0'),
(2095, 3541, 'bw_water_2', 'bw_water_2', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'pool', 1, '0'),
(2096, 3529, 'bw_lgchair', 'bw_lgchair', 's', 1, 1, 3.00, 0, 1, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2097, 3533, 'bw_sofa', 'bw_sofa', 's', 1, 2, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2098, 3543, 'bw_sboard', 'bw_sboard', 's', 1, 2, 1.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2099, 3544, 'bw_chair', 'bw_chair', 's', 1, 1, 1.00, 1, 1, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2100, 3539, 'bw_ccnuts', 'bw_ccnuts', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2101, 3545, 'bw_table', 'bw_table', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2102, 3547, 'bw_bball', 'bw_bball', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2103, 3542, 'bw_croc', 'bw_croc', 's', 1, 1, 1.00, 1, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2104, 3552, 'bw_fnc', 'bw_fnc', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2105, 3530, 'bw_water_1', 'bw_water_1', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'lowpool', 1, '0'),
(2106, 3532, 'prison_dvdr2', 'prison_dvdr2', 's', 2, 1, 3.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(2107, 3526, 'prison_gate', 'prison_gate', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(2108, 3534, 'prison_dvdr1', 'prison_dvdr1', 's', 1, 1, 3.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2109, 3537, 'prison_stone', 'prison_stone', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2110, 3531, 'prison_tower', 'prison_tower', 's', 1, 1, 3.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2111, 3528, 'prison_crnr', 'prison_crnr', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2112, 3520, 'fball_ptch0', 'fball_ptch0', 's', 3, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2113, 3524, 'fball_ptch1', 'fball_ptch1', 's', 3, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2114, 3511, 'fball_ptch2 name', 'fball_ptch2', 's', 3, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2115, 3513, 'fball_ptch3 name', 'fball_ptch3', 's', 3, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2116, 3504, 'fball_ptch4 name', 'fball_ptch4', 's', 3, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2117, 3498, 'fball_ptch5 name', 'fball_ptch5', 's', 3, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2118, 3517, 'fball_ptch6 name', 'fball_ptch6', 's', 3, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2119, 3509, 'fball_ptch7 name', 'fball_ptch7', 's', 3, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2120, 3502, 'fball_ptch8 name', 'fball_ptch8', 's', 3, 3, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2121, 3496, 'fball_score_b', 'fball_score_b', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'footballcounterblue', 1, '0'),
(2122, 3512, 'fball_score_g', 'fball_score_g', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'footballcountergreen', 1, '0'),
(2123, 3522, 'fball_score_r', 'fball_score_r', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'footballcountered', 1, '0'),
(2124, 3506, 'fball_score_y', 'fball_score_y', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'footballcounteryellow', 1, '0'),
(2125, 3525, 'fball_counter name', 'fball_counter', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'scoreboard', 2, '0'),
(2126, 3516, 'fball_gate name', 'fball_gate', 's', 1, 0, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'fbgate', 1, '0'),
(2127, 3499, 'fball_light name', 'fball_light', 's', 1, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2128, 3523, 'fball_goal_y name', 'fball_goal_y', 's', 3, 0, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'footballgoalyellow', 1, '0'),
(2129, 3514, 'fball_goal_r name', 'fball_goal_r', 's', 3, 0, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'footballgoalred', 1, '0'),
(2130, 3519, 'fball_goal_g', 'fball_goal_g', 's', 3, 0, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'footballgoalgreen', 1, '0'),
(2131, 3515, 'fball_goal_b name', 'fball_goal_b', 's', 3, 0, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'footballgoalblue', 1, '0'),
(2132, 3495, 'fball_fnc3 name', 'fball_fnc3', 's', 1, 3, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2133, 3501, 'fball_fnc1 name', 'fball_fnc1', 's', 1, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2134, 3503, 'fball_crnr name', 'fball_crnr', 's', 1, 0, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2135, 3507, 'fball_cote name', 'fball_cote', 's', 3, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2136, 3494, 'fball_bench name', 'fball_bench', 's', 3, 0, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2137, 3518, 'fball_ball5 name', 'fball_ball5', 's', 1, 0, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'football', 1, '0'),
(2138, 3521, 'fball_ball4 name', 'fball_ball4', 's', 1, 0, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'football', 1, '0'),
(2139, 3497, 'fball_ball3 name', 'fball_ball3', 's', 1, 0, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'football', 1, '0'),
(2140, 3510, 'fball_ball2 name', 'fball_ball2', 's', 1, 0, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'football', 1, '0'),
(2141, 3508, 'fball_ball name', 'fball_ball', 's', 1, 0, 1.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'football', 2, '0'),
(2142, 3500, 'fball_audbench name', 'fball_audbench', 's', 4, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2143, 3505, 'fball_trophy name', 'fball_trophy', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'trophy', 1, '0'),
(2144, 3582, 'easel_0', 'easel_0', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2145, 3594, 'easel_1', 'easel_1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2146, 3603, 'easel_2', 'easel_2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2147, 3596, 'easel_3', 'easel_3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 6, '0'),
(2148, 3600, 'easel_4', 'easel_4', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(2149, 3603, 'easel_2', 'easel_2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 6, '0'),
(2150, 3480, 'party_crate2_1', 'party_crate2_1', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2151, 3481, 'party_crate1_3', 'party_crate1_3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2152, 3485, 'party_crate1_4', 'party_crate1_4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2153, 3487, 'party_crate1_1', 'party_crate1_1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2154, 3489, 'party_crate1_2', 'party_crate1_2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2155, 3490, 'party_crate2_2', 'party_crate2_2', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2156, 3491, 'party_crate2_3', 'party_crate2_3', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2157, 3492, 'party_crate2_4', 'party_crate2_4', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2158, 3199, 'party_djset', 'pary_djset', 's', 1, 3, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2159, 3527, 'bw_boat', 'bw_boat', 's', 2, 2, 1.00, 1, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2160, 3529, 'bw_lgchair', 'bw_lgchair', 's', 1, 1, 3.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2161, 3533, 'bw_sofa', 'bw_sofa', 's', 2, 1, 1.00, 1, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(2162, 3538, 'bw_fin', 'bw_fin', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2163, 3539, 'bw_ccnuts', 'bw_ccnuts', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2164, 3540, 'bw_shower', 'bw_shower', 's', 1, 1, 2.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2165, 3541, 'bw_water_2', 'bw_water_2', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'pool', 1, '0'),
(2166, 3542, 'bw_croc', 'bw_croc', 's', 1, 3, 1.00, 1, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2167, 3543, 'bw_sboard', 'bw_sboard', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2168, 3544, 'bw_chair', 'bw_chair', 's', 1, 1, 0.80, 1, 1, 1, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(2169, 3545, 'bw_table', 'bw_table', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2170, 3547, 'bw_ball', 'bw_ball', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2171, 3548, 'bw_mttrss', 'bw_mttrss', 's', 1, 3, 0.80, 1, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2172, 3549, 'bw_van', 'bw_van', 's', 2, 2, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2173, 3551, 'bw_fnc_crnr', 'bw_fnc crnr', 's', 1, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2174, 3552, 'bw_fnc', 'bw_fnc', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2175, 4336, 'Mandibula', 'bw_jaws', 'i', 0, 0, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2176, 4336, 'Mandibula', 'bw_jaws', 'i', 0, 0, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2177, 3569, 'bw_fnc_p', 'bw_fnc_p', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2178, 3563, 'bw_fnc_crnr_g', 'bw_fnc_crnr_g', 's', 1, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2179, 3561, 'bw_sofa_p', 'bw_sofa_p', 's', 2, 1, 1.00, 1, 1, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2180, 3568, 'bw_boat_g', 'bw_boat_g', 's', 2, 2, 0.80, 1, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2181, 3558, 'bw_mttrss_g', 'bw_mttrss_g', 's', 1, 3, 0.80, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2182, 3565, 'bw_pool_b2', 'bw_pool_b2', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2183, 3564, 'bw_pool_a2', 'bw_pool_a2', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2184, 3556, 'bw_pool_a3', 'bw_pool_a3', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2185, 3577, 'bw_pool_a1', 'bw_pool_a1', 's', 1, 1, 1.00, 1, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2186, 3554, 'ads_pepsi0', 'ads_pepsi0', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 1, '55'),
(2187, 4337, 'ads_grefusa_surfb', 'ads_grefusa_surfb', 'i', 0, 0, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2188, 3560, 'bw_pool_b1', 'bw_pool_b1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2189, 3576, 'bw_fnc_crnr_p', 'bw_fnc_crnr_p', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2190, 3562, 'bw_sboard_g', 'bw_sboard_g', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2191, 3571, 'bw_sboard_p', 'bw_sboard_p', 's', 2, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2192, 3566, 'bw_table_g', 'bw_table_g', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2193, 3578, 'bw_table_p', 'bw_table_p', 's', 2, 1, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2194, 3570, 'bw_van_p', 'bw_van_p', 's', 2, 2, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2195, 3574, 'bw_van_g', 'bw_van_g', 's', 2, 2, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2196, 3575, 'bw_sofa_g', 'bw_sofa_g', 's', 2, 1, 1.00, 1, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2197, 3561, 'bw_sofa_p', 'bw_sofa_p', 's', 2, 1, 1.00, 1, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2198, 3557, 'bw_fnc_g name', 'bw_fnc_g', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2199, 3550, 'bw_tele', 'bw_tele', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'teleport', 1, '0'),
(2200, 3605, 'african_tree2', 'african_tree2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2201, 3584, 'african_tree1', 'african_tree1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2202, 3607, 'african_stage', 'african_stage', 's', 2, 2, 1.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2203, 3602, 'african_patch', 'african_patch', 's', 2, 2, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2204, 3579, 'african_fence', 'african_fence', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2205, 3609, 'african_bones', 'african_bones', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2206, 4338, 'ktchn10_cabnt', 'ktchn10_cabnt', 'i', 0, 0, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2207, 3580, 'ktchn10_pot', 'ktchn10_pot', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2208, 3612, 'ktchn10_sink', 'ktchn10_sink', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2209, 3581, 'ktchn10_stove', 'ktchn10_stove', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2210, 3591, 'hosptl_bbag name', 'hosptl_bbag', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 2, '0'),
(2211, 3590, 'hosptl_bed', 'hosptl_bed', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 2, '0'),
(2212, 3586, 'hosptl_cab1', 'hosptl_cab1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 2, '35'),
(2213, 3608, 'hosptl_cab2', 'hosptl_cab2', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2214, 3588, 'hosptl_curtain', 'hosptl_curtain', 's', 3, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2215, 3606, 'hosptl_defibs', 'hosptl_defibs', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2216, 3610, 'hosptl_light', 'hosptl_light', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2217, 3611, 'hosptl_seat', 'hosptl_seat', 's', 1, 2, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2218, 3604, 'hosptl_skele', 'hosptl_skele', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2219, 4339, 'hosptl_xray', 'hosptl_xray', 'i', 0, 0, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2220, 3860, 'cubie_rug_b', 'cubie_rug_b', 's', 2, 3, 0.10, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2221, 3863, 'cubie_lamp_p', 'cubie_lamp_p', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(2222, 3873, 'cubie_shelf_3_p', 'cubie_shelf_3_p', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 9, '0'),
(2223, 3882, 'cubie_shelf_4_b', 'cubie_shelf_4_b', 's', 3, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 6, '0'),
(2224, 3875, 'cubie_shelf_1_b', 'cubie_shelf_1_b', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 14, '0'),
(2225, 3874, 'cubie_shelf_1_p', 'cubie_shelf_1_p', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 14, '0'),
(2226, 3879, 'cubie_chair_p', 'cubie_chair_p', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2227, 3866, 'cubie_shelf_4_p', 'cubie_shelf_4_p', 's', 3, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 6, '0'),
(2228, 3876, 'cubie_bigtable_p', 'cubie_bigtable_p', 's', 2, 2, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2229, 3884, 'cubie_shelf_0_p', 'cubie_shelf_0_p', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2230, 3877, 'cubie_beanbag_b', 'cubie_beanbag_b', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2231, 3859, 'cubie_chair_b', 'cubie_chair_b', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2232, 3871, 'cubie_bed_b', 'cubie_bed_b', 's', 1, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2233, 3861, 'cubie_bigtable_b', 'cubie_bigtable_b', 's', 2, 2, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2234, 3869, 'cubie_stool_b', 'cubie_stool_b', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2235, 3862, 'cubie_beanbag_p', 'cubie_beanbag_p', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2236, 3865, 'cubie_shelf_0_b', 'cubie_shelf_0_b', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2237, 3867, 'cubie_shelf_2_p', 'cubie_shelf_2_p', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 17, '0'),
(2238, 3870, 'cubie_rug_p', 'cubie_rug_p', 's', 2, 3, 0.10, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2239, 3881, 'cubie_sofaseat_b', 'cubie_sofaseat_b', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2240, 3880, 'cubie_table', 'cubie_table', 's', 1, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2241, 3864, 'cubie_sofaseat_p', 'cubie_sofaseat_p', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2242, 3868, 'cubie_bed_p', 'cubie_bed_p', 's', 1, 3, 1.80, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2243, 3872, 'cubie_shelf_3_b', 'cubie_shelf_3_b', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 9, '0'),
(2244, 3883, 'cubie_shelf_2_b', 'cubie_shelf_2_b', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 14, '0'),
(2245, 3858, 'cubie_lamp_b', 'cubie_lamp_b', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(2246, 3878, 'cubie_stool_p', 'cubie_stool_p', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2247, 4389, 'cubie_wallshelf_b', 'cubie_wallshelf_b', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 7, '0'),
(2248, 4385, 'cubie_decklight_p', 'cubie_decklight_p', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2249, 4392, 'cubie_wallshelf_p', 'cubie_wallshelf_p', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 7, '0'),
(2250, 4395, 'cubie_decal_0', 'cubie_decal_0', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2251, 4391, 'cubie_decal_3', 'cubie_decal_3', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2252, 4390, 'cubie_decal_1_p', 'cubie_decal_1_p', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2253, 4394, 'cubie_decklight_b', 'cubie_decklight_b', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2254, 4386, 'cubie_decal_1_b', 'cubie_decal_1_b', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2255, 4387, 'cubie_decal_2_b', 'cubie_decal_2_b', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2256, 4388, 'cubie_decal_3_p', 'cubie_decal_3_p', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2257, 4393, 'cubie_decal_2_p', 'cubie_decal_2_p', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2258, 4384, 'cubie_decal_3_b', 'cubie_decal_3_b', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2259, 3885, 'newbie_present', 'newbie_present', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(2260, 3886, 'tv_flat', 'tv_flat', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2261, 3887, 'waasa_table2', 'waasa_table2', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2262, 3888, 'computer_flatscreen', 'computer_flatscreen', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2263, 3889, 'waasa_chair', 'waasa_chair', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2264, 3890, 'waasa_ship2', 'waasa_ship2', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2265, 3891, 'waasa_ship1', 'waasa_ship1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2266, 3892, 'waasa_bunk_bed', 'waasa_bunk_bed', 's', 3, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2267, 3893, 'computer_laptop', 'computer_laptop', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2268, 3894, 'computer_old', 'computer_old', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2269, 3895, 'waasa_table1', 'waasa_table1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2270, 3896, 'waasa_desk', 'waasa_desk', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2271, 4396, 'waasa_wall_shelf2', 'waasa_wall_shelf2', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
(2272, 4397, 'waasa_wall_shelf1', 'waasa_wall_shelf1', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2273, 3830, 'nest_frog', 'nest_frog', 's', 1, 1, 0.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2274, 3831, 'pond', 'pond', 's', 1, 1, 0.01, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2275, 3832, 'val11_present', 'val11_present', 's', 1, 1, 1.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2276, 3833, 'prizetrophy_cine', 'prizetrophy_cine', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2277, 3834, 'cine_vipsign', 'cine_vipsign', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2278, 3835, 'limo_b_mid3', 'limo_b_mid3', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 1, '50'),
(2279, 3836, 'limo_b_mid2', 'limo_b_mid2', 's', 2, 1, 0.30, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2280, 3837, 'limo_b_front', 'limo_b_front', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2281, 3838, 'limo_b_mid', 'limo_b_mid', 's', 2, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2282, 3839, 'cine_star', 'cine_star', 's', 1, 1, 0.10, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2283, 3840, 'limo_b_back', 'limo_b_back', 's', 2, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2284, 4381, 'ads_bigtv_missmix', 'ads_bigtv_missmix', 'i', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2285, 3841, 'cine_curtain', 'cine_curtain', 's', 8, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(2286, 3842, 'cine_screen', 'cine_screen', 's', 8, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 7, '0'),
(2287, 3843, 'theatre_seat_g', 'theatre_seat_g', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 6, '0'),
(2288, 3844, 'cine_tile', 'cine_tile', 's', 1, 1, 0.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2289, 3845, 'cine_bench_b', 'cine_bench_b', 's', 3, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2290, 3846, 'theatre_seat_b', 'theatre_seat_b', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 6, '0'),
(2291, 3847, 'cine_roof', 'cine_roof', 's', 3, 3, 0.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(2292, 3848, 'cine_popcorn', 'cine_popcorn', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 1, '62'),
(2293, 3849, 'cine_bench', 'cine_bench', 's', 3, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2294, 3850, 'cine_bench_g', 'cine_bench_g', 's', 3, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2295, 3851, 'cine_ticket_booth', 'cine_ticket_booth', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2296, 3852, 'cine_projector', 'cine_projector', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2297, 4380, 'gothic_st_glass', 'gothic_st_glass', 'i', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2298, 3825, 'gothic_candles', 'gothic_candles', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2299, 3824, 'gothic_bed', 'gothic_bed', 's', 2, 3, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2300, 3828, 'gothic_bowl', 'gothic_bowl', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 1, '62'),
(2301, 3826, 'gothic_desk', 'gothic_desk', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(2302, 3827, 'ads_grefu_trophy', 'ads_grefu_trophy', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'trophy', 1, '0'),
(2303, 3801, 'bling11_block', 'bling11_block', 's', 1, 1, 2.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2304, 3793, 'bling11_dvd', 'bling11_dvd', 's', 1, 2, 1.60, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2305, 3798, 'bling11_dvn', 'bling11_dnv', 's', 1, 3, 1.20, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'bed', 1, '0'),
(2306, 3794, 'bling11_floor', 'bling11_floor', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 9, '0'),
(2307, 3802, 'bling11_pillar', 'bling11_pillar', 's', 1, 1, 3.30, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2308, 3795, 'bling11_plant', 'bling11_plant', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2309, 3788, 'bling11_rug1', 'bling11_rug1', 's', 2, 2, 0.10, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2310, 3797, 'bling11_rug2', 'bling11_rug2', 's', 3, 3, 0.20, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2311, 3800, 'bling11_seat1', 'bling11_seat1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2312, 3799, 'bling11_seat2', 'bling11_seat2', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(2313, 3786, 'bling11_slot', 'bling11_slot', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2314, 3790, 'bling11_sofa', 'bling11_sofa', 's', 3, 1, 0.40, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2315, 3791, 'bling11_statue1', 'bling11_statue1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2316, 3785, 'bling11_statue2', 'bling11_statue2', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2317, 3789, 'bling11_tele', 'bling11_tele', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'teleport', 1, '0'),
(2318, 3787, 'bling11_towels', 'bling11_towels', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2319, 3792, 'val11_floor', 'val11_floor', 's', 2, 2, 0.10, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'normalskates', 1, '0'),
(2320, 3796, 'china_rabbit', 'china_rabbit', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2321, 3823, 'limo_w_front', 'limo_w_front', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2322, 3819, 'limo_w_mid', 'limo_w_mid', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2323, 3820, 'limo_w_mid2', 'limo_w_mid2', 's', 2, 1, 0.30, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2324, 3822, 'limo_w_back', 'limo_w_back', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2325, 3821, 'petfood19', 'petfood19', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(2326, 3816, 'petfood18', 'petfood18', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(2327, 3817, 'petfood17', 'petfood17', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(2328, 3662, 'hween10_bat', 'hween10_bat', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2329, 4346, 'hween10_card_1', 'hween10_card_1', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2330, 4350, 'hween10_card_2', 'hween10_card_2', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2331, 4345, 'hween10_card_3', 'hween10_card_3', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2332, 4347, 'hween10_card_4', 'hween10_card_4', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2333, 4351, 'hween10_card_5', 'hween10_card_5', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2334, 4348, 'hween10_card_6', 'hween10_card_6', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2335, 3658, 'hween10_chicken', 'hween10_chicken', 's', 2, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2336, 3657, 'hween10_ffly', 'hween10_ffly', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2337, 3652, 'hween10_fog', 'hween10_fog', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2338, 3651, 'hween10_jar', 'hween10_jar', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2339, 3656, 'hween10_logs', 'hween10_logs', 's', 1, 1, 0.30, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2340, 3650, 'hween10_pond', 'hween10_pond', 's', 2, 2, 0.01, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'haloweenpool', 1, '0'),
(2341, 3661, 'hween10_portch', 'hween10_portch', 's', 1, 1, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 7, '0'),
(2342, 3654, 'hween10_skullpost', 'hween10_skullpost', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2343, 3649, 'hween10_swamp', 'hween10_swamp', 's', 2, 2, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2344, 3646, 'hween10_tarot', 'hween10_tarot', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'dice', 7, '0'),
(2345, 3659, 'hween10_tele', 'hween10_tele', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'teleport', 2, '0'),
(2346, 3660, 'hween10_throne', 'hween10_throne', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2347, 3648, 'hween10_tree', 'hween10_tree', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2348, 3647, 'hween10_voodoo1', 'hween10_voodoo1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2349, 3653, 'hween10_voodoo2', 'hween10_voodoo2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2350, 3655, 'hween10_voodoo3', 'hween10_voodoo3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2351, 4349, 'hween10_wallskull', 'hween10_wallskull', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2352, 3781, 'year2011_waver_b', 'year2011_waver_b', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2353, 3780, 'year2011_waver_g', 'year2011_waver_g', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2354, 3777, 'year2011_waver_r', 'year2011_waver_r', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2355, 3768, 'year2011_waver_y', 'year2011_waver_y', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2356, 3771, 'prizetrophy_2011_y', 'prizetrophy_2011_y', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'trophy', 2, '0'),
(2357, 3773, 'prizetrophy_2011_b', 'prizetrophy_2011_b', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'trophy', 2, '0'),
(2358, 3770, 'prizetrophy_2011_r', 'prizetrophy_2011_r', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'trophy', 2, '0'),
(2359, 3775, 'prizetrophy_2011_p', 'prizetrophy_2011_p', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'trophy', 2, '0'),
(2360, 3778, 'prizetrophy_2011_g', 'prizetrophy_2011_g', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'trophy', 2, '0'),
(2361, 3769, 'prizetrophy_2011_w', 'prizetrophy_2011_w', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'trophy', 2, '0'),
(2362, 4373, 'year2011', 'year2011', 'i', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2363, 3742, 'qt_xm10_nest', 'qt_xm10_nest', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2364, 3746, 'qt_xm10_icedragon', 'qt_xm10_icedragon', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2365, 3747, 'qt_xm10_stone', 'qt_xm10_stone', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2366, 3728, 'qt_xm10_icetiger', 'qt_xm10_icetiger', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2367, 3722, 'qt_xm10_trex', 'qt_xm10_trex', 's', 3, 7, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2368, 3720, 'qt_xm10_palm_tree', 'qt_xm10_palm_tree', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2369, 3750, 'qt_xm10_bench', 'qt_xm10_bench', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2370, 3732, 'qt_xm10_icelupin', 'qt_xm10_icelupin', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2371, 3719, 'qt_xm10_xmduck', 'qt_xm10_xmduck', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2372, 3727, 'qt_xm10_iceduck', 'qt_xm10_iceduck', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2373, 4365, 'qt_xm10_bauble1', 'qt_xm10_bauble1', 'i', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2374, 4361, 'qt_xm10_bauble2', 'qt_xm10_bauble2', 'i', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2375, 4368, 'qt_xm10_bauble3', 'qt_xm10_bauble3', 'i', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2376, 3730, 'qt_xm10_iceplasto', 'qt_xm10_iceplasto', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2377, 3748, 'qt_xm10_ice_fish', 'qt_xm10_ice_fish', 's', 1, 2, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2378, 3726, 'qt_xm10_gnome', 'qt_xm10_gnome', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2379, 3743, 'qt_xm10_icesilotable', 'qt_xm10_icesilotable', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2380, 3734, 'qt_xm10_iceteddy', 'qt_xm10_iceteddy', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2381, 3724, 'qt_xm10_elephant', 'qt_xm10_elephant', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 2, '0'),
(2382, 3718, 'qt_xm10_iceclubsofa', 'qt_xm10_iceclubsofa', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2383, 3736, 'es_skating_ice', 'es_skating_ice', 's', 2, 2, 0.01, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'iceskates', 2, '0'),
(2384, 3716, 'es_sidewalk', 'es_sidewalk', 's', 2, 2, 0.20, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2385, 3725, 'es_wpost', 'es_wpost', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2386, 3741, 'es_tagging', 'es_tagging', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2387, 3740, 'es_santa', 'es_santa', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2388, 4367, 'es_window', 'es_window', 'i', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2389, 3712, 'es_bench', 'es_bench', 's', 2, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2390, 3729, 'es_fnc_1', 'es_fnc_1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2391, 3714, 'es_fnc_2', 'es_fnc_2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2392, 3721, 'es_fnc_crnr', 'es_fnc_crnr', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2393, 3723, 'es_epictree', 'es_epictree', 's', 2, 2, 4.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2394, 3731, 'es_icestar_g', 'es_icestar_g', 's', 1, 1, 6.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2395, 3745, 'es_icestar_r', 'es_icestar_r', 's', 1, 1, 6.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2396, 3749, 'es_icestar_y', 'es_icestar_y', 's', 1, 1, 6.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2397, 3713, 'es_icestar', 'es_icestar', 's', 1, 1, 6.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2398, 3739, 'es_puck', 'es_puck', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, '', 2, '0'),
(2399, 3738, 'es_roaster', 'es_roaster', 's', 1, 1, 2.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2400, 3735, 'es_lmppst', 'es_lmppst', 's', 1, 1, 4.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2401, 3717, 'es_statue', 'es_statue', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2402, 3704, 'exe_copier', 'exe_copier', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2403, 3706, 'exe_glassdvdr', 'exe_glassdvdr', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2404, 3705, 'exe_wrkdesk', 'exe_wrkdesk', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2405, 3707, 'exe_seccam', 'exe_seccam', 's', 1, 1, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2406, 4356, 'exe_sensor', 'exe_sensor', 'i', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2407, 4371, 'es_big3', 'es_big3', 'i', 1, 1, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2408, 4372, 'es_big2', 'es_big2', 'i', 1, 1, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2409, 3758, 'Freeze Ice Block', 'es_box', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'freezetileblock', 1, '0'),
(2410, 3764, 'Freese Counter', 'es_counter', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'freezetimer', 1, '0'),
(2411, 3759, 'Exit Tile', 'es_exit', 's', 1, 1, 0.10, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'freezeexit', 1, '0'),
(2412, 3762, 'Blue Freeze Gate', 'es_gate_b', 's', 1, 1, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'freezebluegate', 1, '0'),
(2413, 3761, 'Green Freeze Gate', 'es_gate_g', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'freezegreengate', 1, '0'),
(2414, 3760, 'Red Freeze Gate', 'es_gate_r', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'freezeredgate', 1, '0'),
(2415, 3763, 'Yellow Freeze Gate', 'es_gate_y', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'freezeyellowgate', 1, '0'),
(2416, 3767, 'Yellow Freeze Scoreboard', 'es_score_y', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'freezeyellowcounter', 1, '0'),
(2417, 3765, 'Red Freeze Scoreboard', 'es_score_r', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'freezeredcounter', 1, '0'),
(2418, 3756, 'Blue Freeze Scoreboard', 'es_score_b', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'freezebluecounter', 1, '0'),
(2419, 3766, 'Green Freeze Scoreboard', 'es_score_g', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'freezegreencounter', 1, '0'),
(2420, 3757, 'Freeze Tile', 'es_tile', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'freezetile', 1, '0'),
(2421, 3853, 'wf_box', 'wf_box', 's', 1, 1, 1.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2422, 3854, 'wf_maze', 'wf_maze', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(2423, 3855, 'ads_rangocactus', 'ads_rangocactus', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2424, 3856, 'cine_glass', 'cine_glass', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2425, 3857, 'wf_cnd_has_furni_on', 'wf_cnd_has_furni_on', 's', 1, 1, 0.60, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2426, 4382, 'cine_light2', 'cine_light2', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2427, 4383, 'cine_light1', 'cine_light1', 'i', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2428, 2431, 'a0 pet4', 'a0 pet4', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'pet4', 1, '0'),
(2429, 2430, 'a0 pet3', 'a0 pet3', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'pet3', 1, '0'),
(2430, 2434, 'a0 pet2', 'a0 pet2', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'pet2', 1, '0'),
(2431, 2432, 'a0 pet1', 'a0 pet1', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'pet1', 1, '0'),
(2432, 2433, 'a0 pet0', 'a0 pet0', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'pet0', 1, '0'),
(2433, 7457, 'a0 pet6', 'a0 pet6', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'pet6', 0, '0'),
(2434, 5354, 'a0 pet7', 'a0 pet7', 's', 1, 1, 0.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'pet7', 0, '0'),
(2435, 6489, 'a0 pet8', 'a0 pet8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'pet8', 1, '0'),
(2436, 6490, 'a0 pet11', 'a0 pet11', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'pet11', 1, '0'),
(2437, 1532, 'a0 pet10', 'a0 pet10', 's', 0, 0, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'pet10', 1, '0'),
(2438, 3001, 'wallpaper_single_101', 'wallpaper_single_101', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2439, 3001, 'wallpaper_single_102', 'wallpaper_single_102', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2440, 3001, 'wallpaper_single_103', 'wallpaper_single_103', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2441, 3001, 'wallpaper_single_104', 'wallpaper_single_104', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2442, 3001, 'wallpaper_single_105', 'wallpaper_single_105', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2443, 3001, 'wallpaper_single_106', 'wallpaper_single_106', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2444, 3001, 'wallpaper_single_107', 'wallpaper_single_107', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2445, 3001, 'wallpaper_single_108', 'wallpaper_single_108', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2446, 3001, 'wallpaper_single_109', 'wallpaper_single_109', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2447, 3001, 'wallpaper_single_110', 'wallpaper_single_110', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2448, 3001, 'wallpaper_single_111', 'wallpaper_single_111', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2449, 3001, 'wallpaper_single_112', 'wallpaper_single_112', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2450, 3001, 'wallpaper_single_113', 'wallpaper_single_113', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2451, 3001, 'wallpaper_single_114', 'wallpaper_single_114', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2452, 3001, 'wallpaper_single_115', 'wallpaper_single_115', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2453, 3001, 'wallpaper_single_201', 'wallpaper_single_201', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2454, 3001, 'wallpaper_single_202', 'wallpaper_single_202', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2455, 3001, 'wallpaper_single_203', 'wallpaper_single_203', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2456, 3001, 'wallpaper_single_204', 'wallpaper_single_204', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2457, 3001, 'wallpaper_single_205', 'wallpaper_single_205', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2458, 3001, 'wallpaper_single_206', 'wallpaper_single_206', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2459, 3001, 'wallpaper_single_207', 'wallpaper_single_207', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2460, 3001, 'wallpaper_single_208', 'wallpaper_single_208', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2461, 3001, 'wallpaper_single_209', 'wallpaper_single_209', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2462, 3001, 'wallpaper_single_210', 'wallpaper_single_210', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2463, 3001, 'wallpaper_single_211', 'wallpaper_single_211', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2464, 3001, 'wallpaper_single_212', 'wallpaper_single_212', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2465, 3001, 'wallpaper_single_213', 'wallpaper_single_213', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2466, 3001, 'wallpaper_single_214', 'wallpaper_single_214', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2467, 3001, 'wallpaper_single_215', 'wallpaper_single_215', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2468, 3001, 'wallpaper_single_216', 'wallpaper_single_216', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2469, 3001, 'wallpaper_single_217', 'wallpaper_single_217', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2470, 3001, 'wallpaper_single_218', 'wallpaper_single_218', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2471, 3001, 'wallpaper_single_301', 'wallpaper_single_301', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2472, 3001, 'wallpaper_single_302', 'wallpaper_single_302', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2473, 3001, 'wallpaper_single_303', 'wallpaper_single_303', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2474, 3001, 'wallpaper_single_304', 'wallpaper_single_304', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2475, 3001, 'wallpaper_single_305', 'wallpaper_single_305', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2476, 3001, 'wallpaper_single_306', 'wallpaper_single_306', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2477, 3001, 'wallpaper_single_307', 'wallpaper_single_307', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2478, 3001, 'wallpaper_single_401', 'wallpaper_single_401', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2479, 3001, 'wallpaper_single_402', 'wallpaper_single_402', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2480, 3001, 'wallpaper_single_403', 'wallpaper_single_403', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2481, 3001, 'wallpaper_single_404', 'wallpaper_single_404', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2482, 3001, 'wallpaper_single_405', 'wallpaper_single_405', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2483, 3001, 'wallpaper_single_406', 'wallpaper_single_406', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2484, 3001, 'wallpaper_single_407', 'wallpaper_single_407', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2485, 3001, 'wallpaper_single_408', 'wallpaper_single_408', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2486, 3001, 'wallpaper_single_501', 'wallpaper_single_501', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2487, 3001, 'wallpaper_single_502', 'wallpaper_single_502', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2488, 3001, 'wallpaper_single_503', 'wallpaper_single_503', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2489, 3001, 'wallpaper_single_504', 'wallpaper_single_504', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2490, 3001, 'wallpaper_single_505', 'wallpaper_single_505', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2491, 3001, 'wallpaper_single_506', 'wallpaper_single_506', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2492, 3001, 'wallpaper_single_507', 'wallpaper_single_507', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2493, 3001, 'wallpaper_single_508', 'wallpaper_single_508', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2494, 3001, 'wallpaper_single_601', 'wallpaper_single_601', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2495, 3001, 'wallpaper_single_602', 'wallpaper_single_602', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2496, 3001, 'wallpaper_single_603', 'wallpaper_single_603', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2497, 3001, 'wallpaper_single_604', 'wallpaper_single_604', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2498, 3001, 'wallpaper_single_605', 'wallpaper_single_605', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2499, 3001, 'wallpaper_single_606', 'wallpaper_single_606', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2500, 3001, 'wallpaper_single_607', 'wallpaper_single_607', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2501, 3001, 'wallpaper_single_608', 'wallpaper_single_608', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2502, 3001, 'wallpaper_single_609', 'wallpaper_single_609', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2503, 3001, 'wallpaper_single_610', 'wallpaper_single_610', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2504, 3001, 'wallpaper_single_701', 'wallpaper_single_701', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2505, 3001, 'wallpaper_single_702', 'wallpaper_single_702', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2506, 3001, 'wallpaper_single_703', 'wallpaper_single_703', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2507, 3001, 'wallpaper_single_704', 'wallpaper_single_704', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2508, 3001, 'wallpaper_single_705', 'wallpaper_single_705', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2509, 3001, 'wallpaper_single_706', 'wallpaper_single_706', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2510, 3001, 'wallpaper_single_707', 'wallpaper_single_707', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2511, 3001, 'wallpaper_single_708', 'wallpaper_single_708', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2512, 3001, 'wallpaper_single_709', 'wallpaper_single_709', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2513, 3001, 'wallpaper_single_710', 'wallpaper_single_710', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2514, 3001, 'wallpaper_single_801', 'wallpaper_single_801', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2515, 3001, 'wallpaper_single_802', 'wallpaper_single_802', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2516, 3001, 'wallpaper_single_803', 'wallpaper_single_803', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2517, 3001, 'wallpaper_single_804', 'wallpaper_single_804', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2518, 3001, 'wallpaper_single_805', 'wallpaper_single_805', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2519, 3001, 'wallpaper_single_806', 'wallpaper_single_806', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2520, 3001, 'wallpaper_single_807', 'wallpaper_single_807', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2521, 3001, 'wallpaper_single_808', 'wallpaper_single_808', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2522, 3001, 'wallpaper_single_809', 'wallpaper_single_809', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2523, 3001, 'wallpaper_single_810', 'wallpaper_single_810', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2524, 3001, 'wallpaper_single_901', 'wallpaper_single_901', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2525, 3001, 'wallpaper_single_902', 'wallpaper_single_902', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2526, 3001, 'wallpaper_single_903', 'wallpaper_single_903', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2527, 3001, 'wallpaper_single_904', 'wallpaper_single_904', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2528, 3001, 'wallpaper_single_905', 'wallpaper_single_905', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2529, 3001, 'wallpaper_single_906', 'wallpaper_single_906', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2530, 3001, 'wallpaper_single_907', 'wallpaper_single_907', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2531, 3001, 'wallpaper_single_908', 'wallpaper_single_908', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2532, 3001, 'wallpaper_single_1001', 'wallpaper_single_1001', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2533, 3001, 'wallpaper_single_1002', 'wallpaper_single_1002', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2534, 3001, 'wallpaper_single_1003', 'wallpaper_single_1003', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2535, 3001, 'wallpaper_single_1004', 'wallpaper_single_1004', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2536, 3001, 'wallpaper_single_1005', 'wallpaper_single_1005', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2537, 3001, 'wallpaper_single_1006', 'wallpaper_single_1006', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2538, 3001, 'wallpaper_single_1007', 'wallpaper_single_1007', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2539, 3001, 'wallpaper_single_1101', 'wallpaper_single_1101', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2540, 3001, 'wallpaper_single_1201', 'wallpaper_single_1201', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2541, 3001, 'wallpaper_single_1301', 'wallpaper_single_1301', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2542, 3001, 'wallpaper_single_1401', 'wallpaper_single_1401', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2543, 3001, 'wallpaper_single_1501', 'wallpaper_single_1501', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2544, 3001, 'wallpaper_single_1601', 'wallpaper_single_1601', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2545, 3001, 'wallpaper_single_1701', 'wallpaper_single_1701', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2546, 3001, 'wallpaper_single_1801', 'wallpaper_single_1801', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2547, 3001, 'wallpaper_single_1901', 'wallpaper_single_1901', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2548, 3001, 'wallpaper_single_1902', 'wallpaper_single_1902', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2549, 3001, 'wallpaper_single_2001', 'wallpaper_single_2001', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2550, 3001, 'wallpaper_single_2002', 'wallpaper_single_2002', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2551, 3001, 'wallpaper_single_2003', 'wallpaper_single_2003', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2552, 3001, 'wallpaper_single_2101', 'wallpaper_single_2101', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2553, 3001, 'wallpaper_single_2102', 'wallpaper_single_2102', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2554, 3001, 'wallpaper_single_2103', 'wallpaper_single_2103', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2555, 3001, 'wallpaper_single_2201', 'wallpaper_single_2201', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2556, 3001, 'wallpaper_single_2202', 'wallpaper_single_2202', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2557, 3001, 'wallpaper_single_2203', 'wallpaper_single_2203', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2558, 3001, 'wallpaper_single_2204', 'wallpaper_single_2204', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2559, 3001, 'wallpaper_single_2205', 'wallpaper_single_2205', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2560, 3001, 'wallpaper_single_2206', 'wallpaper_single_2206', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2561, 3001, 'wallpaper_single_2301', 'wallpaper_single_2301', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2562, 3001, 'wallpaper_single_2302', 'wallpaper_single_2302', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2563, 3001, 'wallpaper_single_2303', 'wallpaper_single_2303', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2564, 3001, 'wallpaper_single_2304', 'wallpaper_single_2304', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2565, 3001, 'wallpaper_single_2401', 'wallpaper_single_2401', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2566, 3001, 'wallpaper_single_2402', 'wallpaper_single_2402', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2567, 3001, 'wallpaper_single_2403', 'wallpaper_single_2403', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2568, 3001, 'wallpaper_single_2501', 'wallpaper_single_2501', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2569, 3001, 'wallpaper_single_2502', 'wallpaper_single_2502', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2570, 3001, 'wallpaper_single_2503', 'wallpaper_single_2503', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2571, 3001, 'wallpaper_single_2504', 'wallpaper_single_2504', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2572, 3001, 'wallpaper_single_2601', 'wallpaper_single_2601', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2573, 3001, 'wallpaper_single_2602', 'wallpaper_single_2602', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2574, 3001, 'wallpaper_single_2603', 'wallpaper_single_2603', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2575, 3001, 'wallpaper_single_2604', 'wallpaper_single_2604', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2576, 3001, 'wallpaper_single_2701', 'wallpaper_single_2701', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2577, 3001, 'wallpaper_single_2702', 'wallpaper_single_2702', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2578, 3001, 'wallpaper_single_2703', 'wallpaper_single_2703', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2579, 3001, 'wallpaper_single_2704', 'wallpaper_single_2704', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2580, 3001, 'wallpaper_single_2801', 'wallpaper_single_2801', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2581, 3001, 'wallpaper_single_2802', 'wallpaper_single_2802', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2582, 3001, 'wallpaper_single_2803', 'wallpaper_single_2803', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2583, 3001, 'wallpaper_single_2804', 'wallpaper_single_2804', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2584, 3001, 'wallpaper_single_2901', 'wallpaper_single_2901', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2585, 3001, 'wallpaper_single_2902', 'wallpaper_single_2902', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2586, 3001, 'wallpaper_single_2903', 'wallpaper_single_2903', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2587, 3001, 'wallpaper_single_2904', 'wallpaper_single_2904', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2588, 3001, 'wallpaper_single_3001', 'wallpaper_single_3001', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2589, 3001, 'wallpaper_single_3002', 'wallpaper_single_3002', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2590, 3001, 'wallpaper_single_3003', 'wallpaper_single_3003', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2591, 3001, 'wallpaper_single_3004', 'wallpaper_single_3004', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2592, 3001, 'wallpaper_single_3101', 'wallpaper_single_3101', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2593, 3001, 'wallpaper_single_3102', 'wallpaper_single_3102', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2594, 3001, 'wallpaper_single_3103', 'wallpaper_single_3103', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2595, 3001, 'wallpaper_single_3104', 'wallpaper_single_3104', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2596, 3001, 'wallpaper_single_3105', 'wallpaper_single_3105', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2597, 3001, 'wallpaper_single_3106', 'wallpaper_single_3106', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2598, 2001, 'floor_single_101', 'floor_single_101', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2599, 2001, 'floor_single_102', 'floor_single_102', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2600, 2001, 'floor_single_103', 'floor_single_103', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2601, 2001, 'floor_single_104', 'floor_single_104', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2602, 2001, 'floor_single_105', 'floor_single_105', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2603, 2001, 'floor_single_106', 'floor_single_106', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2604, 2001, 'floor_single_107', 'floor_single_107', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2605, 2001, 'floor_single_108', 'floor_single_108', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2606, 2001, 'floor_single_109', 'floor_single_109', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2607, 2001, 'floor_single_110', 'floor_single_110', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2608, 2001, 'floor_single_111', 'floor_single_111', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2609, 2001, 'floor_single_201', 'floor_single_201', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2610, 2001, 'floor_single_202', 'floor_single_202', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2611, 2001, 'floor_single_203', 'floor_single_203', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2612, 2001, 'floor_single_204', 'floor_single_204', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2613, 2001, 'floor_single_205', 'floor_single_205', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2614, 2001, 'floor_single_206', 'floor_single_206', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2615, 2001, 'floor_single_207', 'floor_single_207', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2616, 2001, 'floor_single_208', 'floor_single_208', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2617, 2001, 'floor_single_209', 'floor_single_209', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2618, 2001, 'floor_single_210', 'floor_single_210', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2619, 2001, 'floor_single_211', 'floor_single_211', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2620, 2001, 'floor_single_212', 'floor_single_212', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2621, 2001, 'floor_single_301', 'floor_single_301', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2622, 2001, 'floor_single_302', 'floor_single_302', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2623, 2001, 'floor_single_303', 'floor_single_303', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2624, 2001, 'floor_single_304', 'floor_single_304', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2625, 2001, 'floor_single_305', 'floor_single_305', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2626, 2001, 'floor_single_306', 'floor_single_306', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2627, 2001, 'floor_single_307', 'floor_single_307', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2628, 2001, 'floor_single_401', 'floor_single_401', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2629, 2001, 'floor_single_402', 'floor_single_402', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2630, 2001, 'floor_single_403', 'floor_single_403', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2631, 2001, 'floor_single_404', 'floor_single_404', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2632, 2001, 'floor_single_405', 'floor_single_405', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2633, 2001, 'floor_single_406', 'floor_single_406', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2634, 2001, 'floor_single_407', 'floor_single_407', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2635, 2001, 'floor_single_408', 'floor_single_408', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2636, 2001, 'floor_single_409', 'floor_single_409', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2637, 2001, 'floor_single_501', 'floor_single_501', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2638, 2001, 'floor_single_502', 'floor_single_502', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2639, 2001, 'floor_single_503', 'floor_single_503', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2640, 2001, 'floor_single_504', 'floor_single_504', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2641, 2001, 'floor_single_505', 'floor_single_505', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2642, 2001, 'floor_single_506', 'floor_single_506', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2643, 2001, 'floor_single_507', 'floor_single_507', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2644, 2001, 'floor_single_601', 'floor_single_601', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2645, 2001, 'floor_single_602', 'floor_single_602', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2646, 2001, 'floor_single_603', 'floor_single_603', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2647, 2001, 'floor_single_604', 'floor_single_604', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2648, 2001, 'floor_single_605', 'floor_single_605', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2649, 2001, 'floor_single_606', 'floor_single_606', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2650, 2001, 'floor_single_607', 'floor_single_607', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2651, 2001, 'floor_single_608', 'floor_single_608', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2652, 2001, 'floor_single_609', 'floor_single_609', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2653, 2001, 'floor_single_610', 'floor_single_610', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2654, 4055, 'landscape_single_1.1', 'landscape_single_1.1', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2655, 4055, 'landscape_single_1.2', 'landscape_single_1.2', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2656, 4055, 'landscape_single_1.3', 'landscape_single_1.3', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2657, 4055, 'landscape_single_1.4', 'landscape_single_1.4', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2658, 4055, 'landscape_single_1.5', 'landscape_single_1.5', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2659, 4055, 'landscape_single_1.6', 'landscape_single_1.6', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2660, 4055, 'landscape_single_1.7', 'landscape_single_1.7', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2661, 4055, 'landscape_single_1.8', 'landscape_single_1.8', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2662, 4055, 'landscape_single_1.9', 'landscape_single_1.9', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2663, 4055, 'landscape_single_1.10', 'landscape_single_1.10', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2664, 4055, 'landscape_single_1.11', 'landscape_single_1.11', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2665, 4055, 'landscape_single_2.1', 'landscape_single_2.1', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2666, 4055, 'landscape_single_2.3', 'landscape_single_2.3', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2667, 4055, 'landscape_single_2.4', 'landscape_single_2.4', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2668, 4055, 'landscape_single_2.5', 'landscape_single_2.5', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2669, 4055, 'landscape_single_2.6', 'landscape_single_2.6', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2670, 4055, 'landscape_single_2.7', 'landscape_single_2.7', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2671, 4055, 'landscape_single_3.1', 'landscape_single_3.1', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2672, 4055, 'landscape_single_3.3', 'landscape_single_3.3', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2673, 4055, 'landscape_single_3.4', 'landscape_single_3.4', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2674, 4055, 'landscape_single_3.5', 'landscape_single_3.5', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2675, 4055, 'landscape_single_3.6', 'landscape_single_3.6', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2676, 4055, 'landscape_single_3.7', 'landscape_single_3.7', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2677, 4055, 'landscape_single_4.1', 'landscape_single_4.1', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2678, 4055, 'landscape_single_4.3', 'landscape_single_4.3', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2679, 4055, 'landscape_single_4.4', 'landscape_single_4.4', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2680, 4055, 'landscape_single_4.5', 'landscape_single_4.5', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2681, 4055, 'landscape_single_4.6', 'landscape_single_4.6', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2682, 4055, 'landscape_single_4.7', 'landscape_single_4.7', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2683, 4055, 'landscape_single_5.1', 'landscape_single_5.1', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2684, 4055, 'landscape_single_5.3', 'landscape_single_5.3', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2685, 4055, 'landscape_single_5.4', 'landscape_single_5.4', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2686, 4055, 'landscape_single_5.5', 'landscape_single_5.5', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2687, 4055, 'landscape_single_5.6', 'landscape_single_5.6', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2688, 4055, 'landscape_single_5.7', 'landscape_single_5.7', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2689, 4055, 'landscape_single_6.1', 'landscape_single_6.1', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2690, 4055, 'landscape_single_6.3', 'landscape_single_6.3', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2691, 4055, 'landscape_single_6.4', 'landscape_single_6.4', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2692, 4055, 'landscape_single_6.5', 'landscape_single_6.5', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2693, 4055, 'landscape_single_6.6', 'landscape_single_6.6', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2694, 4055, 'landscape_single_6.7', 'landscape_single_6.7', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2695, 4055, 'landscape_single_7.1', 'landscape_single_7.1', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2696, 4055, 'landscape_single_7.3', 'landscape_single_7.3', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2697, 4055, 'landscape_single_7.4', 'landscape_single_7.4', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
(2698, 4055, 'landscape_single_7.5', 'landscape_single_7.5', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2699, 4055, 'landscape_single_7.6', 'landscape_single_7.6', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2700, 4055, 'landscape_single_7.7', 'landscape_single_7.7', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2701, 4055, 'landscape_single_7.12', 'landscape_single_7.12', 'i', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'default', 1, '0'),
(2702, 6491, 'a0 pet12', 'a0 pet12', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'pet12', 1, '0'),
(2703, 4342, 'bb_painimies2', 'bb_painimies2', 'i', 1, 1, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2704, 3615, 'bb_score_b', 'bb_score_b', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'banzaiscoreblue', 2, '0'),
(2705, 3616, 'bb_robo', 'bb_robo', 's', 2, 2, 2.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2706, 3617, 'bb_dragon', 'bb_dragon', 's', 3, 1, 2.50, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2707, 3618, 'bb_ducklight', 'bb_ducklight', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 8, '0'),
(2708, 3619, 'bb_caterhead', 'bb_caterhead', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2709, 3620, 'bb_cargobox', 'bb_cargobox', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2710, 3621, 'bb_gate_g', 'bb_gate_g', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'banzaigategreen', 2, '0'),
(2711, 3622, 'bb_crchair3', 'bb_crchair3', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2712, 3623, 'bb_score_g', 'bb_score_g', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'banzaiscoregreen', 1, '0'),
(2713, 3624, 'bb_crchair', 'bb_crchair', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2714, 3625, 'bb_crchair2', 'bb_crchair2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2715, 3626, 'bb_score_y', 'bb_score_y', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'banzaiscoreyellow', 2, '0'),
(2716, 3627, 'bb_knj1', 'bb_knj1', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2717, 3628, 'bb_gate_r', 'bb_gate_r', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'banzaigatered', 2, '0'),
(2718, 3629, 'bb_tddhnd', 'bb_tddhnd', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2719, 3630, 'bb_lightdiv', 'bb_lightdiv', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 8, '0'),
(2720, 3631, 'bb_tddhead', 'bb_tddhead', 's', 2, 2, 2.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2721, 3632, 'bb_pyramid', 'bb_pyramid', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'banzaipyramid', 3, '0'),
(2722, 3633, 'bb_patch1', 'bb_patch1', 's', 1, 1, 0.10, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'banzaifloor', 4, '0'),
(2723, 3634, 'bb_fnc3', 'bb_fnc3', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2724, 3635, 'bb_gate_y', 'bb_gate_y', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'banzaigateyellow', 1, '0'),
(2725, 3637, 'bb_apparatus', 'bb_apparatus', 's', 2, 2, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 8, '0'),
(2726, 3638, 'bb_caterbody', 'bb_caterbody', 's', 1, 1, 1.70, 1, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2727, 3639, 'bb_knj2', 'bb_knj2', 's', 1, 1, 2.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(2728, 3640, 'bb_fnc1', 'bb_fnc1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(2729, 3641, 'bb_puck', 'bb_puck', 's', 1, 1, 0.60, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'banzaipuck', 3, '0'),
(2730, 3642, 'bb_rnd_tele', 'bb_rnd_tele', 's', 1, 1, 0.30, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'banzaitele', 1, '0'),
(2731, 3643, 'bb_gate_b', 'bb_gate_b', 's', 1, 1, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'banzaigateblue', 1, '0'),
(2732, 3644, 'bb_score_r', 'bb_score_r', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'banzaiscorered', 2, '0'),
(2733, 4341, 'bb_painimies1', 'bb_painimies1', 'i', 1, 1, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(2734, 3614, 'bb_crnr', 'bb_crnr', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2735, 3645, 'bb_counter', 'bb_counter', 's', 1, 4, 0.10, 0, 0, 0, 1, 1, 0, 1, 1, 0, 'banzaicounter', 1, '0'),
(2736, 2607, 'song_disk', 'song_disk', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'musicdisc', 1, '0'),
(2737, 3679, 'wf_trg_at_given_time', 'wf_trg_at_given_time', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'triggertimer', 4, '0'),
(2738, 3683, 'wf_trg_enter_room', 'wf_trg_enter_room', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'triggerroomenter', 4, '0'),
(2739, 3680, 'wf_trg_game_ends', 'wf_trg_game_ends', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'triggergameend', 5, '0'),
(2740, 3702, 'wf_trg_game_starts', 'wf_trg_game_starts', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'triggergamestart', 5, '0'),
(2741, 3671, 'wf_trg_periodically', 'wf_trg_periodically', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'triggerrepeater', 4, '0'),
(2742, 3675, 'wf_trg_says_something', 'wf_trg_says_something', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'triggeronusersay', 4, '0'),
(2743, 3673, 'wf_trg_score_achieved', 'wf_trg_score_achieved', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'triggerscoreachieved', 4, '0'),
(2744, 3668, 'wf_trg_state_changed', 'wf_trg_state_changed', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'triggerstatechanged', 4, '0'),
(2745, 3678, 'wf_trg_walks_off_furni', 'wf_trg_walks_off_furni', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'triggerwalkofffurni', 4, '0'),
(2746, 3703, 'wf_trg_walks_on_furni', 'wf_trg_walks_on_furni', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'triggerwalkonfurni', 4, '0'),
(2747, 3697, 'wf_act_give_score', 'wf_act_give_score', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'actiongivescore', 5, '0'),
(2748, 3700, 'wf_act_match_to_sshot', 'wf_act_match_to_sshot', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'actionposreset', 4, '0'),
(2749, 3663, 'wf_act_move_rotate', 'wf_act_move_rotate', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'actionmoverotate', 4, '0'),
(2750, 3691, 'wf_act_reset_timers', 'wf_act_reset_timers', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'actionresettimer', 4, '0'),
(2751, 3681, 'wf_act_show_message', 'wf_act_show_message', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'actionshowmessage', 4, '0'),
(2752, 3674, 'wf_act_teleport_to', 'wf_act_teleport_to', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'actionteleportto', 1, '0'),
(2753, 3685, 'wf_act_toggle_state', 'wf_act_toggle_state', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'actiontogglestate', 4, '0'),
(2754, 3692, 'wf_cnd_furnis_hv_avtrs', 'wf_cnd_furnis_hv_avtrs', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'conditionfurnishaveusers', 4, '0'),
(2755, 3695, 'wf_cnd_match_snapshot', 'wf_cnd_match_snapshot', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'conditionstatepos', 4, '0'),
(2756, 3682, 'wf_cnd_time_less_than', 'wf_cnd_time_less_than', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'conditiontimelessthan', 4, '0'),
(2757, 3665, 'wf_cnd_time_more_than', 'wf_cnd_time_more_than', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'conditiontimemorethan', 4, '0'),
(2758, 3694, 'wf_cnd_trggrer_on_frn', 'wf_cnd_trggrer_on_frn', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'conditiontriggeronfurni', 4, '0'),
(2759, 3693, 'wf_arrowplate', 'wf_arrowplate', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'arrowplate', 4, '0'),
(2760, 3688, 'wf_pressureplate', 'wf_pressureplate', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'preassureplate', 2, '0'),
(2761, 3687, 'wf_ringplate', 'wf_ringplate', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'ringplate', 2, '0'),
(2762, 3666, 'wf_colortile', 'wf_colortile', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'colortile', 10, '0'),
(2763, 3676, 'wf_colorwheel', 'wf_colorwheel', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'colorwheel', 10, '0'),
(2764, 3701, 'wf_floor_switch1', 'wf_floor_switch1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'floorswitch1', 2, '0'),
(2765, 3667, 'wf_floor_switch2', 'wf_floor_switch2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'floorswitch2', 5, '0'),
(2766, 3686, 'wf_firegate', 'wf_firegate', 's', 1, 1, 0.00, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'firegate', 2, '0'),
(2767, 3699, 'wf_glassdoor', 'wf_glassdoor', 's', 1, 1, 0.10, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 1, '0'),
(2768, 3669, 'wf_xtra_random', 'wf_xtra_random', 's', 1, 1, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'specialrandom', 4, '0'),
(2769, 3670, 'wf_xtra_unseen', 'wf_xtra_unseen', 's', 1, 1, 0.50, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'specialunseen', 4, '0'),
(2770, 3696, 'wf_wire1', 'wf_wire1', 's', 1, 1, 0.10, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'wireStandard', 2, '0'),
(2771, 3664, 'wf_wire2', 'wf_wire2', 's', 1, 1, 0.10, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'wireCenter', 2, '0'),
(2772, 3698, 'wf_wire3', 'wf_wire3', 's', 1, 1, 0.10, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'wireCorner', 2, '0'),
(2773, 3677, 'wf_wire4', 'wf_wire4', 's', 1, 1, 0.10, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'wireSplitter', 2, '0'),
(2774, 4018, 'qt_sum11_ictrolley', 'qt_sum11_ictrolley', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2775, 4022, 'qt_sum11_platfrm', 'qt_sum11_platfrm', 's', 2, 2, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2776, 4021, 'qt_sum11_shell3', 'qt_sum11_shell3', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2777, 4023, 'qt_sum11_shell2', 'qt_sum11_shell2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2778, 4025, 'qt_sum11_chair', 'qt_sum11_chair', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2779, 4020, 'qt_sum11_shell4', 'qt_sum11_shell4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2780, 4017, 'qt_sum11_shell1', 'qt_sum11_shell1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2781, 4024, 'qt_sum11_shell5', 'qt_sum11_shell5', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2782, 4019, 'qt_sum11_petfood', 'qt_sum11_petfood', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2783, 4070, 'petfood25', 'petfood25', 's', 1, 1, 0.20, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2784, 4068, 'lm_bananadrink', 'lm_bananadrink', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2785, 4067, 'lm_crystal_skull', 'lm_crystal_skull', 's', 1, 1, 0.20, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2786, 4073, 'lm_jackbox', 'lm_jackbox', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2787, 4075, 'ads_durex_carpet', 'ads_durex_carpet', 's', 2, 3, 0.10, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2788, 4410, 'ads_durex_screen', 'ads_durex_screen', 'i', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2789, 4074, 'ads_durex_vend', 'ads_durex_vend', 's', 1, 1, 3.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2790, 2124013, 'Sand Dragon', 'qt_sum11_dragon', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(2791, 14, 'HabMoon Aapje', 'a0 pet14', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 1, 0, 'pet14', 1, '0'),
(2792, 14, 'Turtels', 'a0 pet9', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 1, 0, 'pet9', 1, '0'),
(2793, 14, 'Horse', 'a0 pet15', 's', 1, 1, 1.00, 0, 0, 0, 0, 0, 0, 0, 1, 0, 'pet15', 1, '0'),
(2794, 3372, 'present_wrap*1', 'Caja Regalo 1', 's', 0, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 0, 'gift', 0, ''),
(2795, 3373, 'present_wrap*10', 'Caja Regalo 10', 's', 0, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 0, 'gift', 0, ''),
(2796, 3374, 'present_wrap*2', 'Caja Regalo 2', 's', 0, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 0, 'gift', 0, ''),
(2797, 3375, 'present_wrap*3', 'Caja Regalo 3', 's', 0, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 0, 'gift', 0, ''),
(2798, 3376, 'present_wrap*4', 'Caja Regalo 4', 's', 0, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 0, 'gift', 0, ''),
(2799, 3377, 'present_wrap*5', 'Caja Regalo 5', 's', 0, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 0, 'gift', 0, ''),
(2800, 3378, 'present_wrap*6', 'Caja Regalo 6', 's', 0, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 0, 'gift', 0, ''),
(2801, 3379, 'present_wrap*7', 'Caja Regalo 7', 's', 0, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 0, 'gift', 0, ''),
(2802, 3380, 'present_wrap*8', 'Caja Regalo 8', 's', 0, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 0, 'gift', 0, ''),
(2803, 3381, 'present_wrap*9', 'Caja Regalo 9', 's', 0, 1, 1.00, 1, 0, 0, 0, 0, 0, 0, 1, 0, 'gift', 0, ''),
(2804, 4221, 'Horse Saddle', 'horse_saddle', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'saddle', 0, ''),
(3905, 3905, 'Jukebox', 'jukebox_big', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'jukebox', 1, '0'),
(4001, 4001, 'horse_saddle2', 'horse_saddle2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4333, 4333, 'js_exe_bardesk', 'js_exe_bardesk', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4334, 4334, 'js_exe_corner', 'js_exe_corner', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4335, 4335, 'js_exe_chair2', 'js_exe_chair2', 's', 1, 1, 1.00, 0, 0, 1, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4336, 4336, 'js_exe_gate', 'js_exe_gate', 's', 1, 1, 0.10, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(4337, 4337, 'js_exe_rug', 'js_exe_rug', 's', 3, 3, 0.00, 0, 1, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4338, 4338, 'js_exe_chair', 'js_exe_chair', 's', 1, 1, 1.00, 0, 0, 1, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4339, 4339, 'js_exe_sofa', 'js_exe_sofa', 's', 3, 1, 1.00, 0, 0, 1, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4340, 4340, 'js_exe_s_table', 'js_exe_s_table', 's', 2, 2, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4341, 4341, 'prizetrophy_frank', 'prizetrophy_frank', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4342, 4342, 'anc_ele_rock', 'anc_ele_rock', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4343, 4343, 'shallow', 'shallow', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4344, 4344, 'anc_ele_grass', 'anc_ele_grass', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4345, 4345, 'anc_sun', 'anc_sun', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4346, 4346, 'pink_flamingo', 'pink_flamingo', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4347, 4347, 'anc_bones', 'anc_bones', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4394, 4394, 'matic_dispenser', 'matic_dispenser', 's', 1, 1, 2.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4395, 4395, 'matic_mech', 'matic_mech', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4454, 4454, 'js_exe_wfall', 'js_exe_wfall', 'i', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 3, '0'),
(4478, 4478, 'anc_savanna_wall', 'anc_savanna_wall', 'i', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4501, 4501, 'horse_saddle2', 'horse_saddle2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4503, 4503, 'obstacle_water', 'obstacle_water', 's', 2, 3, 0.01, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'obstacle_h', 1, '0'),
(4504, 4504, 'obstacle_oxer', 'obstacle_oxer', 's', 2, 3, 0.01, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'obstacle_h', 4, '0'),
(4505, 4505, 'obstacle_bush', 'obstacle_bush', 's', 2, 3, 0.01, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'obstacle_h', 4, '0'),
(4506, 4506, 'obstacle_water2', 'obstacle_water2', 's', 2, 3, 0.01, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'obstacle_h', 2, '0'),
(4507, 4507, 'obstacle_oxer2', 'obstacle_oxer2', 's', 2, 3, 0.01, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'obstacle_h', 4, '0'),
(4508, 4508, 'obstacle_fring', 'obstacle_fring', 's', 2, 3, 0.01, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'obstacle_h', 4, '0'),
(4509, 4509, 'horse_hopper', 'horse_hopper', 's', 1, 1, 0.01, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'teleport', 2, '0'),
(4510, 4510, 'country_grass', 'country_grass', 's', 2, 2, 0.01, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(4511, 4511, 'country_forestwall', 'country_forestwall', 'i', 1, 1, 0.01, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4512, 4512, 'horse_track1', 'horse_track1', 's', 2, 2, 0.01, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4513, 4513, 'horse_track_gate', 'horse_track_gate', 's', 2, 2, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(4514, 4514, 'horse_track_fence', 'horse_track_fence', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4515, 4515, 'horse_track_fence_cor', 'horse_track_fence_cor', 's', 0, 0, 0.01, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4516, 4516, 'horse_fin_poster', 'horse_fin_poster', 's', 2, 1, 0.01, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 9, '0'),
(4517, 4517, 'horse_fin_poster2', 'horse_fin_poster2', 's', 2, 1, 0.01, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 9, '0'),
(4518, 4518, 'horse_fin_flag', 'horse_fin_flag', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4519, 4519, 'horse_fin_flag2', 'horse_fin_flag2', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4520, 4520, 'track12_javstatue', 'track12_javstatue', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4521, 4521, 'track12_hcauldron', 'track12_hcauldron', 's', 2, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(4522, 4522, 'bolly_cherry', 'bolly_cherry', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4523, 4523, 'black_dino_egg', 'black_dino_egg', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4524, 4524, 'dark_merdragon', 'dark_merdragon', 's', 1, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4525, 4525, 'gld_carpet', 'gld_carpet', 's', 2, 3, 0.01, 0, 1, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0'),
(4526, 4526, 'gld_sofa1', 'gld_sofa1', 's', 2, 1, 1.00, 1, 0, 1, 1, 1, 1, 1, 1, 1, 'default', 1, '0'),
(4527, 4527, 'gld_stool1', 'gld_stool1', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 1, 'default', 1, '0'),
(4528, 4528, 'gld_stool2', 'gld_stool2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 1, 'default', 1, '0'),
(4529, 4529, 'gld_pennant', 'gld_pennant', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 1, '0'),
(4530, 4530, 'gld_badgewall_tall', 'gld_badgewall_tall', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 11, '0'),
(4531, 4531, 'gld_wall_tall', 'gld_wall_tall', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 11, '0'),
(4532, 4532, 'gld_gate', 'gld_gate', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 1, 'default', 2, '0'),
(4533, 4533, 'petfood27', 'petfood27', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(4534, 4534, 'horse_poop_luxus', 'horse_poop_luxus', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(4535, 4535, 'horse_hay', 'horse_hay', 's', 1, 1, 0.01, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4536, 4536, 'horse_stable_gate', 'horse_stable_gate', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(4537, 4537, 'horse_stable_gate_w', 'horse_stable_gate_w', 's', 1, 2, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(4538, 4538, 'horse_stable_fence', 'horse_stable_fence', 's', 1, 2, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4539, 4539, 'horse_stable_fence_w', 'horse_stable_fence_w', 's', 1, 2, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4540, 4540, 'horse_stbl_fnc_corne', 'horse_stbl_fnc_corne', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4541, 4541, 'horse_stbl_fnc_corn_w', 'horse_stbl_fnc_corn_w', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4542, 4542, 'horse_hayfloor', 'horse_hayfloor', 's', 2, 2, 0.01, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4543, 4543, 'horse_sawdustfloor', 'horse_sawdustfloor', 's', 2, 2, 0.01, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4544, 4544, 'horse_trough', 'horse_trough', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4545, 4545, 'horse_stable_wall', 'horse_stable_wall', 'i', 2, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(4546, 4546, 'horse_stable_wall_w', 'horse_stable_wall_w', 'i', 2, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(4547, 4547, 'horse_poop', 'horse_poop', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 3, '0'),
(4548, 4548, 'horse_shoe_wall', 'horse_shoe_wall', 'i', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4549, 4549, 'horse_pitchfork_wall', 'horse_pitchfork_wall', 'i', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4550, 4550, 'petfood26', 'petfood26', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(4551, 4551, 'horse_dye_01', 'horse_dye_01', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4552, 4552, 'horse_dye_02', 'horse_dye_02', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4553, 4553, 'horse_dye_03', 'horse_dye_03', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4554, 4554, 'horse_dye_04', 'horse_dye_04', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4555, 4555, 'horse_dye_05', 'horse_dye_05', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4556, 4556, 'horse_dye_06', 'horse_dye_06', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4557, 4557, 'horse_dye_07', 'horse_dye_07', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4558, 4558, 'horse_dye_08', 'horse_dye_08', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4559, 4559, 'horse_dye_09', 'horse_dye_09', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4560, 4560, 'horse_dye_10', 'horse_dye_10', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4561, 4561, 'horse_dye_11', 'horse_dye_11', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4562, 4562, 'horse_dye_12', 'horse_dye_12', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4563, 4563, 'horse_dye_13', 'horse_dye_13', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4564, 4564, 'horse_dye_14', 'horse_dye_14', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4565, 4565, 'horse_dye_15', 'horse_dye_15', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4566, 4566, 'horse_dye_16', 'horse_dye_16', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4567, 4567, 'horse_hairdye_00', 'horse_hairdye_00', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4568, 4568, 'horse_hairdye_01', 'horse_hairdye_01', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4569, 4569, 'horse_hairdye_02', 'horse_hairdye_02', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4570, 4570, 'horse_hairdye_03', 'horse_hairdye_03', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4571, 4571, 'horse_hairdye_04', 'horse_hairdye_04', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4572, 4572, 'horse_hairdye_05', 'horse_hairdye_05', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4573, 4573, 'horse_hairdye_06', 'horse_hairdye_06', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4574, 4574, 'horse_hairdye_07', 'horse_hairdye_07', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4575, 4575, 'horse_hairdye_08', 'horse_hairdye_08', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4576, 4576, 'horse_hairdye_09', 'horse_hairdye_09', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4577, 4577, 'horse_hairdye_10', 'horse_hairdye_10', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4578, 4578, 'horse_hairdye_11', 'horse_hairdye_11', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4579, 4579, 'horse_hairdye_12', 'horse_hairdye_12', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4580, 4580, 'horse_hairstyle_0', 'horse_hairstyle_0', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4581, 4581, 'horse_hairstyle_1', 'horse_hairstyle_1', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4582, 4582, 'horse_hairstyle_2', 'horse_hairstyle_2', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4583, 4583, 'horse_hairstyle_3', 'horse_hairstyle_3', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4584, 4584, 'horse_hairstyle_4', 'horse_hairstyle_4', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4585, 4585, 'horse_hairstyle_5', 'horse_hairstyle_5', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4586, 4586, 'horse_hairstyle_6', 'horse_hairstyle_6', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4587, 4587, 'horse_hairstyle_7', 'horse_hairstyle_7', 's', 1, 1, 0.01, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4597, 4597, 'mnstr_seed', 'mnstr_seed', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'pet', 1, '0'),
(4598, 4598, 'mnstr_seed_rare', 'mnstr_seed_rare', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'pet', 1, '0'),
(4599, 4599, 'mnstr_revival', 'mnstr_revival', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'pet', 1, '0'),
(4600, 4600, 'mnstr_rebreed', 'mnstr_rebreed', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'pet', 1, '0'),
(4601, 4601, 'mnstr_fert', 'mmnstr_fert', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'pet', 1, '0'),
(4678, 4678, 'matic_tree_green', 'matic_tree_green', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4679, 4679, 'matic_walkway_silver', 'matic_walkway_silver', 's', 1, 1, 4.00, 0, 1, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4680, 4680, 'matic_cont_duck', 'matic_cont_duck', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4681, 4681, 'matic_tree_blue', 'matic_tree_blue', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4682, 4682, 'matic_tree_silver', 'matic_tree_silver', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4683, 4683, 'matic_cont_frank', 'matic_cont_frank', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4684, 4684, 'matic_cont_alien', 'matic_cont_alien', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4685, 4685, 'matic_tree_yellow', 'matic_tree_yellow', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4686, 4686, 'matic_probe', 'matic_probe', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4687, 4687, 'matic_walkway_green', 'matic_walkway_green', 's', 1, 1, 4.00, 0, 1, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4688, 4688, 'matic_tree_red', 'matic_tree_red', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4689, 4689, 'matic_walkway_blue', 'matic_walkway_blue', 's', 1, 1, 4.00, 0, 1, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4690, 4690, 'matic_walkway_yellow', 'matic_walkway_yellow', 's', 1, 1, 4.00, 0, 1, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4692, 4692, 'matic_box', 'matic_box', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(4703, 4703, 'Yacht Bow', 'jetset_yacht_front', 's', 3, 1, 3.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4704, 4704, 'Stealth Jet Ski', 'js_jetski', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4705, 4705, 'VIP Gate', 'vip_gate', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'gate', 2, '0'),
(4706, 4706, 'Yacht Bridge', 'jetset_yacht_mid_1', 's', 3, 1, 4.30, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4707, 4707, 'Grassy Stack', 'jetset_landhigh', 's', 1, 1, 2.50, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4708, 4708, 'Low Grassy Stack', 'jetset_landlow', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4709, 4709, 'Yacht Stern', 'jetset_yacht_back', 's', 3, 3, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4710, 4710, 'Yacht Middle', 'jetset_yacht_mid_2', 's', 3, 1, 3.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4711, 4711, 'jetset_vipscreen name', 'jetset_vipscreen', 's', 1, 3, 2.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4712, 4712, 'Yacht Pool', 'jetset_yacht_mid_3', 's', 3, 1, 3.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'lowpool', 1, '0'),
(4713, 4713, 'Jet Ski', 'js_jetski2', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4714, 4714, 'Cabana Tent', 'jetset_tent', 's', 2, 2, 0.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(4715, 4715, 'Stone Jetty', 'jetset_stonejetty', 's', 1, 2, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(4716, 4716, 'VIP Room Hopper', 'vip_hopper', 's', 1, 1, 0.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'teleport', 4, '0'),
(4903, 4903, 'ads_vpiggy_flag', 'ads_vpiggy_flag', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4904, 4904, 'ads_vpiggy_pig', 'ads_vpiggy_pig', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4905, 4905, 'pirate_side1', 'pirate_side1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4906, 4906, 'pirate_stage', 'pirate_stage', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4907, 4907, 'pirate_roombg', 'pirate_roombg', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4908, 4908, 'pirate_flag', 'pirate_flag', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4909, 4909, 'pirate_gunrack', 'pirate_gunrack', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4910, 4910, 'pirate_cannon', 'pirate_cannon', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4911, 4911, 'pirate_bottle_8', 'pirate_bottle_8', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4912, 4912, 'pirate_anchor', 'pirate_anchor', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4913, 4913, 'pirate_sandtrap', 'pirate_sandtrap', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4914, 4914, 'pirate_mast4', 'pirate_mast4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4915, 4915, 'pirate_dvdr3', 'pirate_dvdr3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4916, 4916, 'pirate_barrel1', 'pirate_barrel1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4917, 4917, 'pirate_bottle_9', 'pirate_bottle_9', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4918, 4918, 'pirate_swordrack', 'pirate_swordrack', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4919, 4919, 'pirate_stage3', 'pirate_stage3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4920, 4920, 'pirate_bottle_5', 'pirate_bottle_5', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4921, 4921, 'pirate_bottle_6', 'pirate_bottle_6', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4922, 4922, 'pirate_mast2', 'pirate_mast2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4923, 4923, 'pirate_bottle_1', 'pirate_bottle_1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4924, 4924, 'pirate_bottle_7', 'pirate_bottle_7', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4925, 4925, 'pirate_barrel3', 'pirate_barrel3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4926, 4926, 'pirate_cannonballs', 'pirate_cannonballs', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4927, 4927, 'pirate_mast2grp', 'pirate_mast2grp', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4928, 4928, 'pirate_mast1', 'pirate_mast1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4929, 4929, 'pirate_bottle_2', 'pirate_bottle_2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4930, 4930, 'ship_wheel', 'ship_wheel', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4931, 4931, 'pirate_stairs', 'pirate_stairs', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4932, 4932, 'pirate_crate', 'pirate_crate', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4933, 4933, 'pirate_stage2', 'pirate_stage2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4934, 4934, 'pirate_chest1', 'pirate_chest1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4935, 4935, 'pirate_dvdr2', 'pirate_dvdr2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4936, 4936, 'pirate_gate', 'pirate_gate', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4937, 4937, 'pirate_grate', 'pirate_grate', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4938, 4938, 'spacerent_room', 'spacerent_room', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4939, 4939, 'pirate_bottle_3', 'pirate_bottle_3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4940, 4940, 'pirate_parrot', 'pirate_parrot', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4941, 4941, 'pirate_mast3grp', 'pirate_mast3grp', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4942, 4942, 'pirate_mast4grp', 'pirate_mast4grp', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4943, 4943, 'pirate_bottle_10', 'pirate_bottle_10', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4944, 4944, 'pirate_dvdr1', 'pirate_dvdr1', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4945, 4945, 'pirate_bottle_4', 'pirate_bottle_4', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4946, 4946, 'pirate_plank', 'pirate_plank', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4947, 4947, 'pirate_mast3', 'pirate_mast3', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4948, 4948, 'pirate_barrel2', 'pirate_barrel2', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, ''),
(4952, 113, '', 'avatar_effect113', 'e', 1, 1, 1.00, 0, 0, 0, 0, 0, 1, 0, 1, 0, 'default', 1, '0'),
(5376, 5376, 'anc_comfy_tree', 'anc_comfy_tree', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(5800, 5800, 'cloud_throne', 'cloud_throne', 's', 1, 1, 2.50, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(5801, 5801, 'cloud_egg', 'cloud_egg', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(8558, 8558, 'Escritorio Vainilla', 'vnl_table', 's', 3, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(8559, 8559, 'vnl_teleporte', 'vnl_teleporte', 's', 1, 1, 0.00, 1, 0, 0, 1, 1, 0, 1, 1, 0, 'teleport', 1, '0'),
(8560, 8560, 'vnl_armariolibr', 'vnl_armariolibr', 's', 2, 1, 2.80, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 9, '0'),
(8561, 8561, 'vnl_sillonci', 'vnl_sillonci', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 0, 1, 1, 0, 'default', 6, '0'),
(8562, 8562, 'vnl_sillacp', 'vnl_sillacp', 's', 1, 1, 1.20, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(8563, 8563, 'exe_drinks_tenidac', 'exe_drinks_tenidac', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '1'),
(9047, 9047, 'black_dino_egg', 'black_dino_egg', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(9048, 9048, 'bolly_cherry', 'bolly_cherry', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(9049, 9049, 'cine_curtain_red', 'cine_curtain_red', 's', 1, 1, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(9050, 9050, 'dark_merdragon', 'dark_merdragon', 's', 3, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(9051, 9051, 'exe_drinks_cabinet', 'exe_drinks_cabinet', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 2, '24'),
(9052, 9052, 'nets_bunny_evil', 'nets_bunny_evil', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(9053, 9053, 'sf_pod_dark', 'sf_pod_dark', 's', 1, 3, 1.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'bed', 2, '0'),
(9068, 9068, 'dragonlamp_shinobi', 'dragonlamp_shinobi', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(9069, 9069, 'garden_caterpillar', 'garden_caterpillar', 's', 3, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(9070, 9070, 'mnstr_waterfall', 'mnstr_waterfall', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(9071, 9071, 'diamond_throne', 'diamond_throne', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(9072, 9072, 'diamond_dragon', 'diamond_dragon', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 4, '0'),
(9073, 9073, 'roombg_jetset', 'roombg_jetset', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(9331, 4729, 'hween12_cart', 'hween12_cart', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(9332, 4730, 'hween12_entry', 'hween12_entry', 's', 1, 2, 0.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(9333, 4731, 'hween12_track', 'hween12_track', 's', 0, 0, 0.20, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'roller', 2, '0'),
(9334, 4732, 'hween12_orb', 'hween12_orb', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(9335, 4733, 'hween12_scarecrow', 'hween12_scarecrow', 's', 1, 1, 2.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(9336, 4734, 'roombg_hween12', 'roombg_hween12', 's', 1, 1, 0.50, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(9714, 114, 'Brazos Fuertes', 'avatar_effect114', 'e', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(9715, 115, 'Disfraz de Maestro de Ceremonias', 'avatar_effect115', 'e', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(9716, 116, 'Berdugo', 'avatar_effect116', 'e', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(9717, 117, 'Hormiga', 'avatar_effect117', 'e', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(12354, 12354, 'anc_trophy_marble', 'anc_trophy_marble', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'trophy', 1, '0'),
(12355, 12355, 'anc_pyramid_block', 'anc_pyramid_block', 's', 1, 1, 1.20, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 5, '0'),
(12356, 12356, 'anc_trophy_sstone', 'anc_trophy_sstone', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'trophy', 1, '0'),
(12357, 12357, 'anc_hot_sands', 'anc_hot_sands', 's', 1, 1, 0.10, 1, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(12358, 12358, 'anc_artifact1', 'anc_artifact1', 's', 2, 4, 5.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(12359, 12359, 'anc_pharaoh_tele', 'anc_artifact1', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'teleport', 1, '0'),
(12360, 12360, 'anc_trophy_obsidian', 'anc_trophy_obsidian', 's', 1, 1, 0.10, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'trophy', 1, '0'),
(28500, 28500, 'Máquina de Nubes Oscuras', 'roombg_cloud_dark', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '1'),
(28501, 28501, 'Máquina de Nubes', 'roombg_cloud', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '1'),
(28502, 28502, 'Fondo Montañas', 'roombg_mountains1', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '1'),
(28503, 28503, 'Pintafondos', 'roombg_color', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '1'),
(44557, 44557, 'ads_waterfall', 'ads_waterfall', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(44558, 44558, 'anc_mossyrock', 'anc_mossyrock', 's', 1, 1, 1.00, 0, 0, 1, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(44559, 44559, 'anc_talltree', 'anc_talltree', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(44560, 44560, 'anc_jngl_patch', 'anc_jngl_patch', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(45260, 45260, 'wl_wall2_name', 'wl_wall2', '0', 0, 0, 0.00, 1, 1, 1, 0, 0, 0, 0, 0, 4, 'default', 0, '0'),
(45529, 45529, 'ny2013_cup', 'ny2013_cup', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 2, '57'),
(45530, 45530, 'ny2013_clock', 'ny2013_clock', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(45531, 45531, 'ny2013_res', 'ny2013_res', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'trophy', 2, '0'),
(46770, 46770, 'matic_walkway_red', 'matic_walkway_red', 's', 1, 1, 4.00, 0, 1, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(54000, 54000, 'matic_wirerig', 'matic_wirerig', 's', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 1, 1, 0, 'default', 6, '0'),
(55432, 55432, 'ny2013_extrares', 'ny2013_extrares', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'trophy', 2, '0'),
(55433, 55433, 'holo_dragon', 'holo_dragon', 's', 1, 1, 2.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'),
(55434, 4834, 'wf_act_call_stacks', 'wf_act_call_stacks', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55435, 4835, 'fireworks_15', 'fireworks_15', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55436, 4836, 'ny2013_chair', 'ny2013_chair', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55437, 4837, 'reef_aquarium', 'reef_aquarium', 's', 4, 4, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55438, 4838, 'ny2013_calendar', 'ny2013_calendar', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55439, 4839, 'ny2013_block', 'ny2013_block', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55440, 4840, 'fireworks_14', 'fireworks_14', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55441, 4841, 'ny2013_aftermath', 'ny2013_aftermath', 's', 1, 1, 0.01, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55442, 4842, 'ny2013_floor', 'ny2013_floor', 's', 2, 2, 0.01, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55443, 4475, 'year2013', 'year2013', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55444, 4476, 'ny2013_wall', 'ny2013_wall', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55496, 4860, 'val13_build_3', 'val13_build_3', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55497, 4861, 'val13_gond_post', 'val13_gond_post', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55498, 4862, 'val13_gond_mid1', 'val13_gond_mid1', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55499, 4863, 'val13_water', 'val13_water', 's', 2, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55500, 4864, 'val13_div_2', 'val13_div_2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55501, 4865, 'val13_gond_front', 'val13_gond_front', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55502, 4866, 'val13_build_1', 'val13_build_1', 's', 2, 3, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55503, 4867, 'val13_build_2', 'val13_build_2', 's', 1, 2, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55504, 4868, 'val13_gond_back', 'val13_gond_back', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55505, 4869, 'val13_gond_mid2', 'val13_gond_mid2', 's', 2, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55506, 4870, 'val13_div_1', 'val13_div_1', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55507, 4478, 'val13_wall_2', 'val13_wall_2', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55508, 4479, 'val13_wall_3', 'val13_wall_3', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(55509, 4480, 'val13_wall_1', 'val13_wall_1', 'i', 0, 0, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 0, '0'),
(65535, 65535, 'anc_sunset_wall', 'anc_sunset_wall', 'i', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0');

-- --------------------------------------------------------

--
-- Struttura della tabella `items_base_gifts`
--

CREATE TABLE IF NOT EXISTS `items_base_gifts` (
`baseid` int(10) unsigned NOT NULL,
PRIMARY KEY (`baseid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `items_base_gifts`
--

INSERT INTO `items_base_gifts` (`baseid`) VALUES
(3372),
(3373),
(3374),
(3375),
(3376),
(3377),
(3378),
(3379),
(3380),
(3381);

-- --------------------------------------------------------

--
-- Struttura della tabella `items_extradata`
--

CREATE TABLE IF NOT EXISTS `items_extradata` (
`item_id` int(10) unsigned NOT NULL,
`data` text NOT NULL,
PRIMARY KEY (`item_id`),
UNIQUE KEY `item_id_UNIQUE` (`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `items_extradata`
--

INSERT INTO `items_extradata` (`item_id`, `data`) VALUES
(1, 'Doraemon 20-11-2012 El Hello World'),
(3, '3103'),
(5, '1,1,1,#000000,255'),
(7, 'FFFF33'),
(8, 'FFFF33'),
(9, 'FFFF33'),
(10, 'FFFF33'),
(11, 'FFFF33'),
(12, 'FFFF33'),
(13, 'FFFF33'),
(14, 'FFFF33'),
(15, 'FFFF33'),
(16, 'FFFF33'),
(17, 'FFFF33'),
(18, 'FFFF33'),
(19, 'FFFF33'),
(20, 'FFFF33'),
(21, 'FFFF33'),
(22, 'FFFF33'),
(23, 'FFFF33'),
(24, 'FFFF33'),
(25, 'FFFF33'),
(26, 'FFFF33'),
(27, 'FFFF33'),
(28, 'FFFF33'),
(29, 'FFFF33'),
(30, 'FFFF33'),
(31, 'FFFF33'),
(32, 'FFFF33'),
(33, 'FFFF33'),
(34, 'FFFF33'),
(35, 'FFFF33'),
(36, 'FFFF33'),
(39, '1'),
(63, '3'),
(64, '3'),
(65, '0'),
(68, '1,1,1,#000000,255'),
(69, '5'),
(71, '5'),
(72, '0'),
(904, '1'),
(1120, '1'),
(1121, '4'),
(1122, '4'),
(1123, '4'),
(1124, '4'),
(1125, '4'),
(1126, '4'),
(1127, '4'),
(1128, '4'),
(1129, '4'),
(1130, '4'),
(1131, '4'),
(1132, '4'),
(1133, '4'),
(1139, '4'),
(1140, '4'),
(1141, '4'),
(1142, '4'),
(1143, '4'),
(1144, '4'),
(1145, '4'),
(1146, '4'),
(1147, '4'),
(1148, '4'),
(1149, '4'),
(1150, '4'),
(1151, '4'),
(1152, '4'),
(1153, '4'),
(1154, '4'),
(1155, '4'),
(1156, '4'),
(1157, '4'),
(1158, '4'),
(1159, '4'),
(1160, '4'),
(1161, '4'),
(1162, '4'),
(1163, '4'),
(1164, '4'),
(1165, '4'),
(1166, '4'),
(1167, '4'),
(1168, '4'),
(1169, '4'),
(1170, '4'),
(1171, '4'),
(1172, '4'),
(1173, '4'),
(1174, '4'),
(1175, '4'),
(1176, '4'),
(1177, '4'),
(1178, '4'),
(1179, '4'),
(1180, '4'),
(1181, '4'),
(1182, '4'),
(1183, '4'),
(1184, '4'),
(1185, '4'),
(1186, '4'),
(1187, '4'),
(1188, '4'),
(1189, '4'),
(1190, '4'),
(1191, '4'),
(1192, '4'),
(1375, '1'),
(1376, '1'),
(1377, '1'),
(1378, '1'),
(1379, '1'),
(1380, '1'),
(1381, '1'),
(1382, '1'),
(1383, '1'),
(1384, '1'),
(1385, '1'),
(1386, '1'),
(1387, '1'),
(1388, '1'),
(1389, '1'),
(1390, '1'),
(1393, '1');

-- --------------------------------------------------------

--
-- Struttura della tabella `items_gifts`
--

CREATE TABLE IF NOT EXISTS `items_gifts` (
`item_id` int(10) unsigned NOT NULL DEFAULT '0',
`gift_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`item_id`,`gift_id`),
UNIQUE KEY `item_id` (`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `items_gifts`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `items_moodlight`
--

CREATE TABLE IF NOT EXISTS `items_moodlight` (
`item_id` int(10) unsigned NOT NULL,
`enabled` enum('0','1') NOT NULL DEFAULT '0',
`current_preset` int(11) NOT NULL,
`preset_one` text NOT NULL,
`preset_two` text NOT NULL,
`preset_three` text NOT NULL,
PRIMARY KEY (`item_id`),
KEY `item_id` (`item_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `items_moodlight`
--

INSERT INTO `items_moodlight` (`item_id`, `enabled`, `current_preset`, `preset_one`, `preset_two`, `preset_three`) VALUES
(5, '0', 1, '@color,76,0', '#000000,255,0', '#000000,255,0'),
(68, '0', 1, '#000000,255,0', '#000000,255,0', '#000000,255,0');

-- --------------------------------------------------------

--
-- Struttura della tabella `items_rooms`
--

CREATE TABLE IF NOT EXISTS `items_rooms` (
`item_id` int(10) unsigned NOT NULL,
`room_id` int(10) unsigned NOT NULL,
`x` decimal(4,2) NOT NULL COMMENT 'Holds data XX,YY for floor items, and width XX,YY for wall items',
`y` decimal(4,2) NOT NULL COMMENT 'Holds data ZZ,ZZ for floor items (height), and length XX,YY for wall items ',
`n` tinyint(2) NOT NULL COMMENT '0-6: Regular rotation for floor items, 7: left, 8: right for wall items',
`guilds_data` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`item_id`),
UNIQUE KEY `item_id_UNIQUE` (`item_id`),
KEY `room_id` (`room_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `items_rooms`
--

INSERT INTO `items_rooms` (`item_id`, `room_id`, `x`, `y`, `n`, `guilds_data`) VALUES
(54, 68, 4.01, 0.00, 2, ''),
(55, 68, 4.01, 0.50, 0, ''),
(56, 68, 4.09, 0.00, 2, ''),
(57, 68, 4.11, 0.00, 2, ''),
(177, 71, 7.08, 0.00, 0, ''),
(425, 72, 7.12, 0.00, 0, ''),
(426, 72, 7.13, 0.00, 0, ''),
(427, 72, 6.13, 0.00, 0, ''),
(428, 72, 6.14, 0.00, 0, ''),
(429, 72, 5.14, 0.00, 0, ''),
(430, 72, 4.14, 0.00, 0, ''),
(431, 72, 3.14, 0.00, 0, ''),
(432, 72, 2.14, 0.00, 0, ''),
(433, 72, 1.14, 0.00, 0, ''),
(434, 72, 2.13, 0.00, 0, ''),
(435, 72, 1.13, 0.00, 0, ''),
(436, 72, 1.12, 0.00, 0, ''),
(437, 72, 1.11, 0.00, 0, ''),
(438, 72, 2.11, 0.00, 0, ''),
(439, 72, 2.10, 0.00, 0, ''),
(440, 72, 3.10, 0.00, 0, ''),
(441, 72, 4.10, 0.00, 0, ''),
(442, 72, 5.10, 0.00, 0, ''),
(443, 72, 6.10, 0.00, 0, ''),
(444, 72, 7.10, 0.00, 0, ''),
(445, 72, 7.11, 0.00, 0, ''),
(446, 72, 5.11, 0.00, 0, ''),
(447, 72, 6.11, 0.00, 0, ''),
(448, 72, 6.12, 0.00, 0, ''),
(449, 72, 5.12, 0.00, 0, ''),
(450, 72, 5.13, 0.00, 0, ''),
(451, 72, 4.13, 0.00, 0, ''),
(452, 72, 4.12, 0.00, 0, ''),
(453, 72, 4.11, 0.00, 0, ''),
(454, 72, 3.11, 0.00, 0, ''),
(455, 72, 3.12, 0.00, 0, ''),
(456, 72, 3.13, 0.00, 0, ''),
(457, 72, 2.12, 0.00, 0, ''),
(458, 72, 9.14, 0.00, 0, ''),
(459, 72, 9.13, 0.00, 0, ''),
(460, 72, 9.12, 0.00, 0, ''),
(461, 72, 9.11, 0.00, 0, ''),
(462, 72, 9.10, 0.00, 0, ''),
(463, 72, 10.10, 0.00, 0, ''),
(464, 72, 10.09, 0.00, 0, ''),
(465, 72, 10.08, 0.00, 0, ''),
(466, 72, 10.07, 0.00, 0, ''),
(467, 72, 10.06, 0.00, 0, ''),
(468, 72, 11.06, 0.00, 0, ''),
(469, 72, 12.06, 0.00, 0, ''),
(470, 72, 13.06, 0.00, 0, ''),
(471, 72, 14.06, 0.00, 0, ''),
(472, 72, 15.06, 0.00, 0, ''),
(473, 72, 16.06, 0.00, 0, ''),
(474, 72, 17.06, 0.00, 0, ''),
(475, 72, 18.06, 0.00, 0, ''),
(476, 72, 18.05, 0.00, 0, ''),
(477, 72, 18.04, 0.00, 0, ''),
(478, 72, 18.03, 0.00, 0, ''),
(479, 72, 18.02, 0.00, 0, ''),
(480, 72, 20.02, 0.00, 0, ''),
(481, 72, 19.02, 0.00, 0, ''),
(482, 72, 21.02, 0.00, 0, ''),
(483, 72, 22.02, 0.00, 0, ''),
(484, 72, 23.02, 0.00, 0, ''),
(485, 72, 24.02, 0.00, 0, ''),
(486, 72, 24.03, 0.00, 0, ''),
(487, 72, 24.04, 0.00, 0, ''),
(488, 72, 24.05, 0.00, 0, ''),
(489, 72, 24.06, 0.00, 0, ''),
(490, 72, 24.07, 0.00, 0, ''),
(491, 72, 24.08, 0.00, 0, ''),
(492, 72, 24.09, 0.00, 0, ''),
(493, 72, 24.10, 0.00, 0, ''),
(494, 72, 24.11, 0.00, 0, ''),
(495, 72, 9.15, 0.00, 0, ''),
(496, 72, 9.16, 0.00, 0, ''),
(497, 72, 9.17, 0.00, 0, ''),
(498, 72, 9.18, 0.00, 0, ''),
(499, 72, 9.19, 0.00, 0, ''),
(500, 72, 9.20, 0.00, 0, ''),
(501, 72, 9.21, 0.00, 0, ''),
(502, 72, 9.22, 0.00, 0, ''),
(503, 72, 9.23, 0.00, 0, ''),
(504, 72, 9.24, 0.00, 0, ''),
(505, 72, 9.25, 0.00, 0, ''),
(506, 72, 9.26, 0.00, 0, ''),
(507, 72, 10.26, 0.00, 0, ''),
(508, 72, 11.26, 0.00, 0, ''),
(509, 72, 12.26, 0.00, 0, ''),
(510, 72, 13.26, 0.00, 0, ''),
(511, 72, 14.26, 0.00, 0, ''),
(512, 72, 15.26, 0.00, 0, ''),
(513, 72, 16.26, 0.00, 0, ''),
(514, 72, 17.26, 0.00, 0, ''),
(515, 72, 18.26, 0.00, 0, ''),
(516, 72, 19.26, 0.00, 0, ''),
(517, 72, 20.26, 0.00, 0, ''),
(518, 72, 21.26, 0.00, 0, ''),
(519, 72, 22.26, 0.00, 0, ''),
(520, 72, 23.26, 0.00, 0, ''),
(521, 72, 24.26, 0.00, 0, ''),
(522, 72, 24.25, 0.00, 0, ''),
(523, 72, 24.24, 0.00, 0, ''),
(524, 72, 24.23, 0.00, 0, ''),
(525, 72, 24.22, 0.00, 0, ''),
(526, 72, 24.21, 0.00, 0, ''),
(527, 72, 24.20, 0.00, 0, ''),
(528, 72, 24.19, 0.00, 0, ''),
(529, 72, 24.18, 0.00, 0, ''),
(530, 72, 24.17, 0.00, 0, ''),
(531, 72, 24.16, 0.00, 0, ''),
(532, 72, 24.15, 0.00, 0, ''),
(533, 72, 24.14, 0.00, 0, ''),
(534, 72, 24.13, 0.00, 0, ''),
(535, 72, 24.12, 0.00, 0, ''),
(536, 72, 14.18, 0.00, 0, ''),
(537, 72, 14.19, 0.00, 0, ''),
(538, 72, 15.19, 0.00, 0, ''),
(539, 72, 16.19, 0.00, 0, ''),
(540, 72, 17.19, 0.00, 0, ''),
(541, 72, 18.19, 0.00, 0, ''),
(542, 72, 19.19, 0.00, 0, ''),
(543, 72, 19.18, 0.00, 0, ''),
(544, 72, 19.17, 0.00, 0, ''),
(545, 72, 14.17, 0.00, 0, ''),
(546, 72, 14.15, 0.00, 0, ''),
(547, 72, 14.16, 0.00, 0, ''),
(548, 72, 14.14, 0.00, 0, ''),
(550, 72, 15.14, 0.00, 0, ''),
(551, 72, 16.14, 0.00, 0, ''),
(552, 72, 18.14, 0.00, 0, ''),
(553, 72, 19.14, 0.00, 0, ''),
(554, 72, 19.15, 0.00, 0, ''),
(555, 72, 19.16, 0.00, 0, ''),
(556, 72, 17.14, 0.00, 0, ''),
(558, 72, 18.07, 0.00, 0, ''),
(559, 72, 19.07, 0.00, 0, ''),
(560, 72, 20.07, 0.00, 0, ''),
(561, 72, 21.07, 0.00, 0, ''),
(562, 72, 22.07, 0.00, 0, ''),
(563, 72, 23.07, 0.00, 0, ''),
(564, 72, 21.05, 0.00, 0, ''),
(565, 72, 21.04, 0.00, 0, ''),
(566, 72, 8.14, 0.00, 0, ''),
(567, 72, 8.13, 0.00, 0, ''),
(568, 72, 8.11, 0.00, 0, ''),
(569, 72, 8.12, 0.00, 0, ''),
(852, 72, 2.15, 0.00, 0, ''),
(853, 72, 2.10, 0.10, 0, ''),
(854, 72, 2.13, 0.10, 2, ''),
(855, 72, 2.11, 0.10, 2, ''),
(876, 72, 1.15, 0.00, 2, ''),
(877, 72, 8.09, 0.00, 2, ''),
(878, 72, 8.15, 0.00, 2, ''),
(879, 72, 1.09, 0.00, 2, ''),
(880, 72, 2.16, 0.00, 4, ''),
(881, 72, 4.16, 0.00, 4, ''),
(882, 72, 6.16, 0.00, 4, ''),
(883, 72, 2.09, 0.00, 4, ''),
(884, 72, 4.09, 0.00, 4, ''),
(885, 72, 6.09, 0.00, 4, ''),
(886, 72, 1.13, 0.10, 2, ''),
(887, 72, 1.11, 0.10, 2, ''),
(888, 72, 9.07, 0.00, 2, ''),
(889, 72, 9.05, 0.00, 2, ''),
(890, 72, 10.05, 0.00, 4, ''),
(891, 72, 12.05, 0.00, 4, ''),
(892, 72, 14.05, 0.00, 4, ''),
(893, 72, 16.05, 0.00, 4, ''),
(894, 72, 17.03, 0.00, 2, ''),
(895, 72, 8.13, 0.10, 2, ''),
(896, 72, 8.11, 0.10, 2, ''),
(904, 72, 4.12, 0.10, 0, ''),
(905, 72, 17.01, 0.00, 2, ''),
(906, 72, 9.08, 0.00, 2, ''),
(907, 72, 18.01, 0.00, 4, ''),
(908, 72, 20.01, 0.00, 4, ''),
(909, 72, 22.01, 0.00, 4, ''),
(910, 72, 23.01, 0.00, 4, ''),
(1084, 72, 15.17, 0.00, 0, ''),
(1085, 72, 15.15, 0.10, 0, ''),
(1086, 72, 15.15, 0.10, 0, ''),
(1087, 72, 16.15, 0.10, 0, ''),
(1088, 72, 17.15, 0.10, 0, ''),
(1089, 72, 17.16, 0.10, 0, ''),
(1090, 72, 17.17, 0.10, 0, ''),
(1091, 72, 16.17, 0.00, 0, ''),
(1092, 72, 16.16, 0.00, 0, ''),
(1120, 72, 16.16, 0.10, 0, ''),
(1121, 72, 11.07, 0.00, 0, ''),
(1122, 72, 13.07, 0.00, 0, ''),
(1123, 72, 14.11, 0.00, 0, ''),
(1124, 72, 16.11, 0.00, 0, ''),
(1125, 72, 15.09, 0.00, 0, ''),
(1126, 72, 15.07, 0.00, 0, ''),
(1127, 72, 17.07, 0.00, 0, ''),
(1128, 72, 17.09, 0.00, 0, ''),
(1129, 72, 18.11, 0.00, 0, ''),
(1130, 72, 21.05, 0.00, 0, ''),
(1131, 72, 14.12, 0.00, 0, ''),
(1132, 72, 16.12, 0.00, 0, ''),
(1133, 72, 18.12, 0.00, 0, ''),
(1139, 72, 10.24, 0.00, 0, ''),
(1140, 72, 10.22, 0.00, 0, ''),
(1141, 72, 12.22, 0.00, 0, ''),
(1142, 72, 12.24, 0.00, 0, ''),
(1143, 72, 12.20, 0.00, 0, ''),
(1144, 72, 10.20, 0.00, 0, ''),
(1145, 72, 10.18, 0.00, 0, ''),
(1146, 72, 12.18, 0.00, 0, ''),
(1147, 72, 12.16, 0.00, 0, ''),
(1148, 72, 10.16, 0.00, 0, ''),
(1149, 72, 10.14, 0.00, 0, ''),
(1150, 72, 10.12, 0.00, 0, ''),
(1151, 72, 12.14, 0.00, 0, ''),
(1152, 72, 12.12, 0.00, 0, ''),
(1153, 72, 10.11, 0.00, 0, ''),
(1154, 72, 12.11, 0.00, 0, ''),
(1155, 72, 11.09, 0.00, 0, ''),
(1156, 72, 13.09, 0.00, 0, ''),
(1157, 72, 20.15, 0.00, 0, ''),
(1158, 72, 22.15, 0.00, 0, ''),
(1159, 72, 22.17, 0.00, 0, ''),
(1160, 72, 20.17, 0.00, 0, ''),
(1161, 72, 20.19, 0.00, 0, ''),
(1162, 72, 18.20, 0.00, 0, ''),
(1163, 72, 20.21, 0.00, 0, ''),
(1164, 72, 20.22, 0.00, 0, ''),
(1165, 72, 20.24, 0.00, 0, ''),
(1166, 72, 22.24, 0.00, 0, ''),
(1167, 72, 22.22, 0.00, 0, ''),
(1168, 72, 22.19, 0.00, 0, ''),
(1169, 72, 22.20, 0.00, 0, ''),
(1170, 72, 19.05, 0.00, 0, ''),
(1171, 72, 19.03, 0.00, 0, ''),
(1172, 72, 21.03, 0.00, 0, ''),
(1173, 72, 22.03, 0.00, 0, ''),
(1174, 72, 22.05, 0.00, 0, ''),
(1175, 72, 14.24, 0.00, 0, ''),
(1176, 72, 14.22, 0.00, 0, ''),
(1177, 72, 14.20, 0.00, 0, ''),
(1178, 72, 16.20, 0.00, 0, ''),
(1179, 72, 16.22, 0.00, 0, ''),
(1180, 72, 16.24, 0.00, 0, ''),
(1181, 72, 18.22, 0.00, 0, ''),
(1182, 72, 18.24, 0.00, 0, ''),
(1183, 72, 19.07, 0.00, 0, ''),
(1184, 72, 19.09, 0.00, 0, ''),
(1185, 72, 21.07, 0.00, 0, ''),
(1186, 72, 22.07, 0.00, 0, ''),
(1187, 72, 22.09, 0.00, 0, ''),
(1188, 72, 21.09, 0.00, 0, ''),
(1189, 72, 20.11, 0.00, 0, ''),
(1190, 72, 22.11, 0.00, 0, ''),
(1191, 72, 22.13, 0.00, 0, ''),
(1192, 72, 20.13, 0.00, 0, ''),
(1208, 72, 19.04, 0.00, 0, ''),
(1209, 72, 22.04, 0.00, 0, ''),
(1210, 72, 20.06, 0.00, 0, ''),
(1211, 72, 23.06, 0.00, 0, ''),
(1212, 72, 19.06, 0.00, 0, ''),
(1213, 72, 22.06, 0.00, 0, ''),
(1214, 72, 19.03, 0.00, 4, ''),
(1215, 72, 23.03, 0.00, 4, ''),
(1216, 72, 20.03, 0.00, 4, ''),
(1217, 72, 22.03, 0.00, 4, ''),
(1219, 72, 24.01, 0.00, 2, ''),
(1220, 72, 24.01, 0.00, 0, ''),
(1221, 72, 24.01, 0.00, 2, ''),
(1222, 72, 24.01, 0.00, 0, ''),
(1223, 72, 23.01, 0.00, 0, ''),
(1224, 72, 23.01, 0.00, 2, ''),
(1225, 72, 14.05, 0.00, 0, ''),
(1226, 72, 14.05, 0.00, 0, ''),
(1227, 72, 14.05, 0.00, 2, ''),
(1320, 72, 10.24, 0.00, 2, ''),
(1321, 72, 11.25, 0.00, 0, ''),
(1322, 72, 10.23, 0.00, 2, ''),
(1323, 72, 11.22, 0.00, 4, ''),
(1324, 72, 12.22, 0.00, 4, ''),
(1325, 72, 12.25, 0.00, 0, ''),
(1326, 72, 13.24, 0.00, 6, ''),
(1327, 72, 13.23, 0.00, 6, ''),
(1328, 72, 23.24, 0.00, 6, ''),
(1329, 72, 23.23, 0.00, 6, ''),
(1330, 72, 22.22, 0.00, 4, ''),
(1331, 72, 21.22, 0.00, 4, ''),
(1332, 72, 20.23, 0.00, 2, ''),
(1333, 72, 20.24, 0.00, 2, ''),
(1334, 72, 21.25, 0.00, 0, ''),
(1335, 72, 22.25, 0.00, 0, ''),
(1336, 72, 11.08, 0.00, 2, ''),
(1337, 72, 11.09, 0.00, 2, ''),
(1338, 72, 12.10, 0.00, 0, ''),
(1339, 72, 14.09, 0.00, 6, ''),
(1340, 72, 13.10, 0.00, 0, ''),
(1341, 72, 14.08, 0.00, 6, ''),
(1342, 72, 12.07, 0.00, 4, ''),
(1343, 72, 13.07, 0.00, 4, ''),
(1344, 72, 21.09, 0.00, 4, ''),
(1345, 72, 20.11, 0.00, 2, ''),
(1346, 72, 21.12, 0.00, 0, ''),
(1347, 72, 22.12, 0.00, 0, ''),
(1348, 72, 20.10, 0.00, 2, ''),
(1349, 72, 22.09, 0.00, 4, ''),
(1350, 72, 23.10, 0.00, 6, ''),
(1351, 72, 23.11, 0.00, 6, ''),
(1375, 72, 10.25, 0.00, 0, ''),
(1376, 72, 13.25, 0.00, 0, ''),
(1377, 72, 10.22, 0.00, 0, ''),
(1378, 72, 13.22, 0.00, 0, ''),
(1379, 72, 20.25, 0.00, 0, ''),
(1380, 72, 23.25, 0.00, 0, ''),
(1381, 72, 20.22, 0.00, 0, ''),
(1382, 72, 23.22, 0.00, 0, ''),
(1383, 72, 14.10, 0.00, 0, ''),
(1384, 72, 11.10, 0.00, 0, ''),
(1385, 72, 11.07, 0.00, 0, ''),
(1386, 72, 14.07, 0.00, 0, ''),
(1387, 72, 20.12, 0.00, 0, ''),
(1388, 72, 20.09, 0.00, 0, ''),
(1389, 72, 23.12, 0.00, 0, ''),
(1390, 72, 23.09, 0.00, 0, ''),
(1393, 72, 3.15, 0.00, 0, ''),
(1931, 72, 8.08, 7.31, 7, ''),
(1932, 72, 7.08, 8.31, 7, ''),
(1933, 72, 6.08, 8.31, 7, ''),
(1934, 72, 5.08, 7.31, 7, ''),
(1935, 72, 4.08, 6.30, 7, ''),
(1936, 72, 3.08, 7.31, 7, ''),
(1937, 72, 2.08, 6.30, 7, ''),
(1938, 72, 1.08, 8.31, 7, ''),
(1939, 72, 0.09, 7.31, 8, ''),
(1940, 72, 0.10, 7.31, 8, ''),
(1941, 72, 0.11, 8.31, 8, ''),
(1942, 72, 0.12, 6.32, 8, ''),
(1943, 72, 0.13, 10.30, 8, ''),
(1944, 72, 0.14, 11.30, 8, ''),
(1945, 72, 0.15, 9.30, 8, ''),
(1946, 72, 0.16, 8.31, 8, ''),
(1947, 72, 8.08, 8.31, 8, ''),
(1948, 72, 8.07, 8.31, 8, ''),
(1949, 72, 8.06, 7.31, 8, ''),
(1950, 72, 8.05, 7.31, 8, ''),
(1951, 72, 9.04, 8.31, 7, ''),
(1952, 72, 10.04, 9.32, 7, ''),
(1953, 72, 11.04, 8.31, 7, ''),
(1954, 72, 12.04, 7.31, 7, ''),
(1955, 72, 13.04, 6.30, 7, ''),
(1956, 72, 14.04, 5.30, 7, ''),
(1957, 72, 15.04, 4.29, 7, ''),
(1958, 72, 16.04, 3.29, 7, ''),
(1959, 72, 16.04, 8.31, 8, ''),
(1960, 72, 16.04, 7.31, 7, ''),
(1961, 72, 16.03, 6.32, 8, ''),
(1962, 72, 16.02, 5.32, 8, ''),
(1963, 72, 16.01, 1.34, 8, ''),
(1964, 72, 16.01, 7.31, 8, ''),
(1965, 72, 17.00, 8.31, 7, ''),
(1966, 72, 18.00, 7.31, 7, ''),
(1967, 72, 19.00, 6.30, 7, ''),
(1968, 72, 20.00, 5.30, 7, ''),
(1969, 72, 21.00, 4.29, 7, ''),
(1970, 72, 22.00, 3.29, 7, ''),
(1971, 72, 23.00, 2.28, 7, ''),
(1972, 72, 24.00, 1.28, 7, ''),
(1973, 72, 24.00, 7.31, 7, '');

-- --------------------------------------------------------

--
-- Struttura della tabella `items_rooms_songs`
--

CREATE TABLE IF NOT EXISTS `items_rooms_songs` (
`itemid` int(10) unsigned NOT NULL,
`roomid` int(10) unsigned NOT NULL,
`songid` int(11) NOT NULL,
`baseitem` int(11) NOT NULL,
PRIMARY KEY (`itemid`,`roomid`),
KEY `itemid` (`itemid`),
KEY `roomid` (`roomid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `items_rooms_songs`
--

INSERT INTO `items_rooms_songs` (`itemid`, `roomid`, `songid`, `baseitem`) VALUES
(39, 68, 1, 2736),
(71, 71, 5, 2736);

-- --------------------------------------------------------

--
-- Struttura della tabella `items_tele_links`
--

CREATE TABLE IF NOT EXISTS `items_tele_links` (
`tele_one_id` int(10) unsigned NOT NULL,
`tele_two_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`tele_one_id`,`tele_two_id`),
UNIQUE KEY `tele_one_id` (`tele_one_id`) USING BTREE,
UNIQUE KEY `tele_two_id` (`tele_two_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `items_tele_links`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `items_translations`
--

CREATE TABLE IF NOT EXISTS `items_translations` (
`old` int(11) NOT NULL,
`new` int(11) NOT NULL,
PRIMARY KEY (`old`,`new`),
KEY `old` (`old`),
KEY `new` (`new`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `items_translations`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `items_users`
--

CREATE TABLE IF NOT EXISTS `items_users` (
`item_id` int(10) unsigned NOT NULL,
`user_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`item_id`),
UNIQUE KEY `item_id_UNIQUE` (`item_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `items_users`
--

INSERT INTO `items_users` (`item_id`, `user_id`) VALUES
(3, 1),
(7, 1),
(8, 1),
(9, 1),
(10, 1),
(11, 1),
(12, 1),
(13, 1),
(14, 1),
(15, 1),
(16, 1),
(17, 1),
(18, 1),
(19, 1),
(20, 1),
(21, 1),
(22, 1),
(23, 1),
(24, 1),
(25, 1),
(26, 1),
(27, 1),
(28, 1),
(29, 1),
(30, 1),
(31, 1),
(32, 1),
(33, 1),
(34, 1),
(35, 1),
(36, 1),
(39, 1),
(40, 1),
(41, 1),
(42, 1),
(43, 1),
(44, 1),
(47, 1),
(58, 1),
(59, 1),
(60, 1),
(61, 1),
(62, 1),
(63, 1),
(64, 1),
(45, 2),
(46, 2),
(48, 2),
(51, 2),
(52, 2),
(53, 2),
(67, 16),
(68, 16),
(72, 16),
(73, 16),
(74, 16),
(75, 16),
(76, 16),
(77, 16),
(78, 16),
(79, 16),
(80, 16),
(81, 16),
(82, 16),
(83, 16),
(84, 16),
(85, 16),
(86, 16),
(87, 16),
(88, 16),
(89, 16),
(90, 16),
(91, 16),
(92, 16),
(93, 16),
(94, 16),
(95, 16),
(96, 16),
(97, 16),
(98, 16),
(99, 16),
(100, 16),
(101, 16),
(102, 16),
(103, 16),
(104, 16),
(105, 16),
(106, 16),
(107, 16),
(108, 16),
(109, 16),
(110, 16),
(111, 16),
(112, 16),
(113, 16),
(114, 16),
(115, 16),
(116, 16),
(117, 16),
(118, 16),
(119, 16),
(120, 16),
(121, 16),
(122, 16),
(123, 16),
(124, 16),
(125, 16),
(126, 16),
(127, 16),
(128, 16),
(129, 16),
(130, 16),
(131, 16),
(132, 16),
(133, 16),
(134, 16),
(135, 16),
(136, 16),
(137, 16),
(138, 16),
(139, 16),
(140, 16),
(141, 16),
(142, 16),
(143, 16),
(144, 16),
(145, 16),
(146, 16),
(147, 16),
(148, 16),
(149, 16),
(150, 16),
(151, 16),
(152, 16),
(153, 16),
(154, 16),
(155, 16),
(156, 16),
(157, 16),
(158, 16),
(159, 16),
(160, 16),
(161, 16),
(162, 16),
(163, 16),
(164, 16),
(165, 16),
(166, 16),
(167, 16),
(168, 16),
(169, 16),
(170, 16),
(171, 16),
(172, 16),
(173, 16),
(174, 16),
(175, 16),
(176, 16),
(178, 17),
(179, 17),
(180, 17),
(181, 17),
(182, 17),
(183, 17),
(184, 17),
(185, 17),
(186, 17),
(187, 17),
(188, 17),
(189, 17),
(190, 17),
(191, 17),
(192, 17),
(193, 17),
(194, 17),
(195, 17),
(196, 17),
(197, 17),
(198, 17),
(199, 17),
(200, 17),
(201, 17),
(202, 17),
(203, 17),
(204, 17),
(205, 17),
(206, 17),
(207, 17),
(208, 17),
(209, 17),
(210, 17),
(211, 17),
(212, 17),
(213, 17),
(214, 17),
(215, 17),
(216, 17),
(217, 17),
(218, 17),
(219, 17),
(220, 17),
(221, 17),
(222, 17),
(223, 17),
(224, 17),
(225, 17),
(226, 17),
(227, 17),
(228, 17),
(229, 17),
(230, 17),
(231, 17),
(232, 17),
(233, 17),
(234, 17),
(235, 17),
(236, 17),
(237, 17),
(238, 17),
(239, 17),
(240, 17),
(241, 17),
(242, 17),
(243, 17),
(244, 17),
(245, 17),
(246, 17),
(247, 17),
(248, 17),
(249, 17),
(250, 17),
(251, 17),
(252, 17),
(253, 17),
(254, 17),
(255, 17),
(256, 17),
(257, 17),
(258, 17),
(259, 17),
(260, 17),
(261, 17),
(262, 17),
(263, 17),
(264, 17),
(265, 17),
(266, 17),
(267, 17),
(268, 17),
(269, 17),
(270, 17),
(271, 17),
(272, 17),
(273, 17),
(274, 17),
(275, 17),
(276, 17),
(277, 17),
(278, 17),
(279, 17),
(280, 17),
(281, 17),
(282, 17),
(283, 17),
(284, 17),
(285, 17),
(286, 17),
(287, 17),
(288, 17),
(289, 17),
(290, 17),
(291, 17),
(292, 17),
(293, 17),
(294, 17),
(295, 17),
(296, 17),
(297, 17),
(298, 17),
(299, 17),
(300, 17),
(301, 17),
(302, 17),
(303, 17),
(304, 17),
(305, 17),
(306, 17),
(307, 17),
(308, 17),
(309, 17),
(310, 17),
(311, 17),
(312, 17),
(313, 17),
(314, 17),
(315, 17),
(316, 17),
(317, 17),
(318, 17),
(319, 17),
(320, 17),
(321, 17),
(322, 17),
(323, 17),
(324, 17),
(325, 17),
(326, 17),
(327, 17),
(328, 17),
(329, 17),
(330, 17),
(331, 17),
(332, 17),
(333, 17),
(334, 17),
(335, 17),
(336, 17),
(337, 17),
(338, 17),
(339, 17),
(340, 17),
(341, 17),
(342, 17),
(343, 17),
(344, 17),
(345, 17),
(346, 17),
(347, 17),
(348, 17),
(349, 17),
(350, 17),
(351, 17),
(352, 17),
(353, 17),
(354, 17),
(355, 17),
(356, 17),
(357, 17),
(358, 17),
(359, 17),
(360, 17),
(361, 17),
(362, 17),
(363, 17),
(364, 17),
(365, 17),
(366, 17),
(367, 17),
(368, 17),
(369, 17),
(370, 17),
(371, 17),
(372, 17),
(373, 17),
(374, 17),
(375, 17),
(376, 17),
(377, 17),
(378, 17),
(379, 17),
(380, 17),
(381, 17),
(382, 17),
(383, 17),
(384, 17),
(385, 17),
(386, 17),
(387, 17),
(388, 17),
(389, 17),
(390, 17),
(391, 17),
(392, 17),
(393, 17),
(394, 17),
(395, 17),
(396, 17),
(397, 17),
(398, 17),
(399, 17),
(400, 17),
(401, 17),
(402, 17),
(403, 17),
(404, 17),
(405, 17),
(406, 17),
(407, 17),
(408, 17),
(409, 17),
(410, 17),
(411, 17),
(412, 17),
(413, 17),
(414, 17),
(415, 17),
(416, 17),
(417, 17),
(418, 17),
(419, 17),
(420, 17),
(421, 17),
(422, 17),
(423, 17),
(424, 17),
(425, 17),
(426, 17),
(427, 17),
(428, 17),
(429, 17),
(430, 17),
(431, 17),
(432, 17),
(433, 17),
(434, 17),
(435, 17),
(436, 17),
(437, 17),
(438, 17),
(439, 17),
(440, 17),
(441, 17),
(442, 17),
(443, 17),
(444, 17),
(445, 17),
(446, 17),
(447, 17),
(448, 17),
(449, 17),
(450, 17),
(451, 17),
(452, 17),
(453, 17),
(454, 17),
(455, 17),
(456, 17),
(457, 17),
(458, 17),
(459, 17),
(460, 17),
(461, 17),
(462, 17),
(463, 17),
(464, 17),
(465, 17),
(466, 17),
(467, 17),
(468, 17),
(469, 17),
(470, 17),
(471, 17),
(472, 17),
(473, 17),
(474, 17),
(475, 17),
(476, 17),
(477, 17),
(478, 17),
(479, 17),
(480, 17),
(481, 17),
(482, 17),
(483, 17),
(484, 17),
(485, 17),
(486, 17),
(487, 17),
(488, 17),
(489, 17),
(490, 17),
(491, 17),
(492, 17),
(493, 17),
(494, 17),
(495, 17),
(496, 17),
(497, 17),
(498, 17),
(499, 17),
(500, 17),
(501, 17),
(502, 17),
(503, 17),
(504, 17),
(505, 17),
(506, 17),
(507, 17),
(508, 17),
(509, 17),
(510, 17),
(511, 17),
(512, 17),
(513, 17),
(514, 17),
(515, 17),
(516, 17),
(517, 17),
(518, 17),
(519, 17),
(520, 17),
(521, 17),
(522, 17),
(523, 17),
(524, 17),
(525, 17),
(526, 17),
(527, 17),
(528, 17),
(529, 17),
(530, 17),
(531, 17),
(532, 17),
(533, 17),
(534, 17),
(535, 17),
(536, 17),
(537, 17),
(538, 17),
(539, 17),
(540, 17),
(541, 17),
(542, 17),
(543, 17),
(544, 17),
(545, 17),
(546, 17),
(547, 17),
(548, 17),
(549, 17),
(550, 17),
(551, 17),
(552, 17),
(553, 17),
(554, 17),
(555, 17),
(556, 17),
(557, 17),
(558, 17),
(559, 17),
(560, 17),
(561, 17),
(562, 17),
(563, 17),
(564, 17),
(565, 17),
(566, 17),
(567, 17),
(568, 17),
(569, 17),
(570, 17),
(571, 17),
(572, 17),
(573, 17),
(574, 17),
(575, 17),
(576, 17),
(577, 17),
(578, 17),
(579, 17),
(580, 17),
(581, 17),
(582, 17),
(583, 17),
(584, 17),
(585, 17),
(586, 17),
(587, 17),
(588, 17),
(589, 17),
(590, 17),
(591, 17),
(592, 17),
(593, 17),
(594, 17),
(595, 17),
(596, 17),
(597, 17),
(598, 17),
(599, 17),
(600, 17),
(601, 17),
(602, 17),
(603, 17),
(604, 17),
(605, 17),
(606, 17),
(607, 17),
(608, 17),
(609, 17),
(610, 17),
(611, 17),
(612, 17),
(613, 17),
(614, 17),
(615, 17),
(616, 17),
(617, 17),
(618, 17),
(619, 17),
(620, 17),
(621, 17),
(622, 17),
(623, 17),
(624, 17),
(625, 17),
(626, 17),
(627, 17),
(628, 17),
(629, 17),
(630, 17),
(631, 17),
(632, 17),
(633, 17),
(634, 17),
(635, 17),
(636, 17),
(637, 17),
(638, 17),
(639, 17),
(640, 17),
(641, 17),
(642, 17),
(643, 17),
(644, 17),
(645, 17),
(646, 17),
(647, 17),
(648, 17),
(649, 17),
(650, 17),
(651, 17),
(652, 17),
(653, 17),
(654, 17),
(655, 17),
(656, 17),
(657, 17),
(658, 17),
(659, 17),
(660, 17),
(661, 17),
(662, 17),
(663, 17),
(664, 17),
(665, 17),
(666, 17),
(667, 17),
(668, 17),
(669, 17),
(670, 17),
(671, 17),
(672, 17),
(673, 17),
(674, 17),
(675, 17),
(676, 17),
(677, 17),
(678, 17),
(679, 17),
(680, 17),
(681, 17),
(682, 17),
(683, 17),
(684, 17),
(685, 17),
(686, 17),
(687, 17),
(688, 17),
(689, 17),
(690, 17),
(691, 17),
(692, 17),
(693, 17),
(694, 17),
(695, 17),
(696, 17),
(697, 17),
(698, 17),
(699, 17),
(700, 17),
(701, 17),
(702, 17),
(703, 17),
(704, 17),
(705, 17),
(706, 17),
(707, 17),
(708, 17),
(709, 17),
(710, 17),
(711, 17),
(712, 17),
(713, 17),
(714, 17),
(715, 17),
(716, 17),
(717, 17),
(718, 17),
(719, 17),
(720, 17),
(721, 17),
(722, 17),
(723, 17),
(724, 17),
(725, 17),
(726, 17),
(727, 17),
(728, 17),
(729, 17),
(730, 17),
(731, 17),
(732, 17),
(733, 17),
(734, 17),
(735, 17),
(736, 17),
(737, 17),
(738, 17),
(739, 17),
(740, 17),
(741, 17),
(742, 17),
(743, 17),
(744, 17),
(745, 17),
(746, 17),
(747, 17),
(748, 17),
(749, 17),
(750, 17),
(751, 17),
(752, 17),
(753, 17),
(754, 17),
(755, 17),
(756, 17),
(757, 17),
(758, 17),
(759, 17),
(760, 17),
(761, 17),
(762, 17),
(763, 17),
(764, 17),
(765, 17),
(766, 17),
(767, 17),
(768, 17),
(769, 17),
(770, 17),
(771, 17),
(772, 17),
(773, 17),
(774, 17),
(775, 17),
(776, 17),
(777, 17),
(778, 17),
(779, 17),
(780, 17),
(781, 17),
(782, 17),
(783, 17),
(784, 17),
(785, 17),
(786, 17),
(787, 17),
(788, 17),
(789, 17),
(790, 17),
(791, 17),
(792, 17),
(793, 17),
(794, 17),
(795, 17),
(796, 17),
(797, 17),
(798, 17),
(799, 17),
(800, 17),
(801, 17),
(802, 17),
(803, 17),
(804, 17),
(805, 17),
(806, 17),
(807, 17),
(808, 17),
(809, 17),
(810, 17),
(811, 17),
(812, 17),
(813, 17),
(814, 17),
(815, 17),
(816, 17),
(817, 17),
(818, 17),
(819, 17),
(820, 17),
(821, 17),
(822, 17),
(823, 17),
(824, 17),
(825, 17),
(826, 17),
(827, 17),
(828, 17),
(829, 17),
(830, 17),
(831, 17),
(832, 17),
(833, 17),
(834, 17),
(835, 17),
(836, 17),
(837, 17),
(838, 17),
(839, 17),
(840, 17),
(841, 17),
(842, 17),
(843, 17),
(844, 17),
(845, 17),
(846, 17),
(847, 17),
(848, 17),
(849, 17),
(850, 17),
(851, 17),
(852, 17),
(853, 17),
(854, 17),
(855, 17),
(856, 17),
(857, 17),
(858, 17),
(859, 17),
(860, 17),
(861, 17),
(862, 17),
(863, 17),
(864, 17),
(865, 17),
(866, 17),
(867, 17),
(868, 17),
(869, 17),
(870, 17),
(871, 17),
(872, 17),
(873, 17),
(874, 17),
(875, 17),
(876, 17),
(877, 17),
(878, 17),
(879, 17),
(880, 17),
(881, 17),
(882, 17),
(883, 17),
(884, 17),
(885, 17),
(886, 17),
(887, 17),
(888, 17),
(889, 17),
(890, 17),
(891, 17),
(892, 17),
(893, 17),
(894, 17),
(895, 17),
(896, 17),
(897, 17),
(898, 17),
(899, 17),
(900, 17),
(901, 17),
(902, 17),
(903, 17),
(904, 17),
(905, 17),
(906, 17),
(907, 17),
(908, 17),
(909, 17),
(910, 17),
(911, 17),
(912, 17),
(913, 17),
(914, 17),
(915, 17),
(916, 17),
(917, 17),
(918, 17),
(919, 17),
(920, 17),
(921, 17),
(922, 17),
(923, 17),
(924, 17),
(925, 17),
(926, 17),
(927, 17),
(928, 17),
(929, 17),
(930, 17),
(931, 17),
(932, 17),
(933, 17),
(934, 17),
(935, 17),
(936, 17),
(937, 17),
(938, 17),
(939, 17),
(940, 17),
(941, 17),
(942, 17),
(943, 17),
(944, 17),
(945, 17),
(946, 17),
(947, 17),
(948, 17),
(949, 17),
(950, 17),
(951, 17),
(952, 17),
(953, 17),
(954, 17),
(955, 17),
(956, 17),
(957, 17),
(958, 17),
(959, 17),
(960, 17),
(961, 17),
(962, 17),
(963, 17),
(964, 17),
(965, 17),
(966, 17),
(967, 17),
(968, 17),
(969, 17),
(970, 17),
(971, 17),
(972, 17),
(973, 17),
(974, 17),
(975, 17),
(976, 17),
(977, 17),
(978, 17),
(979, 17),
(980, 17),
(981, 17),
(982, 17),
(983, 17),
(984, 17),
(985, 17),
(986, 17),
(987, 17),
(988, 17),
(989, 17),
(990, 17),
(991, 17),
(992, 17),
(993, 17),
(994, 17),
(995, 17),
(996, 17),
(997, 17),
(998, 17),
(999, 17),
(1000, 17),
(1001, 17),
(1002, 17),
(1003, 17),
(1004, 17),
(1005, 17),
(1006, 17),
(1007, 17),
(1008, 17),
(1009, 17),
(1010, 17),
(1011, 17),
(1012, 17),
(1013, 17),
(1014, 17),
(1015, 17),
(1016, 17),
(1017, 17),
(1018, 17),
(1019, 17),
(1020, 17),
(1021, 17),
(1022, 17),
(1023, 17),
(1024, 17),
(1025, 17),
(1026, 17),
(1027, 17),
(1028, 17),
(1029, 17),
(1030, 17),
(1031, 17),
(1032, 17),
(1033, 17),
(1034, 17),
(1035, 17),
(1036, 17),
(1037, 17),
(1038, 17),
(1039, 17),
(1040, 17),
(1041, 17),
(1042, 17),
(1043, 17),
(1044, 17),
(1045, 17),
(1046, 17),
(1047, 17),
(1048, 17),
(1049, 17),
(1050, 17),
(1051, 17),
(1052, 17),
(1053, 17),
(1054, 17),
(1055, 17),
(1056, 17),
(1057, 17),
(1058, 17),
(1059, 17),
(1060, 17),
(1061, 17),
(1062, 17),
(1063, 17),
(1064, 17),
(1065, 17),
(1066, 17),
(1067, 17),
(1068, 17),
(1069, 17),
(1070, 17),
(1071, 17),
(1072, 17),
(1073, 17),
(1074, 17),
(1075, 17),
(1076, 17),
(1077, 17),
(1078, 17),
(1079, 17),
(1080, 17),
(1081, 17),
(1082, 17),
(1083, 17),
(1084, 17),
(1085, 17),
(1086, 17),
(1087, 17),
(1088, 17),
(1089, 17),
(1090, 17),
(1091, 17),
(1092, 17),
(1093, 17),
(1094, 17),
(1095, 17),
(1096, 17),
(1097, 17),
(1098, 17),
(1099, 17),
(1100, 17),
(1101, 17),
(1102, 17),
(1103, 17),
(1104, 17),
(1105, 17),
(1106, 17),
(1107, 17),
(1108, 17),
(1109, 17),
(1110, 17),
(1111, 17),
(1112, 17),
(1113, 17),
(1114, 17),
(1115, 17),
(1116, 17),
(1117, 17),
(1118, 17),
(1119, 17),
(1120, 17),
(1121, 17),
(1122, 17),
(1123, 17),
(1124, 17),
(1125, 17),
(1126, 17),
(1127, 17),
(1128, 17),
(1129, 17),
(1130, 17),
(1131, 17),
(1132, 17),
(1133, 17),
(1134, 17),
(1135, 17),
(1136, 17),
(1137, 17),
(1138, 17),
(1139, 17),
(1140, 17),
(1141, 17),
(1142, 17),
(1143, 17),
(1144, 17),
(1145, 17),
(1146, 17),
(1147, 17),
(1148, 17),
(1149, 17),
(1150, 17),
(1151, 17),
(1152, 17),
(1153, 17),
(1154, 17),
(1155, 17),
(1156, 17),
(1157, 17),
(1158, 17),
(1159, 17),
(1160, 17),
(1161, 17),
(1162, 17),
(1163, 17),
(1164, 17),
(1165, 17),
(1166, 17),
(1167, 17),
(1168, 17),
(1169, 17),
(1170, 17),
(1171, 17),
(1172, 17),
(1173, 17),
(1174, 17),
(1175, 17),
(1176, 17),
(1177, 17),
(1178, 17),
(1179, 17),
(1180, 17),
(1181, 17),
(1182, 17),
(1183, 17),
(1184, 17),
(1185, 17),
(1186, 17),
(1187, 17),
(1188, 17),
(1189, 17),
(1190, 17),
(1191, 17),
(1192, 17),
(1193, 17),
(1194, 17),
(1195, 17),
(1196, 17),
(1197, 17),
(1198, 17),
(1199, 17),
(1200, 17),
(1201, 17),
(1202, 17),
(1203, 17),
(1204, 17),
(1205, 17),
(1206, 17),
(1207, 17),
(1208, 17),
(1209, 17),
(1210, 17),
(1211, 17),
(1212, 17),
(1213, 17),
(1214, 17),
(1215, 17),
(1216, 17),
(1217, 17),
(1218, 17),
(1219, 17),
(1220, 17),
(1221, 17),
(1222, 17),
(1223, 17),
(1224, 17),
(1225, 17),
(1226, 17),
(1227, 17),
(1228, 17),
(1229, 17),
(1230, 17),
(1231, 17),
(1232, 17),
(1233, 17),
(1234, 17),
(1235, 17),
(1236, 17),
(1237, 17),
(1238, 17),
(1239, 17),
(1240, 17),
(1241, 17),
(1242, 17),
(1243, 17),
(1244, 17),
(1245, 17),
(1246, 17),
(1247, 17),
(1248, 17),
(1249, 17),
(1250, 17),
(1251, 17),
(1252, 17),
(1253, 17),
(1254, 17),
(1255, 17),
(1256, 17),
(1257, 17),
(1258, 17),
(1259, 17),
(1260, 17),
(1261, 17),
(1262, 17),
(1263, 17),
(1264, 17),
(1265, 17),
(1266, 17),
(1267, 17),
(1268, 17),
(1269, 17),
(1270, 17),
(1271, 17),
(1272, 17),
(1273, 17),
(1274, 17),
(1275, 17),
(1276, 17),
(1277, 17),
(1278, 17),
(1279, 17),
(1280, 17),
(1281, 17),
(1282, 17),
(1283, 17),
(1284, 17),
(1285, 17),
(1286, 17),
(1287, 17),
(1288, 17),
(1289, 17),
(1290, 17),
(1291, 17),
(1292, 17),
(1293, 17),
(1294, 17),
(1295, 17),
(1296, 17),
(1297, 17),
(1298, 17),
(1299, 17),
(1300, 17),
(1301, 17),
(1302, 17),
(1303, 17),
(1304, 17),
(1305, 17),
(1306, 17),
(1307, 17),
(1308, 17),
(1309, 17),
(1310, 17),
(1311, 17),
(1312, 17),
(1313, 17),
(1314, 17),
(1315, 17),
(1316, 17),
(1317, 17),
(1318, 17),
(1319, 17),
(1320, 17),
(1321, 17),
(1322, 17),
(1323, 17),
(1324, 17),
(1325, 17),
(1326, 17),
(1327, 17),
(1328, 17),
(1329, 17),
(1330, 17),
(1331, 17),
(1332, 17),
(1333, 17),
(1334, 17),
(1335, 17),
(1336, 17),
(1337, 17),
(1338, 17),
(1339, 17),
(1340, 17),
(1341, 17),
(1342, 17),
(1343, 17),
(1344, 17),
(1345, 17),
(1346, 17),
(1347, 17),
(1348, 17),
(1349, 17),
(1350, 17),
(1351, 17),
(1352, 17),
(1353, 17),
(1354, 17),
(1355, 17),
(1356, 17),
(1357, 17),
(1358, 17),
(1359, 17),
(1360, 17),
(1361, 17),
(1362, 17),
(1363, 17),
(1364, 17),
(1365, 17),
(1366, 17),
(1367, 17),
(1368, 17),
(1369, 17),
(1370, 17),
(1371, 17),
(1372, 17),
(1373, 17),
(1374, 17),
(1375, 17),
(1376, 17),
(1377, 17),
(1378, 17),
(1379, 17),
(1380, 17),
(1381, 17),
(1382, 17),
(1383, 17),
(1384, 17),
(1385, 17),
(1386, 17),
(1387, 17),
(1388, 17),
(1389, 17),
(1390, 17),
(1391, 17),
(1392, 17),
(1393, 17),
(1394, 17),
(1395, 17),
(1396, 17),
(1397, 17),
(1398, 17),
(1399, 17),
(1400, 17),
(1401, 17),
(1402, 17),
(1403, 17),
(1404, 17),
(1405, 17),
(1406, 17),
(1407, 17),
(1408, 17),
(1409, 17),
(1410, 17),
(1411, 17),
(1412, 17),
(1413, 17),
(1414, 17),
(1415, 17),
(1416, 17),
(1417, 17),
(1418, 17),
(1419, 17),
(1420, 17),
(1421, 17),
(1422, 17),
(1423, 17),
(1424, 17),
(1425, 17),
(1426, 17),
(1427, 17),
(1428, 17),
(1429, 17),
(1430, 17),
(1431, 17),
(1432, 17),
(1433, 17),
(1434, 17),
(1435, 17),
(1436, 17),
(1437, 17),
(1438, 17),
(1439, 17),
(1440, 17),
(1441, 17),
(1442, 17),
(1443, 17),
(1444, 17),
(1445, 17),
(1446, 17),
(1447, 17),
(1448, 17),
(1449, 17),
(1450, 17),
(1451, 17),
(1452, 17),
(1453, 17),
(1454, 17),
(1455, 17),
(1456, 17),
(1457, 17),
(1458, 17),
(1459, 17),
(1460, 17),
(1461, 17),
(1462, 17),
(1463, 17),
(1464, 17),
(1465, 17),
(1466, 17),
(1467, 17),
(1468, 17),
(1469, 17),
(1470, 17),
(1471, 17),
(1472, 17),
(1473, 17),
(1474, 17),
(1475, 17),
(1476, 17),
(1477, 17),
(1478, 17),
(1479, 17),
(1480, 17),
(1481, 17),
(1482, 17),
(1483, 17),
(1484, 17),
(1485, 17),
(1486, 17),
(1487, 17),
(1488, 17),
(1489, 17),
(1490, 17),
(1491, 17),
(1492, 17),
(1493, 17),
(1494, 17),
(1495, 17),
(1496, 17),
(1497, 17),
(1498, 17),
(1499, 17),
(1500, 17),
(1501, 17),
(1502, 17),
(1503, 17),
(1504, 17),
(1505, 17),
(1506, 17),
(1507, 17),
(1508, 17),
(1509, 17),
(1510, 17),
(1511, 17),
(1512, 17),
(1513, 17),
(1514, 17),
(1515, 17),
(1516, 17),
(1517, 17),
(1518, 17),
(1519, 17),
(1520, 17),
(1521, 17),
(1522, 17),
(1523, 17),
(1524, 17),
(1525, 17),
(1526, 17),
(1527, 17),
(1528, 17),
(1529, 17),
(1530, 17),
(1531, 17),
(1532, 17),
(1533, 17),
(1534, 17),
(1535, 17),
(1536, 17),
(1537, 17),
(1538, 17),
(1539, 17),
(1540, 17),
(1541, 17),
(1542, 17),
(1543, 17),
(1544, 17),
(1545, 17),
(1546, 17),
(1547, 17),
(1548, 17),
(1549, 17),
(1550, 17),
(1551, 17),
(1552, 17),
(1553, 17),
(1554, 17),
(1555, 17),
(1556, 17),
(1557, 17),
(1558, 17),
(1559, 17),
(1560, 17),
(1561, 17),
(1562, 17),
(1563, 17),
(1564, 17),
(1565, 17),
(1566, 17),
(1567, 17),
(1568, 17),
(1569, 17),
(1570, 17),
(1571, 17),
(1572, 17),
(1573, 17),
(1574, 17),
(1575, 17),
(1576, 17),
(1577, 17),
(1578, 17),
(1579, 17),
(1580, 17),
(1581, 17),
(1582, 17),
(1583, 17),
(1584, 17),
(1585, 17),
(1586, 17),
(1587, 17),
(1588, 17),
(1589, 17),
(1590, 17),
(1591, 17),
(1592, 17),
(1593, 17),
(1594, 17),
(1595, 17),
(1596, 17),
(1597, 17),
(1598, 17),
(1599, 17),
(1600, 17),
(1601, 17),
(1602, 17),
(1603, 17),
(1604, 17),
(1605, 17),
(1606, 17),
(1607, 17),
(1608, 17),
(1609, 17),
(1610, 17),
(1611, 17),
(1612, 17),
(1613, 17),
(1614, 17),
(1615, 17),
(1616, 17),
(1617, 17),
(1618, 17),
(1619, 17),
(1620, 17),
(1621, 17),
(1622, 17),
(1623, 17),
(1624, 17),
(1625, 17),
(1626, 17),
(1627, 17),
(1628, 17),
(1629, 17),
(1630, 17),
(1631, 17),
(1632, 17),
(1633, 17),
(1634, 17),
(1635, 17),
(1636, 17),
(1637, 17),
(1638, 17),
(1639, 17),
(1640, 17),
(1641, 17),
(1642, 17),
(1643, 17),
(1644, 17),
(1645, 17),
(1646, 17),
(1647, 17),
(1648, 17),
(1649, 17),
(1650, 17),
(1651, 17),
(1652, 17),
(1653, 17),
(1654, 17),
(1655, 17),
(1656, 17),
(1657, 17),
(1658, 17),
(1659, 17),
(1660, 17),
(1661, 17),
(1662, 17),
(1663, 17),
(1664, 17),
(1665, 17),
(1666, 17),
(1667, 17),
(1668, 17),
(1669, 17),
(1670, 17),
(1671, 17),
(1672, 17),
(1673, 17),
(1674, 17),
(1675, 17),
(1676, 17),
(1677, 17),
(1678, 17),
(1679, 17),
(1680, 17),
(1681, 17),
(1682, 17),
(1683, 17),
(1684, 17),
(1685, 17),
(1686, 17),
(1687, 17),
(1688, 17),
(1689, 17),
(1690, 17),
(1691, 17),
(1692, 17),
(1693, 17),
(1694, 17),
(1695, 17),
(1696, 17),
(1697, 17),
(1698, 17),
(1699, 17),
(1700, 17),
(1701, 17),
(1702, 17),
(1703, 17),
(1704, 17),
(1705, 17),
(1706, 17),
(1707, 17),
(1708, 17),
(1709, 17),
(1710, 17),
(1711, 17),
(1712, 17),
(1713, 17),
(1714, 17),
(1715, 17),
(1716, 17),
(1717, 17),
(1718, 17),
(1719, 17),
(1720, 17),
(1721, 17),
(1722, 17),
(1723, 17),
(1724, 17),
(1725, 17),
(1726, 17),
(1727, 17),
(1728, 17),
(1729, 17),
(1730, 17),
(1731, 17),
(1732, 17),
(1733, 17),
(1734, 17),
(1735, 17),
(1736, 17),
(1737, 17),
(1738, 17),
(1739, 17),
(1740, 17),
(1741, 17),
(1742, 17),
(1743, 17),
(1744, 17),
(1745, 17),
(1746, 17),
(1747, 17),
(1748, 17),
(1749, 17),
(1750, 17),
(1751, 17),
(1752, 17),
(1753, 17),
(1754, 17),
(1755, 17),
(1756, 17),
(1757, 17),
(1758, 17),
(1759, 17),
(1760, 17),
(1761, 17),
(1762, 17),
(1763, 17),
(1764, 17),
(1765, 17),
(1766, 17),
(1767, 17),
(1768, 17),
(1769, 17),
(1770, 17),
(1771, 17),
(1772, 17),
(1773, 17),
(1774, 17),
(1775, 17),
(1776, 17),
(1777, 17),
(1778, 17),
(1779, 17),
(1780, 17),
(1781, 17),
(1782, 17),
(1783, 17),
(1784, 17),
(1785, 17),
(1786, 17),
(1787, 17),
(1788, 17),
(1789, 17),
(1790, 17),
(1791, 17),
(1792, 17),
(1793, 17),
(1794, 17),
(1795, 17),
(1796, 17),
(1797, 17),
(1798, 17),
(1799, 17),
(1800, 17),
(1801, 17),
(1802, 17),
(1803, 17),
(1804, 17),
(1805, 17),
(1806, 17),
(1807, 17),
(1808, 17),
(1809, 17),
(1810, 17),
(1811, 17),
(1812, 17),
(1813, 17),
(1814, 17),
(1815, 17),
(1816, 17),
(1817, 17),
(1818, 17),
(1819, 17),
(1820, 17),
(1821, 17),
(1822, 17),
(1823, 17),
(1824, 17),
(1825, 17),
(1826, 17),
(1827, 17),
(1828, 17),
(1829, 17),
(1830, 17),
(1831, 17),
(1832, 17),
(1833, 17),
(1834, 17),
(1835, 17),
(1836, 17),
(1837, 17),
(1838, 17),
(1839, 17),
(1840, 17),
(1841, 17),
(1842, 17),
(1843, 17),
(1844, 17),
(1845, 17),
(1846, 17),
(1847, 17),
(1848, 17),
(1849, 17),
(1850, 17),
(1851, 17),
(1852, 17),
(1853, 17),
(1854, 17),
(1855, 17),
(1856, 17),
(1857, 17),
(1858, 17),
(1859, 17),
(1860, 17),
(1861, 17),
(1862, 17),
(1863, 17),
(1864, 17),
(1865, 17),
(1866, 17),
(1867, 17),
(1868, 17),
(1869, 17),
(1870, 17),
(1871, 17),
(1872, 17),
(1873, 17),
(1874, 17),
(1875, 17),
(1876, 17),
(1877, 17),
(1878, 17),
(1879, 17),
(1880, 17),
(1881, 17),
(1882, 17),
(1883, 17),
(1884, 17),
(1885, 17),
(1886, 17),
(1887, 17),
(1888, 17),
(1889, 17),
(1890, 17),
(1891, 17),
(1892, 17),
(1893, 17),
(1894, 17),
(1895, 17),
(1896, 17),
(1897, 17),
(1898, 17),
(1899, 17),
(1900, 17),
(1901, 17),
(1902, 17),
(1903, 17),
(1904, 17),
(1905, 17),
(1906, 17),
(1907, 17),
(1908, 17),
(1909, 17),
(1910, 17),
(1911, 17),
(1912, 17),
(1913, 17),
(1914, 17),
(1915, 17),
(1916, 17),
(1917, 17),
(1918, 17),
(1919, 17),
(1920, 17),
(1921, 17),
(1922, 17),
(1923, 17),
(1924, 17),
(1925, 17),
(1926, 17),
(1927, 17),
(1928, 17),
(1929, 17),
(1930, 17),
(1931, 17),
(1932, 17),
(1933, 17),
(1934, 17),
(1935, 17),
(1936, 17),
(1937, 17),
(1938, 17),
(1939, 17),
(1940, 17),
(1941, 17),
(1942, 17),
(1943, 17),
(1944, 17),
(1945, 17),
(1946, 17),
(1947, 17),
(1948, 17),
(1949, 17),
(1950, 17),
(1951, 17),
(1952, 17),
(1953, 17),
(1954, 17),
(1955, 17),
(1956, 17),
(1957, 17),
(1958, 17),
(1959, 17),
(1960, 17),
(1961, 17),
(1962, 17),
(1963, 17),
(1964, 17),
(1965, 17),
(1966, 17),
(1967, 17),
(1968, 17),
(1969, 17),
(1970, 17),
(1971, 17),
(1972, 17),
(1973, 17),
(1974, 17),
(1975, 17),
(1976, 17),
(1977, 17),
(1978, 17),
(1979, 17),
(1980, 17),
(1981, 17),
(1982, 17),
(1983, 17),
(1984, 17),
(1985, 17),
(1986, 17),
(1987, 17),
(1988, 17),
(1989, 17),
(1990, 17),
(1991, 17),
(1992, 17),
(1993, 17),
(1994, 17),
(1995, 17),
(1996, 17),
(1997, 17),
(1998, 17),
(1999, 17),
(2000, 17),
(2001, 17),
(2002, 17),
(2003, 17),
(2004, 17),
(2005, 17),
(2006, 17),
(2007, 17),
(2008, 17),
(2009, 17),
(2010, 17),
(2011, 17),
(2012, 17),
(2013, 17),
(2014, 17),
(2015, 17),
(2016, 17),
(2017, 17),
(2018, 17),
(2019, 17),
(2020, 17),
(2021, 17),
(2022, 17),
(2023, 17),
(2024, 17),
(2025, 17),
(2026, 17),
(2027, 17),
(2028, 17),
(2029, 17),
(2030, 17),
(2031, 17),
(2032, 17),
(2033, 17),
(2034, 17),
(2035, 17),
(2036, 17),
(2037, 17),
(2038, 17),
(2039, 17),
(2040, 17),
(2041, 17),
(2042, 17),
(2043, 17),
(2044, 17),
(2045, 17),
(2046, 17),
(2047, 17),
(2048, 17),
(2049, 17),
(2050, 17),
(2051, 17),
(2052, 17),
(2053, 17),
(2054, 17),
(2055, 17),
(2056, 17),
(2057, 17),
(2058, 17),
(2059, 17),
(2060, 17),
(2061, 17),
(2062, 17),
(2063, 17),
(2064, 17),
(2065, 17),
(2066, 17),
(2067, 17),
(2068, 17),
(2069, 17),
(2070, 17),
(2071, 17),
(2072, 17),
(2073, 17),
(2074, 17),
(2075, 17),
(2076, 17),
(2077, 17),
(2078, 17),
(2079, 17),
(2080, 17),
(2081, 17),
(2082, 17),
(2083, 17),
(2084, 17),
(2085, 17),
(2086, 17),
(2087, 17),
(2088, 17),
(2089, 17),
(2090, 17),
(2091, 17),
(2092, 17),
(2093, 17),
(2094, 17),
(2095, 17),
(2096, 17),
(2097, 17),
(2098, 17),
(2099, 17),
(2100, 17),
(2101, 17),
(2102, 17),
(2103, 17),
(2104, 17),
(2105, 17),
(2106, 17),
(2107, 17),
(2108, 17),
(2109, 17),
(2110, 17),
(2111, 17),
(2112, 17),
(2113, 17),
(2114, 17),
(2115, 17),
(2116, 17),
(2117, 17),
(2118, 17),
(2119, 17),
(2120, 17),
(2121, 17),
(2122, 17),
(2123, 17),
(2124, 17),
(2125, 17),
(2126, 17),
(2127, 17),
(2128, 17),
(2129, 17),
(2130, 17),
(2131, 17),
(2132, 17),
(2133, 17),
(2134, 17),
(2135, 17),
(2136, 17),
(2137, 17),
(2138, 17),
(2139, 17),
(2140, 17),
(2141, 17),
(2142, 17),
(2143, 17),
(2144, 17),
(2145, 17),
(2146, 17),
(2147, 17),
(2148, 17),
(2149, 17),
(2150, 17),
(2151, 17),
(2152, 17),
(2153, 17),
(2154, 17),
(2155, 17),
(2156, 17),
(2157, 17),
(2158, 17),
(2159, 17),
(2160, 17),
(2161, 17),
(2162, 17),
(2163, 17),
(2164, 17),
(2165, 17),
(2166, 17),
(2167, 17),
(2168, 17),
(2169, 17),
(2170, 17),
(2171, 17),
(2172, 17),
(2173, 17),
(2174, 17),
(2175, 17),
(2176, 17),
(2177, 17),
(2178, 17),
(2179, 17),
(2180, 17),
(2181, 17),
(2182, 17),
(2183, 17),
(2184, 17),
(2185, 17),
(2186, 17),
(2187, 17),
(2188, 17),
(2189, 17),
(2190, 17),
(2191, 17),
(2192, 17),
(2193, 17),
(2194, 17),
(2195, 17),
(2196, 17),
(2197, 17),
(2198, 17),
(2199, 17),
(2200, 17),
(2201, 17),
(2202, 17),
(2203, 17),
(2204, 17),
(2205, 17),
(2206, 17),
(2207, 17),
(2208, 17),
(2209, 17),
(2210, 17),
(2211, 17),
(2212, 17),
(2213, 17),
(2214, 17),
(2215, 17),
(2216, 17),
(2217, 17),
(2218, 17),
(2219, 17),
(2220, 17),
(2221, 17),
(2222, 17),
(2223, 17),
(2224, 17),
(2225, 17),
(2226, 17),
(2227, 17),
(2228, 17),
(2229, 17),
(2230, 17),
(2231, 17),
(2232, 17),
(2233, 17),
(2234, 17);

-- --------------------------------------------------------

--
-- Struttura della tabella `item_id_generator`
--

CREATE TABLE IF NOT EXISTS `item_id_generator` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_generator` int(10) unsigned NOT NULL,
PRIMARY KEY (`id`),
KEY `id_generator` (`id_generator`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `item_id_generator`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `logs_visitedhomes`
--

CREATE TABLE IF NOT EXISTS `logs_visitedhomes` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_user` int(15) NOT NULL,
`id_target` int(15) NOT NULL,
`timestamp` int(11) NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `logs_visitedhomes`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `messenger_friendships`
--

CREATE TABLE IF NOT EXISTS `messenger_friendships` (
`sender` int(10) unsigned NOT NULL,
`receiver` int(10) unsigned NOT NULL,
PRIMARY KEY (`sender`,`receiver`),
KEY `i_receiver` (`receiver`),
KEY `i_sender` (`sender`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `messenger_friendships`
--

INSERT INTO `messenger_friendships` (`sender`, `receiver`) VALUES
(2, 1);

-- --------------------------------------------------------

--
-- Struttura della tabella `messenger_requests`
--

CREATE TABLE IF NOT EXISTS `messenger_requests` (
`sender` int(10) unsigned NOT NULL,
`receiver` int(10) unsigned NOT NULL,
PRIMARY KEY (`sender`,`receiver`),
KEY `i_sender` (`sender`),
KEY `i_receiver` (`receiver`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `messenger_requests`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `moderation_forum_replies`
--

CREATE TABLE IF NOT EXISTS `moderation_forum_replies` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`thread_id` int(10) unsigned NOT NULL,
`poster` varchar(120) NOT NULL,
`date` varchar(50) NOT NULL,
`message` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `moderation_forum_replies`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `moderation_forum_threads`
--

CREATE TABLE IF NOT EXISTS `moderation_forum_threads` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`poster` varchar(100) NOT NULL,
`subject` varchar(120) NOT NULL,
`date` varchar(50) NOT NULL,
`timestamp` double NOT NULL,
`message` text NOT NULL,
`locked` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `moderation_forum_threads`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `moderation_presets`
--

CREATE TABLE IF NOT EXISTS `moderation_presets` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`type` enum('message','roommessage') NOT NULL DEFAULT 'message',
`message` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `moderation_presets`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `moderation_tickets`
--

CREATE TABLE IF NOT EXISTS `moderation_tickets` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`score` int(11) NOT NULL,
`type` int(11) NOT NULL,
`status` enum('open','picked','resolved','abusive','invalid','deleted') NOT NULL DEFAULT 'open',
`sender_id` int(10) unsigned NOT NULL,
`reported_id` int(10) unsigned NOT NULL,
`moderator_id` int(10) unsigned NOT NULL,
`message` text NOT NULL,
`room_id` int(10) unsigned NOT NULL,
`room_name` varchar(100) NOT NULL,
`timestamp` double NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `moderation_tickets`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `navigator_flatcats`
--

CREATE TABLE IF NOT EXISTS `navigator_flatcats` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`caption` varchar(100) NOT NULL,
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`min_rank` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ;

--
-- Dump dei dati per la tabella `navigator_flatcats`
--

INSERT INTO `navigator_flatcats` (`id`, `caption`, `enabled`, `min_rank`) VALUES
(15, 'No Category', '1', 1),
(1, 'Habbo Staff Rooms µ', '1', 4),
(2, 'Competition Category', '0', 1),
(3, 'unused competition category', '0', 1),
(4, 'Themed & RPG Rooms', '1', 1),
(5, 'Restaurant, Bar & Night Club Rooms', '1', 1),
(6, 'Club & Group Rooms', '1', 1),
(7, 'Chat, Chill & Discussion Rooms', '1', 1),
(8, 'Maze & Theme Park Rooms', '1', 1),
(9, 'Trading & Shopping Rooms', '1', 1),
(10, 'Gaming & Race Rooms', '1', 1),
(11, 'Hair Salons & Modelling Rooms', '1', 1),
(12, 'Help Centre, Guide & Service Rooms', '1', 1),
(13, 'School, Daycare & Adoption Rooms', '1', 1),
(14, 'All Other Rooms', '1', 1);

-- --------------------------------------------------------

--
-- Struttura della tabella `navigator_pubcats`
--

CREATE TABLE IF NOT EXISTS `navigator_pubcats` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`caption` varchar(100) NOT NULL,
`enabled` enum('0','1') NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dump dei dati per la tabella `navigator_pubcats`
--

INSERT INTO `navigator_pubcats` (`id`, `caption`, `enabled`) VALUES
(1, 'Cafes and Restaurants', '1'),
(2, 'Lounges and Entertainment', '1'),
(3, 'Pubs and Clubs', '1'),
(4, 'Outside Spaces & Swimming Pools', '1');

-- --------------------------------------------------------

--
-- Struttura della tabella `navigator_pubcats_old`
--

CREATE TABLE IF NOT EXISTS `navigator_pubcats_old` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`caption` varchar(100) NOT NULL,
`enabled` enum('0','1') NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `navigator_pubcats_old`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `navigator_publics_new`
--

CREATE TABLE IF NOT EXISTS `navigator_publics_new` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ordernum` int(11) NOT NULL DEFAULT '1',
`bannertype` enum('0','1') NOT NULL COMMENT '0 = big, 1 = normal',
`caption` varchar(100) NOT NULL,
`description` varchar(5000) NOT NULL DEFAULT '',
`image` text NOT NULL,
`image_type` enum('internal','external') NOT NULL DEFAULT 'internal',
`room_id` int(10) unsigned NOT NULL,
`category_id` int(11) NOT NULL DEFAULT '0',
`category_parent_id` int(11) NOT NULL DEFAULT '-1',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`recommended` enum('0','1') NOT NULL DEFAULT '0',
`typeofdata` int(255) NOT NULL DEFAULT '1',
`tag` varchar(50000) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=33334 ;

--
-- Dump dei dati per la tabella `navigator_publics_new`
--

INSERT INTO `navigator_publics_new` (`id`, `ordernum`, `bannertype`, `caption`, `description`, `image`, `image_type`, `room_id`, `category_id`, `category_parent_id`, `enabled`, `recommended`, `typeofdata`, `tag`) VALUES
(1, 1, '0', 'Juegos', '', 'officialrooms_hq/gamefolder.gif', 'internal', 0, 0, -1, '1', '0', 4, ''),
(3, 1, '0', 'Espacios Públicos', '', 'officialrooms_hq/official_rooms_nav_img.png', 'internal', 0, 0, -1, '1', '0', 4, ''),
(4, 1, '0', 'El Recibidor', '', 'officialrooms_hq/welcome_lobby.png', 'internal', 1, 3, 3, '1', '0', 3, '');

-- --------------------------------------------------------

--
-- Struttura della tabella `notes`
--

CREATE TABLE IF NOT EXISTS `notes` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`content` varchar(500) NOT NULL,
`date` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=15 ;

--
-- Dump dei dati per la tabella `notes`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `pets_racesoncatalogue`
--

CREATE TABLE IF NOT EXISTS `pets_racesoncatalogue` (
`raceid` int(255) DEFAULT NULL,
`color1` int(255) DEFAULT NULL,
`color2` int(255) DEFAULT NULL,
`has1color` enum('1','0') DEFAULT NULL,
`has2color` enum('1','0') DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `pets_racesoncatalogue`
--

INSERT INTO `pets_racesoncatalogue` (`raceid`, `color1`, `color2`, `has1color`, `has2color`) VALUES
(12, 0, 0, '1', '0'),
(12, 1, 1, '1', '0'),
(12, 2, 2, '1', '0'),
(12, 3, 3, '1', '0'),
(12, 4, 4, '1', '0'),
(12, 5, 5, '1', '0'),
(15, 1, 2, '1', '0'),
(15, 2, 3, '1', '0'),
(15, 3, 4, '1', '0'),
(15, 4, 5, '1', '0'),
(15, 1, 6, '1', '1'),
(15, 2, 7, '1', '1'),
(15, 3, 8, '1', '1'),
(15, 4, 9, '1', '1'),
(15, 1, 10, '1', '1'),
(15, 2, 11, '1', '1'),
(15, 3, 12, '1', '1'),
(15, 4, 13, '1', '1'),
(15, 1, 14, '1', '1'),
(15, 2, 15, '1', '1'),
(15, 3, 16, '1', '1'),
(15, 4, 17, '1', '1'),
(15, 1, 18, '0', '1'),
(15, 2, 19, '0', '1'),
(15, 3, 20, '0', '1'),
(15, 4, 21, '0', '1'),
(15, 1, 22, '0', '1'),
(15, 2, 23, '0', '1'),
(15, 3, 24, '0', '1'),
(15, 4, 25, '0', '1'),
(15, 1, 26, '0', '1'),
(15, 2, 27, '0', '1'),
(15, 3, 28, '0', '1'),
(15, 4, 29, '0', '1'),
(15, 1, 30, '0', '1'),
(15, 2, 31, '0', '1'),
(15, 3, 32, '0', '1'),
(15, 4, 33, '0', '1'),
(15, 1, 34, '0', '1'),
(15, 2, 35, '0', '1'),
(15, 3, 36, '0', '1'),
(15, 4, 37, '0', '1'),
(15, 1, 38, '0', '1'),
(15, 2, 39, '0', '1'),
(15, 3, 40, '0', '1'),
(15, 4, 41, '0', '1'),
(15, 1, 42, '0', '1'),
(15, 2, 43, '0', '1'),
(15, 3, 44, '0', '1'),
(15, 4, 45, '0', '1'),
(15, 1, 46, '0', '1'),
(15, 2, 47, '0', '1'),
(15, 3, 48, '0', '1'),
(15, 4, 49, '0', '1'),
(0, 0, 0, '1', '0'),
(0, 1, 1, '1', '0'),
(0, 2, 2, '1', '0'),
(0, 3, 3, '1', '0'),
(0, 4, 4, '1', '0'),
(0, 5, 5, '1', '0'),
(0, 6, 6, '1', '0'),
(0, 7, 7, '1', '0'),
(0, 8, 8, '1', '0'),
(0, 9, 9, '1', '0'),
(0, 10, 10, '1', '0'),
(0, 11, 11, '1', '0'),
(0, 12, 12, '1', '0'),
(0, 13, 13, '1', '0'),
(0, 14, 14, '1', '0'),
(0, 15, 15, '1', '0'),
(0, 16, 16, '1', '0'),
(0, 17, 17, '1', '0'),
(0, 18, 18, '1', '0'),
(0, 19, 19, '1', '0'),
(0, 20, 20, '1', '0'),
(0, 21, 21, '1', '0'),
(0, 22, 22, '1', '0'),
(0, 23, 23, '1', '0'),
(0, 24, 24, '1', '0'),
(1, 0, 0, '1', '0'),
(1, 1, 1, '1', '0'),
(1, 2, 2, '1', '0'),
(1, 3, 3, '1', '0'),
(1, 4, 4, '1', '0'),
(1, 5, 5, '1', '0'),
(1, 6, 6, '1', '0'),
(1, 7, 7, '1', '0'),
(1, 8, 8, '1', '0'),
(1, 9, 9, '1', '0'),
(1, 10, 10, '1', '0'),
(1, 11, 11, '1', '0'),
(1, 12, 12, '1', '0'),
(1, 13, 13, '1', '0'),
(1, 14, 14, '1', '0'),
(1, 15, 15, '1', '0'),
(1, 16, 16, '1', '0'),
(1, 17, 17, '1', '0'),
(1, 18, 18, '1', '0'),
(1, 19, 19, '1', '0'),
(1, 20, 20, '1', '0'),
(1, 21, 21, '1', '0'),
(1, 22, 22, '1', '0'),
(1, 23, 23, '1', '0'),
(1, 24, 24, '1', '0'),
(10, 0, 0, '1', '0'),
(9, 0, 0, '1', '0'),
(9, 1, 1, '1', '0'),
(9, 2, 2, '1', '0'),
(9, 3, 3, '1', '0'),
(9, 4, 4, '1', '0'),
(9, 5, 5, '1', '0'),
(9, 6, 6, '1', '0'),
(9, 7, 7, '1', '0'),
(9, 8, 8, '1', '0'),
(11, 1, 1, '1', '0'),
(11, 2, 2, '1', '0'),
(11, 3, 3, '1', '0'),
(11, 4, 4, '1', '0'),
(11, 5, 5, '1', '0'),
(11, 6, 6, '1', '0'),
(11, 8, 8, '0', '0'),
(11, 9, 9, '1', '0'),
(11, 10, 10, '1', '0'),
(11, 11, 11, '1', '0'),
(11, 12, 12, '1', '0'),
(11, 13, 13, '1', '0'),
(11, 15, 15, '1', '0'),
(11, 18, 18, '1', '0'),
(8, 0, 0, '1', '0'),
(8, 1, 1, '1', '0'),
(8, 2, 2, '1', '0'),
(8, 3, 3, '1', '0'),
(8, 4, 4, '1', '0'),
(8, 5, 5, '1', '0'),
(8, 6, 6, '1', '0'),
(8, 7, 7, '1', '0'),
(8, 8, 8, '1', '0'),
(8, 9, 9, '1', '0'),
(8, 10, 10, '1', '0'),
(8, 11, 11, '1', '0'),
(8, 14, 14, '1', '0'),
(7, 0, 0, '1', '0'),
(7, 1, 1, '1', '0'),
(7, 2, 2, '1', '0'),
(7, 3, 3, '0', '1'),
(7, 4, 4, '1', '0'),
(7, 5, 5, '1', '0'),
(7, 6, 6, '1', '0'),
(7, 7, 7, '1', '0'),
(7, 0, 0, '1', '0'),
(7, 1, 1, '1', '0'),
(7, 2, 2, '1', '0'),
(7, 3, 3, '0', '1'),
(7, 4, 4, '1', '0'),
(7, 5, 5, '1', '0'),
(7, 6, 6, '1', '0'),
(7, 7, 7, '1', '0'),
(5, 0, 0, '1', '0'),
(5, 1, 1, '1', '0'),
(5, 2, 2, '1', '0'),
(5, 3, 3, '1', '0'),
(5, 5, 5, '1', '0'),
(5, 7, 7, '1', '0'),
(5, 8, 8, '1', '0'),
(3, 0, 0, '1', '0'),
(3, 1, 1, '1', '0'),
(3, 2, 2, '1', '0'),
(3, 3, 3, '1', '0'),
(3, 4, 4, '1', '0'),
(3, 5, 5, '1', '0'),
(3, 6, 6, '1', '0'),
(4, 0, 0, '1', '0'),
(4, 1, 1, '1', '0'),
(4, 2, 2, '1', '0'),
(4, 3, 3, '1', '0'),
(2, 0, 0, '1', '0'),
(2, 1, 1, '1', '0'),
(2, 2, 2, '1', '0'),
(2, 3, 3, '1', '0'),
(2, 4, 4, '1', '0'),
(2, 5, 5, '1', '0'),
(2, 6, 6, '1', '0'),
(2, 7, 7, '1', '0'),
(2, 8, 8, '1', '0'),
(2, 9, 9, '1', '0'),
(2, 10, 10, '1', '0'),
(2, 11, 11, '1', '0'),
(6, 0, 0, '1', '0'),
(6, 1, 1, '1', '0'),
(6, 2, 2, '1', '0'),
(6, 3, 3, '1', '0'),
(6, 4, 4, '1', '0'),
(6, 5, 5, '1', '0'),
(6, 6, 6, '0', '1'),
(6, 7, 7, '0', '1'),
(6, 8, 8, '0', '1'),
(6, 9, 9, '0', '1'),
(6, 10, 10, '0', '1'),
(6, 11, 11, '1', '0'),
(6, 12, 12, '0', '1');

-- --------------------------------------------------------

--
-- Struttura della tabella `quests`
--

CREATE TABLE IF NOT EXISTS `quests` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`quest_type` text NOT NULL,
`secondtype` text NOT NULL,
`extravalue` text NOT NULL,
`category` text NOT NULL,
`usersactivate` text NOT NULL,
`award` int(11) NOT NULL,
`countfurnis` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=52 ;

--
-- Dump dei dati per la tabella `quests`
--

INSERT INTO `quests` (`id`, `quest_type`, `secondtype`, `extravalue`, `category`, `usersactivate`, `award`, `countfurnis`) VALUES
(1, 'ENTER_OTHER_USERS_ROOM', 'ENTEROTHERSROOM', '_2', 'social', '1;', 50, 1),
(2, 'CHAT_WITH_SOMEONE', 'CHATWITHSOMEONE', '', 'social', '', 50, 1),
(3, 'REQUEST_FRIEND', 'REQUESTFRIEND', '', 'social', ';2210;', 50, 1),
(4, 'GIVE_RESPECT', 'GIVERESPECT', '', 'social', '', 50, 1),
(5, 'DANCE', 'DANCE', '', 'social', '', 50, 1),
(6, 'WAVE', 'WAVE', '', 'social', '', 50, 1),
(7, 'CHANGE_FIGURE', 'CHANGEFIGURE', '_2', 'identity', '', 50, 1),
(8, 'CHANGE_MOTTO', 'CHANGEMOTTO', '', 'identity', '', 50, 1),
(9, 'WEAR_BADGE', 'WEARBADGE', '', 'identity', '', 50, 1),
(10, 'FIND_STUFF', 'FINDLIFEGUARDTOWER', '_2', 'explore', ';2209;', 50, 1),
(11, 'SWIM', 'SWIM', '', 'explore', '', 50, 1),
(12, 'FIND_STUFF', 'FINDSURFBOARD', '', 'explore', '', 50, 1),
(13, 'FIND_STUFF', 'FINDBEETLE', '', 'explore', '', 50, 1),
(14, 'FIND_STUFF', 'FINDNEONFLOOR', '', 'explore', '', 50, 1),
(15, 'FIND_STUFF', 'FINDDISCOBALL', '', 'explore', '', 50, 1),
(16, 'FIND_STUFF', 'FINDJUKEBOX', '', 'explore', '', 50, 1),
(17, 'FIND_STUFF', 'FINDBBGATE', '', 'explore', '', 50, 1),
(18, 'FIND_STUFF', 'FINDBBTILE', '', 'explore', '', 50, 1),
(19, 'FIND_STUFF', 'FINDBBTELEPORT', '', 'explore', '', 50, 1),
(20, 'FIND_STUFF', 'FINDFREEZEGATE', '', 'explore', '', 50, 1),
(21, 'FIND_STUFF', 'FINDFREEZESCOREBOARD', '', 'explore', '', 50, 1),
(22, 'FIND_STUFF', 'FINDFREEZEEXITTILE', '', 'explore', '', 50, 1),
(23, 'ICE_SKATE', 'ICESKATE', '', 'explore', '', 50, 1),
(24, 'FIND_STUFF', 'FINDTAGPOLE', '', 'explore', '', 50, 1),
(25, 'ROLLER_SKATE', 'ROLLERSKATE', '', 'explore', '', 50, 1),
(26, 'FIND_STUFF', 'FINDBBCOUNTER', '', 'battleball', '', 50, 1),
(27, 'FIND_STUFF', 'FINDBBSCOREBOARD', '', 'battleball', '', 50, 1),
(28, 'GAME_JOIN_GAME', 'BBJOIN', '', 'battleball', '', 50, 1),
(29, 'GAME_BB_LOCK_TILE', 'BBLOCKTILE', '', 'battleball', '', 50, 5),
(48, 'GAME_JOIN_GAME', 'FREEZEJOIN', '', 'freeze', '', 50, 1),
(49, 'FIND_STUFF', 'FINDFREEZETILE', '', 'freeze', '', 50, 1),
(50, 'FIND_STUFF', 'FINDFREEZEBOX', '', 'freeze', '', 50, 1),
(51, 'GAME_FREEZE_THROW_BOMB', 'FREEZETHROWBOMB', '', 'freeze', '', 50, 1);

-- --------------------------------------------------------

--
-- Struttura della tabella `ranks`
--

CREATE TABLE IF NOT EXISTS `ranks` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(50) NOT NULL,
`prefix` text NOT NULL,
`suffix` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9002 ;

--
-- Dump dei dati per la tabella `ranks`
--

INSERT INTO `ranks` (`id`, `name`, `prefix`, `suffix`) VALUES
(1, 'User', '', ''),
(2, 'eXpert', '<b>', '</b>'),
(3, 'Silver Hobba', '<span style="color: #darkgreen;">', '</span>'),
(4, 'Gold Hobba', '<b style="color: #04B404;">', '</b>'),
(5, 'Trial Moderator', '<b style="color: lime">', '</b>'),
(6, 'Moderator', '<b style="color: red;">', '</b>'),
(7, 'Assistent Manager', '<span style="font-weight: bold;color:grey;background: url(http://i.imgur.com/Jnoq2.gif)">', '</span>'),
(8, 'Hotel Managment', '<span style="font-weight: bold;color:grey;background: url(http://i.imgur.com/Jnoq2.gif)">', '</span>');

-- --------------------------------------------------------

--
-- Struttura della tabella `rooms`
--

CREATE TABLE IF NOT EXISTS `rooms` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`roomtype` enum('public','private') NOT NULL DEFAULT 'private',
`caption` varchar(100) NOT NULL DEFAULT 'Room',
`owner` varchar(75) NOT NULL DEFAULT '',
`description` varchar(200) NOT NULL,
`category` int(2) NOT NULL DEFAULT '0',
`state` enum('open','locked','password') NOT NULL DEFAULT 'open',
`users_now` int(3) NOT NULL DEFAULT '0',
`users_max` int(3) NOT NULL DEFAULT '25',
`model_name` varchar(20) NOT NULL,
`public_ccts` text NOT NULL,
`score` int(6) NOT NULL DEFAULT '0',
`tags` varchar(100) NOT NULL,
`icon_bg` int(2) NOT NULL DEFAULT '1',
`icon_fg` int(2) NOT NULL DEFAULT '0',
`icon_items` varchar(10) NOT NULL DEFAULT '0.0',
`password` text NOT NULL,
`wallpaper` varchar(10) NOT NULL DEFAULT '0.0',
`floor` varchar(10) NOT NULL DEFAULT '0.0',
`landscape` varchar(10) NOT NULL DEFAULT '0.0',
`allow_pets` enum('0','1') NOT NULL DEFAULT '1',
`allow_pets_eat` enum('0','1') NOT NULL DEFAULT '0',
`allow_walkthrough` enum('0','1') NOT NULL DEFAULT '0',
`allow_hidewall` enum('1','0') NOT NULL DEFAULT '0',
`allow_rightsoverride` enum('1','0') NOT NULL DEFAULT '0',
`floorthickness` int(6) NOT NULL,
`wallthickness` int(6) NOT NULL,
`GroupId` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`) USING HASH,
KEY `owner` (`owner`) USING BTREE,
KEY `category` (`category`) USING BTREE,
KEY `caption` (`caption`) USING BTREE,
KEY `tags` (`tags`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=75 ;

--
-- Dump dei dati per la tabella `rooms`
--

INSERT INTO `rooms` (`id`, `roomtype`, `caption`, `owner`, `description`, `category`, `state`, `users_now`, `users_max`, `model_name`, `public_ccts`, `score`, `tags`, `icon_bg`, `icon_fg`, `icon_items`, `password`, `wallpaper`, `floor`, `landscape`, `allow_pets`, `allow_pets_eat`, `allow_walkthrough`, `allow_hidewall`, `allow_rightsoverride`, `floorthickness`, `wallthickness`, `GroupId`) VALUES
(1, 'public', 'El Recibidor', 'Doraemon', '', 0, 'open', 0, 25, 'model_k2', 'hh_room_nlobby', 28, '', 1, 0, '0.0', '', '0.0', '105', '0.0', '0', '0', '0', '1', '0', 0, 0, 0),
(58, 'private', 'publicidad', 'steven8442', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 0),
(59, 'private', 'Que le ha pasado a DF ._.', 'Iskander', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 0),
(60, 'private', 'xd?', 'xTalker', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 0),
(61, 'private', 'Era Rokii123 xddd', 'Rokii124', '', 0, 'open', 0, 25, 'model_f', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 0),
(62, 'private', '...', 'Short', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 0),
(63, 'private', 'Proximamente...', 'xTalker', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 0),
(64, 'private', 'Lol', 'Rokii124', '', 0, 'open', 0, 25, 'model_d', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 0),
(65, 'private', ' Nass', 'Nass', '', 0, 'open', 0, 25, 'model_e', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 0),
(66, 'private', ':emoji_relieved:f', 'Doraemon', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 0),
(67, 'private', 'qwer', 'Doraemon', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 0),
(68, 'private', 'xdd', 'Doraemon', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 4),
(70, 'private', 'Hello World', 'Doraemon', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 0),
(69, 'private', ':emoji_relieved:f', 'Doraemon', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 0),
(71, 'private', 'LAMINCHIA', 'Rollo', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 0),
(72, 'private', 'Salone di Benvenuto(OfficiaL)', 'TheRustOfClaw', 'Founder: Bloodjustice Co-founder: TheRustOfClaw', 1, 'open', 0, 50, 'model_k', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '0', '', '', '', '0', 0, 0, 0),
(73, 'private', 'salon de bienvenidoo', 'TheRustOfClaw', '', 0, 'open', 0, 25, 'model_z', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 0),
(74, 'private', 'hnmb', 'bloodjustice', '', 0, 'open', 0, 25, 'model_e', '', 0, '', 1, 0, '0.0', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', '0', 0, 0, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `room_active`
--

CREATE TABLE IF NOT EXISTS `room_active` (
`roomid` int(10) unsigned NOT NULL,
`active_users` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`roomid`),
UNIQUE KEY `roomid` (`roomid`) USING HASH,
KEY `activeusers` (`active_users`) USING HASH
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `room_active`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `room_ads`
--

CREATE TABLE IF NOT EXISTS `room_ads` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`ad_image` text NOT NULL,
`ad_image_orig` text NOT NULL,
`ad_link` text NOT NULL,
`views` int(11) NOT NULL DEFAULT '0',
`views_limit` int(11) NOT NULL DEFAULT '0' COMMENT '0 = unlimited',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `room_ads`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `room_items`
--

CREATE TABLE IF NOT EXISTS `room_items` (
`id` int(9) unsigned NOT NULL,
`room_id` int(9) unsigned NOT NULL,
`base_item` int(5) unsigned NOT NULL,
`extra_data` text NOT NULL,
`x` int(3) NOT NULL,
`y` int(3) NOT NULL,
`z` double NOT NULL,
`rot` int(1) NOT NULL,
`wall_pos` char(20) NOT NULL,
PRIMARY KEY (`id`),
KEY `room_id` (`room_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=FIXED;

--
-- Dump dei dati per la tabella `room_items`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `room_items_moodlight`
--

CREATE TABLE IF NOT EXISTS `room_items_moodlight` (
`item_id` int(10) unsigned NOT NULL,
`enabled` enum('0','1') NOT NULL DEFAULT '0',
`current_preset` int(11) NOT NULL,
`preset_one` text NOT NULL,
`preset_two` text NOT NULL,
`preset_three` text NOT NULL,
PRIMARY KEY (`item_id`),
KEY `item_id` (`item_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `room_items_moodlight`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `room_items_songs`
--

CREATE TABLE IF NOT EXISTS `room_items_songs` (
`item_id` int(10) unsigned NOT NULL,
`room_id` int(10) unsigned NOT NULL,
`song_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`item_id`,`room_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `room_items_songs`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `room_links`
--

CREATE TABLE IF NOT EXISTS `room_links` (
`roomid` int(9) unsigned NOT NULL,
`toroomid` int(9) unsigned NOT NULL,
`fromx` int(2) NOT NULL,
`fromy` int(2) NOT NULL,
`tox` int(2) NOT NULL,
`toy` int(2) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `room_links`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `room_links_copy`
--

CREATE TABLE IF NOT EXISTS `room_links_copy` (
`roomid` int(9) unsigned NOT NULL,
`toroomid` int(9) unsigned NOT NULL,
`fromx` int(2) NOT NULL,
`fromy` int(2) NOT NULL,
`tox` int(2) NOT NULL,
`toy` int(2) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `room_links_copy`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `room_models`
--

CREATE TABLE IF NOT EXISTS `room_models` (
`id` varchar(100) NOT NULL,
`door_x` int(11) NOT NULL,
`door_y` int(11) NOT NULL,
`door_z` double NOT NULL,
`door_dir` int(4) NOT NULL DEFAULT '2',
`heightmap` text NOT NULL,
`public_items` text NOT NULL,
`club_only` enum('0','1') NOT NULL DEFAULT '0',
`poolmap` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `room_models`
--

INSERT INTO `room_models` (`id`, `door_x`, `door_y`, `door_z`, `door_dir`, `heightmap`, `public_items`, `club_only`, `poolmap`) VALUES
('model_a', 3, 5, 0, 2, 'xxxxxxxxxxxx\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0', ''),
('model_b', 0, 5, 0, 2, 'xxxxxxxxxxxx\r\nxxxxx0000000\r\nxxxxx0000000\r\nxxxxx0000000\r\nxxxxx0000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0', ''),
('model_c', 4, 7, 0, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0', ''),
('model_d', 4, 7, 0, 2, 'xxxxxxxxxxxx\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxxxxxxxxx', '', '0', ''),
('model_e', 1, 5, 0, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0', ''),
('model_f', 2, 5, 0, 2, 'xxxxxxxxxxxx\r\nxxxxxxx0000x\r\nxxxxxxx0000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nx0000000000x\r\nx0000000000x\r\nx0000000000x\r\nx0000000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0', ''),
('model_i', 0, 10, 0, 2, 'xxxxxxxxxxxxxxxxx\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nxxxxxxxxxxxxxxxxx', '', '0', ''),
('model_j', 0, 10, 0, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0', ''),
('model_k', 0, 13, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0', ''),
('model_l', 0, 16, 0, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0', ''),
('model_m', 0, 15, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0', ''),
('model_n', 0, 16, 0, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx000000xxxxxxxx000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000xxxxxxxx000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0', ''),
('model_g', 1, 7, 1, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxx1111000000\r\nxx1111000000\r\nxx1111000000\r\nxx1111000000\r\nxx1111000000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '1', ''),
('model_q', 10, 4, 2, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx2222xxxxxxxxxxxxxx\r\nx2222xxxxxxxxxxxxxx\r\nx2222211111xx000000\r\nx222221111110000000\r\nx222221111110000000\r\nx2222211111xx000000\r\nxx22xxx1111xxxxxxxx\r\nxx11xxx1111xxxxxxxx\r\nx1111xx1111xx000000\r\nx1111xx111110000000\r\nx1111xx111110000000\r\nx1111xx1111xx000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1', ''),
('model_o', 0, 18, 1, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx00000000xxxx\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', ''),
('model_r', 10, 4, 3, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxx333333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nx4444433333xxxxxxxxxxxxxx\r\nx4444433333xxxxxxxxxxxxxx\r\nx44444333333222xx000000xx\r\nx44444333333222xx000000xx\r\nxxx44xxxxxxxx22xx000000xx\r\nxxx33xxxxxxxx11xx000000xx\r\nxxx33322222211110000000xx\r\nxxx33322222211110000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', ''),
('model_p', 0, 23, 2, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx22222222xxxx\r\nxxxxxxx11111111xxxx\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx2222xx11111111xxxx\r\nx2222xx00000000xxxx\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\n22222xx000000000000\r\nx2222xx000000000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1', ''),
('model_h', 4, 4, 1, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '1', ''),
('old_skool', 2, 1, 0, 2, 'xx0xxxxxxxxxxxxxx\r\n0000000xxx00000xx\r\n0000000x0000000xx\r\n0000000xxxxxxxxxx\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n00000000000000000\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x', 'SLHk49mobiles_chair3QBPAHHHk410mobiles_chair3RBPAHHHk411mobiles_chair3SBPAHHHk412mobiles_chair3PCPAHHHe101mobiles_chair1IRBHPAHe1010mobiles_chair1RBRBHPAHe110mobiles_chair1HSBHJHb111mobiles_table2ISBHHHc112mobiles_table3JSBHHHe113mobiles_chair1KSBHRAHb1110mobiles_table2RBSBHHHc1111mobiles_table3SBSBHHHa121mobiles_table1IPCHHHd122mobiles_table4JPCHHHe129mobiles_chair1QBPCHJHa1210mobiles_table1RBPCHHHd1211mobiles_table4SBPCHHHe1212mobiles_chair1PCPCHRAHe131mobiles_chair1IQCHHHe1311mobiles_chair1SBQCHHHe150mobiles_chair1HSCHPAHe170mobiles_chair1HQDHJHb171mobiles_table2IQDHHHc172mobiles_table3JQDHHHe173mobiles_chair1KQDHRAHa181mobiles_table1IRDHHHd182mobiles_table4JRDHHHe192mobiles_chair1JSDHHHe211mobiles_chair1IQEHPAHb216mobiles_table2RAQEHHHc217mobiles_table3SAQEHHHe2112mobiles_chair1PCQEHPAHe220mobiles_chair1HREHJHb221mobiles_table2IREHHHc222mobiles_table3JREHHHe223mobiles_chair1KREHRAHe225mobiles_chair1QAREHJHa226mobiles_table1RAREHHHd227mobiles_table4SAREHHHe228mobiles_chair1PBREHRAHe2211mobiles_chair1SBREHJHb2212mobiles_table2PCREHHHc2213mobiles_table3QCREHHHe2214mobiles_chair1RCREHRAHa231mobiles_table1ISEHHHd232mobiles_table4JSEHHHa2312mobiles_table1PCSEHHHd2313mobiles_table4QCSEHHHe241mobiles_chair1IPFHHHe247mobiles_chair1SAPFHPAHe2413mobiles_chair1QCPFHH', '0', ''),
('pizza', 5, 27, 1, 2, 'xxxxxxxxx0000000\r\nx11111x1xx000000\r\n11xxxxx111x00000\r\n11x1111111xx0000\r\n11x1111111100000\r\nxxx1111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n11111111111xxxxx\r\n1111111111xxxxxx\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n11xx11xx11111111\r\nxxxx11xxxxxxxxxx\r\nxxxx11xxxxxxxxxx', 'QGHa015pizza_plant1SCHHJHe314pizza_sofa1RCKHPAHE315pizza_sofa2SCKHPAHc515pizza_tableSCQAHJHb60pizza_plant2HRAIJHf614pizza_sofa3RCRAHHHF615pizza_sofa4SCRAHHHd81pizza_chairIPBIPAHd82pizza_chairJPBIPAHc102pizza_tableJRBIJHe1014pizza_sofa1RCRBHPAHE1015pizza_sofa2SCRBHPAHd111pizza_chairISBIHHd112pizza_chairJSBIHHc1215pizza_tableSCPCHJHf1314pizza_sofa3RCQCHHHF1315pizza_sofa4SCQCHHHd161pizza_chairIPDIPAHd162pizza_chairJPDIPAHc182pizza_tableJRDIJHd191pizza_chairISDIHHd192pizza_chairJSDIHHd2111pizza_chairSBQEIJHd2114pizza_chairRCQEIRAHd2211pizza_chairSBREIJHc2213pizza_tableQCREIHHd2214pizza_chairRCREIRAHa250pizza_plant1HQFIJHa2515pizza_plant1SCQFIJ', '0', ''),
('pub_a', 15, 25, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222222111xxx\r\nxxxxxxxxx2222222222111xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333333332222222222000xxx\r\nxxxxx31111112222222000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', 'SWHS119pub_sofa2SDIIPAHs120pub_sofaPEIIPAHs121pub_sofaQEIIPAHq211bardesk1SBJJHHc212pub_chairPCJJRAHQ311bardesk2SBKJHHq411bardesk1SBPAJHHc412pub_chairPCPAJRAHQ511bardesk2SBQAJHHf518pub_fenceRDQAJIHq611bardesk1SBRAJHHc612pub_chairPCRAJRAHf618pub_fenceRDRAJHHQ711bardesk2SBSAJHHf718pub_fenceRDSAJHHq811bardesk1SBPBJHHc812pub_chairPCPBJRAHf818pub_fenceRDPBJHHw910bardesk4RBQBJHHW911bardesk3SBQBJHHf918pub_fenceRDQBJHHf1018pub_fenceRDRBJHHC112pub_chair2JSBKPAHC113pub_chair2KSBKPAHC115pub_chair2QASBKPAHC116pub_chair2RASBKPAHf118pub_fencePBSBKIHf1118pub_fenceRDSBJHHf128pub_fencePBPCKHHf1218pub_fenceRDPCJHHf138pub_fencePBQCKHHC139pub_chair2QBQCJJHk1314pub_chair3RCQCJJHT1315pub_table2SCQCJIHk1316pub_chair3PDQCJRAHf1318pub_fenceRDQCJHHf148pub_fencePBRCKJHC149pub_chair2QBRCJJHk1414pub_chair3RCRCJJHT1415pub_table2SCRCJJHk1416pub_chair3PDRCJRAHf1418pub_fenceRDRCJHHt151pub_tableISCKHHf155pub_fenceQASCKIHf1518pub_fenceRDSCJHHS161pub_sofa2IPDKJHf165pub_fenceQAPDKHHf1618pub_fenceRDPDJHHs171pub_sofaIQDKJHf175pub_fenceQAQDKHHk1713pub_chair3QCQDJPAHk1714pub_chair3RCQDJPAHk1715pub_chair3SCQDJPAHk1716pub_chair3PDQDJPAHf1718pub_fenceRDQDJHHs181pub_sofaIRDKJHf185pub_fenceQARDKHHT1813pub_table2QCRDJQAHT1814pub_table2RCRDJRAHT1815pub_table2SCRDJRAHT1816pub_table2PDRDJPAHf1818pub_fenceRDRDJHHs192pub_sofaJSDKHHS193pub_sofa2KSDKHHf195pub_fenceQASDKHHk1913pub_chair3QCSDJHHk1914pub_chair3RCSDJHHk1915pub_chair3SCSDJHHk1916pub_chair3PDSDJHHf1918pub_fenceRDSDJHHf201pub_fenceIPEKQAHf202pub_fenceJPEKRAHf203pub_fenceKPEKRAHf204pub_fencePAPEKRAHf205pub_fenceQAPEKKHf2018pub_fenceRDPEJHHS217pub_sofa2SAQEIPAHs218pub_sofaPBQEIPAHf2112pub_fencePCQEJQAHf2113pub_fenceQCQEJRAHf2114pub_fenceRCQEJRAHf2115pub_fenceSCQEJRAHf2116pub_fencePDQEJRAHf2117pub_fenceQDQEJRAHf2118pub_fenceRDQEJKHS226pub_sofa2RAREIJHt2215pub_tableSCREHHHC2216pub_chair2PDREHPAHC2217pub_chair2QDREHPAHs236pub_sofaRASEIJHT238pub_table2PBSEIIHs246pub_sofaRAPFIJHT248pub_table2PBPFIHHs256pub_sofaRAQFIJHT258pub_table2PBQFIJ', '0', ''),
('newbie_lobby', 2, 11, 0, 2, 'xxxxxxxxxxxxxxxx000000\r\nxxxxx0xxxxxxxxxx000000\r\nxxxxx00000000xxx000000\r\nxxxxx000000000xx000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\nxxxxx000000000000000xx\r\nxxxxx000000000000000xx\r\nx0000000000000000000xx\r\nx0000000000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxxx0000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxx000000000000xxxxx\r\nxxxxx000000000000xxxxx', 'SOHa016crl_lampPDHHHHy017crl_sofa2cQDHHPAHw018crl_sofa2bRDHHPAHv019crl_sofa2aSDHHPAHa020crl_lampPEHHHHb116crl_chairPDIHJHa27crl_lampSAJHHHa211crl_lampSBJHHHb216crl_chairPDJHJHc35crl_pillarQAKHHHb37crl_chairSAKHJHu39crl_table1bQBKHHHs311crl_sofa1cSBKHRAHb316crl_chairPDKHJHA319crl_table2bSDKHHHz320crl_table2aPEKHHHa40crl_lampHPAHHHy41crl_sofa2cIPAHPAHw42crl_sofa2bJPAHPAHv43crl_sofa2aKPAHPAHa44crl_lampPAPAHHHt49crl_table1aQBPAHHHr411crl_sofa1bSBPAHRAHh415crl_wall2aSCPAHHHa416crl_lampPDPAHHHb50crl_chairHQAHJHb57crl_chairSAQAHJHq511crl_sofa1aSBQAHRAHA62crl_table2bJRAHHHz63crl_table2aKRAHHHa611crl_lampSBRAHHHb70crl_chairHSAHJHa80crl_lampHPBHHHD81crl_sofa3cIPBHHHC82crl_sofa3bJPBHHHB83crl_sofa3aKPBHHHa84crl_lampPAPBHHHo819crl_barchair2SDPBHHHp820crl_tablebarPEPBHHHo821crl_barchair2QEPBHHHE95crl_pillar2QAQBHHHc99crl_pillarQBQBHHHP158crl_desk1aPBSCHHHO159crl_deskiQBSCHHHN1510crl_deskhRBSCHHHM1610crl_deskgRBPDHHHL1710crl_deskfRBQDHHHK1810crl_deskeRBRDHHHK1910crl_deskeRBSDHHHK2010crl_deskeRBPEHHHK2110crl_deskeRBQEHHHK2210crl_deskeRBREHHHK2310crl_deskeRBSEHHHG247crl_wallbSAPFHHHK2410crl_deskeRBPFHHHF257crl_wallaSAQFHHHH258crl_desk1bPBQFHHHI259crl_desk1cQBQFHHHJ2510crl_desk1dRBQFHHHd2712crl_lamp2PCSFHHHf2713crl_cabinet2QCSFHHHe2714crl_cabinet1RCSFHHHd2715crl_lamp2SCSFHH', '0', ''),
('tearoom', 21, 19, 1, 6, 'xxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxx3333x33333333x\r\n333333xx3333x33333333x\r\n3333333x3333x33333333x\r\n3333333x3333x33333333x\r\n3333333xxxxxx33333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n33333333111x333333333x\r\n33333333111x333333333x\r\n33333333111x333333333x\r\nxxxxxxxx111xxxxxxxxxxx\r\n11111111111111111111xx\r\n1111111111111111111111\r\n1111111111111111111111\r\n11111111111111111111xx', 'QIHh113hardwoodsofa1QCIKPAHi114hardwoodsofa2RCIKPAHj115hardwoodsofa3SCIKPAHc116teabambooPDIKHHh118hardwoodsofa1RDIKPAHi119hardwoodsofa2SDIKPAHj120hardwoodsofa3PEIKPAHl313teasmalltable1QCKKHHk315teasmalltable2SCKKHHl318teasmalltable1RDKKHHk320teasmalltable2PEKKHHe62teastoolJRAKPAHe63teastoolKRAKPAHf68chinastoolredPBRAKPAHf69chinastoolredQBRAKPAHf610chinastoolredRBRAKPAHf611chinastoolredSBRAKPAHa82teatable1JPBKHHb83teatable2KPBKHHm92teastool2JQBKHHm93teastool2KQBKHHe916teastoolPDQBKPAHe917teastoolQDQBKPAHa1116teatable1PDSBKHHb1117teatable2QDSBKHHe122teastoolJPCKPAHe123teastoolKPCKPAHm1216teastool2PDPCKHHm1217teastool2QDPCKHHa142teatable1JRCKHHb143teatable2KRCKHHm152teastool2JSCKHHm153teastool2KSCKHHd180teavaseHRDIHHg190chinastoolgreenHSDIJHg200chinastoolgreenHPEIJHd210teavaseHQEIH', '0', ''),
('rooftop', 17, 12, 4, 2, '44xxxxxxxxxxxxxxxxxx\r\n444xxxxxxxxxxx444444\r\n4444xxxxxxxxxx444444\r\n44444xxxx4xxxx444444\r\n444444xxx44xxx444444\r\n44444444444444444444\r\n44444444444444444444\r\n44444444444444444444\r\n44444444xx44xx44xx44\r\n44444444xx44xx44xx44\r\n44444444444444444444\r\n44444444444444444444\r\n44444444444444444444\r\nx444444x444444xx4444\r\nx444444x444444xx333x\r\nx444444x444444xx222x\r\nx444444x444444xx11xx\r\nx444444x444444xxxxxx', 'PKHa10rooftop_minichairHIPAPAHd116rooftop_flatcurbPDIPAPAHe117rooftop_flatcurb2QDIPAPAHc20rooftop_rodtableHJPAHHa21rooftop_minichairIJPARAHa30rooftop_minichairHKPAHHd416rooftop_flatcurbPDPAPAHHe417rooftop_flatcurb2QDPAPAHHa62rooftop_minichairJRAPAPAHa71rooftop_minichairISAPAJHc72rooftop_rodtableJSAPAHHa73rooftop_minichairKSAPARAHa82rooftop_minichairJPBPAHHa90rooftop_minichairHQBPAPAHb100rooftop_emptytableHRBPAHHa110rooftop_minichairHSBPAHHd131rooftop_flatcurbIQCPAJHd136rooftop_flatcurbRAQCPARAHd138rooftop_flatcurbPBQCPAJHd1313rooftop_flatcurbQCQCPARAHf141rooftop_flatcurb3IRCPAJHf146rooftop_flatcurb3RARCPARAHf148rooftop_flatcurb3PBRCPAJHf1413rooftop_flatcurb3QCRCPARAHf151rooftop_flatcurb3ISCPAJHf156rooftop_flatcurb3RASCPARAHf158rooftop_flatcurb3PBSCPAJHf1513rooftop_flatcurb3QCSCPARAHf161rooftop_flatcurb3IPDPAJHf166rooftop_flatcurb3RAPDPARAHf168rooftop_flatcurb3PBPDPAJHf1613rooftop_flatcurb3QCPDPARAHg171rooftop_flatcurb4IQDPAHHf172rooftop_flatcurb3JQDPAHHf173rooftop_flatcurb3KQDPAHHf174rooftop_flatcurb3PAQDPAHHf175rooftop_flatcurb3QAQDPAHHh176rooftop_flatcurb5RAQDPAHHg178rooftop_flatcurb4PBQDPAHHf179rooftop_flatcurb3QBQDPAHHf1710rooftop_flatcurb3RBQDPAHHf1711rooftop_flatcurb3SBQDPAHHf1712rooftop_flatcurb3PCQDPAHHh1713rooftop_flatcurb5QCQDPAH', '0', ''),
('rooftop_2', 4, 9, 0, 2, 'x0000x000\r\nxxxxxx000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\nxxx000xxx\r\nxxx000xxx', 'RDHk08rooftop_bigchairPBHHPAHl18rooftop_bigtablePBIHHHj20rooftop_sofabHJHPAHi21rooftop_sofaIJHPAHk28rooftop_bigchairPBJHHHk38rooftop_bigchairPBKHPAHl48rooftop_bigtablePBPAHHHj50rooftop_sofabHQAHHHi51rooftop_sofaIQAHHHk58rooftop_bigchairPBQAHHHj60rooftop_sofabHRAHPAHi61rooftop_sofaIRAHPAHj67rooftop_sofabSARAHPAHi68rooftop_sofaPBRAHPAHj90rooftop_sofabHQBHHHi91rooftop_sofaIQBHHHj97rooftop_sofabSAQBHHHi98rooftop_sofaPBQBHH', '0', ''),
('star_lounge', 37, 36, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx2222x4444442222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222x444x32222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222xx4xx22222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222221111xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333xx2x22222220000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx333333332222222000000xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx333333332222222x0000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx33333332222222x0000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx222222000000xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'PXHk1521star_tableQESCJHHa1522star_sofaRESCJPAHb1523star_sofa2SESCJPAHz1524palmPFSCJHHb1621star_sofa2QEPDJJHQ1632dj1PHPDJHHW1633dj2QHPDJHHE1634dj3RHPDJHHa1721star_sofaQEQDJJHm1728star_microphonePGQDPAHHb1821star_sofa2QERDJJHa1835star_sofaSHRDJRAHa1921star_sofaQESDJJHb1935star_sofa2SHSDJRAHb2021star_sofa2QEPEJJHb2024star_sofa2PFPEJJHa2032star_sofaPHPEJRAHa2035star_sofaSHPEJRAHa2121star_sofaQEQEJJHa2124star_sofaPFQEJJHb2132star_sofa2PHQEJRAHb2135star_sofa2SHQEJRAHc2221star_sofachairQEREJJHk2224star_tablePFREJHHb2225star_sofa2QFREJHHa2226star_sofaRFREJHHb2230star_sofa2RGREJHHa2231star_sofaSGREJHHk2232star_tablePHREJHHk2235star_tableSHREJHHz2321palmQESEJHHa2335star_sofaSHSEJRAHp2422bar10REPFJHHb2435star_sofa2SHPFJRAHa2437star_sofaQIPFIPAHb2438star_sofa2RIPFIPAHa2439star_sofaSIPFIPAHb2440star_sofa2PJPFIPAHo2522bar9REQFJHHb2525star_sofa2QFQFJHHa2526star_sofaRFQFJHHb2530star_sofa2RGQFJHHa2531star_sofaSGQFJHHa2535star_sofaSHQFJRAHb2536star_sofa2PIQFIJHi2622bar8RERFJHHX2625palm1QFRFJHHV2626palm3RFRFJHHC2630palm2RGRFJHHB2631palm4SGRFJHHb2635star_sofa2SHRFJRAHa2636star_sofaPIRFIJHk2639star_tableSIRFIHHk2640star_tablePJRFIHHu2722bar7RESFJHHa2725star_sofaQFSFJPAHb2726star_sofa2RFSFJPAHa2730star_sofaRGSFJPAHb2731star_sofa2SGSFJPAHk2735star_tableSHSFJHHz2736palmPISFIHHk2737star_tableQISFIHHy2822bar6REPGJHHt2922bar5REQGJHHk2925star_tableQFQGJHHk2926star_tableRFQGJHHk3016star_tablePDRGKHHr3022bar4RERGJHHb3116star_sofa2PDSGKJHe3122bar3RESGJHHb3125star_sofa2QFSGJHHa3126star_sofaRFSGJHHa3130star_sofaRGSGJRAHa3216star_sofaPDPHKJHw3222bar2REPHJHHB3225palm4QFPHJHHX3226palm1RFPHJHHb3230star_sofa2RGPHJRAHb3316star_sofa2PDQHKJHq3322bar1REQHJHHa3325star_sofaQFQHJPAHb3326star_sofa2RFQHJPAHa3330star_sofaRGQHJRAHa3416star_sofaPDRHKJHb3430star_sofa2RGRHJRAHV3435palm3SHRHHHHC3436palm2PIRHHHHk3516star_tablePDSHKHHa3530star_sofaRGSHJRAHb3630star_sofa2RGPIJRAHc3725star_sofachairQFQIJHHb3726star_sofa2RFQIJHHa3727star_sofaSFQIJHHb3728star_sofa2PGQIJHHa3729star_sofaQGQIJHHk3730star_tableRGQIJH', '0', ''),
('netcafe', 22, 12, 0, 2, 'xxxxx1111xxxxxxxxxxx1xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxxxxx0000000000000xxxx\r\n111111100000000000000xxxx\r\n111111100000000000000xxxx\r\n111111100000000000000xxxx\r\nxxxx11100000000000000xxxx\r\nx1xx11100000000000000xxxx\r\nx1xx11100000000000000xxxx\r\nx1xx111000000000000000000\r\nx1xx111000000000000000000\r\nxxxx111000000000000000000\r\nxxxx11100000000000000xxxx\r\nxxxx1110000000xx11111xxxx\r\nxxxxx111110000x111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxx1111100001111111xxxx', 'RRHi06shift1RAHIPAHj07shift2SAHIPAHm110mRBIIHHl113lQCIIHHk116kPDIIHHk119kSDIIHHh35kukat6QAKIHHg36kukat5RAKIHHc312kukat2PCKIHHb313kukat1QCKIHHc319kukat2SDKIHHb320kukat1PEKIHHi412shift1PCPAHPAHj413shift2QCPAHPAHi419shift1SDPAHPAHj420shift2PEPAHPAHi50shift1HQAIPAHj51shift2IQAIPAHi52shift1JQAIPAHj53shift2KQAIPAHk715kSCSAHJHo716table2PDSAHRAHz717tablecornerQDSAHHHm718mRDSAHRAHl815lSCPBHJHo816table2PDPBHPAHl818lRDPBHRAHm94mPAQBIRAHk99kQBQBHJHp910table3RBQBHRAHz911tablecornerSBQBHHHm912mPCQBHRAHk915kSCQBHJHo916table2PDQBHJHk918kRDQBHRAHk104kPARBIRAHm109mQBRBHJHp1010table3RBRBHPAHm1012mPCRBHRAHm1015mSCRBHJHo1016table2PDRBHHHk1018kRDRBHRAHl114lPASBIRAHl119lQBSBHJHp1110table3RBSBHJHl1112lPCSBHRAHk124kPAPCIRAHl129lQBPCHJHp1210table3RBPCHHHk1212kPCPCHRAHm134mPAQCIRAHc165kukat2QAPDIHHb166kukat1RAPDIHHc167kukat2SAPDIHHb168kukat1PBPDIHHe169kukat3QBPDIHHd1615kukka2SCPDIHHf179kukat4QBQDIHHk186kRARDIRAHe189kukat3QBRDIHHs1820sofabig3PERDIRAHf199kukat4QBSDIHHn1917table1QDSDIPAHz1918tablecornerRDSDIHHr1920sofabig2PESDIRAHn2017table1QDPEIJHr2020sofabig2PEPEIRAHm216mRAQEIRAHn2117table1QDQEIHHq2120sofabig1PEQEIRAHv2316sofalittle3PDSEIHHu2317sofalittle2QDSEIHHt2318sofalittle1RDSEIHHa2320kukkaPESEIH', '0', ''),
('dusty_lounge', 14, 1, 2, 4, 'xxxxxxxxxxxxxx22xxxxxxxxxxxxx\r\nxxxxxxxxxx222x222x2xxxxxxxxxx\r\nxxxxxxx33322222222223xxxxxxx3\r\nxxxxxxx33322222222223xxxxxxx3\r\nxxxxxxx33322222222223x33333x3\r\nxxxxxxx33322222222223x33333x3\r\nxx111xx33322222222223xxxxxxx3\r\nxx111xxx332222222222333333333\r\nxx111xxxx32222222222333333333\r\nxx111xxxxxx222222222333333333\r\nxx111xxxxxxx1111111x333333333\r\nxx111xxxxxxx1111111x222222222\r\nxx111xxxxxx111111111111111111\r\nxx111xxxxxx111111111111111111\r\n11111xxxxxx111111111111111111\r\n11111xxxxxx111111111111111111\r\n11x11xxxxxx111111111111111111\r\n11xxxxxxxxx11111111111111111x\r\nx11xxxxxxxxx1111111x1111111xx\r\nxx11xxxxxxx111111111111111xxx\r\nxxx11xxxxxx11111111111111xxxx\r\nxxxx11111111111111111111xxxxx\r\nxxxxx11111111111111xxxxxxxxxx\r\nxxxxxxxxxxx11111111xxxxxxxxxx\r\nxxxxxxxxxxx11111111xxxxxxxxxx', 'QHHc48greenchair2PBPAKPAHd49greenchair1QBPAKPAHc68greenchair2PBRAKHHd69greenchair1QBRAKHHa620dustylampPERAKJHa628dustylampPGRAKJHc73greenchair2KSAIPAHd74greenchair1PASAIPAHc93greenchair2KQBIHHd94greenchair1PAQBIHHb1021yellowchairQERBKJHb1023yellowchairSERBKRAHb1026yellowchairRFRBKJHb1028yellowchairPGRBKRAHc1211greenchair2SBPCIJHc133greenchair2KQCIPAHd134greenchair1PAQCIPAHd1311greenchair1SBQCIJHa1411dustylampSBRCIJHc153greenchair2KSCIHHd154greenchair1PASCIHHc1511greenchair2SBSCIJHb1524yellowchairPFSCIPAHd1611greenchair1SBPDIJHb1722yellowchairREQDIJHa1724dustylampPFQDIJHb1726yellowchairRFQDIRAHa1911dustylampSBSDIJHb1924yellowchairPFSDIHHc2312greenchair2PCSEIJHc2314greenchair2RCSEIRAHd2412greenchair1PCPFIJHd2414greenchair1RCPFIRA', '0', ''),
('orient', 35, 22, 0, 6, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx00000000xxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xx000x000xx111x111xxx\r\nxxxxxxxxxxxxxx1xx000x000xxxxxx1111xx\r\nxxxxxxxxxxxxxx1xx000x000x111111111xx\r\nxxxxxxxxxxxxxx1xx000x000x111111111xx\r\nxxx111111111111xx000x000x111111111xx\r\nxxx1xxxxxxxxxxxxx000x000x111111111xx\r\nxxx1x1111111111000000000x111111111xx\r\nxxx1x1111111111000000000xx1111111xxx\r\nxxx1x11xxxxxx11000000000xx1111111100\r\nxxx111xxxxxxx11000000000011111111100\r\nxxx111xxxxxxx11000000000011111111100\r\nxxxxx1xxxxxxx11000000000011111111100\r\nxxxxx11xxxxxx11000000000xx1111111100\r\nxxxxx1111111111000000000xx1111111xxx\r\nxxxxx1111111111xx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x00xx11xxxx111xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxx11111111xx', 'SOHd1017benchQDRBHJHd1019benchSDRBHRAHd1021benchQERBHJHd1023benchSERBHRAHd1117benchQDSBHJHd1119benchSDSBHRAHd1121benchQESBHJHd1123benchSESBHRAHb1132koc_chairPHSBIPAHd1217benchQDPCHJHd1219benchSDPCHRAHd1221benchQEPCHJHd1223benchSEPCHRAHb1231koc_chairSGPCIJHa1232koc_tablePHPCIHHb1233koc_chairQHPCIRAHd1317benchQDQCHJHd1319benchSDQCHRAHd1321benchQEQCHJHd1323benchSEQCHRAHb1325koc_chairQFQCIPAHb1332koc_chairPHQCIHHd1417benchQDRCHJHd1419benchSDRCHRAHd1421benchQERCHJHd1423benchSERCHRAHa1425koc_tableQFRCIHHb1426koc_chairRFRCIRAHd1517benchQDSCHJHd1519benchSDSCHRAHd1521benchQESCHJHd1523benchSESCHRAHb1525koc_chairQFSCIHHb1529koc_chairQGSCIJHa1530koc_tableRGSCIHHb1531koc_chairSGSCIRAHb1630koc_chairRGPDIHHc2425chairf1QFPFIJHc2433chairf1QHPFIRAHd2517benchQDQFHJHd2519benchSDQFHRAHd2521benchQEQFHJHd2523benchSEQFHRAHc2525chairf1QFQFIJHc2533chairf1QHQFIRAHd2617benchQDRFHJHd2619benchSDRFHRAHd2621benchQERFHJHd2623benchSERFHRAHc2625chairf1QFRFIJHc2633chairf1QHRFIRAHd2717benchQDSFHJHd2719benchSDSFHRAHd2721benchQESFHJHd2723benchSESFHRAHd2817benchQDPGHJHd2819benchSDPGHRAHd2821benchQEPGHJHd2823benchSEPGHRAHd2917benchQDQGHJHd2919benchSDQGHRAHd2921benchQEQGHJHd2923benchSEQG`hFFRA', '0', ''),
('custom_model', 0, 0, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxx\r\nxxxxxxxxxxx000000000000000xxx\r\nxxxxxxxxxx00000000000000000xx\r\nxxxxxxxxxx00000000000000000xx\r\nxxxxxxxxxx00000000000000000xx\r\nxxxxxxxxxx11111111111111111xx\r\nxxxxxxxxxx22222222222222222xx\r\nxxxxxxxxxx22222222222222222xx\r\nxxxxxxxxxx22222222222222222xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0', ''),
('theater', 20, 27, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxx111111111xxxxxxx\r\nxxxxxxx11111111100000xx\r\nxxxx00x11111111100000xx\r\nxxxx00x11111111100000xx\r\n4xxx00x11111111100000xx\r\n4440000xxxxxxxxx00000xx\r\n444000000000000000000xx\r\n4xx000000000000000000xx\r\n4xx0000000000000000000x\r\n44400000000000000000000\r\n44400000000000000000000\r\n44x00000000000000000000\r\n44x11111111111111111000\r\n44x11111111111111111000\r\n33x11111111111111111000\r\n22x11111111111111111000\r\n22x11111111111111111000\r\n22x11111111111111111000\r\n22x11111111111111111000\r\n22x11111111111111111000\r\n22211111111111111111000\r\n22211111111111111111000\r\nxxxxxxxxxxxxxxxxxxxx00x\r\nxxxxxxxxxxxxxxxxxxxx00x', 'QKHm1011micSBRBIHHd112thchair2JSBPAJHd122thchair2JPCPAJHd152thchair2JSCPAJHc156thchair1RASCHHHc157thchair1SASCHHHc158thchair1PBSCHHHc159thchair1QBSCHHHc1510thchair1RBSCHHHc1512thchair1PCSCHHHc1513thchair1QCSCHHHc1514thchair1RCSCHHHc1515thchair1SCSCHHHc1516thchair1PDSCHHHd162thchair2JPDPAJHc206thchair1RAPEIHHc207thchair1SAPEIHHc208thchair1PBPEIHHc209thchair1QBPEIHHc2010thchair1RBPEIHHc2012thchair1PCPEIHHc2013thchair1QCPEIHHc2014thchair1RCPEIHHc2015thchair1SCPEIHHc2016thchair1PDPEIHHc236thchair1RASEIHHc237thchair1SASEIHHc238thchair1PBSEIHHc239thchair1QBSEIHHc2310thchair1RBSEIHHc2312thchair1PCSEIHHc2313thchair1QCSEIHHc2314thchair1RCSEIHHc2315thchair1SCSEIHHc2316thchair1PDSEIHHc266thchair1RARFIHHc267thchair1SARFIHHc268thchair1PBRFIHHc269thchair1QBRFIHHc2610thchair1RBRFIHHc2612thchair1PCRFIHHc2613thchair1QCRFIHHc2614thchair1RCRFIHHc2615thchair1SCRFIHHc2616thchair1PDRFIH', '0', ''),
('picnic', 16, 5, 2, 4, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxx22222xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\n22xxxxxxxxxxxxx22xxxxxxxxxxxxxxxxxxxxx\r\n2222222222222222222x222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222xxx222222222222222222222222\r\n2222222222xx33x22222222222222222222222\r\n222222222xx3333x2222222222222222222222\r\n222222222x333333x222222222222222222222\r\n222222222x333333x222222222222222222222\r\n2222222222x3332x2222222222222222222222\r\n22222222222x33x22222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222x22222xxxx22222222222222222222\r\n22222222222222xxxx22222222222222222222\r\n22222222222222xxx22222222222222222x222\r\n2222222222222222222222222222222222x222\r\n2222222222222222222222222222222222x222\r\n2222222222222222222222222222222222x222\r\n2222222222222222222222222222222222x222\r\n22222222222222222222222x2222222222x222\r\n22222222222222222222222x2222222222x222\r\nx2222222222222222222222x222222222xx222\r\n2x222222222222222222222x22222222222222\r\n2x222222222222222222222x22222222222222\r\n22x22222222222222222222x22222222222222\r\n222x2222222222222222222x22222222222222\r\n2222x222222222222222222x22222222222222\r\n22222x22222222222222222x22222222222222\r\n222222x2222222222222222x22222222222222\r\n2222222x222222222222222x22222222222222\r\n22222222x22222222222222x22222222222222\r\n222222222xxxxxxxxxxxxxxx22222222222222\r\n2222222222xxxxxxxxxxxxxx22222222222222', 'PcHh710hedge7RBSAJPAHh711hedge7SBSAJPAHh712hedge7PCSAJPAHh713hedge7QCSAJPAHy714hedge8RCSAJPAHs718hedge2RDSAJPAHh719hedge7SDSAJPAHh720hedge7PESAJPAHh721hedge7QESAJPAHz814hedge9RCPBJPAHz818hedge9RDPBJPAHv93hedge5KQBJPAHz103hedge9KRBJPAHc1112picnic_dummychair1PCSBKPAHc1113picnic_dummychair1QCSBKPAHc1114picnic_dummychair1RCSB`hFFPAHc1310picnic_dummychair1RBQCKJHc1315picnic_dummychair1SCQCKRAHb1321picnic_groundQEQCJPAHb147picnic_groundSARCJPAHc1410picnic_dummychair1RBRCKJHc1415picnic_dummychair1SCRCKRAHb1519picnic_groundSDSCJJHb1523picnic_groundSESCJRAHb165picnic_groundQAPDJJHb169picnic_groundQBPDJRAHL1620picnic_cloth1PEPDJJHL176picnic_cloth1RAQDJJHb1721picnic_groundQEQDJHHb187picnic_groundSARDJHHa190picnic_redbench2HSDJJHA200picnic_redbench1HPEJJHw2011hedge6SBPEJPAHh2012hedge7PCPEJPAHh2013hedge7QCPEJPAHt2014hedge3RCPEJPAHu2017hedge4QDPEJPAHh2018hedge7RDPEJPAHh2019hedge7SDPEJPAHy2020hedge8PEPEJPAHv2111hedge5SBQEJPAHM2112picnic_bench1PCQEJPAHN2113picnic_bench2QCQEJPAHO2114picnic_bench3RCQEJPAHM2117picnic_bench1QDQEJPAHN2118picnic_bench2RDQEJPAHO2119picnic_bench3SDQEJPAHv2120hedge5PEQEJPAHa220picnic_redbench2HREJJHv2211hedge5SBREJPAHv2220hedge5PEREJPAHb2225picnic_groundQFREJPAHA230picnic_redbench1HSEJJHv2311hedge5SBSEJPAHM2312picnic_bench1PCSEJJHM2319picnic_bench1SDSEJRAHv2320hedge5PESEJPAHc246picnic_dummychair1RAPFJPAHd247picnic_dummychair4SAPFJPAHe248picnic_dummychair6PBPFJPAHv2411hedge5SBPFJPAHN2412picnic_bench2PCPFJJHN2419picnic_bench2SDPFJRAHv2420hedge5PEPFJPAHb2423picnic_groundSEPFJJHb2427picnic_groundSFPFJRAHK255picnic_stumpQAQFJJHv2511hedge5SBQFJPAHN2512picnic_bench2PCQFJJHN2519picnic_bench2SDQFJRAHv2520hedge5PEQFJPAHG2524picnic_cloth2PFQFJJHK267picnic_stumpSARFJHHv2611hedge5SBRFJPAHO2612picnic_bench3PCRFJJHH2614picnic_fireplace1RCRFJHHI2616picnic_fireplace2PDRFJJHO2619picnic_bench3SDRFJRAHv2620hedge5PERFJPAHb2625picnic_groundQFRFJHHz2711hedge9SBSFJPAHQ2712picnic_lemonadePCSFJPAHz2720hedge9PESFJPAHE298picnic_firewood2PBQGJHHa300picnic_redbench2HRGJJHD308picnic_firewood1PBRGJHHA310picnic_redbench1HSGJJHD318picnic_firewood1PBSGJHHM3112picnic_bench1PCSGJPAHN3113picnic_bench2QCSGJPAHO3114picnic_bench3RCSGJPAHM3118picnic_bench1RDSGJPAHN3119picnic_bench2SDSGJPAHO3120picnic_bench3PESGJPAHf3127picnic_carrotSFSGJHHf3128picnic_carrotPGSGJHHf3129picnic_carrotQGSGJHHf3130picnic_carrotRGSGJHHf3131picnic_carrotSGSGJHHD328picnic_firewood1PBPHJHHF3212picnic_table2PCPHJJHP3214picnic_tableRCPHJJHF3218picnic_table2RDPHJJHP3220picnic_tablePEPHJJHr333hedge1KQHJPAHD338picnic_firewood1PBQHJHHM3312picnic_bench1PCQHJHHN3313picnic_bench2QCQHJHHO3314picnic_bench3RCQHJHHM3318picnic_bench1RDQHJHHN3319picnic_bench2SDQHJHHO3320picnic_bench3PEQHJHHg3327picnic_cabbageSFQHJHHg3328picnic_cabbagePGQHJHHg3329picnic_cabbageQGQHJHHv343hedge5KRHJPAHD348picnic_firewood1PBRHJHHv353hedge5KSHJPAHD358picnic_firewood1PBSHJHHv363hedge5KPIJPAHD368picnic_firewood1PBPIJHHD378picnic_firewood1PBQIJHHM3712picnic_bench1PCQIJPAHN3713picnic_bench2QCQIJPAHO3714picnic_bench3RCQIJPAHM3718picnic_bench1RDQIJPAHN3719picnic_bench2SDQIJPAHO3720picnic_bench3PEQIJPAHD388picnic_firewood1PBRIJHHF3812picnic_table2PCRIJJHP3814picnic_tableRCRIJJHF3818picnic_table2RDRIJJHP3820picnic_tablePERIJJHJ398picnic_firewood3PBSIJHHM3912picnic_bench1PCSIJHHN3913picnic_bench2QCSIJHHO3914picnic_bench3RCSIJHHM3918picnic_bench1RDSIJHHN3919picnic_bench2SDSIJHHO3920picnic_bench3PESIJH', '0', ''),
('cinema_a', 20, 27, 1, 0, 'xxxxxxx1xx11111111xxxxxx\r\nxxx1111111111111111xxxxx\r\nxxx111xxxx1111111111xxxx\r\nxxxx2xxxxxxxxxxxxxxxxxxx\r\nxx3x3x333311xxxxxxxxxx11\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx3333333311111111122111\r\nxx3333333311x22222222111\r\nxx3333333311x22222222111\r\nxx3333333311xxxxxxxxx111\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\n333333332111111xxxx11111\r\n333333332111111111111111\r\n333333332111111111111111\r\n333333332111111111111111\r\nxx3333332111111111111111\r\nxxxxxxxxxxxxxxxxxxx11111\r\nxxxxxxxxxxxxxxxxxxx11111\r\nxxxxxxxxxxxxxxxxxxx11111', 'PUHC42orangeJPAKHHA47loungey_chairSAPAKJHV48loungey_tablebigbPBPAKHHA49loungey_chairQBPAKRAHA52loungey_chairJQAKPAHA57loungey_chairSAQAKJHU58loungey_tablebigaPBQAKHHA59loungey_chairQBQAKRAHB62loungey_tableJRAKHHA72loungey_chairJSAKHHh713theater_chairQCSAIHHh714theater_chairRCSAIHHh715theater_chairSCSAIHHh716theater_chairPDSAIHHh717theater_chairQDSAIHHh718theater_chairRDSAIHHz721stairQESAIHHL89lightpoleQBPBKHHq813pomomaskiQCPBJJHq814pomomaskiRCPBJHHq815pomomaskiSCPBJHHq816pomomaskiPDPBJHHq817pomomaskiQDPBJHHq818pomomaskiRDPBJHHq819pomomaskiSDPBJIHz821stairQEPBIHHC92orangeJQBKHHh913theater_chairQCQBJHHh914theater_chairRCQBJHHh915theater_chairSCQBJHHh916theater_chairPDQBJHHh917theater_chairQDQBJHHh918theater_chairRDQBJHHh919theater_chairSDQBJHHh920theater_chairPEQBJHHz921stairQEQBIHHA102loungey_chairJRBKPAHA109loungey_chairQBRBKPAHB112loungey_tableJSBKHHB119loungey_tableQBSBKHHA122loungey_chairJPCKHHA129loungey_chairQBPCKHHd1217cubicb_chairQDPCIRAHc1219cubico_chairSDPCIJHd1315cubicb_chairSCQCIJHL1319lightpoleSDQCIHHd1320cubicb_chairPEQCIRAHL149lightpoleQBRCKHHA152loungey_chairJSCKPAHd1514cubicb_chairRCSCIPAHc1519cubico_chairSDSCIPAHB162loungey_tableJPDKHHA167loungey_chairSAPDKJHB168loungey_tablePBPDKJHA169loungey_chairQBPDKRAHd1613cubicb_chairQCPDIJHd1614cubicb_chairRCPDIRAHC1619orangeSDPDIHHA172loungey_chairJQDKHHA177loungey_chairSAQDKJHB178loungey_tablePBQDKJHA179loungey_chairQBQDKRAHd1719cubicb_chairSDQDIJHC182orangeJRDKHHd1814cubicb_chairRCRDIPAHK192bardesqueJSDKHHK202bardesqueJPEKIHb203bar_chairKPEKRAHL209lightpoleQBPEKHHd2014cubicb_chairRCPEIHHd2019cubicb_chairSDPEIJHc2020cubico_chairPEPEIRAHK212bardesqueJQEKIHb213bar_chairKQEKRAHd2119cubicb_chairSDQEIHHK222bardesqueJREKIHb223bar_chairKREKRAHL2216lightpolePDREIHHc2218cubico_chairRDREIHHK232bardesqueJSEKIHb233bar_chairKSEKRAHK242bardesqueJPFKIHb243bar_chairKPFKRAHK252bardesqueJQFKJ', '0', ''),
('the_den', 3, 22, 0, 0, '00000000xxxxxxxx\r\n0000000000000000\r\n0000000000000000\r\n000000000000xx00\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\nx000000000000000\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx', '', '0', ''),
('model_s', 0, 3, 0, 2, 'xxxxxx\r\nx00000\r\nx00000\r\n000000\r\nx00000\r\nx00000\r\nx00000\r\nx00000', '', '0', ''),
('park_a', 2, 15, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00xxxxxxxxxxxx\r\nxxxxxxxxxxxxx0x00xxxxxxxxxxx0x000xxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000000000000xxxxxxxxxx\r\nxxxxxxxxxxx000000000000000000000000xxxxxxxxx\r\nxxxxxxxxxxx0000000000000000000000000xxxxxxxx\r\nxxxxxxxxxxx00000000000000000000000000xxxxxxx\r\nxxxxxxxx000000000000000000000000000000xxxxxx\r\nxxxxxxx00000000000000000000000000000000xxxxx\r\nxxxxxxx000000000000000000000000000000000xxxx\r\nxxxxxxx0000000000000000000000000000000000xxx\r\nxxxxxxxxx000000000000000000000000000000000xx\r\n00000000000000000000xx00000000000000000000xx\r\n0000000000000000000xxxx00000000000xxxxxxx0xx\r\n0000000000000000000xxxx00000000000x00000xxxx\r\nxxxxx00x0000000000xxxxx0xxxxxx0000x0000000xx\r\nxxxxx0000000000000xxxxx0xx000x0000x000000xxx\r\nxxxxx0000000000000xxxxx0x000000000x00000xxxx\r\nxxxxx000000x0000000xxxx0x000000000xxx00xxxxx\r\nxxxxxxxx000x0000000xxx00xxx000000x0000xxxxxx\r\nxxxxxxxx000x000000xxxx0x0000000000000xxxxxxx\r\nxxxxxxxx000x000000011100000000000000xxxxxxxx\r\nxxxxxxxx000x00000001110000000000000xxxxxxxxx\r\nxxxxxxxxx00x0000000111x00000000x00xxxxxxxxxx\r\nxxxxxxxxxx0x0000000xxx0000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx000000xxxx0000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx000000xxx00xxxxx00xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxx0xx000x00xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxx0x000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxxxx00000xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxxxx00xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxxxxxxxxx', 'RPHN527parkfence2SFQAHHHN529parkfence2QGQAHHHM619parkfence1SDRAHHHO620parkfence3PERAHPAHO621parkfence3QERAHPAHO622parkfence3RERAHPAHN623parkfence2SERAHPAHO624parkfence3PFRAHPAHO625parkfence3QFRAHPAHO626parkfence3RFRAHPAHM627parkfence1SFRAHJHO629parkfence3QGRAHJHN717parkfence2QDSAHHHO719parkfence3SDSAHJHO723parkfence3SESAHJHO727parkfence3SFSAHJHO729parkfence3QGSAHJHO817parkfence3QDPBHJHO819parkfence3SDPBHJHN821parkfence2QEPBHHHO823parkfence3SEPBHJHN825parkfence2QFPBHHHO827parkfence3SFPBHJHO829parkfence3QGPBHJHL98bench2PBQBHPAHK99benchQBQBHPAHO917parkfence3QDQBHJHN919parkfence2SDQBHRAHO921parkfence3QEQBHJHN923parkfence2SEQBHRAHO925parkfence3QFQBHJHN927parkfence2SFQBHRAHO929parkfence3QGQBHJHO1017parkfence3QDRBHJHO1021parkfence3QERBHJHO1025parkfence3QFRBHJHO1029parkfence3QGRBHJHL117bench2SASBHJHM1117parkfence1QDSBHPAHO1118parkfence3RDSBHPAHO1119parkfence3SDSBHPAHO1120parkfence3PESBHPAHN1121parkfence2QESBHJHO1122parkfence3RESBHPAHO1123parkfence3SESBHPAHO1124parkfence3PFSBHPAHN1125parkfence2QFSBHJHO1126parkfence3RFSBHPAHO1127parkfence3SFSBHPAHO1128parkfence3PGSBHPAHM1129parkfence1QGSBHRAHK127benchSAPCHJHL1635bench2SHPDHJHL1637bench2QIPDHPAHK1638benchRIPDHPAHK1735benchSHQDHJHL1827bench2SFRDHPAHK1828benchPGRDHPAHL1835bench2SHRDHJHL1925bench2QFSDHJHK1935benchSHSDHJHK2025benchQFPEHJHL2925bench2QFQGHPAHK2926benchRFQGHPAHL3023bench2SERGHJHK3123benchSESGHJ@`SGSBMRDPBPA0.0I2Mqueue_tile2JMPGRAH0.0I2Mqueue_tile2SAMPFSAJ0.0I2Mqueue_tile2QBMRFSAPA0.0I2Mqueue_tile2SFMSERBJ0.0I2Mqueue_tile2SCMRFPBPA0.0I2Mqueue_tile2REMPGQBH0.0I2Mqueue_tile2PGMPFRBH0.0I2Mqueue_tile2PCMPEPBH0.0I2Mqueue_tile2QGMRFRBJ0.0I2Mqueue_tile2QDMRDQBPA0.0I2Mqueue_tile2RFMRERBJ0.0I2Mqueue_tile2PFMSDRBJ0.0I2Mqueue_tile2PDMPGPBH0.0I2Mqueue_tile2RGMSFRBJ0.0I2Mqueue_tile2RAMRESAPA0.0I2Mqueue_tile2RBMPGSAH0.0I2Mqueue_tile2SDMREQBPA0.0I2Mqueue_tile2QEMRFQBPA0.0I2Mqueue_tile2RCMPFPBH0.0I2Mqueue_tile2KMRDSAPA0.0I2Mqueue_tile2PAMPESAJ0.0I2Mqueue_tile2PBMQFSAJ0.0I2Mqueue_tile2IMPGQAH0.0I2Mqueue_tile2SEMRDRBJ0.0I2Mqueue_tile2QCMREPBPA0.0I2Mqueue_tile2SGMPGRBH0.0I2Mqueue_tile2QAMQESAJ0.0I2Mqueue_tile2QFMPERBH0.0I2Mqueue_tile2RDMPEQBH0.0I2Mqueue_tile2PEMPFQBH0.0I2Mqueue_tile2', '0', ''),
('park_b', 11, 2, 0, 6, '0000x0000000\r\n0000xx000000\r\n000000000000\r\n00000000000x\r\n000000000000\r\n00x0000x0000', '', '0', ''),
('model_0', 0, 4, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\n000000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', '');
INSERT INTO `room_models` (`id`, `door_x`, `door_y`, `door_z`, `door_dir`, `heightmap`, `public_items`, `club_only`, `poolmap`) VALUES
('model_v', 0, 3, 2, 2, 'xxxxxxxxxxxxxxxxxxxx\r\nx222221111111111111x\r\nx222221111111111111x\r\n2222221111111111111x\r\nx222221111111111111x\r\nx222221111111111111x\r\nx222221111111111111x\r\nxxxxxxxx1111xxxxxxxx\r\nxxxxxxxx0000xxxxxxxx\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxx00000000000x\r\nx000000x00000000000x\r\nx000000x0000xxxxxxxx\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nxxxxxxxx0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxx', '', '1', ''),
('model_t', 0, 3, 2, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\n2222222222222222222222222222x\r\nx222222222222222222222222222x\r\nx2222xxxxxx222222xxxxxxx2222x\r\nx2222xxxxxx111111xxxxxxx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx11xxx1111xxxx11xx2222x\r\nx2222xx11xxx0000xxxx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx2222xx11xxxxxxxxxxx11xx2222x\r\nx2222xx11xxxxxxxxxxx11xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xxxxxxxxxxxxxxxxxxx2222x\r\nx2222xxxxxxxxxxxxxxxxxxx2222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', ''),
('model_x', 0, 12, 0, 2, 'xxxxxxxxxxxxxxxxxxxx\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxx00xxx0000xxx00xxx\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\n0000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000xxxxxx000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxx', '', '1', ''),
('model_w', 0, 3, 2, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xx11111111\r\n222222111111111111111111111\r\nx22222111111111111111111111\r\nx22222111111111111111111111\r\nx22222111111111111111111111\r\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xxxx1111xx\r\nx2222xx1111111111xxxx0000xx\r\nxxxxxxx1111111111xx00000000\r\nxxxxxxx1111111111xx00000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx2222xx1111111111xx00000000\r\nx2222xx1111111111xx00000000\r\nx2222xxxx1111xxxxxxxxxxxxxx\r\nx2222xxxx0000xxxxxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx', '', '1', ''),
('model_z', 0, 9, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\n000000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', ''),
('model_u', 0, 17, 1, 2, 'xxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\n11111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', ''),
('model_y', 0, 3, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx0000000000xx0000x\r\nx00000000xx0000000000xx0000x\r\n000000000xx0000000000xx0000x\r\nx00000000xx0000000000xx0000x\r\nx00000000xx0000xx0000xx0000x\r\nx00000000xx0000xx0000xx0000x\r\nx00000000xx0000xx0000000000x\r\nx00000000xx0000xx0000000000x\r\nxxxxx0000xx0000xx0000000000x\r\nxxxxx0000xx0000xx0000000000x\r\nxxxxx0000xx0000xxxxxxxxxxxxx\r\nxxxxx0000xx0000xxxxxxxxxxxxx\r\nx00000000xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx0000xxxxxxxxxxxxxxxxxx0000x\r\nx0000xxxxxxxxxxxxxxxxxx0000x\r\nx00000000000000000000000000x\r\nx00000000000000000000000000x\r\nx00000000000000000000000000x\r\nx00000000000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', ''),
('model_oscar', 0, 15, 1, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx11xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111111111111100000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111111111111100000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx11xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', ''),
('model_b2g', 0, 0, 0, 2, 'xxxxxxxxxxxxxx\r\nx00000x000000x\r\nx000000000000x\r\nx00000x000000x\r\nx00000x000000x\r\nx00000x000000x\r\nx00000x000000x\r\nxxx0xxx000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx00000xx00000x\r\nxxxxxxxxxxxxxx', '', '1', ''),
('model_opening', 0, 23, 2, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx2222xx111111111111\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\n22222xx000000000000\r\nx2222xx000000000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1', ''),
('model_cust1', 0, 3, 0, 2, '000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000\r\n000000000000000000000000', '', '0', ''),
('pool_b', 9, 21, 7, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx7xxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx777xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxx8888888x7xxx77777xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxx8888888x7xxx777777xxxxxxxxx\r\nxxxxxxxxxxxxxxxx88xxxxx77x7x777777777xxxxxxxx\r\nxxxxxxxxxxxxxxxx88x7777777777777777777xxxxxxx\r\nxxxxxxxxxxxxxxxx88x77777777777777777777xxxxxx\r\nxxxxxxxxxxxxxx9988x77777777777777777777xxxxxx\r\nxxxxxxxxxxxxxx9988x7777777777777777777x00xxxx\r\nxxxxxxxxxxxxxx9988x777777777777777777x0000xxx\r\nxxxxxxxxxxxxxx9988x7777777x0000000000000000xx\r\nxxxxxxxxxxxxxx9988x777777x000000000000000000x\r\n7777777777xxxx9988777777x0x0000000000000000xx\r\nx7777777777xxx998877777x000x00000000000000xxx\r\nxx7777777777xx99887777x00000x000000000000xxxx\r\nxxx7777777777x9988777x0000000x0000000000xxxxx\r\nxxxx777777777x777777x00000000x000000000xxxxxx\r\nxxxxx777777777777777000000000x00000000xxxxxxx\r\nxxxxxx77777777777777000000000x0000000xxxxxxxx\r\nxxxxxxx777777x7777770000000000xxxx00xxxxxxxxx\r\nxxxxxxxx77777777777xx0000000000000xxxxxxxxxxx\r\nxxxxxxxxx777777110000x000000000000xxxxxxxxxxx\r\nxxxxxxxxxx7x77x1100000x0000000000xxxxxxxxxxxx\r\nxxxxxxxxxxx777x11000000x00000000xxxxxxxxxxxxx\r\nxxxxxxxxxxxx771110000000x000000xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxx111100000000x0000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx11100000000x000xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx1100000000x00xxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx110000000x0xxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx110000000xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxx1100000xxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxx11000xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxx110xxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'QIHu233umbrellaQHJSAHHb318pool_sofa2RDKPBPAHB319pool_sofa1SDKPBPAHb320pool_sofa2PEKPBPAHB321pool_sofa1QEKPBPAHb322pool_sofa2REKPBPAHB323pool_sofa1SEKPBPAHc333pool_chairQHKSAPAHc432pool_chairPHPASAJHt433pool_tableQHPASAHHc434pool_chairRHPASARAHb516pool_sofa2PDQAPBJHc533pool_chairQHQASAHHB616pool_sofa1PDRAPBJHb716pool_sofa2PDSAPBJHc735pool_chairSHSASAPAHf814flower1RCPBQBHHB816pool_sofa1PDPBPBJHu833umbrellaQHPBSAHHc834pool_chairRHPBSAJHt835pool_tableSHPBSAHHc836pool_chairPIPBSARAHb914pool_sofa2RCQBQBJHb916pool_sofa2PDQBPBJHc935pool_chairSHQBSAHHB1014pool_sofa1RCRBQBJHB1016pool_sofa1PDRBPBJHb1114pool_sofa2RCSBQBJHb1116pool_sofa2PDSBPBJHB1214pool_sofa1RCPCQBJHB1216pool_sofa1PDPCPBJHR133flower2bKQCSAJHr134flower2aPAQCSAJHb1314pool_sofa2RCQCQBJHb1316pool_sofa2PDQCPBJHB1414pool_sofa1RCRCQBJHB1416pool_sofa1PDRCPBJ@`RBRBMQEQBH7.0I2Mqueue_tile2SAMQFSAJ7.0I2Mqueue_tile2JMRFRAH7.0I2Mqueue_tile2QAMSESAJ7.0I2Mqueue_tile2IMRFQAH7.0I2Mqueue_tile2QBMQEPBH7.0I2Mqueue_tile2KMQESAJ7.0I2Mqueue_tile2PBMRFSAH7.0I2Mqueue_tile2PAMRESAJ7.0I2Mqueue_tile2RAMPFSAJ7.0I2Mqueue_tile2', '0', '000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000110000\r\n000000000000000000000000000000000000001111000\r\n000000000000000000000000000111111111111111100\r\n000000000000000000000000001111111111111111110\r\n000000000000000000000000010111111111111111100\r\n000000000000000000000000111011111111111111000\r\n000000000000000000000001111101111111111110000\r\n000000000000000000000011111110111111111100000\r\n000000000000000000000111111110111111111000000\r\n000000000000000000001111111110111111110000000\r\n000000000000000000001111111110111111100000000\r\n000000000000000000001111111111000011000000000\r\n000000000000000000000111111111111100000000000\r\n000000000000000111111011111111111100000000000\r\n000000000000000111111101111111111000000000000\r\n000000000000000111111110111111110000000000000\r\n000000000000001111111111011111100000000000000\r\n000000000000011111111111101111000000000000000\r\n000000000000001111111111101110000000000000000\r\n000000000000000111111111101100000000000000000\r\n000000000000000011111111101000000000000000000\r\n000000000000000001111111110000000000000000000\r\n000000000000000000111111100000000000000000000\r\n000000000000000000011111000000000000000000000\r\n000000000000000000001110000000000000000000000\r\n000000000000000000000100000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000'),
('pool_a', 1, 24, 7, 6, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx7xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx777xxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx7777777xxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx777777777xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx7xxx777777xxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx7x777777777xxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx7xxx77777777xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx7x777777777x7xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx7xxx7777777777xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx777777777777xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx77777777777x2111xxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx7777777777x221111xxxxxxxxxxx\r\nxxxxxxxxx7777777777777777x2211111xxxxxxxxxx\r\nxxxxxxxxx7777777777777777x22211111xxxxxxxxx\r\nxxxxxxxxx7777777777777777x222211111xxxxxxxx\r\nxxxxxx77777777777777777777x222211111xxxxxxx\r\nxxxxxx7777777xx777777777777x222211111xxxxxx\r\nxxxxxx7777777xx77777777777772222111111xxxxx\r\nxxxxxx777777777777777777777x22221111111xxxx\r\nxx7777777777777777777777x322222211111111xxx\r\n77777777777777777777777x33222222111111111xx\r\n7777777777777777777777x333222222211111111xx\r\nxx7777777777777777777x333322222222111111xxx\r\nxx7777777777777777777333332222222221111xxxx\r\nxx777xxx777777777777733333222222222211xxxxx\r\nxx777x7x77777777777773333322222222222xxxxxx\r\nxx777x7x7777777777777x33332222222222xxxxxxx\r\nxxx77x7x7777777777777xx333222222222xxxxxxxx\r\nxxxx77777777777777777xxx3222222222xxxxxxxxx\r\nxxxxx777777777777777777xx22222222xxxxxxxxxx\r\nxxxxxx777777777777777777x2222222xxxxxxxxxxx\r\nxxxxxxx777777777777777777222222xxxxxxxxxxxx\r\nxxxxxxxx7777777777777777722222xxxxxxxxxxxxx\r\nxxxxxxxxx77777777777777772222xxxxxxxxxxxxxx\r\nxxxxxxxxxx777777777777777222xxxxxxxxxxxxxxx\r\nxxxxxxxxxxx77777777777777x2xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx77777777777777xxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxx777777777777xxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx7777777777xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx777777xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx7777xxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxx77xxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'RKHu418umbrella2RDPASAHHb518pool_2sofa2RDQASAJHB618pool_2sofa1RDRASAJHu207umbrella2SAPESAHHc208pool_chair2PBPESAPAHu2024umbrella2PFPESAHHc2025pool_chair2QFPESAPAHc217pool_chair2SAQESAJHt218pool_table2PBQESAHHc219pool_chair2QBQESARAHc2124pool_chair2PFQESAJHt2125pool_table2QFQESAHHc228pool_chair2PBRESAHHR282flower2bJPGSAHHr292flower2aJQGSAHHL326boxRAPHSAHHf3313flower1QCQHSAHHy3410pool_chairyRBRHSAPAH8358umbrellayPBSHSAHHy359pool_chairyQBSHSAJHQ3510pool_tableyRBSHSAHHy3511pool_chairySBSHSARAH93515umbrellapSCSHSAHH73521umbrellaoQESHSAHHy3610pool_chairyRBPISAHHP3615pool_chairpSCPISAPAHo3621pool_chairoQEPISAPAHo3622pool_chairoREPISAPAHP3714pool_chairpRCQISAJHZ3715pool_tablepSCQISAHHP3716pool_chairpPDQISARAHK3721pool_taboQEQISARAHk3722pool_tabo2REQISARAHP3814pool_chairpRCRISAJHz3815pool_tablep2SCRISAHHP3816pool_chairpPDRISARAHo3821pool_chairoQERISAHHo3822pool_chairoRERISAHHP3915pool_chairpSCSISAHHg4120pool_chairgPEQJSAPAHg4121pool_chairgQEQJSAPAHW4220pool_tablgPERJSARAHw4221pool_tablg2QERJSARAHG4319umbrellagSDSJSAHHg4320pool_chairgPESJSAHHg4321pool_chairgQESJSAH', '0', '0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000001111000000000000\r\n0000000000000000000000000011111100000000000\r\n0000000000000000000000000011111110000000000\r\n0000000000000000000000000011111111000000000\r\n0000000000000000000000000011111111100000000\r\n0000000000000000000000000001111111110000000\r\n0000000000000000000000000000111111111000000\r\n0000000000000000000000000000111111111100000\r\n0000000000000000000000000000111111111110000\r\n0000000000000000000000000111111111111111000\r\n0000000000000000000000001111111111111111100\r\n0000000000000000000000011111111111111111100\r\n0000000000000000000000111111111111111111000\r\n0000000000000000000001111111111111111110000\r\n0000000000000000000001111111111111111100000\r\n0000000000000000000001111111111111111000000\r\n0000000000000000000000111111111111110000000\r\n0000000000000000000000011111111111100000000\r\n0000000000000000000000001111111111000000000\r\n0000000000000000000000000111111110000000000\r\n0000000000000000000000000111111100000000000\r\n0000000000000000000000000111111000000000000\r\n0000000000000000000000000111110000000000000\r\n0000000000000000000000000111100000000000000\r\n0000000000000000000000000111000000000000000\r\n0000000000000000000000000010000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000'),
('model_k2', 0, 13, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\n0000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0', '');

-- --------------------------------------------------------

--
-- Struttura della tabella `room_models_customs`
--

CREATE TABLE IF NOT EXISTS `room_models_customs` (
`roomid` int(11) NOT NULL,
`doorx` int(2) NOT NULL,
`doory` int(2) NOT NULL,
`height` double NOT NULL,
`modeldata` text NOT NULL,
`poolmap` text NOT NULL,
PRIMARY KEY (`roomid`),
UNIQUE KEY `roomid` (`roomid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `room_models_customs`
--

INSERT INTO `room_models_customs` (`roomid`, `doorx`, `doory`, `height`, `modeldata`, `poolmap`) VALUES
(1, 0, 10, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000', ''),
(1846, 18, 1, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', ''),
(2630, 1, 1, 9, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nx9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x9x\r\nx9999999999999999999999999999999999999x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', ''),
(4109, 32, 20, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxx33333333333xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxx33333333333xx222222222222xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxx33333333333xx222222222222xx1111111111111xxxxxxxxxxxxxxx\r\nxxxxxx33333333333xx222222222222xx1111111111111xxxxxxxxxxxxxxx\r\nxxxxxx33333333333xx222222222222211111111111111xxxxxxxxxxxxxxx\r\nxxxxxx3333333333332222222222222211111111111111xxxxxxxxxxxxxxx\r\nxxxxxx3333333333332222222222222211111111111111xxxxxxxxxxxxxxx\r\nxxxxxx33333333333xx222222222222211111111111111xxxxxxxxxxxxxxx\r\nxxxxxx33333333333xx222222222222xx1111111111111xxxxxxxxxxxxxxx\r\nxxxxxx33333333333xx222222222222xx1111111111111xxxxxxxxxxxxxxx\r\nxxxxxx33333333333xx222222222222xx1111111111111xxxxxxxxxxxxxxx\r\nxxxxxx33333333333xx222222222222xx1111111111111xxxxxxxxxxxxxxx\r\nxxxxxxxxx3333xxxxxx222222222222xxxxxx1111xxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx2222xxxxxx222222222222xxxxxx0000xxxxxxxxxxxxxxxxxxxx\r\nxxxxxxx2222222222xxxxxxxxxxxxxxxx000000000000xxxxxxxxxxxxxxxx\r\nxxxxxxx2222222222xxxxxxxxxxxxxxxx000000000000xxxxxxxxxxxxxxxx\r\nxxxxxxx2222222222xxxxxxxxxxxxxxxx000000000000xxxxxxxxxxxxxxxx\r\nxxxxxxx2222222222xxxxxxxxxxxxxxxx000000000000xxxxxxxxxxxxxxxx\r\nxxxxxxx2222222222xxxxxxxxxxxxxxxx000000000000xxxxxxxxxxxxxxxx\r\nxxxxxxx2222222222xxxxxxxxxxxxxxx0000000000000xxxxxxxxxxxxxxxx\r\nxxxxxxx2222222222xxxxxxxxxxxxxxxx000000000000xxxxxxxxxxxxxxxx\r\nxxxxxxx2222222222xxxxxxxxxxxxxxxx000000000000xxxxxxxxxxxxxxxx\r\nxxxxxxx2222222222xxxxxxxxxxxxxxxx000000000000xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx000000000000xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx000000000000xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', ''),
(6251, 0, 1, 0, 'x00000000000000000000000000000000x\r\n000000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx0000xxxxxxxxx00000xxxxxxxxxx0000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x', ''),
(20036, 5, 27, 0, 'x7777777777x\r\nx7777777777x\r\nx7777777777x\r\nx7777777777x\r\nx7777777777x\r\nx7777777777x\r\nx7777777777x\r\nx7777777777x\r\nx7777777777x\r\nx7777777777x\r\nxxxxxxxx777x\r\nxxxxxxxx777x\r\nxxxxxxxx666x\r\nxxxxxxxx666x\r\nxxxxxxxx555x\r\nxxxxxxxx555x\r\nxxxxxxxx444x\r\nxxxxxxxx444x\r\nxxxxxxxx333x\r\nxxxxxxxx333x\r\nxxxxxxxx222x\r\nxxxxxxxx222x\r\nxxxxxxxx111x\r\nxxxxxxxx111x\r\nxxxxxxxx000x\r\nxxxxxx00000x\r\nxxxxxx00000x\r\nxxxxx000000x\r\nxxxxxx00000x\r\nxxxxxx00000x', ''),
(22142, 6, 3, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxx00xxx00000x\r\nxxxxxxxxxxxxxx00000000x0000xx00000x\r\nxxxxxxDxxxxxxx00000000000000000000x\r\nxxxxxxxxxxxxxx00000000x0000xx00000x\r\nxxxxxxxxxxxxxxxxxxxxxxxx00xxx00000x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', ''),
(26478, 0, 9, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000xxxxx00000000000000000000\r\nx00000xxxxx00000000000000000000\r\nx00000xxxxx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\n000000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', ''),
(32193, 0, 10, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000', ''),
(77716, 0, 10, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\n0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\r\nx000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000', '0'),
(135830, 0, 5, 0, 'xxxxxxxxxxxxxxxxx0000000000000000xxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxxxxxxxxx0xxx0xxxxxxxxxxxxxxxxx\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\n000000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xxxxxxxxxxxxxx000000000000000000\r\nx0000000000000xxxxxxxxxxxxxxxxxxxxxxx0000000000000\r\nx0000000000000xxxxxxxxxxxxxxxxxxxxxxx0000000000000\r\nx0000000000000xx0000000000000000000xx0000000000000\r\nx0000000000000xx0000000000000000000xx0000000000000\r\nx0000000000000xx0000000000000000000xx0000000000000\r\nx0xxxxxxxxxxxxxx0000000000000000000xxxxxxxxxxxxxx0\r\nx0xxxxxxxxxxxxxx0000000000000000000xxxxxxxxxxxxxx0\r\nx0x0000000000xxx0000000000000000000xxx0000000000x0\r\nx000000000000xxx0000000000000000000xxx0000000000x0\r\nx0x0000000000xxx0000000000000000000xxx0000000000x0\r\nx0x0000000000xxx0000000000000000000xxx0000000000x0\r\nx0x0000000000xxx0000000000000000000xxx0000000000x0\r\nx0x0000000000xxx0000000000000000000xxx0000000000x0\r\nx0x0000000000xxx0000000000000000000xxx0000000000x0\r\nx0x0000000000xxx0000000000000000000xxx0000000000x0\r\nx0x0000000000xxx0000000000000000000xxx000000000000\r\nx0x0000000000xxx0000000000000000000xxx0000000000x0\r\nx0xxxxxxxxxxxxxx0000000000000000000xxxxxxxxxxxxxx0\r\nx0xxxxxxxxxxxxxx0000000000000000000xxxxxxxxxxxxxx0\r\nx000000000000xxx0000000000000000000xx0000000000000\r\nx000000000000xxx0000000000000000000xx0000000000000\r\nx000000000000xxxxxxxxxxxxxxxxxxxxxxxx0000000000000\r\nx000000000000xxxxxxxxxxxxxxxxxxxxxxxx0000000000000\r\nx00000000000000000xxxxxxxxxxxxxx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nx00000000000000000xx0000000000xx000000000000000000\r\nxxxxxxxxxxxxxxxxx0xxx0xxxxxxxxxx0xxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0000000000000000xxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '');

-- --------------------------------------------------------

--
-- Struttura della tabella `room_model_static`
--

CREATE TABLE IF NOT EXISTS `room_model_static` (
`model` varchar(30) NOT NULL,
`x` int(3) NOT NULL,
`y` int(3) NOT NULL,
`rot` int(3) NOT NULL,
`content` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `room_model_static`
--

INSERT INTO `room_model_static` (`model`, `x`, `y`, `rot`, `content`) VALUES
('old_skool', 9, 4, 0, ''),
('old_skool', 10, 4, 0, ''),
('old_skool', 11, 4, 0, ''),
('old_skool', 12, 4, 0, ''),
('old_skool', 1, 10, 4, ''),
('old_skool', 10, 10, 4, ''),
('old_skool', 0, 11, 2, ''),
('old_skool', 3, 11, 6, ''),
('old_skool', 9, 12, 2, ''),
('old_skool', 12, 12, 6, ''),
('old_skool', 1, 13, 0, ''),
('old_skool', 11, 13, 0, ''),
('old_skool', 0, 15, 4, ''),
('old_skool', 0, 17, 2, ''),
('old_skool', 3, 17, 6, ''),
('old_skool', 2, 19, 0, ''),
('old_skool', 1, 21, 4, ''),
('old_skool', 12, 21, 4, ''),
('old_skool', 0, 22, 2, ''),
('old_skool', 3, 22, 6, ''),
('old_skool', 5, 22, 2, ''),
('old_skool', 8, 22, 6, ''),
('old_skool', 11, 22, 2, ''),
('old_skool', 14, 22, 6, ''),
('old_skool', 1, 24, 0, ''),
('old_skool', 7, 24, 4, ''),
('old_skool', 13, 24, 0, ''),
('pizza', 14, 3, 4, ''),
('pizza', 15, 3, 4, ''),
('pizza', 14, 6, 0, ''),
('pizza', 15, 6, 0, ''),
('pizza', 1, 8, 4, ''),
('pizza', 2, 8, 4, ''),
('pizza', 14, 10, 4, ''),
('pizza', 15, 10, 4, ''),
('pizza', 1, 11, 0, ''),
('pizza', 2, 11, 0, ''),
('pizza', 14, 13, 0, ''),
('pizza', 15, 13, 0, ''),
('pizza', 1, 16, 4, ''),
('pizza', 2, 16, 4, ''),
('pizza', 1, 19, 0, ''),
('pizza', 2, 19, 0, ''),
('pizza', 11, 21, 2, ''),
('pizza', 14, 21, 6, ''),
('pizza', 11, 22, 2, ''),
('pizza', 14, 22, 6, ''),
('pub_a', 19, 1, 4, ''),
('pub_a', 20, 1, 4, ''),
('pub_a', 21, 1, 4, ''),
('pub_a', 12, 2, 6, ''),
('pub_a', 12, 4, 6, ''),
('pub_a', 12, 6, 6, ''),
('pub_a', 12, 8, 6, ''),
('pub_a', 2, 11, 4, ''),
('pub_a', 3, 11, 4, ''),
('pub_a', 5, 11, 4, ''),
('pub_a', 6, 11, 4, ''),
('pub_a', 9, 13, 2, ''),
('pub_a', 14, 13, 2, ''),
('pub_a', 16, 13, 6, ''),
('pub_a', 9, 14, 2, ''),
('pub_a', 14, 14, 2, ''),
('pub_a', 16, 14, 6, ''),
('pub_a', 1, 16, 2, ''),
('pub_a', 1, 17, 2, ''),
('pub_a', 13, 17, 4, ''),
('pub_a', 14, 17, 4, ''),
('pub_a', 15, 17, 4, ''),
('pub_a', 16, 17, 4, ''),
('pub_a', 1, 18, 2, ''),
('pub_a', 2, 19, 0, ''),
('pub_a', 3, 19, 0, ''),
('pub_a', 13, 19, 0, ''),
('pub_a', 14, 19, 0, ''),
('pub_a', 15, 19, 0, ''),
('pub_a', 16, 19, 0, ''),
('pub_a', 7, 21, 4, ''),
('pub_a', 8, 21, 4, ''),
('pub_a', 6, 22, 2, ''),
('pub_a', 16, 22, 4, ''),
('pub_a', 17, 22, 4, ''),
('pub_a', 6, 23, 2, ''),
('pub_a', 6, 24, 2, ''),
('pub_a', 6, 25, 2, ''),
('newbie_lobby', 17, 0, 4, ''),
('newbie_lobby', 18, 0, 4, ''),
('newbie_lobby', 19, 0, 4, ''),
('newbie_lobby', 16, 1, 2, ''),
('newbie_lobby', 16, 2, 2, ''),
('newbie_lobby', 7, 3, 2, ''),
('newbie_lobby', 11, 3, 6, ''),
('newbie_lobby', 16, 3, 2, ''),
('newbie_lobby', 1, 4, 4, ''),
('newbie_lobby', 2, 4, 4, ''),
('newbie_lobby', 3, 4, 4, ''),
('newbie_lobby', 11, 4, 6, ''),
('newbie_lobby', 0, 5, 2, ''),
('newbie_lobby', 7, 5, 2, ''),
('newbie_lobby', 11, 5, 6, ''),
('newbie_lobby', 0, 7, 2, ''),
('newbie_lobby', 1, 8, 0, ''),
('newbie_lobby', 2, 8, 0, ''),
('newbie_lobby', 3, 8, 0, ''),
('newbie_lobby', 19, 8, 0, ''),
('newbie_lobby', 21, 8, 0, ''),
('tearoom', 13, 1, 4, ''),
('tearoom', 14, 1, 4, ''),
('tearoom', 15, 1, 4, ''),
('tearoom', 18, 1, 4, ''),
('tearoom', 19, 1, 4, ''),
('tearoom', 20, 1, 4, ''),
('tearoom', 2, 6, 4, ''),
('tearoom', 3, 6, 4, ''),
('tearoom', 8, 6, 4, ''),
('tearoom', 9, 6, 4, ''),
('tearoom', 10, 6, 4, ''),
('tearoom', 11, 6, 4, ''),
('tearoom', 2, 9, 0, ''),
('tearoom', 3, 9, 0, ''),
('tearoom', 16, 9, 4, ''),
('tearoom', 17, 9, 4, ''),
('tearoom', 2, 12, 4, ''),
('tearoom', 3, 12, 4, ''),
('tearoom', 16, 12, 0, ''),
('tearoom', 17, 12, 0, ''),
('tearoom', 2, 15, 0, ''),
('tearoom', 3, 15, 0, ''),
('tearoom', 0, 19, 2, ''),
('tearoom', 0, 20, 2, ''),
('rooftop', 0, 1, 4, ''),
('rooftop', 1, 2, 6, ''),
('rooftop', 0, 3, 0, ''),
('rooftop', 2, 6, 4, ''),
('rooftop', 1, 7, 2, ''),
('rooftop', 3, 7, 6, ''),
('rooftop', 2, 8, 0, ''),
('rooftop', 0, 9, 4, ''),
('rooftop', 0, 11, 0, ''),
('rooftop_2', 8, 0, 4, ''),
('rooftop_2', 0, 2, 4, ''),
('rooftop_2', 1, 2, 4, ''),
('rooftop_2', 8, 2, 0, ''),
('rooftop_2', 8, 3, 4, ''),
('rooftop_2', 0, 5, 0, ''),
('rooftop_2', 1, 5, 0, ''),
('rooftop_2', 8, 5, 0, ''),
('rooftop_2', 0, 6, 4, ''),
('rooftop_2', 1, 6, 4, ''),
('rooftop_2', 7, 6, 4, ''),
('rooftop_2', 8, 6, 4, ''),
('rooftop_2', 0, 9, 0, ''),
('rooftop_2', 1, 9, 0, ''),
('rooftop_2', 7, 9, 0, ''),
('rooftop_2', 8, 9, 0, ''),
('star_lounge', 22, 15, 4, ''),
('star_lounge', 23, 15, 4, ''),
('star_lounge', 21, 16, 2, ''),
('star_lounge', 21, 17, 2, ''),
('star_lounge', 21, 18, 2, ''),
('star_lounge', 35, 18, 6, ''),
('star_lounge', 21, 19, 2, ''),
('star_lounge', 35, 19, 6, ''),
('star_lounge', 21, 20, 2, ''),
('star_lounge', 24, 20, 2, ''),
('star_lounge', 32, 20, 6, ''),
('star_lounge', 35, 20, 6, ''),
('star_lounge', 21, 21, 2, ''),
('star_lounge', 24, 21, 2, ''),
('star_lounge', 32, 21, 6, ''),
('star_lounge', 35, 21, 6, ''),
('star_lounge', 21, 22, 2, ''),
('star_lounge', 25, 22, 0, ''),
('star_lounge', 26, 22, 0, ''),
('star_lounge', 30, 22, 0, ''),
('star_lounge', 31, 22, 0, ''),
('star_lounge', 35, 23, 6, ''),
('star_lounge', 35, 24, 6, ''),
('star_lounge', 37, 24, 4, ''),
('star_lounge', 38, 24, 4, ''),
('star_lounge', 39, 24, 4, ''),
('star_lounge', 40, 24, 4, ''),
('star_lounge', 25, 25, 0, ''),
('star_lounge', 26, 25, 0, ''),
('star_lounge', 30, 25, 0, ''),
('star_lounge', 31, 25, 0, ''),
('star_lounge', 35, 25, 6, ''),
('star_lounge', 36, 25, 2, ''),
('star_lounge', 35, 26, 6, ''),
('star_lounge', 36, 26, 2, ''),
('star_lounge', 25, 27, 4, ''),
('star_lounge', 26, 27, 4, ''),
('star_lounge', 30, 27, 4, ''),
('star_lounge', 31, 27, 4, ''),
('star_lounge', 16, 31, 2, ''),
('star_lounge', 25, 31, 0, ''),
('star_lounge', 26, 31, 0, ''),
('star_lounge', 30, 31, 6, ''),
('star_lounge', 16, 32, 2, ''),
('star_lounge', 30, 32, 6, ''),
('star_lounge', 16, 33, 2, ''),
('star_lounge', 25, 33, 4, ''),
('star_lounge', 26, 33, 4, ''),
('star_lounge', 30, 33, 6, ''),
('star_lounge', 16, 34, 2, ''),
('star_lounge', 30, 34, 6, ''),
('star_lounge', 30, 35, 6, ''),
('star_lounge', 30, 36, 6, ''),
('star_lounge', 25, 37, 0, ''),
('star_lounge', 26, 37, 0, ''),
('star_lounge', 27, 37, 0, ''),
('star_lounge', 28, 37, 0, ''),
('star_lounge', 29, 37, 0, ''),
('netcafe', 20, 18, 6, ''),
('netcafe', 20, 19, 6, ''),
('netcafe', 20, 20, 6, ''),
('netcafe', 20, 21, 6, ''),
('netcafe', 16, 23, 0, ''),
('netcafe', 17, 23, 0, ''),
('netcafe', 18, 23, 0, ''),
('dusty_lounge', 8, 4, 4, ''),
('dusty_lounge', 9, 4, 4, ''),
('dusty_lounge', 8, 6, 0, ''),
('dusty_lounge', 9, 6, 0, ''),
('dusty_lounge', 3, 7, 4, ''),
('dusty_lounge', 4, 7, 4, ''),
('dusty_lounge', 3, 9, 0, ''),
('dusty_lounge', 4, 9, 0, ''),
('dusty_lounge', 21, 10, 2, ''),
('dusty_lounge', 23, 10, 6, ''),
('dusty_lounge', 26, 10, 2, ''),
('dusty_lounge', 28, 10, 6, ''),
('dusty_lounge', 11, 12, 2, ''),
('dusty_lounge', 3, 13, 4, ''),
('dusty_lounge', 4, 13, 4, ''),
('dusty_lounge', 11, 13, 2, ''),
('dusty_lounge', 3, 15, 0, ''),
('dusty_lounge', 4, 15, 0, ''),
('dusty_lounge', 11, 15, 2, ''),
('dusty_lounge', 24, 15, 4, ''),
('dusty_lounge', 11, 16, 2, ''),
('dusty_lounge', 22, 17, 2, ''),
('dusty_lounge', 26, 17, 6, ''),
('dusty_lounge', 24, 19, 0, ''),
('dusty_lounge', 12, 23, 2, ''),
('dusty_lounge', 14, 23, 6, ''),
('dusty_lounge', 12, 24, 2, ''),
('dusty_lounge', 14, 24, 6, ''),
('orient', 17, 10, 2, ''),
('orient', 19, 10, 6, ''),
('orient', 21, 10, 2, ''),
('orient', 23, 10, 6, ''),
('orient', 17, 11, 2, ''),
('orient', 19, 11, 6, ''),
('orient', 21, 11, 2, ''),
('orient', 23, 11, 6, ''),
('orient', 32, 11, 4, ''),
('orient', 17, 12, 2, ''),
('orient', 19, 12, 6, ''),
('orient', 21, 12, 2, ''),
('orient', 23, 12, 6, ''),
('orient', 31, 12, 2, ''),
('orient', 33, 12, 6, ''),
('orient', 17, 13, 2, ''),
('orient', 19, 13, 6, ''),
('orient', 21, 13, 2, ''),
('orient', 23, 13, 6, ''),
('orient', 25, 13, 4, ''),
('orient', 32, 13, 0, ''),
('orient', 17, 14, 2, ''),
('orient', 19, 14, 6, ''),
('orient', 21, 14, 2, ''),
('orient', 23, 14, 6, ''),
('orient', 26, 14, 6, ''),
('orient', 17, 15, 2, ''),
('orient', 19, 15, 6, ''),
('orient', 21, 15, 2, ''),
('orient', 23, 15, 6, ''),
('orient', 25, 15, 0, ''),
('orient', 29, 15, 2, ''),
('orient', 31, 15, 6, ''),
('orient', 30, 16, 0, ''),
('orient', 25, 24, 2, ''),
('orient', 33, 24, 6, ''),
('orient', 17, 25, 2, ''),
('orient', 19, 25, 6, ''),
('orient', 21, 25, 2, ''),
('orient', 23, 25, 6, ''),
('orient', 25, 25, 2, ''),
('orient', 33, 25, 6, ''),
('orient', 17, 26, 2, ''),
('orient', 19, 26, 6, ''),
('orient', 21, 26, 2, ''),
('orient', 23, 26, 6, ''),
('orient', 25, 26, 2, ''),
('orient', 33, 26, 6, ''),
('orient', 17, 27, 2, ''),
('orient', 19, 27, 6, ''),
('orient', 21, 27, 2, ''),
('orient', 23, 27, 6, ''),
('orient', 17, 28, 2, ''),
('orient', 19, 28, 6, ''),
('orient', 21, 28, 2, ''),
('orient', 23, 28, 6, ''),
('orient', 17, 29, 2, ''),
('orient', 19, 29, 6, ''),
('orient', 21, 29, 2, ''),
('orient', 23, 29, 6, ''),
('theater', 2, 11, 2, ''),
('theater', 2, 12, 2, ''),
('theater', 2, 15, 2, ''),
('theater', 6, 15, 0, ''),
('theater', 7, 15, 0, ''),
('theater', 8, 15, 0, ''),
('theater', 9, 15, 0, ''),
('theater', 10, 15, 0, ''),
('theater', 12, 15, 0, ''),
('theater', 13, 15, 0, ''),
('theater', 14, 15, 0, ''),
('theater', 15, 15, 0, ''),
('theater', 16, 15, 0, ''),
('theater', 2, 16, 2, ''),
('theater', 6, 20, 0, ''),
('theater', 7, 20, 0, ''),
('theater', 8, 20, 0, ''),
('theater', 9, 20, 0, ''),
('theater', 10, 20, 0, ''),
('theater', 12, 20, 0, ''),
('theater', 13, 20, 0, ''),
('theater', 14, 20, 0, ''),
('theater', 15, 20, 0, ''),
('theater', 16, 20, 0, ''),
('theater', 6, 23, 0, ''),
('theater', 7, 23, 0, ''),
('theater', 8, 23, 0, ''),
('theater', 9, 23, 0, ''),
('theater', 10, 23, 0, ''),
('theater', 12, 23, 0, ''),
('theater', 13, 23, 0, ''),
('theater', 14, 23, 0, ''),
('theater', 15, 23, 0, ''),
('theater', 16, 23, 0, ''),
('theater', 6, 26, 0, ''),
('theater', 7, 26, 0, ''),
('theater', 8, 26, 0, ''),
('theater', 9, 26, 0, ''),
('theater', 10, 26, 0, ''),
('theater', 12, 26, 0, ''),
('theater', 13, 26, 0, ''),
('theater', 14, 26, 0, ''),
('theater', 15, 26, 0, ''),
('theater', 16, 26, 0, ''),
('picnic', 12, 11, 4, ''),
('picnic', 13, 11, 4, ''),
('picnic', 14, 11, 4, ''),
('picnic', 10, 13, 2, ''),
('picnic', 15, 13, 6, ''),
('picnic', 10, 14, 2, ''),
('picnic', 15, 14, 6, ''),
('picnic', 0, 19, 2, ''),
('picnic', 0, 20, 2, ''),
('picnic', 12, 21, 4, ''),
('picnic', 13, 21, 4, ''),
('picnic', 14, 21, 4, ''),
('picnic', 17, 21, 4, ''),
('picnic', 18, 21, 4, ''),
('picnic', 19, 21, 4, ''),
('picnic', 0, 22, 2, ''),
('picnic', 0, 23, 2, ''),
('picnic', 12, 23, 2, ''),
('picnic', 19, 23, 6, ''),
('picnic', 6, 24, 4, ''),
('picnic', 7, 24, 4, ''),
('picnic', 8, 24, 4, ''),
('picnic', 12, 24, 2, ''),
('picnic', 19, 24, 6, ''),
('picnic', 12, 25, 2, ''),
('picnic', 19, 25, 6, ''),
('picnic', 12, 26, 2, ''),
('picnic', 19, 26, 6, ''),
('picnic', 0, 30, 2, ''),
('picnic', 0, 31, 2, ''),
('picnic', 12, 31, 4, ''),
('picnic', 13, 31, 4, ''),
('picnic', 14, 31, 4, ''),
('picnic', 18, 31, 4, ''),
('picnic', 19, 31, 4, ''),
('picnic', 20, 31, 4, ''),
('picnic', 12, 33, 0, ''),
('picnic', 13, 33, 0, ''),
('picnic', 14, 33, 0, ''),
('picnic', 18, 33, 0, ''),
('picnic', 19, 33, 0, ''),
('picnic', 20, 33, 0, ''),
('picnic', 12, 37, 4, ''),
('picnic', 13, 37, 4, ''),
('picnic', 14, 37, 4, ''),
('picnic', 18, 37, 4, ''),
('picnic', 19, 37, 4, ''),
('picnic', 20, 37, 4, ''),
('picnic', 12, 39, 0, ''),
('picnic', 13, 39, 0, ''),
('picnic', 14, 39, 0, ''),
('picnic', 18, 39, 0, ''),
('picnic', 19, 39, 0, ''),
('picnic', 20, 39, 0, ''),
('cinema_a', 7, 4, 2, ''),
('cinema_a', 9, 4, 6, ''),
('cinema_a', 2, 5, 4, ''),
('cinema_a', 7, 5, 2, ''),
('cinema_a', 9, 5, 6, ''),
('cinema_a', 2, 7, 0, ''),
('cinema_a', 13, 7, 0, ''),
('cinema_a', 14, 7, 0, ''),
('cinema_a', 15, 7, 0, ''),
('cinema_a', 16, 7, 0, ''),
('cinema_a', 17, 7, 0, ''),
('cinema_a', 18, 7, 0, ''),
('cinema_a', 13, 9, 0, ''),
('cinema_a', 14, 9, 0, ''),
('cinema_a', 15, 9, 0, ''),
('cinema_a', 16, 9, 0, ''),
('cinema_a', 17, 9, 0, ''),
('cinema_a', 18, 9, 0, ''),
('cinema_a', 19, 9, 0, ''),
('cinema_a', 20, 9, 0, ''),
('cinema_a', 2, 10, 4, ''),
('cinema_a', 9, 10, 4, ''),
('cinema_a', 2, 12, 0, ''),
('cinema_a', 9, 12, 0, ''),
('cinema_a', 17, 12, 6, ''),
('cinema_a', 19, 12, 2, ''),
('cinema_a', 15, 13, 2, ''),
('cinema_a', 20, 13, 6, ''),
('cinema_a', 2, 15, 4, ''),
('cinema_a', 14, 15, 4, ''),
('cinema_a', 19, 15, 4, ''),
('cinema_a', 7, 16, 2, ''),
('cinema_a', 9, 16, 6, ''),
('cinema_a', 13, 16, 2, ''),
('cinema_a', 14, 16, 6, ''),
('cinema_a', 2, 17, 0, ''),
('cinema_a', 7, 17, 2, ''),
('cinema_a', 9, 17, 6, ''),
('cinema_a', 19, 17, 2, ''),
('cinema_a', 14, 18, 4, ''),
('cinema_a', 3, 20, 6, ''),
('cinema_a', 14, 20, 0, ''),
('cinema_a', 19, 20, 2, ''),
('cinema_a', 20, 20, 6, ''),
('cinema_a', 3, 21, 6, ''),
('cinema_a', 19, 21, 0, ''),
('cinema_a', 3, 22, 6, ''),
('cinema_a', 18, 22, 0, ''),
('cinema_a', 3, 23, 6, ''),
('cinema_a', 3, 24, 6, ''),
('park_a', 8, 9, 4, ''),
('park_a', 9, 9, 4, ''),
('park_a', 7, 11, 2, ''),
('park_a', 7, 12, 2, ''),
('park_a', 35, 16, 2, ''),
('park_a', 37, 16, 4, ''),
('park_a', 38, 16, 4, ''),
('park_a', 35, 17, 2, ''),
('park_a', 27, 18, 4, ''),
('park_a', 28, 18, 4, ''),
('park_a', 35, 18, 2, ''),
('park_a', 25, 19, 2, ''),
('park_a', 35, 19, 2, ''),
('park_a', 25, 20, 2, ''),
('park_a', 25, 29, 4, ''),
('park_a', 26, 29, 4, ''),
('park_a', 23, 30, 2, ''),
('park_a', 23, 31, 2, ''),
('pool_a', 18, 5, 2, ''),
('pool_a', 18, 6, 2, ''),
('pool_a', 8, 20, 4, ''),
('pool_a', 25, 20, 4, ''),
('pool_a', 7, 21, 2, ''),
('pool_a', 9, 21, 6, ''),
('pool_a', 24, 21, 2, ''),
('pool_a', 8, 22, 0, ''),
('pool_a', 10, 34, 4, ''),
('pool_a', 9, 35, 2, ''),
('pool_a', 11, 35, 6, ''),
('pool_a', 10, 36, 0, ''),
('pool_a', 15, 36, 4, ''),
('pool_a', 21, 36, 4, ''),
('pool_a', 22, 36, 4, ''),
('pool_a', 14, 37, 2, ''),
('pool_a', 16, 37, 6, ''),
('pool_a', 14, 38, 2, ''),
('pool_a', 16, 38, 6, ''),
('pool_a', 21, 38, 0, ''),
('pool_a', 22, 38, 0, ''),
('pool_a', 15, 39, 0, ''),
('pool_a', 20, 41, 4, ''),
('pool_a', 21, 41, 4, ''),
('pool_a', 20, 43, 0, ''),
('pool_a', 21, 43, 0, ''),
('old_skool', 9, 4, 0, 'mobiles_chair3'),
('old_skool', 10, 4, 0, 'mobiles_chair3'),
('old_skool', 11, 4, 0, 'mobiles_chair3'),
('old_skool', 12, 4, 0, 'mobiles_chair3'),
('old_skool', 1, 10, 4, 'mobiles_chair1'),
('old_skool', 10, 10, 4, 'mobiles_chair1'),
('old_skool', 0, 11, 2, 'mobiles_chair1'),
('old_skool', 1, 11, 0, ''),
('old_skool', 2, 11, 0, ''),
('old_skool', 3, 11, 6, 'mobiles_chair1'),
('old_skool', 10, 11, 0, ''),
('old_skool', 11, 11, 0, ''),
('old_skool', 1, 12, 0, ''),
('old_skool', 2, 12, 0, ''),
('old_skool', 9, 12, 2, 'mobiles_chair1'),
('old_skool', 10, 12, 0, ''),
('old_skool', 11, 12, 0, ''),
('old_skool', 12, 12, 6, 'mobiles_chair1'),
('old_skool', 1, 13, 0, 'mobiles_chair1'),
('old_skool', 11, 13, 0, 'mobiles_chair1'),
('old_skool', 0, 15, 4, 'mobiles_chair1'),
('old_skool', 0, 17, 2, 'mobiles_chair1'),
('old_skool', 1, 17, 0, ''),
('old_skool', 2, 17, 0, ''),
('old_skool', 3, 17, 6, 'mobiles_chair1'),
('old_skool', 1, 18, 0, ''),
('old_skool', 2, 18, 0, ''),
('old_skool', 2, 19, 0, 'mobiles_chair1'),
('old_skool', 1, 21, 4, 'mobiles_chair1'),
('old_skool', 6, 21, 0, ''),
('old_skool', 7, 21, 0, ''),
('old_skool', 12, 21, 4, 'mobiles_chair1'),
('old_skool', 0, 22, 2, 'mobiles_chair1'),
('old_skool', 1, 22, 0, ''),
('old_skool', 2, 22, 0, ''),
('old_skool', 3, 22, 6, 'mobiles_chair1'),
('old_skool', 5, 22, 2, 'mobiles_chair1'),
('old_skool', 6, 22, 0, ''),
('old_skool', 7, 22, 0, ''),
('old_skool', 8, 22, 6, 'mobiles_chair1'),
('old_skool', 11, 22, 2, 'mobiles_chair1'),
('old_skool', 12, 22, 0, ''),
('old_skool', 13, 22, 0, ''),
('old_skool', 14, 22, 6, 'mobiles_chair1'),
('old_skool', 1, 23, 0, ''),
('old_skool', 2, 23, 0, ''),
('old_skool', 12, 23, 0, ''),
('old_skool', 13, 23, 0, ''),
('old_skool', 1, 24, 0, 'mobiles_chair1'),
('old_skool', 7, 24, 4, 'mobiles_chair1'),
('old_skool', 13, 24, 0, 'mobiles_chair1'),
('pizza', 15, 0, 2, ''),
('pizza', 14, 3, 4, 'pizza_sofa1'),
('pizza', 15, 3, 4, 'pizza_sofa2'),
('pizza', 15, 5, 2, ''),
('pizza', 0, 6, 2, ''),
('pizza', 14, 6, 0, 'pizza_sofa3'),
('pizza', 15, 6, 0, 'pizza_sofa4'),
('pizza', 1, 8, 4, 'pizza_chair'),
('pizza', 2, 8, 4, 'pizza_chair'),
('pizza', 2, 10, 2, ''),
('pizza', 14, 10, 4, 'pizza_sofa1'),
('pizza', 15, 10, 4, 'pizza_sofa2'),
('pizza', 1, 11, 0, 'pizza_chair'),
('pizza', 2, 11, 0, 'pizza_chair'),
('pizza', 15, 12, 2, ''),
('pizza', 14, 13, 0, 'pizza_sofa3'),
('pizza', 15, 13, 0, 'pizza_sofa4'),
('pizza', 1, 16, 4, 'pizza_chair'),
('pizza', 2, 16, 4, 'pizza_chair'),
('pizza', 2, 18, 2, ''),
('pizza', 1, 19, 0, 'pizza_chair'),
('pizza', 2, 19, 0, 'pizza_chair'),
('pizza', 11, 21, 2, 'pizza_chair'),
('pizza', 14, 21, 6, 'pizza_chair'),
('pizza', 11, 22, 2, 'pizza_chair'),
('pizza', 13, 22, 0, ''),
('pizza', 14, 22, 6, 'pizza_chair'),
('pizza', 0, 25, 2, ''),
('pizza', 15, 25, 2, ''),
('pub_a', 19, 1, 4, 'pub_sofa2'),
('pub_a', 20, 1, 4, 'pub_sofa'),
('pub_a', 21, 1, 4, 'pub_sofa'),
('pub_a', 11, 2, 0, ''),
('pub_a', 12, 2, 6, 'pub_chair'),
('pub_a', 11, 3, 0, ''),
('pub_a', 11, 4, 0, ''),
('pub_a', 12, 4, 6, 'pub_chair'),
('pub_a', 11, 5, 0, ''),
('pub_a', 18, 5, 1, ''),
('pub_a', 11, 6, 0, ''),
('pub_a', 12, 6, 6, 'pub_chair'),
('pub_a', 18, 6, 0, ''),
('pub_a', 11, 7, 0, ''),
('pub_a', 18, 7, 0, ''),
('pub_a', 11, 8, 0, ''),
('pub_a', 12, 8, 6, 'pub_chair'),
('pub_a', 18, 8, 0, ''),
('pub_a', 10, 9, 0, ''),
('pub_a', 11, 9, 0, ''),
('pub_a', 18, 9, 0, ''),
('pub_a', 18, 10, 0, ''),
('pub_a', 2, 11, 4, 'pub_chair2'),
('pub_a', 3, 11, 4, 'pub_chair2'),
('pub_a', 5, 11, 4, 'pub_chair2'),
('pub_a', 6, 11, 4, 'pub_chair2'),
('pub_a', 8, 11, 1, ''),
('pub_a', 18, 11, 0, ''),
('pub_a', 8, 12, 0, ''),
('pub_a', 18, 12, 0, ''),
('pub_a', 8, 13, 0, ''),
('pub_a', 9, 13, 2, 'pub_chair2'),
('pub_a', 14, 13, 2, 'pub_chair3'),
('pub_a', 15, 13, 1, ''),
('pub_a', 16, 13, 6, 'pub_chair3'),
('pub_a', 18, 13, 0, ''),
('pub_a', 8, 14, 2, ''),
('pub_a', 9, 14, 2, 'pub_chair2'),
('pub_a', 14, 14, 2, 'pub_chair3'),
('pub_a', 15, 14, 2, ''),
('pub_a', 16, 14, 6, 'pub_chair3'),
('pub_a', 18, 14, 0, ''),
('pub_a', 1, 15, 0, ''),
('pub_a', 5, 15, 1, ''),
('pub_a', 18, 15, 0, ''),
('pub_a', 1, 16, 2, 'pub_sofa2'),
('pub_a', 5, 16, 0, ''),
('pub_a', 18, 16, 0, ''),
('pub_a', 1, 17, 2, 'pub_sofa'),
('pub_a', 5, 17, 0, ''),
('pub_a', 13, 17, 4, 'pub_chair3'),
('pub_a', 14, 17, 4, 'pub_chair3'),
('pub_a', 15, 17, 4, 'pub_chair3'),
('pub_a', 16, 17, 4, 'pub_chair3'),
('pub_a', 18, 17, 0, ''),
('pub_a', 1, 18, 2, 'pub_sofa'),
('pub_a', 5, 18, 0, ''),
('pub_a', 13, 18, 5, ''),
('pub_a', 14, 18, 6, ''),
('pub_a', 15, 18, 6, ''),
('pub_a', 16, 18, 4, ''),
('pub_a', 18, 18, 0, ''),
('pub_a', 2, 19, 0, 'pub_sofa'),
('pub_a', 3, 19, 0, 'pub_sofa2'),
('pub_a', 5, 19, 0, ''),
('pub_a', 13, 19, 0, 'pub_chair3'),
('pub_a', 14, 19, 0, 'pub_chair3'),
('pub_a', 15, 19, 0, 'pub_chair3'),
('pub_a', 16, 19, 0, 'pub_chair3'),
('pub_a', 18, 19, 0, ''),
('pub_a', 1, 20, 5, ''),
('pub_a', 2, 20, 6, ''),
('pub_a', 3, 20, 6, ''),
('pub_a', 4, 20, 6, ''),
('pub_a', 5, 20, 3, ''),
('pub_a', 18, 20, 0, ''),
('pub_a', 7, 21, 4, 'pub_sofa2'),
('pub_a', 8, 21, 4, 'pub_sofa'),
('pub_a', 12, 21, 5, ''),
('pub_a', 13, 21, 6, ''),
('pub_a', 14, 21, 6, ''),
('pub_a', 15, 21, 6, ''),
('pub_a', 16, 21, 6, ''),
('pub_a', 17, 21, 6, ''),
('pub_a', 18, 21, 3, ''),
('pub_a', 6, 22, 2, 'pub_sofa2'),
('pub_a', 15, 22, 0, ''),
('pub_a', 16, 22, 4, 'pub_chair2'),
('pub_a', 17, 22, 4, 'pub_chair2'),
('pub_a', 6, 23, 2, 'pub_sofa'),
('pub_a', 8, 23, 1, ''),
('pub_a', 6, 24, 2, 'pub_sofa'),
('pub_a', 8, 24, 0, ''),
('pub_a', 6, 25, 2, 'pub_sofa'),
('pub_a', 8, 25, 2, ''),
('newbie_lobby', 16, 0, 0, ''),
('newbie_lobby', 17, 0, 4, 'crl_sofa2c'),
('newbie_lobby', 18, 0, 4, 'crl_sofa2b'),
('newbie_lobby', 19, 0, 4, 'crl_sofa2a'),
('newbie_lobby', 20, 0, 0, ''),
('newbie_lobby', 16, 1, 2, 'crl_chair'),
('newbie_lobby', 7, 2, 0, ''),
('newbie_lobby', 11, 2, 0, ''),
('newbie_lobby', 16, 2, 2, 'crl_chair'),
('newbie_lobby', 5, 3, 0, ''),
('newbie_lobby', 7, 3, 2, 'crl_chair'),
('newbie_lobby', 9, 3, 0, ''),
('newbie_lobby', 11, 3, 6, 'crl_sofa1c'),
('newbie_lobby', 16, 3, 2, 'crl_chair'),
('newbie_lobby', 19, 3, 0, ''),
('newbie_lobby', 20, 3, 0, ''),
('newbie_lobby', 0, 4, 0, ''),
('newbie_lobby', 1, 4, 4, 'crl_sofa2c'),
('newbie_lobby', 2, 4, 4, 'crl_sofa2b'),
('newbie_lobby', 3, 4, 4, 'crl_sofa2a'),
('newbie_lobby', 4, 4, 0, ''),
('newbie_lobby', 9, 4, 0, ''),
('newbie_lobby', 11, 4, 6, 'crl_sofa1b'),
('newbie_lobby', 15, 4, 0, ''),
('newbie_lobby', 16, 4, 0, ''),
('newbie_lobby', 0, 5, 2, 'crl_chair'),
('newbie_lobby', 7, 5, 2, 'crl_chair'),
('newbie_lobby', 11, 5, 6, 'crl_sofa1a'),
('newbie_lobby', 2, 6, 0, ''),
('newbie_lobby', 3, 6, 0, ''),
('newbie_lobby', 11, 6, 0, ''),
('newbie_lobby', 0, 7, 2, 'crl_chair'),
('newbie_lobby', 0, 8, 0, ''),
('newbie_lobby', 1, 8, 0, 'crl_sofa3c'),
('newbie_lobby', 2, 8, 0, 'crl_sofa3b'),
('newbie_lobby', 3, 8, 0, 'crl_sofa3a'),
('newbie_lobby', 4, 8, 0, ''),
('newbie_lobby', 19, 8, 0, 'crl_barchair2'),
('newbie_lobby', 20, 8, 0, ''),
('newbie_lobby', 21, 8, 0, 'crl_barchair2'),
('newbie_lobby', 5, 9, 0, ''),
('newbie_lobby', 9, 9, 0, ''),
('newbie_lobby', 8, 15, 0, ''),
('newbie_lobby', 9, 15, 0, ''),
('newbie_lobby', 10, 15, 0, ''),
('newbie_lobby', 10, 16, 0, ''),
('newbie_lobby', 10, 17, 0, ''),
('newbie_lobby', 10, 18, 0, ''),
('newbie_lobby', 10, 19, 0, ''),
('newbie_lobby', 10, 20, 0, ''),
('newbie_lobby', 10, 21, 0, ''),
('newbie_lobby', 10, 22, 0, ''),
('newbie_lobby', 10, 23, 0, ''),
('newbie_lobby', 7, 24, 0, ''),
('newbie_lobby', 10, 24, 0, ''),
('newbie_lobby', 7, 25, 0, ''),
('newbie_lobby', 8, 25, 0, ''),
('newbie_lobby', 9, 25, 0, ''),
('newbie_lobby', 10, 25, 0, ''),
('newbie_lobby', 12, 27, 0, ''),
('newbie_lobby', 13, 27, 0, ''),
('newbie_lobby', 14, 27, 0, ''),
('newbie_lobby', 15, 27, 0, ''),
('tearoom', 13, 1, 4, 'hardwoodsofa1'),
('tearoom', 14, 1, 4, 'hardwoodsofa2'),
('tearoom', 15, 1, 4, 'hardwoodsofa3'),
('tearoom', 16, 1, 0, ''),
('tearoom', 18, 1, 4, 'hardwoodsofa1'),
('tearoom', 19, 1, 4, 'hardwoodsofa2'),
('tearoom', 20, 1, 4, 'hardwoodsofa3'),
('tearoom', 13, 3, 0, ''),
('tearoom', 15, 3, 0, ''),
('tearoom', 18, 3, 0, ''),
('tearoom', 20, 3, 0, ''),
('tearoom', 2, 6, 4, 'teastool'),
('tearoom', 3, 6, 4, 'teastool'),
('tearoom', 8, 6, 4, 'chinastoolred'),
('tearoom', 9, 6, 4, 'chinastoolred'),
('tearoom', 10, 6, 4, 'chinastoolred'),
('tearoom', 11, 6, 4, 'chinastoolred'),
('tearoom', 2, 8, 0, ''),
('tearoom', 3, 8, 0, ''),
('tearoom', 2, 9, 0, 'teastool2'),
('tearoom', 3, 9, 0, 'teastool2'),
('tearoom', 16, 9, 4, 'teastool'),
('tearoom', 17, 9, 4, 'teastool'),
('tearoom', 16, 11, 0, ''),
('tearoom', 17, 11, 0, ''),
('tearoom', 2, 12, 4, 'teastool'),
('tearoom', 3, 12, 4, 'teastool'),
('tearoom', 16, 12, 0, 'teastool2'),
('tearoom', 17, 12, 0, 'teastool2'),
('tearoom', 2, 14, 0, ''),
('tearoom', 3, 14, 0, ''),
('tearoom', 2, 15, 0, 'teastool2'),
('tearoom', 3, 15, 0, 'teastool2'),
('tearoom', 0, 18, 0, ''),
('tearoom', 0, 19, 2, 'chinastoolgreen'),
('tearoom', 0, 20, 2, 'chinastoolgreen'),
('tearoom', 0, 21, 0, ''),
('rooftop', 0, 1, 4, 'rooftop_minichair'),
('rooftop', 16, 1, 4, ''),
('rooftop', 17, 1, 4, ''),
('rooftop', 0, 2, 0, ''),
('rooftop', 1, 2, 6, 'rooftop_minichair'),
('rooftop', 0, 3, 0, 'rooftop_minichair'),
('rooftop', 16, 4, 0, ''),
('rooftop', 17, 4, 0, ''),
('rooftop', 2, 6, 4, 'rooftop_minichair'),
('rooftop', 1, 7, 2, 'rooftop_minichair'),
('rooftop', 2, 7, 0, ''),
('rooftop', 3, 7, 6, 'rooftop_minichair'),
('rooftop', 2, 8, 0, 'rooftop_minichair'),
('rooftop', 0, 9, 4, 'rooftop_minichair'),
('rooftop', 0, 10, 0, ''),
('rooftop', 0, 11, 0, 'rooftop_minichair'),
('rooftop', 1, 13, 2, ''),
('rooftop', 6, 13, 6, ''),
('rooftop', 8, 13, 2, ''),
('rooftop', 13, 13, 6, ''),
('rooftop', 1, 14, 2, ''),
('rooftop', 6, 14, 6, ''),
('rooftop', 8, 14, 2, ''),
('rooftop', 13, 14, 6, ''),
('rooftop', 1, 15, 2, ''),
('rooftop', 6, 15, 6, ''),
('rooftop', 8, 15, 2, ''),
('rooftop', 13, 15, 6, ''),
('rooftop', 1, 16, 2, ''),
('rooftop', 6, 16, 6, ''),
('rooftop', 8, 16, 2, ''),
('rooftop', 13, 16, 6, ''),
('rooftop', 1, 17, 0, ''),
('rooftop', 2, 17, 0, ''),
('rooftop', 3, 17, 0, ''),
('rooftop', 4, 17, 0, ''),
('rooftop', 5, 17, 0, ''),
('rooftop', 6, 17, 0, ''),
('rooftop', 8, 17, 0, ''),
('rooftop', 9, 17, 0, ''),
('rooftop', 10, 17, 0, ''),
('rooftop', 11, 17, 0, ''),
('rooftop', 12, 17, 0, ''),
('rooftop', 13, 17, 0, ''),
('rooftop_2', 8, 0, 4, 'rooftop_bigchair'),
('rooftop_2', 8, 1, 0, ''),
('rooftop_2', 0, 2, 4, 'rooftop_sofab'),
('rooftop_2', 1, 2, 4, 'rooftop_sofa'),
('rooftop_2', 8, 2, 0, 'rooftop_bigchair'),
('rooftop_2', 8, 3, 4, 'rooftop_bigchair'),
('rooftop_2', 8, 4, 0, ''),
('rooftop_2', 0, 5, 0, 'rooftop_sofab'),
('rooftop_2', 1, 5, 0, 'rooftop_sofa'),
('rooftop_2', 8, 5, 0, 'rooftop_bigchair'),
('rooftop_2', 0, 6, 4, 'rooftop_sofab'),
('rooftop_2', 1, 6, 4, 'rooftop_sofa'),
('rooftop_2', 7, 6, 4, 'rooftop_sofab'),
('rooftop_2', 8, 6, 4, 'rooftop_sofa'),
('rooftop_2', 0, 9, 0, 'rooftop_sofab'),
('rooftop_2', 1, 9, 0, 'rooftop_sofa'),
('rooftop_2', 7, 9, 0, 'rooftop_sofab'),
('rooftop_2', 8, 9, 0, 'rooftop_sofa'),
('star_lounge', 21, 15, 0, ''),
('star_lounge', 22, 15, 4, 'star_sofa'),
('star_lounge', 23, 15, 4, 'star_sofa2'),
('star_lounge', 24, 15, 0, ''),
('star_lounge', 21, 16, 2, 'star_sofa2'),
('star_lounge', 32, 16, 0, ''),
('star_lounge', 33, 16, 0, ''),
('star_lounge', 34, 16, 0, ''),
('star_lounge', 21, 17, 2, 'star_sofa'),
('star_lounge', 28, 17, 0, ''),
('star_lounge', 21, 18, 2, 'star_sofa2'),
('star_lounge', 35, 18, 6, 'star_sofa'),
('star_lounge', 21, 19, 2, 'star_sofa'),
('star_lounge', 35, 19, 6, 'star_sofa2'),
('star_lounge', 21, 20, 2, 'star_sofa2'),
('star_lounge', 24, 20, 2, 'star_sofa2'),
('star_lounge', 32, 20, 6, 'star_sofa'),
('star_lounge', 35, 20, 6, 'star_sofa'),
('star_lounge', 21, 21, 2, 'star_sofa'),
('star_lounge', 24, 21, 2, 'star_sofa'),
('star_lounge', 32, 21, 6, 'star_sofa2'),
('star_lounge', 35, 21, 6, 'star_sofa2'),
('star_lounge', 21, 22, 2, 'star_sofachair'),
('star_lounge', 24, 22, 0, ''),
('star_lounge', 25, 22, 0, 'star_sofa2'),
('star_lounge', 26, 22, 0, 'star_sofa'),
('star_lounge', 30, 22, 0, 'star_sofa2'),
('star_lounge', 31, 22, 0, 'star_sofa'),
('star_lounge', 32, 22, 0, ''),
('star_lounge', 35, 22, 0, ''),
('star_lounge', 21, 23, 0, ''),
('star_lounge', 35, 23, 6, 'star_sofa'),
('star_lounge', 22, 24, 0, ''),
('star_lounge', 35, 24, 6, 'star_sofa2'),
('star_lounge', 37, 24, 4, 'star_sofa'),
('star_lounge', 38, 24, 4, 'star_sofa2'),
('star_lounge', 39, 24, 4, 'star_sofa'),
('star_lounge', 40, 24, 4, 'star_sofa2'),
('star_lounge', 22, 25, 0, ''),
('star_lounge', 25, 25, 0, 'star_sofa2'),
('star_lounge', 26, 25, 0, 'star_sofa'),
('star_lounge', 30, 25, 0, 'star_sofa2'),
('star_lounge', 31, 25, 0, 'star_sofa'),
('star_lounge', 35, 25, 6, 'star_sofa'),
('star_lounge', 36, 25, 2, 'star_sofa2'),
('star_lounge', 22, 26, 0, ''),
('star_lounge', 25, 26, 0, ''),
('star_lounge', 26, 26, 0, ''),
('star_lounge', 30, 26, 0, ''),
('star_lounge', 31, 26, 0, ''),
('star_lounge', 35, 26, 6, 'star_sofa2'),
('star_lounge', 36, 26, 2, 'star_sofa'),
('star_lounge', 39, 26, 0, ''),
('star_lounge', 40, 26, 0, ''),
('star_lounge', 22, 27, 0, ''),
('star_lounge', 25, 27, 4, 'star_sofa'),
('star_lounge', 26, 27, 4, 'star_sofa2'),
('star_lounge', 30, 27, 4, 'star_sofa'),
('star_lounge', 31, 27, 4, 'star_sofa2'),
('star_lounge', 35, 27, 0, ''),
('star_lounge', 36, 27, 0, ''),
('star_lounge', 37, 27, 0, ''),
('star_lounge', 22, 28, 0, ''),
('star_lounge', 22, 29, 0, ''),
('star_lounge', 25, 29, 0, ''),
('star_lounge', 26, 29, 0, ''),
('star_lounge', 16, 30, 0, ''),
('star_lounge', 22, 30, 0, ''),
('star_lounge', 16, 31, 2, 'star_sofa2'),
('star_lounge', 22, 31, 0, ''),
('star_lounge', 25, 31, 0, 'star_sofa2'),
('star_lounge', 26, 31, 0, 'star_sofa'),
('star_lounge', 30, 31, 6, 'star_sofa'),
('star_lounge', 16, 32, 2, 'star_sofa'),
('star_lounge', 22, 32, 0, ''),
('star_lounge', 25, 32, 0, ''),
('star_lounge', 26, 32, 0, ''),
('star_lounge', 30, 32, 6, 'star_sofa2'),
('star_lounge', 16, 33, 2, 'star_sofa2'),
('star_lounge', 22, 33, 0, ''),
('star_lounge', 25, 33, 4, 'star_sofa'),
('star_lounge', 26, 33, 4, 'star_sofa2'),
('star_lounge', 30, 33, 6, 'star_sofa'),
('star_lounge', 16, 34, 2, 'star_sofa'),
('star_lounge', 30, 34, 6, 'star_sofa2'),
('star_lounge', 35, 34, 0, ''),
('star_lounge', 36, 34, 0, ''),
('star_lounge', 16, 35, 0, ''),
('star_lounge', 30, 35, 6, 'star_sofa'),
('star_lounge', 30, 36, 6, 'star_sofa2'),
('star_lounge', 25, 37, 0, 'star_sofachair'),
('star_lounge', 26, 37, 0, 'star_sofa2'),
('star_lounge', 27, 37, 0, 'star_sofa'),
('star_lounge', 28, 37, 0, 'star_sofa2'),
('star_lounge', 29, 37, 0, 'star_sofa'),
('star_lounge', 30, 37, 0, ''),
('netcafe', 6, 0, 4, ''),
('netcafe', 7, 0, 4, ''),
('netcafe', 10, 1, 0, ''),
('netcafe', 13, 1, 0, ''),
('netcafe', 16, 1, 0, ''),
('netcafe', 19, 1, 0, ''),
('netcafe', 5, 3, 0, ''),
('netcafe', 6, 3, 0, ''),
('netcafe', 12, 3, 0, ''),
('netcafe', 13, 3, 0, ''),
('netcafe', 19, 3, 0, ''),
('netcafe', 20, 3, 0, ''),
('netcafe', 12, 4, 4, ''),
('netcafe', 13, 4, 4, ''),
('netcafe', 19, 4, 4, ''),
('netcafe', 20, 4, 4, ''),
('netcafe', 0, 5, 4, ''),
('netcafe', 1, 5, 4, ''),
('netcafe', 2, 5, 4, ''),
('netcafe', 3, 5, 4, ''),
('netcafe', 15, 7, 2, ''),
('netcafe', 16, 7, 6, ''),
('netcafe', 17, 7, 0, ''),
('netcafe', 18, 7, 6, ''),
('netcafe', 15, 8, 2, ''),
('netcafe', 16, 8, 4, ''),
('netcafe', 18, 8, 6, ''),
('netcafe', 4, 9, 6, ''),
('netcafe', 9, 9, 2, ''),
('netcafe', 10, 9, 6, ''),
('netcafe', 11, 9, 0, ''),
('netcafe', 12, 9, 6, ''),
('netcafe', 15, 9, 2, ''),
('netcafe', 16, 9, 2, ''),
('netcafe', 18, 9, 6, ''),
('netcafe', 4, 10, 6, ''),
('netcafe', 9, 10, 2, ''),
('netcafe', 10, 10, 4, ''),
('netcafe', 12, 10, 6, ''),
('netcafe', 15, 10, 2, ''),
('netcafe', 16, 10, 0, ''),
('netcafe', 18, 10, 6, ''),
('netcafe', 4, 11, 6, ''),
('netcafe', 9, 11, 2, ''),
('netcafe', 10, 11, 2, ''),
('netcafe', 12, 11, 6, ''),
('netcafe', 4, 12, 6, ''),
('netcafe', 9, 12, 2, ''),
('netcafe', 10, 12, 0, ''),
('netcafe', 12, 12, 6, ''),
('netcafe', 4, 13, 6, ''),
('netcafe', 5, 16, 0, ''),
('netcafe', 6, 16, 0, ''),
('netcafe', 7, 16, 0, ''),
('netcafe', 8, 16, 0, ''),
('netcafe', 9, 16, 0, ''),
('netcafe', 15, 16, 0, ''),
('netcafe', 9, 17, 0, ''),
('netcafe', 6, 18, 6, ''),
('netcafe', 9, 18, 0, ''),
('netcafe', 20, 18, 6, 'sofabig3'),
('netcafe', 9, 19, 0, ''),
('netcafe', 17, 19, 4, ''),
('netcafe', 18, 19, 0, ''),
('netcafe', 20, 19, 6, 'sofabig2'),
('netcafe', 17, 20, 2, ''),
('netcafe', 20, 20, 6, 'sofabig2'),
('netcafe', 6, 21, 6, ''),
('netcafe', 17, 21, 0, ''),
('netcafe', 20, 21, 6, 'sofabig1'),
('netcafe', 16, 23, 0, 'sofalittle3'),
('netcafe', 17, 23, 0, 'sofalittle2'),
('netcafe', 18, 23, 0, 'sofalittle1'),
('netcafe', 20, 23, 0, ''),
('dusty_lounge', 8, 4, 4, 'greenchair2'),
('dusty_lounge', 9, 4, 4, 'greenchair1'),
('dusty_lounge', 8, 6, 0, 'greenchair2'),
('dusty_lounge', 9, 6, 0, 'greenchair1'),
('dusty_lounge', 20, 6, 2, ''),
('dusty_lounge', 28, 6, 2, ''),
('dusty_lounge', 3, 7, 4, 'greenchair2'),
('dusty_lounge', 4, 7, 4, 'greenchair1'),
('dusty_lounge', 3, 9, 0, 'greenchair2'),
('dusty_lounge', 4, 9, 0, 'greenchair1'),
('dusty_lounge', 21, 10, 2, 'yellowchair'),
('dusty_lounge', 23, 10, 6, 'yellowchair'),
('dusty_lounge', 26, 10, 2, 'yellowchair'),
('dusty_lounge', 28, 10, 6, 'yellowchair'),
('dusty_lounge', 11, 12, 2, 'greenchair2'),
('dusty_lounge', 3, 13, 4, 'greenchair2'),
('dusty_lounge', 4, 13, 4, 'greenchair1'),
('dusty_lounge', 11, 13, 2, 'greenchair1'),
('dusty_lounge', 11, 14, 2, ''),
('dusty_lounge', 3, 15, 0, 'greenchair2'),
('dusty_lounge', 4, 15, 0, 'greenchair1'),
('dusty_lounge', 11, 15, 2, 'greenchair2'),
('dusty_lounge', 24, 15, 4, 'yellowchair'),
('dusty_lounge', 11, 16, 2, 'greenchair1'),
('dusty_lounge', 22, 17, 2, 'yellowchair'),
('dusty_lounge', 24, 17, 2, ''),
('dusty_lounge', 26, 17, 6, 'yellowchair'),
('dusty_lounge', 11, 19, 2, ''),
('dusty_lounge', 24, 19, 0, 'yellowchair'),
('dusty_lounge', 12, 23, 2, 'greenchair2'),
('dusty_lounge', 14, 23, 6, 'greenchair2'),
('dusty_lounge', 12, 24, 2, 'greenchair1'),
('dusty_lounge', 14, 24, 6, 'greenchair1'),
('orient', 17, 10, 2, 'bench'),
('orient', 19, 10, 6, 'bench'),
('orient', 21, 10, 2, 'bench'),
('orient', 23, 10, 6, 'bench'),
('orient', 17, 11, 2, 'bench'),
('orient', 19, 11, 6, 'bench'),
('orient', 21, 11, 2, 'bench'),
('orient', 23, 11, 6, 'bench'),
('orient', 32, 11, 4, 'koc_chair'),
('orient', 17, 12, 2, 'bench'),
('orient', 19, 12, 6, 'bench'),
('orient', 21, 12, 2, 'bench'),
('orient', 23, 12, 6, 'bench'),
('orient', 31, 12, 2, 'koc_chair'),
('orient', 32, 12, 0, ''),
('orient', 33, 12, 6, 'koc_chair'),
('orient', 17, 13, 2, 'bench'),
('orient', 19, 13, 6, 'bench'),
('orient', 21, 13, 2, 'bench'),
('orient', 23, 13, 6, 'bench'),
('orient', 25, 13, 4, 'koc_chair'),
('orient', 32, 13, 0, 'koc_chair'),
('orient', 17, 14, 2, 'bench'),
('orient', 19, 14, 6, 'bench'),
('orient', 21, 14, 2, 'bench'),
('orient', 23, 14, 6, 'bench'),
('orient', 25, 14, 0, ''),
('orient', 26, 14, 6, 'koc_chair'),
('orient', 17, 15, 2, 'bench'),
('orient', 19, 15, 6, 'bench'),
('orient', 21, 15, 2, 'bench'),
('orient', 23, 15, 6, 'bench'),
('orient', 25, 15, 0, 'koc_chair'),
('orient', 29, 15, 2, 'koc_chair'),
('orient', 30, 15, 0, ''),
('orient', 31, 15, 6, 'koc_chair'),
('orient', 30, 16, 0, 'koc_chair'),
('orient', 25, 24, 2, 'chairf1'),
('orient', 33, 24, 6, 'chairf1'),
('orient', 17, 25, 2, 'bench'),
('orient', 19, 25, 6, 'bench'),
('orient', 21, 25, 2, 'bench'),
('orient', 23, 25, 6, 'bench'),
('orient', 25, 25, 2, 'chairf1'),
('orient', 33, 25, 6, 'chairf1'),
('orient', 17, 26, 2, 'bench'),
('orient', 19, 26, 6, 'bench'),
('orient', 21, 26, 2, 'bench'),
('orient', 23, 26, 6, 'bench'),
('orient', 25, 26, 2, 'chairf1'),
('orient', 33, 26, 6, 'chairf1'),
('orient', 17, 27, 2, 'bench'),
('orient', 19, 27, 6, 'bench'),
('orient', 21, 27, 2, 'bench'),
('orient', 23, 27, 6, 'bench'),
('orient', 17, 28, 2, 'bench'),
('orient', 19, 28, 6, 'bench'),
('orient', 21, 28, 2, 'bench'),
('orient', 23, 28, 6, 'bench'),
('orient', 17, 29, 2, 'bench'),
('orient', 19, 29, 6, 'bench'),
('orient', 21, 29, 2, 'bench'),
('orient', 23, 29, 6, 'bench'),
('theater', 11, 10, 0, ''),
('theater', 2, 11, 2, 'thchair2'),
('theater', 2, 12, 2, 'thchair2'),
('theater', 2, 15, 2, 'thchair2'),
('theater', 6, 15, 0, 'thchair1'),
('theater', 7, 15, 0, 'thchair1'),
('theater', 8, 15, 0, 'thchair1'),
('theater', 9, 15, 0, 'thchair1'),
('theater', 10, 15, 0, 'thchair1'),
('theater', 12, 15, 0, 'thchair1'),
('theater', 13, 15, 0, 'thchair1'),
('theater', 14, 15, 0, 'thchair1'),
('theater', 15, 15, 0, 'thchair1'),
('theater', 16, 15, 0, 'thchair1'),
('theater', 2, 16, 2, 'thchair2'),
('theater', 6, 20, 0, 'thchair1'),
('theater', 7, 20, 0, 'thchair1'),
('theater', 8, 20, 0, 'thchair1'),
('theater', 9, 20, 0, 'thchair1'),
('theater', 10, 20, 0, 'thchair1'),
('theater', 12, 20, 0, 'thchair1'),
('theater', 13, 20, 0, 'thchair1'),
('theater', 14, 20, 0, 'thchair1'),
('theater', 15, 20, 0, 'thchair1'),
('theater', 16, 20, 0, 'thchair1'),
('theater', 6, 23, 0, 'thchair1'),
('theater', 7, 23, 0, 'thchair1'),
('theater', 8, 23, 0, 'thchair1'),
('theater', 9, 23, 0, 'thchair1'),
('theater', 10, 23, 0, 'thchair1'),
('theater', 12, 23, 0, 'thchair1'),
('theater', 13, 23, 0, 'thchair1'),
('theater', 14, 23, 0, 'thchair1'),
('theater', 15, 23, 0, 'thchair1'),
('theater', 16, 23, 0, 'thchair1'),
('theater', 6, 26, 0, 'thchair1'),
('theater', 7, 26, 0, 'thchair1'),
('theater', 8, 26, 0, 'thchair1'),
('theater', 9, 26, 0, 'thchair1'),
('theater', 10, 26, 0, 'thchair1'),
('theater', 12, 26, 0, 'thchair1'),
('theater', 13, 26, 0, 'thchair1'),
('theater', 14, 26, 0, 'thchair1'),
('theater', 15, 26, 0, 'thchair1'),
('theater', 16, 26, 0, 'thchair1'),
('picnic', 10, 7, 4, ''),
('picnic', 11, 7, 4, ''),
('picnic', 12, 7, 4, ''),
('picnic', 13, 7, 4, ''),
('picnic', 14, 7, 4, ''),
('picnic', 18, 7, 4, ''),
('picnic', 19, 7, 4, ''),
('picnic', 20, 7, 4, ''),
('picnic', 21, 7, 4, ''),
('picnic', 14, 8, 4, ''),
('picnic', 18, 8, 4, ''),
('picnic', 3, 9, 4, ''),
('picnic', 3, 10, 4, ''),
('picnic', 12, 11, 4, 'picnic_dummychair1'),
('picnic', 13, 11, 4, 'picnic_dummychair1'),
('picnic', 14, 11, 4, 'picnic_dummychair1'),
('picnic', 10, 13, 2, 'picnic_dummychair1'),
('picnic', 15, 13, 6, 'picnic_dummychair1'),
('picnic', 21, 13, 4, ''),
('picnic', 7, 14, 4, ''),
('picnic', 10, 14, 2, 'picnic_dummychair1'),
('picnic', 15, 14, 6, 'picnic_dummychair1'),
('picnic', 19, 15, 2, ''),
('picnic', 23, 15, 6, ''),
('picnic', 5, 16, 2, ''),
('picnic', 9, 16, 6, ''),
('picnic', 20, 16, 2, ''),
('picnic', 6, 17, 2, ''),
('picnic', 21, 17, 0, ''),
('picnic', 7, 18, 0, ''),
('picnic', 0, 19, 2, 'picnic_redbench2'),
('picnic', 0, 20, 2, 'picnic_redbench1'),
('picnic', 11, 20, 4, ''),
('picnic', 12, 20, 4, ''),
('picnic', 13, 20, 4, ''),
('picnic', 14, 20, 4, ''),
('picnic', 17, 20, 4, ''),
('picnic', 18, 20, 4, ''),
('picnic', 19, 20, 4, ''),
('picnic', 20, 20, 4, ''),
('picnic', 11, 21, 4, ''),
('picnic', 12, 21, 4, 'picnic_bench1'),
('picnic', 13, 21, 4, 'picnic_bench2'),
('picnic', 14, 21, 4, 'picnic_bench3'),
('picnic', 17, 21, 4, 'picnic_bench1'),
('picnic', 18, 21, 4, 'picnic_bench2'),
('picnic', 19, 21, 4, 'picnic_bench3'),
('picnic', 20, 21, 4, ''),
('picnic', 0, 22, 2, 'picnic_redbench2'),
('picnic', 11, 22, 4, ''),
('picnic', 20, 22, 4, ''),
('picnic', 25, 22, 4, ''),
('picnic', 0, 23, 2, 'picnic_redbench1'),
('picnic', 11, 23, 4, ''),
('picnic', 12, 23, 2, 'picnic_bench1'),
('picnic', 19, 23, 6, 'picnic_bench1'),
('picnic', 20, 23, 4, ''),
('picnic', 6, 24, 4, 'picnic_dummychair1'),
('picnic', 7, 24, 4, 'picnic_dummychair4'),
('picnic', 8, 24, 4, 'picnic_dummychair6'),
('picnic', 11, 24, 4, ''),
('picnic', 12, 24, 2, 'picnic_bench2'),
('picnic', 19, 24, 6, 'picnic_bench2'),
('picnic', 20, 24, 4, ''),
('picnic', 23, 24, 2, ''),
('picnic', 27, 24, 6, ''),
('picnic', 5, 25, 2, ''),
('picnic', 11, 25, 4, ''),
('picnic', 12, 25, 2, 'picnic_bench2'),
('picnic', 19, 25, 6, 'picnic_bench2'),
('picnic', 20, 25, 4, ''),
('picnic', 24, 25, 2, ''),
('picnic', 7, 26, 0, ''),
('picnic', 11, 26, 4, ''),
('picnic', 12, 26, 2, 'picnic_bench3'),
('picnic', 14, 26, 0, ''),
('picnic', 16, 26, 2, ''),
('picnic', 19, 26, 6, 'picnic_bench3'),
('picnic', 20, 26, 4, ''),
('picnic', 25, 26, 0, ''),
('picnic', 11, 27, 4, ''),
('picnic', 12, 27, 4, ''),
('picnic', 20, 27, 4, ''),
('picnic', 8, 29, 0, ''),
('picnic', 0, 30, 2, 'picnic_redbench2'),
('picnic', 8, 30, 0, ''),
('picnic', 0, 31, 2, 'picnic_redbench1'),
('picnic', 8, 31, 0, ''),
('picnic', 12, 31, 4, 'picnic_bench1'),
('picnic', 13, 31, 4, 'picnic_bench2'),
('picnic', 14, 31, 4, 'picnic_bench3'),
('picnic', 18, 31, 4, 'picnic_bench1'),
('picnic', 19, 31, 4, 'picnic_bench2'),
('picnic', 20, 31, 4, 'picnic_bench3'),
('picnic', 27, 31, 0, ''),
('picnic', 28, 31, 0, ''),
('picnic', 29, 31, 0, ''),
('picnic', 30, 31, 0, ''),
('picnic', 31, 31, 0, ''),
('picnic', 8, 32, 0, ''),
('picnic', 12, 32, 2, ''),
('picnic', 14, 32, 2, ''),
('picnic', 18, 32, 2, ''),
('picnic', 20, 32, 2, ''),
('picnic', 3, 33, 4, ''),
('picnic', 8, 33, 0, ''),
('picnic', 12, 33, 0, 'picnic_bench1'),
('picnic', 13, 33, 0, 'picnic_bench2'),
('picnic', 14, 33, 0, 'picnic_bench3'),
('picnic', 18, 33, 0, 'picnic_bench1'),
('picnic', 19, 33, 0, 'picnic_bench2'),
('picnic', 20, 33, 0, 'picnic_bench3'),
('picnic', 27, 33, 0, ''),
('picnic', 28, 33, 0, ''),
('picnic', 29, 33, 0, ''),
('picnic', 3, 34, 4, ''),
('picnic', 8, 34, 0, ''),
('picnic', 3, 35, 4, ''),
('picnic', 8, 35, 0, ''),
('picnic', 3, 36, 4, ''),
('picnic', 8, 36, 0, ''),
('picnic', 8, 37, 0, ''),
('picnic', 12, 37, 4, 'picnic_bench1'),
('picnic', 13, 37, 4, 'picnic_bench2'),
('picnic', 14, 37, 4, 'picnic_bench3'),
('picnic', 18, 37, 4, 'picnic_bench1'),
('picnic', 19, 37, 4, 'picnic_bench2'),
('picnic', 20, 37, 4, 'picnic_bench3'),
('picnic', 8, 38, 0, ''),
('picnic', 12, 38, 2, ''),
('picnic', 14, 38, 2, ''),
('picnic', 18, 38, 2, ''),
('picnic', 20, 38, 2, ''),
('picnic', 8, 39, 0, ''),
('picnic', 12, 39, 0, 'picnic_bench1'),
('picnic', 13, 39, 0, 'picnic_bench2'),
('picnic', 14, 39, 0, 'picnic_bench3'),
('picnic', 18, 39, 0, 'picnic_bench1'),
('picnic', 19, 39, 0, 'picnic_bench2'),
('picnic', 20, 39, 0, 'picnic_bench3'),
('cinema_a', 2, 4, 0, ''),
('cinema_a', 7, 4, 2, 'loungey_chair'),
('cinema_a', 8, 4, 0, ''),
('cinema_a', 9, 4, 6, 'loungey_chair'),
('cinema_a', 2, 5, 4, 'loungey_chair'),
('cinema_a', 7, 5, 2, 'loungey_chair'),
('cinema_a', 8, 5, 0, ''),
('cinema_a', 9, 5, 6, 'loungey_chair'),
('cinema_a', 2, 6, 0, ''),
('cinema_a', 2, 7, 0, 'loungey_chair'),
('cinema_a', 13, 7, 0, 'theater_chair'),
('cinema_a', 14, 7, 0, 'theater_chair'),
('cinema_a', 15, 7, 0, 'theater_chair'),
('cinema_a', 16, 7, 0, 'theater_chair'),
('cinema_a', 17, 7, 0, 'theater_chair'),
('cinema_a', 18, 7, 0, 'theater_chair'),
('cinema_a', 21, 7, 0, ''),
('cinema_a', 9, 8, 0, ''),
('cinema_a', 13, 8, 2, ''),
('cinema_a', 14, 8, 0, ''),
('cinema_a', 15, 8, 0, ''),
('cinema_a', 16, 8, 0, ''),
('cinema_a', 17, 8, 0, ''),
('cinema_a', 18, 8, 0, ''),
('cinema_a', 19, 8, 1, ''),
('cinema_a', 21, 8, 0, ''),
('cinema_a', 2, 9, 0, ''),
('cinema_a', 13, 9, 0, 'theater_chair'),
('cinema_a', 14, 9, 0, 'theater_chair'),
('cinema_a', 15, 9, 0, 'theater_chair'),
('cinema_a', 16, 9, 0, 'theater_chair'),
('cinema_a', 17, 9, 0, 'theater_chair'),
('cinema_a', 18, 9, 0, 'theater_chair'),
('cinema_a', 19, 9, 0, 'theater_chair'),
('cinema_a', 20, 9, 0, 'theater_chair'),
('cinema_a', 21, 9, 0, ''),
('cinema_a', 2, 10, 4, 'loungey_chair'),
('cinema_a', 9, 10, 4, 'loungey_chair'),
('cinema_a', 2, 11, 0, ''),
('cinema_a', 9, 11, 0, ''),
('cinema_a', 2, 12, 0, 'loungey_chair'),
('cinema_a', 9, 12, 0, 'loungey_chair'),
('cinema_a', 17, 12, 6, 'cubicb_chair'),
('cinema_a', 19, 12, 2, 'cubico_chair'),
('cinema_a', 15, 13, 2, 'cubicb_chair'),
('cinema_a', 19, 13, 0, ''),
('cinema_a', 20, 13, 6, 'cubicb_chair'),
('cinema_a', 9, 14, 0, ''),
('cinema_a', 2, 15, 4, 'loungey_chair'),
('cinema_a', 14, 15, 4, 'cubicb_chair'),
('cinema_a', 19, 15, 4, 'cubico_chair'),
('cinema_a', 2, 16, 0, ''),
('cinema_a', 7, 16, 2, 'loungey_chair'),
('cinema_a', 8, 16, 2, ''),
('cinema_a', 9, 16, 6, 'loungey_chair'),
('cinema_a', 13, 16, 2, 'cubicb_chair'),
('cinema_a', 14, 16, 6, 'cubicb_chair'),
('cinema_a', 19, 16, 0, ''),
('cinema_a', 2, 17, 0, 'loungey_chair'),
('cinema_a', 7, 17, 2, 'loungey_chair'),
('cinema_a', 8, 17, 2, ''),
('cinema_a', 9, 17, 6, 'loungey_chair'),
('cinema_a', 19, 17, 2, 'cubicb_chair'),
('cinema_a', 2, 18, 0, ''),
('cinema_a', 14, 18, 4, 'cubicb_chair'),
('cinema_a', 2, 19, 0, ''),
('cinema_a', 2, 20, 1, ''),
('cinema_a', 3, 20, 6, 'bar_chair'),
('cinema_a', 9, 20, 0, ''),
('cinema_a', 14, 20, 0, 'cubicb_chair'),
('cinema_a', 19, 20, 2, 'cubicb_chair'),
('cinema_a', 20, 20, 6, 'cubico_chair'),
('cinema_a', 2, 21, 1, ''),
('cinema_a', 3, 21, 6, 'bar_chair'),
('cinema_a', 19, 21, 0, 'cubicb_chair'),
('cinema_a', 2, 22, 1, ''),
('cinema_a', 3, 22, 6, 'bar_chair'),
('cinema_a', 16, 22, 0, ''),
('cinema_a', 18, 22, 0, 'cubico_chair'),
('cinema_a', 2, 23, 1, ''),
('cinema_a', 3, 23, 6, 'bar_chair'),
('cinema_a', 2, 24, 1, ''),
('cinema_a', 3, 24, 6, 'bar_chair'),
('cinema_a', 2, 25, 2, ''),
('park_a', 27, 5, 0, ''),
('park_a', 29, 5, 0, ''),
('park_a', 19, 6, 0, ''),
('park_a', 20, 6, 4, ''),
('park_a', 21, 6, 4, ''),
('park_a', 22, 6, 4, ''),
('park_a', 23, 6, 4, ''),
('park_a', 24, 6, 4, ''),
('park_a', 25, 6, 4, ''),
('park_a', 26, 6, 4, ''),
('park_a', 27, 6, 2, ''),
('park_a', 29, 6, 2, ''),
('park_a', 17, 7, 0, ''),
('park_a', 19, 7, 2, ''),
('park_a', 23, 7, 2, ''),
('park_a', 27, 7, 2, ''),
('park_a', 29, 7, 2, ''),
('park_a', 17, 8, 2, ''),
('park_a', 19, 8, 2, ''),
('park_a', 21, 8, 0, ''),
('park_a', 23, 8, 2, ''),
('park_a', 25, 8, 0, ''),
('park_a', 27, 8, 2, ''),
('park_a', 29, 8, 2, ''),
('park_a', 8, 9, 4, 'bench2'),
('park_a', 9, 9, 4, 'bench'),
('park_a', 17, 9, 2, ''),
('park_a', 19, 9, 6, ''),
('park_a', 21, 9, 2, ''),
('park_a', 23, 9, 6, ''),
('park_a', 25, 9, 2, ''),
('park_a', 27, 9, 6, ''),
('park_a', 29, 9, 2, ''),
('park_a', 17, 10, 2, ''),
('park_a', 21, 10, 2, ''),
('park_a', 25, 10, 2, ''),
('park_a', 29, 10, 2, ''),
('park_a', 7, 11, 2, 'bench2'),
('park_a', 17, 11, 4, ''),
('park_a', 18, 11, 4, ''),
('park_a', 19, 11, 4, ''),
('park_a', 20, 11, 4, ''),
('park_a', 21, 11, 2, ''),
('park_a', 22, 11, 4, ''),
('park_a', 23, 11, 4, ''),
('park_a', 24, 11, 4, ''),
('park_a', 25, 11, 2, ''),
('park_a', 26, 11, 4, ''),
('park_a', 27, 11, 4, ''),
('park_a', 28, 11, 4, ''),
('park_a', 29, 11, 6, ''),
('park_a', 7, 12, 2, 'bench'),
('park_a', 35, 16, 2, 'bench2'),
('park_a', 37, 16, 4, 'bench2'),
('park_a', 38, 16, 4, 'bench'),
('park_a', 35, 17, 2, 'bench'),
('park_a', 27, 18, 4, 'bench2'),
('park_a', 28, 18, 4, 'bench'),
('park_a', 35, 18, 2, 'bench2'),
('park_a', 25, 19, 2, 'bench2'),
('park_a', 35, 19, 2, 'bench'),
('park_a', 25, 20, 2, 'bench'),
('park_a', 25, 29, 4, 'bench2'),
('park_a', 26, 29, 4, 'bench'),
('park_a', 23, 30, 2, 'bench2'),
('park_a', 23, 31, 2, 'bench'),
('pool_a', 18, 4, 0, ''),
('pool_a', 18, 5, 2, 'pool_2sofa2'),
('pool_a', 18, 6, 2, 'pool_2sofa1'),
('pool_a', 7, 20, 0, ''),
('pool_a', 8, 20, 4, 'pool_chair2'),
('pool_a', 24, 20, 0, ''),
('pool_a', 25, 20, 4, 'pool_chair2'),
('pool_a', 7, 21, 2, 'pool_chair2'),
('pool_a', 8, 21, 0, ''),
('pool_a', 9, 21, 6, 'pool_chair2'),
('pool_a', 24, 21, 2, 'pool_chair2'),
('pool_a', 25, 21, 0, ''),
('pool_a', 8, 22, 0, 'pool_chair2'),
('pool_a', 2, 28, 0, ''),
('pool_a', 2, 29, 0, ''),
('pool_a', 6, 32, 0, ''),
('pool_a', 13, 33, 0, ''),
('pool_a', 10, 34, 4, 'pool_chairy'),
('pool_a', 8, 35, 0, ''),
('pool_a', 9, 35, 2, 'pool_chairy'),
('pool_a', 10, 35, 0, ''),
('pool_a', 11, 35, 6, 'pool_chairy'),
('pool_a', 15, 35, 0, ''),
('pool_a', 21, 35, 0, ''),
('pool_a', 10, 36, 0, 'pool_chairy'),
('pool_a', 15, 36, 4, 'pool_chairp'),
('pool_a', 21, 36, 4, 'pool_chairo'),
('pool_a', 22, 36, 4, 'pool_chairo'),
('pool_a', 14, 37, 2, 'pool_chairp'),
('pool_a', 15, 37, 0, ''),
('pool_a', 16, 37, 6, 'pool_chairp'),
('pool_a', 21, 37, 6, ''),
('pool_a', 22, 37, 6, ''),
('pool_a', 14, 38, 2, 'pool_chairp'),
('pool_a', 15, 38, 0, ''),
('pool_a', 16, 38, 6, 'pool_chairp'),
('pool_a', 21, 38, 0, 'pool_chairo'),
('pool_a', 22, 38, 0, 'pool_chairo'),
('pool_a', 15, 39, 0, 'pool_chairp'),
('pool_a', 20, 41, 4, 'pool_chairg'),
('pool_a', 21, 41, 4, 'pool_chairg'),
('pool_a', 20, 42, 6, ''),
('pool_a', 21, 42, 6, ''),
('pool_a', 19, 43, 0, ''),
('pool_a', 20, 43, 0, 'pool_chairg'),
('pool_a', 21, 43, 0, 'pool_chairg'),
('old_skool', 9, 4, 0, 'mobiles_chair3'),
('old_skool', 10, 4, 0, 'mobiles_chair3'),
('old_skool', 11, 4, 0, 'mobiles_chair3'),
('old_skool', 12, 4, 0, 'mobiles_chair3'),
('old_skool', 1, 10, 4, 'mobiles_chair1'),
('old_skool', 10, 10, 4, 'mobiles_chair1'),
('old_skool', 0, 11, 2, 'mobiles_chair1'),
('old_skool', 1, 11, 0, ''),
('old_skool', 2, 11, 0, ''),
('old_skool', 3, 11, 6, 'mobiles_chair1'),
('old_skool', 10, 11, 0, ''),
('old_skool', 11, 11, 0, ''),
('old_skool', 1, 12, 0, ''),
('old_skool', 2, 12, 0, ''),
('old_skool', 9, 12, 2, 'mobiles_chair1'),
('old_skool', 10, 12, 0, ''),
('old_skool', 11, 12, 0, ''),
('old_skool', 12, 12, 6, 'mobiles_chair1'),
('old_skool', 1, 13, 0, 'mobiles_chair1'),
('old_skool', 11, 13, 0, 'mobiles_chair1'),
('old_skool', 0, 15, 4, 'mobiles_chair1'),
('old_skool', 0, 17, 2, 'mobiles_chair1'),
('old_skool', 1, 17, 0, ''),
('old_skool', 2, 17, 0, ''),
('old_skool', 3, 17, 6, 'mobiles_chair1'),
('old_skool', 1, 18, 0, ''),
('old_skool', 2, 18, 0, ''),
('old_skool', 2, 19, 0, 'mobiles_chair1'),
('old_skool', 1, 21, 4, 'mobiles_chair1'),
('old_skool', 6, 21, 0, ''),
('old_skool', 7, 21, 0, ''),
('old_skool', 12, 21, 4, 'mobiles_chair1'),
('old_skool', 0, 22, 2, 'mobiles_chair1'),
('old_skool', 1, 22, 0, ''),
('old_skool', 2, 22, 0, ''),
('old_skool', 3, 22, 6, 'mobiles_chair1'),
('old_skool', 5, 22, 2, 'mobiles_chair1'),
('old_skool', 6, 22, 0, ''),
('old_skool', 7, 22, 0, ''),
('old_skool', 8, 22, 6, 'mobiles_chair1'),
('old_skool', 11, 22, 2, 'mobiles_chair1'),
('old_skool', 12, 22, 0, ''),
('old_skool', 13, 22, 0, ''),
('old_skool', 14, 22, 6, 'mobiles_chair1'),
('old_skool', 1, 23, 0, ''),
('old_skool', 2, 23, 0, ''),
('old_skool', 12, 23, 0, ''),
('old_skool', 13, 23, 0, ''),
('old_skool', 1, 24, 0, 'mobiles_chair1'),
('old_skool', 7, 24, 4, 'mobiles_chair1'),
('old_skool', 13, 24, 0, 'mobiles_chair1'),
('pizza', 15, 0, 2, ''),
('pizza', 14, 3, 4, 'pizza_sofa1'),
('pizza', 15, 3, 4, 'pizza_sofa2'),
('pizza', 15, 5, 2, ''),
('pizza', 0, 6, 2, ''),
('pizza', 14, 6, 0, 'pizza_sofa3'),
('pizza', 15, 6, 0, 'pizza_sofa4'),
('pizza', 1, 8, 4, 'pizza_chair'),
('pizza', 2, 8, 4, 'pizza_chair'),
('pizza', 2, 10, 2, ''),
('pizza', 14, 10, 4, 'pizza_sofa1'),
('pizza', 15, 10, 4, 'pizza_sofa2'),
('pizza', 1, 11, 0, 'pizza_chair'),
('pizza', 2, 11, 0, 'pizza_chair'),
('pizza', 15, 12, 2, ''),
('pizza', 14, 13, 0, 'pizza_sofa3'),
('pizza', 15, 13, 0, 'pizza_sofa4'),
('pizza', 1, 16, 4, 'pizza_chair'),
('pizza', 2, 16, 4, 'pizza_chair'),
('pizza', 2, 18, 2, ''),
('pizza', 1, 19, 0, 'pizza_chair'),
('pizza', 2, 19, 0, 'pizza_chair'),
('pizza', 11, 21, 2, 'pizza_chair'),
('pizza', 14, 21, 6, 'pizza_chair'),
('pizza', 11, 22, 2, 'pizza_chair'),
('pizza', 13, 22, 0, ''),
('pizza', 14, 22, 6, 'pizza_chair'),
('pizza', 0, 25, 2, ''),
('pizza', 15, 25, 2, ''),
('pub_a', 19, 1, 4, 'pub_sofa2'),
('pub_a', 20, 1, 4, 'pub_sofa'),
('pub_a', 21, 1, 4, 'pub_sofa'),
('pub_a', 11, 2, 0, ''),
('pub_a', 12, 2, 6, 'pub_chair'),
('pub_a', 11, 3, 0, ''),
('pub_a', 11, 4, 0, ''),
('pub_a', 12, 4, 6, 'pub_chair'),
('pub_a', 11, 5, 0, ''),
('pub_a', 18, 5, 1, ''),
('pub_a', 11, 6, 0, ''),
('pub_a', 12, 6, 6, 'pub_chair'),
('pub_a', 18, 6, 0, ''),
('pub_a', 11, 7, 0, ''),
('pub_a', 18, 7, 0, ''),
('pub_a', 11, 8, 0, ''),
('pub_a', 12, 8, 6, 'pub_chair'),
('pub_a', 18, 8, 0, ''),
('pub_a', 10, 9, 0, ''),
('pub_a', 11, 9, 0, ''),
('pub_a', 18, 9, 0, ''),
('pub_a', 18, 10, 0, ''),
('pub_a', 2, 11, 4, 'pub_chair2'),
('pub_a', 3, 11, 4, 'pub_chair2'),
('pub_a', 5, 11, 4, 'pub_chair2'),
('pub_a', 6, 11, 4, 'pub_chair2'),
('pub_a', 8, 11, 1, ''),
('pub_a', 18, 11, 0, ''),
('pub_a', 8, 12, 0, ''),
('pub_a', 18, 12, 0, ''),
('pub_a', 8, 13, 0, ''),
('pub_a', 9, 13, 2, 'pub_chair2'),
('pub_a', 14, 13, 2, 'pub_chair3'),
('pub_a', 15, 13, 1, ''),
('pub_a', 16, 13, 6, 'pub_chair3'),
('pub_a', 18, 13, 0, ''),
('pub_a', 8, 14, 2, ''),
('pub_a', 9, 14, 2, 'pub_chair2'),
('pub_a', 14, 14, 2, 'pub_chair3'),
('pub_a', 15, 14, 2, ''),
('pub_a', 16, 14, 6, 'pub_chair3'),
('pub_a', 18, 14, 0, ''),
('pub_a', 1, 15, 0, ''),
('pub_a', 5, 15, 1, ''),
('pub_a', 18, 15, 0, ''),
('pub_a', 1, 16, 2, 'pub_sofa2'),
('pub_a', 5, 16, 0, ''),
('pub_a', 18, 16, 0, ''),
('pub_a', 1, 17, 2, 'pub_sofa'),
('pub_a', 5, 17, 0, ''),
('pub_a', 13, 17, 4, 'pub_chair3'),
('pub_a', 14, 17, 4, 'pub_chair3'),
('pub_a', 15, 17, 4, 'pub_chair3'),
('pub_a', 16, 17, 4, 'pub_chair3'),
('pub_a', 18, 17, 0, ''),
('pub_a', 1, 18, 2, 'pub_sofa'),
('pub_a', 5, 18, 0, ''),
('pub_a', 13, 18, 5, ''),
('pub_a', 14, 18, 6, ''),
('pub_a', 15, 18, 6, ''),
('pub_a', 16, 18, 4, ''),
('pub_a', 18, 18, 0, ''),
('pub_a', 2, 19, 0, 'pub_sofa'),
('pub_a', 3, 19, 0, 'pub_sofa2'),
('pub_a', 5, 19, 0, ''),
('pub_a', 13, 19, 0, 'pub_chair3'),
('pub_a', 14, 19, 0, 'pub_chair3'),
('pub_a', 15, 19, 0, 'pub_chair3'),
('pub_a', 16, 19, 0, 'pub_chair3'),
('pub_a', 18, 19, 0, ''),
('pub_a', 1, 20, 5, ''),
('pub_a', 2, 20, 6, ''),
('pub_a', 3, 20, 6, ''),
('pub_a', 4, 20, 6, ''),
('pub_a', 5, 20, 3, ''),
('pub_a', 18, 20, 0, ''),
('pub_a', 7, 21, 4, 'pub_sofa2'),
('pub_a', 8, 21, 4, 'pub_sofa'),
('pub_a', 12, 21, 5, ''),
('pub_a', 13, 21, 6, ''),
('pub_a', 14, 21, 6, ''),
('pub_a', 15, 21, 6, ''),
('pub_a', 16, 21, 6, ''),
('pub_a', 17, 21, 6, ''),
('pub_a', 18, 21, 3, ''),
('pub_a', 6, 22, 2, 'pub_sofa2'),
('pub_a', 15, 22, 0, ''),
('pub_a', 16, 22, 4, 'pub_chair2'),
('pub_a', 17, 22, 4, 'pub_chair2'),
('pub_a', 6, 23, 2, 'pub_sofa'),
('pub_a', 8, 23, 1, ''),
('pub_a', 6, 24, 2, 'pub_sofa'),
('pub_a', 8, 24, 0, ''),
('pub_a', 6, 25, 2, 'pub_sofa'),
('pub_a', 8, 25, 2, ''),
('newbie_lobby', 16, 0, 0, ''),
('newbie_lobby', 17, 0, 4, 'crl_sofa2c'),
('newbie_lobby', 18, 0, 4, 'crl_sofa2b'),
('newbie_lobby', 19, 0, 4, 'crl_sofa2a'),
('newbie_lobby', 20, 0, 0, ''),
('newbie_lobby', 16, 1, 2, 'crl_chair'),
('newbie_lobby', 7, 2, 0, ''),
('newbie_lobby', 11, 2, 0, ''),
('newbie_lobby', 16, 2, 2, 'crl_chair'),
('newbie_lobby', 5, 3, 0, ''),
('newbie_lobby', 7, 3, 2, 'crl_chair'),
('newbie_lobby', 9, 3, 0, ''),
('newbie_lobby', 11, 3, 6, 'crl_sofa1c'),
('newbie_lobby', 16, 3, 2, 'crl_chair'),
('newbie_lobby', 19, 3, 0, ''),
('newbie_lobby', 20, 3, 0, ''),
('newbie_lobby', 0, 4, 0, ''),
('newbie_lobby', 1, 4, 4, 'crl_sofa2c'),
('newbie_lobby', 2, 4, 4, 'crl_sofa2b'),
('newbie_lobby', 3, 4, 4, 'crl_sofa2a'),
('newbie_lobby', 4, 4, 0, ''),
('newbie_lobby', 9, 4, 0, ''),
('newbie_lobby', 11, 4, 6, 'crl_sofa1b'),
('newbie_lobby', 15, 4, 0, ''),
('newbie_lobby', 16, 4, 0, ''),
('newbie_lobby', 0, 5, 2, 'crl_chair');
INSERT INTO `room_model_static` (`model`, `x`, `y`, `rot`, `content`) VALUES
('newbie_lobby', 7, 5, 2, 'crl_chair'),
('newbie_lobby', 11, 5, 6, 'crl_sofa1a'),
('newbie_lobby', 2, 6, 0, ''),
('newbie_lobby', 3, 6, 0, ''),
('newbie_lobby', 11, 6, 0, ''),
('newbie_lobby', 0, 7, 2, 'crl_chair'),
('newbie_lobby', 0, 8, 0, ''),
('newbie_lobby', 1, 8, 0, 'crl_sofa3c'),
('newbie_lobby', 2, 8, 0, 'crl_sofa3b'),
('newbie_lobby', 3, 8, 0, 'crl_sofa3a'),
('newbie_lobby', 4, 8, 0, ''),
('newbie_lobby', 19, 8, 0, 'crl_barchair2'),
('newbie_lobby', 20, 8, 0, ''),
('newbie_lobby', 21, 8, 0, 'crl_barchair2'),
('newbie_lobby', 5, 9, 0, ''),
('newbie_lobby', 9, 9, 0, ''),
('newbie_lobby', 8, 15, 0, ''),
('newbie_lobby', 9, 15, 0, ''),
('newbie_lobby', 10, 15, 0, ''),
('newbie_lobby', 10, 16, 0, ''),
('newbie_lobby', 10, 17, 0, ''),
('newbie_lobby', 10, 18, 0, ''),
('newbie_lobby', 10, 19, 0, ''),
('newbie_lobby', 10, 20, 0, ''),
('newbie_lobby', 10, 21, 0, ''),
('newbie_lobby', 10, 22, 0, ''),
('newbie_lobby', 10, 23, 0, ''),
('newbie_lobby', 7, 24, 0, ''),
('newbie_lobby', 10, 24, 0, ''),
('newbie_lobby', 7, 25, 0, ''),
('newbie_lobby', 8, 25, 0, ''),
('newbie_lobby', 9, 25, 0, ''),
('newbie_lobby', 10, 25, 0, ''),
('newbie_lobby', 12, 27, 0, ''),
('newbie_lobby', 13, 27, 0, ''),
('newbie_lobby', 14, 27, 0, ''),
('newbie_lobby', 15, 27, 0, ''),
('tearoom', 13, 1, 4, 'hardwoodsofa1'),
('tearoom', 14, 1, 4, 'hardwoodsofa2'),
('tearoom', 15, 1, 4, 'hardwoodsofa3'),
('tearoom', 16, 1, 0, ''),
('tearoom', 18, 1, 4, 'hardwoodsofa1'),
('tearoom', 19, 1, 4, 'hardwoodsofa2'),
('tearoom', 20, 1, 4, 'hardwoodsofa3'),
('tearoom', 13, 3, 0, ''),
('tearoom', 15, 3, 0, ''),
('tearoom', 18, 3, 0, ''),
('tearoom', 20, 3, 0, ''),
('tearoom', 2, 6, 4, 'teastool'),
('tearoom', 3, 6, 4, 'teastool'),
('tearoom', 8, 6, 4, 'chinastoolred'),
('tearoom', 9, 6, 4, 'chinastoolred'),
('tearoom', 10, 6, 4, 'chinastoolred'),
('tearoom', 11, 6, 4, 'chinastoolred'),
('tearoom', 2, 8, 0, ''),
('tearoom', 3, 8, 0, ''),
('tearoom', 2, 9, 0, 'teastool2'),
('tearoom', 3, 9, 0, 'teastool2'),
('tearoom', 16, 9, 4, 'teastool'),
('tearoom', 17, 9, 4, 'teastool'),
('tearoom', 16, 11, 0, ''),
('tearoom', 17, 11, 0, ''),
('tearoom', 2, 12, 4, 'teastool'),
('tearoom', 3, 12, 4, 'teastool'),
('tearoom', 16, 12, 0, 'teastool2'),
('tearoom', 17, 12, 0, 'teastool2'),
('tearoom', 2, 14, 0, ''),
('tearoom', 3, 14, 0, ''),
('tearoom', 2, 15, 0, 'teastool2'),
('tearoom', 3, 15, 0, 'teastool2'),
('tearoom', 0, 18, 0, ''),
('tearoom', 0, 19, 2, 'chinastoolgreen'),
('tearoom', 0, 20, 2, 'chinastoolgreen'),
('tearoom', 0, 21, 0, ''),
('rooftop', 0, 1, 4, 'rooftop_minichair'),
('rooftop', 16, 1, 4, ''),
('rooftop', 17, 1, 4, ''),
('rooftop', 0, 2, 0, ''),
('rooftop', 1, 2, 6, 'rooftop_minichair'),
('rooftop', 0, 3, 0, 'rooftop_minichair'),
('rooftop', 16, 4, 0, ''),
('rooftop', 17, 4, 0, ''),
('rooftop', 2, 6, 4, 'rooftop_minichair'),
('rooftop', 1, 7, 2, 'rooftop_minichair'),
('rooftop', 2, 7, 0, ''),
('rooftop', 3, 7, 6, 'rooftop_minichair'),
('rooftop', 2, 8, 0, 'rooftop_minichair'),
('rooftop', 0, 9, 4, 'rooftop_minichair'),
('rooftop', 0, 10, 0, ''),
('rooftop', 0, 11, 0, 'rooftop_minichair'),
('rooftop', 1, 13, 2, ''),
('rooftop', 6, 13, 6, ''),
('rooftop', 8, 13, 2, ''),
('rooftop', 13, 13, 6, ''),
('rooftop', 1, 14, 2, ''),
('rooftop', 6, 14, 6, ''),
('rooftop', 8, 14, 2, ''),
('rooftop', 13, 14, 6, ''),
('rooftop', 1, 15, 2, ''),
('rooftop', 6, 15, 6, ''),
('rooftop', 8, 15, 2, ''),
('rooftop', 13, 15, 6, ''),
('rooftop', 1, 16, 2, ''),
('rooftop', 6, 16, 6, ''),
('rooftop', 8, 16, 2, ''),
('rooftop', 13, 16, 6, ''),
('rooftop', 1, 17, 0, ''),
('rooftop', 2, 17, 0, ''),
('rooftop', 3, 17, 0, ''),
('rooftop', 4, 17, 0, ''),
('rooftop', 5, 17, 0, ''),
('rooftop', 6, 17, 0, ''),
('rooftop', 8, 17, 0, ''),
('rooftop', 9, 17, 0, ''),
('rooftop', 10, 17, 0, ''),
('rooftop', 11, 17, 0, ''),
('rooftop', 12, 17, 0, ''),
('rooftop', 13, 17, 0, ''),
('rooftop_2', 8, 0, 4, 'rooftop_bigchair'),
('rooftop_2', 8, 1, 0, ''),
('rooftop_2', 0, 2, 4, 'rooftop_sofab'),
('rooftop_2', 1, 2, 4, 'rooftop_sofa'),
('rooftop_2', 8, 2, 0, 'rooftop_bigchair'),
('rooftop_2', 8, 3, 4, 'rooftop_bigchair'),
('rooftop_2', 8, 4, 0, ''),
('rooftop_2', 0, 5, 0, 'rooftop_sofab'),
('rooftop_2', 1, 5, 0, 'rooftop_sofa'),
('rooftop_2', 8, 5, 0, 'rooftop_bigchair'),
('rooftop_2', 0, 6, 4, 'rooftop_sofab'),
('rooftop_2', 1, 6, 4, 'rooftop_sofa'),
('rooftop_2', 7, 6, 4, 'rooftop_sofab'),
('rooftop_2', 8, 6, 4, 'rooftop_sofa'),
('rooftop_2', 0, 9, 0, 'rooftop_sofab'),
('rooftop_2', 1, 9, 0, 'rooftop_sofa'),
('rooftop_2', 7, 9, 0, 'rooftop_sofab'),
('rooftop_2', 8, 9, 0, 'rooftop_sofa'),
('star_lounge', 21, 15, 0, ''),
('star_lounge', 22, 15, 4, 'star_sofa'),
('star_lounge', 23, 15, 4, 'star_sofa2'),
('star_lounge', 24, 15, 0, ''),
('star_lounge', 21, 16, 2, 'star_sofa2'),
('star_lounge', 32, 16, 0, ''),
('star_lounge', 33, 16, 0, ''),
('star_lounge', 34, 16, 0, ''),
('star_lounge', 21, 17, 2, 'star_sofa'),
('star_lounge', 28, 17, 0, ''),
('star_lounge', 21, 18, 2, 'star_sofa2'),
('star_lounge', 35, 18, 6, 'star_sofa'),
('star_lounge', 21, 19, 2, 'star_sofa'),
('star_lounge', 35, 19, 6, 'star_sofa2'),
('star_lounge', 21, 20, 2, 'star_sofa2'),
('star_lounge', 24, 20, 2, 'star_sofa2'),
('star_lounge', 32, 20, 6, 'star_sofa'),
('star_lounge', 35, 20, 6, 'star_sofa'),
('star_lounge', 21, 21, 2, 'star_sofa'),
('star_lounge', 24, 21, 2, 'star_sofa'),
('star_lounge', 32, 21, 6, 'star_sofa2'),
('star_lounge', 35, 21, 6, 'star_sofa2'),
('star_lounge', 21, 22, 2, 'star_sofachair'),
('star_lounge', 24, 22, 0, ''),
('star_lounge', 25, 22, 0, 'star_sofa2'),
('star_lounge', 26, 22, 0, 'star_sofa'),
('star_lounge', 30, 22, 0, 'star_sofa2'),
('star_lounge', 31, 22, 0, 'star_sofa'),
('star_lounge', 32, 22, 0, ''),
('star_lounge', 35, 22, 0, ''),
('star_lounge', 21, 23, 0, ''),
('star_lounge', 35, 23, 6, 'star_sofa'),
('star_lounge', 22, 24, 0, ''),
('star_lounge', 35, 24, 6, 'star_sofa2'),
('star_lounge', 37, 24, 4, 'star_sofa'),
('star_lounge', 38, 24, 4, 'star_sofa2'),
('star_lounge', 39, 24, 4, 'star_sofa'),
('star_lounge', 40, 24, 4, 'star_sofa2'),
('star_lounge', 22, 25, 0, ''),
('star_lounge', 25, 25, 0, 'star_sofa2'),
('star_lounge', 26, 25, 0, 'star_sofa'),
('star_lounge', 30, 25, 0, 'star_sofa2'),
('star_lounge', 31, 25, 0, 'star_sofa'),
('star_lounge', 35, 25, 6, 'star_sofa'),
('star_lounge', 36, 25, 2, 'star_sofa2'),
('star_lounge', 22, 26, 0, ''),
('star_lounge', 25, 26, 0, ''),
('star_lounge', 26, 26, 0, ''),
('star_lounge', 30, 26, 0, ''),
('star_lounge', 31, 26, 0, ''),
('star_lounge', 35, 26, 6, 'star_sofa2'),
('star_lounge', 36, 26, 2, 'star_sofa'),
('star_lounge', 39, 26, 0, ''),
('star_lounge', 40, 26, 0, ''),
('star_lounge', 22, 27, 0, ''),
('star_lounge', 25, 27, 4, 'star_sofa'),
('star_lounge', 26, 27, 4, 'star_sofa2'),
('star_lounge', 30, 27, 4, 'star_sofa'),
('star_lounge', 31, 27, 4, 'star_sofa2'),
('star_lounge', 35, 27, 0, ''),
('star_lounge', 36, 27, 0, ''),
('star_lounge', 37, 27, 0, ''),
('star_lounge', 22, 28, 0, ''),
('star_lounge', 22, 29, 0, ''),
('star_lounge', 25, 29, 0, ''),
('star_lounge', 26, 29, 0, ''),
('star_lounge', 16, 30, 0, ''),
('star_lounge', 22, 30, 0, ''),
('star_lounge', 16, 31, 2, 'star_sofa2'),
('star_lounge', 22, 31, 0, ''),
('star_lounge', 25, 31, 0, 'star_sofa2'),
('star_lounge', 26, 31, 0, 'star_sofa'),
('star_lounge', 30, 31, 6, 'star_sofa'),
('star_lounge', 16, 32, 2, 'star_sofa'),
('star_lounge', 22, 32, 0, ''),
('star_lounge', 25, 32, 0, ''),
('star_lounge', 26, 32, 0, ''),
('star_lounge', 30, 32, 6, 'star_sofa2'),
('star_lounge', 16, 33, 2, 'star_sofa2'),
('star_lounge', 22, 33, 0, ''),
('star_lounge', 25, 33, 4, 'star_sofa'),
('star_lounge', 26, 33, 4, 'star_sofa2'),
('star_lounge', 30, 33, 6, 'star_sofa'),
('star_lounge', 16, 34, 2, 'star_sofa'),
('star_lounge', 30, 34, 6, 'star_sofa2'),
('star_lounge', 35, 34, 0, ''),
('star_lounge', 36, 34, 0, ''),
('star_lounge', 16, 35, 0, ''),
('star_lounge', 30, 35, 6, 'star_sofa'),
('star_lounge', 30, 36, 6, 'star_sofa2'),
('star_lounge', 25, 37, 0, 'star_sofachair'),
('star_lounge', 26, 37, 0, 'star_sofa2'),
('star_lounge', 27, 37, 0, 'star_sofa'),
('star_lounge', 28, 37, 0, 'star_sofa2'),
('star_lounge', 29, 37, 0, 'star_sofa'),
('star_lounge', 30, 37, 0, ''),
('netcafe', 6, 0, 4, ''),
('netcafe', 7, 0, 4, ''),
('netcafe', 10, 1, 0, ''),
('netcafe', 13, 1, 0, ''),
('netcafe', 16, 1, 0, ''),
('netcafe', 19, 1, 0, ''),
('netcafe', 5, 3, 0, ''),
('netcafe', 6, 3, 0, ''),
('netcafe', 12, 3, 0, ''),
('netcafe', 13, 3, 0, ''),
('netcafe', 19, 3, 0, ''),
('netcafe', 20, 3, 0, ''),
('netcafe', 12, 4, 4, ''),
('netcafe', 13, 4, 4, ''),
('netcafe', 19, 4, 4, ''),
('netcafe', 20, 4, 4, ''),
('netcafe', 0, 5, 4, ''),
('netcafe', 1, 5, 4, ''),
('netcafe', 2, 5, 4, ''),
('netcafe', 3, 5, 4, ''),
('netcafe', 15, 7, 2, ''),
('netcafe', 16, 7, 6, ''),
('netcafe', 17, 7, 0, ''),
('netcafe', 18, 7, 6, ''),
('netcafe', 15, 8, 2, ''),
('netcafe', 16, 8, 4, ''),
('netcafe', 18, 8, 6, ''),
('netcafe', 4, 9, 6, ''),
('netcafe', 9, 9, 2, ''),
('netcafe', 10, 9, 6, ''),
('netcafe', 11, 9, 0, ''),
('netcafe', 12, 9, 6, ''),
('netcafe', 15, 9, 2, ''),
('netcafe', 16, 9, 2, ''),
('netcafe', 18, 9, 6, ''),
('netcafe', 4, 10, 6, ''),
('netcafe', 9, 10, 2, ''),
('netcafe', 10, 10, 4, ''),
('netcafe', 12, 10, 6, ''),
('netcafe', 15, 10, 2, ''),
('netcafe', 16, 10, 0, ''),
('netcafe', 18, 10, 6, ''),
('netcafe', 4, 11, 6, ''),
('netcafe', 9, 11, 2, ''),
('netcafe', 10, 11, 2, ''),
('netcafe', 12, 11, 6, ''),
('netcafe', 4, 12, 6, ''),
('netcafe', 9, 12, 2, ''),
('netcafe', 10, 12, 0, ''),
('netcafe', 12, 12, 6, ''),
('netcafe', 4, 13, 6, ''),
('netcafe', 5, 16, 0, ''),
('netcafe', 6, 16, 0, ''),
('netcafe', 7, 16, 0, ''),
('netcafe', 8, 16, 0, ''),
('netcafe', 9, 16, 0, ''),
('netcafe', 15, 16, 0, ''),
('netcafe', 9, 17, 0, ''),
('netcafe', 6, 18, 6, ''),
('netcafe', 9, 18, 0, ''),
('netcafe', 20, 18, 6, 'sofabig3'),
('netcafe', 9, 19, 0, ''),
('netcafe', 17, 19, 4, ''),
('netcafe', 18, 19, 0, ''),
('netcafe', 20, 19, 6, 'sofabig2'),
('netcafe', 17, 20, 2, ''),
('netcafe', 20, 20, 6, 'sofabig2'),
('netcafe', 6, 21, 6, ''),
('netcafe', 17, 21, 0, ''),
('netcafe', 20, 21, 6, 'sofabig1'),
('netcafe', 16, 23, 0, 'sofalittle3'),
('netcafe', 17, 23, 0, 'sofalittle2'),
('netcafe', 18, 23, 0, 'sofalittle1'),
('netcafe', 20, 23, 0, ''),
('dusty_lounge', 8, 4, 4, 'greenchair2'),
('dusty_lounge', 9, 4, 4, 'greenchair1'),
('dusty_lounge', 8, 6, 0, 'greenchair2'),
('dusty_lounge', 9, 6, 0, 'greenchair1'),
('dusty_lounge', 20, 6, 2, ''),
('dusty_lounge', 28, 6, 2, ''),
('dusty_lounge', 3, 7, 4, 'greenchair2'),
('dusty_lounge', 4, 7, 4, 'greenchair1'),
('dusty_lounge', 3, 9, 0, 'greenchair2'),
('dusty_lounge', 4, 9, 0, 'greenchair1'),
('dusty_lounge', 21, 10, 2, 'yellowchair'),
('dusty_lounge', 23, 10, 6, 'yellowchair'),
('dusty_lounge', 26, 10, 2, 'yellowchair'),
('dusty_lounge', 28, 10, 6, 'yellowchair'),
('dusty_lounge', 11, 12, 2, 'greenchair2'),
('dusty_lounge', 3, 13, 4, 'greenchair2'),
('dusty_lounge', 4, 13, 4, 'greenchair1'),
('dusty_lounge', 11, 13, 2, 'greenchair1'),
('dusty_lounge', 11, 14, 2, ''),
('dusty_lounge', 3, 15, 0, 'greenchair2'),
('dusty_lounge', 4, 15, 0, 'greenchair1'),
('dusty_lounge', 11, 15, 2, 'greenchair2'),
('dusty_lounge', 24, 15, 4, 'yellowchair'),
('dusty_lounge', 11, 16, 2, 'greenchair1'),
('dusty_lounge', 22, 17, 2, 'yellowchair'),
('dusty_lounge', 24, 17, 2, ''),
('dusty_lounge', 26, 17, 6, 'yellowchair'),
('dusty_lounge', 11, 19, 2, ''),
('dusty_lounge', 24, 19, 0, 'yellowchair'),
('dusty_lounge', 12, 23, 2, 'greenchair2'),
('dusty_lounge', 14, 23, 6, 'greenchair2'),
('dusty_lounge', 12, 24, 2, 'greenchair1'),
('dusty_lounge', 14, 24, 6, 'greenchair1'),
('orient', 17, 10, 2, 'bench'),
('orient', 19, 10, 6, 'bench'),
('orient', 21, 10, 2, 'bench'),
('orient', 23, 10, 6, 'bench'),
('orient', 17, 11, 2, 'bench'),
('orient', 19, 11, 6, 'bench'),
('orient', 21, 11, 2, 'bench'),
('orient', 23, 11, 6, 'bench'),
('orient', 32, 11, 4, 'koc_chair'),
('orient', 17, 12, 2, 'bench'),
('orient', 19, 12, 6, 'bench'),
('orient', 21, 12, 2, 'bench'),
('orient', 23, 12, 6, 'bench'),
('orient', 31, 12, 2, 'koc_chair'),
('orient', 32, 12, 0, ''),
('orient', 33, 12, 6, 'koc_chair'),
('orient', 17, 13, 2, 'bench'),
('orient', 19, 13, 6, 'bench'),
('orient', 21, 13, 2, 'bench'),
('orient', 23, 13, 6, 'bench'),
('orient', 25, 13, 4, 'koc_chair'),
('orient', 32, 13, 0, 'koc_chair'),
('orient', 17, 14, 2, 'bench'),
('orient', 19, 14, 6, 'bench'),
('orient', 21, 14, 2, 'bench'),
('orient', 23, 14, 6, 'bench'),
('orient', 25, 14, 0, ''),
('orient', 26, 14, 6, 'koc_chair'),
('orient', 17, 15, 2, 'bench'),
('orient', 19, 15, 6, 'bench'),
('orient', 21, 15, 2, 'bench'),
('orient', 23, 15, 6, 'bench'),
('orient', 25, 15, 0, 'koc_chair'),
('orient', 29, 15, 2, 'koc_chair'),
('orient', 30, 15, 0, ''),
('orient', 31, 15, 6, 'koc_chair'),
('orient', 30, 16, 0, 'koc_chair'),
('orient', 25, 24, 2, 'chairf1'),
('orient', 33, 24, 6, 'chairf1'),
('orient', 17, 25, 2, 'bench'),
('orient', 19, 25, 6, 'bench'),
('orient', 21, 25, 2, 'bench'),
('orient', 23, 25, 6, 'bench'),
('orient', 25, 25, 2, 'chairf1'),
('orient', 33, 25, 6, 'chairf1'),
('orient', 17, 26, 2, 'bench'),
('orient', 19, 26, 6, 'bench'),
('orient', 21, 26, 2, 'bench'),
('orient', 23, 26, 6, 'bench'),
('orient', 25, 26, 2, 'chairf1'),
('orient', 33, 26, 6, 'chairf1'),
('orient', 17, 27, 2, 'bench'),
('orient', 19, 27, 6, 'bench'),
('orient', 21, 27, 2, 'bench'),
('orient', 23, 27, 6, 'bench'),
('orient', 17, 28, 2, 'bench'),
('orient', 19, 28, 6, 'bench'),
('orient', 21, 28, 2, 'bench'),
('orient', 23, 28, 6, 'bench'),
('orient', 17, 29, 2, 'bench'),
('orient', 19, 29, 6, 'bench'),
('orient', 21, 29, 2, 'bench'),
('orient', 23, 29, 6, 'bench'),
('theater', 11, 10, 0, ''),
('theater', 2, 11, 2, 'thchair2'),
('theater', 2, 12, 2, 'thchair2'),
('theater', 2, 15, 2, 'thchair2'),
('theater', 6, 15, 0, 'thchair1'),
('theater', 7, 15, 0, 'thchair1'),
('theater', 8, 15, 0, 'thchair1'),
('theater', 9, 15, 0, 'thchair1'),
('theater', 10, 15, 0, 'thchair1'),
('theater', 12, 15, 0, 'thchair1'),
('theater', 13, 15, 0, 'thchair1'),
('theater', 14, 15, 0, 'thchair1'),
('theater', 15, 15, 0, 'thchair1'),
('theater', 16, 15, 0, 'thchair1'),
('theater', 2, 16, 2, 'thchair2'),
('theater', 6, 20, 0, 'thchair1'),
('theater', 7, 20, 0, 'thchair1'),
('theater', 8, 20, 0, 'thchair1'),
('theater', 9, 20, 0, 'thchair1'),
('theater', 10, 20, 0, 'thchair1'),
('theater', 12, 20, 0, 'thchair1'),
('theater', 13, 20, 0, 'thchair1'),
('theater', 14, 20, 0, 'thchair1'),
('theater', 15, 20, 0, 'thchair1'),
('theater', 16, 20, 0, 'thchair1'),
('theater', 6, 23, 0, 'thchair1'),
('theater', 7, 23, 0, 'thchair1'),
('theater', 8, 23, 0, 'thchair1'),
('theater', 9, 23, 0, 'thchair1'),
('theater', 10, 23, 0, 'thchair1'),
('theater', 12, 23, 0, 'thchair1'),
('theater', 13, 23, 0, 'thchair1'),
('theater', 14, 23, 0, 'thchair1'),
('theater', 15, 23, 0, 'thchair1'),
('theater', 16, 23, 0, 'thchair1'),
('theater', 6, 26, 0, 'thchair1'),
('theater', 7, 26, 0, 'thchair1'),
('theater', 8, 26, 0, 'thchair1'),
('theater', 9, 26, 0, 'thchair1'),
('theater', 10, 26, 0, 'thchair1'),
('theater', 12, 26, 0, 'thchair1'),
('theater', 13, 26, 0, 'thchair1'),
('theater', 14, 26, 0, 'thchair1'),
('theater', 15, 26, 0, 'thchair1'),
('theater', 16, 26, 0, 'thchair1'),
('picnic', 10, 7, 4, ''),
('picnic', 11, 7, 4, ''),
('picnic', 12, 7, 4, ''),
('picnic', 13, 7, 4, ''),
('picnic', 14, 7, 4, ''),
('picnic', 18, 7, 4, ''),
('picnic', 19, 7, 4, ''),
('picnic', 20, 7, 4, ''),
('picnic', 21, 7, 4, ''),
('picnic', 14, 8, 4, ''),
('picnic', 18, 8, 4, ''),
('picnic', 3, 9, 4, ''),
('picnic', 3, 10, 4, ''),
('picnic', 12, 11, 4, 'picnic_dummychair1'),
('picnic', 13, 11, 4, 'picnic_dummychair1'),
('picnic', 14, 11, 4, 'picnic_dummychair1'),
('picnic', 10, 13, 2, 'picnic_dummychair1'),
('picnic', 15, 13, 6, 'picnic_dummychair1'),
('picnic', 21, 13, 4, ''),
('picnic', 7, 14, 4, ''),
('picnic', 10, 14, 2, 'picnic_dummychair1'),
('picnic', 15, 14, 6, 'picnic_dummychair1'),
('picnic', 19, 15, 2, ''),
('picnic', 23, 15, 6, ''),
('picnic', 5, 16, 2, ''),
('picnic', 9, 16, 6, ''),
('picnic', 20, 16, 2, ''),
('picnic', 6, 17, 2, ''),
('picnic', 21, 17, 0, ''),
('picnic', 7, 18, 0, ''),
('picnic', 0, 19, 2, 'picnic_redbench2'),
('picnic', 0, 20, 2, 'picnic_redbench1'),
('picnic', 11, 20, 4, ''),
('picnic', 12, 20, 4, ''),
('picnic', 13, 20, 4, ''),
('picnic', 14, 20, 4, ''),
('picnic', 17, 20, 4, ''),
('picnic', 18, 20, 4, ''),
('picnic', 19, 20, 4, ''),
('picnic', 20, 20, 4, ''),
('picnic', 11, 21, 4, ''),
('picnic', 12, 21, 4, 'picnic_bench1'),
('picnic', 13, 21, 4, 'picnic_bench2'),
('picnic', 14, 21, 4, 'picnic_bench3'),
('picnic', 17, 21, 4, 'picnic_bench1'),
('picnic', 18, 21, 4, 'picnic_bench2'),
('picnic', 19, 21, 4, 'picnic_bench3'),
('picnic', 20, 21, 4, ''),
('picnic', 0, 22, 2, 'picnic_redbench2'),
('picnic', 11, 22, 4, ''),
('picnic', 20, 22, 4, ''),
('picnic', 25, 22, 4, ''),
('picnic', 0, 23, 2, 'picnic_redbench1'),
('picnic', 11, 23, 4, ''),
('picnic', 12, 23, 2, 'picnic_bench1'),
('picnic', 19, 23, 6, 'picnic_bench1'),
('picnic', 20, 23, 4, ''),
('picnic', 6, 24, 4, 'picnic_dummychair1'),
('picnic', 7, 24, 4, 'picnic_dummychair4'),
('picnic', 8, 24, 4, 'picnic_dummychair6'),
('picnic', 11, 24, 4, ''),
('picnic', 12, 24, 2, 'picnic_bench2'),
('picnic', 19, 24, 6, 'picnic_bench2'),
('picnic', 20, 24, 4, ''),
('picnic', 23, 24, 2, ''),
('picnic', 27, 24, 6, ''),
('picnic', 5, 25, 2, ''),
('picnic', 11, 25, 4, ''),
('picnic', 12, 25, 2, 'picnic_bench2'),
('picnic', 19, 25, 6, 'picnic_bench2'),
('picnic', 20, 25, 4, ''),
('picnic', 24, 25, 2, ''),
('picnic', 7, 26, 0, ''),
('picnic', 11, 26, 4, ''),
('picnic', 12, 26, 2, 'picnic_bench3'),
('picnic', 14, 26, 0, ''),
('picnic', 16, 26, 2, ''),
('picnic', 19, 26, 6, 'picnic_bench3'),
('picnic', 20, 26, 4, ''),
('picnic', 25, 26, 0, ''),
('picnic', 11, 27, 4, ''),
('picnic', 12, 27, 4, ''),
('picnic', 20, 27, 4, ''),
('picnic', 8, 29, 0, ''),
('picnic', 0, 30, 2, 'picnic_redbench2'),
('picnic', 8, 30, 0, ''),
('picnic', 0, 31, 2, 'picnic_redbench1'),
('picnic', 8, 31, 0, ''),
('picnic', 12, 31, 4, 'picnic_bench1'),
('picnic', 13, 31, 4, 'picnic_bench2'),
('picnic', 14, 31, 4, 'picnic_bench3'),
('picnic', 18, 31, 4, 'picnic_bench1'),
('picnic', 19, 31, 4, 'picnic_bench2'),
('picnic', 20, 31, 4, 'picnic_bench3'),
('picnic', 27, 31, 0, ''),
('picnic', 28, 31, 0, ''),
('picnic', 29, 31, 0, ''),
('picnic', 30, 31, 0, ''),
('picnic', 31, 31, 0, ''),
('picnic', 8, 32, 0, ''),
('picnic', 12, 32, 2, ''),
('picnic', 14, 32, 2, ''),
('picnic', 18, 32, 2, ''),
('picnic', 20, 32, 2, ''),
('picnic', 3, 33, 4, ''),
('picnic', 8, 33, 0, ''),
('picnic', 12, 33, 0, 'picnic_bench1'),
('picnic', 13, 33, 0, 'picnic_bench2'),
('picnic', 14, 33, 0, 'picnic_bench3'),
('picnic', 18, 33, 0, 'picnic_bench1'),
('picnic', 19, 33, 0, 'picnic_bench2'),
('picnic', 20, 33, 0, 'picnic_bench3'),
('picnic', 27, 33, 0, ''),
('picnic', 28, 33, 0, ''),
('picnic', 29, 33, 0, ''),
('picnic', 3, 34, 4, ''),
('picnic', 8, 34, 0, ''),
('picnic', 3, 35, 4, ''),
('picnic', 8, 35, 0, ''),
('picnic', 3, 36, 4, ''),
('picnic', 8, 36, 0, ''),
('picnic', 8, 37, 0, ''),
('picnic', 12, 37, 4, 'picnic_bench1'),
('picnic', 13, 37, 4, 'picnic_bench2'),
('picnic', 14, 37, 4, 'picnic_bench3'),
('picnic', 18, 37, 4, 'picnic_bench1'),
('picnic', 19, 37, 4, 'picnic_bench2'),
('picnic', 20, 37, 4, 'picnic_bench3'),
('picnic', 8, 38, 0, ''),
('picnic', 12, 38, 2, ''),
('picnic', 14, 38, 2, ''),
('picnic', 18, 38, 2, ''),
('picnic', 20, 38, 2, ''),
('picnic', 8, 39, 0, ''),
('picnic', 12, 39, 0, 'picnic_bench1'),
('picnic', 13, 39, 0, 'picnic_bench2'),
('picnic', 14, 39, 0, 'picnic_bench3'),
('picnic', 18, 39, 0, 'picnic_bench1'),
('picnic', 19, 39, 0, 'picnic_bench2'),
('picnic', 20, 39, 0, 'picnic_bench3'),
('cinema_a', 2, 4, 0, ''),
('cinema_a', 7, 4, 2, 'loungey_chair'),
('cinema_a', 8, 4, 0, ''),
('cinema_a', 9, 4, 6, 'loungey_chair'),
('cinema_a', 2, 5, 4, 'loungey_chair'),
('cinema_a', 7, 5, 2, 'loungey_chair'),
('cinema_a', 8, 5, 0, ''),
('cinema_a', 9, 5, 6, 'loungey_chair'),
('cinema_a', 2, 6, 0, ''),
('cinema_a', 2, 7, 0, 'loungey_chair'),
('cinema_a', 13, 7, 0, 'theater_chair'),
('cinema_a', 14, 7, 0, 'theater_chair'),
('cinema_a', 15, 7, 0, 'theater_chair'),
('cinema_a', 16, 7, 0, 'theater_chair'),
('cinema_a', 17, 7, 0, 'theater_chair'),
('cinema_a', 18, 7, 0, 'theater_chair'),
('cinema_a', 21, 7, 0, ''),
('cinema_a', 9, 8, 0, ''),
('cinema_a', 13, 8, 2, ''),
('cinema_a', 14, 8, 0, ''),
('cinema_a', 15, 8, 0, ''),
('cinema_a', 16, 8, 0, ''),
('cinema_a', 17, 8, 0, ''),
('cinema_a', 18, 8, 0, ''),
('cinema_a', 19, 8, 1, ''),
('cinema_a', 21, 8, 0, ''),
('cinema_a', 2, 9, 0, ''),
('cinema_a', 13, 9, 0, 'theater_chair'),
('cinema_a', 14, 9, 0, 'theater_chair'),
('cinema_a', 15, 9, 0, 'theater_chair'),
('cinema_a', 16, 9, 0, 'theater_chair'),
('cinema_a', 17, 9, 0, 'theater_chair'),
('cinema_a', 18, 9, 0, 'theater_chair'),
('cinema_a', 19, 9, 0, 'theater_chair'),
('cinema_a', 20, 9, 0, 'theater_chair'),
('cinema_a', 21, 9, 0, ''),
('cinema_a', 2, 10, 4, 'loungey_chair'),
('cinema_a', 9, 10, 4, 'loungey_chair'),
('cinema_a', 2, 11, 0, ''),
('cinema_a', 9, 11, 0, ''),
('cinema_a', 2, 12, 0, 'loungey_chair'),
('cinema_a', 9, 12, 0, 'loungey_chair'),
('cinema_a', 17, 12, 6, 'cubicb_chair'),
('cinema_a', 19, 12, 2, 'cubico_chair'),
('cinema_a', 15, 13, 2, 'cubicb_chair'),
('cinema_a', 19, 13, 0, ''),
('cinema_a', 20, 13, 6, 'cubicb_chair'),
('cinema_a', 9, 14, 0, ''),
('cinema_a', 2, 15, 4, 'loungey_chair'),
('cinema_a', 14, 15, 4, 'cubicb_chair'),
('cinema_a', 19, 15, 4, 'cubico_chair'),
('cinema_a', 2, 16, 0, ''),
('cinema_a', 7, 16, 2, 'loungey_chair'),
('cinema_a', 8, 16, 2, ''),
('cinema_a', 9, 16, 6, 'loungey_chair'),
('cinema_a', 13, 16, 2, 'cubicb_chair'),
('cinema_a', 14, 16, 6, 'cubicb_chair'),
('cinema_a', 19, 16, 0, ''),
('cinema_a', 2, 17, 0, 'loungey_chair'),
('cinema_a', 7, 17, 2, 'loungey_chair'),
('cinema_a', 8, 17, 2, ''),
('cinema_a', 9, 17, 6, 'loungey_chair'),
('cinema_a', 19, 17, 2, 'cubicb_chair'),
('cinema_a', 2, 18, 0, ''),
('cinema_a', 14, 18, 4, 'cubicb_chair'),
('cinema_a', 2, 19, 0, ''),
('cinema_a', 2, 20, 1, ''),
('cinema_a', 3, 20, 6, 'bar_chair'),
('cinema_a', 9, 20, 0, ''),
('cinema_a', 14, 20, 0, 'cubicb_chair'),
('cinema_a', 19, 20, 2, 'cubicb_chair'),
('cinema_a', 20, 20, 6, 'cubico_chair'),
('cinema_a', 2, 21, 1, ''),
('cinema_a', 3, 21, 6, 'bar_chair'),
('cinema_a', 19, 21, 0, 'cubicb_chair'),
('cinema_a', 2, 22, 1, ''),
('cinema_a', 3, 22, 6, 'bar_chair'),
('cinema_a', 16, 22, 0, ''),
('cinema_a', 18, 22, 0, 'cubico_chair'),
('cinema_a', 2, 23, 1, ''),
('cinema_a', 3, 23, 6, 'bar_chair'),
('cinema_a', 2, 24, 1, ''),
('cinema_a', 3, 24, 6, 'bar_chair'),
('cinema_a', 2, 25, 2, ''),
('park_a', 27, 5, 0, ''),
('park_a', 29, 5, 0, ''),
('park_a', 19, 6, 0, ''),
('park_a', 20, 6, 4, ''),
('park_a', 21, 6, 4, ''),
('park_a', 22, 6, 4, ''),
('park_a', 23, 6, 4, ''),
('park_a', 24, 6, 4, ''),
('park_a', 25, 6, 4, ''),
('park_a', 26, 6, 4, ''),
('park_a', 27, 6, 2, ''),
('park_a', 29, 6, 2, ''),
('park_a', 17, 7, 0, ''),
('park_a', 19, 7, 2, ''),
('park_a', 23, 7, 2, ''),
('park_a', 27, 7, 2, ''),
('park_a', 29, 7, 2, ''),
('park_a', 17, 8, 2, ''),
('park_a', 19, 8, 2, ''),
('park_a', 21, 8, 0, ''),
('park_a', 23, 8, 2, ''),
('park_a', 25, 8, 0, ''),
('park_a', 27, 8, 2, ''),
('park_a', 29, 8, 2, ''),
('park_a', 8, 9, 4, 'bench2'),
('park_a', 9, 9, 4, 'bench'),
('park_a', 17, 9, 2, ''),
('park_a', 19, 9, 6, ''),
('park_a', 21, 9, 2, ''),
('park_a', 23, 9, 6, ''),
('park_a', 25, 9, 2, ''),
('park_a', 27, 9, 6, ''),
('park_a', 29, 9, 2, ''),
('park_a', 17, 10, 2, ''),
('park_a', 21, 10, 2, ''),
('park_a', 25, 10, 2, ''),
('park_a', 29, 10, 2, ''),
('park_a', 7, 11, 2, 'bench2'),
('park_a', 17, 11, 4, ''),
('park_a', 18, 11, 4, ''),
('park_a', 19, 11, 4, ''),
('park_a', 20, 11, 4, ''),
('park_a', 21, 11, 2, ''),
('park_a', 22, 11, 4, ''),
('park_a', 23, 11, 4, ''),
('park_a', 24, 11, 4, ''),
('park_a', 25, 11, 2, ''),
('park_a', 26, 11, 4, ''),
('park_a', 27, 11, 4, ''),
('park_a', 28, 11, 4, ''),
('park_a', 29, 11, 6, ''),
('park_a', 7, 12, 2, 'bench'),
('park_a', 35, 16, 2, 'bench2'),
('park_a', 37, 16, 4, 'bench2'),
('park_a', 38, 16, 4, 'bench'),
('park_a', 35, 17, 2, 'bench'),
('park_a', 27, 18, 4, 'bench2'),
('park_a', 28, 18, 4, 'bench'),
('park_a', 35, 18, 2, 'bench2'),
('park_a', 25, 19, 2, 'bench2'),
('park_a', 35, 19, 2, 'bench'),
('park_a', 25, 20, 2, 'bench'),
('park_a', 25, 29, 4, 'bench2'),
('park_a', 26, 29, 4, 'bench'),
('park_a', 23, 30, 2, 'bench2'),
('park_a', 23, 31, 2, 'bench'),
('pool_a', 18, 4, 0, ''),
('pool_a', 18, 5, 2, 'pool_2sofa2'),
('pool_a', 18, 6, 2, 'pool_2sofa1'),
('pool_a', 7, 20, 0, ''),
('pool_a', 8, 20, 4, 'pool_chair2'),
('pool_a', 24, 20, 0, ''),
('pool_a', 25, 20, 4, 'pool_chair2'),
('pool_a', 7, 21, 2, 'pool_chair2'),
('pool_a', 8, 21, 0, ''),
('pool_a', 9, 21, 6, 'pool_chair2'),
('pool_a', 24, 21, 2, 'pool_chair2'),
('pool_a', 25, 21, 0, ''),
('pool_a', 8, 22, 0, 'pool_chair2'),
('pool_a', 2, 28, 0, ''),
('pool_a', 2, 29, 0, ''),
('pool_a', 6, 32, 0, ''),
('pool_a', 13, 33, 0, ''),
('pool_a', 10, 34, 4, 'pool_chairy'),
('pool_a', 8, 35, 0, ''),
('pool_a', 9, 35, 2, 'pool_chairy'),
('pool_a', 10, 35, 0, ''),
('pool_a', 11, 35, 6, 'pool_chairy'),
('pool_a', 15, 35, 0, ''),
('pool_a', 21, 35, 0, ''),
('pool_a', 10, 36, 0, 'pool_chairy'),
('pool_a', 15, 36, 4, 'pool_chairp'),
('pool_a', 21, 36, 4, 'pool_chairo'),
('pool_a', 22, 36, 4, 'pool_chairo'),
('pool_a', 14, 37, 2, 'pool_chairp'),
('pool_a', 15, 37, 0, ''),
('pool_a', 16, 37, 6, 'pool_chairp'),
('pool_a', 21, 37, 6, ''),
('pool_a', 22, 37, 6, ''),
('pool_a', 14, 38, 2, 'pool_chairp'),
('pool_a', 15, 38, 0, ''),
('pool_a', 16, 38, 6, 'pool_chairp'),
('pool_a', 21, 38, 0, 'pool_chairo'),
('pool_a', 22, 38, 0, 'pool_chairo'),
('pool_a', 15, 39, 0, 'pool_chairp'),
('pool_a', 20, 41, 4, 'pool_chairg'),
('pool_a', 21, 41, 4, 'pool_chairg'),
('pool_a', 20, 42, 6, ''),
('pool_a', 21, 42, 6, ''),
('pool_a', 19, 43, 0, ''),
('pool_a', 20, 43, 0, 'pool_chairg'),
('pool_a', 21, 43, 0, 'pool_chairg'),
('pool_b', 33, 2, 0, ''),
('pool_b', 18, 3, 4, 'pool_sofa2'),
('pool_b', 19, 3, 4, 'pool_sofa1'),
('pool_b', 20, 3, 4, 'pool_sofa2'),
('pool_b', 21, 3, 4, 'pool_sofa1'),
('pool_b', 22, 3, 4, 'pool_sofa2'),
('pool_b', 23, 3, 4, 'pool_sofa1'),
('pool_b', 33, 3, 4, 'pool_chair'),
('pool_b', 32, 4, 2, 'pool_chair'),
('pool_b', 33, 4, 0, ''),
('pool_b', 34, 4, 6, 'pool_chair'),
('pool_b', 16, 5, 2, 'pool_sofa2'),
('pool_b', 33, 5, 0, 'pool_chair'),
('pool_b', 16, 6, 2, 'pool_sofa1'),
('pool_b', 16, 7, 2, 'pool_sofa2'),
('pool_b', 35, 7, 4, 'pool_chair'),
('pool_b', 14, 8, 0, ''),
('pool_b', 16, 8, 2, 'pool_sofa1'),
('pool_b', 33, 8, 0, ''),
('pool_b', 34, 8, 2, 'pool_chair'),
('pool_b', 35, 8, 0, ''),
('pool_b', 36, 8, 6, 'pool_chair'),
('pool_b', 14, 9, 2, 'pool_sofa2'),
('pool_b', 16, 9, 2, 'pool_sofa2'),
('pool_b', 35, 9, 0, 'pool_chair'),
('pool_b', 14, 10, 2, 'pool_sofa1'),
('pool_b', 16, 10, 2, 'pool_sofa1'),
('pool_b', 14, 11, 2, 'pool_sofa2'),
('pool_b', 16, 11, 2, 'pool_sofa2'),
('pool_b', 14, 12, 2, 'pool_sofa1'),
('pool_b', 16, 12, 2, 'pool_sofa1'),
('pool_b', 3, 13, 2, ''),
('pool_b', 4, 13, 2, ''),
('pool_b', 14, 13, 2, 'pool_sofa2'),
('pool_b', 16, 13, 2, 'pool_sofa2'),
('pool_b', 14, 14, 2, 'pool_sofa1'),
('pool_b', 16, 14, 2, 'pool_sofa1');

-- --------------------------------------------------------

--
-- Struttura della tabella `room_rights`
--

CREATE TABLE IF NOT EXISTS `room_rights` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`room_id` int(10) unsigned NOT NULL,
`user_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`id`),
KEY `room_id` (`room_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;

--
-- Dump dei dati per la tabella `room_rights`
--

INSERT INTO `room_rights` (`id`, `room_id`, `user_id`) VALUES
(8, 68, 2);

-- --------------------------------------------------------

--
-- Struttura della tabella `room_swearword_filter`
--

CREATE TABLE IF NOT EXISTS `room_swearword_filter` (
`word` varchar(200) NOT NULL,
PRIMARY KEY (`word`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `room_swearword_filter`
--

INSERT INTO `room_swearword_filter` (`word`) VALUES
(' kekohotel'),
('.biz'),
('.co'),
('.com'),
('.es'),
('.es.tl'),
('.in'),
('.lu'),
('.net'),
('.no.ip.biz'),
('.org'),
('.qa'),
('.sytes.net'),
('.tk'),
('.us'),
('.zapto.org'),
('beahotel'),
('chaddos'),
('ciudadpixel'),
('drakohotel'),
('gubbix'),
('habbia'),
('habbiao'),
('habbo'),
('habbo.qa'),
('habboalacara'),
('habbocalifornia'),
('habbocash'),
('habbode'),
('habbodm'),
('habbofenix'),
('habbogold'),
('habbokekos'),
('habbolan'),
('habbolatino'),
('habbomagia'),
('habboregion'),
('habbos'),
('habboslide'),
('habbounidos'),
('habbouniverso'),
('habbozona'),
('habbus'),
('habuntu'),
('haddoz'),
('hburlon'),
('hburlon.zapto.org'),
('hfantassy'),
('hfantasy'),
('hixel'),
('hotelj2012'),
('hotelpvp'),
('hovahotel'),
('http://'),
('http://habbolatino.us'),
('igabbo'),
('ikekos'),
('ilation'),
('jabbo'),
('jacaro'),
('kekofriends'),
('kekoshotel'),
('lavvos'),
('loes'),
('misushotel'),
('motlog'),
('onpixeles'),
('onpixels'),
('paishabbo'),
('revo'),
('www.'),
('www.habbolatino.us'),
('xhabbo'),
('xpixeles'),
('xukys');

-- --------------------------------------------------------

--
-- Struttura della tabella `server_status`
--

CREATE TABLE IF NOT EXISTS `server_status` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`status` enum('0','1','2') NOT NULL DEFAULT '0',
`users_online` int(11) NOT NULL DEFAULT '0',
`rooms_loaded` int(11) NOT NULL DEFAULT '0',
`server_ver` text NOT NULL,
`stamp` double NOT NULL,
`minutesuptime` int(11) NOT NULL,
`userpeak` int(11) NOT NULL DEFAULT '0',
`bannerdata` varchar(1000) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dump dei dati per la tabella `server_status`
--

INSERT INTO `server_status` (`id`, `status`, `users_online`, `rooms_loaded`, `server_ver`, `stamp`, `minutesuptime`, `userpeak`, `bannerdata`) VALUES
(1, '0', 0, 0, 'Carlos D Edition(s)', 1391103200, 53, 10001, '1481557447793939217805084867332687843005039689973880613109507:1250448578982523025303352175417081758225604649272411046240989');

-- --------------------------------------------------------

--
-- Struttura della tabella `shop_badges`
--

CREATE TABLE IF NOT EXISTS `shop_badges` (
`image_url` text NOT NULL,
`caption` text NOT NULL,
`enabled` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`price` int(11) NOT NULL,
`placa` text NOT NULL,
`id` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dump dei dati per la tabella `shop_badges`
--

INSERT INTO `shop_badges` (`image_url`, `caption`, `enabled`, `order_id`, `price`, `placa`, `id`) VALUES
('http://img600.imageshack.us/img600/6614/no004.gif', 'XD', 1, 1, 1, 'NO004', 1),
('http://img11.imageshack.us/img11/245/both.gif', 'placa Bot', 1, 1, 2, 'BOT', 2),
('http://img525.imageshack.us/img525/8371/fr9.gif', 'MISSION:L.A.P.I.N.', 1, 3, 3, 'FR9', 3),
('http://img84.imageshack.us/img84/8411/ca3s.gif', 'placa Xbox NEGRO', 1, 4, 1, 'CA3', 4),
('http://img29.imageshack.us/img29/4149/zzzq.gif', 'placa Sulake logo old', 1, 5, 4, 'ZZZ', 5);

-- --------------------------------------------------------

--
-- Struttura della tabella `shop_rares`
--

CREATE TABLE IF NOT EXISTS `shop_rares` (
`image_url` text NOT NULL,
`caption` text NOT NULL,
`enabled` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`price` int(11) NOT NULL,
`furni` int(11) NOT NULL,
`id` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dump dei dati per la tabella `shop_rares`
--

INSERT INTO `shop_rares` (`image_url`, `caption`, `enabled`, `order_id`, `price`, `furni`, `id`) VALUES
('http://i42.tinypic.com/mx1ssy.gif', 'cesped', 1, 1, 1, 247, 1),
('http://i42.tinypic.com/1oufxd.png', 'Infobus', 1, 2, 2, 3568354, 2),
('http://i42.tinypic.com/14ik6te.png', 'Saco de dormir ROJO', 1, 3, 3, 671, 3),
('http://i44.tinypic.com/x413l2.png', 'Dragón Negro', 1, 4, 4, 407, 4),
('http://i43.tinypic.com/z1qol.png', 'Almohada morada', 1, 5, 5, 368, 5);

-- --------------------------------------------------------

--
-- Struttura della tabella `site_app_form`
--

CREATE TABLE IF NOT EXISTS `site_app_form` (
`id` varchar(24) NOT NULL,
`caption` varchar(120) NOT NULL,
`descr` text NOT NULL,
`field_type` enum('textbox','textarea','checkbox') NOT NULL,
`required` enum('0','1') NOT NULL DEFAULT '1',
`order_num` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `site_app_form`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `site_app_openings`
--

CREATE TABLE IF NOT EXISTS `site_app_openings` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
`text_descr` text NOT NULL,
`text_reqs` text NOT NULL,
`text_duties` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dump dei dati per la tabella `site_app_openings`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `site_config`
--

CREATE TABLE IF NOT EXISTS `site_config` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`maintenance` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `maintaince` (`maintenance`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dump dei dati per la tabella `site_config`
--

INSERT INTO `site_config` (`id`, `maintenance`) VALUES
(1, '0');

-- --------------------------------------------------------

--
-- Struttura della tabella `site_cron`
--

CREATE TABLE IF NOT EXISTS `site_cron` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`prio` int(11) NOT NULL DEFAULT '5',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`scriptfile` varchar(50) NOT NULL,
`last_exec` int(11) NOT NULL,
`exec_every` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dump dei dati per la tabella `site_cron`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `site_hotcampaigns`
--

CREATE TABLE IF NOT EXISTS `site_hotcampaigns` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL DEFAULT '1',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`image_url` text NOT NULL,
`caption` text NOT NULL,
`descr` text NOT NULL,
`url` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=18 ;

--
-- Dump dei dati per la tabella `site_hotcampaigns`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `site_minimail`
--

CREATE TABLE IF NOT EXISTS `site_minimail` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`sender_id` int(10) unsigned NOT NULL,
`receiver_id` int(10) unsigned NOT NULL,
`folder` enum('inbox','sent','trash') NOT NULL DEFAULT 'inbox',
`is_read` enum('0','1') NOT NULL DEFAULT '0',
`subject` varchar(120) NOT NULL,
`date` varchar(120) NOT NULL,
`isodate` varchar(120) NOT NULL,
`timestamp` int(11) NOT NULL,
`body` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2201 ;

--
-- Dump dei dati per la tabella `site_minimail`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `site_navi`
--

CREATE TABLE IF NOT EXISTS `site_navi` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(10) unsigned NOT NULL DEFAULT '0',
`order_id` int(11) NOT NULL,
`caption` text NOT NULL,
`class` text NOT NULL,
`url` text NOT NULL,
`visibility` enum('0','1','2','3') NOT NULL COMMENT '0 = Never, 1 = Always, 2 = Logged in only, 3 = Guests only',
PRIMARY KEY (`id`),
KEY `parent_id` (`parent_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=498 ;

--
-- Dump dei dati per la tabella `site_navi`
--

INSERT INTO `site_navi` (`id`, `parent_id`, `order_id`, `caption`, `class`, `url`, `visibility`) VALUES
(1, 0, 1, '%habboName%', 'metab', '%www%/me', '2'),
(2, 1, 1, 'Inicio', '', '/me', '2'),
(5, 0, 2, 'Comunidad', '', '%www%/community', '1'),
(4, 1, 3, 'Ajustes', '', '%www%/profile', '2'),
(6, 0, 5, 'Tienda', 'tab-register-now', '%www%/shops/Tienda', '1'),
(7, 5, 1, 'Comunidad', '', '%www%/community', '1'),
(8, 0, 1, 'Registrate', 'tab-register-now', '%www%/quickregister/start', '3'),
(9, 6, 1, 'Créditos', '', '%www%/credits', '1'),
(10, 6, 3, 'Píxeles', '', '%www%/credits/pixels', '1'),
(22, 23, 1, 'Consejos de seguridad', '', '%www%/ConsejosdeSeguridad.php', '1'),
(13, 23, 1, 'La Manera Habbo', '', '%www%/manerahabbo', '2'),
(33, 1, 2, 'Mi página', '', '%www%/home/%habboName%', '2'),
(11, 6, 4, 'Habbo Club', '', '%www%/credits/habboclub', '1'),
(16, 5, 3, 'Administración', '', '%www%/community/staff', '1'),
(17, 5, 2, 'Noticias', '', '%www%/articles', '1'),
(18, 23, 2, 'Guía para padres', '', '%www%/guiapadres', '2'),
(26, 5, 5, 'Reglas', '', '%www%/reglas.php', '1'),
(27, 1, 5, 'Mis Placas', '', '%www%/misplacas.php', '1'),
(108, 0, 5, 'Referidos', 'tab-register-now', '%www%/referidos/%HabboName%', '1'),
(20, 23, 1, 'Centro de seguridad', '', '%www%/centroseguridad', '1'),
(31, 5, 6, 'Reportar un problema', '', '%www%/reportarunproblema.php', '1'),
(145, 85, 5, 'Bots', '', '%www%/bots.php', '1'),
(90, 5, 4, 'Linces', '', '%www%/community/linces', '1'),
(141, 85, 1, 'Principal', 'fsadfds', '%www%/shops/Tienda', '2'),
(143, 108, 1, 'Referidos', '', '%www%/referidos/%HabboName%', '1'),
(144, 85, 5, 'Compra de Placas', 'dfsadfsd', '%www%/shops/Placas', '2'),
(142, 85, 6, 'Compra de VIP', 'sjkdjskd', '/shops/VIP', '2'),
(95, 0, 1, 'Quejas', '', '%www%/quejas.php', '1'),
(23, 1, 5, 'Rangos', '', '/app.php', '1');

-- --------------------------------------------------------

--
-- Struttura della tabella `site_news`
--

CREATE TABLE IF NOT EXISTS `site_news` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`seo_link` varchar(120) NOT NULL DEFAULT 'news-article',
`title` text NOT NULL,
`category_id` int(10) unsigned NOT NULL DEFAULT '1',
`topstory_image` text NOT NULL,
`body` text NOT NULL,
`snippet` text NOT NULL,
`datestr` varchar(50) NOT NULL,
`timestamp` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `datestr` (`datestr`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;

--
-- Dump dei dati per la tabella `site_news`
--

INSERT INTO `site_news` (`id`, `seo_link`, `title`, `category_id`, `topstory_image`, `body`, `snippet`, `datestr`, `timestamp`) VALUES
(9, 'nieuwe-site', 'Bienvenidos a DF-Hotel', 12, 'http://df-hotel.us/images/ts/21.gif', 'Bienvenidos a nuestro hotel, estamos trabajando muy duro por tener un emulador al 100% para que todos ustedes puedan disfrutar de un hotel inigualeble sigan disfrutando del DF-Hotel.<br /><br />', 'Bienvenidos... Entra y sorprendete de los grandes avances en DF-Hotel.', '28-Jun-2012', 1340992623),
(10, 'test', 'test', 12, 'c_images/Top_Story_Images/28152_topstory_infobus.gif', 'test', 'testr', '29-Jun-2012', 1340985763),
(11, 'test', 'test', 12, 'c_images/Top_Story_Images/28152_topstory_infobus.gif', 'test', 'test', '29-Jun-2012', 1340985769),
(12, 'test', 'test', 12, 'c_images/Top_Story_Images/28152_topstory_infobus.gif', 'test', 'test', '29-Jun-2012', 1340985782),
(13, 'test', 'test', 12, 'c_images/Top_Story_Images/28152_topstory_infobus.gif', 'test', 'testt', '29-Jun-2012', 1340985789);

-- --------------------------------------------------------

--
-- Struttura della tabella `site_news_categories`
--

CREATE TABLE IF NOT EXISTS `site_news_categories` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`caption` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;

--
-- Dump dei dati per la tabella `site_news_categories`
--

INSERT INTO `site_news_categories` (`id`, `caption`) VALUES
(12, 'Uncategorized'),
(1, 'Habbo'),
(2, 'Technical'),
(3, 'Updates'),
(4, 'Competitions'),
(5, 'Polls'),
(6, 'Sponsored'),
(7, 'Credits'),
(8, 'Habbo Club'),
(9, 'VIP'),
(10, 'Furni'),
(11, 'Support'),
(13, 'Habbo.VG Way');

-- --------------------------------------------------------

--
-- Struttura della tabella `site_promos`
--

CREATE TABLE IF NOT EXISTS `site_promos` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`titulo` text NOT NULL,
`imagen` text NOT NULL,
`cuerpo` text NOT NULL,
`orden` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=33 ;

--
-- Dump dei dati per la tabella `site_promos`
--

INSERT INTO `site_promos` (`id`, `titulo`, `imagen`, `cuerpo`, `orden`) VALUES
(29, 'Bienvenidos a DF-Hotel', 'http://df-hotel.us/images/promos/newsheader7.png', 'Hola... Comunidad del DF-Hotel?s, bienvenidos a nuestro nuevo y maravichoso hotel con grandes cambios desde nuestra CMS hasta nuestro gran Emulador, disfruten del hotel al Maximo al 100%<br>', '');

-- --------------------------------------------------------

--
-- Struttura della tabella `songs`
--

CREATE TABLE IF NOT EXISTS `songs` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(64) NOT NULL,
`song_data` text NOT NULL,
`creator_id` int(11) NOT NULL,
`artist` varchar(32) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=17 ;

--
-- Dump dei dati per la tabella `songs`
--

INSERT INTO `songs` (`id`, `name`, `song_data`, `creator_id`, `artist`) VALUES
(1, 'Xmas Magic', '1:387,4;387,3;0,5;387,4;0,23;558,8;0,8;558,8;0,8;558,4;0,4;558,4;0,4;558,4;476,1;0,3;558,4;0,3;476,2;0,2;476,2;0,14;387,6:2:0,4;484,8;484,3;0,5;61,4;0,40;481,1;482,3;481,5;482,3;481,5;482,3;481,5;482,3;481,4;0,1;482,4;0,3;476,2;0,2;476,4:3:0,4;477,2;476,2;0,2;476,2;0,2;476,2;0,3;476,4;0,1;485,4;0,43;485,4;0,7;476,3;0,2;485,4;0,1;476,4;0,5;558,4:4:0,2;485,6;0,11;485,7;0,6;498,78;0,2;473,4;474,4;473,4:5:0,16;326,12;326,3;0,1;326,68;326,2:6:0,8;476,2;0,2;476,2;0,2;476,3;0,6;325,42;0,12;325,12;0,4;325,4:7:0,27;325,3;325,2;0,14;475,1;0,1;475,4;475,4;0,22;477,2;0,5;476,4;476,3:8:0,38;474,2;0,30;486,32:meta,1;c,1', 256030, 'Silent Aurora'),
(2, 'Who Dares Stacks', '1:255,4;310,7;0,9;310,14;0,4:2:0,3;309,1;308,7;309,1;308,7;309,1;308,7;309,1;308,7;309,1;0,2:3:0,4;162,7;0,1;162,7;0,1;162,15;0,3:4:0,6;135,4;135,4;135,4;0,2;135,4;135,4;135,4;135,4;0,2:5:0,14;155,2;0,2;155,2;314,1;315,1;314,1;315,1;314,1;315,1;314,1;0,1;314,1;315,1;314,1;315,1;314,1;315,1;314,1;315,1;0,2:6:0,12;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,5;155,2;311,1;0,1;311,1;0,1;311,1;0,3;311,1;0,1:', 76000, 'Rage Against the Fuse'),
(3, 'Push the Call for Help', '1:317,6;318,4;319,4;317,4;319,4;0,2:2:0,2;316,4;0,4;316,4;0,4;316,4;0,2:3:0,6;321,4;323,4;322,10:4:0,18;321,2;324,2;0,2:', 48000, 'BanzaiBabes'),
(4, 'About VIP Now', '1:152,20;146,1;0,1;152,4;151,4;152,20;153,4:2:0,8;145,12;146,1;0,1;145,4;0,1;151,2;0,1;145,20;0,1;150,2;0,1:3:0,10;150,2;146,1;0,1;150,2;146,1;0,1;150,2;146,1;0,7;151,2;0,2;150,2;146,1;0,1;150,2;146,1;0,1;150,2;0,1;146,1;0,1;146,1;0,1;146,3;0,4:4:0,4;148,2;147,2;148,2;147,2;148,2;147,2;148,2;147,2;148,4;147,2;148,6;147,2;148,2;147,2;148,2;147,2;148,2;147,2;148,2;147,2;0,4:', 108000, 'BanzaiBabes'),
(5, 'Habbowood', '1:280,4;265,4;264,4;263,8;0,16:2:262,4;263,8;266,4;267,4;264,12;262,4:3:0,4;268,8;269,4;270,4;268,8;282,4;285,4:4:0,20;74,4;75,3;81,3;0,6:', 72000, 'Michael Bauble'),
(6, 'I Write Bans not Tragedies', '1:248,4;247,4;252,4;251,8;245,4;250,4;252,4:2:359,4;250,4;359,4;345,8;0,4;359,8:3:0,3;347,1;359,4;352,8;342,4;350,4;342,4;350,4:4:0,3;357,1;334,4;246,4;343,12;334,4;340,2;0,1;347,1:', 64000, 'Pixel! at the Disco'),
(9, 'Too Lost In Lido', '1:317,4;408,7;0,1;410,16;413,4;406,4;410,8;412,4:2:0,2;321,2;443,22;91,2;317,8;443,8;412,2;0,2:3:0,3;320,2;0,7;414,4;445,4;412,2;323,2;412,4;96,2;412,2;414,4;445,7;448,1;317,4:4:0,3;324,2;0,6;448,1;0,6;96,2;322,4;96,2;99,2;322,4;412,2;0,2;322,2;96,2;322,2;0,1;324,2;0,3:', 96000, 'BanzaiBabes'),
(10, 'Gold Coin Digger', '1:104,10;102,8;104,4;102,8;104,4:2:0,2;181,8;182,8;181,4;182,8;130,2;106,2:3:0,2;105,2;106,2;186,3;187,1;185,1;184,1;185,1;184,1;185,1;184,1;185,1;187,1;186,3;187,1;185,1;184,1;185,1;184,1;185,1;184,1;185,1;184,1;72,1;100,2;0,1:4:0,4;103,6;133,1;101,1;133,1;101,1;133,1;101,1;133,1;101,1;103,4;133,1;101,1;133,1;101,1;133,1;101,1;133,1;101,1;105,2;101,1;0,1:', 68000, 'Kayne Quest'),
(11, 'Park Adventure', '1:200,12;199,3;201,1;200,28:2:0,2;190,1;0,1;191,1;0,1;192,1;0,1;190,2;191,1;192,1;190,2;0,1;193,2;190,2;191,1;0,1;190,1;192,2;0,1;191,2;178,2;0,1;178,2;0,1;178,2;0,2;177,2;0,1;176,4:3:0,8;176,2;0,1;177,2;0,3;179,2;0,2;177,2;0,2;176,2;0,1;178,6;0,1;178,2;0,2;177,4;176,2:4:0,8;197,16;0,20:', 88000, 'Kallomies'),
(12, 'Pet Romance', '1:118,1;0,1;136,2;0,2;137,2;0,2;137,2;136,2;137,2;136,4;71,6;0,4:2:121,6;122,4;123,4;122,4;123,2;122,4;0,2;169,2;0,2:3:0,1;125,1;143,8;68,2;165,2;69,1;0,1;69,1;168,1;169,2;69,1;0,1;69,1;125,1;143,4;167,1;0,1:4:0,2;120,8;138,4;120,6;138,6;66,2;121,2:', 60000, 'Lady BlaBla'),
(13, 'The Good Trade', '1:108,4;135,8;130,2;108,2;135,8;127,28:2:0,3;131,9;104,2;0,2;131,8;108,4;102,4;0,8;92,6;0,6:3:134,4;140,8;0,1;133,1;136,2;140,6;0,10;143,16;108,4:4:0,2;104,2;0,1;133,1;0,3;133,1;134,4;0,1;104,2;133,1;0,3;133,1;0,24;136,2;0,4:', 104000, 'Kayne Quest'),
(14, 'The Ballad of Bonnie Blonde', '1:371,8;374,4;378,4;0,4;378,4;0,4;377,4;378,4;0,6;371,4;0,4;370,3;377,2;0,7:2:353,24;358,4;363,4;353,10;367,4;353,4;367,4;353,8:3:0,4;291,2;365,2;0,2;365,2;377,2;365,2;377,2;365,2;377,2;0,2;359,4;352,4;357,1;0,1;365,2;0,2;292,4;0,3;357,1;292,4;0,3;357,1;292,4;296,4:4:0,2;368,22;354,4;368,26;361,8:', 124000, 'Pixel! at the Disco'),
(15, 'Party Trax', '1:12,16;3,4;19,8;0,2;29,8;0,16:2:13,4;14,4;10,8;0,4;2,8;0,1;33,1;32,18;16,2;32,2;16,2:3:0,2;15,1;17,1;5,4;7,2;24,1;8,1;4,4;0,2;24,1;6,1;0,4;22,4;0,2;28,4;30,4;31,2;16,2;31,2;16,2;20,1;21,1;20,1;21,1;20,1;21,1;20,1;21,1:4:18,2;0,2;10,4;5,22;35,2;0,20;24,1;17,1:', 100000, 'Aerokid'),
(16, 'Furni Face', '1:379,4;45,4;0,1;205,2;42,5;37,4;384,2;41,4;42,5;0,2:2:0,3;199,3;0,1;383,3;519,4;515,8;519,8;39,2;0,1:3:0,2;205,2;382,4;522,2;516,12;518,8;0,3:4:0,4;386,2;0,2;43,1;0,1;207,3;202,1;520,8;44,2;0,2;520,4;207,3:', 108000, 'Lady BlaBla');

-- --------------------------------------------------------

--
-- Struttura della tabella `stafflog`
--

CREATE TABLE IF NOT EXISTS `stafflog` (
`id` int(11) NOT NULL,
`username` varchar(255) DEFAULT NULL,
`command` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `stafflog`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `stafflogs`
--

CREATE TABLE IF NOT EXISTS `stafflogs` (
`id` int(5) NOT NULL AUTO_INCREMENT,
`action` varchar(12) COLLATE latin1_general_ci NOT NULL,
`message` text COLLATE latin1_general_ci,
`note` text COLLATE latin1_general_ci,
`userid` int(11) NOT NULL,
`targetid` int(11) DEFAULT '0',
`timestamp` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
`details` varchar(50) COLLATE latin1_general_ci NOT NULL DEFAULT '-/-',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `stafflogs`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `staff_bios`
--

CREATE TABLE IF NOT EXISTS `staff_bios` (
`id` int(11) NOT NULL DEFAULT '0',
`user` varchar(250) DEFAULT NULL,
`bio` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `staff_bios`
--

INSERT INTO `staff_bios` (`id`, `user`, `bio`) VALUES
(1, 'Various', 'im gay in a box.');

-- --------------------------------------------------------

--
-- Struttura della tabella `staff_logs`
--

CREATE TABLE IF NOT EXISTS `staff_logs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`staffuser` varchar(40) NOT NULL,
`target` varchar(40) NOT NULL,
`action_type` varchar(40) NOT NULL,
`description` text,
`extra_info` text,
`time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`deleted` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

--
-- Dump dei dati per la tabella `staff_logs`
--

INSERT INTO `staff_logs` (`id`, `staffuser`, `target`, `action_type`, `description`, `extra_info`, `time`, `deleted`) VALUES
(1, 'Doraemon', '', 'Chat command', 'Issued chat command :commands', NULL, '2012-11-25 11:49:51', 0),
(2, 'Doraemon', '', 'Chat command', 'Issued chat command :commands', NULL, '2012-11-25 11:50:58', 0),
(3, 'TheRustOfClaw', '', 'Chat command', 'Issued chat command :comandi', NULL, '2014-01-26 12:15:16', 0),
(4, 'TheRustOfClaw', '', 'Chat command', 'Issued chat command :coins therustofclaw 99999999999', NULL, '2014-01-26 12:15:31', 0),
(5, 'TheRustOfClaw', '', 'Chat command', 'Issued chat command :coins 999999 therustofclaw', NULL, '2014-01-26 12:15:43', 0),
(6, 'TheRustOfClaw', '', 'Chat command', 'Issued chat command :coins therustofclaw 99999', NULL, '2014-01-26 12:15:56', 0),
(7, 'TheRustOfClaw', '', 'Chat command', 'Issued chat command :pixels therustofclaw 99999', NULL, '2014-01-26 12:16:09', 0),
(8, 'TheRustOfClaw', '', 'Chat command', 'Issued chat command :credits therustofclaw 99999', NULL, '2014-01-26 12:16:32', 0),
(9, 'TheRustOfClaw', '', 'Chat command', 'Issued chat command :pickall', NULL, '2014-01-26 12:33:33', 0),
(10, 'TheRustOfClaw', '', 'Chat command', 'Issued chat command :pickall', NULL, '2014-01-26 12:36:14', 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `storm_items`
--

CREATE TABLE IF NOT EXISTS `storm_items` (
`Id` int(11) NOT NULL AUTO_INCREMENT,
`ItemId` int(11) NOT NULL,
`Name` varchar(50) NOT NULL,
`X` int(11) NOT NULL,
`Y` int(11) NOT NULL,
`Rot` int(11) NOT NULL,
`SpriteId` int(11) NOT NULL,
`Extradata` varchar(10) NOT NULL,
`Snow_Level` int(11) NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=39 ;

--
-- Dump dei dati per la tabella `storm_items`
--

INSERT INTO `storm_items` (`Id`, `ItemId`, `Name`, `X`, `Y`, `Rot`, `SpriteId`, `Extradata`, `Snow_Level`) VALUES
(1, 0, 'snst_ballpile', 8, 14, 1, 320, '0', 9),
(2, 1, 'snst_ballpile', 36, 30, 1, 320, '0', 9),
(3, 2, 'snst_iceblock', 22, 25, 1, 3359, '', 9),
(4, 3, 'snst_ballpile', 36, 21, 1, 320, '0', 9),
(5, 4, 'snst_iceblock', 22, 17, 1, 3359, '', 9),
(6, 5, 'snst_ballpile', 22, 23, 1, 320, '0', 9),
(7, 6, 'snst_ballpile', 36, 27, 1, 320, '0', 9),
(8, 7, 'snst_ballpile', 16, 21, 1, 320, '0', 9),
(9, 8, 'snst_iceblock', 9, 29, 1, 3359, '', 9),
(10, 9, 'snst_iceblock', 35, 18, 1, 3359, '', 9),
(11, 10, 'snst_ballpile', 8, 29, 1, 320, '0', 9),
(12, 11, 'snst_iceblock', 9, 17, 1, 3359, '', 9),
(13, 12, 'snst_iceblock', 9, 23, 1, 3359, '', 9),
(14, 13, 'snst_iceblock', 35, 27, 1, 3359, '', 9),
(15, 14, 'snst_ballpile', 36, 18, 1, 320, '0', 9),
(16, 15, 'snst_ballpile', 36, 24, 1, 320, '0', 9),
(17, 16, 'snst_ballpile', 28, 21, 1, 320, '0', 9),
(18, 17, 'snst_ballpile', 8, 17, 1, 320, '0', 9),
(19, 18, 'snst_ballpile', 36, 15, 1, 320, '0', 9),
(20, 19, 'snst_iceblock', 35, 15, 1, 3359, '', 9),
(21, 20, 'snst_ballpile', 24, 21, 1, 320, '0', 9),
(22, 21, 'snst_ballpile', 8, 23, 1, 320, '0', 9),
(23, 22, 'ads_background', 0, 22, 1, 0, '', 9),
(24, 23, 'snst_iceblock', 22, 21, 1, 3359, '', 9),
(25, 24, 'snst_ballpile', 22, 15, 1, 320, '0', 9),
(26, 25, 'snst_ballpile', 8, 26, 1, 320, '0', 9),
(27, 26, 'snst_iceblock', 9, 26, 1, 3359, '', 9),
(28, 27, 'snst_ballpile', 22, 27, 1, 320, '0', 9),
(29, 28, 'snst_iceblock', 9, 20, 1, 3359, '', 9),
(30, 29, 'snst_ballpile', 22, 19, 1, 320, '0', 9),
(31, 30, 'snst_ballpile', 8, 20, 1, 320, '0', 9),
(32, 31, 'snst_iceblock', 9, 14, 1, 3359, '', 9),
(33, 32, 'snst_iceblock', 35, 24, 1, 3359, '', 9),
(34, 33, 'snst_iceblock', 35, 30, 1, 3359, '', 9),
(35, 34, 'snst_iceblock', 18, 21, 1, 3359, '', 9),
(36, 35, 'snst_ballpile', 20, 21, 1, 320, '0', 9),
(37, 36, 'snst_iceblock', 26, 21, 1, 3359, '', 9),
(38, 37, 'snst_iceblock', 35, 21, 1, 3359, '', 9);

-- --------------------------------------------------------

--
-- Struttura della tabella `storm_levels`
--

CREATE TABLE IF NOT EXISTS `storm_levels` (
`level` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `storm_levels`
--

INSERT INTO `storm_levels` (`level`) VALUES
(9);

-- --------------------------------------------------------

--
-- Struttura della tabella `storm_models`
--

CREATE TABLE IF NOT EXISTS `storm_models` (
`id` int(11) NOT NULL,
`heightmap` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `storm_models`
--

INSERT INTO `storm_models` (`id`, `heightmap`) VALUES
(9, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx000000000000000xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000000000xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx000000000000000000000xxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxx00000000000000000000000xxxxxxxxxxxxxxxxx\r\nxxxxxxxxx0000000000000000000000000xxxxxxxxxxxxxxxx\r\nxxxxxxxx000000000000000000000000000xxxxxxxxxxxxxxx\r\nxxxxxxx00000000000000000000000000000xxxxxxxxxxxxxx\r\nxxxxxx0000000000000000000000000000000xxxxxxxxxxxxx\r\nxxxxx000000000000000000000000000000000xxxxxxxxxxxx\r\nxxxxx0000000000000000000000000000000000xxxxxxxxxxx\r\nxxxxx00000000000000000000000000000000000xxxxxxxxxx\r\nxxxxx000000000000000000000000000000000000xxxxxxxxx\r\nxxxxx0000000000000000000000000000000000000xxxxxxxx\r\nxxxxx00000000000000000000000000000000000000xxxxxxx\r\nxxxxx000000000000000000000000000000000000000xxxxxx\r\nxxxxx0000000000000000000000000000000000000000xxxxx\r\n0xxxx00000000000000000000000000000000000000000xxxx\r\nxxxxx00000000000000000000000000000000000000000xxxx\r\nxxxxx00000000000000000000000000000000000000000xxxx\r\nxxxxx000000000000000000000000000000000000000000xxx\r\nxxxxx000000000000000000000000000000000000000000xxx\r\nxxxxx000000000000000000000000000000000000000000xxx\r\nxxxxxx00000000000000000000000000000000000000000xxx\r\nxxxxxxx0000000000000000000000000000000000000000xxx\r\nxxxxxxxx0000000000000000000000000000000000000xxxxx\r\nxxxxxxxxx00000000000000000000000000000000000xxxxxx\r\nxxxxxxxxxx000000000000000000000000000000000xxxxxxx\r\nxxxxxxxxxxx00000000000000000000000000000000xxxx0xx\r\nxxxxxxxxxxxx0000000000000000000000000000000xxxxxxx\r\nxxxxxxxxxxxxx00000000000000000000000000000xxxxxxxx\r\nxxxxxxxxxxxxxx0000000000000000000000000000xxxxxxxx\r\nxxxxxxxxxxxxxxx00000000000000000000000000xxxxxxxxx\r\nxxxxxxxxxxxxxxxx0000000000000000000000000xxxxxxxxx\r\nxxxxxxxxxxxxxxxxx00000000000000000000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxx0000000000000000000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxx00000000000000000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx000000000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxx0000000000000xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx00000000000xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxx0000000xxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');

-- --------------------------------------------------------

--
-- Struttura della tabella `system_config`
--

CREATE TABLE IF NOT EXISTS `system_config` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`skey` varchar(100) COLLATE latin1_general_ci NOT NULL,
`sval` text COLLATE latin1_general_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=42 ;

--
-- Dump dei dati per la tabella `system_config`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `tele_links`
--

CREATE TABLE IF NOT EXISTS `tele_links` (
`tele_one_id` int(10) unsigned NOT NULL,
`tele_two_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`tele_one_id`,`tele_two_id`),
UNIQUE KEY `tele_one_id` (`tele_one_id`) USING BTREE,
UNIQUE KEY `tele_two_id` (`tele_two_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `tele_links`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `trigger_in_place`
--

CREATE TABLE IF NOT EXISTS `trigger_in_place` (
`original_trigger` int(11) NOT NULL,
`triggers_item` int(11) NOT NULL,
PRIMARY KEY (`original_trigger`,`triggers_item`),
KEY `triggers_item` (`triggers_item`) USING HASH
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `trigger_in_place`
--

INSERT INTO `trigger_in_place` (`original_trigger`, `triggers_item`) VALUES
(54, 56),
(54, 57),
(1221, 476),
(1224, 480),
(1224, 482),
(1221, 488),
(1221, 564),
(1221, 565),
(1219, 854),
(1227, 854),
(1219, 855),
(1227, 855);

-- --------------------------------------------------------

--
-- Struttura della tabella `trigger_item`
--

CREATE TABLE IF NOT EXISTS `trigger_item` (
`trigger_id` int(11) NOT NULL,
`trigger_input` enum('integer','multi_furniture','static_trigger','string') NOT NULL,
`trigger_data_2` varchar(10) DEFAULT NULL,
`trigger_data` varchar(100) DEFAULT NULL,
`all_user_triggerable` tinyint(1) NOT NULL DEFAULT '1',
PRIMARY KEY (`trigger_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `trigger_item`
--

INSERT INTO `trigger_item` (`trigger_id`, `trigger_input`, `trigger_data_2`, `trigger_data`, `all_user_triggerable`) VALUES
(55, 'integer', '', 'hola gente', 0),
(1219, 'integer', '', '2', 0),
(1221, 'integer', '', '0', 0),
(1222, 'integer', '', 'Chi ti ha detto di entrare?', 0),
(1223, 'string', '', 'lolipo', 0),
(1224, 'integer', '', '2', 0),
(1225, 'integer', '', '', 0),
(1226, 'integer', '', 'Benvenuto in MemeS HoteL...Buona permanenza! :emoji_smiley:', 0),
(1227, 'integer', '', '2', 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `trigger_rotation`
--

CREATE TABLE IF NOT EXISTS `trigger_rotation` (
`item_id` int(11) NOT NULL,
`rotation_status` tinyint(4) NOT NULL,
`movement_status` tinyint(4) NOT NULL,
PRIMARY KEY (`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `trigger_rotation`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `uberdown`
--

CREATE TABLE IF NOT EXISTS `uberdown` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`username` char(50) NOT NULL,
`shit` char(255) NOT NULL,
PRIMARY KEY (`id`,`username`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `uberdown`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `users`
--

CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`username` char(50) NOT NULL,
`real_name` char(100) NOT NULL DEFAULT '',
`password` char(42) NOT NULL,
`mail` varchar(50) NOT NULL DEFAULT 'defaultuser@meth0d.org',
`auth_ticket` varchar(60) NOT NULL,
`rank` int(1) unsigned NOT NULL DEFAULT '1',
`credits` int(11) NOT NULL DEFAULT '0',
`vip_points` int(11) NOT NULL DEFAULT '0',
`activity_points` int(11) NOT NULL DEFAULT '0',
`activity_points_lastupdate` double(5,0) NOT NULL DEFAULT '0',
`look` char(100) NOT NULL DEFAULT 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62',
`gender` enum('M','F') NOT NULL DEFAULT 'M',
`motto` char(50) NOT NULL,
`account_created` char(12) NOT NULL,
`last_online` varchar(20) NOT NULL,
`online` enum('0','1') NOT NULL DEFAULT '0',
`ip_last` char(20) NOT NULL,
`ip_reg` char(20) NOT NULL,
`home_room` int(10) unsigned NOT NULL DEFAULT '0',
`respect` int(11) NOT NULL DEFAULT '0',
`daily_respect_points` int(1) NOT NULL DEFAULT '3',
`daily_pet_respect_points` int(1) NOT NULL DEFAULT '3',
`newbie_status` int(1) NOT NULL DEFAULT '3',
`is_muted` enum('0','1') NOT NULL DEFAULT '0',
`mutant_penalty` enum('0','1','2') NOT NULL DEFAULT '0',
`mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
`block_newfriends` enum('0','1') NOT NULL DEFAULT '0',
`hide_online` enum('0','1') NOT NULL DEFAULT '0',
`hide_inroom` enum('0','1') NOT NULL DEFAULT '0',
`mail_verified` varchar(6) NOT NULL DEFAULT '0',
`vip` enum('0','1') NOT NULL DEFAULT '0',
`working` varchar(50) NOT NULL DEFAULT '0',
`secretcode` varchar(8) NOT NULL DEFAULT '0',
`mymusik` varchar(100) NOT NULL DEFAULT '0',
`getmoney_date` varchar(20) NOT NULL DEFAULT '0',
`visibility` enum('EVERYONE','FRIENDS','NOBODY') NOT NULL DEFAULT 'EVERYONE',
`birth` varchar(10) NOT NULL DEFAULT '0',
`volume` int(3) NOT NULL DEFAULT '100',
`dolares` int(11) NOT NULL DEFAULT '0',
`Weights` int(11) NOT NULL,
`lastdailycredits` char(18) NOT NULL DEFAULT '',
`points` int(11) NOT NULL DEFAULT '0',
`block_trade` enum('1','0') NOT NULL DEFAULT '0',
`crystals` int(11) NOT NULL DEFAULT '0',
`achievement_points` int(11) NOT NULL,
`quests` varchar(200) NOT NULL,
`queststates` varchar(200) NOT NULL,
`canchangename` enum('0','1') NOT NULL DEFAULT '1',
`FavoriteGroup` int(11) NOT NULL DEFAULT '0',
`one_password` varchar(500) NOT NULL DEFAULT '0',
`datosreg` varchar(500) NOT NULL DEFAULT '0',
`country` varchar(500) NOT NULL DEFAULT '0',
`facebook_id` varchar(255) NOT NULL,
`marketing` varchar(1) NOT NULL DEFAULT '0',
`showhome` varchar(10) NOT NULL DEFAULT '1',
`main` varchar(10) NOT NULL DEFAULT '1',
`registered` varchar(10) NOT NULL DEFAULT '0000000000',
`lastonline` varchar(10) NOT NULL DEFAULT '000000000',
`passed_quiz` enum('0','1') NOT NULL DEFAULT '0',
`points_online` int(11) NOT NULL DEFAULT '0',
`online1` text,
`ipaddress_last` varchar(100) DEFAULT NULL,
`lastvisit` varchar(50) DEFAULT NULL,
`speech_bubble_prefer` int(5) NOT NULL,
UNIQUE KEY `id` (`id`) USING HASH
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=19 ;

--
-- Dump dei dati per la tabella `users`
--

INSERT INTO `users` (`id`, `username`, `real_name`, `password`, `mail`, `auth_ticket`, `rank`, `credits`, `vip_points`, `activity_points`, `activity_points_lastupdate`, `look`, `gender`, `motto`, `account_created`, `last_online`, `online`, `ip_last`, `ip_reg`, `home_room`, `respect`, `daily_respect_points`, `daily_pet_respect_points`, `newbie_status`, `is_muted`, `mutant_penalty`, `mutant_penalty_expire`, `block_newfriends`, `hide_online`, `hide_inroom`, `mail_verified`, `vip`, `working`, `secretcode`, `mymusik`, `getmoney_date`, `visibility`, `birth`, `volume`, `dolares`, `Weights`, `lastdailycredits`, `points`, `block_trade`, `crystals`, `achievement_points`, `quests`, `queststates`, `canchangename`, `FavoriteGroup`, `one_password`, `datosreg`, `country`, `facebook_id`, `marketing`, `showhome`, `main`, `registered`, `lastonline`, `passed_quiz`, `points_online`, `online1`, `ipaddress_last`, `lastvisit`, `speech_bubble_prefer`) VALUES
(1, 'Doraemon', '', 'a61524af67cd7341b546003514240539', 'habbowall@live.com', 'Azure-Test', 8, 102773, 0, 28700, 99999, 'sh-305-62.hr-100-0.lg-270-79.ha-1002-70.ch-215-66.wa-2007-0.hd-3102-7', 'M', 'Azure +- :emoji_relieved:f', '04-Nov-2012', '02/12/2012 15:09:23', '1', '127.0.0.1', '', 68, 0, 3, 1, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '12/04', 0, '0', 0, 615, '0', '01-0;', '0', 4, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '1', 142, NULL, NULL, NULL, 0),
(2, 'Iskander', '', '01bcd2e4344436936699e9c48d56828e', 'vengamaricones@gmail.com', 'Azure-Test2', 1, 30354, 0, 13500, 99999, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '04-Nov-2012', '01/12/2012 13:25:44', '1', '127.0.0.1', '', 0, 2, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '12/01', 0, '0', 0, 85, '', '', '1', 1, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '0', 19, NULL, NULL, NULL, 0),
(3, 'zShok', '', '0f18810fa56fd1eff5ac1fa875e5dc4f', 'jorgenotario17@hotmail.com', 'ST-acbfd769cee92f192d5797e57cb5f39a4ed15f1c-236-uber-fe3', 1, 6000, 0, 10000, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '04-Nov-2012', '', '0', '186.16.105.179', '', 0, 0, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '11/04', 0, '0', 0, 0, '', '', '1', 0, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '0', 0, NULL, NULL, NULL, 0),
(4, 'Short', '', 'b9b62b514c6c0db41fb3b4dd0c5d4701', 'davidmpsilva3@gmail.com', 'ST-528792a348921cb74db3a2b8344eda5e9ca74557-182-uber-fe0', 1, 6000, 0, 10000, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '04-Nov-2012', '', '0', '188.82.28.29', '', 0, 0, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '11/04', 0, '0', 0, 0, '', '', '1', 0, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '0', 0, NULL, NULL, NULL, 0),
(5, 'xTalker', '', 'bdac6a36afba129ae73616f5ed16a051', 'jose951@hotmail.com', 'ST-41457bd741e08bc7ec3bde2b6987e5adc1bb6e94-243-uber-fe5', 1, 6100, 0, 10100, 99999, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '04-Nov-2012', '11/4/2012 11:15:51 P', '0', '190.142.24.110', '', 0, 0, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '11/04', 0, '0', 0, 0, '', '', '1', 0, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '0', 0, NULL, NULL, NULL, 0),
(6, 'Nass', '', 'e9646d086a37906e5bec4323d3b37c9b', 'azec7i@hotmail.es', 'ST-c9ea70039fbbfb0dad5273a08ed0bb40913bfe2e-240-uber-fe5', 1, 6000, 0, 10000, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'F', '', '04-Nov-2012', '', '0', '200.106.103.21', '', 0, 0, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '11/04', 0, '0', 0, 0, '', '', '1', 0, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '0', 0, NULL, NULL, NULL, 0),
(7, 'steven8442', '', 'efc72e1de42fe272e0bb9b59429c16e9', 'steven_the_chamakito@hotmail.es', 'ST-8e875abb9151cc7793d216dac66bcf7eab4dbf04-212-uber-fe0', 1, 1100, 0, 10100, 99999, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '04-Nov-2012', '11/4/2012 11:16:24 P', '0', '83.40.173.49', '', 0, 0, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '11/04', 0, '0', 0, 0, '', '', '1', 0, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '0', 0, NULL, NULL, NULL, 0),
(8, 'Rokii124', '', '2f19afb4a7709470ba6b59fdd6e08603', 'nico.2001.ale@hotmail.com', 'ST-0f55bc9b960211bc47245ed8b005ecd5361bfe0a-225-uber-fe3', 1, 6200, 0, 10200, 99999, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '04-Nov-2012', '11/4/2012 11:18:39 P', '0', '190.45.57.92', '', 0, 0, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '11/04', 0, '0', 0, 0, '', '', '1', 0, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '0', 0, NULL, NULL, NULL, 0),
(9, 'Missvach', '', '81684c986b3809e86ee7fd537e304aba', 'Emilyvaleria@live.com', 'ST-f06c4abbe145ad6af3283d9881a51547cde4a1e7-216-uber-fe5', 1, 3000, 0, 10000, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'F', '', '04-Nov-2012', '', '0', '201.211.5.237', '', 0, 0, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '', 0, '0', 0, 0, '', '', '1', 0, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '0', 0, NULL, NULL, NULL, 0),
(10, 'lGames', '', 'd27d896c3be5697f4334dd2bbecf7221', 'rmrm-24-1999@hotmail.com', 'ST-8a95876c5b960dea020b247323bee76358a20195-178-uber-fe2', 1, 6000, 0, 10000, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '04-Nov-2012', '', '0', '190.39.179.180', '', 0, 0, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '11/04', 0, '0', 0, 0, '', '', '1', 0, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '0', 0, NULL, NULL, NULL, 0),
(11, 'eriberto04', '', '05f16ce697bfe430882a0e9ed2fd9ae9', 'eriberto212121@hotmail.com', 'ST-5987864b274c600ff400b5d8a6af099b0a67b4db-155-uber-fe3', 1, 3000, 0, 10000, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '04-Nov-2012', '', '0', '181.179.54.90', '', 0, 0, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '', 0, '0', 0, 0, '', '', '1', 0, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '0', 0, NULL, NULL, NULL, 0),
(12, 'dominic', '', '093a9284aa32b81b1148815e5b1d7b8a', 'axel_lambo@hotmail.com', 'ST-10ad122af10e8c0d1b095d1e81fec197be36cc6d-116-uber-fe4', 1, 3000, 0, 10000, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '04-Nov-2012', '', '0', '189.249.89.93', '', 0, 0, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '', 0, '0', 0, 0, '', '', '1', 0, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '0', 0, NULL, NULL, NULL, 0),
(13, 'Dankluck', '', '94570a87d2a03da792f585adb0c55040', 'joaomachado.95@hotmail.com', 'ST-53f25bb386f0df289dd448dde1e4107def4a551b-101-uber-fe0', 1, 3000, 0, 10000, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '04-Nov-2012', '', '0', '2.82.64.29', '', 0, 0, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '', 0, '0', 0, 0, '', '', '1', 0, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '0', 0, NULL, NULL, NULL, 0),
(14, 'rosinha12176', '', 'e44af5aaad12c8d2793b0226b071dedb', 'ale_diaz_07@hotmail.com', 'ST-320a12cbd621bd5f85729c5c2e3d3ec84ff56ec8-135-uber-fe4', 1, 3000, 0, 10000, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'F', '', '04-Nov-2012', '', '0', '190.233.193.100', '', 0, 0, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '', 0, '0', 0, 0, '', '', '1', 0, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '0', 0, NULL, NULL, NULL, 0),
(15, 'BrabuconDF', '', '839787a428a626a79586f23b998d7434', 'Juandavidtorres_2002@hotmail.com', '', 1, 3000, 0, 10000, 0, 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-', 'M', '', '04-Nov-2012', '', '0', '', '', 0, 0, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '', 0, '0', 0, 0, '', '', '1', 0, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '0', 0, NULL, NULL, NULL, 0),
(16, 'Rollo', '', '8b714858c5388fe5f6a8180cc8ca8829a0e249f8', 'zanodfsrenzo@yahoo.it', '715269655710869646277241091082', 7, 68862, 0, 1100, 99999, 'he-1601-62.lg-280-63.hr-165-34.ch-215-82.hd-206-2.sh-905-89', 'M', 'Ciaoo :emoji_slight_smile:', '1358801530', '02/02/2013 18:26:45', '0', '::1', '127.0.0.1', 0, 0, 3, 3, 2, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '02/02', 0, '0', 900, 30, '7;8;9;', '7-0;', '0', 5, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '1', 78, '1359825928', '::1', '02-02-2013 17:06:48', 0),
(17, 'TheRustOfClaw', '', 'eaac7fe7654b52b876e6946f5b44b1c9d9eb84ee', 'xx@xx.xx', '10518823423110120577076165046', 7, 254448, 99999, 102599, 99999, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Pagina di registrazione by Madan Labs', '1390692677', '26/01/2014 22:52:57', '0', '::1', '127.0.0.1', 0, 0, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '01/26', 0, '0', 0, 70, '', '', '1', 0, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '1', 90, '1390830442', '::1', '27-01-2014 16:54:33', 0),
(18, 'bloodjustice', '', 'eaac7fe7654b52b876e6946f5b44b1c9d9eb84ee', 'alessio@ggg.it', '1127473881062582824652969248', 1, 56200, 0, 2200, 99999, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Pagina di registrazione by Madan Labs', '1390830026', '30/01/2014 18:32:34', '0', '127.0.0.1', '::1', 0, 0, 3, 3, 3, '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'EVERYONE', '0', 100, 0, 0, '01/30', 0, '0', 0, 15, '', '', '1', 0, '0', '0', '0', '', '0', '1', '1', '0000000000', '000000000', '1', 14, '1391102875', '::1', '27-01-2014 16:55:23', 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `users_referidos`
--

CREATE TABLE IF NOT EXISTS `users_referidos` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`usuario` varchar(400) NOT NULL DEFAULT 'user',
`ip_referida` varchar(50) NOT NULL,
`fecha` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;

--
-- Dump dei dati per la tabella `users_referidos`
--

INSERT INTO `users_referidos` (`id`, `usuario`, `ip_referida`, `fecha`) VALUES
(1, 'lMinuL', '', '2012-11-04 23:11:08'),
(2, 'mod-xmartin', '', '2012-11-04 23:14:02'),
(3, 'Goku', '', '2012-11-04 23:14:17'),
(4, 'lMinuL', '', '2012-11-04 23:14:38'),
(5, 'lMinuL', '', '2012-11-04 23:14:41'),
(6, '=Mod-Staff', '', '2012-11-04 23:15:06'),
(7, 'lMinuL', '', '2012-11-04 23:16:04'),
(8, 'lSkip', '', '2012-11-04 23:16:08'),
(9, 'lSkip', '', '2012-11-04 23:19:13');

-- --------------------------------------------------------

--
-- Struttura della tabella `user_achievement`
--

CREATE TABLE IF NOT EXISTS `user_achievement` (
`userid` int(11) unsigned NOT NULL,
`groupname` varchar(255) NOT NULL,
`level` int(11) NOT NULL,
`progress` int(11) NOT NULL,
PRIMARY KEY (`userid`,`groupname`),
KEY `id` (`userid`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_achievement`
--

INSERT INTO `user_achievement` (`userid`, `groupname`, `level`, `progress`) VALUES
(1, 'ACH_AllTimeHotelPresence', 4, 0),
(1, 'ACH_AvatarLooks', 1, 0),
(1, 'ACH_EmailVerification', 1, 0),
(1, 'ACH_MusicCollector', 1, 0),
(1, 'ACH_SafetyQuizGraduate', 1, 0),
(2, 'ACH_EmailVerification', 1, 0),
(16, 'ACH_AvatarLooks', 1, 0),
(16, 'ACH_EmailVerification', 1, 0),
(16, 'ACH_Name', 1, 0),
(16, 'ACH_PetLover', 1, 0),
(16, 'ACH_SafetyQuizGraduate', 1, 0),
(16, 'ACH_VipClub', 1, 0),
(17, 'ACH_AllTimeHotelPresence', 6, 0),
(17, 'ACH_EmailVerification', 1, 0),
(17, 'ACH_RoomEntry', 1, 0),
(17, 'ACH_SafetyQuizGraduate', 1, 0),
(17, 'ACH_VipClub', 1, 0),
(18, 'ACH_EmailVerification', 1, 0),
(18, 'ACH_SafetyQuizGraduate', 1, 0),
(18, 'ACH_VipClub', 1, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_badges`
--

CREATE TABLE IF NOT EXISTS `user_badges` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`badge_id` varchar(50) NOT NULL,
`badge_slot` int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`) USING BTREE,
KEY `badge` (`badge_id`) USING BTREE,
KEY `slot` (`badge_slot`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=38 ;

--
-- Dump dei dati per la tabella `user_badges`
--

INSERT INTO `user_badges` (`id`, `user_id`, `badge_id`, `badge_slot`) VALUES
(1, 1, 'ACH_MusicCollector1', 0),
(2, 1, 'ACH_MusicCollector1', 0),
(3, 1, 'ACH_AllTimeHotelPresence4', 0),
(4, 16, 'ACH_EmailVerification1', 0),
(5, 16, 'ACH_EmailVerification1', 0),
(6, 16, 'ACH_SafetyQuizGraduate1', 0),
(7, 16, 'ACH_SafetyQuizGraduate1', 0),
(8, 16, 'ACH_PetLover1', 0),
(9, 16, 'ACH_PetLover1', 0),
(10, 16, 'ACH_VipClub1', 1),
(11, 16, 'ACH_VipClub1', 1),
(12, 16, 'ACH_Name1', 0),
(13, 16, 'ACH_Name1', 0),
(14, 16, 'ACH_AvatarLooks1', 0),
(15, 16, 'ACH_AvatarLooks1', 0),
(16, 16, 'AD1', 0),
(17, 17, 'ACH_EmailVerification1', 0),
(18, 17, 'ACH_EmailVerification1', 0),
(19, 17, 'ACH_AllTimeHotelPresence6', 0),
(20, 17, 'ACH_AllTimeHotelPresence6', 0),
(21, 17, 'ACH_SafetyQuizGraduate1', 0),
(22, 17, 'ACH_SafetyQuizGraduate1', 0),
(23, 17, 'ACH_VipClub1', 0),
(24, 17, 'ACH_VipClub1', 0),
(25, 17, 'ACH_AllTimeHotelPresence6', 0),
(26, 17, 'ACH_AllTimeHotelPresence6', 0),
(27, 17, 'ACH_AllTimeHotelPresence6', 0),
(28, 17, 'ACH_AllTimeHotelPresence6', 0),
(29, 17, 'ACH_RoomEntry1', 0),
(30, 17, 'ACH_RoomEntry1', 0),
(31, 17, 'ACH_AllTimeHotelPresence6', 0),
(32, 18, 'ACH_EmailVerification1', 0),
(33, 18, 'ACH_EmailVerification1', 0),
(34, 18, 'ACH_SafetyQuizGraduate1', 0),
(35, 18, 'ACH_SafetyQuizGraduate1', 0),
(36, 18, 'ACH_VipClub1', 0),
(37, 18, 'ACH_VipClub1', 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_effects`
--

CREATE TABLE IF NOT EXISTS `user_effects` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`effect_id` int(11) NOT NULL DEFAULT '1',
`total_duration` int(11) NOT NULL DEFAULT '3600',
`is_activated` enum('0','1') NOT NULL DEFAULT '0',
`activated_stamp` double NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dump dei dati per la tabella `user_effects`
--

INSERT INTO `user_effects` (`id`, `user_id`, `effect_id`, `total_duration`, `is_activated`, `activated_stamp`) VALUES
(1, 1, 114, 3600, '', 0),
(2, 1, 116, 3600, '', 0),
(3, 1, 115, 3600, '', 0),
(4, 1, 114, 3600, '', 0),
(5, 17, 113, 3600, '', 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_favorites`
--

CREATE TABLE IF NOT EXISTS `user_favorites` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`room_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dump dei dati per la tabella `user_favorites`
--

INSERT INTO `user_favorites` (`id`, `user_id`, `room_id`) VALUES
(1, 1, 70);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_groups`
--

CREATE TABLE IF NOT EXISTS `user_groups` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`Username` varchar(200) NOT NULL,
`UserId` int(11) NOT NULL,
`GroupId` int(11) NOT NULL,
`GroupDate` varchar(100) NOT NULL,
`Rank` int(11) NOT NULL DEFAULT '2',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;

--
-- Dump dei dati per la tabella `user_groups`
--

INSERT INTO `user_groups` (`id`, `Username`, `UserId`, `GroupId`, `GroupDate`, `Rank`) VALUES
(1, 'Doraemon', 1, 1, '9 - 11 - 2012', 0),
(2, 'Doraemon', 1, 2, '9 - 11 - 2012', 0),
(3, 'Iskander', 2, 1, '11 - 11 - 2012', 2),
(4, 'Doraemon', 1, 3, '14 - 11 - 2012', 0),
(5, 'Doraemon', 1, 4, '23 - 11 - 2012', 0),
(6, 'Fiorenzo', 16, 5, '2 - 2 - 2013', 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_homes`
--

CREATE TABLE IF NOT EXISTS `user_homes` (
`username` varchar(255) NOT NULL,
`content` text NOT NULL,
PRIMARY KEY (`username`),
UNIQUE KEY `username` (`username`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_homes`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `user_ignores`
--

CREATE TABLE IF NOT EXISTS `user_ignores` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`ignore_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `user_ignores`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `user_info`
--

CREATE TABLE IF NOT EXISTS `user_info` (
`user_id` int(11) NOT NULL,
`bans` int(11) NOT NULL DEFAULT '0',
`cautions` int(11) NOT NULL DEFAULT '0',
`reg_timestamp` double NOT NULL DEFAULT '0',
`login_timestamp` double NOT NULL DEFAULT '0',
`cfhs` int(11) NOT NULL DEFAULT '0',
`cfhs_abusive` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`user_id`),
UNIQUE KEY `userid` (`user_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_info`
--

INSERT INTO `user_info` (`user_id`, `bans`, `cautions`, `reg_timestamp`, `login_timestamp`, `cfhs`, `cfhs_abusive`) VALUES
(1, 0, 0, 1352067091, 1354641408, 0, 0),
(2, 0, 0, 1352067157, 1354364978, 0, 0),
(3, 0, 0, 1352067158, 1352067424, 0, 0),
(4, 0, 0, 1352067165, 1352067462, 0, 0),
(5, 0, 0, 1352067180, 1352067494, 0, 0),
(6, 0, 0, 1352067208, 1352067463, 0, 0),
(7, 0, 0, 1352067214, 1352067455, 0, 0),
(8, 0, 0, 1352067216, 1352067467, 0, 0),
(9, 0, 0, 1352067389, 1352067389, 0, 0),
(10, 0, 0, 1352067416, 1352067510, 0, 0),
(11, 0, 0, 1352067416, 1352067416, 0, 0),
(12, 0, 0, 1352067438, 1352067438, 0, 0),
(13, 0, 0, 1352067474, 1352067474, 0, 0),
(14, 0, 0, 1352067522, 1352067522, 0, 0),
(15, 0, 0, 1352067583, 1352067583, 0, 0),
(16, 0, 0, 1358801530, 1359825642, 0, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_items_songs`
--

CREATE TABLE IF NOT EXISTS `user_items_songs` (
`item_id` int(10) unsigned NOT NULL,
`user_id` int(10) unsigned NOT NULL,
`song_id` int(11) NOT NULL,
PRIMARY KEY (`item_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_items_songs`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `user_online`
--

CREATE TABLE IF NOT EXISTS `user_online` (
`userid` int(10) unsigned NOT NULL,
PRIMARY KEY (`userid`),
UNIQUE KEY `userid` (`userid`) USING HASH
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_online`
--

INSERT INTO `user_online` (`userid`) VALUES
(18);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_pets`
--

CREATE TABLE IF NOT EXISTS `user_pets` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`room_id` int(10) unsigned NOT NULL,
`name` varchar(32) NOT NULL DEFAULT 'Unnamed',
`race` varchar(3) NOT NULL DEFAULT '000',
`color` varchar(6) NOT NULL DEFAULT 'FFFFFF',
`type` int(10) unsigned NOT NULL,
`expirience` int(11) NOT NULL,
`energy` int(11) NOT NULL,
`nutrition` int(11) NOT NULL DEFAULT '100',
`respect` int(11) NOT NULL DEFAULT '0',
`createstamp` double NOT NULL DEFAULT '0',
`x` int(11) NOT NULL DEFAULT '0',
`y` int(11) NOT NULL DEFAULT '0',
`z` double NOT NULL DEFAULT '0',
`have_saddle` int(255) NOT NULL,
`hairdye` int(11) NOT NULL,
`pethair` int(11) NOT NULL DEFAULT '-1',
`can_all` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`) USING BTREE,
KEY `room_id` (`room_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=FIXED AUTO_INCREMENT=5 ;

--
-- Dump dei dati per la tabella `user_pets`
--

INSERT INTO `user_pets` (`id`, `user_id`, `room_id`, `name`, `race`, `color`, `type`, `expirience`, `energy`, `nutrition`, `respect`, `createstamp`, `x`, `y`, `z`, `have_saddle`, `hairdye`, `pethair`, `can_all`) VALUES
(1, 1, 0, 'Dorii', '2', 'FFFFFF', 15, 30, 103, 100, 1, 1353231061, 0, 0, 0, 0, 0, -1, 0),
(2, 2, 59, ':emoji_relieved:f', '2', 'FFFFFF', 15, 0, 100, 100, 0, 1353447306, 0, 0, 0, 0, 0, -1, 0),
(3, 1, 0, ':emoji_relieved:f', '17', 'FFFFFF', 15, 0, 100, 100, 0, 1353447410, 0, 0, 0, 0, 0, -1, 0),
(4, 16, 0, 'sss', '2', 'FFFFFF', 15, 10, 100, 100, 0, 1358882987, 0, 0, 0, 0, 0, -1, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_presents`
--

CREATE TABLE IF NOT EXISTS `user_presents` (
`item_id` int(10) unsigned NOT NULL,
`base_id` int(10) unsigned NOT NULL,
`amount` int(11) NOT NULL,
`extra_data` text NOT NULL,
PRIMARY KEY (`item_id`),
KEY `item_id` (`item_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_presents`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `user_quests`
--

CREATE TABLE IF NOT EXISTS `user_quests` (
`user_id` int(10) unsigned NOT NULL,
`quest_id` int(10) unsigned NOT NULL,
`progress` int(10) NOT NULL,
PRIMARY KEY (`user_id`,`quest_id`),
KEY `userid` (`user_id`) USING HASH,
KEY `questid` (`quest_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_quests`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `user_rankings`
--

CREATE TABLE IF NOT EXISTS `user_rankings` (
`userid` int(10) NOT NULL,
`type` varchar(1000) NOT NULL DEFAULT 'competitions',
`information` varchar(1000) NOT NULL,
`achievement_id` int(2) unsigned NOT NULL,
`roomid` int(255) NOT NULL DEFAULT '0',
`score` int(255) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_rankings`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `user_roomvisits`
--

CREATE TABLE IF NOT EXISTS `user_roomvisits` (
`user_id` int(10) unsigned NOT NULL,
`room_id` int(10) unsigned NOT NULL,
`entry_timestamp` double NOT NULL,
`exit_timestamp` double NOT NULL,
`hour` int(11) NOT NULL,
`minute` int(11) NOT NULL,
`id` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`) USING BTREE,
KEY `room_id` (`room_id`) USING BTREE,
KEY `entry_timestamp` (`entry_timestamp`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `user_roomvisits`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `user_stats`
--

CREATE TABLE IF NOT EXISTS `user_stats` (
`id` int(7) NOT NULL,
`RoomVisits` int(7) NOT NULL DEFAULT '0',
`OnlineTime` int(7) NOT NULL DEFAULT '0',
`Respect` int(6) NOT NULL DEFAULT '0',
`RespectGiven` int(6) NOT NULL DEFAULT '0',
`GiftsGiven` int(6) NOT NULL DEFAULT '0',
`GiftsReceived` int(6) NOT NULL DEFAULT '0',
`DailyRespectPoints` int(1) NOT NULL DEFAULT '3',
`DailyPetRespectPoints` int(1) NOT NULL DEFAULT '3',
`AchievementScore` int(7) NOT NULL DEFAULT '0',
`quest_id` int(10) unsigned NOT NULL DEFAULT '0',
`quest_progress` int(10) NOT NULL DEFAULT '0',
`lev_builder` int(10) NOT NULL DEFAULT '0',
`lev_social` int(10) NOT NULL DEFAULT '0',
`lev_identity` int(10) NOT NULL DEFAULT '0',
`lev_explore` int(10) NOT NULL DEFAULT '0',
`groupid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_stats`
--

INSERT INTO `user_stats` (`id`, `RoomVisits`, `OnlineTime`, `Respect`, `RespectGiven`, `GiftsGiven`, `GiftsReceived`, `DailyRespectPoints`, `DailyPetRespectPoints`, `AchievementScore`, `quest_id`, `quest_progress`, `lev_builder`, `lev_social`, `lev_identity`, `lev_explore`, `groupid`) VALUES
(16, 0, 0, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_stream`
--

CREATE TABLE IF NOT EXISTS `user_stream` (
`Id` int(11) NOT NULL AUTO_INCREMENT,
`UserId` int(11) NOT NULL,
`Image` text NOT NULL,
`Type` int(11) NOT NULL,
`FriendId` int(11) NOT NULL,
`Likes` int(11) NOT NULL,
`Message` text NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dump dei dati per la tabella `user_stream`
--

INSERT INTO `user_stream` (`Id`, `UserId`, `Image`, `Type`, `FriendId`, `Likes`, `Message`) VALUES
(5, 1, 'http://df-hotel.us/habbo-imaging/badge/b1003s05015s05013s09114.gif', 10, 4, 0, ''),
(6, 16, 'http://habbospain.com/habbo-imaging/badge/b1003s05015s27067s02014s36017.gif', 10, 5, 0, '');

-- --------------------------------------------------------

--
-- Struttura della tabella `user_subscriptions`
--

CREATE TABLE IF NOT EXISTS `user_subscriptions` (
`user_id` int(1) unsigned NOT NULL,
`subscription_id` char(20) NOT NULL,
`timestamp_activated` int(1) NOT NULL,
`timestamp_expire` int(1) NOT NULL,
PRIMARY KEY (`user_id`),
KEY `user_id` (`user_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_subscriptions`
--

INSERT INTO `user_subscriptions` (`user_id`, `subscription_id`, `timestamp_activated`, `timestamp_expire`) VALUES
(1, 'habbo_vip', 1352481225, 1462295625),
(16, 'habbo_vip', 1359820007, 1367855207),
(17, 'habbo_vip', 1390734805, 1393413205),
(18, 'habbo_vip', 1390838423, 1393516823);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_tags`
--

CREATE TABLE IF NOT EXISTS `user_tags` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`tag` varchar(50) NOT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `user_tags`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `user_tickets`
--

CREATE TABLE IF NOT EXISTS `user_tickets` (
`userid` int(10) unsigned NOT NULL,
`sessionticket` varchar(100) NOT NULL,
`ipaddress` varchar(20) NOT NULL,
PRIMARY KEY (`sessionticket`,`ipaddress`),
UNIQUE KEY `index_id` (`userid`) USING HASH
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_tickets`
--

INSERT INTO `user_tickets` (`userid`, `sessionticket`, `ipaddress`) VALUES
(1, 'Azure-Test', '127.0.0.1'),
(2, 'Azure-Test2', '127.0.0.1'),
(3, 'ST-acbfd769cee92f192d5797e57cb5f39a4ed15f1c-236-uber-fe3', '186.16.105.179'),
(4, 'ST-528792a348921cb74db3a2b8344eda5e9ca74557-182-uber-fe0', '188.82.28.29'),
(5, 'ST-41457bd741e08bc7ec3bde2b6987e5adc1bb6e94-243-uber-fe5', '190.142.24.110'),
(6, 'ST-c9ea70039fbbfb0dad5273a08ed0bb40913bfe2e-240-uber-fe5', '200.106.103.21'),
(7, 'ST-8e875abb9151cc7793d216dac66bcf7eab4dbf04-212-uber-fe0', '83.40.173.49'),
(8, 'ST-0f55bc9b960211bc47245ed8b005ecd5361bfe0a-225-uber-fe3', '190.45.57.92'),
(9, 'ST-f06c4abbe145ad6af3283d9881a51547cde4a1e7-216-uber-fe5', '201.211.5.237'),
(10, 'ST-8a95876c5b960dea020b247323bee76358a20195-178-uber-fe2', '190.39.179.180'),
(11, 'ST-5987864b274c600ff400b5d8a6af099b0a67b4db-155-uber-fe3', '181.179.54.90'),
(12, 'ST-10ad122af10e8c0d1b095d1e81fec197be36cc6d-116-uber-fe4', '189.249.89.93'),
(13, '', '2.82.64.29'),
(14, '', '190.233.193.100');

-- --------------------------------------------------------

--
-- Struttura della tabella `user_wardrobe`
--

CREATE TABLE IF NOT EXISTS `user_wardrobe` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`slot_id` int(10) unsigned NOT NULL,
`look` varchar(120) NOT NULL,
`gender` enum('F','M') NOT NULL DEFAULT 'M',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `user_wardrobe`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `vip_items`
--

CREATE TABLE IF NOT EXISTS `vip_items` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(120) NOT NULL,
`name` text NOT NULL,
`descr` text NOT NULL,
`price` int(11) NOT NULL DEFAULT '5',
`image` varchar(120) NOT NULL DEFAULT '',
`featured` enum('0','1') NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dump dei dati per la tabella `vip_items`
--

INSERT INTO `vip_items` (`id`, `type`, `name`, `descr`, `price`, `image`, `featured`) VALUES
(1, 'cr5000', 'Instant credits update - 5000 credits', 'This will set your credits balance to 5000. This is considered a refill only, meaning your credits balance will *not* go above 5000 by purchasing this product.', 5, '%www%/images/money_stash.png', '1');