I wasn't able to add these to my localhost hotel, so please provide a screenshot if you add these. The SQL should work because they all added to my database with no syntax error. And the SWFs show just fine in my SWF decompiler, but I was unable to see these in my own hotel (I only could see the Yellow Glass Throne) Please don't bother me on not providing a screenshot, try to provide one and I'll add it to the thread.
SWF Download (Click this text) SWF ALSO INCLUDES THE SQL!
Quick C&P SQL Section
Catalogue_Items
PHP Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(47066605, 'CATALOGUE ID HERE!!!', '47066605', 'BlueTr', '15000', '0', '1');
(57066605, 'CATALOGUE ID HERE!!!', '57066605', 'PinkTr', '15000', '0', '1');
(67066605, 'CATALOGUE ID HERE!!!', '67066605', 'GrenTr', '15000', '0', '1');
(77066605, 'CATALOGUE ID HERE!!!', '77066605', 'RedcTr', '15000', '0', '1');
Furniture
PHP Code:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(47066605, 'BlueTr', 'BlueTr', 's', 1, 1, 1, '0', '1', '0', 47066604, '1', '1', '1', '1', '1', 'default', 4, '0');
(57066605, 'PinkTr', 'PinkTr', 's', 1, 1, 1, '0', '1', '0', 57066604, '1', '1', '1', '1', '1', 'default', 4, '0');
(67066605, 'GrenTr', 'GrenTr', 's', 1, 1, 1, '0', '1', '0', 67066604, '1', '1', '1', '1', '1', 'default', 4, '0');
(77066605, 'RedcTr', 'RedcTr', 's', 1, 1, 1, '0', '1', '0', 77066604, '1', '1', '1', '1', '1', 'default', 4, '0');
Furnidata
PHP Code:
["s","47066604","BlueTr","191941","0","1","1","","Blue Glass Throne","Value: 15k","","-1","-1"],
["s","57066604","PinkTr","291941","0","1","1","","Pink Glass Throne","Value: 15k","","-1","-1"],
["s","67066604","GrenTr","391941","0","1","1","","Green Glass Throne","Value: 15k","","-1","-1"],
["s","77066604","RedcTr","491941","0","1","1","","Red Glass Throne","Value: 15k","","-1","-1"],
ENJOY!