
Catalog_items:
PHP Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(129465, 'CATAID', '129465', 'chair_tomad', '5', '0', '0', '1'),
(93820, 'CATAID', '93820', 'table_tomadd', '5', '0', '0', '1');
Furniture:
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`) VALUES
(129465, 'chair_tomad', 'chair_tomad', 's', 1, 1, 1, '0', '1', '0', 129465, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(93820, 'table_tomadd', 'table_tomadd', 's', 1, 1, 1, '1', '0', '0', 93820, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
Furnidata:
PHP Code:
["s","129465","chair_tomad","923855","0","1","1","","Kitchen Chair","Sit and enjoy a good meal!","","-1","-1"],
["s","93820","table_tomadd","95824","0","1","1","0,0,0","Kitchen Table","Put your plate on here!","","-1","-1"],
SWF:
Kitchen Chair + Table SWF
Credits:
SWF + SQL By ELSD
Design By Me