New furnitures

Dzetki

The Prodigal Son Returns
Jul 16, 2010
990
220
This was found on another forum so i take NO credits at all!

Some new furniture:

Furniture:
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`, `foot_figure`) VALUES
(89938, 'wf_box', 'wf_box', 's', 1, 1, 1.2, '1', '0', '0', 3853, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89939, 'wf_maze', 'wf_maze', 's', 1, 1, 1, '0', '0', '0', 3854, '1', '1', '1', '1', '1', 'default', 4, '0', ''),
(89940, 'ads_rangocactus', 'ads_rangocactus', 's', 1, 1, 1, '0', '0', '0', 3855, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89941, 'cine_glass', 'cine_glass', 's', 1, 1, 0.01, '1', '0', '0', 3856, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89942, 'wf_cnd_has_furni_on', 'wf_cnd_has_furni_on', 's', 1, 1, 0.6, '1', '0', '0', 3857, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89943, 'cine_light2', 'cine_light2', 'i', 1, 1, 1, '1', '0', '0', 4382, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89944, 'cine_light1', 'cine_light1', 'i', 1, 1, 1, '1', '0', '0', 4383, '1', '1', '1', '1', '1', 'default', 2, '0', '');
Catalog_items:
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(89938, '172', '89938', 'wf_box', '3', '0', '1'),
(89939, '172', '89939', 'wf_maze', '3', '0', '1'),
(89940, '172', '89940', 'ads_rangocactus', '3', '0', '1'),
(89941, '172', '89941', 'cine_glass', '3', '0', '1'),
(89942, '172', '89942', 'wf_cnd_has_furni_on', '3', '0', '1'),
(89943, '172', '89943', 'cine_light2', '3', '0', '1'),
(89944, '172', '89944', 'cine_light1', '3', '0', '1');
Catalog_pages:
Code:
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES
(173, 3, 'Other Furnis', 1, 53, '1', '1', 1, '0', '0', 1, 'default_3x3', '', '', '', '', '', '', '');

Cine_ligth you put in the right category

Lets go to swf, open it and add the furnidata.txt

Code:
["s","3853","wf_box","31915","0","1","1","","Puzzle Box","Stand beside the box and double click to push it away from you.","","-1","-1"],
["s","3854","wf_maze","31915","0","1","1","","Maze Divider","To use in your Puzzle Box mazes.","","-1","-1"],
["s","3855","ads_rangocactus","31924","0","1","1","","ads_rangocactus name","ads_rangocactus desc","","-1","-1"],
["s","3856","cine_glass","31924","0","1","1","","cine_glass name","cine_glass desc","","-1","-1"],
["s","3857","wf_cnd_has_furni_on","31924","0","1","1","","WIRED Condition: Selected Furni has another Furni on top","Triggering an Effect only works if one or all of the chosen Furni has another Furni on top of it.","","-1","-1"],
["i","4382","cine_light2","31841","","","","","Theater Hall Lights","Follow the lights and please make your way to the seats.","","110191","9550"],
["i","4383","cine_light1","31841","","","","","Theater Lights","Lighting up the darkness.","","110191","9551"],
Download:

Screen:
imagemwsr.png





Credits:
Jeanzinh0 for creating the SQL and put the downloads
Sulake for creating the SWF
 

modfurn

New Member
Feb 2, 2011
1
0
I hope we could see some pictures.
So that we could see what it really looks like.


 

Users who are viewing this thread

Top