SQL:
Catalog Items
Code:INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (90001003, 2015, '90001003', 'bed_sims3_bla', 3, 0, 0, 1); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (90001004, 2015, '90001004', 'bed_sims3_blu', 3, 0, 0, 1); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (90001005, 2015, '90001005', 'bed_sims3_one', 3, 0, 0, 1); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (90001006, 2015, '90001006', 'bed_sims3_red', 3, 0, 0, 1); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (90001007, 2015, '90001007', 'divider_sim3', 6, 0, 0, 1); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (90001008, 2015, '90001008', 'sims_bathti', 1, 0, 0, 1); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (90001009, 2015, '90001009', 'sims_hearts', 1, 0, 0, 1); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (900010010, 2015, '900010010', 'simss3_bathro_wall', 5, 0, 0, 1);
Furniture:
Code:
Furnidata: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`, `foot_figure`) VALUES (90001003, 'bed_sims3_bla', 'bed_sims3_bla', 's', 1, 3, 1.8, '0', '0', '0', 90001003, '1', '1', '0', '1', '1', 'bed', 1, '0', 0, 0), (90001004, 'bed_sims3_blu', 'bed_sims3_blu', 's', 1, 3, 1.8, '0', '0', '0', 90001004, '1', '1', '0', '1', '1', 'bed', 1, '0', 0, 0), (90001005, 'bed_sims3_one', 'bed_sims3_one', 's', 1, 3, 1.8, '0', '0', '0', 90001005, '1', '1', '0', '1', '1', 'bed', 1, '0', 0, 0), (90001006, 'bed_sims3_red', 'bed_sims3_red', 's', 1, 3, 1.8, '0', '0', '0', 90001006, '1', '1', '0', '1', '1', 'bed', 1, '0', 0, 0); 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 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`, `foot_figure`) VALUES (90001007, 'divider_sim3', 'divider_sim3', 's', 1, 1, 0.001, '0', '0', '0', 90001007, '1', '1', '0', '1', '1', 'gate', 2, '0', 0, 0); 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 (90001008, 'Sims3 bathroom tile', 'sims_bathti', 's', 1, 1, 1, '0', '1', '0', 90001008, '0', '1', '1', '1', '1', 'default', 1, '0', '0'); 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 (90001009, 'Sims3 heart bathroom tile', 'sims_hearts', 's', 1, 1, 1, '0', '1', '0', 90001009, '0', '1', '1', '1', '1', 'default', 1, '0', '0'); 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 (900010010, 'Sims3 bathroom wall', 'simss3_bathro_wall', 'i', 1, 1, 1, '0', '1', '0', 900010010, '0', '1', '1', '1', '1', 'default', 1, '0', '0');
Code:
sims3 bedroom & bathroom.zipCode:["s","90001003","bed_sims3_bla","25824","0","1","1","0,0,0","Sims3 Black bed","Designed and Coded by monkeyboy RH/Monkeyboy","","-1","-1"], ["s","90001004","bed_sims3_blu","25824","0","1","1","0,0,0","Sims3 Blue bed","Designed and Coded by monkeyboy RH/Monkeyboy","","-1","-1"], ["s","90001005","bed_sims3_one","25824","0","1","1","0,0,0","Sims3 green bed","Designed and Coded by monkeyboy RH/Monkeyboy","","-1","-1"], ["s","90001006","bed_sims3_red","25824","0","1","1","0,0,0","Sims3 red bed","Designed and Coded by monkeyboy RH/Monkeyboy","","-1","-1"], ["s","90001007","divider_sim3","25824","0","1","1","0,0,0","Sims3 Door","Designed and Coded by monkeyboy RH/Monkeyboy","","-1","-1"], ["s","90001008","sims_bathti","25824","0","1","1","0,0,0","Sims3 bathroom tile","Designed and Coded by monkeyboy RH/Monkeyboy","","-1","-1"], ["s","90001009","sims_hearts","25824","0","1","1","0,0,0","Sims3 heart bathroom tile","Designed and Coded by monkeyboy RH/Monkeyboy","","-1","-1"], ["i","900010010","simss3_bathro_wall","25824","0","1","1","0,0,0","Sims3 bathroom wall","Designed and Coded by monkeyboy RH/Monkeyboy","","-1","-1"],






