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`, `is_arrow`, `foot_figure`) VALUES
('900001', 'Sims3_wall001', 'Sims3_wall001', 'i', '1', '1', '1', '1', '0', '0', '900001', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0'),
('900002', 'Sims3_wall002', 'Sims3_wall002', 'i', '1', '1', '1', '1', '0', '0', '900002', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0'),
('900003', 'Sims3_wall003', 'Sims3_wall003', 'i', '1', '1', '1', '1', '0', '0', '900003', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0'),
('900004', 'Sims3_wall004', 'Sims3_wall004', 'i', '1', '1', '1', '1', '0', '0', '900004', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0'),
('900005', 'sims3_tile01', 'sims3_tile01', 's', '2', '2', '0', '0', '0', '1', '900005', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0'),
('900006', 'sims3_tile02', 'sims3_tile02', 's', '2', '2', '0', '0', '0', '1', '900006', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0'),
('900007', 'sims3_tile03', 'sims3_tile03', 's', '2', '2', '0', '0', '0', '1', '900007', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0'),
('900008', 'sims3_tile04', 'sims3_tile04', 's', '2', '2', '0', '0', '0', '1', '900008', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0');
PHP 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),
(900002, CATID, '900002', 'Sims3_wall002', 5, 0, 0, 1),
(900003, CATID, '900003', 'Sims3_wall003', 5, 0, 0, 1),
(900004, CATID, '900004', 'Sims3_wall004', 5, 0, 0, 1),
(900005, CATID, '900005', 'sims3_tile01', 3, 0, 0, 1),
(900006, CATID, '900006', 'sims3_tile02', 3, 0, 0, 1),
(900007, CATID, '900007', 'sims3_tile03', 3, 0, 0, 1),
(900008, CATID, '900008', 'sims3_tile04', 3, 0, 0, 1);
PHP 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","900002","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","900003","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","900004","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","900005","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","900006","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","900007","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"],