[Release] Habbo re-designed Public furntiure

Results 1 to 5 of 5
  1. #1
    Proficient Member Leon Retros is offline
    MemberRank
    Nov 2012 Join Date
    174Posts

    [Release] Habbo re-designed Public furntiure

    The other day I saw luminas thread about re-desined public furniture and i saw it just was BC or for r63b so i decided to code them for phoenix and i posted the codes on the thread but today when i was gonna use em for my catalogue i releasized that they weren't right coded so i took on the job again and renaimed the Swfs and i made the code for phoenix 3.11.0 but i think there's still some bugs in the code feel free to read through the codes so i made em proparly


    Catalogue_items sqls
    PHP Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES 
    (86426PAGEID'86426''cwl_wall2'3001'0'0),
    (
    86427PAGEID'86427''cwl_table2'3001'0'0),
    (
    86428PAGEID'86428''cwl_sofa'3001'0'0),
    (
    86429PAGEID'86429''cwl_wall1'3001'0'0),
    (
    86430PAGEID'86430''cwl_floor'3001'0'0),
    (
    86431PAGEID'86431''cwl_rdesk'3001'0'0),
    (
    86432PAGEID'86432''cwl_shelf'3001'0'0),
    (
    86433PAGEID'86433''cwl_chair'3001'0'0),
    (
    86434PAGEID'86434''cwl_table1'3001'0'0); 

    Furniture sqls
    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`, `height_adjustable`, `effectM`, `effectF`) VALUES 
    (86426'cwl_wall2 name''cwl_wall2''s'121'0''0''0'86426'1''1''1''1''1''default'4'0''0''0'00), 
    (
    86427'cwl_table2 name''cwl_table2''s'121'0''0''0'86427'1''1''1''1''1''default'1'0''0''0'00), 
    (
    86428'cwl_sofa name''cwl_sofa''s'311'0''1''0'86428'1''1''1''1''1''default'1'0''0''0'00), 
    (
    86429'cwl_wall1 name''cwl_wall1''s'121'0''0''0'86429'1''1''1''1''1''default'11'0''0''0'00), 
    (
    86430'cwl_floor name''cwl_floor''s'110'0''0''1'86430'1''1''1''1''1''default'4'0''0''0'00), 
    (
    86431'cwl_rdesk name''cwl_rdesk''s'111'0''0''0'86431'1''1''1''1''1''default'6'0''0''0'00), 
    (
    86432'cwl_shelf name''cwl_shelf''s'111'0''0''0'86432'1''1''1''1''1''default'3'0''0''0'00), 
    (
    86433'cwl_chair name''cwl_chair''s'111'0''1''0'86433'1''1''1''1''1''default'1'0''0''0'00), 
    (
    86434'cwl_table1 name''cwl_table1''s'111'0''0''0'86434'1''1''1''1''1''default'3'0''0''0'00); 

    Furnidata
    PHP Code:
    ["s","4634","cl_table1","4634","0","1","1","","cl_table1 name","cl_table1 desc","","-1","-1","","1"],
    [
    "s","86426","cwl_wall2","86426","0","1","2","","cwl_wall2 name","cwl_wall2 desc","","-1","-1","","1"], 
    [
    "s","86427","cwl_table2","86427","0","1","2","","cwl_table2 name","cwl_table2 desc","","-1","-1","","1"], 
    [
    "s","86428","cwl_sofa","86428","2","3","1","","cwl_sofa name","cwl_sofa desc","","-1","-1","","1"], 
    [
    "s","86429","cwl_wall1","86429","0","1","2","","cwl_wall1 name","cwl_wall1 desc","","-1","-1","","1"], 
    [
    "s","86430","cwl_floor","86430","0","1","1","","cwl_floor name","cwl_floor desc","","-1","-1","","1"], 
    [
    "s","86431","cwl_rdesk","86431","0","1","1","","cwl_rdesk name","cwl_rdesk desc","","-1","-1","","1"], 
    [
    "s","86432","cwl_shelf","86432","0","1","1","","cwl_shelf name","cwl_shelf desc","","-1","-1","","1"], 
    [
    "s","86433","cwl_chair","86433","2","1","1","","cwl_chair name","cwl_chair desc","","-1","-1","","1"], 
    [
    "s","86434","cwl_table1","86434","0","1","1","","cwl_table1 name","cwl_table1 desc","","-1","-1","","1"], 
    Swfs-renamend download by clicking here

    Here's the screenshot


    Also here comes the credits for this

    Luminia 98% for creating and getting the Swfs
    Me 2% for re-coding it to phoenix


  2. #2
    Alpha Member Emily is offline
    MemberRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts

    Re: [Release] Habbo re-designed Public furntiure

    Good release though I'm not really a fan of these furniture.

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

    Re: [Release] Habbo re-designed Public furntiure

    Not sure if this was intentionally but; you changed the swf name (for example; cwl_wall2) but the swf data is still saying wl_wall2, so you will end up with not working furni (or it will still replace the wl_* furni if that's already added).

  4. #4
    Proficient Member Leon Retros is offline
    MemberRank
    Nov 2012 Join Date
    174Posts

    Re: [Release] Habbo re-designed Public furntiure

    Oh sorry but i forgot it and there's another thing my editor can't change the frame in the swf file and notepad++ didn't work so , i guess you have to do it yourself

  5. #5
    Enthusiast extraHabbo is offline
    MemberRank
    Apr 2014 Join Date
    34Posts

    Re: [Release] Habbo re-designed Public furntiure

    well fuck.lol



Advertisement