okay well since your sql code's are broken here i made my own for the this throne so xD because they dident work for me or a couple other people
Furniture:
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
(28390038, 'Silver Throne', 'sthron', 's', 1, 1, 1, '0', '0', '0', 92993002, '1', '1', '1', '1', '1', 'default', 4, '0');
Catalog Items
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(28390038, 'PAGEID', '28390038', 'Silver Throne', '50000', '0', '1');
Furnidata
Code:
["s","92993002","sthron","839940","0","1","1","","Silver Throne","Re-Coded By Skrilllex <3","","-1","-1"],
just edit where it says "PAGEID" and make sure you enter each of them in a notepad name them catalog items ..etc then upload and there
Let me know if you need help