Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (900001, CATID, '900001', 'Sims3_wall001', 5, 0, 0, 1);
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(900001, CATID, '900003', 'Sims3_wall002', 5, 0, 0, 1);
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(900001, CATID, '900005', 'Sims3_wall003', 5, 0, 0, 1);
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(900007, CATID, '900005', 'Sims3_wall004', 5, 0, 0, 1);
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(900001, CATID, '900002', 'sims3_tile01', 3, 0, 0, 1);
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(900001, CATID, '900004', 'sims3_tile02', 3, 0, 0, 1);
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(900006, CATID, '900004', 'sims3_tile03', 3, 0, 0, 1);
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(900008, CATID, '900004', 'sims3_tile04', 3, 0, 0, 1);
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`, `is_arrow`)VALUES (900001, 'Red Sims3 wall', Sims3_wall001', 'i', 1, 1, 1, '1', '0', '0', 777);
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`, `is_arrow`)VALUES
(900003, 'blue Sims3 wall', Sims3_wall002', 'i', 1, 1, 1, '1', '0', '0', 777);
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`, `is_arrow`)VALUES
(900005, 'green Sims3 wall', Sims3_wall003', 'i', 1, 1, 1, '1', '0', '0', 777);
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`, `is_arrow`)VALUES
(900007, 'Dark Grey and White Sims3 wall', Sims3_wall004', 'i', 1, 1, 1, '1', '0', '0', 777);
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`, `is_arrow`)VALUES
(900002, 'Red Sims tile', 'sims3_tile01', 's', 1, 1, 1, '1', '0', '0', 777);
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`, `is_arrow`)VALUES
(900004, 'blue Sims tile', 'sims3_tile02', 's', 1, 1, 1, '1', '0', '0', 777);
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`, `is_arrow`)VALUES
(900006, 'green Sims tile', 'sims3_tile03', 's', 1, 1, 1, '1', '0', '0', 777);
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`, `is_arrow`)VALUES
(900008, 'green Sims tile', 'sims3_tile04', 's', 1, 1, 1, '1', '0', '0', 777);
Furnidata:
Code:
["i","900001","Sims3_wall001","501051","0","1","1","0,0,0","Red Sims3 wall","Nothing better than sims3 red walls! Designed and Coded by Monkeyboy RH/monkeyboy","","-1","-1"],
["i","900003","Sims3_wall002","501051","0","1","1","0,0,0","blue Sims3 wall","Nothing better than sims3 blue walls! Designed and Coded by Monkeyboy RH/monkeyboy","","-1","-1"],
["i","900005","Sims3_wall003","501051","0","1","1","0,0,0","green Sims3 wall","Nothing better than sims3 green walls! Designed and Coded by Monkeyboy RH/monkeyboy","","-1","-1"],
["i","900007","Sims3_wall004","501051","0","1","1","0,0,0","Dark Grey and White Sims3 wall","Nothing better than sims3 Dark Grey and White walls! Designed and Coded by Monkeyboy RH/monkeyboy","","-1","-1"],
["s","900002","sims3_tile01","501051","0","1","1","0,0,0","Red Sims3 tile","Nothing better than sims3 red tiles! Designed and Coded by Monkeyboy RH/monkeyboy","","-1","-1"],
["s","900004","sims3_tile02","501051","0","1","1","0,0,0","blue Sims3 tile","Nothing better than sims3 blue tiles! Designed and Coded by Monkeyboy RH/monkeyboy","","-1","-1"],
["s","900006","sims3_tile03","501051","0","1","1","0,0,0","green Sims3 tile","Nothing better than sims3 green tiles! Designed and Coded by Monkeyboy RH/monkeyboy","","-1","-1"],
["s","900008","sims3_tile04","501051","0","1","1","0,0,0","Dark Grey and White Sims3 tile","Nothing better than sims3 Dark Grey and White tiles! Designed and Coded by Monkeyboy RH/monkeyboy","","-1","-1"],
Im not sure if his code works properly,I tried to fix some missing part but didn't tested yet.