[BCStorm] Skrillex Furniture [SQLS] [Ripped]

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    fak Dysfunctional is offline
    MemberRank
    Jul 2012 Join Date
    AustraliaLocation
    391Posts

    [BCStorm] [Phx] Skrillex Furniture [SQLS] [Ripped]

    Hello guys, a few weeks ago I released these ripped Skrillex furniture, but they I didn't get the chance to make the SQLs. But I'm here again with the SQLS and the SWFs.

    Screenshot;




    BCStorm SQLS;

    Spoiler:

    Code:
    items_base:
    INSERT INTO items_base (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES (23116, 23116, 'skril_flo02', 'skril_flo02', 's', 1, 1, 0.10, 1, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'), (41335, 41335, 'skrillexblock', 'skrillexblock', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'), (23114, 23114, 'skrillex01', 'skrillex01', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'vendingmachine', 2, '9,8,14,15,6,10,11,12'), (23112, 23112, 'edice02', 'edice02', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'dice', 6, '0'), (23110, 23110, 'club_sofh', 'club_sofh', 's', 2, 1, 1.00, 1, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'), (23109, 23109, 'usva4_la01', 'usva4_la01', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'), (23100, 23100, 'hc3_biglamp', 'hc3_biglamp', 's', 1, 1, 1.00, 1, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0'), (23098, 23098, 'thro08', 'thro08', 's', 1, 1, 1.00, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0'), (23115, 23115, 'skril_flo01', 'skril_flo01', 's', 1, 1, 0.10, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 2, '0');


    catalog_items_copy:

    Code:
    INSERT INTO catalog_items_copy (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`) VALUES
       (23110, 1337, '23110', 'club_sofh', 10, 0, 1, 0, 0, 0, 0, 0, '1'),
       (23109, 1337, '23109', 'usva4_la01', 10, 0, 1, 0, 0, 0, 0, 0, '1'),
       (23100, 1337, '23100', 'hc3_biglamp', 10, 0, 1, 0, 0, 0, 0, 0, '1'),
       (41335, 1337, '41335', 'skrillexblock', 10, 0, 1, 0, 0, 0, 0, 0, '1'),
       (23112, 1337, '23112', 'edice02', 10, 0, 1, 0, 0, 0, 0, 0, '1'),
       (23116, 1337, '23116', 'skril_flo02', 10, 0, 1, 0, 0, 0, 0, 0, '1'),
       (23115, 1337, '23115', 'skril_flo01', 10, 0, 1, 0, 0, 0, 0, 0, '1'),
       (23098, 1337, '23098', 'thro08', 10, 0, 1, 0, 0, 0, 0, 0, '1'),
       (23114, 1337, '23114', 'skrillex01', 10, 0, 1, 0, 0, 0, 0, 0, '1');


    Phoenix SQLS;

    Spoiler:

    Code:
    furniture:
    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`, `height_adjustable`, `effectM`, `effectF`) VALUES ('23116', 'skril_flo02', 'skril_flo02', 's', '1', '1', '0.10', '1', '0', '1', '23116', '1', '1', '1', '1', '1', 'default', '1', '0', '0', NULL, '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`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES ('41335', 'skrillexblock', 'skrillexblock', 's', '1', '1', '1.00', '1', '0', '0', '41335', '1', '1', '1', '1', '1', 'default', '1', '0', '0', NULL, '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`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES ('23114', 'skrillex01', 'skrillex01', 's', '1', '1', '1.00', '1', '0', '0', '23114', '1', '1', '1', '1', '1', 'vendingmachine', '2', '9,8,14,15,6,10,11,12', '0', NULL, '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`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES ('23112', 'edice02', 'edice02', 's', '1', '1', '1.00', '1', '0', '0', '23112', '1', '1', '1', '1', '1', 'dice', '1', '0', '0', NULL, '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`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES ('23110', 'club_sofh', 'club_sofh', 's', '2', '1', '1.1', '1', '1', '0', '23110', '1', '1', '1', '1', '1', 'default', '1', '0', '0', NULL, '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`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES ('23109', 'usva4_la01', 'usva4_la01', 's', '1', '1', '1.00', '1', '0', '0', '23109', '1', '1', '1', '1', '1', 'default', '2', '0', '0', NULL, '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`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES ('23100', 'hc3_biglamp', 'hc3_biglamp', 's', '1', '1', '1.00', '1', '0', '0', '23100', '1', '1', '1', '1', '1', 'default', '2', '0', '0', NULL, '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`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES ('23098', 'thro08', 'thro08', 's', '1', '1', '1', '1', '1', '0', '23098', '1', '1', '1', '1', '1', 'default', '1', '0', '0', NULL, '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`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES ('23115', 'skril_flo01', 'skril_flo01', 's', '1', '1', '0.10', '1', '0', '1', '23115', '1', '1', '1', '1', '1', 'default', '1', '0', '0', NULL, '0', '0', '0');
    catalog_items:

    Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES ('23110', '1337', '23110', 'club_sofh', '10', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES ('23109', '1337', '23109', 'usva4_la01', '10', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES ('23100', '1337', '23100', 'hc3_biglamp', '10', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES ('41335', '1337', '41335', 'skrillexblock', '10', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES ('23112', '1337', '23112', 'edice02', '10', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES ('23116', '1337', '23116', 'skril_flo02', '10', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES ('23115', '1337', '23115', 'skril_flo01', '10', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES ('23098', '1337', '23098', 'thro08', '10', '0', '0', '1', '0', '0');
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES ('23114', '1337', '23114', 'skrillex01', '10', '0', '0', '1', '0', '0');


    Code:
    furnidata:
    ["s","23114","skrillex01","","2","1","1","","Skrillex Drink","Power packed beverages...","","-1","-1"], ["s","23098","thro08","","2","1","1","","Skrillex Throne","WOB WOB WOB WOBBBB HWOUWBWOUWOUWBWOBWOUB","","-1","-1"], ["s","23115","skril_flo01","","2","1","1","","Skrillex Blue Tile","Rock the parties with these awesome tiles!","","-1","-1"], ["s","23116","skril_flo02","","2","1","1","","Skrillex Grey Tile","Rock the parties with these awesome tiles!","","-1","-1"], ["s","23112","edice02","","2","1","1","","Skrillex Dicemaster","Scary Monsters and Nice Dicemasters!!","","-1","-1"], ["s","41335","skrillexblock","","2","1","1","","Skrillex Block","Versitile.","","-1","-1"], ["s","23100","hc3_biglamp","","2","1","1","","Skrillex Lamp","Skrillex WOBWAMP","","-1","-1"], ["s","23109","usva4_la01","35205","0","1","1","","Skrillex Bulb","Light up your club!","","-1","-1"], ["s","23110","club_sofh","","2","1","1","","Skrillex Sofa","Wobble Wobble","","-1","-1"],
    SWFs Download



    Credits;
    Fatalhotel.com [70%]
    bobbahotel.co.uk [30%]
    Last edited by Dysfunctional; 07-02-13 at 02:01 AM. Reason: Added screenshot


  2. #2
    Infraction Banned HabMoon is offline
    MemberRank
    Jun 2007 Join Date
    HM OfficesLocation
    3,068Posts

    Re: [BCStorm] Skrillex Furniture [SQLS] [Ripped]

    Nice customs, good that you gave credits to the retro's.
    Added screen from previous thread :)
    Still don't like that they're ripped, but everybody knows my opinion about that already :P

  3. #3
    Apprentice Mario372 is offline
    MemberRank
    Aug 2010 Join Date
    6Posts

    Re: [BCStorm] Skrillex Furniture [SQLS] [Ripped]

    do some can code it for phx?

  4. #4
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,607Posts

    Re: [BCStorm] Skrillex Furniture [SQLS] [Ripped]

    In my opinion they look horrible, for some reason I think they look a bit too dark but well I cant blame you because you didnt create them :)

  5. #5
    Valued Member T3D is offline
    MemberRank
    Dec 2012 Join Date
    103Posts

    Re: [BCStorm] Skrillex Furniture [SQLS] [Ripped]

    Skrillex must be proud , someone make ripped Habbo Furniture for his hotel

  6. #6
    Banned V for Vendetta is offline
    BannedRank
    Feb 2007 Join Date
    1,809Posts

    Re: [BCStorm] Skrillex Furniture [SQLS] [Ripped]

    I don't personally like Skrillex his music. But i do like this. Keep it going.

    Maybe some UKF-Dubstep in the future?

  7. #7
    Proficient Member EvilKiller is offline
    MemberRank
    Jun 2012 Join Date
    NetherlandsLocation
    160Posts

    Re: [BCStorm] Skrillex Furniture [SQLS] [Ripped]

    I like Skrillex's music but i don't like this but i can't blame you and it's nice to see people releasing something.

  8. #8

    Re: [BCStorm] Skrillex Furniture [SQLS] [Ripped]

    They won't load!
    Help please
    skrillex-furni-wont-load.png

  9. #9
    Member Binji is offline
    MemberRank
    Dec 2012 Join Date
    (^O^)Location
    89Posts

    Re: [BCStorm] Skrillex Furniture [SQLS] [Ripped]

    this looks like it could be in 3d -.-

  10. #10
    Novice Allf is offline
    MemberRank
    Nov 2012 Join Date
    1Posts

    Re: [BCStorm] Skrillex Furniture [SQLS] [Ripped]

    sql phoenix?

  11. #11
    G'nome sayin' Exonize is offline
    MemberRank
    May 2011 Join Date
    Czech RepublicLocation
    517Posts

    Re: [BCStorm] Skrillex Furniture [SQLS] [Ripped]

    Nice release!

    +Rep for Phx sql =)

  12. #12
    Member Fidel Castro is offline
    MemberRank
    Jan 2013 Join Date
    CubaLocation
    68Posts

    Re: [BCStorm] Skrillex Furniture [SQLS] [Ripped]

    Make this for Phoenix too <3!

  13. #13
    Member Binji is offline
    MemberRank
    Dec 2012 Join Date
    (^O^)Location
    89Posts

    Re: [BCStorm] Skrillex Furniture [SQLS] [Ripped]

    can u make it for phoenix too?

  14. #14
    Novice Antiseptic is offline
    MemberRank
    Jun 2012 Join Date
    2Posts

    Re: [BCStorm] Skrillex Furniture [SQLS] [Ripped]

    Phoenix sqls:

    INSERT INTO `catalog_items` VALUES
    ('110119961', '94', '110119961', 'Skrillex Throne', '100', '0', '0', '1', '0', '0'),
    ('110119962', '94', '110119962', 'Skrillex Sofa', '100', '0', '0', '1', '0', '0'),
    ('110119963', '94', '110119963', 'Skrillex Fridge', '100', '0', '0', '1', '0', '0'),
    ('110119964', '94', '110119964', 'Skrillex Dice', '100', '0', '0', '1', '0', '0'),
    ('110119965', '94', '110119965', 'Skrillex Floor 1', '100', '0', '0', '1', '0', '0'),
    ('110119966', '94', '110119966', 'Skrillex Floor 2', '100', '0', '0', '1', '0', '0'),
    ('110119967', '94', '110119967', 'Skrillex Lamp', '100', '0', '0', '1', '0', '0'),
    ('110119968', '94', '110119968', 'Skrillex Corner', '100', '0', '0', '1', '0', '0'),
    ('110119969', '94', '110119969', 'Skrillex Flag', '100', '0', '0', '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`, `height_adjustable`, `effectM`, `effectF`) VALUES
    ('110119961', 'Skrillex Throne', 'Skrillex Throne', 's', '1', '1', '1', '0', '1', '0', '110119961', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0'),
    ('110119962', 'Skrillex Sofa', 'Skrillex Sofa', 's', '2', '1', '1', '0', '1', '0', '110119962', '1', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '0'),
    ('110119963', 'Skrillex Fridge', 'Skrillex Fridge', 's', '1', '1', '1', '0', '0', '0', '110119963', '1', '1', '0', '1', '1', 'vendingmachine', '0', '6,5,2,1', '0', '0', '0', '0'),
    ('110119964', 'Skrillex Dice', 'Skrillex Dice', 's', '1', '1', '1', '0', '0', '0', '110119964', '1', '1', '0', '1', '1', 'dice', '1', '0', '0', '0', '0', '0'),
    ('110119965', 'Skrillex Floor 1', 'Skrillex Floor 1', 's', '2', '2', '0', '1', '0', '1', '110119965', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0'),
    ('110119966', 'Skrillex Floor 2', 'Skrillex Floor 2', 's', '2', '2', '0', '1', '0', '1', '110119966', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0'),
    ('110119967', 'Skrillex Lamp', 'Skrillex Lamp', 's', '1', '1', '1', '0', '0', '0', '110119967', '0', '0', '0', '0', '1', 'default', '2', '0', '0', '0', '0', '0'),
    ('110119968', 'Skrillex Corner', 'Skrillex Corner', 's', '1', '1', '1.4', '1', '0', '0', '110119968', '1', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '0'),
    ('110119969', 'Skrillex Flag', 'Skrillex Flag', 's', '1', '1', '1.4', '1', '0', '0', '110119969', '1', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '0');

    FURNIDATA:
    ["s","110119961","thro08","110119961","0","1","1","0,0,0","Skrillex Throne","Bangarang!","","-1","-1"],
    ["s","110119962","club_sofh","110119962","0","2","1","0,0,0","Skrillex Sofa","Bangarang!","","-1","-1"],
    ["s","110119963","skrillex01","110119963","2","1","1","","Skrillex Fridge","Bangarang!","","132549","118"],
    ["s","110119964","edice02","110119964","0","1","1","0,0,0","Skrillex Dicemaster","Bangarang!","","-1","-1"],
    ["s","110119965","skril_flo01","custom","0","1","1","0,0,0","Skrillex Floor 1","Bangarang!","","-1","-1"],
    ["s","110119966","skril_flo02","custom","0","1","1","0,0,0","Skrillex Floor 2","Bangarang!","","-1","-1"],
    ["s","110119967","usva4_la01","110119967","0","1","1","","Skrillex Lamp","Bangarang!","","-1","-1"],
    ["s","110119968","skrillexblock","custom","0","1","1","0,0,0","Skrillex Corner","Bangarang!","","-1","-1"],
    ["s","110119968","hc3_biglamp","custom","0","1","1","0,0,0","Skrillex Flag","Bangarang!","","-1","-1"],

  15. #15
    Member Binji is offline
    MemberRank
    Dec 2012 Join Date
    (^O^)Location
    89Posts

    Re: [BCStorm] Skrillex Furniture [SQLS] [Ripped]

    Thanks :)



Page 1 of 2 12 LastLast

Advertisement