Re: Sims3 Furni Release 2
There is no images, so i dont know what i am downloading.
Re: Sims3 Furni Release 2
Quote:
Originally Posted by
JohnHearfield
There is no images, so i dont know what i am downloading.
*tap tap* - Mind - Alex Cant make Screenie. So Could u make it? - whats in it - Beds, and a Wall items
Re: Sims3 Furni Release 2
Quote:
Originally Posted by
JohnHearfield
There is no images, so i dont know what i am downloading.
There added! srry for not showing image i was working on posting the image it was 4am x.x i havent sleeped o/ bye! enjoy
Oh John thanks for the help i studied your codes from your last post u fixed for me :) and did a bit practice and posted it on here thanks for your help. night.
Re: Sims3 Furni Release 2
Omg sexy! Love them 10/10
Make More!
Re: Sims3 Furni Release 2
Nice, i love these.
Fixed Catalog Items
PHP 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);
Re: Sims3 Furni Release 2
I like the door, But that is the extent of my enjoyment.
Re: Sims3 Furni Release 2
You should put all sims furniture in one thread. Btw, Nice!
Re: Sims3 Furni Release 2
guys im running out of ideas for you! ik u want more but im thinking next packet is final release! keep in mind i release packets 1 at a time every few weeks :S! enjoy :)
Re: Sims3 Furni Release 2
Awesome [;
might add this to my hotel
good job 8/10!
Re: Sims3 Furni Release 2
Updated Beds:
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
(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);
Fixed door
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
(90001007, 'divider_sim3', 'divider_sim3', 's', 1, 1, 0.001, '0', '0', '0', 90001007, '1', '1', '0', '1', '1', 'gate', 2, '0', 0, 0);
Re: Sims3 Furni Release 2
john i was adding your fixed codes into the codes.
and i must gave it a error :S
Re: Sims3 Furni Release 2
Pretty nice release something I might add to my hotel
Re: Sims3 Furni Release 2
Re: Sims3 Furni Release 2