[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
(86426, PAGEID, '86426', 'cwl_wall2', 3, 0, 0, 1, '0', 0),
(86427, PAGEID, '86427', 'cwl_table2', 3, 0, 0, 1, '0', 0),
(86428, PAGEID, '86428', 'cwl_sofa', 3, 0, 0, 1, '0', 0),
(86429, PAGEID, '86429', 'cwl_wall1', 3, 0, 0, 1, '0', 0),
(86430, PAGEID, '86430', 'cwl_floor', 3, 0, 0, 1, '0', 0),
(86431, PAGEID, '86431', 'cwl_rdesk', 3, 0, 0, 1, '0', 0),
(86432, PAGEID, '86432', 'cwl_shelf', 3, 0, 0, 1, '0', 0),
(86433, PAGEID, '86433', 'cwl_chair', 3, 0, 0, 1, '0', 0),
(86434, PAGEID, '86434', 'cwl_table1', 3, 0, 0, 1, '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', 1, 2, 1, '0', '0', '0', 86426, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', 0, 0),
(86427, 'cwl_table2 name', 'cwl_table2', 's', 1, 2, 1, '0', '0', '0', 86427, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', 0, 0),
(86428, 'cwl_sofa name', 'cwl_sofa', 's', 3, 1, 1, '0', '1', '0', 86428, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', 0, 0),
(86429, 'cwl_wall1 name', 'cwl_wall1', 's', 1, 2, 1, '0', '0', '0', 86429, '1', '1', '1', '1', '1', 'default', 11, '0', '0', '0', 0, 0),
(86430, 'cwl_floor name', 'cwl_floor', 's', 1, 1, 0, '0', '0', '1', 86430, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', 0, 0),
(86431, 'cwl_rdesk name', 'cwl_rdesk', 's', 1, 1, 1, '0', '0', '0', 86431, '1', '1', '1', '1', '1', 'default', 6, '0', '0', '0', 0, 0),
(86432, 'cwl_shelf name', 'cwl_shelf', 's', 1, 1, 1, '0', '0', '0', 86432, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', 0, 0),
(86433, 'cwl_chair name', 'cwl_chair', 's', 1, 1, 1, '0', '1', '0', 86433, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', 0, 0),
(86434, 'cwl_table1 name', 'cwl_table1', 's', 1, 1, 1, '0', '0', '0', 86434, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', 0, 0);
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
http://i.imgur.com/XJDsT1L.png
Also here comes the credits for this
Luminia 98% for creating and getting the Swfs
Me 2% for re-coding it to phoenix
Re: [Release] Habbo re-designed Public furntiure
Good release though I'm not really a fan of these furniture.
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).
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
Re: [Release] Habbo re-designed Public furntiure