Sims3 Furni Release 2

Results 1 to 15 of 15
  1. #1
    Account Upgraded | Title Enabled! RH monkeyboy is offline
    MemberRank
    Nov 2011 Join Date
    Dream world..zzLocation
    223Posts

    Sims3 Furni Release 2




    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:

    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');
    Furnidata:
    Code:

    Code:
    ["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"],
    sims3 bedroom & bathroom.zip
    Last edited by RH monkeyboy; 26-11-11 at 04:25 AM.


  2. #2
    Eye Eye Capt'n Spheral is offline
    MemberRank
    May 2010 Join Date
    TumptonshireLocation
    2,488Posts

    Re: Sims3 Furni Release 2

    There is no images, so i dont know what i am downloading.

  3. #3
    No longer active... -_- Tha Matrix is offline
    MemberRank
    Apr 2011 Join Date
    Void.Location
    1,090Posts

    Re: Sims3 Furni Release 2

    Quote Originally Posted by JohnHearfield View Post
    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

  4. #4
    Account Upgraded | Title Enabled! RH monkeyboy is offline
    MemberRank
    Nov 2011 Join Date
    Dream world..zzLocation
    223Posts

    Re: Sims3 Furni Release 2

    Quote Originally Posted by JohnHearfield View Post
    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.
    Last edited by RH monkeyboy; 24-11-11 at 10:36 AM.

  5. #5
    The Sex Addict Poizone2 is offline
    MemberRank
    Oct 2011 Join Date
    UKLocation
    523Posts

    Re: Sims3 Furni Release 2

    Omg sexy! Love them 10/10

    Make More!

  6. #6
    Eye Eye Capt'n Spheral is offline
    MemberRank
    May 2010 Join Date
    TumptonshireLocation
    2,488Posts

    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 
    (900010032015'90001003''bed_sims3_bla'3001);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES 
    (900010042015'90001004''bed_sims3_blu'3001);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES 
    (900010052015'90001005''bed_sims3_one'3001);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES 
    (900010062015'90001006''bed_sims3_red'3001);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES 
    (900010072015'90001007''divider_sim3'6001);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES 
    (900010082015'90001008''sims_bathti'1001);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES 
    (900010092015'90001009''sims_hearts'1001);
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES 
    (9000100102015'900010010''simss3_bathro_wall'5001); 

  7. #7
    Member Raix is offline
    MemberRank
    Sep 2011 Join Date
    86Posts

    Re: Sims3 Furni Release 2

    I like the door, But that is the extent of my enjoyment.

  8. #8
    Say whaaat pLEDGE is offline
    MemberRank
    Jun 2010 Join Date
    NorwayLocation
    299Posts

    Re: Sims3 Furni Release 2

    You should put all sims furniture in one thread. Btw, Nice!

  9. #9
    Account Upgraded | Title Enabled! RH monkeyboy is offline
    MemberRank
    Nov 2011 Join Date
    Dream world..zzLocation
    223Posts

    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 :)

  10. #10
    Calm yo tits. TashiaLurvesYou is offline
    MemberRank
    Nov 2011 Join Date
    PhilippinesLocation
    474Posts

    Re: Sims3 Furni Release 2

    Awesome [;
    might add this to my hotel
    good job 8/10!

  11. #11
    Eye Eye Capt'n Spheral is offline
    MemberRank
    May 2010 Join Date
    TumptonshireLocation
    2,488Posts

    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'131.8'0''0''0'90001003'1''1''0''1''1''bed'1'0'00),
    (
    90001004'bed_sims3_blu''bed_sims3_blu''s'131.8'0''0''0'90001004'1''1''0''1''1''bed'1'0'00),
    (
    90001005'bed_sims3_one''bed_sims3_one''s'131.8'0''0''0'90001005'1''1''0''1''1''bed'1'0'00),
    (
    90001006'bed_sims3_red''bed_sims3_red''s'131.8'0''0''0'90001006'1''1''0''1''1''bed'1'0'00); 
    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'110.001'0''0''0'90001007'1''1''0''1''1''gate'2'0'00); 

  12. #12
    Account Upgraded | Title Enabled! RH monkeyboy is offline
    MemberRank
    Nov 2011 Join Date
    Dream world..zzLocation
    223Posts

    Re: Sims3 Furni Release 2

    john i was adding your fixed codes into the codes.
    and i must gave it a error :S
    Last edited by RH monkeyboy; 26-11-11 at 04:31 AM.

  13. #13
    Account Upgraded | Title Enabled! tomsaundo is offline
    MemberRank
    Sep 2011 Join Date
    Liverpool, UKLocation
    465Posts

    Re: Sims3 Furni Release 2

    Pretty nice release something I might add to my hotel

  14. #14
    Red like a Tomato! tomad is offline
    MemberRank
    Nov 2007 Join Date
    NetherlandsLocation
    358Posts

    Re: Sims3 Furni Release 2

    Can someone Fix this?

  15. #15
    Account Upgraded | Title Enabled! Alexie is offline
    MemberRank
    Aug 2011 Join Date
    I LOVE COOKIES!Location
    253Posts

    Re: Sims3 Furni Release 2

    Looks nice bro. (:



Advertisement