Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TABLE IF NOT EXISTS `applications` (
- `id` int(80) NOT NULL AUTO_INCREMENT, -- Remember warning
- `username` varchar(50) NOT NULL,
- `appstatuts` text NOT NULL,
- `age` int(2) NOT NULL,
- `country` text NOT NULL,
- `timezone` text NOT NULL,
- `realname` text NOT NULL,
- `modname` text NOT NULL,
- `time` text NOT NULL,
- `experience` text NOT NULL,
- `message1` text NOT NULL,
- `message2` text NOT NULL,
- `message3` text NOT NULL,
- `users` text NOT NULL,
- PRIMARY KEY (`id)
- ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=81;
- CREATE TABLE IF NOT EXISTS `catalogue_deals` (
- `id` int(10) NOT NULL COMMENT 'The ID of this deal [the part after "deal"]',
- `tid` int(10) NOT NULL COMMENT 'The template ID of the item that should be in this deal',
- `amount` int(10) NOT NULL COMMENT 'The amount, of how many items of the type _TID should be in this deal'
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
- --
- -- Dumping data for table `catalogue_deals`
- --
- INSERT INTO `catalogue_deals` (`id`, `tid`, `amount`) VALUES
- (2, 272, 1),
- (3, 325, 1),
- (3, 485, 1),
- (2, 270, 2),
- (2, 484, 1),
- (1, 69, 3),
- (1, 72, 1),
- (3, 318, 2),
- (4, 76, 1),
- (4, 410, 1),
- (4, 328, 1),
- (5, 312, 1),
- (5, 313, 3),
- (6, 402, 1),
- (6, 352, 4),
- (97, 41, 6),
- (98, 42, 6),
- (99, 43, 6),
- (96, 44, 6);
- -- --------------------------------------------------------
- --
- -- Table structure for table `catalogue_items`
- --
- CREATE TABLE IF NOT EXISTS `catalogue_items` (
- `tid` int(10) NOT NULL AUTO_INCREMENT,
- `catalogue_name` varchar(100) COLLATE latin1_general_ci NOT NULL,
- `catalogue_description` varchar(200) COLLATE latin1_general_ci NOT NULL,
- `catalogue_cost` int(5) NOT NULL,
- `typeid` int(1) NOT NULL DEFAULT '0',
- `length` int(2) NOT NULL DEFAULT '0',
- `width` int(2) NOT NULL DEFAULT '0',
- `top` double(4,2) NOT NULL,
- `name_cct` varchar(110) COLLATE latin1_general_ci NOT NULL,
- `colour` varchar(100) COLLATE latin1_general_ci NOT NULL,
- `catalogue_id_page` tinyint(3) NOT NULL,
- `door` enum('0','1') COLLATE latin1_general_ci NOT NULL DEFAULT '0',
- `tradeable` enum('0','1') COLLATE latin1_general_ci NOT NULL DEFAULT '0',
- `recycleable` enum('0','1') COLLATE latin1_general_ci NOT NULL DEFAULT '0',
- `catalogue_id_index` int(5) NOT NULL,
- PRIMARY KEY (`tid`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=211523 ;
- --
- -- Dumping data for table `catalogue_items`
- --
- INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
- (1, 'Green Parasol', 'Block those rays!', 25, 1, 1, 1, 0.00, 'rare_parasol*0', '#ffffff,#ffffff,#ffffff,#94f718', 80, '0', '1', '1', 1),
- (2, 'floor', 'Floor', 3, 0, 0, 0, 0.00, 'floor', '0', 7, '0', '1', '1', 2),
- (3, 'wallpaper', 'wallpaper', 3, 0, 0, 0, 0.00, 'wallpaper 1', '0', 7, '0', '1', '1', 3),
- (4, 'wallpaper', 'wallpaper', 3, 0, 0, 0, 0.00, 'wallpaper 2', '0', 7, '0', '1', '1', 4),
- (5, 'wallpaper', 'wallpaper', 3, 0, 0, 0, 0.00, 'wallpaper 3', '0', 7, '0', '1', '1', 5),
- (6, 'wallpaper', 'wallpaper', 3, 0, 0, 0, 0.00, 'wallpaper 4', '0', 7, '0', '1', '1', 6),
- (7, 'wallpaper', 'wallpaper', 3, 0, 0, 0, 0.00, 'wallpaper 5', '0', 7, '0', '1', '1', 7),
- (8, 'wallpaper', 'wallpaper', 3, 0, 0, 0, 0.00, 'wallpaper 6', '0', 7, '0', '1', '1', 8),
- (9, 'wallpaper', 'wallpaper', 3, 0, 0, 0, 0.00, 'wallpaper 7', '0', 7, '0', '1', '1', 9),
- (10, 'wallpaper', 'wallpaper', 3, 0, 0, 0, 0.00, 'wallpaper 8', '0', 7, '0', '1', '1', 10),
- (11, 'wallpaper', 'wallpaper', 3, 0, 0, 0, 0.00, 'wallpaper 9', '0', 7, '0', '1', '1', 11),
- (12, 'wallpaper', 'wallpaper', 3, 0, 0, 0, 0.00, 'wallpaper 10', '0', 7, '0', '1', '1', 12),
- (13, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 11', '0', 7, '0', '1', '1', 13),
- (14, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 12', '0', 7, '0', '1', '1', 14),
- (15, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 13', '0', 7, '0', '1', '1', 15),
- (16, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 14', '0', 7, '0', '1', '1', 16),
- (17, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 15', '0', 7, '0', '1', '1', 17),
- (18, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 16', '0', 7, '0', '1', '1', 18),
- (19, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 17', '0', 7, '0', '1', '1', 19),
- (20, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 18', '0', 7, '0', '1', '1', 20),
- (21, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 19', '0', 7, '0', '1', '1', 21),
- (22, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 20', '0', 7, '0', '1', '1', 22),
- (23, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 21', '0', 7, '0', '1', '1', 23),
- (24, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 22', '0', 7, '0', '1', '1', 24),
- (25, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 23', '0', 7, '0', '1', '1', 25),
- (26, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 24', '0', 7, '0', '1', '1', 26),
- (27, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 25', '0', 7, '0', '1', '1', 27),
- (28, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 26', '0', 7, '0', '1', '1', 28),
- (29, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 27', '0', 7, '0', '1', '1', 29),
- (30, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 28', '0', 7, '0', '1', '1', 30),
- (31, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 29', '0', 7, '0', '1', '1', 31),
- (32, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 30', '0', 7, '0', '1', '1', 32),
- (33, 'wallpaper', 'wallpaper', 5, 0, 0, 0, 0.00, 'wallpaper 31', '0', 7, '0', '1', '1', 33),
- (34, 'Basket', 'Night, night', 20, 1, 1, 1, 0.00, 'nest', '0,0,0', 8, '0', '0', '1', 34),
- (35, 'Basket', 'Night, night', 20, 1, 1, 1, 0.00, 'nest', '0,0,0', 8, '0', '0', '1', 35),
- (36, 'Basket', 'Night, night', 20, 1, 1, 1, 0.00, 'nest', '0,0,0', 8, '0', '0', '1', 36),
- (37, 'Doggy Bones', 'Natural nutrition for the barking one', 2, 4, 1, 1, 0.00, 'deal97', '0,0,0', 9, '0', '1', '1', 37),
- (38, 'Sardines', 'Fresh catch of the day', 2, 4, 1, 1, 0.00, 'deal98', '0,0,0', 9, '0', '1', '1', 38),
- (39, 'Cabbage', 'Health food for pets', 2, 4, 1, 1, 0.00, 'deal99', '0,0,0', 9, '0', '1', '1', 39),
- (40, 'T-Bones', 'For the croc!', 2, 4, 1, 1, 0.00, 'deal96', '0,0,0', 9, '0', '1', '1', 40),
- (41, 'Bones Mega Multipack', 'Fantastic 20% Saving!', 1, 4, 1, 1, 0.00, 'petfood1', '0,0,0', 9, '0', '1', '1', 41),
- (42, 'Sardines Mega Multipack', 'Fantastic 20% Saving!', 1, 4, 1, 1, 0.00, 'petfood2', '0,0,0', 9, '0', '1', '1', 42),
- (43, 'Cabbage Mega Multipack', 'Fantastic 20% Saving!', 1, 4, 1, 1, 0.00, 'petfood3', '0,0,0', 9, '0', '1', '1', 43),
- (44, 'T-Bones Mega Multipack', 'Fantastic 20% Saving!', 1, 4, 1, 1, 0.00, 'petfood4', '0,0,0', 9, '0', '1', '1', 44),
- (45, 'Red Water Bowl', 'Aqua unlimited', 2, 4, 1, 1, 0.00, 'waterbowl*1', '#ff3f3f,#ffffff,#ffffff', 9, '0', '1', '1', 45),
- (46, 'Green Water Bowl', 'Aqua unlimited', 2, 4, 1, 1, 0.00, 'waterbowl*2', '#3fff3f,#ffffff,#ffffff', 9, '0', '1', '1', 46),
- (47, 'Yellow Water Bowl', 'Aqua unlimited', 2, 4, 1, 1, 0.00, 'waterbowl*3', '#ffff00,#ffffff,#ffffff', 9, '0', '1', '1', 47),
- (48, 'Blue Water Bowl', 'Aqua unlimited', 2, 4, 1, 1, 0.00, 'waterbowl*4', '#0099ff,#ffffff,#ffffff', 9, '0', '1', '1', 48),
- (49, 'Brown Water Bowl', 'Aqua unlimited', 2, 4, 1, 1, 0.00, 'waterbowl*5', '#bf7f00,#ffffff,#ffffff', 9, '0', '1', '1', 49),
- (50, 'Chocolate Mouse', 'For gourmet kittens', 1, 4, 1, 1, 0.00, 'goodie2', '0,0,0', 9, '0', '1', '1', 50),
- (51, 'Marzipan Man', 'Crunchy Dog Treat', 1, 4, 1, 1, 0.00, 'goodie1', '#ff4cbf,#ffffff', 9, '0', '1', '1', 51),
- (52, 'Marzipan Man', 'Crunchy Dog Treat', 1, 4, 1, 1, 0.00, 'goodie1*1', '#3fffff,#ffffff', 9, '0', '1', '1', 52),
- (53, 'Marzipan Man', 'Crunchy Dog Treat', 1, 4, 1, 1, 0.00, 'goodie1*2', '#ffbf00,#ffffff', 9, '0', '1', '1', 53),
- (54, 'Rubber Ball', 'it''s bouncy-tastic', 2, 4, 1, 1, 0.00, 'toy1', '#ff0000,#ffff00,#ffffff,#ffffff', 9, '0', '1', '1', 54),
- (55, 'Rubber Ball', 'it''s bouncy-tastic', 2, 4, 1, 1, 0.00, 'toy1*1', '#ff7f00,#007f00,#ffffff,#ffffff', 9, '0', '1', '1', 55),
- (56, 'Rubber Ball', 'it''s bouncy-tastic', 2, 4, 1, 1, 0.00, 'toy1*2', '#003f7f,#ff00bf,#ffffff,#ffffff', 9, '0', '1', '1', 56),
- (57, 'Rubber Ball', 'it''s bouncy-tastic', 2, 4, 1, 1, 0.00, 'toy1*3', '#bf1900,#00bfbf,#ffffff,#ffffff', 9, '0', '1', '1', 57),
- (58, 'Rubber Ball', 'it''s bouncy-tastic', 2, 4, 1, 1, 0.00, 'toy1*4', '#000000,#ffffff,#ffffff,#ffffff', 9, '0', '1', '1', 58),
- (59, 'Amanjena Table', 'It must be Jinn-er time!', 5, 1, 3, 2, 1.00, 'arabian_bigtb', '0,0,0', 10, '0', '1', '1', 59),
- (60, 'Green Blossom Chair', 'Exotic, soft seating', 5, 2, 1, 1, 1.00, 'arabian_chair', '0,0,0', 10, '0', '1', '1', 60),
- (61, 'Carved Cedar Divider', 'Soft wooden screen', 6, 1, 1, 2, 0.00, 'arabian_divdr', '0,0,0', 10, '0', '1', '1', 61),
- (62, 'Green Blossom Pillow', 'Exotic comfort', 4, 2, 1, 1, 1.00, 'arabian_pllw', '0,0,0', 10, '0', '1', '1', 62),
- (63, 'Berber Kilim Rug', 'Green blossom design', 5, 4, 3, 5, 0.00, 'arabian_rug', '0,0,0', 10, '0', '1', '1', 63),
- (64, 'Ornamental Urn', 'Beware the snake!', 6, 1, 1, 1, 0.00, 'arabian_snake', '0,0,0', 10, '0', '1', '1', 64),
- (65, 'Ancestral Scimitars', 'Not for yielding', 3, 0, 0, 0, 0.00, 'arabian_swords', '0,0,0', 10, '0', '1', '1', 65),
- (66, 'Tea Maker', 'Quench that desert thirst', 8, 1, 1, 1, 0.00, 'arabian_teamk', '0,0,0', 10, '0', '1', '1', 66),
- (67, 'Hexagonal Tea Table', 'Serve up a treat', 4, 1, 1, 1, 0.00, 'arabian_tetbl', '0,0,0', 10, '0', '1', '1', 67),
- (68, 'Mint Tea Tray', 'Tea for every occasion', 3, 1, 1, 1, 0.00, 'arabian_tray1', '0,0,0', 10, '0', '1', '1', 68),
- (69, 'Name', 'Desc', 3, 1, 1, 1, 0.00, 'arabian_tray2', '0,0,0', 10, '0', '1', '1', 69),
- (70, 'Sweets Tray', 'Indulge yourself!', 3, 1, 1, 1, 0.00, 'arabian_tray3', '0,0,0', 10, '0', '1', '1', 70),
- (71, 'Fruit Tray', 'Sweet, juicy and ripe', 3, 1, 1, 1, 0.00, 'arabian_tray4', '0,0,0', 10, '0', '1', '1', 71),
- (72, 'Arabian Window Frame', 'Arabian days and nights', 3, 0, 0, 0, 0.00, 'arabian_wndw', '0,0,0', 10, '0', '1', '1', 72),
- (73, 'Candle Tray', 'For those Arabian nights', 3, 1, 1, 1, 0.20, 'arabian_tray2', '0,0,0', 10, '0', '1', '1', 73),
- (74, 'AlhambraTrax 1', 'Music of the Arabian night!', 3, 1, 1, 1, 0.20, 'sound_set_62', '0,0,0', 10, '0', '1', '1', 74),
- (75, 'AlhambraTrax 2', 'Desert hits by the oasis!', 3, 1, 1, 1, 0.20, 'sound_set_63', '0,0,0', 10, '0', '1', '1', 75),
- (76, 'AlhambraTrax 3', 'Make a little Jinn-gle!', 3, 1, 1, 1, 0.20, 'sound_set_64', '0,0,0', 10, '0', '1', '1', 76),
- (77, 'Marble Tile', 'Slick sophistication, don''t slip!', 1, 4, 1, 1, 1.00, 'tile_marble', '0,0,0', 10, '0', '1', '1', 77),
- (78, 'Red Tile', 'Ideal for your downtown promenades & piazzas', 1, 4, 1, 1, 1.00, 'tile_brown', '0,0,0', 10, '0', '1', '1', 78),
- (79, 'Area Quest Desk', 'For the true Habbo Scholars', 15, 1, 2, 1, 0.00, 'silo_studydesk', '0,0,0', 11, '0', '1', '1', 79),
- (80, 'Double Bed', 'Plain and simple x2', 3, 3, 2, 3, 1.50, 'bed_silo_two', '0,0,0', 11, '0', '1', '1', 80),
- (81, 'Single Bed', 'Plain and simple', 3, 3, 1, 3, 1.50, 'bed_silo_one', '0,0,0', 11, '0', '1', '1', 81),
- (82, 'Bookcase', 'For nic naks and art deco books', 3, 1, 2, 1, 2.85, 'shelves_silo', '0,0,0', 11, '0', '1', '1', 82),
- (83, 'Two-Seater Sofa', 'Cushioned, understated comfort', 3, 2, 2, 1, 1.00, 'sofa_silo', '#ffffff,#ffffff,#ffffff,#ffffff,#A2C6C8,#A2C6C8,#A2C6C8,#A2C6C8', 11, '0', '1', '1', 83),
- (84, 'Armchair', 'Large, but worth it', 3, 2, 1, 1, 1.00, 'sofachair_silo', '#ffffff,#ffffff,#A2C6C8,#A2C6C8,#ffffff', 11, '0', '1', '1', 84),
- (85, 'Occasional Table', 'For those random moments', 1, 1, 1, 1, 1.00, 'table_silo_small', '#ffffff,#A2C6C8,#ffffff,#A2C6C8', 11, '0', '1', '1', 85),
- (86, 'Gate (lockable)', 'Form following function', 6, 1, 1, 1, 0.00, 'divider_silo3', '#ffffff,#ffffff,#ffffff,#A2C6C8', 11, '1', '1', '1', 86),
- (87, 'Screen', 'Stylish sectioning', 3, 1, 2, 1, 1.20, 'divider_silo2', '0,0,0', 11, '0', '1', '1', 87),
- (88, 'Corner Shelf', 'Neat and natty', 3, 1, 1, 1, 1.20, 'divider_silo1', '#ffffff,#A2C6C8,0,#A2C6C8', 11, '0', '1', '1', 88),
- (89, 'Dining Chair', 'Keep it simple', 3, 2, 1, 1, 1.00, 'chair_silo', '#ffffff,#ffffff,#A2C6C8,#A2C6C8,#ffffff', 11, '0', '1', '1', 89),
- (90, 'Safe Minibar', 'Totally shatter-proof!', 3, 1, 1, 1, 0.00, 'safe_silo', '#ffffff,#A2C6C8,#ffffff', 11, '0', '1', '1', 90),
- (91, 'Bar Stool', 'Practical and convenient', 3, 2, 1, 1, 1.50, 'barchair_silo', '#ffffff,#A2C6C8,#ffffff', 11, '0', '1', '1', 91),
- (92, 'Coffee Table', 'Wipe clean and unobtrusive', 3, 1, 2, 2, 0.80, 'table_silo_med', '#ffffff,#8FAEAF', 11, '0', '1', '1', 92),
- (93, 'The Wheel of Destiny!', 'So you gotta ask yourself "Do I feel lucky?"', 10, 0, 0, 0, 0.00, 'habbowheel', '0,0,0', 12, '0', '1', '1', 93),
- (94, 'Digital TV', 'Bang up to date', 6, 1, 1, 3, 0.00, 'tv_luxus', '0,0,0', 12, '0', '1', '1', 94),
- (95, 'Large TV', 'For family viewing', 4, 1, 1, 2, 0.00, 'wood_tv', '0,0,0', 12, '0', '1', '1', 95),
- (96, 'Portable TV', 'Don''t miss those soaps', 3, 1, 1, 1, 0.00, 'red_tv', '0,0,0', 12, '0', '1', '1', 96),
- (97, 'Pad of stickies', 'Pad of stickies', 3, 0, 0, 0, 0.00, 'post.it', '0,0,0', 12, '0', '1', '1', 97),
- (98, 'Pizza Box', 'You dirty Habbo', 3, 1, 1, 1, 0.00, 'pizza', '0,0,0', 12, '0', '1', '1', 98),
- (99, 'Empty Cans', 'Are you a slob too?', 3, 1, 1, 1, 0.00, 'drinks', '0,0,0', 12, '0', '1', '1', 99),
- (100, 'Empty Spinning Bottle', 'For interesting games!', 3, 4, 1, 1, 0.00, 'bottle', '0,0,0', 12, '0', '1', '1', 100),
- (101, 'Holo-dice', 'What''s your lucky number?', 6, 1, 1, 1, 0.00, 'edice', '0,0,0', 12, '0', '1', '1', 101),
- (102, 'Cake', 'Save me a slice!', 4, 1, 1, 1, 0.00, 'habbocake', '0,0,0', 12, '0', '1', '1', 102),
- (103, 'Menorah', 'Light up your room', 3, 1, 1, 1, 0.00, 'menorah', '0,0,0', 12, '0', '1', '1', 103),
- (104, 'Squidgy Bunny', 'Yours to cuddle up to', 3, 1, 1, 1, 0.00, 'bunny', '0,0,0', 12, '0', '1', '1', 104),
- (105, 'Mummy', 'Beware the curse...', 3, 0, 0, 0, 0.00, 'poster 44', '0,0,0', 12, '0', '1', '1', 105),
- (106, 'White Candle Plate', 'Simple but stylish', 3, 1, 1, 1, 0.00, 'wcandleset', '0,0,0', 12, '0', '1', '1', 106),
- (107, 'Red Candle Plate', 'Simple but stylish', 3, 1, 1, 1, 0.00, 'rcandleset', '0,0,0', 12, '0', '1', '1', 107),
- (108, 'Joint of Ham', 'Tuck in', 3, 1, 1, 1, 0.00, 'ham', '0,0,0', 12, '0', '1', '1', 108),
- (109, 'Lert', 'Set it off.', 5, 1, 1, 1, 0.00, 'hockey_light', '0,0,0', 12, '0', '1', '1', 109),
- (110, 'Yellow Maze Barrier', 'No escape this way!', 25, 1, 1, 2, 0.00, 'barrier*1', '0,0,#FFC927,#FFC927', 12, '0', '1', '1', 110),
- (111, 'White Road Barrier', 'No trespassing, please!', 25, 1, 1, 2, 0.00, 'barrier*2', '0,0,#FFC927,#FFC927', 12, '0', '1', '1', 111),
- (112, 'Red Road Barrier', 'No trespassing, please!', 25, 1, 1, 2, 0.00, 'barrier*3', '0,0,#FFC927,#FFC927', 12, '0', '1', '1', 112),
- (113, 'Classic Traffic Light', 'Chill and wait your turn!', 25, 1, 1, 1, 0.00, 'traffic_light', '0,#D91E26,0', 12, '0', '1', '1', 113),
- (114, 'Blue Traffic Light', 'Chill and wait your turn!', 25, 1, 1, 1, 0.00, 'traffic_light', '0,#D91E26,0', 12, '0', '1', '1', 114),
- (115, 'Purple Traffic Light', 'Chill and wait your turn!', 25, 1, 1, 1, 0.00, 'traffic_light', '0,#D91E26,0', 12, '0', '1', '1', 115),
- (116, 'Yellow Traffic Light', 'Chill and wait your turn!', 25, 1, 1, 1, 0.00, 'traffic_light', '0,#D91E26,0', 12, '0', '1', '1', 116),
- (117, 'White Traffic Light', 'Chill and wait your turn!', 25, 1, 1, 1, 0.00, 'traffic_light', '0,#D91E26,0', 12, '0', '1', '1', 117),
- (118, 'Red Traffic Light', 'Chill and wait your turn!', 25, 1, 1, 1, 0.00, 'traffic_light', '0,#D91E26,0', 12, '0', '1', '1', 118),
- (119, 'Dragon Screen', 'For your great wall', 8, 1, 1, 1, 0.00, 'wall_china', '0,0,0', 13, '0', '1', '1', 119),
- (120, 'Dragon Screen', 'Firm, fireproof foundation', 8, 1, 1, 1, 0.00, 'corner_china', '0,0,0', 13, '0', '1', '1', 120),
- (121, 'Chinese Lacquer Bookshelf', 'To hold the mind''s treasures', 8, 2, 2, 1, 0.00, 'china_shelve', '0,0,0', 13, '0', '1', '1', 121),
- (122, 'Chinese Lacquer Table', 'Exotic and classy', 5, 1, 1, 1, 0.80, 'china_table', '0,0,0', 13, '0', '1', '1', 122),
- (123, 'Chinese Lacquer Chair', 'The elegant beauty of tradition', 5, 2, 1, 1, 1.00, 'chair_china', '0,0,0', 13, '0', '1', '1', 123),
- (124, 'Calligraphy poster', 'chinese calligraphy', 3, 0, 0, 0, 0.00, 'poster 57', '0,0,0', 13, '0', '1', '1', 124),
- (125, 'Red knots poster', 'whish you luck', 5, 0, 0, 0, 0.00, 'poster 58', '0,0,0', 13, '0', '1', '1', 125),
- (126, 'Chinese Sofa', 'Seating,Oriental style!', 10, 2, 3, 1, 1.00, 'cn_sofa', '0,0,0', 13, '0', '1', '1', 126),
- (127, 'Lantern', 'Light of the East', 15, 1, 1, 1, 1.00, 'cn_lamp', '0,0,0', 13, '0', '1', '1', 127),
- (128, 'Bubble Bath', 'The ultimate in pampering', 6, 2, 1, 2, 1.20, 'bath', '0,0,0', 14, '0', '1', '1', 128),
- (129, 'Sink', 'Hot and cold thrown in for no charge', 3, 1, 1, 1, 0.00, 'sink', '0,0,0', 14, '0', '1', '1', 129),
- (130, 'Rubber Duck', 'Every bather needs one', 1, 1, 1, 1, 0.00, 'duck', '0,0,0', 14, '0', '1', '1', 130),
- (131, 'Loo Seat', 'Loo Seat', 4, 2, 1, 1, 1.20, 'toilet', '0,0,0', 14, '0', '1', '1', 131),
- (132, 'Loo Seat', 'Loo Seat', 4, 2, 1, 1, 1.20, 'toilet_red', '0,0,0', 14, '0', '1', '1', 132),
- (133, 'Loo Seat', 'Loo Seat', 4, 2, 1, 1, 1.20, 'toilet_yell', '0,0,0', 14, '0', '1', '1', 133),
- (134, 'Floor Tiles', 'In a choice of colours', 3, 4, 4, 4, 0.00, 'tile', '0,0,0', 14, '0', '1', '1', 134),
- (135, 'Floor Tiles', 'In a choice of colours', 3, 4, 4, 4, 0.00, 'tile_red', '0,0,0', 14, '0', '1', '1', 135),
- (136, 'Floor Tiles', 'In a choice of colours', 3, 4, 4, 4, 0.00, 'tile_yell', '0,0,0', 14, '0', '1', '1', 136),
- (137, 'Candy Bar', 'For cute constructions', 3, 1, 2, 1, 1.00, 'bardesk_polyfon*5', '#ffffff,#ffffff,#FF9BBD,#FF9BBD', 15, '0', '1', '1', 137),
- (138, 'Candy Corner', 'For sweet corners!', 3, 1, 1, 1, 1.00, 'bardeskcorner_polyfon*5', '#ffffff,#FF9BBD', 15, '0', '1', '1', 138),
- (139, 'Candy Hatch (lockable)', 'Keep the Pink in!', 6, 1, 1, 1, 0.00, 'divider_poly3*5', '#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4', 15, '1', '1', '1', 139),
- (140, 'Armchair', 'Think pink', 3, 2, 1, 1, 1.20, 'sofachair_polyfon_girl', '#ffffff,#ffffff,#EE7EA4,#EE7EA4', 15, '0', '1', '1', 140),
- (141, 'Two-seater Sofa', 'Romantic pink for two', 4, 2, 2, 1, 1.20, 'sofa_polyfon_girl', '#ffffff,#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4', 15, '0', '1', '1', 141),
- (142, 'Pink Faux-Fur', 'Bear Rug Cute', 4, 4, 2, 3, 0.00, 'carpet_polar*1', '#ffbbcf,#ffbbcf,#ffddef', 15, '0', '1', '1', 142),
- (143, 'Single Bed', 'Snuggle down in princess pink', 3, 3, 1, 3, 1.50, 'bed_polyfon_girl_one', '#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4', 15, '0', '1', '1', 143),
- (144, 'Double Bed', 'Snuggle down in princess pink', 4, 3, 2, 3, 1.50, 'bed_polyfon_girl', '#ffffff,#ffffff,#EE7EA4,#EE7EA4', 15, '0', '1', '1', 144),
- (145, 'Camera', 'Smile!', 10, 1, 1, 1, 0.00, 'camera', '0,0,0', 16, '0', '1', '1', 145),
- (146, 'Film', 'Film for five photos', 6, 0, 0, 0, 0.00, 'photo_film', '0,0,0', 16, '0', '0', '0', 146),
- (147, 'Union Jack', 'The UK flag', 3, 0, 0, 0, 0.00, 'poster 500', '0,0,0', 17, '0', '1', '1', 147),
- (148, 'Jolly Roger', 'For pirates everywhere', 3, 0, 0, 0, 0.00, 'poster 501', '0,0,0', 17, '0', '1', '1', 148),
- (149, 'The Stars and Stripes', 'The US flag', 3, 0, 0, 0, 0.00, 'poster 502', '0,0,0', 17, '0', '1', '1', 149),
- (150, 'The Swiss flag', 'There''s no holes in this...', 3, 0, 0, 0, 0.00, 'poster 503', '0,0,0', 17, '0', '1', '1', 150),
- (151, 'The Bundesflagge', 'The German flag', 3, 0, 0, 0, 0.00, 'poster 504', '0,0,0', 17, '0', '1', '1', 151),
- (152, 'The Maple Leaf', 'The Canadian flag', 3, 0, 0, 0, 0.00, 'poster 505', '0,0,0', 17, '0', '1', '1', 152),
- (153, 'The flag of Finland', 'To ''Finnish'' your decor...', 3, 0, 0, 0, 0.00, 'poster 506', '0,0,0', 17, '0', '1', '1', 153),
- (154, 'The French Tricolore', 'The French flag', 3, 0, 0, 0, 0.00, 'poster 507', '0,0,0', 17, '0', '1', '1', 154),
- (155, 'The Spanish flag', 'The flag of Spain', 3, 0, 0, 0, 0.00, 'poster 508', '0,0,0', 17, '0', '1', '1', 155),
- (156, 'The Jamaican flag', 'The flag of Jamaica', 3, 0, 0, 0, 0.00, 'poster 509', '0,0,0', 17, '0', '1', '1', 156),
- (157, 'The Italian flag', 'The flag of Italy', 3, 0, 0, 0, 0.00, 'poster 510', '0,0,0', 17, '0', '1', '1', 157),
- (158, 'The Dutch flag', 'The flag of The Netherlands', 3, 0, 0, 0, 0.00, 'poster 511', '0,0,0', 17, '0', '1', '1', 158),
- (159, 'The Irish flag', 'The flag of Ireland', 3, 0, 0, 0, 0.00, 'poster 512', '0,0,0', 17, '0', '1', '1', 159),
- (160, 'The Australian flag', 'Aussies rule!', 3, 0, 0, 0, 0.00, 'poster 513', '0,0,0', 17, '0', '1', '1', 160),
- (161, 'The EU flag', 'Be proud to be in the Union!', 3, 0, 0, 0, 0.00, 'poster 514', '0,0,0', 17, '0', '1', '1', 161),
- (162, 'The Swedish flag', 'Waved by Swedes everywhere', 3, 0, 0, 0, 0.00, 'poster 515', '0,0,0', 17, '0', '1', '1', 162),
- (163, 'The English flag', 'Eng-er-land', 3, 0, 0, 0, 0.00, 'poster 516', '0,0,0', 17, '0', '1', '1', 163),
- (164, 'The Scottish flag', 'Where''s your kilt?', 3, 0, 0, 0, 0.00, 'poster 517', '0,0,0', 17, '0', '1', '1', 164),
- (165, 'The Welsh flag', 'A fiery dragon for your wall', 3, 0, 0, 0, 0.00, 'poster 518', '0,0,0', 17, '0', '1', '1', 165),
- (166, 'The Rainbow Flag', 'Every colour for everyone', 3, 0, 0, 0, 0.00, 'poster 520', '0,0,0', 17, '0', '1', '1', 166),
- (167, 'Flag of Brazil', 'Ordem e progresso', 3, 0, 0, 0, 0.00, 'poster 521', '0,0,0', 17, '0', '1', '1', 167),
- (168, 'The flag of Japan', 'The flag of Japan', 3, 0, 0, 0, 0.00, 'poster 522', '0,0,0', 17, '0', '1', '1', 168),
- (169, 'The flag of India', 'The flag of India', 3, 0, 0, 0, 0.00, 'poster 523', '0,0,0', 17, '0', '1', '1', 169),
- (170, 'Comedy Poster', 'The Noble and Silver Show', 3, 0, 0, 0, 0.00, 'poster 1', '0,0,0', 18, '0', '1', '1', 170),
- (171, 'Carrot Plaque', 'Take pride in your veg!', 3, 0, 0, 0, 0.00, 'poster 2', '0,0,0', 18, '0', '1', '1', 171),
- (172, 'Fish Plaque', 'Smells fishy, looks cool', 3, 0, 0, 0, 0.00, 'poster 3', '0,0,0', 18, '0', '1', '1', 172),
- (173, 'Bear Plaque', 'Fake of course!', 3, 0, 0, 0, 0.00, 'poster 4', '0,0,0', 18, '0', '1', '1', 173),
- (174, 'Duck Poster', 'Quacking good design!', 3, 0, 0, 0, 0.00, 'poster 5', '0,0,0', 18, '0', '1', '1', 174),
- (175, 'Abstract Poster', 'But is it the right way up?', 3, 0, 0, 0, 0.00, 'poster 6', '0,0,0', 18, '0', '1', '1', 175),
- (176, 'Hammer Cabinet', 'For emergencies only', 3, 0, 0, 0, 0.00, 'poster 7', '0,0,0', 18, '0', '1', '1', 176),
- (177, 'Habbo Colours', 'Habbos come in all colours', 3, 0, 0, 0, 0.00, 'poster 8', '0,0,0', 18, '0', '1', '1', 177),
- (178, 'Rainforest Poster', 'Do your bit for the environment', 3, 0, 0, 0, 0.00, 'poster 9', '0,0,0', 18, '0', '1', '1', 178),
- (179, 'Lapland Poster', 'Beautiful sunset', 3, 0, 0, 0, 0.00, 'poster 10', '0,0,0', 18, '0', '1', '1', 179),
- (180, 'Certificate', 'I obey the Habbo way!', 3, 0, 0, 0, 0.00, 'poster 11', '0,0,0', 18, '0', '1', '1', 180),
- (181, 'Lapland Poster', 'a beautiful sunset', 3, 0, 0, 0, 0.00, 'poster 12', '0,0,0', 18, '0', '1', '1', 181),
- (182, 'BW Skyline Poster', 'Arty black and white', 3, 0, 0, 0, 0.00, 'poster 13', '0,0,0', 18, '0', '1', '1', 182),
- (183, 'Fox Poster', 'A cunning painting', 3, 0, 0, 0, 0.00, 'poster 14', '0,0,0', 18, '0', '1', '1', 183),
- (184, 'Himalayas Poster', 'Marvellous mountains', 3, 0, 0, 0, 0.00, 'poster 15', '0,0,0', 18, '0', '1', '1', 184),
- (185, 'Bars', 'Added security', 3, 0, 0, 0, 0.00, 'poster 16', '0,0,0', 18, '0', '1', '1', 185),
- (186, 'Butterfly Cabinet 1', 'Beautiful reproduction butterfly', 3, 0, 0, 0, 0.00, 'poster 17', '0,0,0', 18, '0', '1', '1', 186),
- (187, 'Butterfly Cabinet 2', 'Beautiful reproduction butterfly', 3, 0, 0, 0, 0.00, 'poster 18', '0,0,0', 18, '0', '1', '1', 187),
- (188, 'Hole In The Wall', 'Trying to get in or out?', 3, 0, 0, 0, 0.00, 'poster 19', '0,0,0', 18, '0', '1', '1', 188),
- (189, 'Siva Poster', 'The Auspicious One', 3, 0, 0, 0, 0.00, 'poster 32', '0,0,0', 18, '0', '1', '1', 189),
- (190, 'Save the Panda', 'We can''t bear to lose them', 3, 0, 0, 0, 0.00, 'poster 33', '0,0,0', 18, '0', '1', '1', 190),
- (191, 'Scamme''d', 'Habbo-punk for the never-agreeing', 3, 0, 0, 0, 0.00, 'poster 34', '0,0,0', 18, '0', '1', '1', 191),
- (192, 'The Habbo Babes 1', 'The Hotel''s girlband. Dream on!', 3, 0, 0, 0, 0.00, 'poster 35', '0,0,0', 18, '0', '1', '1', 192),
- (193, 'The Habbo Babes 2', 'The Hotels girlband. Dream on!', 3, 0, 0, 0, 0.00, 'poster 36', '0,0,0', 18, '0', '1', '1', 193),
- (194, 'The Habbo Babes 3', 'The Hotels girlband. Dream on!', 3, 0, 0, 0, 0.00, 'poster 37', '0,0,0', 18, '0', '1', '1', 194),
- (195, 'Smiling Headbangerz', 'For really TOUGH Habbos!', 3, 0, 0, 0, 0.00, 'poster 38', '0,0,0', 18, '0', '1', '1', 195),
- (196, 'Screaming Furnies', 'The rock masters of virtual music', 3, 0, 0, 0, 0.00, 'poster 39', '0,0,0', 18, '0', '1', '1', 196),
- (197, 'Bonnie Blonde', 'The one and only. Adore her!', 3, 0, 0, 0, 0.00, 'poster 40', '0,0,0', 18, '0', '1', '1', 197),
- (198, 'Habbo Golden Record', 'For the best music-makers', 3, 0, 0, 0, 0.00, 'poster 41', '0,0,0', 18, '0', '1', '1', 198),
- (199, 'Tree on the beach', 'Relaxing scene', 3, 0, 0, 0, 0.00, 'poster 55', '0,0,0', 18, '0', '1', '1', 199),
- (200, 'Comedy Poster', 'The Noble and Silver Show', 3, 0, 0, 0, 0.00, 'poster 1000', '0,0,0', 18, '0', '1', '1', 200),
- (201, 'Prince Charles Poster', 'even walls have ears', 3, 0, 0, 0, 0.00, 'poster 1001', '0,0,0', 18, '0', '1', '1', 201),
- (202, 'Queen Mum Poster', 'aw, bless...', 3, 0, 0, 0, 0.00, 'poster 1002', '0,0,0', 18, '0', '1', '1', 202),
- (203, 'UK Map', 'get the lovely isles on your walls', 3, 0, 0, 0, 0.00, 'poster 1003', '0,0,0', 18, '0', '1', '1', 203),
- (204, 'Eid Mubarak Poster', 'Celebrate with us', 3, 0, 0, 0, 0.00, 'poster 1004', '0,0,0', 18, '0', '1', '1', 204),
- (205, 'Johnny Squabble', 'The muscly movie hero', 3, 0, 0, 0, 0.00, 'poster 1005', '0,0,0', 18, '0', '1', '1', 205),
- (206, 'Hoot Poster', 'The eyes follow you...', 3, 0, 0, 0, 0.00, 'poster 1006', '0,0,0', 18, '0', '1', '1', 206),
- (207, 'Suomen kartta', 'Suomen kartta', 3, 0, 0, 0, 0.00, 'poster 2000', '0,0,0', 18, '0', '1', '1', 207),
- (208, 'SeinNightitititititdiskotappaja', 'Perinteinen ryijy,', 3, 0, 0, 0, 0.00, 'poster 2001', '0,0,0', 18, '0', '1', '1', 208),
- (209, 'Urho Kaleva Kekkonen', 'Presidentin muotokuva', 3, 0, 0, 0, 0.00, 'poster 2002', '0,0,0', 18, '0', '1', '1', 209),
- (210, 'Dodgy Geezer', 'Would you trust this man?', 3, 0, 0, 0, 0.00, 'poster 2003', '0,0,0', 18, '0', '1', '1', 210),
- (211, 'Rasta Poster', 'irie!', 3, 0, 0, 0, 0.00, 'poster 2004', '0,0,0', 18, '0', '1', '1', 211),
- (212, 'DJ Throne', 'He is the magic Habbo', 3, 0, 0, 0, 0.00, 'poster 2006', '0,0,0', 18, '0', '1', '1', 212),
- (213, 'The Father Of Habbo', 'The legendary founder of the Hotel', 3, 0, 0, 0, 0.00, 'poster 2007', '0,0,0', 18, '0', '1', '1', 213),
- (214, 'Habbo Leap Day Poster', 'Once every four Habbo years!', 3, 0, 0, 0, 0.00, 'poster 2008', '0,0,0', 18, '0', '1', '1', 214),
- (215, 'Glass shelf', 'Translucent beauty', 4, 1, 2, 1, 0.00, 'glass_shelf', '0,0,0', 19, '0', '1', '1', 215),
- (216, 'Glass sofa', 'Translucent beauty', 4, 2, 2, 1, 1.20, 'glass_sofa', '#ffffff,#ABD0D2,#ABD0D2,#ffffff,#ffffff,#ABD0D2,#ffffff,#ABD0D2', 19, '0', '1', '1', 216),
- (217, 'Glass table', 'Translucent beauty', 4, 1, 2, 2, 0.80, 'glass_table', '#ffffff,#ABD0D2,#ABD0D2,#ffffff', 19, '0', '1', '1', 217),
- (218, 'Glass chair', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_chair', '#ffffff,#ABD0D2,#ABD0D2,#ffffff', 19, '0', '1', '1', 218),
- (219, 'Glass stool', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_stool', '#ffffff,#ABD0D2,#ABD0D2,#ffffff', 19, '0', '1', '1', 219),
- (220, 'Glass sofa', 'Translucent beauty', 4, 2, 2, 1, 1.20, 'glass_sofa*2', '#ffffff,#525252,#525252,#ffffff,#ffffff,#525252,#ffffff,#525252', 19, '0', '1', '1', 220),
- (221, 'Glass table', 'Translucent beauty', 4, 1, 2, 2, 0.80, 'glass_table*2', '#ffffff,#525252,#525252,#ffffff', 19, '0', '1', '1', 221),
- (222, 'Glass chair', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_chair*2', '#ffffff,#525252,#525252,#ffffff', 19, '0', '1', '1', 222),
- (223, 'Glass stool', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_stool*2', '#ffffff,#525252,#525252,#ffffff', 19, '0', '1', '1', 223),
- (224, 'Glass sofa', 'Translucent beauty', 4, 2, 2, 1, 1.20, 'glass_sofa*3', '#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff', 19, '0', '1', '1', 224),
- (225, 'Glass table', 'Translucent beauty', 4, 1, 2, 2, 0.80, 'glass_table*3', '#ffffff,#ffffff,#ffffff,#ffffff', 19, '0', '1', '1', 225),
- (226, 'Glass chair', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_chair*3', '#ffffff,#ffffff,#ffffff,#ffffff', 19, '0', '1', '1', 226),
- (227, 'Glass stool', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_stool*3', '#ffffff,#ffffff,#ffffff,#ffffff', 19, '0', '1', '1', 227),
- (228, 'Glass sofa', 'Translucent beauty', 4, 2, 2, 1, 1.20, 'glass_sofa*4', '#ffffff,#F7EBBC,#F7EBBC,#ffffff,#ffffff,#F7EBBC,#ffffff,#F7EBBC', 19, '0', '1', '1', 228),
- (229, 'Glass table', 'Translucent beauty', 4, 1, 2, 2, 0.80, 'glass_table*4', '#ffffff,#F7EBBC,#F7EBBC,#ffffff', 19, '0', '1', '1', 229),
- (230, 'Glass chair', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_chair*4', '#ffffff,#F7EBBC,#F7EBBC,#ffffff', 19, '0', '1', '1', 230),
- (231, 'Glass stool', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_stool*4', '#ffffff,#F7EBBC,#F7EBBC,#ffffff', 19, '0', '1', '1', 231),
- (232, 'Glass sofa', 'Translucent beauty', 4, 2, 2, 1, 1.20, 'glass_sofa*5', '#ffffff,#FF99BC,#FF99BC,#ffffff,#ffffff,#FF99BC,#ffffff,#FF99BC', 19, '0', '1', '1', 232),
- (233, 'Glass table', 'Translucent beauty', 4, 1, 2, 2, 0.80, 'glass_table*5', '#ffffff,#FF99BC,#FF99BC,#ffffff', 19, '0', '1', '1', 233),
- (234, 'Glass chair', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_chair*5', '#ffffff,#FF99BC,#FF99BC,#ffffff', 19, '0', '1', '1', 234),
- (235, 'Glass stool', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_stool*5', '#ffffff,#FF99BC,#FF99BC,#ffffff', 19, '0', '1', '1', 235),
- (236, 'Glass sofa', 'Translucent beauty', 4, 2, 2, 1, 1.20, 'glass_sofa*6', '#ffffff,#5EAAF8,#5EAAF8,#ffffff,#ffffff,#5EAAF8,#ffffff,#5EAAF8', 19, '0', '1', '1', 236),
- (237, 'Glass table', 'Translucent beauty', 4, 1, 2, 2, 0.80, 'glass_table*6', '#ffffff,#5EAAF8,#5EAAF8,#ffffff', 19, '0', '1', '1', 237),
- (238, 'Glass chair', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_chair*6', '#ffffff,#5EAAF8,#5EAAF8,#ffffff', 19, '0', '1', '1', 238),
- (239, 'Glass stool', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_stool*6', '#ffffff,#5EAAF8,#5EAAF8,#ffffff', 19, '0', '1', '1', 239),
- (240, 'Glass sofa', 'Habbo Club', 4, 2, 2, 1, 1.20, 'glass_sofa*7', '#ffffff,#92D13D,#92D13D,#ffffff,#ffffff,#92D13D,#ffffff,#92D13D', 19, '0', '1', '1', 240),
- (241, 'Glass table', 'Habbo Club', 4, 1, 2, 2, 0.80, 'glass_table*7', '#ffffff,#92D13D,#92D13D,#ffffff', 19, '0', '1', '1', 241),
- (242, 'Glass chair', 'Habbo Club', 3, 2, 1, 1, 1.20, 'glass_chair*7', '#ffffff,#92D13D,#92D13D,#ffffff', 19, '0', '1', '1', 242),
- (243, 'Glass stool', 'Habbo Club', 3, 2, 1, 1, 1.20, 'glass_stool*7', '#ffffff,#92D13D,#92D13D,#ffffff', 19, '0', '1', '1', 243),
- (244, 'Glass sofa', 'Translucent beauty', 4, 2, 2, 1, 1.20, 'glass_sofa*8', '#ffffff,#FFD837,#FFD837,#ffffff,#ffffff,#FFD837,#ffffff,#FFD837', 19, '0', '1', '1', 244),
- (245, 'Glass table', 'Translucent beauty', 4, 1, 2, 2, 0.80, 'glass_table*8', '#ffffff,#FFD837,#FFD837,#ffffff', 19, '0', '1', '1', 245),
- (246, 'Glass chair', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_chair*8', '#ffffff,#FFD837,#FFD837,#ffffff', 19, '0', '1', '1', 246),
- (247, 'Glass stool', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_stool*8', '#ffffff,#FFD837,#FFD837,#ffffff', 19, '0', '1', '1', 247),
- (248, 'Glass sofa', 'Translucent beauty', 4, 2, 2, 1, 1.20, 'glass_sofa*9', '#ffffff,#E14218,#E14218,#ffffff,#ffffff,#E14218,#ffffff,#E14218', 19, '0', '1', '1', 248),
- (249, 'Glass table', 'Translucent beauty', 4, 1, 2, 2, 0.80, 'glass_table*9', '#ffffff,#E14218,#E14218,#ffffff', 19, '0', '1', '1', 249),
- (250, 'Glass chair', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_chair*9', '#ffffff,#E14218,#E14218,#ffffff', 19, '0', '1', '1', 250),
- (251, 'Glass stool', 'Translucent beauty', 3, 2, 1, 1, 1.20, 'glass_stool*9', '#ffffff,#E14218,#E14218,#ffffff', 19, '0', '1', '1', 251),
- (252, 'Red Gothic Chair', 'The head of the table', 10, 2, 1, 1, 1.20, 'gothic_chair*3', '#ffffff,#dd0000,#ffffff,#dd0000', 20, '0', '1', '1', 252),
- (253, 'Gothic Sofa Red', 'The dark side of Habbo', 7, 2, 2, 1, 1.20, 'gothic_sofa*3', '#ffffff,#dd0000,#ffffff,#ffffff,#dd0000,#ffffff', 20, '0', '1', '1', 253),
- (254, 'Gothic Stool Red', 'The dark side of Habbo', 5, 2, 1, 1, 1.20, 'gothic_stool*3', '#ffffff,#dd0000,#ffffff', 20, '0', '1', '1', 254),
- (255, 'Cobbled Path', 'The path less travelled', 5, 4, 2, 4, 0.00, 'gothic_carpet', '0,0,0', 20, '0', '1', '1', 255),
- (256, 'Dungeon Floor', 'What lies beneath?', 5, 4, 2, 4, 0.00, 'gothic_carpet2', '0,0,0', 20, '0', '1', '1', 256),
- (257, 'Gothic Table', 'The dark side of Habbo', 15, 1, 1, 5, 1.00, 'goth_table', '0,0,0', 20, '0', '1', '1', 257),
- (258, 'Gothic Railing', 'The dark side of Habbo', 8, 1, 2, 1, 0.00, 'gothrailing', '0,0,0', 20, '0', '1', '1', 258),
- (259, 'Gothic Torch', 'The dark side of Habbo', 10, 0, 0, 0, 0.00, 'torch', '0,0,0', 20, '0', '1', '1', 259),
- (260, 'Gothic Ectoplasm Fountain', 'Not suitable for drinking!', 10, 0, 0, 0, 0.00, 'gothicfountain', '0,0,0', 20, '0', '1', '1', 260),
- (261, 'Gothic Candelabra', 'The dark side of Habbo', 10, 1, 1, 1, 0.00, 'gothiccandelabra', '0,0,0', 20, '0', '1', '1', 261),
- (262, 'Gothic Portcullis', 'The dark side of Habbo', 10, 1, 2, 1, 0.00, 'gothgate', '0,0,0', 20, '1', '1', '1', 262),
- (263, 'Industrial Turbine', 'Powerful and resilient', 10, 0, 0, 0, 0.00, 'industrialfan', '0,0,0', 20, '0', '1', '1', 263),
- (264, 'Flaming Barrel', 'Beacon of light!', 3, 1, 1, 1, 0.00, 'grunge_barrel', '0,0,0', 21, '0', '1', '1', 264),
- (265, 'Bench', 'Laid back seating', 3, 2, 3, 1, 1.20, 'grunge_bench', '0,0,0', 21, '0', '1', '1', 265),
- (266, 'Candle Box', 'Late night debate', 2, 1, 1, 1, 0.00, 'grunge_candle', '0,0,0', 21, '0', '1', '1', 266),
- (267, 'Grunge Chair', 'Alternative chair for alternative people', 4, 2, 1, 1, 1.20, 'grunge_chair', '0,0,0', 21, '0', '1', '1', 267),
- (268, 'Grunge Mattress', 'Beats sleeping on the floor!', 3, 2, 3, 1, 1.00, 'grunge_mattress', '0,0,0', 21, '0', '1', '1', 268),
- (269, 'Radiator', 'Started cool but now it''s hot!', 3, 1, 1, 1, 0.00, 'grunge_radiator', '0,0,0', 21, '0', '1', '1', 269),
- (270, 'Grunge Bookshelf', 'Scrap books and photo albums', 5, 1, 3, 1, 0.00, 'grunge_shelf', '0,0,0', 21, '0', '1', '1', 270),
- (271, 'Road Sign', 'Bought legitimately from an M1 cafe.', 3, 1, 1, 1, 0.00, 'grunge_sign', '0,0,0', 21, '0', '1', '1', 271),
- (272, 'Grunge Table', 'Students of the round table!', 4, 1, 2, 2, 0.80, 'grunge_table', '0,0,0', 21, '0', '1', '1', 272),
- (273, 'Bronze Coin', 'Worth 1 Habbo Credit', 1, 1, 1, 1, 0.15, 'CF_1_coin_bronze', '0,0,0', 22, '0', '1', '1', 273),
- (274, 'Silver Coin', 'Worth 5 Habbo Credits', 5, 1, 1, 1, 0.15, 'CF_5_coin_silver', '0,0,0', 22, '0', '1', '1', 274),
- (275, 'Gold Coin', 'Worth 10 Habbo Credits', 10, 1, 1, 1, 0.15, 'CF_10_coin_gold', '0,0,0', 22, '0', '1', '1', 275),
- (276, 'Sack of Credits', 'Worth 20 Habbo Credits', 20, 1, 1, 1, 1.00, 'CF_20_moneybag', '0,0,0', 22, '0', '1', '1', 276),
- (277, 'Gold Bar', 'Worth 50 Habbo Credits', 50, 1, 1, 1, 0.40, 'CF_50_goldbar', '0,0,0', 22, '0', '1', '1', 277),
- (278, 'Bronze Coin (China)', 'Worth 10 Credits', 10, 1, 1, 1, 0.15, 'CFC_10_coin_bronze', '0,0,0', 22, '0', '1', '1', 278),
- (279, 'Silver Coin (China)', 'Worth 50 Credits', 50, 1, 1, 1, 0.15, 'CFC_50_coin_silver', '0,0,0', 22, '0', '1', '1', 279),
- (280, 'Gold Coin (China)', 'Worth 100 Credits', 100, 1, 1, 1, 0.15, 'CFC_100_coin_gold', '0,0,0', 22, '0', '1', '1', 280),
- (281, 'Sack of Credits (China)', 'Worth 200 Credits', 200, 1, 1, 1, 1.00, 'CFC_200_moneybag', '0,0,0', 22, '0', '1', '1', 281),
- (282, 'Gold Bar (China)', 'Worth 500 Credits', 500, 1, 1, 1, 0.40, 'CFC_500_goldbar', '0,0,0', 22, '0', '1', '1', 282),
- (283, 'Director''s Chair', 'Exclusively for Directors', 5, 2, 1, 1, 1.20, 'habbowood_chair', '0,0,0', 23, '0', '1', '1', 283),
- (284, 'Rope Divider', 'Rope Divider', 5, 1, 2, 1, 0.00, 'rope_divider', '0,0,0', 23, '1', '1', '1', 284),
- (285, 'Habbowood Spotlight', 'For the star of the show', 15, 1, 1, 1, 0.00, 'spotlight', '0,0,0', 23, '0', '1', '1', 285),
- (286, 'Deluxe Theatre Chair', 'For Lazy boys and girls!', 10, 2, 1, 1, 1.20, 'theatre_seat', '0,0,0', 23, '0', '1', '1', 286),
- (287, 'Rare icecream white', 'Basic model', 25, 1, 1, 1, 0.00, 'rare_icecream_campaign', '0,0,0', 23, '0', '1', '1', 287),
- (288, 'Habbowood Mirror', 'Star of the show!', 10, 0, 0, 0, 0.00, 'habw_mirror', '0,0,0', 23, '0', '1', '1', 288),
- (289, 'Star Tile', '10% off the walk of fame!', 1, 4, 1, 1, 0.00, 'tile_stella', '0,0,0', 23, '0', '1', '1', 289),
- (290, 'Chair', 'Sleek and chic for each cheek', 3, 2, 1, 1, 1.00, 'chair_norja', '#ffffff,#ffffff,#F7EBBC,#F7EBBC', 24, '0', '1', '1', 290),
- (291, 'Bench', 'Two can perch comfortably', 3, 2, 2, 1, 1.00, 'couch_norja', '#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC', 24, '0', '1', '1', 291),
- (292, 'Coffee Table', 'Elegance embodied', 3, 1, 2, 2, 0.80, 'table_norja_med', '#ffffff,#F7EBBC', 24, '0', '1', '1', 292),
- (293, 'Bookcase', 'For nic naks and art deco books', 3, 1, 1, 1, 0.00, 'shelves_norja', '#ffffff,#F7EBBC', 24, '0', '1', '1', 293),
- (294, 'iced sofachair', 'Soft iced sofachair', 3, 2, 1, 1, 1.00, 'soft_sofachair_norja', '#ffffff,#F7EBBC,#F7EBBC', 24, '0', '1', '1', 294),
- (295, 'iced sofa', 'A soft iced sofa', 4, 2, 2, 1, 1.00, 'soft_sofa_norja', '#ffffff,#F7EBBC,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC', 24, '0', '1', '1', 295),
- (296, 'Ice Bar-Desk', 'Strong, yet soft looking', 3, 1, 2, 1, 1.20, 'divider_nor2', '#ffffff,#ffffff,#F7EBBC,#F7EBBC', 24, '0', '1', '1', 296),
- (297, 'Ice Corner', 'Looks squishy, but isn''t', 3, 1, 1, 1, 1.20, 'divider_nor1', '#ffffff,#F7EBBC', 24, '0', '1', '1', 297),
- (298, 'Door (Lockable)', 'Do go through...', 6, 1, 1, 1, 0.00, 'divider_nor3', '#ffffff,#ffffff,#F7EBBC,#F7EBBC', 24, '1', '1', '1', 298),
- (299, 'Iced Auto Shutter', 'Habbos, roll out!', 3, 1, 2, 1, 0.00, 'divider_nor4', '#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC', 24, '1', '1', '1', 299),
- (300, 'Iced Angle', 'Cool cornering for you!', 3, 1, 1, 1, 0.00, 'divider_nor5', '#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC', 24, '1', '1', '1', 300),
- (301, 'Bamboo Forest', 'Watch out for pandas!', 25, 4, 2, 2, 0.00, 'jp_bamboo', '0,0,0', 25, '0', '1', '1', 301),
- (302, 'Pillow Chair', 'Comfy and classical', 5, 2, 1, 1, 0.80, 'jp_pillow', '0,0,0', 25, '0', '1', '1', 302),
- (303, 'Irori', 'Traditional heating and eating', 10, 1, 2, 2, 0.00, 'jp_irori', '0,0,0', 25, '0', '1', '1', 303),
- (304, 'Small Tatami Mat', 'Shoes off please', 6, 4, 2, 2, 0.00, 'jp_tatami', '0,0,0', 25, '0', '1', '1', 304),
- (305, 'Large Tatami Mat', 'Shoes off please', 8, 4, 2, 4, 0.00, 'jp_tatami2', '0,0,0', 25, '0', '1', '1', 305),
- (306, 'Japanese Lantern', 'For a mellow Eastern glow', 10, 1, 1, 1, 0.00, 'jp_lantern', '0,0,0', 25, '0', '1', '1', 306),
- (307, 'Japanese Drawer', 'Spiritual home for odds and ends', 6, 1, 1, 1, 0.00, 'jp_drawer', '0,0,0', 25, '0', '1', '1', 307),
- (308, 'Ninja Stars', 'Not a frisbee', 10, 0, 0, 0, 0.00, 'jp_ninjastars', '0,0,0', 25, '0', '1', '1', 308),
- (309, 'NAME', 'DESC', 3, 0, 0, 0, 0.00, 'jp_sheet1', '0,0,0', 25, '0', '1', '1', 309),
- (310, 'NAME', 'DESC', 3, 0, 0, 0, 0.00, 'jp_sheet2', '0,0,0', 25, '0', '1', '1', 310),
- (311, 'NAME', 'DESC', 3, 0, 0, 0, 0.00, 'jp_sheet3', '0,0,0', 25, '0', '1', '1', 311),
- (312, 'NAME', 'DESC', 3, 1, 1, 1, 0.00, 'jp_tray1', '0,0,0', 25, '0', '1', '1', 312),
- (313, 'NAME', 'DESC', 3, 1, 1, 1, 0.00, 'jp_tray2', '0,0,0', 25, '0', '1', '1', 313),
- (314, 'NAME', 'DESC', 3, 1, 1, 1, 0.00, 'jp_tray3', '0,0,0', 25, '0', '1', '1', 314),
- (315, 'NAME', 'DESC', 3, 1, 1, 1, 0.00, 'jp_tray4', '0,0,0', 25, '0', '1', '1', 315),
- (316, 'NAME', 'DESC', 3, 1, 1, 1, 0.00, 'jp_tray5', '0,0,0', 25, '0', '1', '1', 316),
- (317, 'NAME', 'DESC', 3, 1, 1, 1, 0.00, 'jp_tray6', '0,0,0', 25, '0', '1', '1', 317),
- (318, 'Double Bed', 'King-sized pine comfort', 3, 3, 2, 3, 1.70, 'bed_armas_two', '0,0,0', 26, '0', '1', '1', 318),
- (319, 'Single Bed', 'Rustic charm for one', 3, 3, 1, 3, 1.70, 'bed_armas_one', '0,0,0', 26, '0', '1', '1', 319),
- (320, 'Fireplace', 'Authentic, real flame fire', 4, 1, 2, 1, 0.00, 'fireplace_armas', '0,0,0', 26, '0', '1', '1', 320),
- (321, 'Bardesk', 'Bar-Style Table - essential for extra guests', 3, 1, 1, 3, 1.20, 'bartable_armas', '0,0,0', 26, '0', '1', '1', 321),
- (322, 'Dining Table', 'For informal dining', 3, 1, 2, 2, 1.00, 'table_armas', '0,0,0', 26, '0', '1', '1', 322),
- (323, 'Bench', 'To complete the dining set', 3, 2, 2, 1, 1.20, 'bench_armas', '0,0,0', 26, '0', '1', '1', 323),
- (324, 'Gate (lockable)', 'Knock, knock...', 6, 1, 1, 1, 0.00, 'divider_arm3', '0,0,0', 26, '1', '1', '1', 324),
- (325, 'Corner plinth', 'Good solid wood', 3, 1, 1, 1, 1.20, 'divider_arm1', '0,0,0', 26, '0', '1', '1', 325),
- (326, 'Room divider', 'I wooden go there', 3, 1, 2, 1, 1.20, 'divider_arm2', '0,0,0', 26, '0', '1', '1', 326),
- (327, 'Bookcase', 'For all those fire-side stories', 3, 1, 2, 1, 3.20, 'shelves_armas', '0,0,0', 26, '0', '1', '1', 327),
- (328, 'Barrel Minibar', 'It''s a barrel of laughs and a great talking point', 4, 1, 1, 1, 0.00, 'bar_armas', '0,0,0', 26, '0', '1', '1', 328),
- (329, 'Barrel Stool', 'The ultimate recycled furniture', 1, 2, 1, 1, 1.30, 'bar_chair_armas', '0,0,0', 26, '0', '1', '1', 329),
- (330, 'Table Lamp', 'Ambient lighting is essential', 3, 1, 1, 1, 0.00, 'lamp_armas', '0,0,0', 26, '0', '1', '1', 330),
- (331, 'Lodge Candle', 'Wax lyrical with some old-world charm', 3, 1, 1, 1, 0.00, 'lamp2_armas', '0,0,0', 26, '0', '1', '1', 331),
- (332, 'Occasional Table', 'Practical and beautiful', 2, 1, 1, 1, 1.00, 'small_table_armas', '0,0,0', 26, '0', '1', '1', 332),
- (333, 'Stool', 'Rustic charm at it''s best', 1, 2, 1, 1, 1.20, 'small_chair_armas', '0,0,0', 26, '0', '1', '1', 333),
- (334, 'Double Bed', 'Give yourself space to stretch out', 4, 3, 2, 3, 1.50, 'bed_polyfon', '#ffffff,#ffffff,#ABD0D2,#ABD0D2', 27, '0', '1', '1', 334),
- (335, 'Single Bed', 'Cot of the artistic', 3, 3, 1, 3, 1.50, 'bed_polyfon_one', 'ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2', 27, '0', '1', '1', 335),
- (336, 'Fireplace', 'Comfort in stainless steel', 5, 1, 2, 1, 0.00, 'fireplace_polyfon', '0,0,0', 27, '0', '1', '1', 336),
- (337, 'Two-seater Sofa', 'Comfort for stylish couples', 4, 2, 2, 1, 1.20, 'sofa_polyfon', '#ffffff,#ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2', 27, '0', '1', '1', 337),
- (338, 'Armchair', 'Loft-style comfort', 3, 2, 1, 1, 1.20, 'sofachair_polyfon', '#ffffff,#ffffff,#ABD0D2,#ABD0D2', 27, '0', '1', '1', 338),
- (339, 'Mini-Bar', 'You naughty Habbo!', 5, 1, 1, 1, 0.00, 'bar_polyfon', '0,0,0', 27, '0', '1', '1', 339),
- (340, 'Hatch (Lockable)', 'All bars should have one', 6, 1, 1, 1, 0.00, 'divider_poly3', '#ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2', 27, '1', '1', '1', 340),
- (341, 'Bar/desk', 'Perfect for work or play', 3, 1, 2, 1, 1.00, 'bardesk_polyfon', '#ffffff,#ffffff,#ABD0D2,#ABD0D2', 27, '0', '1', '1', 341),
- (342, 'Corner Cabinet/Desk', 'Tuck it away', 3, 1, 1, 1, 1.00, 'bardeskcorner_polyfon', '#ffffff,#ABD0D2', 27, '0', '1', '1', 342),
- (343, 'Dining Chair', 'Metallic seating experience', 3, 2, 1, 1, 1.00, 'chair_polyfon', '0,0,0', 27, '0', '1', '1', 343),
- (344, 'Large Coffee Table', 'For larger gatherings', 4, 1, 2, 2, 0.80, 'table_polyfon', '0,0,0', 27, '0', '1', '1', 344),
- (345, 'Large Coffee Table', 'For larger gatherings', 3, 1, 2, 2, 0.80, 'table_polyfon_med', '0,0,0', 27, '0', '1', '1', 345),
- (346, 'Small Coffee Table', 'For serving a stylish latte', 1, 1, 2, 2, 0.00, 'table_polyfon_small', '0,0,0', 27, '0', '1', '1', 346),
- (347, 'Large Dining Table', 'For larger gatherings', 4, 1, 2, 2, 0.80, 'smooth_table_polyfon', '0,0,0', 27, '0', '1', '1', 347),
- (348, 'Shelf', 'Tidy up', 1, 1, 1, 1, 0.60, 'stand_polyfon_z', '0,0,0', 27, '0', '1', '1', 348),
- (349, 'Bookcase', 'For the arty pad', 4, 1, 2, 1, 0.00, 'shelves_polyfon', '0,0,0', 27, '0', '1', '1', 349),
- (350, 'Dining Chair', 'Keep it simple', 5, 0, 0, 0, 0.00, 'deal1', '0,0,0', 28, '0', '0', '0', 350),
- (351, 'Doormat', 'Welcome Habbos in style', 5, 0, 0, 0, 0.00, 'deal2', '0,0,0', 28, '0', '0', '0', 351),
- (352, 'Large Coffee Table', 'For larger gatherings', 5, 0, 0, 0, 0.00, 'deal3', '0,0,0', 28, '0', '0', '0', 352),
- (353, 'Shelf', 'Tidy up', 5, 0, 0, 0, 0.00, 'deal4', '0,0,0', -1, '0', '0', '0', 353),
- (354, 'Stool', 'Rustic charm at it''s best', 5, 0, 0, 0, 0.00, 'deal5', '0,0,0', -1, '0', '0', '0', 354),
- (355, 'Chair', 'Hip plastic furniture', 5, 0, 0, 0, 0.00, 'deal6', '0,0,0', -1, '0', '0', '0', 355),
- (356, 'Vase of Flowers', 'Guaranteed to stay fresh', 4, 1, 1, 1, 0.00, 'giftflowers', '0,0,0', 29, '0', '1', '1', 356),
- (357, 'Cut Roses', 'Sleek and chic', 3, 1, 1, 1, 0.00, 'plant_rose', '0,0,0', 29, '0', '1', '1', 357),
- (358, 'Cut Sunflower', 'For happy Habbos', 3, 1, 1, 1, 0.00, 'plant_sunflower', '0,0,0', 29, '0', '1', '1', 358),
- (359, 'Yukka Plant', 'Easy to care for', 3, 1, 1, 1, 0.00, 'plant_yukka', '0,0,0', 29, '0', '1', '1', 359),
- (360, 'Pineapple Plant', 'Needs loving glances', 3, 1, 1, 1, 0.00, 'plant_pineapple', '0,0,0', 29, '0', '1', '1', 360),
- (361, 'Bonsai Tree', 'You can be sure it lives', 3, 1, 1, 1, 0.00, 'plant_bonsai', '0,0,0', 29, '0', '1', '1', 361),
- (362, 'Mature Cactus', 'Habbo Dreams monster in hiding! Shhhh', 3, 1, 1, 1, 0.00, 'plant_big_cactus', '0,0,0', 29, '0', '1', '1', 362),
- (363, 'Fruit Tree', 'Great yield and sweet fruit', 3, 1, 1, 1, 0.00, 'plant_fruittree', '0,0,0', 29, '0', '1', '1', 363),
- (364, 'Small Cactus', 'Even less watering than the real world', 1, 1, 1, 1, 0.00, 'plant_small_cactus', '0,0,0', 29, '0', '1', '1', 364),
- (365, 'Maze Shrubbery', 'Build your maze!', 5, 1, 2, 1, 0.00, 'plant_maze', '0,0,0', 29, '0', '1', '1', 365),
- (366, 'Maze Shrubbery Gate', 'Did we make it?', 6, 1, 2, 1, 0.00, 'plant_mazegate', '0,0,0', 29, '0', '1', '1', 366),
- (367, 'Bulrush', 'Ideal for the riverside', 3, 1, 1, 1, 0.00, 'plant_bulrush', '0,0,0', 29, '0', '1', '1', 367),
- (368, 'Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasto*16', '#ffffff,#CC3399,#ffffff,#CC3399', 30, '0', '1', '1', 368),
- (369, 'Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasto*15', '#ffffff,#FF97BA,#ffffff,#FF97BA', 30, '0', '1', '1', 369),
- (370, 'Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasto*5', '#ffffff,#54ca00,#ffffff,#54ca00', 30, '0', '1', '1', 370),
- (371, 'Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasto', '0,0,0', 30, '0', '1', '1', 371),
- (372, 'Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasto*8', '#ffffff,#c38d1a,#ffffff,#c38d1a', 30, '0', '1', '1', 372),
- (373, 'Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasto*7', '#ffffff,#ff6d00,#ffffff,#ff6d00', 30, '0', '1', '1', 373),
- (374, 'Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasto*1', '#ffffff,#ff1f08,#ffffff,#ff1f08', 30, '0', '1', '1', 374),
- (375, 'Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasto*4', '#ffffff,#ccddff,#ffffff,#ccddff', 30, '0', '1', '1', 375),
- (376, 'Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasto*6', '#ffffff,#3444ff,#ffffff,#3444ff', 30, '0', '1', '1', 376),
- (377, 'Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasto*3', '#ffffff,#ffee00,#ffffff,#ffee00', 30, '0', '1', '1', 377),
- (378, 'Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasto*2', '#ffffff,#99DCCC,#ffffff,#99DCCc', 30, '0', '1', '1', 378),
- (379, 'Occasional Table', 'Hip plastic furniture', 3, 1, 1, 1, 1.00, 'table_plasto_square*15', '#ffffff,#FF97BA', 30, '0', '1', '1', 379),
- (380, 'Occasional Table', 'Hip plastic furniture', 3, 1, 1, 1, 1.00, 'table_plasto_square*14', '#ffffff,#CC3399', 30, '0', '1', '1', 380),
- (381, 'Occasional Table', 'Hip plastic furniture', 3, 1, 1, 1, 1.00, 'table_plasto_square*1', '#ffffff,#ff1f08', 30, '0', '1', '1', 381),
- (382, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 1, 1, 1.00, 'table_plasto_square*7', '#ffffff,#ff6d00', 30, '0', '1', '1', 382),
- (383, 'Occasional Table', 'Hip plastic furniture', 3, 1, 1, 1, 1.00, 'table_plasto_square', '0,0,0', 30, '0', '1', '1', 383),
- (384, 'Round Dining Table', 'Hip plastic furniture', 3, 1, 1, 1, 1.00, 'table_plasto_square*2', '#ffffff,#99DCCC', 30, '0', '1', '1', 384),
- (385, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 1, 1, 1.00, 'table_plasto_square*4', '#ffffff,#ccddff', 30, '0', '1', '1', 385),
- (386, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 1, 1, 1.00, 'table_plasto_square*6', '#ffffff,#3444ff', 30, '0', '1', '1', 386),
- (387, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 1, 1, 1.00, 'table_plasto_square*3', '#ffffff,#ffee00', 30, '0', '1', '1', 387),
- (388, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 1, 1, 1.00, 'table_plasto_square*9', '#ffffff,#533e10', 30, '0', '1', '1', 388),
- (389, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 1, 1, 1.00, 'table_plasto_square*5', '#ffffff,#54ca00', 30, '0', '1', '1', 389),
- (390, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 1, 1, 1.00, 'table_plasto_square*8', '#ffffff,#c38d1a', 30, '0', '1', '1', 390),
- (391, 'Occasional Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_round*15', '#ffffff,#FF97BA', 30, '0', '1', '1', 391),
- (392, 'Occasional Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_round*14', '#ffffff,#CC3399', 30, '0', '1', '1', 392),
- (393, 'Round Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_round*7', '#ffffff,#ff6d00', 30, '0', '1', '1', 393),
- (394, 'Round Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_round*1', '#ffffff,#ff1f08', 30, '0', '1', '1', 394),
- (395, 'Round Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_round*2', '#ffffff,#99DCCC', 30, '0', '1', '1', 395),
- (396, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_round*4', '#ffffff,#ccddff', 30, '0', '1', '1', 396),
- (397, 'Round Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_round*6', '#ffffff,#3444ff', 30, '0', '1', '1', 397),
- (398, 'Round Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_round*3', '#ffffff,#ffee00', 30, '0', '1', '1', 398),
- (399, 'Round Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_round*9', '#ffffff,#533e10', 30, '0', '1', '1', 399),
- (400, 'Round Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_round', '0,0,0', 30, '0', '1', '1', 400),
- (401, 'Round Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_round*5', '#ffffff,#54ca00', 30, '0', '1', '1', 401),
- (402, 'Round Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_round*8', '#ffffff,#c38d1a', 30, '0', '1', '1', 402),
- (403, 'Occasional Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_bigsquare*15', '#ffffff,#FF97BA', 30, '0', '1', '1', 403),
- (404, 'Occasional Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_bigsquare*14', '#ffffff,#CC3399', 30, '0', '1', '1', 404),
- (405, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_bigsquare*7', '#ffffff,#ff6d00', 30, '0', '1', '1', 405),
- (406, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_bigsquare*1', '#ffffff,#ff1f08', 30, '0', '1', '1', 406),
- (407, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_bigsquare*2', '#ffffff,#99DCCC', 30, '0', '1', '1', 407),
- (408, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_bigsquare', '0,0,0', 30, '0', '1', '1', 408),
- (409, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_bigsquare*8', '#ffffff,#c38d1a', 30, '0', '1', '1', 409),
- (410, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_bigsquare*5', '#ffffff,#54ca00', 30, '0', '1', '1', 410),
- (411, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_bigsquare*9', '#ffffff,#533e10', 30, '0', '1', '1', 411),
- (412, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_bigsquare*3', '#ffffff,#ffee00', 30, '0', '1', '1', 412),
- (413, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_bigsquare*6', '#ffffff,#3444ff', 30, '0', '1', '1', 413),
- (414, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_bigsquare*4', '#ffffff,#ccddff', 30, '0', '1', '1', 414),
- (415, 'Occasional table Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_4leg*6', '#ffffff,#3444ff', 30, '0', '1', '1', 415),
- (416, 'Square Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_4leg*1', '#ffffff,#ff1f08', 30, '0', '1', '1', 416);
- INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
- (417, 'Round Dining Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_4leg*3', '#ffffff,#ffee00', 30, '0', '1', '1', 417),
- (418, 'Occasional Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_4leg*9', '#ffffff,#533e10', 30, '0', '1', '1', 418),
- (419, 'Occasional Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_4leg', '0,0,0', 30, '0', '1', '1', 419),
- (420, 'Occasional Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_4leg*5', '#ffffff,#54ca00', 30, '0', '1', '1', 420),
- (421, 'Occasional Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_4leg*2', '#ffffff,#99DCCC', 30, '0', '1', '1', 421),
- (422, 'Occasional Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_4leg*8', '#ffffff,#c38d1a', 30, '0', '1', '1', 422),
- (423, 'Occasional table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_4leg*7', '#ffffff,#ff6d00', 30, '0', '1', '1', 423),
- (424, 'Occasional Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_4leg*10', '#ffffff,#ccddff', 30, '0', '1', '1', 424),
- (425, 'Occasional Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_4leg*15', '#ffffff,#FF97BA', 30, '0', '1', '1', 425),
- (426, 'Occasional Table', 'Hip plastic furniture', 3, 1, 2, 2, 1.00, 'table_plasto_4leg*16', '#ffffff,#CC3399', 30, '0', '1', '1', 426),
- (427, 'Plastic Pod Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasty', '0,0,0', 30, '0', '1', '1', 427),
- (428, 'Plastic Pod Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasty*1', '#ffffff,#8EB5D1,#ffffff,#8EB5D1', 30, '0', '1', '1', 428),
- (429, 'Plastic Pod Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasty*2', '#ffffff,#ff9900,#ffffff,#ff9900', 30, '0', '1', '1', 429),
- (430, 'Plastic Pod Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasty*3', '#ffffff,#ff2200,#ffffff,#ff2200', 30, '0', '1', '1', 430),
- (431, 'Plastic Pod Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasty*4', '#ffffff,#00cc00,#ffffff,#00cc00', 30, '0', '1', '1', 431),
- (432, 'Plastic Pod Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasty*4', '#ffffff,#0033CC,#ffffff,#0033CC', 30, '0', '1', '1', 432),
- (433, 'Plastic Pod Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasty*4', '#ffffff,#333333,#ffffff,#333333', 30, '0', '1', '1', 433),
- (434, 'Plastic Pod Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasty*7', '#ffffff,#99DCCc,#ffffff,#99DCCc', 30, '0', '1', '1', 434),
- (435, 'Plastic Pod Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasty*8', '#ffffff,#c38d1a,#ffffff,#c38d1a', 30, '0', '1', '1', 435),
- (436, 'Plastic Pod Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasty*9', '#ffffff,#533e10,#ffffff,#533e10', 30, '0', '1', '1', 436),
- (437, 'Plastic Pod Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasty*10', '#ffffff,#CC3399,#ffffff,#CC3399', 30, '0', '1', '1', 437),
- (438, 'Plastic Pod Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasty*11', '#ffffff,#FF97BA,#ffffff,#FF97BA', 30, '0', '1', '1', 438),
- (439, 'Chair', 'Hip plastic furniture', 3, 2, 1, 1, 1.00, 'chair_plasto*9', '#ffffff,#533e10,#ffffff,#533e10', 30, '0', '1', '1', 439),
- (440, 'Pura Shelves', 'Pura Series 404 shelves', 3, 1, 2, 1, 0.00, 'shelves_basic', '0,0,0', 32, '0', '1', '1', 440),
- (441, 'A Pura Minibar', 'A Pura series 300 minibar', 4, 1, 1, 1, 0.00, 'bar_basic', '0,0,0', 32, '0', '1', '1', 441),
- (442, 'Pura Refridgerator', 'Keep cool with a chilled snack or drink', 6, 1, 1, 1, 0.00, 'fridge', '0,0,0', 32, '0', '1', '1', 442),
- (443, 'Pura Lamp', 'Switch on the atmosphere with this sophisticated light', 3, 1, 1, 1, 0.00, 'lamp_basic', '0,0,0', 32, '0', '1', '1', 443),
- (444, 'White Plain Double Bed', 'Sweet dreams for two', 3, 3, 2, 3, 1.50, 'bed_budgetb', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 32, '0', '1', '1', 444),
- (445, 'White Plain Single Bed', 'All you need for a good night''s kip', 3, 3, 1, 3, 1.50, 'bed_budgetb_one', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 32, '0', '1', '1', 445),
- (446, 'Aqua Plain Double Bed', 'Sweet dreams for two', 3, 3, 2, 3, 1.50, 'bed_budget', '#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2', 32, '0', '1', '1', 446),
- (447, 'Aqua Plain Single Bed', 'All you need for a good night''s kip', 3, 3, 1, 3, 1.50, 'bed_budget_one', '#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2', 32, '0', '1', '1', 447),
- (448, 'Pink Plain Double Bed', 'Sweet dreams for two', 3, 3, 2, 3, 1.50, 'bed_budgetb', '#FFFFFF,#FFFFFF,#FFFFFF,#FF99BC,#FF99BC,#FF99BC', 32, '0', '1', '1', 448),
- (449, 'Pink Plain Single Bed', 'All you need for a good night''s kip', 3, 3, 1, 3, 1.50, 'bed_budgetb_one', '#FFFFFF,#FFFFFF,#FFFFFF,#FF99BC,#FF99BC,#FF99BC', 32, '0', '1', '1', 449),
- (450, 'Black Plain Double Bed', 'Sweet dreams for two', 3, 3, 2, 3, 1.50, 'bed_budget', '#FFFFFF,#FFFFFF,#FFFFFF,#525252,#525252,#525252', 32, '0', '1', '1', 450),
- (451, 'Black Plain Single Bed', 'All you need for a good night''s kip', 3, 3, 1, 3, 1.50, 'bed_budget_one', '#FFFFFF,#FFFFFF,#FFFFFF,#525252,#525252,#525252', 32, '0', '1', '1', 451),
- (452, 'Beige Plain Double Bed', 'Sweet dreams for two', 3, 3, 2, 3, 1.50, 'bed_budgetb', '#FFFFFF,#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC', 32, '0', '1', '1', 452),
- (453, 'Beige Plain Single Bed', 'All you need for a good night''s kip', 3, 3, 1, 3, 1.50, 'bed_budgetb_one', '#FFFFFF,#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC', 32, '0', '1', '1', 453),
- (454, 'Blue Plain Single Bed', 'Sweet dreams for two', 3, 3, 2, 3, 1.50, 'bed_budget', '#FFFFFF,#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8', 32, '0', '1', '1', 454),
- (455, 'Blue Plain Single Bed', 'All you need for a good night''s kip', 3, 3, 1, 3, 1.50, 'bed_budget_one', '#FFFFFF,#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8', 32, '0', '1', '1', 455),
- (456, 'Green Plain Single Bed', 'Sweet dreams for two', 3, 3, 2, 3, 1.50, 'bed_budgetb', '#FFFFFF,#FFFFFF,#FFFFFF,#92D13D,#92D13D,#92D13D', 32, '0', '1', '1', 456),
- (457, 'Green Plain Single Bed', 'All you need for a good night''s kip', 3, 3, 1, 3, 1.50, 'bed_budgetb_one', '#FFFFFF,#FFFFFF,#FFFFFF,#92D13D,#92D13D,#92D13D', 32, '0', '1', '1', 457),
- (458, 'Yellow Plain Single Bed', 'Sweet dreams for two', 3, 3, 2, 3, 1.50, 'bed_budget', '#FFFFFF,#FFFFFF,#FFFFFF,#FFD837,#FFD837,#FFD837', 32, '0', '1', '1', 458),
- (459, 'Yellow Plain Single Bed', 'All you need for a good night''s kip', 3, 3, 1, 3, 1.50, 'bed_budget_one', '#FFFFFF,#FFFFFF,#FFFFFF,#FFD837,#FFD837,#FFD837', 32, '0', '1', '1', 459),
- (460, 'Red Plain Single Bed', 'Sweet dreams for two', 3, 3, 2, 3, 1.50, 'bed_budgetb', '#FFFFFF,#FFFFFF,#FFFFFF,#E14218,#E14218,#E14218', 32, '0', '1', '1', 460),
- (461, 'Red Plain Single Bed', 'All you need for a good night''s kip', 3, 3, 1, 3, 1.50, 'bed_budgetb_one', '#FFFFFF,#FFFFFF,#FFFFFF,#E14218,#E14218,#E14218', 32, '0', '1', '1', 461),
- (462, 'Polar Sofa', 'Snuggle up together', 25, 2, 2, 1, 1.00, 'rclr_sofa', '0,0,0', -1, '0', '1', '1', 462),
- (463, 'Palm Chair', 'Watch out for coconuts', 25, 2, 1, 1, 1.00, 'rclr_chair', '0,0,0', -1, '0', '1', '1', 463),
- (464, 'Water Garden', 'Self watering', 25, 1, 1, 3, 0.00, 'rclr_garden', '0,0,0', -1, '0', '1', '1', 464),
- (465, 'White Habbo Roller', 'The power of movement', 5, 1, 1, 1, 0.50, 'queue_tile1*0', '#ffffff,#ffffff,#ffffff,#ffffff', 34, '0', '1', '1', 465),
- (466, 'Pink Habbo Roller', 'The power of movement', 5, 1, 1, 1, 0.50, 'queue_tile1*1', '#ffffff,#FF7C98,#ffffff,#ffffff', 34, '0', '1', '1', 466),
- (467, 'Red Habbo Roller', 'The power of movement', 5, 1, 1, 1, 0.50, 'queue_tile1*2', '#ffffff,#FF3333,#ffffff,#ffffff', 34, '0', '1', '1', 467),
- (468, 'Aqua Habbo Roller', 'The power of movement', 5, 1, 1, 1, 0.50, 'queue_tile1*3', '#ffffff,#67c39c,#ffffff,#ffffff', 34, '0', '1', '1', 468),
- (469, 'Gold Habbo Roller', 'The power of movement', 5, 1, 1, 1, 0.50, 'queue_tile1*4', '#ffffff,#FFAA2B,#ffffff,#ffffff', 34, '0', '1', '1', 469),
- (470, 'Knight Habbo Roller', 'The power of movement', 5, 1, 1, 1, 0.50, 'queue_tile1*5', '#ffffff,#555A37,#ffffff,#ffffff', 34, '0', '1', '1', 470),
- (471, 'Blue Habbo Roller', 'The power of movement', 5, 1, 1, 1, 0.50, 'queue_tile1*6', '#ffffff,#A2E8FA,#ffffff,#ffffff', 34, '0', '1', '1', 471),
- (472, 'Purple Habbo Roller', 'The power of movement', 5, 1, 1, 1, 0.50, 'queue_tile1*7', '#ffffff,#FC5AFF,#ffffff,#ffffff', 34, '0', '1', '1', 472),
- (473, 'Navy Habbo Roller', 'The power of movement', 5, 1, 1, 1, 0.50, 'queue_tile1*8', '#ffffff,#1E8AA5,#ffffff,#ffffff', 34, '0', '1', '1', 473),
- (474, 'Green Habbo Roller', 'The power of movement', 5, 1, 1, 1, 0.50, 'queue_tile1*9', '#ffffff,#9AFF60,#ffffff,#ffffff', 34, '0', '1', '1', 474),
- (475, 'Rose Quartz Grand Piano', 'Chopin''s revolutionary instrument', 10, 1, 2, 2, 0.00, 'grand_piano*1', '#FFFFFF,#FF8B8B,#FFFFFF', 35, '0', '1', '1', 475),
- (476, 'Rose Quartz Piano Stool', 'Here sat the legend of 1900', 2, 2, 1, 1, 1.20, 'romantique_pianochair*1', '#FFFFFF,#FF8B8B,#FFFFFF', 35, '0', '1', '1', 476),
- (477, 'Rose Quartz Chaise-Longue', 'Recline in continental comfort', 6, 2, 2, 1, 1.00, 'romantique_divan*1', '#FFFFFF,#FFFFFF,#FFFFFF,#FF8B8B', 35, '0', '1', '1', 477),
- (478, 'Rose Quartz Chair', 'Elegant seating for elegant Habbos', 5, 2, 1, 1, 1.00, 'romantique_chair*1', '#FFFFFF,#FF8B8B,#FFFFFF', 35, '0', '1', '1', 478),
- (479, 'Rose Quartz Screen', 'Beauty lies within', 6, 1, 2, 1, 0.00, 'romantique_divider*1', '#FF8B8B,#FF8B8B,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 35, '0', '1', '1', 479),
- (480, 'Rose Quartz Tray Table', 'Every tray needs a table...', 4, 1, 1, 1, 0.80, 'romantique_smalltabl*1', '#FFFFFF,#FF8B8B,#FFFFFF', 35, '0', '1', '1', 480),
- (481, 'Wall Mirror', 'Mirror, mirror on the wall', 4, 0, 0, 0, 0.00, 'wallmirror', '0,0,0', 35, '0', '1', '1', 481),
- (482, 'Treats Tray', 'Spoil yourself', 5, 1, 1, 1, 0.00, 'romantique_tray2', '0,0,0', 35, '0', '1', '1', 482),
- (483, 'Crystal Lamp', 'Light up your life', 6, 1, 1, 1, 0.00, 'rom_lamp', '0,0,0', 35, '0', '1', '1', 483),
- (484, 'Dressing Table', 'Get ready for your big date', 8, 1, 1, 1, 0.00, 'romantique_mirrortabl', '0,0,0', 35, '0', '1', '1', 484),
- (485, 'Romantique Clock', 'Tick-Tock!', 25, 1, 1, 1, 0.00, 'romantique_clock', '0,0,0', 35, '0', '1', '1', 485),
- (486, 'Floor Rug', 'Available in a variety of colours', 3, 4, 3, 5, 0.00, 'carpet_standard', '0,0,0', 36, '0', '1', '1', 486),
- (487, 'Floor Rug', 'Available in a variety of colours', 3, 4, 3, 5, 0.00, 'carpet_standard*a', '#55AC00,#55AC00,#55AC00', 36, '0', '1', '1', 487),
- (488, 'Floor Rug', 'Available in a variety of colours', 3, 4, 3, 5, 0.00, 'carpet_standard*b', '#336666,#336666,#336666', 36, '0', '1', '1', 488),
- (489, 'Floor Rug', 'Available in a variety of colours', 3, 4, 3, 5, 0.00, 'carpet_standard*1', '#ff1f08', 36, '0', '1', '1', 489),
- (490, 'Floor Rug', 'Available in a variety of colours', 3, 4, 3, 5, 0.00, 'carpet_standard*2', '#99DCCC', 36, '0', '1', '1', 490),
- (491, 'Floor Rug', 'Available in a variety of colours', 3, 4, 3, 5, 0.00, 'carpet_standard*3', '#ffee00', 36, '0', '1', '1', 491),
- (492, 'Floor Rug', 'Available in a variety of colours', 3, 4, 3, 5, 0.00, 'carpet_standard*4', '#ccddff', 36, '0', '1', '1', 492),
- (493, 'Floor Rug', 'Available in a variety of colours', 3, 4, 3, 5, 0.00, 'carpet_standard*5', '#ddccff', 36, '0', '1', '1', 493),
- (494, 'Floor Rug', 'Available in a variety of colours', 3, 4, 3, 5, 0.00, 'carpet_standard*6', '#777777', 36, '0', '1', '1', 494),
- (495, 'Floor Rug', 'Available in a variety of colours', 3, 4, 3, 5, 0.00, 'carpet_standard*7', '#99CCFF,#99CCFF,#99CCFF', 36, '0', '1', '1', 495),
- (496, 'Floor Rug', 'Available in a variety of colours', 3, 4, 3, 5, 0.00, 'carpet_standard*8', '#999966,#999966,#999966', 36, '0', '1', '1', 496),
- (497, 'Soft Wool Rug', 'Soft Wool Rug', 3, 4, 2, 4, 0.00, 'carpet_soft', '', 36, '0', '1', '1', 497),
- (498, 'Soft Wool Rug', 'Soft Wool Rug', 3, 4, 2, 4, 0.00, 'carpet_soft*1', '#CC3333', 36, '0', '1', '1', 498),
- (499, 'Soft Wool Rug', 'Soft Wool Rug', 3, 4, 2, 4, 0.00, 'carpet_soft*2', '#66FFFF', 36, '0', '1', '1', 499),
- (500, 'Soft Wool Rug', 'Soft Wool Rug', 3, 4, 2, 4, 0.00, 'carpet_soft*3', '#FFCC99', 36, '0', '1', '1', 500),
- (501, 'Soft Wool Rug', 'Soft Wool Rug', 3, 4, 2, 4, 0.00, 'carpet_soft*4', '#FFCCFF', 36, '0', '1', '1', 501),
- (502, 'Soft Wool Rug', 'Soft Wool Rug', 3, 4, 2, 4, 0.00, 'carpet_soft*5', '#FFFF66', 36, '0', '1', '1', 502),
- (503, 'Soft Wool Rug', 'Soft Wool Rug', 3, 4, 2, 4, 0.00, 'carpet_soft*6', '#669933', 36, '0', '1', '1', 503),
- (504, 'Doormat', 'Welcome Habbos in style', 1, 4, 1, 1, 0.00, 'doormat_love', '0,0,0', 36, '0', '1', '1', 504),
- (505, 'Doormat', 'Available in a variety of colours', 1, 4, 1, 1, 0.00, 'doormat_plain', '0,0,0', 36, '0', '1', '1', 505),
- (506, 'Doormat', 'Available in a variety of colours', 1, 4, 1, 1, 0.00, 'doormat_plain*1', '#ff1f08', 36, '0', '1', '1', 506),
- (507, 'Doormat', 'Available in a variety of colours', 1, 4, 1, 1, 0.00, 'doormat_plain*2', '#99DCCC', 36, '0', '1', '1', 507),
- (508, 'Doormat', 'Available in a variety of colours', 1, 4, 1, 1, 0.00, 'doormat_plain*3', '#ffee00', 36, '0', '1', '1', 508),
- (509, 'Doormat', 'Available in a variety of colours', 1, 4, 1, 1, 0.00, 'doormat_plain*4', '#ccddff', 36, '0', '1', '1', 509),
- (510, 'Doormat', 'Available in a variety of colours', 1, 4, 1, 1, 0.00, 'doormat_plain*5', '#ddccff', 36, '0', '1', '1', 510),
- (511, 'Doormat', 'Available in a variety of colours', 1, 4, 1, 1, 0.00, 'doormat_plain*6', '#777777', 36, '0', '1', '1', 511),
- (512, 'Hand-Woven Rug', 'Adds instant warmth', 3, 4, 2, 4, 0.00, 'carpet_armas', '0,0,0', 36, '0', '1', '1', 512),
- (513, 'Faux-Fur Bear Rug', 'For cuddling up on', 4, 4, 2, 3, 0.00, 'carpet_polar', '#ffffff,#ffffff,#ffffff', 36, '0', '1', '1', 513),
- (514, 'Blue Bear Rug', 'Snuggle up on a Funky bear rug...', 10, 4, 2, 3, 0.00, 'carpet_polar*2', '#ccddff,#ccddff,#ffffff', 36, '0', '1', '1', 514),
- (515, 'Yellow Bear Rug', 'Snuggle up on a Funky bear rug...', 10, 4, 2, 3, 0.00, 'carpet_polar*3', '#ffee99,#ffee99,#ffffff', 36, '0', '1', '1', 515),
- (516, 'Green Bear Rug', 'Snuggle up on a Funky bear rug...', 10, 4, 2, 3, 0.00, 'carpet_polar*4', '#ddffaa,#ddffaa,#ffffff', 36, '0', '1', '1', 516),
- (517, 'Hockey stick', 'whack that ball!', 3, 0, 0, 0, 0.00, 'poster 52', '0,0,0', 37, '0', '1', '1', 517),
- (518, 'Hockey stick', 'whack that ball!', 3, 0, 0, 0, 0.00, 'poster 53', '0,0,0', 37, '0', '1', '1', 518),
- (519, 'Hockey stick', 'whack that ball!', 3, 0, 0, 0, 0.00, 'poster 54', '0,0,0', 37, '0', '1', '1', 519),
- (520, 'Scoreboard', '...for keeping your score', 6, 1, 1, 1, 0.00, 'hockey_score', '0,0,0', 37, '0', '1', '1', 520),
- (521, 'Basketball Trophy', 'For the winning team', 3, 1, 1, 1, 0.00, 'legotrophy', '0,0,0', 37, '0', '1', '1', 521),
- (522, 'Basketball Hoop', '2 points for every basket', 3, 0, 0, 0, 0.00, 'poster 51', '0,0,0', 37, '0', '1', '1', 522),
- (523, 'Basketball Court', 'Line up your slam dunk', 3, 4, 3, 3, 0.00, 'carpet_legocourt', '0,0,0', 37, '0', '1', '1', 523),
- (524, 'Team Bench', 'For your reserve players', 6, 2, 4, 1, 1.00, 'bench_lego', '0,0,0', 37, '0', '1', '1', 524),
- (525, 'Football Lamp', 'Let''s get sporty!', 10, 4, 1, 1, 0.00, 'footylamp', '0,0,0', 37, '0', '1', '1', 525),
- (526, 'Sport track straight', 'Let''s get sporty!', 3, 4, 2, 2, 0.00, 'sporttrack1*1', '#ffffff,#e4592d,#ffffff', 37, '0', '1', '1', 526),
- (527, 'Sport track straight asphalt', 'Let''s get sporty!', 3, 4, 2, 2, 0.00, 'sporttrack1*2', '#ffffff,#62818b,#ffffff', 37, '0', '1', '1', 527),
- (528, 'Sport track straight grass', 'Let''s get sporty!', 3, 4, 2, 2, 0.00, 'sporttrack1*3', '#ffffff,#5cb800,#ffffff', 37, '0', '1', '1', 528),
- (529, 'Sport corner', 'Let''s get sporty!', 3, 4, 2, 2, 0.00, 'sporttrack2*1', '#ffffff,#e4592d,#ffffff', 37, '0', '1', '1', 529),
- (530, 'Sport corner asphalt', 'Let''s get sporty!', 3, 4, 2, 2, 0.00, 'sporttrack2*2', '#ffffff,#62818b,#ffffff', 37, '0', '1', '1', 530),
- (531, 'Sport corner grass', 'Let''s get sporty!', 3, 4, 2, 2, 0.00, 'sporttrack2*3', '#ffffff,#5cb800,#ffffff', 37, '0', '1', '1', 531),
- (532, 'Sport goal', 'Let''s get sporty!', 3, 4, 2, 2, 0.00, 'sporttrack3*1', '#ffffff,#e4592d,#ffffff', 37, '0', '1', '1', 532),
- (533, 'Sport goal asphalt', 'Let''s get sporty!', 3, 4, 2, 2, 0.00, 'sporttrack3*2', '#ffffff,#62818b,#ffffff', 37, '0', '1', '1', 533),
- (534, 'Sport goal grass', 'Let''s get sporty!', 3, 4, 2, 2, 0.00, 'sporttrack3*3', '#ffffff,#5cb800,#ffffff', 37, '0', '1', '1', 534),
- (535, 'Telephone Box', 'Dr Who?', 5, 1, 1, 1, 0.00, 'door', '0,0,0', 38, '0', '1', '1', 535),
- (536, 'Portaloo', 'In a hurry?', 4, 1, 1, 1, 0.00, 'doorC', '0,0,0', 38, '0', '1', '1', 536),
- (537, 'Wardrobe', 'Narnia this way!', 3, 1, 1, 1, 0.00, 'doorB', '0,0,0', 38, '0', '1', '1', 537),
- (538, 'Teleport Door', 'Magic doorway to anywhere!', 6, 4, 1, 1, 0.00, 'teleport_door', '0,0,0', 38, '0', '1', '1', 538),
- (539, 'Gray Traxmachine', 'Feel tha beat', 8, 1, 1, 1, 2.10, 'sound_machine', '#FFFFFF,#FFFFFF,#828282,#FFFFFF', 39, '0', '1', '1', 539),
- (540, 'Ambient 1', 'Chilled out beats', 5, 1, 1, 1, 0.20, 'sound_set_4', '0,0,0', 39, '0', '1', '1', 540),
- (541, 'Ambient 2', 'Mellow electric grooves', 5, 1, 1, 1, 0.20, 'sound_set_8', '0,0,0', 39, '0', '1', '1', 541),
- (542, 'Ambient 3', 'Background ambience loops', 5, 1, 1, 1, 0.20, 'sound_set_6', '0,0,0', 39, '0', '1', '1', 542),
- (543, 'Ambient 4', 'The dark side of Habbo', 5, 1, 1, 1, 0.20, 'sound_set_5', '0,0,0', 39, '0', '1', '1', 543),
- (544, 'Groove 1', 'Bollywood Beats!', 5, 1, 1, 1, 0.20, 'sound_set_26', '0,0,0', 39, '0', '1', '1', 544),
- (545, 'Groove 2', 'Jingle Bells will never be the same...', 5, 1, 1, 1, 0.20, 'sound_set_27', '0,0,0', 39, '0', '1', '1', 545),
- (546, 'Groove 3', 'Jive''s Alive!', 5, 1, 1, 1, 0.20, 'sound_set_17', '0,0,0', 39, '0', '1', '1', 546),
- (547, 'Groove 4', 'Listen while you tan', 5, 1, 1, 1, 0.20, 'sound_set_18', '0,0,0', 39, '0', '1', '1', 547),
- (548, 'Electronic 1', 'Chilled grooves', 5, 1, 1, 1, 0.20, 'sound_set_3', '0,0,0', 39, '0', '1', '1', 548),
- (549, 'Electronic 2', 'Mystical ambient soundscapes', 5, 1, 1, 1, 0.20, 'sound_set_9', '0,0,0', 39, '0', '1', '1', 549),
- (550, 'Jukebox', 'For your Happy Days!', 5, 1, 1, 1, 0.00, 'jukebox*1', '0,0,0', 40, '0', '1', '1', 550),
- (551, 'Disco Sign', 'Serious partying going on!', 15, 0, 0, 0, 0.00, 'poster 56', '0,0,0', 40, '0', '1', '1', 551),
- (552, 'Club 1', 'De bada bada bo!', 5, 1, 1, 1, 0.20, 'sound_set_46', '0,0,0', 40, '0', '1', '1', 552),
- (553, 'Club 2', 'Storm the UKCharts!', 5, 1, 1, 1, 0.20, 'sound_set_47', '0,0,0', 40, '0', '1', '1', 553),
- (554, 'Club 3', 'Sweet party beat', 5, 1, 1, 1, 0.20, 'sound_set_48', '0,0,0', 40, '0', '1', '1', 554),
- (555, 'Club 4', 'You will belong', 5, 1, 1, 1, 0.20, 'sound_set_49', '0,0,0', 40, '0', '1', '1', 555),
- (556, 'Club 5', 'The harder generation', 5, 1, 1, 1, 0.20, 'sound_set_50', '0,0,0', 40, '0', '1', '1', 556),
- (557, 'Club 6', 'Bop to the beat', 5, 1, 1, 1, 0.20, 'sound_set_51', '0,0,0', 40, '0', '1', '1', 557),
- (558, 'Dance 1', 'Actually, it''s Partay!', 5, 1, 1, 1, 0.20, 'sound_set_25', '0,0,0', 40, '0', '1', '1', 558),
- (559, 'Dance 2', 'Electronic house', 5, 1, 1, 1, 0.20, 'sound_set_29', '0,0,0', 40, '0', '1', '1', 559),
- (560, 'Dance 3', 'House loops', 5, 1, 1, 1, 0.20, 'sound_set_31', '0,0,0', 40, '0', '1', '1', 560),
- (561, 'Dance 4', 'Music you can really sink your teeth into', 5, 1, 1, 1, 0.20, 'sound_set_11', '0,0,0', 40, '0', '1', '1', 561),
- (562, 'Dance 5', 'Let Music be the food of Habbo', 5, 1, 1, 1, 0.20, 'sound_set_13', '0,0,0', 40, '0', '1', '1', 562),
- (563, 'Dance 6', 'Groovelicious', 5, 1, 1, 1, 0.20, 'sound_set_35', '0,0,0', 40, '0', '1', '1', 563),
- (564, 'Jukebox', 'For your Happy Days!', 5, 1, 1, 1, 0.00, 'jukebox*1', '0,0,0', 41, '0', '1', '1', 564),
- (565, 'V-Guitar', 'V-Guitar', 5, 0, 0, 0, 0.00, 'guitar_v', '0,0,0', 41, '0', '1', '1', 565),
- (566, 'Skull-Guitar', 'Skull-Guitar', 5, 0, 0, 0, 0.00, 'guitar_skull', '0,0,0', 41, '0', '1', '1', 566),
- (567, 'Rock 1', 'Headbanging riffs', 5, 1, 1, 1, 0.20, 'sound_set_21', '0,0,0', 41, '0', '1', '1', 567),
- (568, 'Rock 2', 'Head for the pit!', 5, 1, 1, 1, 0.20, 'sound_set_28', '0,0,0', 41, '0', '1', '1', 568),
- (569, 'Rock 3', 'Guitar solo set', 5, 1, 1, 1, 0.20, 'sound_set_33', '0,0,0', 41, '0', '1', '1', 569),
- (570, 'Rock 4', 'Dude? Cheese!', 5, 1, 1, 1, 0.20, 'sound_set_40', '0,0,0', 41, '0', '1', '1', 570),
- (571, 'Rock 5', 'For guitar heroes', 5, 1, 1, 1, 0.20, 'sound_set_34', '0,0,0', 41, '0', '1', '1', 571),
- (572, 'Rock 6', 'Rock and Roses!', 5, 1, 1, 1, 0.20, 'sound_set_38', '0,0,0', 41, '0', '1', '1', 572),
- (573, 'Rock 7', 'Rock with a roll', 5, 1, 1, 1, 0.20, 'sound_set_39', '0,0,0', 41, '0', '1', '1', 573),
- (574, 'Rock 8', 'Burning Riffs', 5, 1, 1, 1, 0.20, 'sound_set_41', '0,0,0', 41, '0', '1', '1', 574),
- (575, 'Jukebox', 'For your Happy Days!', 5, 1, 1, 1, 0.00, 'jukebox*1', '0,0,0', 42, '0', '1', '1', 575),
- (576, 'Habbo Sounds 1', 'Get the party started!', 5, 1, 1, 1, 0.20, 'sound_set_1', '0,0,0', 42, '0', '1', '1', 576),
- (577, 'Habbo Sounds 2', 'Unusual as Standard', 5, 1, 1, 1, 0.20, 'sound_set_12', '0,0,0', 42, '0', '1', '1', 577),
- (578, 'Habbo Sounds 3', 'Get the party started!', 5, 1, 1, 1, 0.20, 'sound_set_2', '0,0,0', 42, '0', '1', '1', 578),
- (579, 'Habbo Sounds 4', 'It''s all about the Pentiums, baby!', 5, 1, 1, 1, 0.20, 'sound_set_24', '0,0,0', 42, '0', '1', '1', 579),
- (580, 'SFX 1', 'Beware zombies!', 5, 1, 1, 1, 0.20, 'sound_set_43', '0,0,0', 42, '0', '1', '1', 580),
- (581, 'SFX 2', 'Musical heaven', 5, 1, 1, 1, 0.20, 'sound_set_20', '0,0,0', 42, '0', '1', '1', 581),
- (582, 'SFX 3', 'With a hamper full of sounds, not sarnies', 5, 1, 1, 1, 0.20, 'sound_set_22', '0,0,0', 42, '0', '1', '1', 582),
- (583, 'SFX 4', 'Don''t be afraid of the dark', 5, 1, 1, 1, 0.20, 'sound_set_23', '0,0,0', 42, '0', '1', '1', 583),
- (584, 'SFX 5', 'Sound effects for Furni', 5, 1, 1, 1, 0.20, 'sound_set_7', '0,0,0', 42, '0', '1', '1', 584),
- (585, 'Instrumental 1', 'Moments in love', 5, 1, 1, 1, 0.20, 'sound_set_30', '0,0,0', 42, '0', '1', '1', 585),
- (586, 'Instrumental 2', 'Piano concert set', 5, 1, 1, 1, 0.20, 'sound_set_32', '0,0,0', 42, '0', '1', '1', 586),
- (587, 'Latin Love 1', 'For adult minded', 5, 1, 1, 1, 0.20, 'sound_set_36', '0,0,0', 43, '0', '1', '1', 587),
- (588, 'Latin Love 2', 'Love and affection!', 5, 1, 1, 1, 0.20, 'sound_set_60', '0,0,0', 43, '0', '1', '1', 588),
- (589, 'Latin Love 3', 'Straight from the heart', 5, 1, 1, 1, 0.20, 'sound_set_61', '0,0,0', 43, '0', '1', '1', 589),
- (590, 'RnB Grooves 1', 'Can you fill me in?', 5, 1, 1, 1, 0.20, 'sound_set_55', '0,0,0', 43, '0', '1', '1', 590),
- (591, 'RnB Grooves 2', 'Get down tonight!', 5, 1, 1, 1, 0.20, 'sound_set_56', '0,0,0', 43, '0', '1', '1', 591),
- (592, 'RnB Grooves 3', 'Feel the groove', 5, 1, 1, 1, 0.20, 'sound_set_57', '0,0,0', 43, '0', '1', '1', 592),
- (593, 'RnB Grooves 4', 'Sh-shake it!', 5, 1, 1, 1, 0.20, 'sound_set_58', '0,0,0', 43, '0', '1', '1', 593),
- (594, 'RnB Grooves 5', 'Urban break beats', 5, 1, 1, 1, 0.20, 'sound_set_59', '0,0,0', 43, '0', '1', '1', 594),
- (595, 'RnB Grooves 6', 'Unadulterated essentials', 5, 1, 1, 1, 0.20, 'sound_set_15', '0,0,0', 43, '0', '1', '1', 595),
- (596, 'Hip Hop Beats 1', 'Made from real Boy Bands!', 5, 1, 1, 1, 0.20, 'sound_set_10', '0,0,0', 43, '0', '1', '1', 596),
- (597, 'Hip Hop Beats 2', 'Rock them bodies', 5, 1, 1, 1, 0.20, 'sound_set_14', '0,0,0', 43, '0', '1', '1', 597),
- (598, 'Hip Hop Beats 3', 'Ferry, ferry good!', 5, 1, 1, 1, 0.20, 'sound_set_16', '0,0,0', 43, '0', '1', '1', 598),
- (599, 'Hip Hop Beats 4', 'Shake your body!', 5, 1, 1, 1, 0.20, 'sound_set_19', '0,0,0', 43, '0', '1', '1', 599),
- (600, 'Classic trophy', 'Glittery gold', 12, 1, 1, 1, 0.00, 'prizetrophy*1', '#ffffff,#ffffff,#FFDD3F', 44, '0', '1', '1', 600),
- (601, 'Classic trophy', 'Shiny silver', 10, 1, 1, 1, 0.00, 'prizetrophy*2', '#ffffff,#ffffff,#ffffff', 44, '0', '1', '1', 601),
- (602, 'Classic trophy', 'Breathtaking bronze', 8, 1, 1, 1, 0.00, 'prizetrophy*3', '#ffffff,#ffffff,#996600', 44, '0', '1', '1', 602),
- (603, 'Duck trophy', 'Glittery gold', 12, 1, 1, 1, 0.00, 'prizetrophy2*1', '#ffffff,#ffffff,#FFDD3F', 44, '0', '1', '1', 603),
- (604, 'Duck trophy', 'Shiny silver', 10, 1, 1, 1, 0.00, 'prizetrophy2*2', '#ffffff,#ffffff,#ffffff', 44, '0', '1', '1', 604),
- (605, 'Duck trophy', 'Breathtaking bronze', 8, 1, 1, 1, 0.00, 'prizetrophy2*3', '#ffffff,#ffffff,#996600', 44, '0', '1', '1', 605),
- (606, 'Globe trophy', 'Glittery gold', 12, 1, 1, 1, 0.00, 'prizetrophy3*1', '#ffffff,#ffffff,#FFDD3F', 44, '0', '1', '1', 606),
- (607, 'Globe trophy', 'Shiny silver', 10, 1, 1, 1, 0.00, 'prizetrophy3*2', '#ffffff,#ffffff,#ffffff', 44, '0', '1', '1', 607),
- (608, 'Globe trophy', 'Breathtaking bronze', 8, 1, 1, 1, 0.00, 'prizetrophy3*3', '#ffffff,#ffffff,#996600', 44, '0', '1', '1', 608),
- (609, 'Fish trophy', 'Glittery gold', 12, 1, 1, 1, 0.00, 'prizetrophy4*1', '#ffffff,#ffffff,#FFDD3F', 44, '0', '1', '1', 609),
- (610, 'Fish trophy', 'Shiny silver', 10, 1, 1, 1, 0.00, 'prizetrophy4*2', '#ffffff,#ffffff,#ffffff', 44, '0', '1', '1', 610),
- (611, 'Fish trophy', 'Breathtaking bronze', 8, 1, 1, 1, 0.00, 'prizetrophy4*3', '#ffffff,#ffffff,#996600', 44, '0', '1', '1', 611),
- (612, 'Duo trophy', 'Glittery gold', 12, 1, 1, 1, 0.00, 'prizetrophy5*1', '#ffffff,#ffffff,#FFDD3F', 44, '0', '1', '1', 612),
- (613, 'Duo trophy', 'Shiny silver', 10, 1, 1, 1, 0.00, 'prizetrophy5*2', '#ffffff,#ffffff,#ffffff', 44, '0', '1', '1', 613),
- (614, 'Duo trophy', 'Breathtaking bronze', 8, 1, 1, 1, 0.00, 'prizetrophy5*3', '#ffffff,#ffffff,#996600', 44, '0', '1', '1', 614),
- (615, 'Champion trophy', 'Glittery gold', 12, 1, 1, 1, 0.00, 'prizetrophy6*1', '#ffffff,#ffffff,#FFDD3F', 44, '0', '1', '1', 615),
- (616, 'Champion trophy', 'Shiny silver', 10, 1, 1, 1, 0.00, 'prizetrophy6*2', '#ffffff,#ffffff,#ffffff', 44, '0', '1', '1', 616),
- (617, 'Champion trophy', 'Breathtaking bronze', 8, 1, 1, 1, 0.00, 'prizetrophy6*3', '#ffffff,#ffffff,#996600', 44, '0', '1', '1', 617),
- (618, 'Duo trophy', 'Glittery gold', 12, 1, 1, 1, 0.00, 'prizetrophy8*1', '#ffffff,#ffffff,#FFDD3F', 44, '0', '1', '1', 618),
- (619, 'Champion trophy', 'Glittery gold', 12, 1, 1, 1, 0.00, 'prizetrophy9*1', '#ffffff,#ffffff,#FFDD3F', 44, '0', '1', '1', 619),
- (620, 'Snowman Poster', 'A new use for carrots!', 3, 0, 0, 0, 0.00, 'poster 20', '0,0,0', 45, '0', '1', '1', 620),
- (621, 'Angel Poster', 'See that halo gleam!', 3, 0, 0, 0, 0.00, 'poster 21', '0,0,0', 45, '0', '1', '1', 621),
- (622, 'Winter Wonderland Poster', 'A chilly snowy scene', 3, 0, 0, 0, 0.00, 'poster 22', '0,0,0', 45, '0', '1', '1', 622),
- (623, 'Santa Poster Poster', 'The jolly fat man himself', 3, 0, 0, 0, 0.00, 'poster 23', '0,0,0', 45, '0', '1', '1', 623),
- (624, 'Three Wise Men Poster', 'Following the star!', 3, 0, 0, 0, 0.00, 'poster 24', '0,0,0', 45, '0', '1', '1', 624),
- (625, 'Reindeer Poster', 'Doing a hard night''s work', 3, 0, 0, 0, 0.00, 'poster 25', '0,0,0', 45, '0', '1', '1', 625),
- (626, 'Stocking', 'Hung yours up yet?', 3, 0, 0, 0, 0.00, 'poster 26', '0,0,0', 45, '0', '1', '1', 626),
- (627, 'Holly Garland', 'Deck the halls!', 3, 0, 0, 0, 0.00, 'poster 27', '0,0,0', 45, '0', '1', '1', 627),
- (628, 'Tinsel (silver)', 'A touch of festive sparkle', 3, 0, 0, 0, 0.00, 'poster 28', '0,0,0', 45, '0', '1', '1', 628),
- (629, 'Tinsel (gold)', 'A touch of festive sparkle', 3, 0, 0, 0, 0.00, 'poster 29', '0,0,0', 45, '0', '1', '1', 629),
- (630, 'Mistletoe', 'Pucker up', 3, 0, 0, 0, 0.00, 'poster 30', '0,0,0', 45, '0', '1', '1', 630),
- (631, 'Small gold star', 'Twinkle, twinkle', 3, 0, 0, 0, 0.00, 'poster 46', '0,0,0', 45, '0', '1', '1', 631),
- (632, 'Small silver star', 'Twinkle, twinkle', 3, 0, 0, 0, 0.00, 'poster 47', '0,0,0', 45, '0', '1', '1', 632),
- (633, 'Large gold star', 'All that glitters...', 3, 0, 0, 0, 0.00, 'poster 48', '0,0,0', 45, '0', '1', '1', 633),
- (634, 'Large silver star', 'All that glitters...', 3, 0, 0, 0, 0.00, 'poster 49', '0,0,0', 45, '0', '1', '1', 634),
- (635, 'Dead tree', 'Dead christmas tree', 6, 1, 1, 1, 0.00, 'tree1', '0,0,0', -1, '0', '1', '1', 635),
- (636, 'Old Christmas Tree', 'Old Christmas Tree', 6, 1, 1, 1, 0.00, 'tree2', '0,0,0', 45, '0', '1', '1', 636),
- (637, 'Christmas Tree 1', 'Any presents under it yet?', 6, 1, 1, 1, 0.00, 'tree3', '0,0,0', 45, '0', '1', '1', 637),
- (638, 'Christmas Tree 2', 'Any presents under it yet?', 6, 1, 1, 1, 0.00, 'tree4', '0,0,0', 45, '0', '1', '1', 638),
- (639, 'Christmas Tree 3', 'Any presents under it yet?', 6, 1, 1, 1, 0.00, 'tree5', '0,0,0', 45, '0', '1', '1', 639),
- (640, 'Flashy Christmas Tree', 'The future''s bright!', 6, 1, 1, 1, 0.00, 'tree6', '0,0,0', -1, '0', '1', '1', 640),
- (641, 'Electric Candles', 'No need to worry about wax drips', 3, 1, 1, 1, 0.00, 'triplecandle', '0,0,0', 45, '0', '1', '1', 641),
- (642, 'Roast Turkey', 'Where''s the cranberry sauce?', 3, 1, 1, 1, 0.00, 'turkey', '0,0,0', 45, '0', '1', '1', 642),
- (643, 'Gingerbread House', 'Good enough to eat', 3, 1, 1, 1, 0.00, 'house', '0,0,0', 45, '0', '1', '1', 643),
- (644, 'Gingerbread House', 'Good enough to eat', 3, 1, 1, 1, 0.00, 'house2', '0,0,0', 45, '0', '1', '1', 644),
- (645, 'Christmas Pudding', 'Will you get the lucky sixpence?', 3, 1, 1, 1, 0.00, 'pudding', '0,0,0', 45, '0', '1', '1', 645),
- (646, 'Christmas Rubber Duck', 'A right Christmas quacker!', 2, 1, 1, 1, 0.00, 'xmasduck', '0,0,0', 45, '0', '1', '1', 646),
- (647, 'Pink Hyacinth', 'Beautiful bulb', 3, 1, 1, 1, 0.00, 'hyacinth1', '0,0,0', 45, '0', '1', '1', 647),
- (648, 'Blue Hyacinth', 'Beautiful bulb', 3, 1, 1, 1, 0.00, 'hyacinth2', '0,0,0', 45, '0', '1', '1', 648),
- (649, 'Poinsetta', 'Christmas in a pot', 3, 1, 1, 1, 0.00, 'joulutahti', '0,0,0', 45, '0', '1', '1', 649),
- (650, 'Red Candle', 'Xmas tea light', 3, 1, 1, 1, 0.00, 'rcandle', '0,0,0', 45, '0', '1', '1', 650),
- (651, 'White Candle', 'Xmas tea light', 3, 1, 1, 1, 0.00, 'wcandle', '0,0,0', 45, '0', '1', '1', 651),
- (652, 'Wannabe bunny', 'Can you tell what it is yet?', 2, 1, 1, 1, 0.00, 'easterduck', '0,0,0', 46, '0', '1', '1', 652),
- (653, 'Pop-up Egg', 'Cheep (!) and cheerful', 5, 1, 1, 1, 0.00, 'birdie', '0,0,0', 46, '0', '1', '1', 653),
- (654, 'Basket Of Eggs', 'Eggs-actly what you want for Easter', 4, 1, 1, 1, 0.00, 'basket', '0,0,0', 46, '0', '1', '1', 654),
- (655, 'Squidgy Bunny', 'Yours to cuddle up to', 3, 1, 1, 1, 0.00, 'bunny', '0,0,0', 46, '0', '1', '1', 655),
- (656, 'Pumpkin Lamp', 'Cast a spooky glow', 6, 1, 1, 1, 0.00, 'pumpkin', '0,0,0', 47, '0', '1', '1', 656),
- (657, 'Spiderweb', 'Not something you want to run into', 3, 0, 0, 0, 0.00, 'poster 42', '0,0,0', 47, '0', '1', '1', 657),
- (658, 'Chains', 'Shake, rattle and roll!', 4, 0, 0, 0, 0.00, 'poster 43', '0,0,0', 47, '0', '1', '1', 658),
- (659, 'Skull Candle Holder', 'Alas poor Yorrick...', 4, 1, 1, 1, 0.00, 'skullcandle', '0,0,0', 47, '0', '1', '1', 659),
- (660, 'Skeleton', 'Needs a few more Habburgers', 3, 0, 0, 0, 0.00, 'poster 45', '0,0,0', 47, '0', '1', '1', 660),
- (661, 'Mummy', 'Beware the curse...', 3, 0, 0, 0, 0.00, 'poster 44', '0,0,0', 47, '0', '1', '1', 661),
- (662, 'Dead Duck', 'Blood, but no guts', 2, 1, 1, 1, 0.00, 'deadduck', '0,0,0', 47, '0', '1', '1', 662),
- (663, 'Dead Duck 2', 'Someone forgot to feed me...', 2, 1, 1, 1, 0.00, 'deadduck2', '0,0,0', 47, '0', '1', '1', 663),
- (664, 'Dead Duck 3', 'With added ectoplasm', 2, 1, 1, 1, 0.00, 'deadduck3', '0,0,0', 47, '0', '1', '1', 664),
- (665, 'Bat Poster', 'flap, flap, screech, screech...', 3, 0, 0, 0, 0.00, 'poster 50', '0,0,0', 47, '0', '1', '1', 665),
- (666, 'Jolly Roger', 'For pirates everywhere', 3, 0, 0, 0, 0.00, 'poster 501', '0,0,0', 47, '0', '1', '1', 666),
- (667, 'Eaten Ham', 'Looks like you''re too late!', 3, 1, 1, 1, 0.00, 'ham2', '0,0,0', 47, '0', '1', '1', 667),
- (668, 'Creepy Crypt', 'What lurks inside?', 5, 3, 1, 3, 1.00, 'habboween_crypt', '0,0,0', 47, '0', '1', '1', 668),
- (669, 'Unholy Ground', 'Autumnal chills with each rotation!', 5, 4, 2, 2, 0.00, 'habboween_grass', '0,0,0', 47, '0', '1', '1', 669),
- (670, 'Habboween Cauldron', 'Eye of Habbo and toe of Mod!', 5, 1, 1, 1, 0.00, 'hal_cauldron', '0,0,0', 47, '0', '1', '1', 670),
- (671, 'Haunted Grave', 'We''re raising the dead!', 5, 1, 1, 1, 0.00, 'hal_grave', '0,0,0', 47, '0', '1', '1', 671),
- (672, 'Heart Sofa', 'Perfect for snuggling up on', 5, 2, 2, 1, 1.00, 'heartsofa', '0,0,0', 48, '0', '1', '1', 672),
- (673, 'Cupid Statue', 'Watch out for those arrows!', 3, 1, 1, 1, 0.00, 'statue', '0,0,0', 48, '0', '1', '1', 673),
- (674, 'Giant Heart', 'Full of love', 6, 1, 2, 1, 0.00, 'heart', '0,0,0', 48, '0', '1', '1', 674),
- (675, 'Valentine''s Duck', 'He''s lovestruck', 2, 1, 1, 1, 0.00, 'valeduck', '0,0,0', 48, '0', '1', '1', 675),
- (676, 'Heart stickies', 'Heart stickies', 3, 0, 0, 0, 0.00, 'post.it.vd', '0,0,0', 48, '0', '1', '1', 676),
- (677, 'Red Carpet', 'For making an entrance.', 15, 4, 2, 7, 0.00, 'carpet_valentine', '0,0,0', 48, '0', '1', '1', 677),
- (678, 'Valentine''s lamp', 'Valentine''s lamp', 10, 0, 0, 0, 0.00, 'val_heart', '0,0,0', 48, '0', '1', '1', 678),
- (679, 'Valentine rose Red', 'For a love that it true', 8, 1, 1, 1, 0.00, 'plant_valentinerose*1', '#FFFFFF,#FF1E1E,#FFFFFF,#FFFFFF', 48, '0', '1', '1', 679),
- (680, 'White Valentine Rose', 'Your secret love', 8, 1, 1, 1, 0.00, 'plant_valentinerose*2', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 48, '0', '1', '1', 680),
- (681, 'Yellow Valentine Rose', 'Relight your passions', 8, 1, 1, 1, 0.00, 'plant_valentinerose*3', '#FFFFFF,#ffee00,#FFFFFF,#FFFFFF', 48, '0', '1', '1', 681),
- (682, 'Pink Valentine''s Rose', 'Be mine!', 8, 1, 1, 1, 0.00, 'plant_valentinerose*4', '#FFFFFF,#ffbbcf,#FFFFFF,#FFFFFF', 48, '0', '1', '1', 682),
- (683, 'Purple Valentine Rose', 'For that special pixel', 8, 1, 1, 1, 0.00, 'plant_valentinerose*5', '#FFFFFF,#CC3399,#FFFFFF,#FFFFFF', 48, '0', '1', '1', 683),
- (684, 'Two-Seater Sofa', 'Cushioned, understated comfort', 3, 2, 2, 1, 1.00, 'sofa_silo*2', '#ffffff,#ffffff,#ffffff,#ffffff,#525252,#525252,#525252,#525252', 49, '0', '1', '1', 684),
- (685, 'Armchair', 'Large, but worth it', 3, 1, 1, 1, 1.00, 'sofachair_silo*2', '#ffffff,#ffffff,#525252,#525252', 49, '0', '1', '1', 685),
- (686, 'Occasional Table', 'For those random moments', 1, 1, 1, 1, 1.00, 'table_silo_small*2', '#ffffff,#525252', 49, '0', '1', '1', 686),
- (687, 'Gate (lockable)', 'Form following function', 6, 1, 1, 1, 0.00, 'divider_silo3*2', '#ffffff,#ffffff,#ffffff,#525252', 49, '1', '1', '1', 687),
- (688, 'Corner Shelf', 'Neat and natty', 3, 1, 1, 1, 1.20, 'divider_silo1*2', '#ffffff,#525252', 49, '0', '1', '1', 688),
- (689, 'Dining Chair', 'Keep it simple', 3, 2, 1, 1, 1.00, 'chair_silo*2', '#ffffff,#ffffff,#525252,#525252', 49, '0', '1', '1', 689),
- (690, 'Safe Minibar', 'Totally shatter-proof!', 3, 1, 1, 1, 0.00, 'safe_silo*2', '#ffffff,#525252', 49, '0', '1', '1', 690),
- (691, 'Bar Stool', 'Practical and convenient', 3, 1, 1, 1, 1.50, 'barchair_silo*2', '#ffffff,#525252', 49, '0', '1', '1', 691),
- (692, 'Coffee Table', 'Wipe clean and unobtrusive', 3, 1, 2, 2, 0.80, 'table_silo_med*2', '#ffffff,#525252', 49, '0', '1', '1', 692),
- (693, 'Two-Seater Sofa', 'Cushioned, understated comfort', 3, 2, 2, 1, 1.00, 'sofa_silo*3', '#ffffff,#ffffff,#ffffff,#ffffff,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 49, '0', '1', '1', 693),
- (694, 'Armchair', 'Large, but worth it', 3, 1, 1, 1, 1.00, 'sofachair_silo*3', '#ffffff,#ffffff,#FFFFFF,#FFFFFF', 49, '0', '1', '1', 694),
- (695, 'Occasional Table', 'For those random moments', 1, 1, 1, 1, 1.00, 'table_silo_small*3', '#ffffff,#FFFFFF', 49, '0', '1', '1', 695),
- (696, 'Gate (lockable)', 'Form following function', 6, 1, 1, 1, 0.00, 'divider_silo3*3', '#ffffff,#ffffff,#ffffff,#FFFFFF', 49, '1', '1', '1', 696),
- (697, 'Corner Shelf', 'Neat and natty', 3, 1, 1, 1, 1.20, 'divider_silo1*3', '#ffffff,#FFFFFF', 49, '0', '1', '1', 697),
- (698, 'Dining Chair', 'Keep it simple', 3, 2, 1, 1, 1.00, 'chair_silo*3', '#ffffff,#ffffff,#FFFFFF,#FFFFFF', 49, '0', '1', '1', 698),
- (699, 'Safe Minibar', 'Totally shatter-proof!', 3, 1, 1, 1, 0.00, 'safe_silo*3', '#ffffff,#FFFFFF', 49, '0', '1', '1', 699),
- (700, 'Bar Stool', 'Practical and convenient', 3, 1, 1, 1, 1.50, 'barchair_silo*3', '#ffffff,#FFFFFF', 49, '0', '1', '1', 700),
- (701, 'Coffee Table', 'Wipe clean and unobtrusive', 3, 1, 2, 2, 0.80, 'table_silo_med*3', '#ffffff,#FFFFFF', 49, '0', '1', '1', 701),
- (702, 'Two-Seater Sofa', 'Cushioned, understated comfort', 3, 2, 2, 1, 1.00, 'sofa_silo*4', '#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC', 49, '0', '1', '1', 702),
- (703, 'Armchair', 'Large, but worth it', 3, 1, 1, 1, 1.00, 'sofachair_silo*4', '#ffffff,#ffffff,#F7EBBC,#F7EBBC', 49, '0', '1', '1', 703),
- (704, 'Occasional Table', 'For those random moments', 1, 1, 1, 1, 1.00, 'table_silo_small*4', '#ffffff,#F7EBBC', 49, '0', '1', '1', 704),
- (705, 'Gate (lockable)', 'Form following function', 6, 1, 1, 1, 0.00, 'divider_silo3*4', '#ffffff,#ffffff,#ffffff,#F7EBBC', 49, '1', '1', '1', 705),
- (706, 'Corner Shelf', 'Neat and natty', 3, 1, 1, 1, 1.20, 'divider_silo1*4', '#ffffff,#F7EBBC', 49, '0', '1', '1', 706),
- (707, 'Dining Chair', 'Keep it simple', 3, 2, 1, 1, 1.00, 'chair_silo*4', '#ffffff,#ffffff,#F7EBBC,#F7EBBC', 49, '0', '1', '1', 707),
- (708, 'Safe Minibar', 'Totally shatter-proof!', 3, 1, 1, 1, 0.00, 'safe_silo*4', '#ffffff,#F7EBBC', 49, '0', '1', '1', 708),
- (709, 'Bar Stool', 'Practical and convenient', 3, 1, 1, 1, 1.50, 'barchair_silo*4', '#ffffff,#F7EBBC', 49, '0', '1', '1', 709),
- (710, 'Coffee Table', 'Wipe clean and unobtrusive', 3, 1, 2, 2, 0.80, 'table_silo_med*4', '#ffffff,#F7EBBC', 49, '0', '1', '1', 710),
- (711, 'Two-Seater Sofa', 'Cushioned, understated comfort', 3, 2, 2, 1, 1.00, 'sofa_silo*5', '#ffffff,#ffffff,#ffffff,#ffffff,#FF99BC,#FF99BC,#FF99BC,#FF99BC', 49, '0', '1', '1', 711),
- (712, 'Armchair', 'Large, but worth it', 3, 1, 1, 1, 1.00, 'sofachair_silo*5', '#ffffff,#ffffff,#FF99BC,#FF99BC', 49, '0', '1', '1', 712),
- (713, 'Occasional Table', 'For those random moments', 1, 1, 1, 1, 1.00, 'table_silo_small*5', '#ffffff,#FF99BC', 49, '0', '1', '1', 713),
- (714, 'Gate (lockable)', 'Form following function', 6, 1, 1, 1, 0.00, 'divider_silo3*5', '#ffffff,#ffffff,#ffffff,#FF99BC', 49, '1', '1', '1', 714),
- (715, 'Corner Shelf', 'Neat and natty', 3, 1, 1, 1, 1.20, 'divider_silo1*5', '#ffffff,#FF99BC', 49, '0', '1', '1', 715),
- (716, 'Dining Chair', 'Keep it simple', 3, 2, 1, 1, 1.00, 'chair_silo*5', '#ffffff,#ffffff,#FF99BC,#FF99BC', 49, '0', '1', '1', 716),
- (717, 'Safe Minibar', 'Totally shatter-proof!', 3, 1, 1, 1, 0.00, 'safe_silo*5', '#ffffff,#FF99BC', 49, '0', '1', '1', 717),
- (718, 'Bar Stool', 'Practical and convenient', 3, 1, 1, 1, 1.50, 'barchair_silo*5', '#ffffff,#FF99BC', 49, '0', '1', '1', 718),
- (719, 'Coffee Table', 'Wipe clean and unobtrusive', 3, 1, 2, 2, 0.80, 'table_silo_med*5', '#ffffff,#FF99BC', 49, '0', '1', '1', 719),
- (720, 'Two-Seater Sofa', 'Cushioned, understated comfort', 3, 2, 2, 1, 1.00, 'sofa_silo*6', '#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8', 49, '0', '1', '1', 720),
- (721, 'Armchair', 'Large, but worth it', 3, 1, 1, 1, 1.00, 'sofachair_silo*6', '#ffffff,#ffffff,#5EAAF8,#5EAAF8', 49, '0', '1', '1', 721),
- (722, 'Occasional Table', 'For those random moments', 1, 1, 1, 1, 1.00, 'table_silo_small*6', '#ffffff,#5EAAF8', 49, '0', '1', '1', 722),
- (723, 'Gate (lockable)', 'Form following function', 6, 1, 1, 1, 0.00, 'divider_silo3*6', '#ffffff,#ffffff,#ffffff,#5EAAF8', 49, '1', '1', '1', 723),
- (724, 'Corner Shelf', 'Neat and natty', 3, 1, 1, 1, 1.20, 'divider_silo1*6', '#ffffff,#5EAAF8', 49, '0', '1', '1', 724),
- (725, 'Dining Chair', 'Keep it simple', 3, 2, 1, 1, 1.00, 'chair_silo*6', '#ffffff,#ffffff,#5EAAF8,#5EAAF8', 49, '0', '1', '1', 725),
- (726, 'Safe Minibar', 'Totally shatter-proof!', 3, 1, 1, 1, 0.00, 'safe_silo*6', '#ffffff,#5EAAF8', 49, '0', '1', '1', 726),
- (727, 'Bar Stool', 'Practical and convenient', 3, 1, 1, 1, 1.50, 'barchair_silo*6', '#ffffff,#5EAAF8', 49, '0', '1', '1', 727),
- (728, 'Coffee Table', 'Wipe clean and unobtrusive', 3, 1, 2, 2, 0.80, 'table_silo_med*6', '#ffffff,#5EAAF8', 49, '0', '1', '1', 728),
- (729, 'Two-Seater Sofa', 'Cushioned, understated comfort', 3, 2, 2, 1, 1.00, 'sofa_silo*7', '#ffffff,#ffffff,#ffffff,#ffffff,#92D13D,#92D13D,#92D13D,#92D13D', 49, '0', '1', '1', 729),
- (730, 'Armchair', 'Large, but worth it', 3, 1, 1, 1, 1.00, 'sofachair_silo*7', '#ffffff,#ffffff,#92D13D,#92D13D', 49, '0', '1', '1', 730),
- (731, 'Occasional Table', 'For those random moments', 1, 1, 1, 1, 1.00, 'table_silo_small*7', '#ffffff,#92D13D', 49, '0', '1', '1', 731),
- (732, 'Gate (lockable)', 'Form following function', 6, 1, 1, 1, 0.00, 'divider_silo3*7', '#ffffff,#ffffff,#ffffff,#92D13D', 49, '1', '1', '1', 732),
- (733, 'Corner Shelf', 'Neat and natty', 3, 1, 1, 1, 1.20, 'divider_silo1*7', '#ffffff,#92D13D', 49, '0', '1', '1', 733),
- (734, 'Dining Chair', 'Keep it simple', 3, 2, 1, 1, 1.00, 'chair_silo*7', '#ffffff,#ffffff,#92D13D,#92D13D', 49, '0', '1', '1', 734),
- (735, 'Safe Minibar', 'Totally shatter-proof!', 3, 1, 1, 1, 0.00, 'safe_silo*7', '#ffffff,#92D13D', 49, '0', '1', '1', 735),
- (736, 'Bar Stool', 'Practical and convenient', 3, 1, 1, 1, 1.50, 'barchair_silo*7', '#ffffff,#92D13D', 49, '0', '1', '1', 736),
- (737, 'Coffee Table', 'Wipe clean and unobtrusive', 3, 1, 2, 2, 0.80, 'table_silo_med*7', '#ffffff,#92D13D', 49, '0', '1', '1', 737),
- (738, 'Two-Seater Sofa', 'Cushioned, understated comfort', 3, 2, 2, 1, 1.00, 'sofa_silo*8', '#ffffff,#ffffff,#ffffff,#ffffff,#FFD837,#FFD837,#FFD837,#FFD837', 49, '0', '1', '1', 738),
- (739, 'Armchair', 'Large, but worth it', 3, 1, 1, 1, 1.00, 'sofachair_silo*8', '#ffffff,#ffffff,#FFD837,#FFD837', 49, '0', '1', '1', 739),
- (740, 'Occasional Table', 'For those random moments', 1, 1, 1, 1, 1.00, 'table_silo_small*8', '#ffffff,#FFD837', 49, '0', '1', '1', 740),
- (741, 'Gate (lockable)', 'Form following function', 6, 1, 1, 1, 0.00, 'divider_silo3*8', '#ffffff,#ffffff,#ffffff,#FFD837', 49, '1', '1', '1', 741),
- (742, 'Corner Shelf', 'Neat and natty', 3, 1, 1, 1, 1.20, 'divider_silo1*8', '#ffffff,#FFD837', 49, '0', '1', '1', 742),
- (743, 'Dining Chair', 'Keep it simple', 3, 2, 1, 1, 1.00, 'chair_silo*8', '#ffffff,#ffffff,#FFD837,#FFD837', 49, '0', '1', '1', 743),
- (744, 'Safe Minibar', 'Totally shatter-proof!', 3, 1, 1, 1, 0.00, 'safe_silo*8', '#ffffff,#FFD837', 49, '0', '1', '1', 744),
- (745, 'Bar Stool', 'Practical and convenient', 3, 1, 1, 1, 1.50, 'barchair_silo*8', '#ffffff,#FFD837', 49, '0', '1', '1', 745),
- (746, 'Coffee Table', 'Wipe clean and unobtrusive', 3, 1, 2, 2, 0.80, 'table_silo_med*8', '#ffffff,#FFD837', 49, '0', '1', '1', 746),
- (747, 'Two-Seater Sofa', 'Cushioned, understated comfort', 3, 2, 2, 1, 1.00, 'sofa_silo*9', '#ffffff,#ffffff,#ffffff,#ffffff,#E14218,#E14218,#E14218,#E14218', 49, '0', '1', '1', 747),
- (748, 'Armchair', 'Large, but worth it', 3, 1, 1, 1, 1.00, 'sofachair_silo*9', '#ffffff,#ffffff,#E14218,#E14218', 49, '0', '1', '1', 748),
- (749, 'Occasional Table', 'For those random moments', 1, 1, 1, 1, 1.00, 'table_silo_small*9', '#ffffff,#E14218', 49, '0', '1', '1', 749),
- (750, 'Gate (lockable)', 'Form following function', 6, 1, 1, 1, 0.00, 'divider_silo3*9', '#ffffff,#ffffff,#ffffff,#E14218', 49, '1', '1', '1', 750),
- (751, 'Corner Shelf', 'Neat and natty', 3, 1, 1, 1, 1.20, 'divider_silo1*9', '#ffffff,#E14218', 49, '0', '1', '1', 751),
- (752, 'Dining Chair', 'Keep it simple', 3, 2, 1, 1, 1.00, 'chair_silo*9', '#ffffff,#ffffff,#E14218,#E14218', 49, '0', '1', '1', 752),
- (753, 'Safe Minibar', 'Totally shatter-proof!', 3, 1, 1, 1, 0.00, 'safe_silo*9', '#ffffff,#E14218', 49, '0', '1', '1', 753),
- (754, 'Bar Stool', 'Practical and convenient', 3, 1, 1, 1, 1.50, 'barchair_silo*9', '#ffffff,#E14218', 49, '0', '1', '1', 754),
- (755, 'Coffee Table', 'Wipe clean and unobtrusive', 3, 1, 2, 2, 0.80, 'table_silo_med*9', '#ffffff,#E14218', 49, '0', '1', '1', 755),
- (756, 'Chair', 'Sleek and chic for each cheek', 3, 2, 1, 1, 1.00, 'chair_norja*2', '#ffffff,#ffffff,#525252,#525252', 50, '0', '1', '1', 756),
- (757, 'Bench', 'Two can perch comfortably', 3, 2, 2, 1, 1.00, 'couch_norja*2', '#ffffff,#ffffff,#ffffff,#ffffff,#525252,#525252,#525252,#525252', 50, '0', '1', '1', 757),
- (758, 'Coffee Table', 'Elegance embodied', 3, 1, 2, 2, 0.80, 'table_norja_med*2', '#ffffff,#525252', 50, '0', '1', '1', 758),
- (759, 'Bookcase', 'For nic naks and art deco books', 3, 1, 1, 1, 0.00, 'shelves_norja*2', '#ffffff,#525252', 50, '0', '1', '1', 759),
- (760, 'iced sofachair', 'Soft iced sofachair', 3, 2, 1, 1, 1.00, 'soft_sofachair_norja*2', '#ffffff,#525252,#525252', 50, '0', '1', '1', 760),
- (761, 'iced sofa', 'A soft iced sofa', 4, 2, 2, 1, 1.00, 'soft_sofa_norja*2', '#ffffff,#525252,#ffffff,#525252,#525252,#525252', 50, '0', '1', '1', 761),
- (762, 'Ice Bar-Desk', 'Strong, yet soft looking', 3, 1, 2, 1, 1.20, 'divider_nor2*2', '#ffffff,#ffffff,#525252,#525252', 50, '0', '1', '1', 762),
- (763, 'Ice Corner', 'Looks squishy, but isn''t', 3, 1, 1, 1, 1.20, 'divider_nor1*2', '#ffffff,#525252', 50, '0', '1', '1', 763),
- (764, 'Door (Lockable)', 'Do go through...', 6, 1, 1, 1, 0.00, 'divider_nor3*2', '#ffffff,#ffffff,#525252,#525252', 50, '1', '1', '1', 764),
- (765, 'Iced Auto Shutter', 'Habbos, roll out!', 3, 1, 2, 1, 0.00, 'divider_nor4*2', '#ffffff,#ffffff,#525252,#525252,#525252,#525252', 50, '1', '1', '1', 765),
- (766, 'Iced Angle', 'Cool cornering for you!', 3, 1, 1, 1, 0.00, 'divider_nor5*2', '#ffffff,#525252,#525252,#525252,#525252,#525252', 50, '1', '1', '1', 766),
- (767, 'Chair', 'Sleek and chic for each cheek', 3, 2, 1, 1, 1.00, 'chair_norja*3', '#ffffff,#ffffff,#ffffff,#ffffff', 50, '0', '1', '1', 767),
- (768, 'Bench', 'Two can perch comfortably', 3, 2, 2, 1, 1.00, 'couch_norja*3', '#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff', 50, '0', '1', '1', 768),
- (769, 'Coffee Table', 'Elegance embodied', 3, 1, 2, 2, 0.80, 'table_norja_med*3', '#ffffff,#ffffff', 50, '0', '1', '1', 769),
- (770, 'Bookcase', 'For nic naks and art deco books', 3, 1, 1, 1, 0.00, 'shelves_norja*3', '#ffffff,#ffffff', 50, '0', '1', '1', 770),
- (771, 'iced sofachair', 'Soft iced sofachair', 3, 2, 1, 1, 1.00, 'soft_sofachair_norja*3', '#ffffff,#ffffff,#ffffff', 50, '0', '1', '1', 771),
- (772, 'iced sofa', 'A soft iced sofa', 4, 2, 2, 1, 1.00, 'soft_sofa_norja*3', '#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff', 50, '0', '1', '1', 772),
- (773, 'Ice Bar-Desk', 'Strong, yet soft looking', 3, 1, 2, 1, 1.20, 'divider_nor2*3', '#ffffff,#ffffff,#ffffff,#ffffff', 50, '0', '1', '1', 773),
- (774, 'Ice Corner', 'Looks squishy, but isn''t', 3, 1, 1, 1, 1.20, 'divider_nor1*3', '#ffffff,#ffffff', 50, '0', '1', '1', 774),
- (775, 'Door (Lockable)', 'Do go through...', 6, 1, 1, 1, 0.00, 'divider_nor3*3', '#ffffff,#ffffff,#ffffff,#ffffff', 50, '1', '1', '1', 775),
- (776, 'Iced Auto Shutter', 'Habbos, roll out!', 3, 1, 2, 1, 0.00, 'divider_nor4*3', '#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff', 50, '1', '1', '1', 776),
- (777, 'Iced Angle', 'Cool cornering for you!', 3, 1, 1, 1, 0.00, 'divider_nor5*3', '#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff', 50, '1', '1', '1', 777),
- (778, 'Chair', 'Sleek and chic for each cheek', 3, 2, 1, 1, 1.00, 'chair_norja*4', '#ffffff,#ffffff,#ABD0D2,#ABD0D2', 50, '0', '1', '1', 778),
- (779, 'Bench', 'Two can perch comfortably', 3, 2, 2, 1, 1.00, 'couch_norja*4', '#ffffff,#ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2', 50, '0', '1', '1', 779),
- (780, 'Coffee Table', 'Elegance embodied', 3, 1, 2, 2, 0.80, 'table_norja_med*4', '#ffffff,#ABD0D2', 50, '0', '1', '1', 780),
- (781, 'Bookcase', 'For nic naks and art deco books', 3, 1, 1, 1, 0.00, 'shelves_norja*4', '#ffffff,#ABD0D2', 50, '0', '1', '1', 781),
- (782, 'iced sofachair', 'Soft iced sofachair', 3, 2, 1, 1, 1.00, 'soft_sofachair_norja*4', '#ffffff,#ABD0D2,#ABD0D2', 50, '0', '1', '1', 782),
- (783, 'iced sofa', 'A soft iced sofa', 4, 2, 2, 1, 1.00, 'soft_sofa_norja*4', '#ffffff,#ABD0D2,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2', 50, '0', '1', '1', 783),
- (784, 'Ice Bar-Desk', 'Strong, yet soft looking', 3, 1, 2, 1, 1.20, 'divider_nor2*4', '#ffffff,#ffffff,#ABD0D2,#ABD0D2', 50, '0', '1', '1', 784),
- (785, 'Ice Corner', 'Looks squishy, but isn''t', 3, 1, 1, 1, 1.20, 'divider_nor1*4', '#ffffff,#ABD0D2', 50, '0', '1', '1', 785),
- (786, 'Door (Lockable)', 'Do go through...', 6, 1, 1, 1, 0.00, 'divider_nor3*4', '#ffffff,#ffffff,#ABD0D2,#ABD0D2', 50, '1', '1', '1', 786),
- (787, 'Iced Auto Shutter', 'Habbos, roll out!', 3, 1, 2, 1, 0.00, 'divider_nor4*4', '#ffffff,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2', 50, '1', '1', '1', 787),
- (788, 'Iced Angle', 'Cool cornering for you!', 3, 1, 1, 1, 0.00, 'divider_nor5*4', '#ffffff,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2', 50, '1', '1', '1', 788),
- (789, 'Chair', 'Sleek and chic for each cheek', 3, 2, 1, 1, 1.00, 'chair_norja*5', '#ffffff,#ffffff,#EE7EA4,#EE7EA4', 50, '0', '1', '1', 789),
- (790, 'Bench', 'Two can perch comfortably', 3, 2, 2, 1, 1.00, 'couch_norja*5', '#ffffff,#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4', 50, '0', '1', '1', 790),
- (791, 'Coffee Table', 'Elegance embodied', 3, 1, 2, 2, 0.80, 'table_norja_med*5', '#ffffff,#EE7EA4', 50, '0', '1', '1', 791),
- (792, 'Bookcase', 'For nic naks and art deco books', 3, 1, 1, 1, 0.00, 'shelves_norja*5', '#ffffff,#EE7EA4', 50, '0', '1', '1', 792),
- (793, 'iced sofachair', 'Soft iced sofachair', 3, 2, 1, 1, 1.00, 'soft_sofachair_norja*5', '#ffffff,#EE7EA4,#EE7EA4', 50, '0', '1', '1', 793),
- (794, 'iced sofa', 'A soft iced sofa', 4, 2, 2, 1, 1.00, 'soft_sofa_norja*5', '#ffffff,#EE7EA4,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4', 50, '0', '1', '1', 794),
- (795, 'Ice Bar-Desk', 'Strong, yet soft looking', 3, 1, 2, 1, 1.20, 'divider_nor2*5', '#ffffff,#ffffff,#EE7EA4,#EE7EA4', 50, '0', '1', '1', 795),
- (796, 'Ice Corner', 'Looks squishy, but isn''t', 3, 1, 1, 1, 1.20, 'divider_nor1*5', '#ffffff,#EE7EA4', 50, '0', '1', '1', 796),
- (797, 'Door (Lockable)', 'Do go through...', 6, 1, 1, 1, 0.00, 'divider_nor3*5', '#ffffff,#ffffff,#EE7EA4,#EE7EA4', 50, '1', '1', '1', 797),
- (798, 'Iced Auto Shutter', 'Habbos, roll out!', 3, 1, 2, 1, 0.00, 'divider_nor4*5', '#ffffff,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4', 50, '1', '1', '1', 798),
- (799, 'Iced Angle', 'Cool cornering for you!', 3, 1, 1, 1, 0.00, 'divider_nor5*5', '#ffffff,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4', 50, '1', '1', '1', 799),
- (800, 'Chair', 'Sleek and chic for each cheek', 3, 2, 1, 1, 1.00, 'chair_norja*6', '#ffffff,#ffffff,#5EAAF8,#5EAAF8', 50, '0', '1', '1', 800),
- (801, 'Bench', 'Two can perch comfortably', 3, 2, 2, 1, 1.00, 'couch_norja*6', '#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8', 50, '0', '1', '1', 801);
- INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
- (802, 'Coffee Table', 'Elegance embodied', 3, 1, 2, 2, 0.80, 'table_norja_med*6', '#ffffff,#5EAAF8', 50, '0', '1', '1', 802),
- (803, 'Bookcase', 'For nic naks and art deco books', 3, 1, 1, 1, 0.00, 'shelves_norja*6', '#ffffff,#5EAAF8', 50, '0', '1', '1', 803),
- (804, 'iced sofachair', 'Soft iced sofachair', 3, 2, 1, 1, 1.00, 'soft_sofachair_norja*6', '#ffffff,#5EAAF8,#5EAAF8', 50, '0', '1', '1', 804),
- (805, 'iced sofa', 'A soft iced sofa', 4, 2, 2, 1, 1.00, 'soft_sofa_norja*6', '#ffffff,#5EAAF8,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8', 50, '0', '1', '1', 805),
- (806, 'Ice Bar-Desk', 'Strong, yet soft looking', 3, 1, 2, 1, 1.20, 'divider_nor2*6', '#ffffff,#ffffff,#5EAAF8,#5EAAF8', 50, '0', '1', '1', 806),
- (807, 'Ice Corner', 'Looks squishy, but isn''t', 3, 1, 1, 1, 1.20, 'divider_nor1*6', '#ffffff,#5EAAF8', 50, '0', '1', '1', 807),
- (808, 'Door (Lockable)', 'Do go through...', 6, 1, 1, 1, 0.00, 'divider_nor3*6', '#ffffff,#ffffff,#5EAAF8,#5EAAF8', 50, '1', '1', '1', 808),
- (809, 'Iced Auto Shutter', 'Habbos, roll out!', 3, 1, 2, 1, 0.00, 'divider_nor4*6', '#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8', 50, '1', '1', '1', 809),
- (810, 'Iced Angle', 'Cool cornering for you!', 3, 1, 1, 1, 0.00, 'divider_nor5*6', '#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8', 50, '1', '1', '1', 810),
- (811, 'Chair', 'Sleek and chic for each cheek', 3, 2, 1, 1, 1.00, 'chair_norja*7', '#ffffff,#ffffff,#7CB135,#7CB135', 50, '0', '1', '1', 811),
- (812, 'Bench', 'Two can perch comfortably', 3, 2, 2, 1, 1.00, 'couch_norja*7', '#ffffff,#ffffff,#ffffff,#ffffff,#7CB135,#7CB135,#7CB135,#7CB135', 50, '0', '1', '1', 812),
- (813, 'Coffee Table', 'Elegance embodied', 3, 1, 2, 2, 0.80, 'table_norja_med*7', '#ffffff,#7CB135', 50, '0', '1', '1', 813),
- (814, 'Bookcase', 'For nic naks and art deco books', 3, 1, 1, 1, 0.00, 'shelves_norja*7', '#ffffff,#7CB135', 50, '0', '1', '1', 814),
- (815, 'iced sofachair', 'Soft iced sofachair', 3, 2, 1, 1, 1.00, 'soft_sofachair_norja*7', '#ffffff,#7CB135,#7CB135', 50, '0', '1', '1', 815),
- (816, 'iced sofa', 'A soft iced sofa', 4, 2, 2, 1, 1.00, 'soft_sofa_norja*7', '#ffffff,#7CB135,#ffffff,#7CB135,#7CB135,#7CB135', 50, '0', '1', '1', 816),
- (817, 'Ice Bar-Desk', 'Strong, yet soft looking', 3, 1, 2, 1, 1.20, 'divider_nor2*7', '#ffffff,#ffffff,#7CB135,#7CB135', 50, '0', '1', '1', 817),
- (818, 'Ice Corner', 'Looks squishy, but isn''t', 3, 1, 1, 1, 1.20, 'divider_nor1*7', '#ffffff,#7CB135', 50, '0', '1', '1', 818),
- (819, 'Door (Lockable)', 'Do go through...', 6, 1, 1, 1, 0.00, 'divider_nor3*7', '#ffffff,#ffffff,#7CB135,#7CB135', 50, '1', '1', '1', 819),
- (820, 'Iced Auto Shutter', 'Habbos, roll out!', 3, 1, 2, 1, 0.00, 'divider_nor4*7', '#ffffff,#ffffff,#7CB135,#7CB135,#7CB135,#7CB135', 50, '1', '1', '1', 820),
- (821, 'Iced Angle', 'Cool cornering for you!', 3, 1, 1, 1, 0.00, 'divider_nor5*7', '#ffffff,#7CB135,#7CB135,#7CB135,#7CB135,#7CB135', 50, '1', '1', '1', 821),
- (822, 'Chair', 'Sleek and chic for each cheek', 3, 2, 1, 1, 1.00, 'chair_norja*8', '#ffffff,#ffffff,#FFD837,#FFD837', 50, '0', '1', '1', 822),
- (823, 'Bench', 'Two can perch comfortably', 3, 2, 2, 1, 1.00, 'couch_norja*8', '#ffffff,#ffffff,#ffffff,#ffffff,#FFD837,#FFD837,#FFD837,#FFD837', 50, '0', '1', '1', 823),
- (824, 'Coffee Table', 'Elegance embodied', 3, 1, 2, 2, 0.80, 'table_norja_med*8', '#ffffff,#FFD837', 50, '0', '1', '1', 824),
- (825, 'Bookcase', 'For nic naks and art deco books', 3, 1, 1, 1, 0.00, 'shelves_norja*8', '#ffffff,#FFD837', 50, '0', '1', '1', 825),
- (826, 'iced sofachair', 'Soft iced sofachair', 3, 2, 1, 1, 1.00, 'soft_sofachair_norja*8', '#ffffff,#FFD837,#FFD837', 50, '0', '1', '1', 826),
- (827, 'iced sofa', 'A soft iced sofa', 4, 2, 2, 1, 1.00, 'soft_sofa_norja*8', '#ffffff,#FFD837,#ffffff,#FFD837,#FFD837,#FFD837', 50, '0', '1', '1', 827),
- (828, 'Ice Bar-Desk', 'Strong, yet soft looking', 3, 1, 2, 1, 1.20, 'divider_nor2*8', '#ffffff,#ffffff,#FFD837,#FFD837', 50, '0', '1', '1', 828),
- (829, 'Ice Corner', 'Looks squishy, but isn''t', 3, 1, 1, 1, 1.20, 'divider_nor1*8', '#ffffff,#FFD837', 50, '0', '1', '1', 829),
- (830, 'Door (Lockable)', 'Do go through...', 6, 1, 1, 1, 0.00, 'divider_nor3*8', '#ffffff,#ffffff,#FFD837,#FFD837', 50, '1', '1', '1', 830),
- (831, 'Iced Auto Shutter', 'Habbos, roll out!', 3, 1, 2, 1, 0.00, 'divider_nor4*8', '#ffffff,#ffffff,#FFD837,#FFD837,#FFD837,#FFD837', 50, '1', '1', '1', 831),
- (832, 'Iced Angle', 'Cool cornering for you!', 3, 1, 1, 1, 0.00, 'divider_nor5*8', '#ffffff,#FFD837,#FFD837,#FFD837,#FFD837,#FFD837', 50, '1', '1', '1', 832),
- (833, 'Chair', 'Sleek and chic for each cheek', 3, 2, 1, 1, 1.00, 'chair_norja*9', '#ffffff,#ffffff,#E14218,#E14218', 50, '0', '1', '1', 833),
- (834, 'Bench', 'Two can perch comfortably', 3, 2, 2, 1, 1.00, 'couch_norja*9', '#ffffff,#ffffff,#ffffff,#ffffff,#E14218,#E14218,#E14218,#E14218', 50, '0', '1', '1', 834),
- (835, 'Coffee Table', 'Elegance embodied', 3, 1, 2, 2, 0.80, 'table_norja_med*9', '#ffffff,#E14218', 50, '0', '1', '1', 835),
- (836, 'Bookcase', 'For nic naks and art deco books', 3, 1, 1, 1, 0.00, 'shelves_norja*9', '#ffffff,#E14218', 50, '0', '1', '1', 836),
- (837, 'iced sofachair', 'Soft iced sofachair', 3, 2, 1, 1, 1.00, 'soft_sofachair_norja*9', '#ffffff,#E14218,#E14218', 50, '0', '1', '1', 837),
- (838, 'iced sofa', 'A soft iced sofa', 4, 2, 2, 1, 1.00, 'soft_sofa_norja*9', '#ffffff,#E14218,#ffffff,#E14218,#E14218,#E14218', 50, '0', '1', '1', 838),
- (839, 'Ice Bar-Desk', 'Strong, yet soft looking', 3, 1, 2, 1, 1.20, 'divider_nor2*9', '#ffffff,#ffffff,#E14218,#E14218', 50, '0', '1', '1', 839),
- (840, 'Ice Corner', 'Looks squishy, but isn''t', 3, 1, 1, 1, 1.20, 'divider_nor1*9', '#ffffff,#E14218', 50, '0', '1', '1', 840),
- (841, 'Door (Lockable)', 'Do go through...', 6, 1, 1, 1, 0.00, 'divider_nor3*9', '#ffffff,#ffffff,#E14218,#E14218', 50, '1', '1', '1', 841),
- (842, 'Iced Auto Shutter', 'Habbos, roll out!', 3, 1, 2, 1, 0.00, 'divider_nor4*9', '#ffffff,#ffffff,#E14218,#E14218,#E14218,#E14218', 50, '1', '1', '1', 842),
- (843, 'Iced Angle', 'Cool cornering for you!', 3, 1, 1, 1, 0.00, 'divider_nor5*9', '#ffffff,#E14218,#E14218,#E14218,#E14218,#E14218', 50, '1', '1', '1', 843),
- (844, 'Double Bed', 'Give yourself space to stretch out', 4, 2, 2, 3, 1.50, 'bed_polyfon*2', '#ffffff,#ffffff,#525252,#525252', 51, '0', '1', '1', 844),
- (845, 'Single Bed', 'Cot of the artistic', 3, 2, 1, 3, 1.50, 'bed_polyfon_one*2', '#ffffff,#ffffff,#ffffff,#525252,#525252', 51, '0', '1', '1', 845),
- (846, 'Two-seater Sofa', 'Comfort for stylish couples', 4, 2, 2, 1, 1.20, 'sofa_polyfon*2', '#ffffff,#ffffff,#ffffff,#ffffff,#525252,#525252,#525252,#525252', 51, '0', '1', '1', 846),
- (847, 'Armchair', 'Loft-style comfort', 3, 2, 1, 1, 1.20, 'sofachair_polyfon*2', '#ffffff,#ffffff,#525252,#525252', 51, '0', '1', '1', 847),
- (848, 'Hatch (Lockable)', 'All bars should have one', 6, 1, 1, 1, 0.00, 'divider_poly3*2', '#ffffff,#ffffff,#ffffff,#525252,#525252', 51, '1', '1', '1', 848),
- (849, 'Bar/desk', 'Perfect for work or play', 3, 1, 2, 1, 1.00, 'bardesk_polyfon*2', '#ffffff,#ffffff,#525252,#525252', 51, '0', '1', '1', 849),
- (850, 'Corner Cabinet/Desk', 'Tuck it away', 3, 1, 1, 1, 1.00, 'bardeskcorner_polyfon*2', '#ffffff,#525252', 51, '0', '1', '1', 850),
- (851, 'Double Bed', 'Give yourself space to stretch out', 4, 2, 2, 3, 1.50, 'bed_polyfon*3', '#ffffff,#ffffff,#ffffff,#ffffff', 51, '0', '1', '1', 851),
- (852, 'Single Bed', 'Cot of the artistic', 3, 2, 1, 3, 1.50, 'bed_polyfon_one*3', '#ffffff,#ffffff,#ffffff,#ffffff,#ffffff', 51, '0', '1', '1', 852),
- (853, 'Two-seater Sofa', 'Comfort for stylish couples', 4, 2, 2, 1, 1.20, 'sofa_polyfon*3', '#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff', 51, '0', '1', '1', 853),
- (854, 'Armchair', 'Loft-style comfort', 3, 2, 1, 1, 1.20, 'sofachair_polyfon*3', '#ffffff,#ffffff,#ffffff,#ffffff', 51, '0', '1', '1', 854),
- (855, 'Hatch (Lockable)', 'All bars should have one', 6, 1, 1, 1, 0.00, 'divider_poly3*3', '#ffffff,#ffffff,#ffffff,#ffffff,#ffffff', 51, '1', '1', '1', 855),
- (856, 'Bar/desk', 'Perfect for work or play', 3, 1, 2, 1, 1.00, 'bardesk_polyfon*3', '#ffffff,#ffffff,#ffffff,#ffffff', 51, '0', '1', '1', 856),
- (857, 'Corner Cabinet/Desk', 'Tuck it away', 3, 1, 1, 1, 1.00, 'bardeskcorner_polyfon*3', '#ffffff,#ffffff', 51, '0', '1', '1', 857),
- (858, 'Double Bed', 'Give yourself space to stretch out', 4, 2, 2, 3, 1.50, 'bed_polyfon*4', '#ffffff,#ffffff,#F7EBBC,#F7EBBC', 51, '0', '1', '1', 858),
- (859, 'Single Bed', 'Cot of the artistic', 3, 2, 1, 3, 1.50, 'bed_polyfon_one*4', '#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC', 51, '0', '1', '1', 859),
- (860, 'Two-seater Sofa', 'Comfort for stylish couples', 4, 2, 2, 1, 1.20, 'sofa_polyfon*4', '#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC', 51, '0', '1', '1', 860),
- (861, 'Armchair', 'Loft-style comfort', 3, 2, 1, 1, 1.20, 'sofachair_polyfon*4', '#ffffff,#ffffff,#F7EBBC,#F7EBBC', 51, '0', '1', '1', 861),
- (862, 'Hatch (Lockable)', 'All bars should have one', 6, 1, 1, 1, 0.00, 'divider_poly3*4', '#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC', 51, '1', '1', '1', 862),
- (863, 'Bar/desk', 'Perfect for work or play', 3, 1, 2, 1, 1.00, 'bardesk_polyfon*4', '#ffffff,#ffffff,#F7EBBC,#F7EBBC', 51, '0', '1', '1', 863),
- (864, 'Corner Cabinet/Desk', 'Tuck it away', 3, 1, 1, 1, 1.00, 'bardeskcorner_polyfon*4', '#ffffff,#F7EBBC', 51, '0', '1', '1', 864),
- (865, 'Double Bed', 'Give yourself space to stretch out', 4, 2, 2, 3, 1.50, 'bed_polyfon*6', '#ffffff,#ffffff,#5EAAF8,#5EAAF8', 51, '0', '1', '1', 865),
- (866, 'Single Bed', 'Cot of the artistic', 3, 2, 1, 3, 1.50, 'bed_polyfon_one*6', '#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8', 51, '0', '1', '1', 866),
- (867, 'Two-seater Sofa', 'Comfort for stylish couples', 4, 2, 2, 1, 1.20, 'sofa_polyfon*6', '#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8', 51, '0', '1', '1', 867),
- (868, 'Armchair', 'Loft-style comfort', 3, 2, 1, 1, 1.20, 'sofachair_polyfon*6', '#ffffff,#ffffff,#5EAAF8,#5EAAF8', 51, '0', '1', '1', 868),
- (869, 'Hatch (Lockable)', 'All bars should have one', 6, 1, 1, 1, 0.00, 'divider_poly3*6', '#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8', 51, '1', '1', '1', 869),
- (870, 'Bar/desk', 'Perfect for work or play', 3, 1, 2, 1, 1.00, 'bardesk_polyfon*6', '#ffffff,#ffffff,#5EAAF8,#5EAAF8', 51, '0', '1', '1', 870),
- (871, 'Corner Cabinet/Desk', 'Tuck it away', 3, 1, 1, 1, 1.00, 'bardeskcorner_polyfon*6', '#ffffff,#5EAAF8', 51, '0', '1', '1', 871),
- (872, 'Double Bed', 'Give yourself space to stretch out', 4, 2, 2, 3, 1.50, 'bed_polyfon*7', '#ffffff,#ffffff,#7CB135,#7CB135', 51, '0', '1', '1', 872),
- (873, 'Single Bed', 'Cot of the artistic', 3, 2, 1, 3, 1.50, 'bed_polyfon_one*7', '#ffffff,#ffffff,#ffffff,#7CB135,#7CB135', 51, '0', '1', '1', 873),
- (874, 'Two-seater Sofa', 'Comfort for stylish couples', 4, 2, 2, 1, 1.20, 'sofa_polyfon*7', '#ffffff,#ffffff,#ffffff,#ffffff,#7CB135,#7CB135,#7CB135,#7CB135', 51, '0', '1', '1', 874),
- (875, 'Armchair', 'Loft-style comfort', 3, 2, 1, 1, 1.20, 'sofachair_polyfon*7', '#ffffff,#ffffff,#7CB135,#7CB135', 51, '0', '1', '1', 875),
- (876, 'Hatch (Lockable)', 'All bars should have one', 6, 1, 1, 1, 0.00, 'divider_poly3*7', '#ffffff,#ffffff,#ffffff,#7CB135,#7CB135', 51, '1', '1', '1', 876),
- (877, 'Bar/desk', 'Perfect for work or play', 3, 1, 2, 1, 1.00, 'bardesk_polyfon*7', '#ffffff,#ffffff,#7CB135,#7CB135', 51, '0', '1', '1', 877),
- (878, 'Corner Cabinet/Desk', 'Tuck it away', 3, 1, 1, 1, 1.00, 'bardeskcorner_polyfon*7', '#ffffff,#7CB135', 51, '0', '1', '1', 878),
- (879, 'Double Bed', 'Give yourself space to stretch out', 4, 2, 2, 3, 1.50, 'bed_polyfon*8', '#ffffff,#ffffff,#FFD837,#FFD837', 51, '0', '1', '1', 879),
- (880, 'Single Bed', 'Cot of the artistic', 3, 2, 1, 3, 1.50, 'bed_polyfon_one*8', '#ffffff,#ffffff,#ffffff,#FFD837,#FFD837', 51, '0', '1', '1', 880),
- (881, 'Two-seater Sofa', 'Comfort for stylish couples', 4, 2, 2, 1, 1.20, 'sofa_polyfon*8', '#ffffff,#ffffff,#ffffff,#ffffff,#FFD837,#FFD837,#FFD837,#FFD837', 51, '0', '1', '1', 881),
- (882, 'Armchair', 'Loft-style comfort', 3, 2, 1, 1, 1.20, 'sofachair_polyfon*8', '#ffffff,#ffffff,#FFD837,#FFD837', 51, '0', '1', '1', 882),
- (883, 'Hatch (Lockable)', 'All bars should have one', 6, 1, 1, 1, 0.00, 'divider_poly3*8', '#ffffff,#ffffff,#ffffff,#FFD837,#FFD837', 51, '1', '1', '1', 883),
- (884, 'Bar/desk', 'Perfect for work or play', 3, 1, 2, 1, 1.00, 'bardesk_polyfon*8', '#ffffff,#ffffff,#FFD837,#FFD837', 51, '0', '1', '1', 884),
- (885, 'Corner Cabinet/Desk', 'Tuck it away', 3, 1, 1, 1, 1.00, 'bardeskcorner_polyfon*8', '#ffffff,#FFD837', 51, '0', '1', '1', 885),
- (886, 'Double Bed', 'Give yourself space to stretch out', 4, 2, 2, 3, 1.50, 'bed_polyfon*9', '#ffffff,#ffffff,#E14218,#E14218', 51, '0', '1', '1', 886),
- (887, 'Single Bed', 'Cot of the artistic', 3, 2, 1, 3, 1.50, 'bed_polyfon_one*9', '#ffffff,#ffffff,#ffffff,#E14218,#E14218', 51, '0', '1', '1', 887),
- (888, 'Two-seater Sofa', 'Comfort for stylish couples', 4, 2, 2, 1, 1.20, 'sofa_polyfon*9', '#ffffff,#ffffff,#ffffff,#ffffff,#E14218,#E14218,#E14218,#E14218', 51, '0', '1', '1', 888),
- (889, 'Armchair', 'Loft-style comfort', 3, 2, 1, 1, 1.20, 'sofachair_polyfon*9', '#ffffff,#ffffff,#E14218,#E14218', 51, '0', '1', '1', 889),
- (890, 'Hatch (Lockable)', 'All bars should have one', 6, 1, 1, 1, 0.00, 'divider_poly3*9', '#ffffff,#ffffff,#ffffff,#E14218,#E14218', 51, '1', '1', '1', 890),
- (891, 'Bar/desk', 'Perfect for work or play', 3, 1, 2, 1, 1.00, 'bardesk_polyfon*9', '#ffffff,#ffffff,#E14218,#E14218', 51, '0', '1', '1', 891),
- (892, 'Corner Cabinet/Desk', 'Tuck it away', 3, 1, 1, 1, 1.00, 'bardeskcorner_polyfon*9', '#ffffff,#E14218', 51, '0', '1', '1', 892),
- (893, 'Aqua Pura module 1', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl1*1', '#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF', 52, '0', '1', '1', 893),
- (894, 'Aqua Pura module 2', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl2*1', '#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF', 52, '0', '1', '1', 894),
- (895, 'Aqua Pura module 3', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl3*1', '#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF', 52, '0', '1', '1', 895),
- (896, 'Aqua Pura module 4', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl4*1', '#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2', 52, '0', '1', '1', 896),
- (897, 'Aqua Pura module 5', 'Endless fun!', 1, 2, 1, 1, 1.00, 'pura_mdl5*1', '#FFFFFF,#ABD0D2,#FFFFFF', 52, '0', '1', '1', 897),
- (898, 'Pink Pura module 1', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl1*2', '#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', 52, '0', '1', '1', 898),
- (899, 'Pink Pura module 2', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl2*2', '#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', 52, '0', '1', '1', 899),
- (900, 'Pink Pura module 3', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl3*2', '#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', 52, '0', '1', '1', 900),
- (901, 'Pink Pura module 4', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl4*2', '#FFFFFF,#FF99BC,#FF99BC,#FF99BC', 52, '0', '1', '1', 901),
- (902, 'Pink Pura module 5', 'Endless fun!', 1, 2, 1, 1, 1.00, 'pura_mdl5*2', '#FFFFFF,#FF99BC,#FF99BC,#FFFFFF', 52, '0', '1', '1', 902),
- (903, 'Black Pura module 1', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl1*3', '#FFFFFF,#525252,#525252,#FFFFFF', 52, '0', '1', '1', 903),
- (904, 'Black Pura module 2', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl2*3', '#FFFFFF,#525252,#525252,#FFFFFF', 52, '0', '1', '1', 904),
- (905, 'Black Pura module 3', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl3*3', '#FFFFFF,#525252,#525252,#FFFFFF', 52, '0', '1', '1', 905),
- (906, 'Black Pura module 4', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl4*3', '#FFFFFF,#525252,#525252,#525252', 52, '0', '1', '1', 906),
- (907, 'Black Pura module 5', 'Endless fun!', 1, 2, 1, 1, 1.00, 'pura_mdl5*3', '#FFFFFF,#525252,#525252,#FFFFFF', 52, '0', '1', '1', 907),
- (908, 'White Pura module 1', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl1*4', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 52, '0', '1', '1', 908),
- (909, 'White Pura module 2', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl2*4', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 52, '0', '1', '1', 909),
- (910, 'White Pura module 3', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl3*4', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 52, '0', '1', '1', 910),
- (911, 'White Pura module 4', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl4*4', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 52, '0', '1', '1', 911),
- (912, 'White Pura module 5', 'Endless fun!', 1, 2, 1, 1, 1.00, 'pura_mdl5*4', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 52, '0', '1', '1', 912),
- (913, 'Beige Pura module 1', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl1*5', '#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', 52, '0', '1', '1', 913),
- (914, 'Beige Pura module 2', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl2*5', '#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', 52, '0', '1', '1', 914),
- (915, 'Beige Pura module 3', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl3*5', '#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', 52, '0', '1', '1', 915),
- (916, 'Beige Pura module 4', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl4*5', '#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC', 52, '0', '1', '1', 916),
- (917, 'Beige Pura module 5', 'Endless fun!', 1, 2, 1, 1, 1.00, 'pura_mdl5*5', '#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF', 52, '0', '1', '1', 917),
- (918, 'Blue Pura module 1', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl1*6', '#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', 52, '0', '1', '1', 918),
- (919, 'Blue Pura module 2', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl2*6', '#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', 52, '0', '1', '1', 919),
- (920, 'Blue Pura module 3', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl3*6', '#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', 52, '0', '1', '1', 920),
- (921, 'Blue Pura module 4', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl4*6', '#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8', 52, '0', '1', '1', 921),
- (922, 'Blue Pura module 5', 'Endless fun!', 1, 2, 1, 1, 1.00, 'pura_mdl5*6', '#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF', 52, '0', '1', '1', 922),
- (923, 'Green Pura module 1', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl1*7', '#FFFFFF,#92D13D,#92D13D,#FFFFFF', 52, '0', '1', '1', 923),
- (924, 'Green Pura module 2', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl2*7', '#FFFFFF,#92D13D,#92D13D,#FFFFFF', 52, '0', '1', '1', 924),
- (925, 'Green Pura module 3', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl3*7', '#FFFFFF,#92D13D,#92D13D,#FFFFFF', 52, '0', '1', '1', 925),
- (926, 'Green Pura module 4', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl4*7', '#FFFFFF,#92D13D,#92D13D,#92D13D', 52, '0', '1', '1', 926),
- (927, 'Green Pura module 5', 'Endless fun!', 1, 2, 1, 1, 1.00, 'pura_mdl5*7', '#FFFFFF,#92D13D,#92D13D,#FFFFFF', 52, '0', '1', '1', 927),
- (928, 'Yellow Pura module 1', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl1*8', '#FFFFFF,#FFD837,#FFD837,#FFFFFF', 52, '0', '1', '1', 928),
- (929, 'Yellow Pura module 2', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl2*8', '#FFFFFF,#FFD837,#FFD837,#FFFFFF', 52, '0', '1', '1', 929),
- (930, 'Yellow Pura module 3', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl3*8', '#FFFFFF,#FFD837,#FFD837,#FFFFFF', 52, '0', '1', '1', 930),
- (931, 'Yellow Pura module 4', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl4*8', '#FFFFFF,#FFD837,#FFD837,#FFD837', 52, '0', '1', '1', 931),
- (932, 'Yellow Pura module 5', 'Endless fun!', 1, 2, 1, 1, 1.00, 'pura_mdl5*8', '#FFFFFF,#FFD837,#FFD837,#FFFFFF', 52, '0', '1', '1', 932),
- (933, 'Red Pura module 1', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl1*9', '#FFFFFF,#E14218,#E14218,#FFFFFF', 52, '0', '1', '1', 933),
- (934, 'Red Pura module 2', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl2*9', '#FFFFFF,#E14218,#E14218,#FFFFFF', 52, '0', '1', '1', 934),
- (935, 'Red Pura module 3', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl3*9', '#FFFFFF,#E14218,#E14218,#FFFFFF', 52, '0', '1', '1', 935),
- (936, 'Red Pura module 4', 'Endless fun!', 2, 2, 1, 1, 1.00, 'pura_mdl4*9', '#FFFFFF,#E14218,#E14218,#E14218', 52, '0', '1', '1', 936),
- (937, 'Red Pura module 5', 'Endless fun!', 1, 2, 1, 1, 1.00, 'pura_mdl5*9', '#FFFFFF,#E14218,#E14218,#FFFFFF', 52, '0', '1', '1', 937),
- (938, 'Aqua Retro Chair', 'Sitback and relax', 5, 2, 1, 1, 1.00, 'chair_basic*1', '#FFFFFF,#ABD0D2,#FFFFFF', 52, '0', '1', '1', 938),
- (939, 'Pink Retro Chair', 'Sitback and relax', 5, 2, 1, 1, 1.00, 'chair_basic*1', '#FFFFFF,#FF99BC,#FFFFFF', 52, '0', '1', '1', 939),
- (940, 'Black Retro Chair', 'Sitback and relax', 5, 2, 1, 1, 1.00, 'chair_basic*1', '#FFFFFF,#525252,#FFFFFF', 52, '0', '1', '1', 940),
- (941, 'White Retro Chair', 'Sitback and relax', 5, 2, 1, 1, 1.00, 'chair_basic*1', '#FFFFFF,#FFFFFF,#FFFFFF', 52, '0', '1', '1', 941),
- (942, 'Beige Retro Chair', 'Sitback and relax', 5, 2, 1, 1, 1.00, 'chair_basic*1', '#FFFFFF,#F7EBBC,#FFFFFF', 52, '0', '1', '1', 942),
- (943, 'Blue Retro Chair', 'Sitback and relax', 5, 2, 1, 1, 1.00, 'chair_basic*1', '#FFFFFF,#5EAAF8,#FFFFFF', 52, '0', '1', '1', 943),
- (944, 'Green Retro Chair', 'Sitback and relax', 5, 2, 1, 1, 1.00, 'chair_basic*1', '#FFFFFF,#92D13D,#FFFFFF', 52, '0', '1', '1', 944),
- (945, 'Yellow Retro Chair', 'Sitback and relax', 5, 2, 1, 1, 1.00, 'chair_basic*1', '#FFFFFF,#FFD837,#FFFFFF', 52, '0', '1', '1', 945),
- (946, 'Red Retro Chair', 'Sitback and relax', 5, 2, 1, 1, 1.00, 'chair_basic*1', '#FFFFFF,#E14218,#FFFFFF', 52, '0', '1', '1', 946),
- (947, 'Rose Grand Piano', 'Rose Grand Piano', 10, 1, 2, 2, 0.00, 'grand_piano*1', '#FFFFFF,#FF8B8B,#FFFFFF', 53, '0', '1', '1', 947),
- (948, 'Rose Quartz Piano Stool', 'Here sat the legend of 1900', 2, 2, 1, 1, 1.20, 'romantique_pianochair*1', '#FFFFFF,#FF8B8B,#FFFFFF', 53, '0', '1', '1', 948),
- (949, 'Rose Quartz Chair', 'Elegant seating for elegant Habbos', 5, 2, 1, 1, 1.00, 'romantique_chair*1', '#FFFFFF,#FF8B8B,#FFFFFF', 53, '0', '1', '1', 949),
- (950, 'Rose Romantique Divan', 'null', 6, 2, 2, 1, 1.00, 'romantique_divan*1', '#FFFFFF,#FFFFFF,#FFFFFF,#FF8B8B', 53, '0', '1', '1', 950),
- (951, 'Rose Quartz Screen', 'Beauty lies within', 6, 1, 2, 1, 0.00, 'romantique_divider*1', '#FF8B8B,#FF8B8B,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 53, '0', '1', '1', 951),
- (952, 'Rose Quartz Tray Table', 'Every tray needs a table...', 4, 1, 1, 1, 0.80, 'romantique_smalltabl*1', '#FFFFFF,#FF8B8B,#FFFFFF', 53, '0', '1', '1', 952),
- (953, 'Lime Grand Piano', 'Lime Grand Piano', 10, 1, 2, 2, 0.00, 'grand_piano*2', '#FFFFFF,#A1DC67,#FFFFFF', 53, '0', '1', '1', 953),
- (954, 'Lime Piano Chair', 'Let the music begin', 2, 2, 1, 1, 1.20, 'romantique_pianochair*2', '#FFFFFF,#A1DC67,#FFFFFF', 53, '0', '1', '1', 954),
- (955, 'Lime Romantique Chair', 'null', 5, 2, 1, 1, 1.00, 'romantique_chair*2', '#FFFFFF,#A1DC67,#FFFFFF', 53, '0', '1', '1', 955),
- (956, 'Emerald Chaise-Longue', 'Recline in continental comfort', 6, 2, 2, 1, 1.00, 'romantique_divan*2', '#FFFFFF,#FFFFFF,#FFFFFF,#A1DC67', 53, '0', '1', '1', 956),
- (957, 'Green Screen', 'Keeping things separated', 6, 1, 2, 1, 0.00, 'romantique_divider*2', '#A1DC67,#A1DC67,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 53, '0', '1', '1', 957),
- (958, 'Lime Tray Table', 'Every tray needs a table...', 4, 1, 1, 1, 0.80, 'romantique_smalltabl*2', '#FFFFFF,#A1DC67,#FFFFFF', 53, '0', '1', '1', 958),
- (959, 'Pink Grand Piano', 'Make sure you play in key!', 10, 1, 2, 2, 0.00, 'grand_piano*3', '#FFFFFF,#5BD1D2,#FFFFFF', 53, '0', '1', '1', 959),
- (960, 'Turquoise Piano Chair', 'null', 2, 2, 1, 1, 1.20, 'romantique_pianochair*3', '#FFFFFF,#5BD1D2,#FFFFFF', 53, '0', '1', '1', 960),
- (961, 'Turquoise Chair', 'null', 5, 2, 1, 1, 1.00, 'romantique_chair*3', '#FFFFFF,#5BD1D2,#FFFFFF', 53, '0', '1', '1', 961),
- (962, 'Turquoise Divan', 'null', 6, 2, 2, 1, 1.00, 'romantique_divan*3', '#FFFFFF,#FFFFFF,#FFFFFF,#5BD1D2', 53, '0', '1', '1', 962),
- (963, 'Turquoise Screen', 'Keeping things separated', 6, 1, 2, 1, 0.00, 'romantique_divider*3', '#5BD1D2,#5BD1D2,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 53, '0', '1', '1', 963),
- (964, 'Turquoise Tray Table', 'Every tray needs a table...', 4, 1, 1, 1, 0.80, 'romantique_smalltabl*3', '#FFFFFF,#5BD1D2,#FFFFFF', 53, '0', '1', '1', 964),
- (965, 'Amber Grand Piano', 'Why is that key green?', 10, 1, 2, 2, 0.00, 'grand_piano*4', '#FFFFFF,#FFC924,#FFFFFF', 53, '0', '1', '1', 965),
- (966, 'Amber Piano Stool', 'I can feel air coming through...', 2, 2, 1, 1, 1.20, 'romantique_pianochair*4', '#FFFFFF,#FFC924,#FFFFFF', 53, '0', '1', '1', 966),
- (967, 'Amber Chair', 'What does this button do?', 5, 2, 1, 1, 1.00, 'romantique_chair*4', '#FFFFFF,#FFC924,#FFFFFF', 53, '0', '1', '1', 967),
- (968, 'Amber Chaise-Longue', 'Is that a cape hanging there?', 6, 2, 2, 1, 1.00, 'romantique_divan*4', '#FFFFFF,#FFFFFF,#FFFFFF,#FFC924', 53, '0', '1', '1', 968),
- (969, 'Ochre Screen', 'Keeping things separated', 6, 1, 2, 1, 0.00, 'romantique_divider*4', '#FFC924,#FFC924,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 53, '0', '1', '1', 969),
- (970, 'Amber Tray Table', 'Why is one leg different?', 4, 1, 1, 1, 0.80, 'romantique_smalltabl*4', '#FFFFFF,#FFC924,#FFFFFF', 53, '0', '1', '1', 970),
- (971, 'Onyx Grand Piano', 'Why is that key green?', 10, 1, 2, 2, 0.00, 'grand_piano*5', '#FFFFFF,#323C46,#FFFFFF', 53, '0', '1', '1', 971),
- (972, 'Onyx Piano Stool', 'I can feel air coming through...', 2, 2, 1, 1, 1.20, 'romantique_pianochair*5', '#FFFFFF,#323C46,#FFFFFF', 53, '0', '1', '1', 972),
- (973, 'Onyx Chair', 'What does this button do?', 5, 2, 1, 1, 1.00, 'romantique_chair*5', '#FFFFFF,#323C46,#FFFFFF', 53, '0', '1', '1', 973),
- (974, 'Onyx Chaise-Longue', 'Is that a cape hanging there?', 6, 2, 2, 1, 1.00, 'romantique_divan*5', '#FFFFFF,#FFFFFF,#FFFFFF,#323C46', 53, '0', '1', '1', 974),
- (975, 'Onyx Quartz Screen', 'Beauty lies within', 6, 1, 2, 1, 0.00, 'romantique_divider*5', '#323C46,#323C46,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 53, '0', '1', '1', 975),
- (976, 'Onyx Tray Table', 'Why is one leg different?', 4, 1, 1, 1, 0.80, 'romantique_smalltabl*5', '#FFFFFF,#323C46,#FFFFFF', 53, '0', '1', '1', 976),
- (977, 'Club sofa', 'Importants habbos only', 25, 2, 2, 1, 1.00, 'club_sofa', '0,0,0', 54, '0', '1', '1', 977),
- (978, 'HC chair', 'Aqua chair', 3, 2, 1, 1, 1.00, 'chair_plasto*14', '#ffffff,#3CB4F0,#ffffff,#3CB4F0', 54, '0', '1', '1', 978),
- (979, 'HC table', 'Aqua table', 3, 1, 2, 2, 1.00, 'table_plasto_4leg*14', '#ffffff,#3CB4F0,#ffffff,#3CB4F0', 54, '0', '1', '1', 979),
- (980, 'Mochamaster', 'Wake up and smell it!', 25, 1, 1, 1, 0.00, 'mocchamaster', '0,0,0', 54, '0', '1', '1', 980),
- (981, 'Dicemaster', 'Click and roll!', 25, 1, 1, 1, 0.00, 'edicehc', '0,0,0', 54, '0', '1', '1', 981),
- (982, 'Tubmaster', 'Time for a soak', 25, 2, 1, 2, 1.00, 'hcamme', '0,0,0', 54, '0', '1', '1', 982),
- (983, 'Imperial Teleport', 'Let''s go over tzar!', 25, 1, 1, 1, 0.00, 'doorD', '0,0,0', 54, '0', '1', '1', 983),
- (984, 'Throne Sofa', 'For royal bottoms...', 25, 2, 2, 1, 1.00, 'hcsohva', '0,0,0', 54, '0', '1', '1', 984),
- (985, 'Oil Lamp', 'Be enlightened', 25, 1, 1, 1, 0.00, 'hc_lmp', '0,0,0', 54, '0', '1', '1', 985),
- (986, 'Nordic Table', 'Perfect for banquets', 25, 1, 1, 3, 1.00, 'hc_tbl', '0,0,0', 54, '0', '1', '1', 986),
- (987, 'Majestic Chair', 'Royal comfort', 25, 2, 1, 1, 1.00, 'hc_chr', '0,0,0', 54, '0', '1', '1', 987),
- (988, 'Study Desk', 'For Habbo scholars', 25, 1, 1, 2, 0.00, 'hc_dsk', '0,0,0', 54, '0', '1', '1', 988),
- (989, 'Drinks Trolley', 'For swanky dinners only', 25, 1, 1, 2, 0.00, 'hc_trll', '0,0,0', 54, '0', '1', '1', 989),
- (990, 'Persian Carpet', 'Ultimate craftsmanship', 25, 4, 3, 5, 0.00, 'hc_crpt', '0,0,0', 54, '0', '1', '1', 990),
- (991, 'Victorian Street Light', 'Somber and atmospheric', 25, 1, 1, 1, 0.00, 'hc_lmpst', '0,0,0', 54, '0', '1', '1', 991),
- (992, 'Antique Drapery', 'Topnotch privacy protection', 25, 1, 2, 1, 0.00, 'hc_crtn', '0,0,0', 54, '1', '1', '1', 992),
- (993, 'Mega TV Set', 'Forget plasma, go HC!', 25, 2, 2, 1, 1.30, 'hc_tv', '0,0,0', 54, '0', '1', '1', 993),
- (994, 'Electric Butler', 'Your personal caretaker', 25, 1, 1, 1, 0.00, 'hc_btlr', '0,0,0', 54, '0', '1', '1', 994),
- (995, 'Medieval Bookcase', 'For the scholarly ones', 25, 1, 1, 4, 0.00, 'hc_bkshlf', '0,0,0', 54, '0', '1', '1', 995),
- (996, 'X-Ray Divider', 'Believe it or not!', 25, 1, 2, 1, 0.00, 'hc_rntgn', '0,0,0', 54, '0', '1', '1', 996),
- (997, 'Weird Science Machine', 'By and for mad inventors', 25, 1, 1, 3, 0.00, 'hc_machine', '0,0,0', 54, '0', '1', '1', 997),
- (998, 'Heavy Duty Fireplace', 'Pixel-powered for maximum heating', 25, 1, 1, 3, 0.00, 'hc_frplc', '0,0,0', 54, '0', '1', '1', 998),
- (999, 'The Grammophon', 'Very old skool scratch''n''spin', 25, 1, 3, 1, 0.00, 'hc_djset', '0,0,0', 54, '0', '1', '1', 999),
- (1000, 'HC Rollers Set', 'Highest class transportation', 25, 1, 1, 1, 0.20, 'hc_rllr', '0,0,0', 54, '0', '1', '1', 1000),
- (1001, 'Retro Wall Lamp', 'Tres chic!', 25, 0, 0, 0, 0.00, 'hc_wall_lamp', '0,0,0', 54, '0', '1', '1', 1001),
- (1002, 'Mood Light', 'Superior lighting for your room', 25, 0, 0, 0, 0.00, 'roomdimmer', '0,0,0', 55, '0', '1', '1', 1002),
- (1003, 'Fire Dragon Lamp', 'George and the...', 25, 1, 1, 1, 0.00, 'rare_dragonlamp*0', '#ffffff,#fa2d00,#fa2d00', 56, '0', '1', '1', 1003),
- (1004, 'Sea Dragon Lamp', 'Out of the deep blue!', 25, 1, 1, 1, 0.00, 'rare_dragonlamp*1', '#ffffff,#3470ff,#3470ff', 56, '0', '1', '1', 1004),
- (1005, 'Jade Dragon Lamp', 'Oriental beast of legends', 25, 1, 1, 1, 0.00, 'rare_dragonlamp*2', '#ffffff,#02bb70,#02bb70', 56, '0', '1', '1', 1005),
- (1006, 'Silver Dragon Lamp', 'Scary and scorching!', 25, 1, 1, 1, 0.00, 'rare_dragonlamp*3', '#ffffff,#ffffff,#ffffff', 56, '0', '1', '1', 1006),
- (1007, 'Serpent of Doom', 'Scary and scorching!', 25, 1, 1, 1, 0.00, 'rare_dragonlamp*4', '#ffffff,#3e3d40,#3e3d40', 56, '0', '1', '1', 1007),
- (1008, 'Elf Green Dragon Lamp', 'Roast your chestnuts here!', 25, 1, 1, 1, 0.00, 'rare_dragonlamp*5', '#ffffff,#589a03,#589a03', 56, '0', '1', '1', 1008),
- (1009, 'Gold Dragon Lamp', 'Scary and scorching!', 25, 1, 1, 1, 0.00, 'rare_dragonlamp*6', '#ffffff,#ffbc00,#ffbc00', 56, '0', '1', '1', 1009),
- (1010, 'Sky Dragon Lamp', 'Scary and scorching!', 25, 1, 1, 1, 0.00, 'rare_dragonlamp*7', '#ffffff,#83aeff,#83aeff', 56, '0', '1', '1', 1010),
- (1011, 'Bronze Dragon Lamp', 'Scary and scorching!', 25, 1, 1, 1, 0.00, 'rare_dragonlamp*8', '#ffffff,#ff5f01,#ff5f01', 56, '0', '1', '1', 1011),
- (1012, 'Purple Dragon Lamp', 'Scary and scorching!', 25, 1, 1, 1, 0.00, 'rare_dragonlamp*9', '#FFFFFF,#B357FF,#B357FF', 56, '0', '1', '1', 1012),
- (1013, 'Festive Fan', 'As red as Rudolph''s nose', 25, 1, 1, 1, 0.00, 'rare_fan*0', '#F43100,#FFFFFF,#FFFFFF,#FFFFFF', 57, '0', '1', '1', 1013),
- (1014, 'Blue Powered Fan', 'It''ll blow you away!', 25, 1, 1, 1, 0.00, 'rare_fan*1', '#3C75FF,#FFFFFF,#FFFFFF,#FFFFFF', 57, '0', '1', '1', 1014),
- (1015, 'Green Powered Fan', 'It''ll blow you away!', 25, 1, 1, 1, 0.00, 'rare_fan*2', '#55CD01,#FFFFFF,#FFFFFF,#FFFFFF', 57, '0', '1', '1', 1015),
- (1016, 'Purple Powered Fan', 'It''ll blow you away!', 25, 1, 1, 1, 0.00, 'rare_fan*3', '#BC9BFF,#FFFFFF,#FFFFFF,#FFFFFF', 57, '0', '1', '1', 1016),
- (1017, 'SUPERLOVE Fan', 'Fanning the fires of SUPERLOVE...', 25, 1, 1, 1, 0.00, 'rare_fan*4', '#e78b8b,#FFFFFF,#FFFFFF,#FFFFFF', 57, '0', '1', '1', 1017),
- (1018, 'Yellow Powered Fan', 'It''ll blow you away!', 25, 1, 1, 1, 0.00, 'rare_fan*5', '#ffcc00,#FFFFFF,#FFFFFF,#FFFFFF', 57, '0', '1', '1', 1018),
- (1019, 'Ochre Powered Fan', 'It''ll blow you away!', 25, 1, 1, 1, 0.00, 'rare_fan*6', '#FF8000,#FFFFFF,#FFFFFF,#FFFFFF', 57, '0', '1', '1', 1019),
- (1020, 'Brown Powered Fan', 'It''ll blow you away!', 25, 1, 1, 1, 0.00, 'rare_fan*7', '#682B00,#FFFFFF,#FFFFFF,#FFFFFF', 57, '0', '1', '1', 1020),
- (1021, 'Habbo Wind Turbine', 'Stylish, Eco-Energy!', 25, 1, 1, 1, 0.00, 'rare_fan*8', '#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF', 57, '0', '1', '1', 1021),
- (1022, 'Fucsia Powered Fan', 'It''ll blow you away!', 25, 1, 1, 1, 0.00, 'rare_fan*9', '#FF60B0,#FFFFFF,#FFFFFF,#FFFFFF', 57, '0', '1', '1', 1022),
- (1023, 'Cherry Ice Cream', 'Virtual cherry rocks!', 25, 1, 1, 1, 0.00, 'rare_icecream*0', '#FFFFFF,#d02a1f', 58, '0', '1', '1', 1023),
- (1024, 'Blueberry Ice Cream', 'Virtual blueberry rocks!', 25, 1, 1, 1, 0.00, 'rare_icecream*1', '#FFFFFF,#55c4de', 58, '0', '1', '1', 1024),
- (1025, 'Pistachio Ice Cream', 'Virtual pistachio rocks!', 25, 1, 1, 1, 0.00, 'rare_icecream*2', '#FFFFFF,#94f718', 58, '0', '1', '1', 1025),
- (1026, 'Blackcurrant Ice Cream', 'Virtual blackcurrant rocks!', 25, 1, 1, 1, 0.00, 'rare_icecream*3', '#FFFFFF,#B357FF', 58, '0', '1', '1', 1026),
- (1027, 'Strawberry Ice Cream', 'Virtual strawberry rocks!', 25, 1, 1, 1, 0.00, 'rare_icecream*4', '#FFFFFF,#e78b8b', 58, '0', '1', '1', 1027),
- (1028, 'Vanilla Ice Cream', 'Virtual vanilla rocks!', 25, 1, 1, 1, 0.00, 'rare_icecream*5', '#FFFFFF,#E1CC00', 58, '0', '1', '1', 1028),
- (1029, 'Toffee Ice Cream', 'Virtual toffee rocks!', 25, 1, 1, 1, 0.00, 'rare_icecream*6', '#FFFFFF,#FF8000', 58, '0', '1', '1', 1029),
- (1030, 'Chocolate Ice Cream', 'Virtual chocolate rocks!', 25, 1, 1, 1, 0.00, 'rare_icecream*7', '#FFFFFF,#97420C', 58, '0', '1', '1', 1030),
- (1031, 'Peppermint Ice Cream', 'Virtual peppermint rocks!', 25, 1, 1, 1, 0.00, 'rare_icecream*8', '#FFFFFF,#00E5E2', 58, '0', '1', '1', 1031),
- (1032, 'Bubblegum Ice Cream', 'Virtual bubblegum rocks!', 25, 1, 1, 1, 0.00, 'rare_icecream*9', '#FFFFFF,#FF60B0', 58, '0', '1', '1', 1032),
- (1033, 'Blue Inflatable Chair', 'Soft and stylish HC chair', 25, 2, 1, 1, 1.00, 'rubberchair*1', '#0080FF,0,0', 59, '0', '1', '1', 1033),
- (1034, 'Pink Inflatable Chair', 'Soft and tearproof!', 25, 2, 1, 1, 1.00, 'rubberchair*2', '#FF8B8B,0,0', 59, '0', '1', '1', 1034),
- (1035, 'Orange Inflatable Chair', 'Soft and tearproof!', 25, 2, 1, 1, 1.00, 'rubberchair*3', '#FF8000,0,0', 59, '0', '1', '1', 1035),
- (1036, 'Ocean Inflatable Chair', 'Soft and tearproof!', 25, 2, 1, 1, 1.00, 'rubberchair*4', '#00E5E2,0,0', 59, '0', '1', '1', 1036),
- (1037, 'Lime Inflatable Chair', 'Soft and tearproof!', 25, 2, 1, 1, 1.00, 'rubberchair*5', '#A1DC67,0,0', 59, '0', '1', '1', 1037),
- (1038, 'Violet Inflatable Chair', 'Soft and tearproof!', 25, 2, 1, 1, 1.00, 'rubberchair*6', '#B357FF,0,0', 59, '0', '1', '1', 1038),
- (1039, 'White Inflatable Chair', 'Soft and tearproof!', 25, 2, 1, 1, 1.00, 'rubberchair*7', '#CFCFCF,0,0', 59, '0', '1', '1', 1039),
- (1040, 'Black Inflatable Chair', 'Soft and tearproof for HC!', 25, 2, 1, 1, 1.00, 'rubberchair*8', '#333333,0,0', 59, '0', '1', '1', 1040),
- (1041, 'Red Laser Door', 'Energy beams. No trespassers!', 25, 1, 1, 1, 0.00, 'scifiport*0', '#ffffff,#dd2d22,#ffffff,#ffffff,#ffffff,#dd2d22', 60, '1', '1', '1', 1041),
- (1042, 'Gold Laser Gate', 'Energy beams. No trespassers!', 25, 1, 1, 1, 0.00, 'scifiport*1', '#ffffff,#ffbc00,#ffffff,#ffffff,#ffffff,#ffbc00', 60, '1', '1', '1', 1042),
- (1043, 'Blue Laser Gate', 'Get in the ring!', 25, 1, 1, 1, 0.00, 'scifiport*2', '#ffffff,#5599ff,#ffffff,#ffffff,#ffffff,#5599ff', 60, '1', '1', '1', 1043),
- (1044, 'Jade Sci-Fi Port', 'Energy beams. No trespassers!', 25, 1, 1, 1, 0.00, 'scifiport*3', '#ffffff,#02bb70,#ffffff,#ffffff,#ffffff,#02bb70', 60, '1', '1', '1', 1044),
- (1045, 'Pink Sci-Fi Port', 'Energy beams. No trespassers!', 25, 1, 1, 1, 0.00, 'scifiport*4', '#ffffff,#ff5577,#ffffff,#ffffff,#ffffff,#ff5577', 60, '1', '1', '1', 1045),
- (1046, 'Security Fence', 'Recovered from Roswell', 25, 1, 1, 1, 0.00, 'scifiport*5', '#ffffff,#555555,#ffffff,#ffffff,#ffffff,#555555', 60, '1', '1', '1', 1046),
- (1047, 'White Sci-Fi Port', 'Energy beams. No trespassers!', 25, 1, 1, 1, 0.00, 'scifiport*6', '#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff', 60, '1', '1', '1', 1047),
- (1048, 'Turquoise Sci-Fi Port', 'Energy beams. No trespassers!', 25, 1, 1, 1, 0.00, 'scifiport*7', '#ffffff,#00cccc,#ffffff,#ffffff,#ffffff,#00cccc', 60, '1', '1', '1', 1048),
- (1049, 'Purple Sci-Fi Port', 'Energy beams. No trespassers!', 25, 1, 1, 1, 0.00, 'scifiport*8', '#ffffff,#bb55cc,#ffffff,#ffffff,#ffffff,#bb55cc', 60, '1', '1', '1', 1049),
- (1050, 'Violet Sci-Fi Port', 'Energy beams. No trespassers!', 25, 1, 1, 1, 0.00, 'scifiport*9', '#ffffff,#7733ff,#ffffff,#ffffff,#ffffff,#7733ff', 60, '1', '1', '1', 1050),
- (1051, 'Pink marquee', 'It''s both door and a shade!', 25, 1, 1, 1, 0.00, 'marquee*1', '#ffffff,#ffffff,#ffffff,#e78b8b', 61, '1', '1', '1', 1051),
- (1052, 'Red Dragon Marquee', 'Dragons out and Davids in!', 25, 1, 1, 1, 0.00, 'marquee*2', '#ffffff,#ffffff,#ffffff,#d02a1f', 61, '1', '1', '1', 1052),
- (1053, 'Aqua Marquee', 'It''s both door and a shade!', 25, 1, 1, 1, 0.00, 'marquee*3', '#ffffff,#ffffff,#ffffff,#3399FF', 61, '1', '1', '1', 1053),
- (1054, 'Yellow Marquee', 'It''s both door and a shade!', 25, 1, 1, 1, 0.00, 'marquee*4', '#ffffff,#ffffff,#ffffff,#efbf00', 61, '1', '1', '1', 1054),
- (1055, 'Graphite Marquee', 'It''s both door and a shade!', 25, 1, 1, 1, 0.00, 'marquee*5', '#ffffff,#ffffff,#ffffff,#666666', 61, '1', '1', '1', 1055),
- (1056, 'Blue Marquee', 'It''s both door and a shade!', 25, 1, 1, 1, 0.00, 'marquee*6', '#ffffff,#ffffff,#ffffff,#0000FF', 61, '1', '1', '1', 1056),
- (1057, 'Purple Marquee', 'It''s both door and a shade!', 25, 1, 1, 1, 0.00, 'marquee*7', '#ffffff,#ffffff,#ffffff,#B357FF', 61, '1', '1', '1', 1057),
- (1058, 'Ultramarine Marquee', 'It''s both door and a shade!', 25, 1, 1, 1, 0.00, 'marquee*8', '#ffffff,#ffffff,#ffffff,#006699', 61, '1', '1', '1', 1058),
- (1059, 'Green Marquee', 'It''s both door and a shade!', 25, 1, 1, 1, 0.00, 'marquee*9', '#ffffff,#ffffff,#ffffff,#89ca35', 61, '1', '1', '1', 1059),
- (1060, 'Pink Spaceship Door', 'There out of this world!', 25, 1, 1, 1, 0.00, 'scifidoor*1', '#ffffff,#ffaaaa,#ffaaaa,#ffaaaa,#ffffff', 62, '1', '1', '1', 1060),
- (1061, 'Yellow Spaceship Door', 'There out of this world!', 25, 1, 1, 1, 0.00, 'scifidoor*2', '#ffffff,#ffee66,#ffee66,#ffee66,#ffffff', 62, '1', '1', '1', 1061),
- (1062, 'Lightblue Spaceship Door', 'There out of this world!', 25, 1, 1, 1, 0.00, 'scifidoor*3', '#ffffff,#aaccff,#aaccff,#aaccff,#ffffff', 62, '1', '1', '1', 1062),
- (1063, 'Emerald Spaceship Door', 'Protect your pot of gold!', 25, 1, 1, 1, 0.00, 'scifidoor*4', '#ffffff,#99dd77,#99dd77,#99dd77,#ffffff', 62, '1', '1', '1', 1063),
- (1064, 'White Spaceship Door', 'There out of this world!', 25, 1, 1, 1, 0.00, 'scifidoor*5', '#ffffff,#ffffff,#ffffff,#ffffff,#ffffff', 62, '1', '1', '1', 1064),
- (1065, 'Black Monolith', 'Monolith goes up! Monolith goes down!', 25, 1, 1, 1, 0.00, 'scifidoor*6', '#ffffff,#333333,#333333,#333333,#ffffff', 62, '1', '1', '1', 1065),
- (1066, 'Aqua Spaceship Door', 'There out of this world!', 25, 1, 1, 1, 0.00, 'scifidoor*7', '#ffffff,#aaffff,#aaffff,#aaffff,#ffffff', 62, '1', '1', '1', 1066),
- (1067, 'Purple Spaceship Door', 'There out of this world!', 25, 1, 1, 1, 0.00, 'scifidoor*8', '#ffffff,#ff99cc,#ff99cc,#ff99cc,#ffffff', 62, '1', '1', '1', 1067),
- (1068, 'Blue Spaceship Door', 'There out of this world!', 25, 1, 1, 1, 0.00, 'scifidoor*9', '#ffffff,#4488ff,#4488ff,#4488ff,#ffffff', 62, '1', '1', '1', 1068),
- (1069, 'Violet Spaceship Door', 'There out of this world!', 25, 1, 1, 1, 0.00, 'scifidoor*10', '#ffffff,#bb99ff,#bb99ff,#bb99ff,#ffffff', 62, '1', '1', '1', 1069),
- (1070, 'White Oriental Screen', 'Add an exotic touch to your room', 25, 1, 1, 2, 0.00, 'wooden_screen*0', '#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff', 63, '0', '1', '1', 1070),
- (1071, 'Pink Oriental screen', 'Add an exotic touch to your room', 25, 1, 1, 2, 0.00, 'wooden_screen*1', '#ffffff,#ffffff,#FFA795,#FFA795,#ffffff,#ffffff', 63, '0', '1', '1', 1071),
- (1072, 'RosewoodScreen', 'Add an exotic touch to your room', 25, 1, 1, 2, 0.00, 'wooden_screen*2', '#ffffff,#ffffff,#bb0000,#bb0000,#ffffff,#ffffff', 63, '0', '1', '1', 1072),
- (1073, 'Aqua Oriental Screen', 'Add an exotic touch to your room', 25, 1, 1, 2, 0.00, 'wooden_screen*3', '#ffffff,#ffffff,#79E4B3,#79E4B3,#ffffff,#ffffff', 63, '0', '1', '1', 1073),
- (1074, 'Golden Oriental Screen', 'Add an exotic touch to your room', 25, 1, 1, 2, 0.00, 'wooden_screen*4', '#ffffff,#ffffff,#F7B800,#F7B800,#ffffff,#ffffff', 63, '0', '1', '1', 1074),
- (1075, 'Gray Oriental Screen', 'Add an exotic touch to your room', 25, 1, 1, 2, 0.00, 'wooden_screen*5', '#ffffff,#ffffff,#778B61,#778B61,#ffffff,#ffffff', 63, '0', '1', '1', 1075),
- (1076, 'Blue Oriental Screen', 'Add an exotic touch to your room', 25, 1, 1, 2, 0.00, 'wooden_screen*6', '#ffffff,#ffffff,#72B6D1,#72B6D1,#ffffff,#ffffff', 63, '0', '1', '1', 1076),
- (1077, 'Purple Oriental Screen', 'Add an exotic touch to your room', 25, 1, 1, 2, 0.00, 'wooden_screen*7', '#ffffff,#ffffff,#DA2591,#DA2591,#ffffff,#ffffff', 63, '0', '1', '1', 1077),
- (1078, 'Night Blue Oriental Screen', 'Add an exotic touch to your room', 25, 1, 1, 2, 0.00, 'wooden_screen*8', '#ffffff,#ffffff,#004B5E,#004B5E,#ffffff,#ffffff', 63, '0', '1', '1', 1078),
- (1079, 'Green Oriental Screen', 'Add an exotic touch to your room', 25, 1, 1, 2, 0.00, 'wooden_screen*9', 'ffffff,#ffffff,#A0BE1F,#A0BE1F,#ffffff,#ffffff', 63, '0', '1', '1', 1079),
- (1080, 'Greek Pillar', 'Classy architect, for holding up ceilings!', 25, 1, 1, 1, 3.70, 'pillar*0', '#ffffff,#ffffff,#ffffff', 64, '0', '1', '1', 1080),
- (1081, 'Pink Pillar', 'Classy architect, for holding up ceilings!', 25, 1, 1, 1, 3.70, 'pillar*1', '#ffffff,#FFD0D2,#FFD0D2', 64, '0', '1', '1', 1081),
- (1082, 'Wood Pillar', 'Classy architect, for holding up ceilings!', 25, 1, 1, 1, 3.70, 'pillar*2', '#ffffff,#7B5922,#7B5922', 64, '0', '1', '1', 1082),
- (1083, 'Blue Pillar', 'Ancient and stately', 25, 1, 1, 1, 3.70, 'pillar*3', '#ffffff,#BDCDEA,#BDCDEA', 64, '0', '1', '1', 1083),
- (1084, 'Graphite Pillar', 'Classy architect, for holding up ceilings!', 25, 1, 1, 1, 3.70, 'pillar*4', '#ffffff,#71797C,#71797C', 64, '0', '1', '1', 1084),
- (1085, 'Green Pillar', 'Classy architect, for holding up ceilings!', 25, 1, 1, 1, 3.70, 'pillar*5', '#ffffff,#CEDD65,#CEDD65', 64, '0', '1', '1', 1085),
- (1086, 'Terracotta Pillar', 'Ancient and stately', 25, 1, 1, 1, 3.70, 'pillar*6', '#ffffff,#972e2a,#972e2a', 64, '0', '1', '1', 1086),
- (1087, 'Atlantean Pillar', 'Recovered from Habblantis', 25, 1, 1, 1, 3.70, 'pillar*7', '#ffffff,#e3ca0e,#e3ca0e', 64, '0', '1', '1', 1087),
- (1088, 'Olive Green Pillar', 'Classy architect, for holding up ceilings!', 25, 1, 1, 1, 3.70, 'pillar*8', '#ffffff,#9A924B,#9A924B', 64, '0', '1', '1', 1088),
- (1089, 'Rock Pillar', 'Classy architect, for holding up ceilings!', 25, 1, 1, 1, 3.70, 'pillar*9', '#ffffff,#B2A69D,#B2A69D', 64, '0', '1', '1', 1089),
- (1090, 'White Lace Pillow', 'Minimalist comfort!', 25, 2, 1, 1, 0.80, 'pillow*0', '#ffffff,#ffffff,#ffffff,#ffffff', 65, '0', '1', '1', 1090),
- (1091, 'Pink Fluffy Pillow', 'Puffy, soft and huge', 25, 2, 1, 1, 0.90, 'pillow*1', '#FF8888,#FF8888,#ffffff,#ffffff', 65, '0', '1', '1', 1091),
- (1092, 'Red Silk Pillow', 'Puffy, soft and huge', 25, 2, 1, 1, 0.80, 'pillow*2', '#F00000,#F00000,#ffffff,#ffffff', 65, '0', '1', '1', 1092),
- (1093, 'Turquoise Satin Pillow', 'Puffy, soft and huge', 25, 2, 1, 1, 0.80, 'pillow*3', '#83aeff,#83aeff,#ffffff,#ffffff', 65, '0', '1', '1', 1093),
- (1094, 'Gold Feather Pillow', 'Puffy, soft and huge', 25, 2, 1, 1, 0.80, 'pillow*4', '#FFBD18,#FFBD18,#ffffff,#ffffff', 65, '0', '1', '1', 1094),
- (1095, 'Black Leather Pillow', 'Puffy, soft and huge', 25, 2, 1, 1, 0.80, 'pillow*5', '#494D29,#494D29,#ffffff,#ffffff', 65, '0', '1', '1', 1095),
- (1096, 'Blue Cotton Pillow', 'Puffy, soft and huge', 25, 2, 1, 1, 0.80, 'pillow*6', '#5DAAC9,#5DAAC9,#ffffff,#ffffff', 65, '0', '1', '1', 1096),
- (1097, 'Purple Velvet Pillow', 'Bonnie''s pillow of choice!', 25, 2, 1, 1, 0.80, 'pillow*7', '#E532CA,#E532CA,#ffffff,#ffffff', 65, '0', '1', '1', 1097),
- (1098, 'Navy Cord Pillow', 'Puffy, soft and huge', 25, 2, 1, 1, 0.80, 'pillow*8', '#214E68,#214E68,#ffffff,#ffffff', 65, '0', '1', '1', 1098),
- (1099, 'Green Wooly Pillow', 'Puffy, soft and VERY fluffy!', 25, 2, 1, 1, 0.80, 'pillow*9', '#B9FF4B,#B9FF4B,#ffffff,#ffffff', 65, '0', '1', '1', 1099),
- (1100, 'Mars Smoke Machine', 'See in 2007 with a bang!', 25, 1, 1, 1, 0.00, 'scifirocket*0', '#ffffff,#ffffff,#dd2d22,#ffffff', 66, '0', '1', '1', 1100),
- (1101, 'Saturn Smoke Machine', 'There is always space for this!', 25, 1, 1, 1, 0.00, 'scifirocket*1', '#ffffff,#ffffff,#f1b000,#ffffff', 66, '0', '1', '1', 1101),
- (1102, 'Earth Smoke Machine', 'A little closer to home!', 25, 1, 1, 1, 0.00, 'scifirocket*2', '#ffffff,#ffffff,#009900,#ffffff', 66, '0', '1', '1', 1102),
- (1103, 'Endor Smoke Machine', 'Caution! Unknown Location!', 25, 1, 1, 1, 0.00, 'scifirocket*3', '#ffffff,#ffffff,#02bb70,#ffffff', 66, '0', '1', '1', 1103),
- (1104, 'Venus Smoke Machine', 'Welcome... to planet love', 25, 1, 1, 1, 0.00, 'scifirocket*4', '#ffffff,#ffffff,#ff5577,#ffffff', 66, '0', '1', '1', 1104),
- (1105, 'Uranus Smoke Machine', 'From the unknown depths of space', 25, 1, 1, 1, 0.00, 'scifirocket*5', '#ffffff,#ffffff,#555555,#ffffff', 66, '0', '1', '1', 1105),
- (1106, 'Mercury Smoke Machine', 'Too hot to handle!', 25, 1, 1, 1, 0.00, 'scifirocket*6', '#ffffff,#ffffff,#ffffff,#ffffff', 66, '0', '1', '1', 1106),
- (1107, 'Jupiter Smoke Machine', 'Larger than life!', 25, 1, 1, 1, 0.00, 'scifirocket*7', '#ffffff,#ffffff,#00cccc,#ffffff', 66, '0', '1', '1', 1107),
- (1108, 'Pluto Smoke Machine', 'From a space far, far away!', 25, 1, 1, 1, 0.00, 'scifirocket*8', '#ffffff,#ffffff,#bb55cc,#ffffff', 66, '0', '1', '1', 1108),
- (1109, 'Neptune Smoke Machine', 'Something fishy is going on...', 25, 1, 1, 1, 0.00, 'scifirocket*9', '#ffffff,#ffffff,#0077FF,#ffffff', 66, '0', '1', '1', 1109),
- (1110, 'Blue Summer Pool', 'Fancy a dip?', 25, 4, 2, 2, 0.00, 'summer_pool*1', '#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8,#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8', 67, '0', '1', '1', 1110),
- (1111, 'Red Summer Pool', 'Fancy a dip?', 25, 4, 2, 2, 0.00, 'summer_pool*2', '#E14218,#E14218,#E14218,#E14218,#ffffff,#ffffff,#ffffff,#ffffff,#E14218', 67, '0', '1', '1', 1111),
- (1112, 'Green Summer Pool', 'Fancy a dip?', 25, 4, 2, 2, 0.00, 'summer_pool*3', '#92D13D,#92D13D,#92D13D,#92D13D,#ffffff,#ffffff,#ffffff,#ffffff,#92D13D', 67, '0', '1', '1', 1112),
- (1113, 'Yellow Summer Pool', 'Fancy a dip?', 25, 4, 2, 2, 0.00, 'summer_pool*4', '#FFD837,#FFD837,#FFD837,#FFD837,#ffffff,#ffffff,#ffffff,#ffffff,#FFD837', 67, '0', '1', '1', 1113),
- (1114, 'Habbo Turntable', 'For the retro music-lover', 25, 1, 1, 1, 0.00, 'djesko_turntable', '0,0,0', 68, '0', '1', '1', 1114),
- (1115, 'Holopod', 'As if by magic...', 25, 1, 1, 1, 0.00, 'hologram', '0,0,0', 68, '0', '1', '1', 1115),
- (1116, 'Holo-girl', 'You''re her only hope...', 25, 1, 1, 1, 0.00, 'redhologram', '0,0,0', 68, '0', '1', '1', 1116),
- (1117, 'Typewriter', 'Write that bestseller', 25, 1, 1, 1, 0.00, 'typingmachine', '0,0,0', 68, '0', '1', '1', 1117),
- (1118, 'Dragon Egg', 'The stuff of legend', 25, 1, 1, 1, 0.00, 'spyro', '0,0,0', 68, '0', '1', '1', 1118),
- (1119, 'Snow Globe', 'It''s all white..', 25, 1, 1, 1, 0.00, 'rare_globe', '0,0,0', 68, '0', '1', '1', 1119),
- (1120, 'Lappland Greetings', 'Ho Ho Ho!', 25, 2, 2, 1, 0.70, 'rare_xmas_screen', '0,0,0', 68, '0', '1', '1', 1120),
- (1121, 'Holiday Romance', 'Peep through and smile!', 25, 2, 2, 1, 1.10, 'valentinescreen', '0,0,0', 68, '0', '1', '1', 1121),
- (1122, 'Hammock', 'Eco bed', 25, 3, 1, 3, 1.50, 'rare_hammock', '0,0,0', 68, '0', '1', '1', 1122),
- (1123, 'Jamaican Sand Patch', 'Your own paradise island', 25, 4, 2, 2, 0.00, 'sandrug', '0,0,0', 68, '0', '1', '1', 1123),
- (1124, 'Snow Rug', 'Let''s get sporty!', 25, 4, 2, 2, 0.00, 'rare_snowrug', '0,0,0', 68, '0', '1', '1', 1124),
- (1125, 'Moon Rug', 'Made in 1969', 25, 4, 2, 2, 0.00, 'rare_moonrug', '0,0,0', 68, '0', '1', '1', 1125),
- (1126, 'Petal Patch', 'A little bit of outdoors indoors...', 25, 4, 2, 2, 0.00, 'rare_daffodil_rug', '0,0,0', 68, '0', '1', '1', 1126),
- (1127, 'Aloe Vera', 'Goodbye Bert...', 25, 1, 1, 1, 0.00, 'plant_cruddy', '0,0,0', 68, '0', '1', '1', 1127),
- (1128, 'Man Eating Plant', 'How do you give it water?', 25, 1, 1, 1, 0.00, 'rare_mnstr', '0,0,0', 68, '0', '1', '1', 1128),
- (1129, 'Gold Trophy', 'Gorgeously glittery', 25, 1, 1, 1, 0.00, 'prize1', '0,0,0', 68, '0', '1', '1', 1129),
- (1130, 'Silver Trophy', 'Nice and shiny', 25, 1, 1, 1, 0.00, 'prize2', '0,0,0', 68, '0', '1', '1', 1130),
- (1131, 'Bronse Trophy', 'A weighty award', 25, 1, 1, 1, 0.00, 'prize3', '0,0,0', 68, '0', '1', '1', 1131),
- (1132, 'Blue Amber Lamp', 'A honey-hued glow', 25, 1, 1, 1, 0.00, 'rare_beehive_bulb', '#ffffff,#ffffff,#ffffff,#ffffff,#55c4de,#ffffff', 68, '0', '1', '1', 1132),
- (1133, 'Red Amber Lamp', 'A honey-hued glow', 25, 1, 1, 1, 0.00, 'rare_beehive_bulb*1', '#ffffff,#ffffff,#ffffff,#ffffff,#de5555,#ffffff', 68, '0', '1', '1', 1133),
- (1134, 'Yellow Amber Lamp', 'A honey-hued glow', 25, 1, 1, 1, 0.00, 'rare_beehive_bulb*2', '#ffffff,#ffffff,#ffffff,#ffffff,#ffcc00,#ffffff', 68, '0', '1', '1', 1134),
- (1135, 'Golden Elephant', 'Say hello to Nelly', 25, 1, 1, 1, 0.00, 'rare_elephant_statue', '#ffffff,#ffcc00', 68, '0', '1', '1', 1135),
- (1136, 'Silver Elephant', 'Say hello to Nelly', 25, 1, 1, 1, 0.00, 'rare_elephant_statue*1', '#ffffff,#bfbfbf', 68, '0', '1', '1', 1136),
- (1137, 'Bronze Elephant', 'Say hello to Nelly', 25, 1, 1, 1, 0.00, 'rare_elephant_statue*2', '#ffffff,#cc6600', 68, '0', '1', '1', 1137),
- (1138, 'Bird Bath (red)', 'For our feathered friends', 25, 1, 1, 1, 0.00, 'rare_fountain', '#ffffff,#ffffff,#ef5a5a', 68, '0', '1', '1', 1138),
- (1139, 'Bird Bath (grey)', 'For our feathered friends', 25, 1, 1, 1, 0.00, 'rare_fountain*1', '#ffffff,#ffffff,#ffffff', 68, '0', '1', '1', 1139),
- (1140, 'Bird Bath (green)', 'For our feathered friends', 25, 1, 1, 1, 0.00, 'rare_fountain*2', '#ffffff,#ffffff,#b8cf00', 68, '0', '1', '1', 1140),
- (1141, 'Bird Bath (blue)', 'For our feathered friends', 25, 1, 1, 1, 0.00, 'rare_fountain*3', '#ffffff,#ffffff,#52bdbd', 68, '0', '1', '1', 1141),
- (1142, 'Russian Samovar', 'Click for a refreshing cuppa', 25, 1, 1, 1, 0.00, 'samovar', '0,0,0', 68, '0', '1', '1', 1142),
- (1143, 'Habbo Cola Machine', 'A sparkling and refreshing pixel drink!', 25, 1, 1, 1, 0.00, 'md_limukaappi', '0,0,0', 68, '0', '1', '1', 1143),
- (1144, 'Speaker''s Corner', 'Stand and Deliver!', 25, 2, 1, 1, 1.80, 'rare_stand', '0,0,0', 68, '0', '1', '1', 1144),
- (1145, 'Infobus', 'The Special Infobus Poster', 15, 0, 0, 0, 0.00, 'poster 2005', '0,0,0', 68, '0', '1', '1', 1145),
- (1146, 'Green Parasol', 'Block those rays!', 25, 1, 1, 1, 0.00, 'rare_parasol*0', '#ffffff,#ffffff,#ffffff,#94f718', 68, '0', '1', '1', 1146),
- (1147, 'Yellow Parasol', 'Block those rays!', 25, 1, 1, 1, 0.00, 'rare_parasol*1', '#ffffff,#ffffff,#ffffff,#ffff11', 68, '0', '1', '1', 1147),
- (1148, 'Orange Parasol', 'Block those rays!', 25, 1, 1, 1, 0.00, 'rare_parasol*2', '#ffffff,#ffffff,#ffffff,#ff8f61', 68, '0', '1', '1', 1148),
- (1149, 'Violet Parasol', 'Block those rays!', 25, 1, 1, 1, 0.00, 'rare_parasol*3', '#ffffff,#ffffff,#ffffff,#d47fff', 68, '0', '1', '1', 1149);
- INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
- (1150, 'Sleeping bag', 'Ultimate Coziness', 25, 3, 1, 3, 0.80, 'sleepingbag*1', '#BB5F54,0,#BB5F54,0,#BB5F54', 68, '0', '1', '1', 1150),
- (1151, 'Solarium', 'Rejuvenate your pixels!', 25, 1, 1, 1, 0.00, 'solarium_norja', '0,#E2DAAC', 68, '0', '1', '1', 1151),
- (1152, 'Throne', 'Important Habbos only', 25, 2, 1, 1, 1.00, 'throne', '0,0,0', 68, '0', '1', '1', 1152),
- (1153, 'Habbo trophy', 'Breathtaking bronze', 8, 1, 1, 1, 0.00, 'prizetrophy7*3', '#ffffff,#ffffff,#996600', 69, '0', '1', '1', 1153),
- (1154, 'Fish trophy', 'Breathtaking bronze', 8, 1, 1, 1, 0.00, 'prizetrophy4*3', '#ffffff,#ffffff,#996600', 69, '0', '1', '1', 1154),
- (1155, 'Globe trophy', 'Breathtaking bronze', 8, 1, 1, 1, 0.00, 'prizetrophy3*3', '#ffffff,#ffffff,#996600', 69, '0', '1', '1', 1155),
- (1156, 'Champion trophy', 'Breathtaking bronze', 8, 1, 1, 1, 0.00, 'prizetrophy6*3', '#ffffff,#ffffff,#996600', 69, '0', '1', '1', 1156),
- (1157, 'Fish trophy', 'Shiny silver', 10, 1, 1, 1, 0.00, 'prizetrophy4*2', '#ffffff,#ffffff,#ffffff', 69, '0', '1', '1', 1157),
- (1158, 'Habbo trophy', 'Shiny silver', 10, 1, 1, 1, 0.00, 'prizetrophy7*2', '#ffffff,#ffffff,#ffffff', 69, '0', '1', '1', 1158),
- (1159, 'Globe trophy', 'Shiny silver', 10, 1, 1, 1, 0.00, 'prizetrophy3*2', '#ffffff,#ffffff,#ffffff', 69, '0', '1', '1', 1159),
- (1160, 'Champion trophy', 'Shiny silver', 10, 1, 1, 1, 0.00, 'prizetrophy6*2', '#ffffff,#ffffff,#ffffff', 69, '0', '1', '1', 1160),
- (1161, 'Fish trophy', 'Glittery gold', 12, 1, 1, 1, 0.00, 'prizetrophy4*1', '#ffffff,#ffffff,#FFDD3F', 69, '0', '1', '1', 1161),
- (1162, 'Globe trophy', 'Glittery gold', 12, 1, 1, 1, 0.00, 'prizetrophy3*1', '#ffffff,#ffffff,#FFDD3F', 69, '0', '1', '1', 1162),
- (1163, 'Habbo trophy', 'Glittery gold', 12, 1, 1, 1, 0.00, 'prizetrophy7*1', '#ffffff,#ffffff,#FFDD3F', 69, '0', '1', '1', 1163),
- (1164, 'Champion trophy', 'Glittery gold', 12, 1, 1, 1, 0.00, 'prizetrophy6*1', '#ffffff,#ffffff,#FFDD3F', 69, '0', '1', '1', 1164),
- (1165, 'Noob Chair', 'Noob Chair', 3, 2, 1, 1, 1.00, 'noob_chair', '#FFFFFF,#EFE853,#EFE853,#FFFFFF,#EFE853,#EFE853', 70, '0', '1', '1', 1165),
- (1166, 'Noob Chair', 'Noob Chair', 3, 2, 1, 1, 1.00, 'noob_chair', '#FFFFFF,#4C526E,#8D92AB,#FFFFFF,#8D92AB,#4C526E', 70, '0', '1', '1', 1166),
- (1167, 'Noob Chair', 'Noob Chair', 3, 2, 1, 1, 1.00, 'noob_chair', '#FFFFFF,#985A47,#D9AD90,#FFFFFF,#D9AD90,#985A47', 70, '0', '1', '1', 1167),
- (1168, 'Noob Chair', 'Noob Chair', 3, 2, 1, 1, 1.00, 'noob_chair', '#FFFFFF,#80B1BC,#DAF4FA,#FFFFFF,#DAF4FA,#80B1BC', 70, '0', '1', '1', 1168),
- (1169, 'Noob Chair', 'Noob Chair', 3, 2, 1, 1, 1.00, 'noob_chair', '#FFFFFF,#F6C0C0,#F6C0C0,#FFFFFF,#F6C0C0,#F6C0C0', 70, '0', '1', '1', 1169),
- (1170, 'Noob Chair', 'Noob Chair', 3, 2, 1, 1, 1.00, 'noob_chair', '#FFFFFF,#FFD923,#B1B400,#FFFFFF,#B1B400,#FFD923', 70, '0', '1', '1', 1170),
- (1171, 'Noob Lamp', 'Noob Lamp', 3, 1, 1, 1, 0.00, 'noob_lamp', '#EFE853,#FFFFFF,#FFFFFF', 70, '0', '1', '1', 1171),
- (1172, 'Noob Lamp', 'Noob Lamp', 3, 1, 1, 1, 0.00, 'noob_lamp', '#4C526E,#FFFFFF,#FFFFFF', 70, '0', '1', '1', 1172),
- (1173, 'Noob Lamp', 'Noob Lamp', 3, 1, 1, 1, 0.00, 'noob_lamp', '#D9AD90,#FFFFFF,#FFFFFF', 70, '0', '1', '1', 1173),
- (1174, 'Noob Lamp', 'Noob Lamp', 3, 1, 1, 1, 0.00, 'noob_lamp', '#94CBD7,#FFFFFF,#FFFFFF', 70, '0', '1', '1', 1174),
- (1175, 'Noob Lamp', 'Noob Lamp', 3, 1, 1, 1, 0.00, 'noob_lamp', '#F5779F,#FFFFFF,#FFFFFF', 70, '0', '1', '1', 1175),
- (1176, 'Noob Lamp', 'Noob Lamp', 3, 1, 1, 1, 0.00, 'noob_lamp', '#FFD406,#FFFFFF,#FFFFFF', 70, '0', '1', '1', 1176),
- (1177, 'Noob Rug', 'Noob Rug', 3, 4, 2, 3, 0.00, 'noob_rug', '#FC9C45,#F4EC36', 70, '0', '1', '1', 1177),
- (1178, 'Noob Rug', 'Noob Rug', 3, 4, 2, 3, 0.00, 'noob_rug', '#4C526E,#8D92AB', 70, '0', '1', '1', 1178),
- (1179, 'Noob Rug', 'Noob Rug', 3, 4, 2, 3, 0.00, 'noob_rug', '#985A47,#D9AD90', 70, '0', '1', '1', 1179),
- (1180, 'Noob Rug', 'Noob Rug', 3, 4, 2, 3, 0.00, 'noob_rug', '#94CBD7,#DAF4FA', 70, '0', '1', '1', 1180),
- (1181, 'Noob Rug', 'Noob Rug', 3, 4, 2, 3, 0.00, 'noob_rug', '#F5779F,#F6C0C0', 70, '0', '1', '1', 1181),
- (1182, 'Noob Rug', 'Noob Rug', 3, 4, 2, 3, 0.00, 'noob_rug', '#B1B400,#FFD406', 70, '0', '1', '1', 1182),
- (1183, 'Noob Stool', 'Noob Stool', 3, 2, 1, 1, 1.20, 'noob_stool', '#FFFFFF,#F38420', 70, '0', '1', '1', 1183),
- (1184, 'Noob Stool', 'Noob Stool', 3, 2, 1, 1, 1.20, 'noob_stool', '#FFFFFF,#4C526E', 70, '0', '1', '1', 1184),
- (1185, 'Noob Stool', 'Noob Stool', 3, 2, 1, 1, 1.20, 'noob_stool', '#FFFFFF,#985A47', 70, '0', '1', '1', 1185),
- (1186, 'Noob Stool', 'Noob Stool', 3, 2, 1, 1, 1.20, 'noob_stool', '#FFFFFF,#94CBD7', 70, '0', '1', '1', 1186),
- (1187, 'Noob Stool', 'Noob Stool', 3, 2, 1, 1, 1.20, 'noob_stool', '#FFFFFF,#F5779F', 70, '0', '1', '1', 1187),
- (1188, 'Noob Stool', 'Noob Stool', 3, 2, 1, 1, 1.20, 'noob_stool', '#FFFFFF,#B1B400', 70, '0', '1', '1', 1188),
- (1189, 'Noob Table', 'Noob Table', 3, 1, 2, 2, 1.00, 'noob_table', '#FFFFFF,#F1E93A,#F38420', 70, '0', '1', '1', 1189),
- (1190, 'Noob Table', 'Noob Table', 3, 1, 2, 2, 1.00, 'noob_table', '#FFFFFF,#A5A9BC,#4C526E', 70, '0', '1', '1', 1190),
- (1191, 'Noob Table', 'Noob Table', 3, 1, 2, 2, 1.00, 'noob_table', '#FFFFFF,#D9AD90,#985A47', 70, '0', '1', '1', 1191),
- (1192, 'Noob Table', 'Noob Table', 3, 1, 2, 2, 1.00, 'noob_table', '#FFFFFF,#DAF4FA,#94CBD7', 70, '0', '1', '1', 1192),
- (1193, 'Noob Table', 'Noob Table', 3, 1, 2, 2, 1.00, 'noob_table', '#FFFFFF,#F6C0C0,#F5779F', 70, '0', '1', '1', 1193),
- (1194, 'Noob Table', 'Noob Table', 3, 1, 2, 2, 1.00, 'noob_table', '#FFFFFF,#FFD406,#B1B400', 70, '0', '1', '1', 1194),
- (1195, 'Welcome Mat', 'Welcome, enjoy your stay!', 3, 4, 1, 1, 0.00, 'carpet_soft_tut', '0,0,0', 70, '0', '1', '1', 1195),
- (1196, 'Room with a view', 'Room with a view', 5, 0, 0, 0, 0.00, 'noob_window_double', '0,0,0', 71, '0', '1', '1', 1196),
- (1197, 'Small 70s Window', 'A view of the past', 5, 0, 0, 0, 0.00, 'window_70s_narrow', '0,0,0', 71, '0', '1', '1', 1197),
- (1198, 'Large 70s Window', 'A view of the past', 5, 0, 0, 0, 0.00, 'window_70s_wide', '0,0,0', 71, '0', '1', '1', 1198),
- (1199, 'Plain and simple', 'Plain and simple', 5, 0, 0, 0, 0.00, 'window_basic', '0,0,0', 71, '0', '1', '1', 1199),
- (1200, 'Small Oriental Window', 'Small Oriental Window', 5, 0, 0, 0, 0.00, 'window_chinese_narrow', '0,0,0', 71, '0', '1', '1', 1200),
- (1201, 'Large Oriental Window', 'Dreaming of a Chinese summer', 5, 0, 0, 0, 0.00, 'window_chinese_wide', '0,0,0', 71, '0', '1', '1', 1201),
- (1202, 'Double Window', 'Double Window', 5, 0, 0, 0, 0.00, 'window_double_default', '0,0,0', 71, '0', '1', '1', 1202),
- (1203, 'Golden Window', 'Golden Window', 5, 0, 0, 0, 0.00, 'window_golden', '0,0,0', 71, '0', '1', '1', 1203),
- (1204, 'Don''t get too close!', 'Don''t get too close!', 5, 0, 0, 0, 0.00, 'window_grunge', '0,0,0', 71, '0', '1', '1', 1204),
- (1205, 'Small Romantic Window', 'Small Romantic Window', 5, 0, 0, 0, 0.00, 'window_romantic_narrow', '0,0,0', 71, '0', '1', '1', 1205),
- (1206, 'Large Romantic Window', 'Heavenly scent of flowers', 5, 0, 0, 0, 0.00, 'window_romantic_wide', '0,0,0', 71, '0', '1', '1', 1206),
- (1207, 'Single Window', 'A simple view', 5, 0, 0, 0, 0.00, 'window_single_default', '0,0,0', 71, '0', '1', '1', 1207),
- (1208, 'Square Window', 'Square Window', 5, 0, 0, 0, 0.00, 'window_square', '0,0,0', 71, '0', '1', '1', 1208),
- (1209, 'Triple Window', 'Triple Window', 5, 0, 0, 0, 0.00, 'window_triple', '0,0,0', 71, '0', '1', '1', 1209),
- (1210, 'Xmas Light', 'Xmas Light', 3, 0, 0, 0, 0.00, 'xmas_light', '0,0,0', 45, '0', '1', '1', 1210),
- (1211, 'Reindeer Droppings', 'Bob''s magical fertilizer', 3, 4, 1, 1, 0.00, 'christmas_poop', '0,0,0', 45, '0', '1', '1', 1211),
- (1212, 'Reindeer', 'Prancer becomes Rudolph in a click!', 25, 2, 1, 2, 2.00, 'christmas_reindeer', '0,0,0', 45, '0', '1', '1', 1212),
- (1213, 'Winter Sleigh', 'Ready for your Xmas cheer', 25, 2, 2, 2, 1.00, 'christmas_sleigh', '0,0,0', 45, '0', '1', '1', 1213),
- (1214, 'Flashy Christmas Tree', 'The future''s bright!', 5, 1, 1, 1, 0.00, 'tree6', '0,0,0', 45, '0', '1', '1', 1214),
- (1215, 'Snowy Christmas Tree', 'Walking in a winter wonderland!', 5, 1, 1, 1, 0.00, 'tree7', '0,0,0', 45, '0', '1', '1', 1215),
- (1216, 'Ice Castle Gate', 'Let that icy draft out!', 5, 1, 2, 1, 0.00, 'xmas_cstl_gate', '0,0,0', 73, '1', '1', '1', 1216),
- (1217, 'Ice Castle Tower', 'All I see from up here is snow!', 5, 1, 1, 1, 3.50, 'xmas_cstl_twr', '0,0,0', 73, '0', '1', '1', 1217),
- (1218, 'Ice Castle Wall', 'Solid blocks of ice and snow', 5, 1, 2, 1, 3.00, 'xmas_cstl_wall', '0,0,0', 73, '0', '1', '1', 1218),
- (1219, 'Lantern Bundle 2', '20 lanterns for the price of 6!', 5, 1, 1, 1, 1.00, 'xmas_icelamp', '0,0,0', 45, '0', '1', '1', 1219),
- (1220, 'Snowy Maze Bundle 2', '20 x Snowy Maze Shrubbery', 5, 1, 2, 1, 0.00, 'plant_maze_snow', '0,0,0', 45, '0', '1', '1', 1220),
- (1221, 'Snowy Maze Gate', 'There''s snow way through!', 5, 1, 2, 1, 0.00, 'plant_mazegate_snow', '0,0,0', 45, '1', '1', '1', 1221),
- (1222, 'Postbank Safe', 'Totally Shatter Proof!', 5, 1, 1, 1, 0.00, 'safe_silo_pb', '0,0,0', 12, '0', '1', '1', 1222),
- (1223, 'Executive Bar Desk', 'Divide the profits!', 5, 1, 1, 1, 1.00, 'exe_bardesk', '0,0,0', 72, '0', '1', '1', 1223),
- (1224, 'Executive Corner Desk', 'Tuck it away', 5, 1, 1, 1, 1.00, 'exe_corner', '0,0,0', 72, '0', '1', '1', 1224),
- (1225, 'Executive Sofa Chair', 'Relaxing leather comfort', 5, 2, 1, 1, 1.00, 'exe_chair', '0,0,0', 72, '0', '1', '1', 1225),
- (1226, 'Executive Boss Chair', 'You''re fired!', 5, 2, 1, 1, 1.00, 'exe_chair2', '0,0,0', 72, '0', '1', '1', 1226),
- (1227, 'Executive Drinks Tray', 'Give a warm welcome', 5, 1, 1, 1, 0.00, 'exe_drinks', '0,0,0', 72, '0', '1', '1', 1227),
- (1228, 'Executive 3-Seater Sofa', 'Relaxing leather comfort', 5, 2, 3, 1, 1.00, 'exe_sofa', '0,0,0', 72, '0', '1', '1', 1228),
- (1229, 'Executive Desk', 'Take a memo, Featherstone', 5, 1, 3, 2, 0.00, 'exe_table', '0,0,0', 72, '0', '1', '1', 1229),
- (1230, 'Executive Rug', 'Wow', 5, 4, 3, 3, 0.00, 'exe_rug', '0,0,0', 72, '0', '1', '1', 1230),
- (1231, 'Light up Table', 'Turn on the light!', 4, 1, 2, 2, 0.80, 'exe_s_table', '0,0,0', 72, '0', '1', '1', 1231),
- (1232, 'Power Globe', 'The power is yours!', 3, 1, 1, 1, 0.00, 'exe_globe', '0,0,0', 72, '0', '1', '1', 1232),
- (1233, 'Executive Plant', 'Executive Plant', 3, 1, 1, 1, 0.00, 'exe_plant', '0,0,0', 72, '0', '1', '1', 1233),
- (1234, 'Crystal Ball', 'Gaze into the future', 3, 1, 1, 1, 0.00, 'fortune', '0,0,0', 12, '0', '1', '1', 1234),
- (1235, 'Heart Shaped Box', 'One for them. Two for me!', 3, 1, 1, 1, 0.00, 'val_choco', '0,0,0', 48, '0', '1', '1', 1235),
- (1236, 'Love Randomiser', 'Surprise surprise! (Cilla Black not included)', 3, 2, 4, 1, 1.00, 'val_randomizer', '0,0,0', 48, '0', '1', '1', 1236),
- (1237, 'Porthole', 'Brighten up your cabin', 3, 0, 0, 0, 0.00, 'hrella_poster_1', '0,0,0', 73, '0', '1', '1', 1237),
- (1238, 'Life Buoy', 'For those scary Lido moments', 3, 0, 0, 0, 0.00, 'hrella_poster_2', '0,0,0', 73, '0', '1', '1', 1238),
- (1239, 'Anchor', 'Don''t drift away!', 3, 0, 0, 0, 0.00, 'hrella_poster_3', '0,0,0', 73, '0', '1', '1', 1239),
- (1240, 'Grey Share Bear', 'The grey bear of affection', 3, 2, 1, 1, 0.90, 'val_teddy*1', '0,0,0', 82, '0', '1', '1', 1240),
- (1241, 'Pink Share Bear', 'The pink bear of passion', 3, 2, 1, 1, 0.90, 'val_teddy*2', '#EE7EA4,#FFFFFF,#EE7EA4,#EE7EA4,#FFFFFF', 82, '0', '1', '1', 1241),
- (1242, 'Green Share Bear', 'The green bear of friendship', 3, 2, 1, 1, 0.90, 'val_teddy*3', '0,0,0', 82, '0', '1', '1', 1242),
- (1243, 'Brown Share Bear', 'The brown bear of naughtiness', 3, 2, 1, 1, 0.90, 'val_teddy*4', '#965014,#FFFFFF,#965014,#965014,#FFFFFF', 82, '0', '1', '1', 1243),
- (1244, 'Yellow Share Bear', 'The yellow bear of understanding', 3, 2, 1, 1, 0.90, 'val_teddy*5', '0,0,0', 82, '0', '1', '1', 1244),
- (1245, 'Blue Share Bear', 'The blue bear of happiness', 3, 2, 1, 1, 0.90, 'val_teddy*6', '#ABD0D2,#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF', 82, '0', '1', '1', 1245),
- (1246, 'Sand Gate', 'Sand Gate', 5, 1, 2, 1, 0.00, 'sand_cstl_gate', '0,0,0', 73, '1', '1', '1', 1246),
- (1247, 'Sand Tower', 'Sand Tower', 5, 1, 1, 1, 3.50, 'sand_cstl_twr', '0,0,0', 73, '0', '1', '1', 1247),
- (1248, 'Sand Wall', 'Sand Wall', 5, 1, 2, 1, 3.00, 'sand_cstl_wall', '0,0,0', 73, '0', '1', '1', 1248),
- (1249, 'Aqua Deck Chair', 'Got your swimming trunks?', 5, 2, 1, 1, 1.20, 'summer_chair*1', '#ffffff,#ffffff,#ffffff,#ffffff,#ABD0D2', 73, '0', '1', '1', 1249),
- (1250, 'Deck Chair', 'Pink', 5, 2, 1, 1, 1.20, 'summer_chair*2', '#ffffff,#ffffff,#ffffff,#ffffff,#FF99BC', 73, '0', '1', '1', 1250),
- (1251, 'Deck Chair', 'Black', 5, 2, 1, 1, 1.20, 'summer_chair*3', '#ffffff,#ffffff,#ffffff,#ffffff,#525252', 73, '0', '1', '1', 1251),
- (1252, 'Deck Chair', 'White', 5, 2, 1, 1, 1.20, 'summer_chair*4', '#ffffff,#ffffff,#ffffff,#FFFFFF,#ffffff', 73, '0', '1', '1', 1252),
- (1253, 'Deck Chair', 'Beige', 5, 2, 1, 1, 1.20, 'summer_chair*5', '#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC', 73, '0', '1', '1', 1253),
- (1254, 'Deck Chair', 'Blue', 5, 2, 1, 1, 1.20, 'summer_chair*6', '#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8', 73, '0', '1', '1', 1254),
- (1255, 'Green Deck Chair', 'Reserved!', 5, 2, 1, 1, 1.20, 'summer_chair*7', '#ffffff,#ffffff,#ffffff,#ffffff,#92D13D', 73, '0', '1', '1', 1255),
- (1256, 'Yellow Deck Chair', 'Got your sun cream?', 5, 2, 1, 1, 1.20, 'summer_chair*8', '#ffffff,#ffffff,#ffffff,#ffffff,#FFD837', 73, '0', '1', '1', 1256),
- (1257, 'Red Deck Chair', 'Got your sunglasses?', 5, 2, 1, 1, 1.20, 'summer_chair*9', '#ffffff,#ffffff,#ffffff,#ffffff,#E14218', 73, '0', '1', '1', 1257),
- (1258, 'Blue Barbeque Grill', 'Plenty of ribs on that barbie', 10, 2, 2, 1, 0.00, 'summer_grill*1', '#ffffff,#5EAAF8,#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8', 73, '0', '1', '1', 1258),
- (1259, 'Red Barbeque Grill', 'Plenty of shrimp on that barbie', 10, 2, 2, 1, 0.00, 'summer_grill*2', '#ffffff,#E14218,#ffffff,#ffffff,#E14218,#E14218,#E14218', 73, '0', '1', '1', 1259),
- (1260, 'Yellow Barbeque Grill', 'Plenty of steak on that barbie', 10, 2, 2, 1, 0.00, 'summer_grill*3', '#ffffff,#92D13D,#ffffff,#ffffff,#92D13D,#92D13D,#92D13D', 73, '0', '1', '1', 1260),
- (1261, 'Green Barbeque Grill', 'Plenty of burgers on that barbie', 10, 2, 2, 1, 0.00, 'summer_grill*4', '#ffffff,#FFD837,#ffffff,#ffffff,#FFD837,#FFD837,#FFD837', 73, '0', '1', '1', 1261),
- (1262, 'Adventure Desk', 'Where will you go today?', 10, 1, 1, 2, 0.00, 'sw_table', '0,0,0', 12, '0', '1', '1', 1262),
- (1263, 'Swords', 'The other kind of fencing...', 3, 0, 0, 0, 0.00, 'sw_swords', '0,0,0', 12, '0', '1', '1', 1263),
- (1264, 'Mysterious Necklace', 'Why does the stone glow at night?', 3, 0, 0, 0, 0.00, 'sw_stone', '0,0,0', 12, '0', '1', '1', 1264),
- (1265, 'Raven', 'Lurking... with intent', 8, 1, 1, 1, 1.00, 'sw_raven', '0,0,0', 12, '0', '1', '1', 1265),
- (1266, 'Ventilation Duct', 'Full of creepy crawlies', 3, 0, 0, 0, 0.00, 'sw_hole', '0,0,0', 12, '0', '1', '1', 1266),
- (1267, 'Chest', 'Chest', 5, 1, 1, 2, 1.00, 'sw_chest', '0,0,0', 73, '0', '1', '1', 1267),
- (1268, 'NAME', 'DESC', 3, 1, 1, 1, 1.00, 'jp_katana1', '0,0,0', 25, '0', '1', '1', 1268),
- (1269, 'NAME', 'DESC', 3, 1, 1, 1, 1.00, 'jp_katana2', '0,0,0', 25, '0', '1', '1', 1269),
- (1270, 'NAME', 'DESC', 3, 1, 1, 1, 1.00, 'jp_katana3', '0,0,0', 25, '0', '1', '1', 1270),
- (1271, 'NAME', 'DESC', 3, 1, 2, 2, 0.80, 'jp_table', '0,0,0', 25, '0', '1', '1', 1271),
- (1272, 'NAME', 'DESC', 3, 4, 2, 2, 0.00, 'jp_rare', '0,0,0', 25, '0', '1', '1', 1272),
- (1273, 'Jukebox Pacha TV', 'Jukebox Pacha TV', 25, 1, 1, 1, 0.00, 'jukebox_ptv*1', '0,0,0', 79, '0', '1', '1', 1273),
- (1274, 'Calippo icecream machine', 'Basic model', 25, 1, 1, 1, 0.00, 'calippo', '0,0,0', 79, '0', '1', '1', 1274),
- (1275, 'Nouvelle', 'Nouvelle Trax', 25, 1, 1, 1, 0.00, 'nouvelle_trax', '0,0,0', 79, '0', '1', '1', 1275),
- (1276, 'Bubble Juice Can', 'Enough bubbling juice for one evening', 3, 0, 0, 0, 0.00, 'md_can', '0,0,0', 79, '0', '1', '1', 1276),
- (1277, 'Bubble Juice Logo', 'Bubble up your wall', 3, 0, 0, 0, 0.00, 'md_logo_wall', '0,0,0', 79, '0', '1', '1', 1277),
- (1278, 'Bubble Juice Floor', 'Bubbles under your steps', 3, 4, 4, 4, 1.00, 'md_rug', '0,0,0', 79, '0', '1', '1', 1278),
- (1279, 'Moon Lamp', 'Light your space', 3, 1, 1, 1, 1.00, 'rclr_lamp', '0,0,0', 68, '0', '1', '1', 1279),
- (1280, 'Sound 53', 'Sound 53', 5, 1, 1, 1, 0.20, 'sound_set_53', '0,0,0', 45, '0', '1', '1', 1280),
- (1281, 'Sound 54', 'Sound 54', 5, 1, 1, 1, 0.20, 'sound_set_54', '0,0,0', 45, '0', '1', '1', 1281),
- (1282, 'jp_teamaker', 'jp_teamaker', 3, 1, 1, 1, 0.00, 'jp_teamaker', '0,0,0', 79, '0', '1', '1', 1282),
- (1283, 'tiki_tray0', 'tiki_tray0', 3, 1, 1, 1, 0.00, 'tiki_tray0', '0,0,0', 74, '0', '1', '1', 1283),
- (1284, 'tiki_tray1', 'tiki_tray1', 3, 1, 1, 1, 0.00, 'tiki_tray1', '0,0,0', 74, '0', '1', '1', 1284),
- (1285, 'tiki_tray2', 'tiki_tray2', 3, 1, 1, 1, 0.00, 'tiki_tray2', '0,0,0', 74, '0', '1', '1', 1285),
- (1286, 'tiki_tray3', 'tiki_tray3', 3, 1, 1, 1, 0.00, 'tiki_tray3', '0,0,0', 74, '0', '1', '1', 1286),
- (1287, 'tiki_tray4', 'tiki_tray4', 3, 1, 1, 1, 0.00, 'tiki_tray4', '0,0,0', 74, '0', '1', '1', 1287),
- (1288, 'Noob Plant', 'For Noobs', 3, 1, 1, 1, 0.00, 'noob_plant', '0,0,0', 74, '0', '1', '1', 1288),
- (1289, 'tampax_wall', 'tampax_wall', 3, 0, 0, 0, 0.00, 'tampax_wall', '0,0,0', 79, '0', '1', '1', 1289),
- (1290, 'tampax_rug', 'tampax_rug', 3, 4, 3, 4, 0.00, 'tampax_rug', '0,0,0', 79, '0', '1', '1', 1290),
- (1291, 'tiki_wallplnt', 'tiki_wallplnt', 3, 0, 3, 3, 0.00, 'tiki_wallplnt', '0,0,0', 74, '0', '1', '1', 1291),
- (1292, 'tiki_bardesk', 'tiki_bardesk', 3, 1, 1, 1, 1.00, 'tiki_bardesk', '0,0,0', 74, '0', '1', '1', 1292),
- (1293, 'tiki_bench', 'tiki_bench', 3, 2, 1, 1, 1.00, 'tiki_bench', '0,0,0', 74, '0', '1', '1', 1293),
- (1294, 'tiki_bflies', 'tiki_bflies', 3, 4, 1, 1, 0.00, 'tiki_bflies', '0,0,0', 74, '0', '1', '1', 1294),
- (1295, 'tiki_junglerug', 'tiki_junglerug', 3, 4, 2, 2, 0.00, 'tiki_junglerug', '0,0,0', 74, '0', '1', '1', 1295),
- (1296, 'tiki_parasol', 'tiki_parasol', 3, 1, 1, 1, 0.00, 'tiki_parasol', '0,0,0', 74, '0', '1', '1', 1296),
- (1297, 'tiki_sand', 'tiki_sand', 3, 4, 2, 2, 0.00, 'tiki_sand', '0,0,0', 74, '0', '1', '1', 1297),
- (1298, 'tiki_statue', 'tiki_statue', 3, 1, 1, 1, 0.00, 'tiki_statue', '0,0,0', 74, '0', '1', '1', 1298),
- (1299, 'tiki_torch', 'tiki_torch', 3, 1, 1, 1, 0.00, 'tiki_torch', '0,0,0', 74, '0', '1', '1', 1299),
- (1300, 'tiki_toucan', 'tiki_toucan', 3, 1, 1, 1, 0.00, 'tiki_toucan', '0,0,0', 74, '0', '1', '1', 1300),
- (1301, 'tiki_waterfall', 'tiki_waterfall', 3, 1, 3, 2, 0.00, 'tiki_waterfall', '0,0,0', 74, '0', '1', '1', 1301),
- (1302, 'tiki_surfboard', 'tiki_surfboard', 3, 0, 1, 1, 0.00, 'tiki_surfboard', '0,0,0', 74, '0', '1', '1', 1302),
- (1303, 'tiki_cornor', 'tiki_corner', 3, 1, 1, 1, 1.00, 'tiki_corner', '0,0,0', 74, '0', '1', '1', 1303),
- (1329, 'diner_shaker', 'diner_shaker', 15, 1, 1, 1, 0.00, 'diner_shaker', '0,0,0', 78, '0', '0', '0', 1329),
- (1330, 'diner_gumvendor', 'diner_gumvendor', 15, 1, 1, 1, 0.00, 'diner_gumvendor', '0,0,0', 78, '0', '1', '0', 1330),
- (1331, 'diner_sofa_2', 'diner_sofa_2', 15, 2, 1, 1, 1.20, 'diner_sofa_2', '0,0,0', 78, '0', '1', '1', 1331),
- (1332, 'diner_rug', 'diner_rug', 15, 4, 2, 2, 0.00, 'diner_rug', '0,0,0', 78, '0', '1', '1', 1332),
- (1333, 'svnr_de', 'svnr_de', 15, 1, 1, 1, 0.00, 'svnr_de', '0,0,0', 79, '0', '1', '1', 1333),
- (1334, 'svnr_uk', 'svnr_uk', 15, 1, 1, 1, 0.00, 'svnr_uk', '0,0,0', 79, '0', '1', '1', 1334),
- (1335, 'svnr_it', 'svnr_it', 15, 2, 2, 1, 1.20, 'svnr_it', '0,0,0', 79, '0', '1', '1', 1335),
- (1336, 'svnr_nl', 'svnr_nl', 15, 1, 1, 2, 0.00, 'svnr_nl', '0,0,0', 79, '0', '1', '1', 1336),
- (1337, 'diner_tray_0', 'diner_tray_0', 5, 1, 1, 1, 0.00, 'diner_tray_0', '0,0,0', 78, '0', '1', '1', 1337),
- (1338, 'diner_tray_1', 'diner_tray_1', 5, 1, 1, 1, 0.00, 'diner_tray_1', '0,0,0', 78, '0', '1', '1', 1338),
- (1339, 'diner_tray_2', 'diner_tray_2', 5, 1, 1, 1, 0.00, 'diner_tray_2', '0,0,0', 78, '0', '1', '1', 1339),
- (1340, 'diner_tray_3', 'diner_tray_3', 5, 1, 1, 1, 0.00, 'diner_tray_3', '0,0,0', 78, '0', '1', '1', 1340),
- (1341, 'diner_tray_4', 'diner_tray_4', 5, 1, 1, 1, 0.00, 'diner_tray_4', '0,0,0', 78, '0', '1', '1', 1341),
- (1342, 'diner_tray_4', 'diner_tray_5', 5, 1, 1, 1, 0.00, 'diner_tray_5', '0,0,0', 78, '0', '1', '1', 1342),
- (1343, 'diner_tray_5', 'diner_tray_6', 5, 1, 1, 1, 0.00, 'diner_tray_6', '0,0,0', 78, '0', '1', '1', 1343),
- (1344, 'diner_tray_6', 'diner_tray_7', 5, 1, 1, 1, 0.00, 'diner_tray_7', '0,0,0', 78, '0', '1', '1', 1344),
- (1346, 'ads_sunnyd', 'ads_sunnyd', 5, 0, 1, 1, 0.00, 'ads_sunnyd', '0,0,0', 79, '0', '1', '1', 1345),
- (1349, 'sound_set_67', 'sound_set_67', 5, 1, 1, 1, 0.20, 'sound_set_67', '0,0,0', 42, '0', '1', '1', 1349),
- (1354, 'sound_set_66', 'sound_set_66', 5, 1, 1, 1, 0.20, 'sound_set_66', '0,0,0', 42, '0', '1', '1', 1354),
- (1360, 'svnr_aus', 'svnr_aus', 5, 1, 1, 1, 0.00, 'svnr_aus', '0,0,0', 79, '0', '1', '1', 1360),
- (1348, 'sound_set_65', 'sound_set_65', 5, 1, 1, 1, 0.20, 'sound_set_65', '0,0,0', 42, '0', '1', '1', 1349),
- (1351, 'sound_set_68', 'sound_set_68', 5, 1, 1, 1, 0.20, 'sound_set_68', '0,0,0', 42, '0', '1', '1', 1351),
- (1352, 'sound_set_69', 'sound_set_69', 5, 1, 1, 1, 0.20, 'sound_set_69', '0,0,0', 42, '0', '1', '1', 1352),
- (1353, 'sound_set_70', 'sound_set_70', 5, 1, 1, 1, 0.20, 'sound_set_70', '0,0,0', 42, '0', '1', '1', 1353),
- (1355, 'song disk', 'song disk', 1, 1, 1, 1, 0.20, 'song_disk', '0,0,0', -1, '0', '1', '1', 1355),
- (1356, 'diner_table_1', 'diner_table_1', 5, 1, 2, 2, 0.00, 'diner_table_1', '0,0,0', 78, '0', '1', '1', 1356),
- (1357, 'diner_table_2', 'diner_table_2', 5, 1, 3, 2, 0.00, 'diner_table_2', '0,0,0', 78, '0', '1', '1', 1357),
- (1358, 'window_diner', 'window_diner', 5, 0, 0, 0, 0.00, 'window_diner', '0,0,0', 78, '0', '1', '1', 1358),
- (1359, 'window_diner2', 'window_diner2', 5, 0, 0, 0, 0.00, 'window_diner2', '0,0,0', 78, '0', '1', '1', 1359),
- (1361, 'diner_bardesk', 'diner_bardesk', 5, 1, 1, 1, 0.00, 'diner_bardesk', '0,0,0', 78, '0', '1', '1', 1361),
- (1362, 'diner_bardesk_corner', 'diner_bardesk_corner', 5, 1, 1, 1, 0.00, 'diner_bardesk_corner', '0,0,0', 78, '0', '1', '1', 1362),
- (1363, 'diner_bardesk_gate', 'diner_bardesk_gate', 5, 1, 1, 1, 0.00, 'diner_bardesk_gate', '0,0,0', 78, '1', '1', '1', 1363),
- (1364, 'diner_chair', 'diner_chair', 5, 2, 1, 1, 1.40, 'diner_chair', '0,0,0', 78, '0', '1', '1', 1364),
- (1365, 'ads_dave_cns', 'ads_dave_cns', 5, 1, 1, 1, 0.00, 'ads_dave_cns', '0,0,0', 79, '0', '1', '1', 1365),
- (1366, 'ads_dave_wall', 'ads_dave_wall', 5, 0, 0, 0, 0.00, 'ads_dave_wall', '0,0,0', 79, '0', '1', '1', 1366),
- (1367, 'diner_walltable', 'diner_walltable', 5, 0, 0, 0, 0.00, 'diner_walltable', '0,0,0', 78, '0', '1', '1', 1367),
- (1368, 'diner_table_1', 'diner_table_1', 5, 1, 2, 2, 0.00, 'diner_table_1', '#ffffff,#3444FF', 78, '0', '1', '1', 1356),
- (1369, 'diner_table_2', 'diner_table_2', 5, 1, 3, 2, 0.00, 'diner_table_2', '#ffffff,#3444FF', 78, '0', '1', '1', 1357),
- (1370, 'diner_cashreg', 'diner_cashreg', 5, 1, 1, 1, 0.00, 'diner_cashreg', '0,0,0', 78, '0', '1', '0', 1370),
- (1371, 'Calippo icecream machine', 'Basic model', 25, 1, 1, 1, 0.00, 'calippo', '0,0,0', 79, '0', '1', '1', 1371),
- (1372, '', '', 0, 1, 1, 1, 1.00, 'present_gen1', '', -1, '0', '0', '0', 1372),
- (1373, '', '', 0, 1, 1, 1, 1.00, 'present_gen2', '', -1, '0', '0', '0', 1373),
- (1374, '', '', 0, 1, 1, 1, 1.00, 'present_gen3', '', -1, '0', '0', '0', 1374),
- (1375, '', '', 0, 1, 1, 1, 1.00, 'present_gen4', '', -1, '0', '0', '0', 1375),
- (1376, '', '', 0, 1, 1, 1, 1.00, 'present_gen5', '', -1, '0', '0', '0', 1376),
- (1377, '', '', 0, 1, 1, 1, 1.00, 'present_gen6', '', -1, '0', '0', '0', 1377),
- (1378, 'NAME', 'DESC', 5, 1, 1, 1, 3.00, 'greek_corner', '0,0,0', 80, '0', '1', '1', 1378),
- (1379, 'NAME', 'DESC', 5, 1, 2, 1, 0.00, 'greek_gate', '0,0,0', 80, '1', '1', '1', 1379),
- (1380, 'NAME', 'DESC', 5, 1, 2, 1, 3.00, 'greek_pillars', '0,0,0', 80, '0', '1', '1', 1380),
- (1381, 'NAME', 'DESC', 5, 4, 1, 1, 0.20, 'greek_seat', '0,0,0', 80, '0', '1', '1', 1381),
- (1382, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'greektrophy*1', '#ffffff,#ffffff,#FFDD3F', 44, '0', '1', '1', 1382),
- (1383, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'greektrophy*2', '#ffffff,#ffffff,#ffffff', 44, '0', '1', '1', 1383),
- (1384, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'greektrophy*3', '#ffffff,#ffffff,#996600', 44, '0', '1', '1', 1384),
- (1385, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'easy_bowl2', '0,0,0', 79, '0', '1', '1', 1385),
- (1386, 'NAME', 'DESC', 5, 4, 4, 4, 1.00, 'easy_carpet', '0,0,0', 79, '0', '1', '1', 1386),
- (1387, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'easy_poster', '0,0,0', 79, '0', '1', '1', 1387),
- (1388, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_nokia_logo', '0,0,0', 79, '0', '1', '1', 1388),
- (1389, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_nokia_phone', '0,0,0', 79, '0', '1', '1', 1389),
- (1390, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'window_hole', '0,0,0', 79, '0', '1', '1', 1390),
- (1391, 'window_skyscraper', 'window_skyscraper', 5, 0, 0, 0, 0.00, 'window_skyscraper', '', 71, '0', '1', '1', 1391),
- (1392, 'landscape', 'landscape', 15, 0, 0, 0, 0.00, 'landscape 1', '', 7, '0', '0', '0', 1392),
- (1393, 'landscape', 'landscape', 15, 0, 0, 0, 0.00, 'landscape 2', '', 7, '0', '0', '0', 1393),
- (1394, 'landscape', 'landscape', 15, 0, 0, 0, 0.00, 'landscape 3', '', 7, '0', '0', '0', 1394),
- (1395, 'landscape', 'landscape', 15, 0, 0, 0, 0.00, 'landscape 4', '', 7, '0', '0', '0', 1395),
- (1396, 'landscape', 'landscape', 15, 0, 0, 0, 0.00, 'landscape 5', '', 7, '0', '0', '0', 1396),
- (1397, 'landscape', 'landscape', 15, 0, 0, 0, 0.00, 'landscape 6', '', 7, '0', '0', '0', 1397),
- (1398, 'landscape', 'landscape', 15, 0, 0, 0, 0.00, 'landscape 7', '', 7, '0', '0', '0', 1398),
- (1399, 'landscape', 'landscape', 15, 0, 0, 0, 0.00, 'landscape 8', '', 7, '0', '0', '0', 1399),
- (1400, 'det_body', 'det_body', 15, 4, 2, 3, 0.00, 'det_body', '', 79, '0', '1', '1', 1400),
- (1401, 'det_divider', 'det_divider', 15, 1, 2, 1, 0.00, 'det_divider', '', 79, '1', '1', '1', 1401),
- (1402, 'det_bhole', 'det_bhole', 15, 0, 0, 0, 0.00, 'det_bhole', '', 79, '0', '1', '1', 1402),
- (1403, 'hcc_chair', 'hcc_chair', 15, 2, 1, 1, 1.00, 'hcc_chair', '', 81, '0', '1', '1', 1403),
- (1404, 'hcc_minibar', 'hcc_minibar', 15, 1, 1, 1, 1.00, 'hcc_minibar', '', 81, '1', '1', '1', 1404),
- (1405, 'hcc_shelf', 'hcc_shelf', 15, 1, 1, 2, 1.00, 'hcc_shelf', '', 81, '0', '1', '1', 1405),
- (1406, 'hcc_sofa', 'hcc_sofa', 15, 2, 2, 1, 1.00, 'hcc_sofa', '', 81, '0', '1', '1', 1406),
- (1407, 'hcc_sofachair', 'hcc_sofachair', 15, 2, 1, 1, 1.00, 'hcc_sofachair', '', 81, '0', '1', '1', 1407),
- (1408, 'hcc_stool', 'hcc_stool', 15, 2, 1, 1, 1.00, 'hcc_stool', '', 81, '0', '1', '1', 1408),
- (13573, 'hcc_table', 'hcc_table', 15, 1, 1, 2, 0.00, 'hcc_table', '', 81, '0', '1', '1', 1409),
- (13581, 'netari_carpet', 'netari_carpet', 5, 4, 3, 5, 0.00, 'netari_carpet', '', 79, '0', '1', '1', 1410),
- (13582, 'netari_poster', 'netari_poster', 15, 0, 0, 0, 0.00, 'netari_poster', '', 79, '0', '1', '1', 1411),
- (1409, 'Billiard Table', 'Place your bets!', 5, 1, 3, 2, 0.00, 'billiard', '0,0,0', 84, '0', '1', '1', 101),
- (1410, 'Casino Table', 'Place your bets!', 5, 1, 2, 2, 0.00, 'casinotable', '0,0,0', 84, '0', '1', '1', 101),
- (10006, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_mall_winmus', '0,0,0', 90, '0', '0', '0', 10006),
- (10004, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_mall_winchi', '0,0,0', 90, '0', '1', '0', 10004),
- (10005, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_mall_wincin', '0,0,0', 90, '0', '0', '0', 10005),
- (10003, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_mall_winbea', '0,0,0', 90, '0', '0', '0', 10003),
- (10008, 'Mall Window', 'Shopping spree girls!', 5, 0, 0, 0, 0.00, 'ads_mall_window', '0,0,0', 90, '0', '0', '0', 10008),
- (10001, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_mall_winpet', '0,0,0', 90, '0', '0', '0', 10001),
- (10000, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_mall_winfur', '0,0,0', 90, '0', '1', '0', 10000),
- (2085, 'ads_idol_wall', 'ads_idol_wall', 5, 0, 0, 0, 0.00, 'ads_idol_wall', '0,0,0', 93, '0', '0', '0', 2085),
- (2084, 'ads_idol_floor2', 'ads_idol_floor2', 5, 4, 2, 2, 0.00, 'ads_idol_floor2', '0,0,0', 93, '0', '0', '0', 2084),
- (2083, 'ads_idol_floor1', 'ads_idol_floor1', 5, 4, 2, 2, 0.00, 'ads_idol_floor1', '0,0,0', 93, '0', '0', '0', 2083),
- (2082, 'ads_idol_drape', 'ads_idol_drape', 5, 4, 3, 1, 0.00, 'ads_idol_drape', '0,0,0', 93, '0', '0', '0', 2082),
- (2080, 'ads_idol_ch', 'ads_idol_ch', 5, 2, 1, 1, 1.00, 'ads_idol_ch', '0,0,0', 93, '0', '0', '0', 2080),
- (2079, 'ads_igorevilb', 'ads_igorevilb', 5, 0, 0, 0, 0.00, 'ads_igorevilb', '0,0,0', 92, '0', '0', '0', 2079),
- (2078, 'ads_igor_wall', 'ads_igor_wall', 5, 0, 0, 0, 0.00, 'ads_igor_wall', '0,0,0', 92, '0', '0', '0', 2078),
- (2077, 'ads_igor_flask', 'ads_igor_flask', 5, 1, 1, 1, 0.00, 'ads_igor_flask', '0,0,0', 92, '0', '0', '0', 2077),
- (2076, 'ads_igor_dsk', 'ads_igor_dsk', 5, 1, 2, 1, 0.00, 'ads_igor_dsk', '0,0,0', 92, '0', '0', '0', 2076),
- (10009, 'Mall Door', 'Brand new teleporter!', 15, 4, 1, 1, 0.00, 'ads_mall_tele', '0,0,0', 38, '0', '1', '1', 10009),
- (10010, 'Black One Way Gate', 'Once you''re in you can never escape!', 5, 1, 1, 1, 0.00, 'one_way_door*3', '#525252,#ffffff,#525252', 127, '0', '1', '1', 10010),
- (1888, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_cactus1', '0', 12, '0', '1', '1', 1888),
- (1889, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_cactus2', '0', 12, '0', '1', '1', 1889),
- (1812, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_cactus3', '0', 12, '0', '1', '1', 1812),
- (1891, 'LOL', 'LOL', 6, 2, 1, 1, 1.20, 'eco_chair1', '0', 12, '0', '1', '1', 1891),
- (1892, 'LOL', 'LOL', 6, 2, 1, 1, 1.20, 'eco_chair2', '0', 12, '0', '1', '1', 1892),
- (1893, 'LOL', 'LOL', 6, 2, 1, 1, 1.20, 'eco_chair3', '0', 12, '0', '1', '1', 1893),
- (1894, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_fruits1', '0', 12, '0', '1', '1', 1894),
- (1895, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_fruits2', '0', 12, '0', '1', '1', 1895),
- (1896, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_fruits3', '0', 12, '0', '1', '1', 1896),
- (1897, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_lamp1', '0', 12, '0', '1', '1', 1897),
- (1898, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_lamp2', '0', 12, '0', '1', '1', 1898),
- (1899, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_lamp3', '0', 12, '0', '1', '1', 1899),
- (18088, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_cactus1', '0', 12, '0', '1', '1', 18088),
- (18089, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_cactus2', '0', 12, '0', '1', '1', 18089),
- (18012, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_cactus3', '0', 12, '0', '1', '1', 18012),
- (18091, 'LOL', 'LOL', 6, 2, 1, 1, 1.20, 'eco_chair1', '0', 12, '0', '1', '1', 18091),
- (18092, 'LOL', 'LOL', 6, 2, 1, 1, 1.20, 'eco_chair2', '0', 12, '0', '1', '1', 18092),
- (18093, 'LOL', 'LOL', 6, 2, 1, 1, 1.20, 'eco_chair3', '0', 12, '0', '1', '1', 18093),
- (18094, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_fruits1', '0', 12, '0', '1', '1', 18094),
- (18095, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_fruits2', '0', 12, '0', '1', '1', 18095),
- (18096, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_fruits3', '0', 12, '0', '1', '1', 18096),
- (18097, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_lamp1', '0', 12, '0', '1', '1', 18097),
- (18098, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_lamp2', '0', 12, '0', '1', '1', 18098),
- (18099, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_lamp3', '0', 12, '0', '1', '1', 18099),
- (11200, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_light1', '0', 12, '0', '1', '1', 11200),
- (11201, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_light2', '0', 12, '0', '1', '1', 11201),
- (11202, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_light3', '0', 12, '0', '1', '1', 11202),
- (11203, 'LOL', 'LOL', 6, 2, 1, 1, 1.00, 'eco_sofa1', '0', 12, '0', '1', '1', 11203),
- (11204, 'LOL', 'LOL', 6, 2, 1, 1, 1.00, 'eco_sofa2', '0', 12, '0', '1', '1', 11204),
- (11205, 'LOL', 'LOL', 6, 2, 1, 1, 1.00, 'eco_sofa3', '0', 12, '0', '1', '1', 11205),
- (11206, 'LOL', 'LOL', 6, 1, 2, 2, 1.00, 'eco_table1', '0', 12, '0', '1', '1', 11206),
- (11207, 'LOL', 'LOL', 6, 1, 2, 2, 1.00, 'eco_table2', '0', 12, '0', '1', '1', 11207),
- (11208, 'LOL', 'LOL', 6, 1, 2, 2, 1.00, 'eco_table3', '0', 12, '0', '1', '1', 11208),
- (11209, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'eco_tree1', '0', 12, '0', '1', '1', 11209),
- (10913, 'LOL', 'LOL', 6, 4, 2, 2, 0.01, 'bump_road', '0,0,0', 12, '0', '1', '1', 10913),
- (10914, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'bump_signs', '0', 12, '0', '1', '1', 10914),
- (10915, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'bump_tires', '0', 12, '0', '1', '1', 10915),
- (10916, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'bump_tottero', '0', 12, '0', '1', '1', 10916),
- (10917, 'LOL', 'LOL', 6, 1, 1, 1, 0.00, 'bump_lights', '0', 12, '0', '1', '1', 10917),
- (1956, 'Executive Hatch', 'Open, Close... So magical!', 5, 1, 1, 1, 0.00, 'exe_gate', '0,0,0', 116, '0', '1', '1', 1956),
- (1957, 'Map', 'What is that "Bomb Here" mean?', 3, 0, 0, 0, 0.00, 'exe_map', '0,0,0', 116, '0', '1', '1', 1957),
- (1958, 'Waterfall', 'Water, fall, you water, you fall', 3, 0, 0, 0, 0.00, 'exe_wfall', '0,0,0', 116, '0', '1', '1', 1958),
- (1959, 'Lamp', 'I can see now', 8, 4, 1, 1, 0.00, 'exe_light', '0,0,0', 116, '0', '1', '1', 1959),
- (1960, 'Cubical Light', 'Square', 6, 1, 1, 1, 0.00, 'exe_cubelight', '0,0,0', 116, '0', '1', '1', 1960),
- (1961, 'Art Lamp', 'Artsie', 6, 1, 1, 1, 0.00, 'exe_artlamp', '0,0,0', 116, '0', '1', '1', 1961),
- (1962, 'Idol Chair', 'Sit Down', 3, 2, 1, 1, 1.50, 'ads_idol_ichair', '0,0,0', 116, '0', '1', '1', 1962),
- (1963, 'Tree', 'Make me some air', 8, 1, 2, 2, 0.80, 'env_tree4', '0,0,0', 116, '0', '1', '1', 1963),
- (1964, 'Tree', 'Leafy', 5, 1, 1, 1, 1.00, 'env_tree1', '0,0,0', 116, '0', '1', '1', 1964),
- (1965, 'Tree', 'He has Wood', 5, 2, 1, 1, 1.00, 'env_tree2', '0,0,0', 116, '0', '1', '1', 1965),
- (1966, 'Tree', 'Morning Wood', 5, 1, 1, 1, 1.00, 'env_tree3', '0,0,0', 116, '0', '1', '1', 1966),
- (1967, 'American Idol Tube?', 'No clue what this is', 5, 1, 1, 1, 1.00, 'ads_idol_tube', '0,0,0', 116, '0', '1', '1', 1967),
- (1968, 'American Idol Poster', 'Branding your Wall', 3, 0, 0, 0, 0.00, 'ads_idol_logo', '0,0,0', 116, '0', '1', '1', 1968),
- (1969, 'Grass', 'I hope you dont have Hayfever', 25, 4, 2, 2, 0.00, 'env_grass', '0,0,0', 116, '0', '1', '1', 1969),
- (1970, 'Bush', 'Very Bushy', 5, 1, 1, 2, 0.00, 'env_bushes', '0,0,0', 116, '0', '1', '1', 1970),
- (1971, 'Bush Gate', 'Bush Gate', 6, 1, 2, 2, 0.00, 'env_bushes_gate', '0,0,0', 116, '0', '1', '1', 1971),
- (1972, 'Window', 'This is an advertisiment', 3, 0, 0, 0, 0.00, 'ads_mall_winspo', '0,0,0', 116, '0', '1', '1', 1972),
- (1973, 'Wndw', 'I dnt pt mst vlws', 3, 0, 0, 0, 0.00, 'ads_mall_winice', '0,0,0', 116, '0', '1', '1', 1973),
- (1974, 'Mr Cactus', 'Hes Pricky', 10, 1, 1, 1, 1.00, 'ads_grefusa_cactus', '0,0,0', 116, '0', '1', '1', 1974),
- (1975, 'Totem', 'only the leg', 25, 1, 1, 1, 1.00, 'totem_leg', '0,0,0', 116, '0', '1', '1', 1975),
- (2043, '', '', 1, 0, 0, 0, 0.00, 'ads_malaco_tv', '0,0,0', 12, '0', '1', '1', 2043),
- (2044, '', '', 1, 0, 0, 0, 0.00, 'ads_puffet_tv', '0,0,0', 12, '0', '1', '1', 2044),
- (2045, '', '', 1, 0, 0, 0, 0.00, 'ads_reebok_tv', '0,0,0', 12, '0', '1', '1', 2045),
- (2046, '', '', 1, 0, 0, 0, 0.00, 'ads_lin_wh_c', '0,0,0', 12, '0', '1', '1', 2046),
- (2047, '', '', 1, 0, 0, 0, 0.00, 'country_forestwall', '0,0,0', 12, '0', '1', '1', 2047),
- (2048, '', '', 1, 1, 1, 1, 0.00, 'tray_cake', '0,0,0', 12, '0', '1', '1', 2048),
- (2049, '', '', 1, 1, 1, 1, 0.00, 'tray_champagne', '0,0,0', 12, '0', '1', '1', 2049),
- (2050, '', '', 1, 1, 1, 1, 0.00, 'tray_glasstower', '0,0,0', 12, '0', '1', '1', 2050),
- (13586, 'urban_bench', 'urban_bench', 3, 2, 2, 1, 1.00, 'urban_bench', '', 68, '0', '1', '1', 2),
- (13585, 'urban_carsofa', 'urban_carsofa', 3, 2, 2, 1, 1.00, 'urban_carsofa', '', 68, '0', '1', '1', 1),
- (13584, 'urban_fence_corner', 'urban_fence_corner', 3, 1, 1, 1, 0.00, 'urban_fence_corner', '', 68, '0', '1', '1', 0),
- (13587, 'urban_sidewalk', 'urban_sidewalk', 3, 4, 2, 2, 0.00, 'urban_sidewalk', '', 68, '0', '1', '1', 5),
- (13588, 'urban_wpost', '', 3, 1, 1, 1, 2.00, 'urban_wpost', '', 68, '0', '1', '1', 7),
- (13589, 'urban_fence', 'urban_fence', 3, 1, 1, 2, 0.00, 'urban_fence', '', 68, '0', '1', '1', 9),
- (13590, 'urban_bin', 'urban_bin', 3, 1, 1, 1, 0.00, 'urban_bin', '', 68, '0', '1', '1', 10),
- (13591, 'urban_blocker', 'urban_blocker', 3, 1, 1, 1, 0.00, 'urban_blocker', '', 68, '0', '1', '1', 11),
- (13592, 'urban_bsktbll', 'urban_bsktbll', 3, 1, 1, 1, 0.00, 'urban_bsktbll', '', 68, '0', '1', '1', 12),
- (13593, 'urban_lamp', '', 3, 1, 1, 1, 0.00, 'urban_lamp', '', 68, '0', '1', '1', 13),
- (13594, 'urban_wall', 'urban_wall', 3, 0, 0, 0, 0.00, 'urban_wall', '', 68, '0', '1', '1', 15),
- (10011, 'Aqua One Way Gate', 'Once you''re in you can never escape!', 5, 1, 1, 1, 0.00, 'one_way_door*1', '#ABD0D2,#ffffff,#ABD0D2', 127, '0', '1', '1', 10011),
- (10012, 'Pink One Way Gate', 'Once you''re in you can never escape!', 5, 1, 1, 1, 0.00, 'one_way_door*2', '#FF99BC,#ffffff,#FF99BC', 127, '0', '1', '1', 10012),
- (10013, 'White One Way Gate', 'Once you''re in you can never escape!', 5, 1, 1, 1, 0.00, 'one_way_door*4', '#ffffff,#ffffff,#ffffff', 127, '0', '1', '1', 10013),
- (10014, 'Beige One Way Gate', 'Once you''re in you can never escape!', 5, 1, 1, 1, 0.00, 'one_way_door*5', '#F7EBBC,#ffffff,#F7EBBC', 127, '0', '1', '1', 10014),
- (10015, 'Blue One Way Gate', 'Once you''re in you can never escape!', 5, 1, 1, 1, 0.00, 'one_way_door*6', '#5EAAF8,#ffffff,#5EAAF8', 127, '0', '1', '1', 10015),
- (10016, 'Green One Way Gate', 'Once you''re in you can never escape!', 5, 1, 1, 1, 0.00, 'one_way_door*7', '#92D13D,#ffffff,#92D13D', 127, '0', '1', '1', 10016),
- (10017, 'Yellow One Way Gate', 'Once you''re in you can never escape!', 5, 1, 1, 1, 0.00, 'one_way_door*8', '#FFD837,#ffffff,#FFD837', 127, '0', '1', '1', 10017),
- (10018, 'Red One Way Gate', 'Once you''re in you can never escape!', 5, 1, 1, 1, 0.00, 'one_way_door*9', '#E14218,#ffffff,#E14218', 127, '0', '1', '1', 10018),
- (53500, 'Magical Arrow', 'Yes?', 5, 1, 1, 1, 0.00, 'arrow', '0,0,0', 38, '0', '1', '1', 53500),
- (211516, 'country_gate', 'country_gate', 6, 1, 2, 1, 0.00, 'country_gate', '0,0,0', 115, '1', '1', '1', 211516),
- (211517, 'country_fp', 'country_fp', 6, 0, 0, 0, 0.00, 'country_fp', '0,0,0', 115, '0', '1', '1', 211517),
- (211518, 'country_fnc3', '', 6, 1, 1, 1, 0.00, 'country_fnc3', '0,0,0', 115, '0', '1', '1', 211518),
- (211519, 'country_fnc2', '', 6, 1, 2, 1, 0.00, 'country_fnc2', '0,0,0', 115, '0', '1', '1', 211519),
- (211520, 'country_fnc1', 'Wooden fence', 6, 1, 2, 1, 0.00, 'country_fnc1', '0,0,0', 115, '0', '1', '1', 211520),
- (211521, 'The Golden Tablet', 'What every Museum resident craves', 6, 1, 1, 1, 0.00, 'ads_goldtabl', '0,0,0', 115, '0', '1', '1', 211521),
- (211522, 'ads_calip_cola_1 name', 'ads_calip_cola_1 text', 6, 1, 1, 1, 2.00, 'ads_calip_cola*1', '#FFFFFF,#FFFFFF,#FFFFFF,#d2ff00,#FFFFFF', 115, '0', '1', '1', 211522),
- (211515, 'country_grass', 'country_grass', 6, 4, 2, 2, 0.00, 'country_grass', '0,0,0', 115, '0', '1', '1', 211515),
- (211514, 'country_lantern', 'country_lantern', 6, 0, 0, 0, 0.00, 'country_lantern', '0,0,0', 115, '0', '1', '1', 211514),
- (211513, 'country_log', 'country_log', 6, 1, 2, 1, 0.00, 'country_log', '0,0,0', 115, '0', '1', '1', 211513),
- (211511, 'country_rbw', '', 6, 1, 1, 1, 0.00, 'country_rbw', '0,0,0', 115, '0', '1', '1', 211511),
- (211512, 'country_rain', '', 6, 4, 1, 1, 0.00, 'country_rain', '0,0,0', 115, '0', '1', '1', 211512),
- (211503, 'Sound set 72', '', 6, 1, 1, 1, 0.00, 'sound_set_72', '0,0,0', 115, '0', '1', '1', 211503),
- (211504, 'country wheat', 'country wheat', 6, 1, 2, 2, 0.00, 'country_wheat', '0,0,0', 115, '0', '1', '1', 211504),
- (211505, 'country_well', 'country_well', 6, 1, 1, 1, 2.00, 'country_well', '0,0,0', 115, '0', '1', '1', 211505),
- (211506, 'Country Wall', 'Tudor Style', 6, 0, 0, 0, 0.00, 'country_wall', '0,0,0', 115, '0', '1', '1', 211506),
- (211507, 'country_trctr', 'country_trctr', 6, 1, 2, 2, 0.00, 'country_trctr', '0,0,0', 115, '0', '1', '1', 211507),
- (211508, 'country_stage', '', 6, 1, 2, 2, 0.00, 'country_stage', '0,0,0', 115, '0', '1', '1', 211508),
- (211509, 'country_soil', '', 6, 4, 2, 2, 0.00, 'country_soil', '0,0,0', 115, '0', '1', '1', 211509),
- (211510, 'country_scarecrow', 'country_scarecrow', 6, 1, 1, 1, 0.00, 'country_scarecrow', '0,0,0', 115, '0', '1', '1', 211510),
- (211502, 'eco_mush1', '', 6, 1, 1, 1, 0.00, 'eco_mush1', '0,0,0', 115, '0', '1', '1', 211502),
- (211500, 'env_telep name', 'env_telep desc', 6, 1, 1, 1, 2.00, 'env_telep', '0,0,0', 115, '0', '1', '1', 211500),
- (211501, 'eco_mush2', '', 6, 1, 1, 1, 0.00, 'eco_mush2', '0,0,0', 115, '0', '1', '1', 211501),
- (5338, 'Teleport Door', 'Magic doorway to anywhere!', 6, 4, 1, 1, 0.00, 'exe_elevator', '0,0,0', 38, '0', '1', '1', 5338),
- (5348, 'Teleport Door', 'Magic doorway to anywhere!', 6, 4, 1, 1, 0.00, 'ads_mall_elevator', '0,0,0', 38, '0', '1', '1', 5348);
- -- --------------------------------------------------------
- --
- -- Table structure for table `catalogue_pages`
- --
- CREATE TABLE IF NOT EXISTS `catalogue_pages` (
- `indexid` tinyint(3) NOT NULL,
- `minrank` tinyint(1) NOT NULL,
- `indexname` varchar(100) COLLATE latin1_general_ci NOT NULL,
- `displayname` varchar(100) COLLATE latin1_general_ci NOT NULL,
- `style_layout` varchar(100) COLLATE latin1_general_ci NOT NULL,
- `img_header` varchar(100) COLLATE latin1_general_ci DEFAULT NULL,
- `img_side` text COLLATE latin1_general_ci,
- `label_description` text COLLATE latin1_general_ci,
- `label_misc` text COLLATE latin1_general_ci,
- `label_moredetails` varchar(150) COLLATE latin1_general_ci DEFAULT NULL,
- `opt_bodyreplace` text COLLATE latin1_general_ci,
- PRIMARY KEY (`indexid`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
- --
- -- Dumping data for table `catalogue_pages`
- --
- INSERT INTO `catalogue_pages` (`indexid`, `minrank`, `indexname`, `displayname`, `style_layout`, `img_header`, `img_side`, `label_description`, `label_misc`, `label_moredetails`, `opt_bodyreplace`) VALUES
- (5, 7, 'no rares', 'Rare', 'ctlg_norares', 'catalog_rares_headline1', 'ctlg_norare_char1,', 'There isn''t a rare item to buy at the moment, but it''s coming soon! Please don''t email us about it - we''re keeping it secret...<br>', '', '', NULL),
- (6, 7, 'Rare', 'Rare', 'ctlg_productpage1', 'catalog_rares_headline1', '', 'It''s Spring, and it''s the best time to stock up on Parasols! Go get your Green Parasol Now!:', 's:Only for 2 weeks!!!', '', NULL),
- (7, 1, 'Spaces', 'Spaces', 'ctlg_spaces', 'catalog_spaces_headline1', NULL, 'Floors, wallpapers and landscapes - get a groovy new look for your room. Use our virtual room preview below to test out the combinations before you buy. Select the design and colour you desire and click buy. OFFER: Great value on Landscapes - from 2 Credits!', 't5:Pattern\r\nt2:Floor\r\nt8:Pattern\r\nt11:Landscape\r\nt10:Floor\r\nt6:Colour\r\nt3:Pattern\r\nt9:Colour', 't7:Preview t4:Colour t1:Wall', NULL),
- (8, 7, 'Pets', 'Pets', 'ctlg_pets', 'catalog_pet_headline1', 'catalog_pets_teaser1,', 'Fluff, scales and whiskers, meows, snaps and woofs! Anyone can have a pet on Habbo! Select your new pet from our ever changing selection, just click to page two then click back, to see more pets!', 'u:Pets2', 'Adopt a Pet today!', NULL),
- (9, 7, 'Pet Accessories', 'Pet Accessories', 'ctlg_layout2', 'catalog_pet_headline2', 'ctlg_pet_teaser1,', 'You''ll need to take care of your pet to keep it happy and healthy. This section of the Catalogue has EVERYTHING you?ll need to satisfy your pet?s needs.', 's:You''ll have to share it!', 'Click on the item you want for more information.', NULL),
- (11, 1, 'Area', 'Area', 'ctlg_layout2', 'catalog_area_headline1', 'catalog_area_teaser1,', 'Introducing the Area Collection... Clean, chunky lines set this collection apart as a preserve of the down-to-earth Habbo. It''s beautiful in its simplicity, and welcoming to everyone.', 's:2: Beautiful in it''s simplicity!', 'Click on the item you want for more information.', NULL),
- (12, 7, 'Accessories', 'Accessories', 'ctlg_layout2', 'catalog_extra_headline1', 'catalog_extra_teaser1,', 'Is your room missing something? Well, now you can add the finishing touches that express your true personality. And don''t forget, like everything else, these accessories can be moved about to suit your mood.', 's:2: I love my rabbit...', 'Click on the item you want for more information.', NULL),
- (13, 7, 'Asian', 'Asian', 'ctlg_layout2', 'catalog_asian_headline1', 'catalog_asian_teaser1,', 'Dit pure haandwerk uit de eeuwenoude oosterse pixeltraditie brengt balans in elk Habbointerieur. Jin en Yang vloeien samen met Feng en Shui in een uitgebalanceerde collectie meubi. ', 's:2: Oh, look there! Is Mulan the girl of Disney xD', 'Click on the item you want for more information.', NULL),
- (14, 2, 'Bathroom', 'Bathroom', 'ctlg_layout2', 'catalog_bath_headline1', 'catalog_bath_teaser1,', 'Introducing the Bathroom Collection... Have some fun with the cheerful bathroom collection. Give yourself and your guests somewhere to freshen up - vital if you want to avoid nasty niffs. Put your loo in a corner though...', 's:2: Every Habbo needs one!', 'Click on the item you want for more information.', NULL),
- (15, 7, 'Candy', 'Candy', 'ctlg_layout2', 'catalog_candy_headline1', 'catalog_candy_teaser1,', 'Introducing the Candy Collection... Candy combines the cool, clean lines of the Mode collection with a softer, more soothing style. It''s urban sharpness with a hint of the feminine.', 's:2: Relax! It''s faux-fur.', 'Click on the item you want for more information.', NULL),
- (16, 7, 'Camera', 'Camera', 'ctlg_camera1', 'catalog_camera_headline1', 'campic_cam,campic_film,', 'Take a picture and keep a record of those special moments forever. With your Habbo camera you can take pictures of just about anything in the Hotel ? Even your friend on the loo...<br><br>A Camera costs 10 Credits (TWO FREE photos included).', '', 't1:When you''ve used your free photos, you''ll need to buy more? Each Film (5 photos) costs 6 Credits. <br><br>Your Camera will show how much film you ', NULL),
- (17, 7, 'Flags', 'Flags', 'ctlg_layout2', 'catalog_flags_headline1', 'catalog_flags_teaser1,', 'If you''re feeling patriotic, get a flag to prove it. Our finest cloth flags will brighten up the dullest walls.', 's:2: Flag this section for later!', 'Click on the item you want for more information.', NULL),
- (18, 1, 'Gallery', 'Gallery', 'ctlg_layout2', 'catalog_gallery_headline1', 'catalog_posters_teaser1,', 'Adorn your walls with wondrous works of art, posters, plaques and wall hangings. We have items to suit all tastes, from kitsch to cool, traditional to modern.', 's:2: Brighten up your walls!', 'Click on the item you want for more information.', NULL),
- (19, 7, 'Glass', 'Glass', 'ctlg_layout2', 'catalog_glass_headline1', 'catalog_glass_teaser1,', 'Glass: Habbo Hotels exclusive furni line made from plexiglass, in different colors! Buy here your furni for a modern lounge!', 's:2: Oh My God, it''s transparant!', 'Click on the item you want for more information.', NULL),
- (20, 7, 'Gothic', 'Gothic', 'ctlg_layout2', 'catalog_gothic_headline1', 'catalog_gothic_teaser1,', 'The Gothic section is full of medieval looking Furni. Check back for additions to this section as there are still some unreleased items to come!', 's:Gothic is my style.', 'Click on the item you want for more information.', NULL),
- (21, 7, 'Grunge', 'Grunge', 'ctlg_layout2', 'catalog_gru_headline1', 'catalog_gru_teaser,', 'Introducing the Grunge Range. Alternative Habbos with alternative style or rebellious students with a point to prove. The Grunge range will get your bedroom looking just the way you like it - organised, neat and tidy!', '', 'New! Flaming Barrels out now!', NULL),
- (22, 1, 'Habbo Exchange', 'Money', 'ctlg_layout2', 'catalog_bank_headline1', 'catalog_bank_teaser,', 'The Habbo Exchange is where you can convert your Habbo Credits into a tradable currency. You can use this tradable currency to exchange Habbo Credits for Furni!', 's:Refundable goods!', 'Click on an item to see more details', NULL),
- (23, 7, 'Habbowood', 'Habbowood', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Exclusive: the new Habbowood furni, collect them all!', 's:1: Light, Camera, Action!', 'Click on the item you want for more information.', NULL),
- (24, 1, 'Iced', 'Iced', 'ctlg_layout2', 'catalog_iced_headline1', 'catalog_iced_teaser1,', 'Introducing the Iced Collection... For the Habbo who needs no introduction. It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination to run wild!', 's:2: These chairs are so comfy.', 'Click on the item you want for more information.', NULL),
- (25, 7, 'Japanese', 'Japanese', 'ctlg_layout2', 'catalog_jap_headline2', 'catalog_jap_teaser3,', 'Here you can find the new Japanese furni! Get them now!', 's:1: Brand new furni!', 'Click on the item you want for more information.', NULL),
- (26, 1, 'Lodge', 'Lodge', 'ctlg_layout2', 'catalog_lodge_headline1', 'catalog_lodge_teaser1,', 'Introducing the Lodge Collection... Do you appreciate the beauty of wood? For that ski lodge effect, or to match that open fire... Lodge is the Furni of choice for Habbos with that no frills approach to decorating. <br>', 's:2: I LOVE this wood Furni!', 'Click on the item you want for more information.', NULL),
- (27, 1, 'Mode', 'Mode', 'ctlg_layout2', 'catalog_mode_headline1', 'catalog_mode_teaser1,', 'Introducing the Mode Collection... Steely grey functionality combined with sleek designer upholstery. The Habbo that chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', 's:2: So shiny and new...', 'Click on the item you want for more information.', NULL),
- (28, 7, 'Offers', 'Offers', 'ctlg_layout2', 'catalog_deals_headline1', 'catalog_deals_teaser1,', 'Special Offers are great if you?re just starting out. Take a look at our special collections, all at a great price.<br><br>Check them out!', '', 'Click on a deal to find out what''s included and how much it costs.', NULL),
- (29, 7, 'Plants', 'Plants', 'ctlg_layout2', 'catalog_plants_headline1', 'catalog_plants_teaser1,', 'New, never before seen Bulrush Plant is here for a limited time only. Buy it now!<br>Introducing the Plant Collection... Every room needs a plant! Not only do they bring a bit of the outside inside, they also enhance the air quality!', 's:2: I am at one with the trees', 'Click on the item you want for more information.', NULL),
- (30, 7, 'Plastic', 'Plasto', 'ctlg_plasto', 'catalog_plasto_headline1', NULL, 'Introducing The Plastic Collection... Can you feel that 1970s vibe? Decorate with Plastic and add some colour to your life. Choose a colour that reflect your mood, or just pick your favourite shade.', 't2:Select The Colour\rs:New colours!\rt3:Preview\rt1:Choose An Item', 'Select an item and a colour and buy!', NULL),
- (31, 7, 'Presents', 'Presents', 'ctlg_presents', 'catalog_gifts_headline1', 'catalog_presents_teaser1,catalog_presents_teaser2,', 'Show your Habbo friends just how much you care and send them a gift from the Habbo Catalogue. ANY Catalogue item can be sent as a gift to ANY Habbo, all you need is their Habbo name!', 't1:Buying an item as a gift couldn?to be simpler... <br><br>Buy an item from the Catalogue in the normal way, but tick ''buy as a gift''. Tell us which Habbo you want to give the gift to and we''ll gift wrap it and deliver it straight to their hand.', '', NULL),
- (32, 7, 'Pura', 'Pura', 'ctlg_layout2', 'catalog_pura_headline1', 'catalog_pura_teaser1,', 'Introducing the Pura Collection... This collection breathes fresh, clean air and cool tranquility. The Pura Waltzer has arrived! Check back regularly to see new colours of Pura on sale!', '', 'Click on the item you want for more information.', NULL),
- (33, 7, 'Recycler', 'Ecotron', 'ctlg_recycler', 'catalog_recycler_headline1', NULL, NULL, '', NULL, NULL),
- (34, 7, 'Rollers', 'Rollers', 'ctlg_layout2', 'catalog_roller_headline1', '', 'Move your imagination, while you move your Habbo! Perfect for mazes, games, for keeping your queue moving or making your pet go round in circles for hours. Available in multi-packs ? the more you buy the cheaper the Roller! Pink Rollers out now!', 's:You can fit 35 Rollers in a Guest Room!', 'Click on a Roller to see more information!', NULL),
- (35, 7, 'Romantique', 'Romantique', 'ctlg_layout2', 'catalog_romantique_headline1', 'catalog_rom_teaser,', 'The Romantique range features Grand Pianos, old antique lamps and tables. It is the ideal range for setting a warm and loving mood in your room. Spruce up your room and invite that special someone over. Now featuring the extra special COLOUR edition.', '', 'Click on the item you want for more information.', NULL),
- (36, 1, 'Rugs', 'Rugs', 'ctlg_layout2', 'catalog_rugs_headline1', 'catalog_rugs_teaser1,', 'We have rugs for all occasions. All rugs are non-slip and washable.', 's:2: Rugs, rugs and more rugs!', 'Click on the item you want for more information.', NULL),
- (37, 7, 'Sports', 'Sport', 'ctlg_layout2', 'catalog_sports_headline1', 'catalog_sports_teaser1,', 'For the sporty habbos, here is the sports section!', NULL, 'Click on the item you want for more information.', NULL),
- (38, 7, 'Teleport', 'Teleport', 'ctlg_layout2', 'catalog_doors_headline1', 'catalog_teleports_teaser2,catalog_door_c,catalog_door_b,', 'Beam your Habbo from one room to another with one of our cunningly disguised, space age teleports. Now you can link any two rooms together! Teleports are sold in pairs, so if you trade for them, check you''re getting a linked pair.', 's:Teleport!', 'Select an item by clicking one of the icons on the left.', NULL),
- (39, 7, 'Trax Ambient', 'Trax Ambient', 'ctlg_soundmachine', 'catalog_trx_header1', 'catalog_trx_teaser1,', 'Welcome to the Ambient Trax Store! With groovy beats and chilled out melodies, this is the section for some cool and relaxing tunes.', NULL, NULL, NULL),
- (40, 7, 'Trax Dance', 'Trax Dance', 'ctlg_soundmachine', 'catalog_trx_header2', 'catalog_trx_teaser2,', 'Welcome to the Dance Trax Store! With funky beats and catchy melodies, this is the section for every clubber to indulge in.', NULL, NULL, NULL),
- (41, 7, 'Trax Rock', 'Trax Rock', 'ctlg_soundmachine', 'catalog_trx_header3', 'catalog_trx_teaser3,', 'Welcome to the Rock Trax Store! With heavy beats and rockin'' riffs, this is the section for every rock fan to experiment with.', NULL, NULL, NULL),
- (42, 7, 'Trax SFX', 'Trax SFX', 'ctlg_soundmachine', 'catalog_trx_header4', 'catalog_trx_teaser4,', 'Welcome to the SFX Trax Store! With crazy sounds and weird noises, this is the section for every creative room builder to indulge in.', NULL, NULL, NULL),
- (43, 7, 'Trax Urban', 'Trax Urban', 'ctlg_soundmachine', 'catalog_trx_header5', 'catalog_trx_teaser5,', 'Welcome to the Urban Trax Store! With hip hop beats and RnB vocals, this is the section for every city bopper to indulge in.', NULL, NULL, NULL),
- (44, 7, 'Trophies', 'Trophies', 'ctlg_trophies', 'catalog_trophies_headline1', '', 'Reward your Habbo friends, or yourself with one of our fabulous glittering array of bronze, silver and gold trophies.<br><br>First choose the trophy model (click on the arrows to see all the different styles) and then the metal (click on the seal below the trophy). Type your inscription below and we''ll engrave it on the trophy along with your name and today''s date.', 't1:Type your inscription CAREFULLY, it''s permanent!', NULL, NULL),
- (45, 7, 'Christmas', 'Christmas', 'ctlg_layout2', 'catalog_xmas_headline1', 'catalog_xmas_teaser,', 'The Habbo Christmas catalogue has everything you need to make the perfect festive room: Trees, ducks with santa hats on, puddings and of course, Menorahs!', 's:2:Tuck into Christmas!', 'Click on an item to see a bigger version of it!', NULL),
- (46, 7, 'Easter', 'Easter', 'ctlg_layout2', 'catalog_easter_headline1', 'catalog_easter_teaser1,', '''Egg''cellent furni - Bouncing bunnies, fluffy chicks, choccy eggs... Yep, it''s Easter! Celebrate with something ''eggs''tra special from our Easter range. But hurry - it''s not here for long this year!', 's:2: ''Egg''-Tastic!', 'Click on an item for more details.', NULL),
- (47, 7, 'Halloween', 'Halloween', 'ctlg_layout2', 'catalog_halloween_headline1', 'catalog_halloween_teaser,', 'Yes, it''s a spookfest! Get your boney hands on our creepy collection of ghoulish goodies. But be quick - they''ll be gone from the Catalogue after two weeks!', 's:2:Halloween is My day!', 'Click on an item to see a bigger version of it!', NULL),
- (48, 7, 'Love', 'Love', 'ctlg_layout2', 'catalog_love_headline1', 'catalog_love_teaser1,', 'The love collection has everything to create the perfect love room, for a good price!', 's:2:Oh! Comes Valentine''s Day!', 'Click on an item to see a bigger version of it!', NULL),
- (49, 7, 'Area Colour', 'Area Colour', 'ctlg_layout2', 'catalog_area_headline1', 'catalog_area_teaser1,', 'Introducing the Area Collection... Clean, chunky lines set this collection apart as a preserve of the down-to-earth Habbo. It''s beautiful in its simplicity, and welcoming to everyone.', 's:Much More Colours!!!', 'Click on the item you want for more information.', NULL),
- (50, 7, 'Iced Colour', 'Iced Colour', 'ctlg_layout2', 'catalog_iced_headline1', 'catalog_iced_teaser1,', 'Introducing the Iced Collection... For the Habbo who needs no introduction. It''s so chic, it says everything and nothing. It''s a blank canvas, let your imagination to run wild!', 's:Much More Colours!!!', 'Click on the item you want for more information.', NULL),
- (51, 7, 'Mode Colour', 'Mode Colour', 'ctlg_layout2', 'catalog_mode_headline1', 'catalog_mode_teaser1,', 'Introducing the Mode Collection... Steely grey functionality combined with sleek designer upholstery. The Habbo that chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', 's:Much More Colours!!!', 'Click on the item you want for more information.', NULL),
- (52, 7, 'Pura Colour', 'Pura Colour', 'ctlg_layout2', 'catalog_pura_headline1', 'catalog_pura_teaser1,', 'Introducing the Pura Collection... This collection breathes fresh, clean air and cool tranquility. The Pura Waltzer has arrived! Check back regularly to see new colours of Pura on sale!', 's:Much More Colours!!!', 'Click on the item you want for more information.', NULL),
- (53, 7, 'Romantique Colour', 'Romantique Colour', 'ctlg_layout2', 'catalog_romantique_headline1', 'catalog_rom_teaser,', 'The Romantique range features Grand Pianos, old antique lamps and tables. It is the ideal range for setting a warm and loving mood in your room. Spruce up your room and invite that special someone over. Now featuring the extra special COLOUR edition.', 's:Much More Colours!!!', 'Click on the item you want for more information.', NULL),
- (54, 7, 'Club Furni', 'Club Furni', 'ctlg_layout2', 'catalog_club_headline1', 'catalog_hc_teaser,', 'Welcome to the club furni page. Here you can buy any club furni for just 25 credits!', 's:For Habbo Club members only!', 'Click on an item to see more details', NULL),
- (55, 7, 'Club Shop', 'Moodlight Store', 'ctlg_layout2', 'catalog_club_headline1', 'catalog_hc_teaser,', 'Welcome to the Brand New Habbo Club Shop, where Habbo Club members can purchase exclusive items!<br>The Furni in this section can only be purchased by Habbos who have joined Habbo Club.', 's:For Habbo Club members only!', 'Click on an item to see more details', NULL),
- (56, 7, 'Dragons', 'Dragons', 'ctlg_layout2', 'catalog_jap_headline2', 'catalog_jap_teaser3,', 'Here you can find the Power of Dragons! Get them now!', 's:1: All Colours!', 'Click on the item you want for more information.', NULL),
- (57, 7, 'Fans', 'Fans', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Hm... You have permission to stay here? Oh! if you don''t have permission, please go away!!!', 's:Restricted Zone', 'Select a item, and see more details', NULL),
- (58, 7, 'Ice Cream Rare', 'Ice Cream Machines', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Hm... You have permission to stay here? Oh! if you don''t have permission, please go away!!!', 's:Restricted Zone', 'Select a item, and see more details', NULL),
- (59, 7, 'Inflatables', 'Inflatables', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Hm... You have permission to stay here? Oh! if you don''t have permission, please go away!!!', 's:Restricted Zone', 'Select a item, and see more details', NULL),
- (60, 7, 'Laser Gates', 'Laser Gates', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Hm... You have permission to stay here? Oh! if you don''t have permission, please go away!!!', 's:Restricted Zone', 'Select a item, and see more details', NULL),
- (61, 7, 'Marquee', 'Marquees', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Hm... You have permission to stay here? Oh! if you don''t have permission, please go away!!!', 's:Restricted Zone', 'Select a item, and see more details', NULL),
- (62, 7, 'Monoliths', 'Monoliths', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Hm... You have permission to stay here? Oh! if you don''t have permission, please go away!!!', 's:Restricted Zone', 'Select a item, and see more details', NULL),
- (63, 7, 'Oriental Screen', 'Oriental Screens', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Hm... You have permission to stay here? Oh! if you don''t have permission, please go away!!!', 's:Restricted Zone', 'Select a item, and see more details', NULL),
- (64, 7, 'Pilars Rare', 'Pillars', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Hm... You have permission to stay here? Oh! if you don''t have permission, please go away!!!', 's:Restricted Zone', 'Select a item, and see more details', NULL),
- (65, 7, 'Pillow Rare', 'Pillows', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Hm... You have permission to stay here? Oh! if you don''t have permission, please go away!!!', 's:Restricted Zone', 'Select a item, and see more details', NULL),
- (66, 7, 'Smoke Machines', 'Smoke Machines', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Hm... You have permission to stay here? Oh! if you don''t have permission, please go away!!!', 's:Restricted Zone', 'Select a item, and see more details', NULL),
- (67, 7, 'Summer Pools', 'Summer Pools', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Hm... You have permission to stay here? Oh! if you don''t have permission, please go away!!!', 's:Restricted Zone', 'Select a item, and see more details', NULL),
- (68, 7, 'Rares', 'Super Rares', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Hm... You have permission to stay here? Oh! if you don''t have permission, please go away!!!', 's:Restricted Zone', 'Select a item, and see more details', NULL),
- (69, 7, 'Trophies Rare', 'Rare Trophies', 'ctlg_trophies', 'catalog_trophies_headline1', '', 'Reward your Habbo friends, or yourself with one of our fabulous glittering array of bronze, silver and gold trophies.<br><br>First choose the trophy model (click on the arrows to see all the different styles) and then the metal (click on the seal below the trophy). Type your inscription below and we''ll engrave it on the trophy along with your name and today''s date.<br>', 't1:Type your inscription CAREFULLY, it''s permanent!', '', NULL),
- (70, 7, 'Noob Edition', 'Starter Furni', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!', '', 'For a limited time only!', NULL),
- (72, 2, 'Ver. 18 to 20', 'Executive', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!', '', 'For a limited time only!', NULL),
- (71, 2, 'Windows', 'Windows', 'ctlg_layout2', 'ctlg_windows_headline1', 'ctlg_windows_teaser1', 'Let some sunshine in! Our windows come in many styles to give an unique look to Your room. Who said Your room does not have a view? It does now', 's: Ooh, new view!', 'Click on an item to see more details', NULL),
- (73, 7, 'Ver. 21 to 23', 'Surf & Sand', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!', '', 'For a limited time only!', NULL),
- (10, 7, 'Alhambra', 'Alhambra', 'ctlg_layout2', 'catalog_alh_headline2', 'catalog_alh_teaser2,', 'The Palace of Alhambra has appeared and with it this exotic and beautifully crafted range of Arabian Furni. Luxury seating and gourmet food combine to make your room sparkle with riches.', '', 'Click on an item to see more details', NULL),
- (74, 7, 'Tiki', 'Tiki', 'ctlg_layout2', 'catalog_tiki_header1', 'catalog_limited_teaser1,', 'Brand new Tiki furni!', 's: New!', 'Click on an item to see more details', NULL),
- (78, 7, 'Ver.24', 'Diner', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Brand new Diner furni!', 's: New!', 'Click on an item to see more details', NULL),
- (1, 7, 'Purse', 'Purse', 'ctlg_purse', 'catal_fp_header', 'catal_fp_pic4,', 'Need some furni for your Habbo room? Well, you''re in the right place! This Catalogue is packed FULL of funky Furni, just click the tabs on the right to browse', NULL, 'Need some Funky Furni for your Habbo', NULL),
- (3, 7, 'Collectables', 'Collectables', 'ctlg_collectibles', 'catalog_collectibles_headline1', 'collectible_page,', 'Collect your way to the riches! Collectables are special furniture sold only for a limited period of time. They cost a wee bit more, but make it up with an amazing trade value.\r\n', 't1:Find out what the latest Collectable is >>', 'Find out what the latest collectible is >>', NULL),
- (80, 7, 'Greek', 'Greek', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!', NULL, 'For a limited time only!', ''),
- (79, 7, 'Advertisement', 'Advertisement', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!', NULL, 'For a limited time only!', ''),
- (81, 7, 'Ver.25', 'New HC Furni', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!', NULL, NULL, NULL),
- (82, 7, 'Sharebears', 'Sharebears', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Brand new Sharebears are out now!', ':s New!', NULL, NULL),
- (84, 7, 'Casino', 'Casino', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'New Casino Customs out now!', ':s New!', 'For a limited time only!', NULL),
- (85, 7, 'Christmas 08', 'Christmas 08', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'New Christmas Furni out now!', ':s New!', 'For a limited time only!', ''),
- (77, 7, 'Virus', 'Virus', 'ctlg_layout2', 'catalog_vir_header1', 'catalog_vir_teaser,', 'A virus is spreading through Habbo Hotel. Many casualties reported and it could get much worse! Whether you are hoping to help infected Habbos or look after number one, get your clean hands on our terrifying Infection Furni.', 's: Latest virus news on TV now!', 'Click on an item to see more details', NULL),
- (92, 7, 'New Igor', 'New Igor', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!', NULL, 'For a limited time only!', NULL),
- (93, 7, 'American Idol', 'American Idol', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!', NULL, 'For a limited time only!', NULL),
- (90, 7, 'Mall', 'Mall', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!', NULL, 'For a limited time only!', 'NULL'),
- (127, 1, 'One Way Doors', 'One Way Doors', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'New SciFi Furni', NULL, 'Click on the item you want for more information.', 'NULL'),
- (116, 7, 'V31.4', 'V31.4', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'New V31.4 Furni out now!', 'New!', 'Released by .:: D ::. on Ragezone!', ''),
- (115, 7, 'Country', 'Country', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot..LIMITED EDITION FURNITURE!', '', 'For a limited time only!', NULL);
- -- --------------------------------------------------------
- --
- -- Table structure for table `cms_alerts`
- --
- CREATE TABLE IF NOT EXISTS `cms_alerts` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `userid` int(11) NOT NULL,
- `alert` text NOT NULL,
- `type` enum('1','0','-1','2') NOT NULL DEFAULT '1',
- `time` int(10) DEFAULT NULL,
- PRIMARY KEY (`id`),
- KEY `id` (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=19853 ;
- --
- -- Dumping data for table `cms_alerts`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `cms_applications`
- --
- CREATE TABLE IF NOT EXISTS `cms_applications` (
- `id` int(15) NOT NULL AUTO_INCREMENT,
- `rankname` varchar(255) NOT NULL,
- `username` varchar(50) NOT NULL,
- `realname` varchar(50) NOT NULL,
- `birth` varchar(15) NOT NULL,
- `sex` varchar(10) NOT NULL,
- `country` varchar(50) NOT NULL,
- `general_information` text NOT NULL,
- `experience` text NOT NULL,
- `education` varchar(50) NOT NULL,
- `additional_information` text NOT NULL,
- `accepted_disclaimer` int(1) NOT NULL DEFAULT '0',
- `admin_reacted` int(1) NOT NULL DEFAULT '0',
- `admin_read` int(1) NOT NULL DEFAULT '0',
- `admin_deleted` int(1) NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`),
- UNIQUE KEY `id` (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
- --
- -- Dumping data for table `cms_applications`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `cms_application_forms`
- --
- CREATE TABLE IF NOT EXISTS `cms_application_forms` (
- `id` int(5) NOT NULL AUTO_INCREMENT,
- `name` varchar(255) NOT NULL DEFAULT '0' COMMENT 'For what rank can people applicate?',
- `introduction` text NOT NULL COMMENT 'What''s the description of the rank it self?',
- `requirements` text NOT NULL COMMENT 'What are the requirments if you want to do this job?',
- `hconly` int(1) NOT NULL DEFAULT '0' COMMENT 'Can only people who are HC applicate or everyone?',
- `username` int(1) NOT NULL DEFAULT '0' COMMENT 'Show username in application form?',
- `realname` int(1) NOT NULL DEFAULT '0' COMMENT 'Need people to fill in their real name?',
- `birth` int(1) NOT NULL DEFAULT '0' COMMENT 'Show birth in application form?',
- `sex` int(1) NOT NULL DEFAULT '0' COMMENT 'Need people to fill in what there sex is (male/female/shemale)?',
- `country` int(1) NOT NULL DEFAULT '0' COMMENT 'Need people to fill in, in what country they live?',
- `general_information` int(1) NOT NULL DEFAULT '0' COMMENT 'Need people to fill in general information (reasons why you''re interested/why the staff should choose you)?',
- `experience` int(1) NOT NULL DEFAULT '0' COMMENT 'Need people to fill in if they have work experience?',
- `education` int(1) NOT NULL DEFAULT '0' COMMENT 'Need people to fill in what level they (did) study?',
- `additional_information` int(1) NOT NULL DEFAULT '0' COMMENT 'Need people to fill in hobbies or interests?',
- `show_disclaimer` int(1) NOT NULL DEFAULT '0' COMMENT 'Must there be a disclaimer that the people who applicates need to accept?',
- `disclaimer_text` text NOT NULL COMMENT 'The disclaimer it self (shown if configurated).',
- `enabled` int(11) NOT NULL DEFAULT '0' COMMENT 'Can you right now apply for this rank?',
- `deleted` int(1) NOT NULL DEFAULT '0' COMMENT 'If you ''delete'' a application form it will be invisible. We don''t delete it in the sql table so no errors come up if someone applied for this rank.',
- PRIMARY KEY (`id`),
- UNIQUE KEY `id` (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='You DO NOT find any applications in this table, only the for' AUTO_INCREMENT=1 ;
- --
- -- Dumping data for table `cms_application_forms`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `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`),
- KEY `id` (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
- --
- -- Dumping data for table `cms_banners`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `cms_campaigns`
- --
- CREATE TABLE IF NOT EXISTS `cms_campaigns` (
- `id` int(11) NOT NULL,
- `url` varchar(255) NOT NULL,
- `image` varchar(255) DEFAULT NULL,
- `name` varchar(255) DEFAULT NULL,
- `desc` text,
- `visible` enum('1','0') DEFAULT '1',
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
- --
- -- Dumping data for table `cms_campaigns`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `cms_client_errors`
- --
- CREATE TABLE IF NOT EXISTS `cms_client_errors` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `ip` text,
- `userid` int(11) DEFAULT NULL,
- `error_type` text,
- `os` text,
- `error_id` text,
- `hookerror` text,
- `error_message` text,
- `hookmsgb` text,
- `lastexecute` text,
- `lastmessage` text,
- `server_errors` text,
- `lastroom` text,
- `mus_errorcode` text,
- `client_process_list` text,
- `client_errors` text,
- `neterr_cast` text,
- `neterr_res` text,
- `client_uptime` text,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=15648 ;
- --
- -- Dumping data for table `cms_client_errors`
- --
- INSERT INTO `cms_client_errors` (`id`, `ip`, `userid`, `error_type`, `os`, `error_id`, `hookerror`, `error_message`, `hookmsgb`, `lastexecute`, `lastmessage`, `server_errors`, `lastroom`, `mus_errorcode`, `client_process_list`, `client_errors`, `neterr_cast`, `neterr_res`, `client_uptime`) VALUES
- (15100, '70.23.21.5', 40, 'disconnect', 'Windows XP,5,1,148,2,Service Pack 2', '00133307', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '4:49:42 PM-update-CastLoad Instance Class-Failed network operation:;4:50:03 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";4:50:03 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";4:50:09 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;4:50:28 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;4:50:33 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '56'),
- (15101, '81.97.123.31', 4809, 'connect_to_net_server', 'Windows Vista,6,1,148,2,', '00008384', '', '', '', '', '', '', '', '0', '9,12,23,14,16,17,13,18,19,20,24,30', '21:58:00 -getInt-Variable Container Class-Variable not found: "connection.retry.delay";21:58:00 -getInt-Variable Container Class-Variable not found: "connection.retry.count";', '0', '0', '62'),
- (15102, '81.97.123.31', 4809, 'disconnect', 'Windows Vista,6,1,148,2,', '00158141', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '21:58:46 -getInt-Variable Container Class-Variable not found: "connection.retry.delay";21:58:46 -getInt-Variable Container Class-Variable not found: "connection.retry.count";21:58:54 -forwardMsg-Connection Instance Class-Listener not found: 124 / Info;21:59:27 -create-Writer Manager Class-Writer already exists: dialog_writer_bold;22:00:09 -handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '100'),
- (15103, '65.188.222.58', 577, 'disconnect', 'Windows Vista,6,1,148,2,', '00166321', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '4:59:14 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";4:59:14 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";4:59:17 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;5:02:42 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '219'),
- (15104, '65.188.222.58', 553, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 2', '00164385', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '5:04:18 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";5:04:18 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";5:04:21 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;5:04:21 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;5:04:23 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '19'),
- (15105, '86.181.107.194', 2866, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00159174', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '22:01:19 -update-CastLoad Instance Class-Failed network operation:;22:01:30 -getInt-Variable Container Class-Variable not found: "connection.retry.delay";22:01:30 -getInt-Variable Container Class-Variable not found: "connection.retry.count";22:01:36 -forwardMsg-Connection Instance Class-Listener not found: 124 / Info;22:03:00 -create-Writer Manager Class-Writer already exists: dialog_writer_bold;22:07:18 -handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '364'),
- (15106, '173.78.101.16', 2748, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00138992', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', 'desc;2:13:00 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;2:13:00 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;2:13:00 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;2:13:00 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;2:13:07 PM-GET-Text Manager Class-Text not found: restart_tutorial;2:13:48 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;2:13:59 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;2:14:25 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;2:14:25 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;2:14:25 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;2:14:25 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;2:14:25 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;2:15:05 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '1007'),
- (15107, '173.78.101.16', 2816, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00172697', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '5:14:28 PM-update-CastLoad Instance Class-Failed network operation:;5:14:44 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";5:14:44 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";5:15:02 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;5:15:04 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;5:15:18 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '54'),
- (15108, '173.78.101.16', 2748, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00090275', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '2:15:17 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";2:15:17 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";2:15:21 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;2:15:49 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '39'),
- (15109, '173.78.101.16', 2816, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00133138', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '5:15:43 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";5:15:43 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";5:15:46 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;5:15:46 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;5:16:03 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '38'),
- (15110, '65.188.222.58', 577, 'disconnect', 'Windows Vista,6,1,148,2,', '00166740', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '5:04:46 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";5:04:46 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";5:04:50 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;5:07:01 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;5:09:14 PM-GET-Variable Container Class-Variable not found: "obj_eco_tree1";5:11:33 PM-GET-Variable Container Class-Variable not found: "obj_eco_tree1";5:12:00 PM-GET-Variable Container Class-Variable not found: "obj_eco_tree1";5:12:52 PM-GET-Variable Container Class-Variable not found: "obj_eco_tree1";5:14:39 PM-GET-Variable Container Class-Variable not found: "obj_eco_tree1";5:16:22 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '705'),
- (15111, '116.240.145.163', 142, 'disconnect', 'Windows XP,5,1,148,2,Service Pack 2', '00136380', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,20,19,24,30,15,15,41', '7:16:56 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";7:16:56 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";7:17:03 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;7:17:24 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;7:17:24 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '84'),
- (15112, '65.188.222.58', 553, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 2', '00179195', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', ' PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;5:16:31 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:16:31 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_name;5:16:31 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:16:31 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_name;5:16:31 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:16:32 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_name;5:16:32 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:16:32 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_name;5:16:32 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:16:32 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_name;5:16:32 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:16:42 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '30'),
- (15113, '173.78.101.16', 2748, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00093508', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '2:16:03 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";2:16:03 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";2:16:06 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;2:16:11 PM-GET-Variable Container Class-Variable not found: "user_index";2:16:27 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;2:16:41 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '48'),
- (15114, '173.78.101.16', 2816, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00130805', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '5:16:14 PM-update-CastLoad Instance Class-Failed network operation:;5:16:29 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";5:16:29 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";5:16:38 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;5:16:40 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;5:16:48 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:16:54 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '45'),
- (15115, '173.78.101.16', 2748, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00095102', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '2:16:54 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";2:16:54 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";2:16:57 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;2:17:40 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '54'),
- (15116, '173.78.101.16', 2816, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00162659', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '5:17:17 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";5:17:17 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";5:17:36 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;5:17:39 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;5:17:54 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '53'),
- (15117, '173.78.101.16', 2748, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00092890', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '2:17:54 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";2:17:54 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";2:17:57 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;2:18:22 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;2:19:12 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '88'),
- (15118, '173.78.101.16', 2816, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00167237', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '5:18:47 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";5:18:47 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";5:19:09 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;5:19:10 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;5:19:26 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '84'),
- (15119, '96.252.228.101', 3154, 'disconnect', 'Windows Vista,6,0,148,2,', '00068316', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', 'Container Class-Variable not found: "connection.retry.delay";4:40:47 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";4:40:51 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;4:41:24 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;4:45:13 PM-GET-Variable Container Class-Variable not found: "obj_eco_tree1";5:10:02 PM-GET-Variable Container Class-Variable not found: "obj_eco_tree1";5:10:30 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:10:30 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:11:23 PM-GET-Variable Container Class-Variable not found: "obj_eco_tree1";5:11:49 PM-GET-Variable Container Class-Variable not found: "obj_eco_tree1";5:16:15 PM-GET-Variable Container Class-Variable not found: "obj_eco_tree1";5:16:31 PM-GET-Variable Container Class-Variable not found: "obj_eco_tree1";5:20:09 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '2377'),
- (15120, '65.188.222.58', 553, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 2', '00155299', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '5:20:15 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";5:20:15 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";5:20:18 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;5:20:19 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '13'),
- (15121, '86.181.107.194', 2866, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00001184', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '22:19:57 -update-CastLoad Instance Class-Failed network operation:;22:20:07 -getInt-Variable Container Class-Variable not found: "connection.retry.delay";22:20:07 -getInt-Variable Container Class-Variable not found: "connection.retry.count";22:20:11 -sendNavigate-Navigator Component Class-Node id is VOID;22:20:13 -GET-Variable Container Class-Variable not found: "user_name";22:20:13 -GET-Variable Container Class-Variable not found: "user_customData";22:20:13 -GET-Variable Container Class-Variable not found: "user_figure";22:20:13 -getHumanPartImg-Figure Preview Class-Figure data not found!;22:20:13 -handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '20'),
- (15122, '173.78.101.16', 2748, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00092731', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '2:19:19 PM-update-CastLoad Instance Class-Failed network operation:;2:19:25 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";2:19:25 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";2:19:28 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;2:20:28 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;2:20:28 PM-GET-Text Manager Class-Text not found: restart_tutorial;2:20:40 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '83'),
- (15123, '173.78.101.16', 2816, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00124970', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '5:20:34 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";5:20:34 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";5:20:37 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;5:20:37 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;5:20:52 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:20:53 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:20:56 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '83'),
- (15124, '173.78.101.16', 2748, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00094920', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '2:20:55 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";2:20:55 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";2:20:58 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;2:21:05 PM-update-Download Instance Class-Download error:;2:21:11 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;2:21:11 PM-GET-Text Manager Class-Text not found: restart_tutorial;2:21:38 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '53'),
- (15125, '173.78.101.16', 2816, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00122481', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '5:21:06 PM-update-CastLoad Instance Class-Failed network operation:;5:21:19 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";5:21:19 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";5:21:35 PM-create-Writer Manager Class-Writer already exists: dialog_writer_bold;5:21:37 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;5:21:57 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '57'),
- (15126, '173.78.101.16', 2748, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00098896', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '2:21:57 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";2:21:57 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";2:22:00 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;2:22:23 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '36'),
- (15127, '173.78.101.16', 2816, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00125573', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '5:22:17 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";5:22:17 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";5:22:20 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;5:22:27 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:22:27 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:22:36 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '32'),
- (15128, '173.78.101.16', 2748, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 1', '00098588', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', '2:22:36 PM-getInt-Variable Container Class-Variable not found: "connection.retry.delay";2:22:36 PM-getInt-Variable Container Class-Variable not found: "connection.retry.count";2:22:39 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;2:24:06 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '98'),
- (15129, '65.188.222.58', 553, 'disconnect', 'Windows Vista,6,0,148,2,Service Pack 2', '00063288', '', '', '', '', '', '', '', '-2147216214_ConnectionProblem', '9,12,23,14,16,17,13,18,19,20,24,30,15,15,41', 'create-Writer Manager Class-Writer already exists: dialog_writer_bold;5:20:35 PM-forwardMsg-Connection Instance Class-Listener not found: 124 / Info;5:20:46 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:21:26 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:21:26 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:22:03 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:22:05 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:23:12 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:23:12 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:23:12 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:23:12 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:23:12 PM-GET-Text Manager Class-Text not found: furni_bed_budgetb_one_desc;5:24:57 PM-handleDisconnect-Login Handler Class-Connection was disconnected: Info;', '0', '0', '274');
- -- --------------------------------------------------------
- --
- -- Table structure for table `cms_collectables`
- --
- CREATE TABLE IF NOT EXISTS `cms_collectables` (
- `id` int(15) NOT NULL AUTO_INCREMENT,
- `image_small` varchar(255) DEFAULT NULL,
- `image_large` varchar(255) DEFAULT NULL,
- `furni_id` int(20) NOT NULL DEFAULT '0',
- `date` int(10) NOT NULL DEFAULT '1',
- PRIMARY KEY (`id`),
- UNIQUE KEY `id` (`id`),
- KEY `id_2` (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
- --
- -- Dumping data for table `cms_collectables`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `cms_config`
- --
- CREATE TABLE IF NOT EXISTS `cms_config` (
- `name_short` varchar(20) NOT NULL,
- `name_long` varchar(20) NOT NULL
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
- --
- -- Dumping data for table `cms_config`
- --
- INSERT INTO `cms_config` (`name_short`, `name_long`) VALUES
- ('Nova', 'Nova Hotel');
- -- --------------------------------------------------------
- --
- -- Table structure for table `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;
- --
- -- Dumping data for table `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 Flare 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),
- ('newsletter-1header', '<table width="98%" height="98%" cellpadding="0" bgcolor="#ffffff" background="http://localhost/cms/newsletter/images/bg_new_website.gif"><tbody><tr><td valign="top">\r\n\r\n<table width="576" cellspacing="0" cellpadding="0" border="0" background="http://localhost/cms/newsletter/images/bg_new_website.gif" style="margin: 20px 20px 20px 40px;">\r\n\r\n<tbody><tr> <td width="576" height="20" colspan="4" style="margin: 0px;"> <p style="font-size: 9px; color: black; font-family: verdana; padding-left: 10px;">Add this address to your address book to make sure you receive our emails!</p></td></tr>\r\n\r\n<tr> <td width="576" height="79" background="http://localhost/cms/newsletter/images/email_Header.gif" colspan="4" style="margin: 0px;"></td>\r\n</tr>\r\n\r\n<tr> <td width="5" background="http://localhost/cms/newsletter/images/outline.gif"></td>\r\n\r\n<td>\r\n\r\n<table width="566" height="100%" cellspacing="0" cellpadding="0" border="0" style="padding-left: 5px; padding-top: 5px;">\r\n\r\n<tbody><tr> <td width="366" valign="top" align="left">\r\n\r\n<table width="362" cellspacing="0" cellpadding="0">\r\n\r\n<tbody>\r\n\r\n</tbody></table>\r\n\r\n</td>\r\n\r\n<td width="210" valign="top" align="center">\r\n\r\n<table width="189" cellspacing="0" cellpadding="0">\r\n\r\n<tbody>\r\n<tr>\r\n<td height="2"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n</tr></tbody></table>\r\n</td>\r\n<td width="5" background="http://localhost/cms/newsletter/images/outline.gif"> </td> </tr>\r\n<tr> <td width="5" background="http://localhost/cms/newsletter/images/outline.gif"> </td>\r\n<td>\r\n\r\n<table width="100%" cellspacing="0" cellpadding="0" border="0">\r\n\r\n<tbody><tr> <td width="7"> </td> <td width="552" valign="bottom" height="7"><img width="552" height="7" src="http://localhost/cms/newsletter/images/disclaimer_top.gif" /></td> <td width="7"> </td> </tr>\r\n\r\n<tr>\r\n<td width="7"> </td>\r\n<td width="552" bgcolor="#ffffff">', 'Newsletter header', 'This will be the header for all newsletters. (HTML allowed).', '1', 5),
- ('newsletter-2footer', '</td>\r\n\r\n</tr>\r\n\r\n<tr> <td width="7"> </td> <td width="552" valign="top" height="7"><img width="552" height="7" src="http://localhost/cms/newsletter/images/disclaimer_bottom.gif" /></td> <td width="7"> </td> </tr>\r\n\r\n</tbody></table>\r\n\r\n</td>\r\n\r\n<td width="5" background="http://localhost/cms/newsletter/images/outline.gif"> </td>\r\n\r\n</tr><tr>\r\n<td width="576" valign="top" height="12" bgcolor="#ffffff" background="http://localhost/cms/newsletter/images/bg_new_website.gif" colspan="4">\r\n<img src="http://localhost/cms/newsletter/images/email_bottom.gif" /></td>\r\n</tr>\r\n<tr> <td style="padding-left: 10px;" colspan="4">\r\n<p align="center" style="font-family: Verdana; color: black; font-size: 9px;">\r\nThis email has been sent to you by Flare Hotel (<a href="http://localhost/cms/" target="_blank" style="color: rgb(0, 0, 255); font-size: 10px;">http://localhost/cms/</a>). If you do not want to receive news from updates, cool campaigns and other fun stuff in the future please visit the Account Settings page, then Email settings, and uncheck "Yes, please send me Obbah Hotel updates, including the newsletter!". A Flare Hotel user has registered to our service with this email address.\r\n\r\nNote: Replies to this email will not be processed.<br /><br />\r\n\r\nPowered by HoloCMS © 2008 Meth0d & Parts by Yifan, sisija<br />HABBO is a registered trademark of Sulake Corporation. All rights reserved to their respective owner(s).<br />We are not endorsed, affiliated, or sponsered by Sulake Corporation Oy.</p>\r\n\r\n</td></tr>\r\n</tbody></table>\r\n\r\n</td></tr>\r\n\r\n</tbody></table>', 'Newsletter footer', 'This will be the footer for all newsletters.', '1', 5),
- ('newsletter-3from', '[email protected]', 'Newsletter From', 'This will the the From field on all outgoing messages.', '1', 5),
- ('newsletter-4fromname', 'Flare Hotel', 'Newsletter from name', 'The from name displayed.', '1', 5);
- -- --------------------------------------------------------
- --
- -- Table structure for table `cms_faq`
- --
- CREATE TABLE IF NOT EXISTS `cms_faq` (
- `id` int(255) NOT NULL AUTO_INCREMENT,
- `type` enum('item','cat') NOT NULL DEFAULT 'item',
- `catid` int(11) DEFAULT NULL,
- `title` varchar(1000) NOT NULL,
- `content` text,
- `show_in_footer` tinyint(4) DEFAULT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
- --
- -- Dumping data for table `cms_faq`
- --
- INSERT INTO `cms_faq` (`id`, `type`, `catid`, `title`, `content`, `show_in_footer`) VALUES
- (2, 'item', 1, 'How do I contact Retro?', 'Please use the <a href="http://rphotel.sytes.net/iot/go">Help Tool</a> to email us!', 0),
- (1, 'cat', 0, 'Contact Us', '', 1),
- (3, 'item', 1, 'Will sending my issue twice get a faster reply?', 'Sending more than one email will slow down the Player Support staff as they will have more emails to read through. If you have received no response after a week, check your spam/junk mail folder. If there is still no response, then there must have been a technical glitch and you should send your email again.', 0);
- -- --------------------------------------------------------
- --
- -- Table structure for table `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,
- `posterid` int(25) NOT NULL,
- `time` int(10) NOT NULL,
- `edit_time` int(10) NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`),
- KEY `id` (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=20 ;
- --
- -- Dumping data for table `cms_forum_posts`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `cms_forum_threads`
- --
- CREATE TABLE IF NOT EXISTS `cms_forum_threads` (
- `id` int(4) NOT NULL AUTO_INCREMENT,
- `starterid` int(25) NOT NULL,
- `title` varchar(30) NOT NULL,
- `open` enum('1','0') NOT NULL DEFAULT '1',
- `sticky` enum('1','0') NOT NULL DEFAULT '0',
- `views` int(11) NOT NULL,
- `groupid` int(10) NOT NULL,
- `time` int(10) NOT NULL,
- PRIMARY KEY (`id`),
- KEY `id` (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
- --
- -- Dumping data for table `cms_forum_threads`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `cms_guestbook`
- --
- CREATE TABLE IF NOT EXISTS `cms_guestbook` (
- `id` int(10) NOT NULL AUTO_INCREMENT,
- `message` text,
- `time` int(10) DEFAULT NULL,
- `userid` int(10) DEFAULT NULL,
- `ownerid` int(10) DEFAULT NULL,
- `owner` enum('user','group') DEFAULT 'user',
- PRIMARY KEY (`id`),
- KEY `id` (`id`,`ownerid`)
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
- --
- -- Dumping data for table `cms_guestbook`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `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=59 ;
- --
- -- Dumping data for table `cms_help`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `cms_homes`
- --
- CREATE TABLE IF NOT EXISTS `cms_homes` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `itemid` int(11) DEFAULT NULL,
- `ownerid` int(11) NOT NULL,
- `x` varchar(6) DEFAULT '1' COMMENT 'left',
- `y` varchar(6) DEFAULT '1' COMMENT 'top',
- `z` varchar(6) DEFAULT '1' COMMENT 'z-index',
- `skin` varchar(255) DEFAULT 'defaultskin',
- `location` int(11) DEFAULT '-1' COMMENT '-1 = inventory, 0 = user''s home page >1 = group id page',
- `variable` text,
- PRIMARY KEY (`id`),
- KEY `id` (`id`,`ownerid`)
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
- --
- -- Dumping data for table `cms_homes`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `cms_homes_catalogue`
- --
- CREATE TABLE IF NOT EXISTS `cms_homes_catalogue` (
- `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '-1 = groups only, 0 = anywhere, 1 = homes only',
- `name` varchar(255) NOT NULL,
- `desc` varchar(255) DEFAULT NULL COMMENT 'ONLY for widgets',
- `type` enum('1','2','3','4') NOT NULL COMMENT 'stickers = 1, widgets = 2, notes = 3, backgrounds = 4',
- `data` varchar(255) NOT NULL,
- `price` int(11) NOT NULL,
- `amount` int(11) NOT NULL DEFAULT '1',
- `category` varchar(255) NOT NULL DEFAULT 'Default',
- `categoryid` int(11) NOT NULL,
- `minrank` int(11) DEFAULT '1',
- `where` int(11) DEFAULT '0',
- PRIMARY KEY (`id`),
- KEY `id` (`id`,`type`)
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=119 ;
- --
- -- Dumping data for table `cms_homes_catalogue`
- --
- INSERT INTO `cms_homes_catalogue` (`id`, `name`, `desc`, `type`, `data`, `price`, `amount`, `category`, `categoryid`, `minrank`, `where`) VALUES
- (101, 'Profile widget', 'Displays infomation about yourself.', '2', 'profilewidget', 0, 1, 'Widgets', 100, 1, 1),
- (102, 'Guestbook widget', 'Guestbook', '2', 'guestbookwidget', 0, 1, 'Widgets', 100, 1, 1),
- (103, 'High scores widget', 'Display your high scores', '2', 'highscoreswidget', 0, 1, 'Widgets', 100, 1, 1),
- (104, 'My Badges', 'Show your badges on your page.', '2', 'badgeswidget', 0, 1, 'Widgets', 100, 1, 1),
- (105, 'My friends widget', 'Displays all your friends', '2', 'friendswidget', 0, 1, 'Widgets', 100, 1, 1),
- (106, 'My groups widget', 'Displays all your groups', '2', 'groupswidget', 0, 1, 'Widgets', 100, 1, 1),
- (107, 'Rooms Widget', 'Show your rooms in your page', '2', 'roomswidget', 0, 1, 'Widgets', 100, 1, 1),
- (108, 'Traxplayer', 'Play Trax on your homepage.', '2', 'traxplayerwidget', 0, 1, 'Widgets', 100, 1, 1),
- (109, 'Rating widget', 'Allows Retros to vote on your page. You cannot vote for yourself.', '2', 'ratingwidget', 0, 1, 'Widgets', 100, 2, 1),
- (110, 'Groups Info widget', 'Displays infomation about the group.', '2', 'groupinfowidget', 0, 1, 'Widgets', 100, 1, -1),
- (111, 'Guestbook', 'Guestbook', '2', 'guestbookwidget', 0, 1, 'Widgets', 100, 1, -1),
- (112, 'Member List', 'Member List', '2', 'memberwidget', 0, 1, 'Widgets', 100, 1, -1),
- (113, 'Traxplayer', 'Plays your Retro tunes on your page', '2', 'traxplayerwidget', 0, 1, 'Widgets', 100, 1, -1),
- (114, 'Notes', NULL, '3', 'stickienote', 2, 5, 'Notes', 101, 1, 0),
- (116, 'Trax Sfx', NULL, '1', 'trax_sfx', 1, 1, 'Trax', 102, 1, 0),
- (117, 'Trax Rock', NULL, '1', 'trax_rock', 1, 2, 'Trax 2', 103, 1, 0),
- (118, 'Wood Background', NULL, '4', 'bg_wood', 3, 1, 'Backgrounds', 104, 1, 0);
- -- --------------------------------------------------------
- --
- -- Table structure for table `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 ;
- --
- -- Dumping data for table `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 a', '1', '0', 'bling_a', 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 Comma', '1', '0', 'bling_comma', 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', 'grasdeal', 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');
Advertisement
Add Comment
Please, Sign In to add comment