[Release] New Kitchen Furni pack 2010 [SQL]

Tashia

calm yo tits.
Nov 11, 2010
238
10
hey Guys

Here is the new Kitchen Furniture !

put the sql into your database

Code:
HTML:
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 ('178', '3', 'New Kitchen', '1', '51', '1', '1', '1', '0', '0', '4', 'default_3x3', '', '', '', 'The new Kitchen Furnitures...', '', '', '');

INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
('97419', '178', '97419', 'ktchn10_block', '5', '0', '1'),
('97420', '178', '97420', 'ktchn10_cabnt', '5', '0', '1'),
('97421', '178', '97421', 'ktchn10_pot', '5', '0', '1'),
('97422', '178', '97422', 'ktchn10_sink', '5', '0', '1'),
('97423', '178', '97423', 'ktchn10_stove', '5', '0', '1'),
('97424', '178', '97424', 'ktchn10_tea', '5', '0', '1');

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
('97419', 'ktchn10_block', 'ktchn10_block', 's', '1', '1', '1', '1', '0', '0', '3589', '1', '1', '1', '1', '1', 'default', '3', '0', ''),
('97420', 'ktchn10_cabnt', 'ktchn10_cabnt', 'i', '1', '1', '1', '1', '0', '0', '4338', '1', '1', '1', '1', '1', 'default', '1', '0', ''),
('97421', 'ktchn10_pot', 'ktchn10_pot', 's', '1', '1', '1', '1', '0', '0', '3580', '1', '1', '1', '1', '1', 'default', '2', '0', ''),
('97422', 'ktchn10_sink', 'ktchn10_sink', 's', '2', '1', '1', '1', '0', '0', '3612', '1', '1', '1', '1', '1', 'default', '3', '0', ''),
('97423', 'ktchn10_stove', 'ktchn10_stove', 's', '2', '1', '1.2', '1', '0', '0', '3581', '1', '1', '1', '1', '1', 'default', '2', '0', ''),
('97424', 'ktchn10_tea', 'ktchn10_tea', 's', '1', '1', '1', '1', '0', '0', '3592', '1', '1', '1', '1', '1', 'default', '2', '0', '');
Use the Variables from habbo.com if it dont work....

Screenshot:
unbenanntwi.png

:pDont own by me Still Release here:p
 

Robert

New Member
Nov 22, 2010
2
0
hey... here's the code without the foot_figure:

PHP:
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 ('178', '3', 'New Kitchen', '1', '51', '1', '1', '1', '0', '0', '4', 'default_3x3', '', '', '', 'The new Kitchen Furnitures...', '', '')
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
('97419', '178', '97419', 'ktchn10_block', '5', '0', '1'),
('97420', '178', '97420', 'ktchn10_cabnt', '5', '0', '1'),
('97421', '178', '97421', 'ktchn10_pot', '5', '0', '1'),
('97422', '178', '97422', 'ktchn10_sink', '5', '0', '1'),
('97423', '178', '97423', 'ktchn10_stove', '5', '0', '1'),
('97424', '178', '97424', 'ktchn10_tea', '5', '0', '1');
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`) VALUES
('97419', 'ktchn10_block', 'ktchn10_block', 's', '1', '1', '1', '1', '0', '0', '3589', '1', '1', '1', '1', '1', 'default', '3', '0', ''),
('97420', 'ktchn10_cabnt', 'ktchn10_cabnt', 'i', '1', '1', '1', '1', '0', '0', '4338', '1', '1', '1', '1', '1', 'default', '1', '0', ''),
('97421', 'ktchn10_pot', 'ktchn10_pot', 's', '1', '1', '1', '1', '0', '0', '3580', '1', '1', '1', '1', '1', 'default', '2', '0', ''),
('97422', 'ktchn10_sink', 'ktchn10_sink', 's', '2', '1', '1', '1', '0', '0', '3612', '1', '1', '1', '1', '1', 'default', '3', '0', ''),
('97423', 'ktchn10_stove', 'ktchn10_stove', 's', '2', '1', '1.2', '1', '0', '0', '3581', '1', '1', '1', '1', '1', 'default', '2', '0', ''),
('97424', 'ktchn10_tea', 'ktchn10_tea', 's', '1', '1', '1', '1', '0', '0', '3592', '1', '1', '1', '1', '1', 'default', '2', '0')
 

Gavin158

New Member
Jul 23, 2011
4
0
Kitchen appliances used in it is not very nice.Especially,in which not suited two kitchen sink.The only one kitchen sink should be used in there.
You should be added more windows in it.
 

Users who are viewing this thread

Top