Furnidata:
Code:
["s","4402","sfx_lazer","39306","2","1","1","","sfx_lazer name","sfx_lazer desc","","-1","-1","","1"],
["s","4403","sfx_onetwo","39306","4","1","1","","sfx_onetwo name","sfx_onetwo desc","","-1","-1","","1"],
["s","4404","sfx_duck","39306","0","1","1","","sfx_duck name","sfx_duck desc","","-1","-1","","1"],
["s","4405","sfx_whistle","39306","0","1","1","","sfx_whistle name","sfx_whistle desc","","-1","-1","","1"],
["s","4406","sfx_bells","39306","0","1","1","","sfx_bells name","sfx_bells desc","","-1","-1","","1"],
["s","4407","sfx_glass","39306","0","1","1","","sfx_glass name","sfx_glass desc","","-1","-1","","1"],
["s","4408","prizetrophy_niko2","39306","0","1","2","","prizetrophy_niko2 name","prizetrophy_niko2 desc","","-1","-1","","11"],
["s","4409","prizetrophy_niko1","39306","0","1","2","","prizetrophy_niko1 name","prizetrophy_niko1 desc","","-1","-1","","11"],
["i","4447","flag_denmark","39306","","","","","flag_denmark name","flag_denmark desc","","-1","-1","1"]
Catalog_items:
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(NULL, 115, '30706', 'rooftop_HM_tafel', 3, 0, 1),
(NULL, 115, '30707', 'sfx_lazer', 3, 0, 1),
(NULL, 115, '30708', 'sfx_onetwo', 3, 0, 1),
(NULL, 115, '30709', 'sfx_duck', 3, 0, 1),
(NULL, 115, '30710', 'sfx_whistle', 3, 0, 1),
(NULL, 115, '30711', 'sfx_bells', 3, 0, 1),
(NULL, 115, '30712', 'sfx_glass', 3, 0, 1),
(NULL, 115, '30713', 'prizetrophy_niko2', 3, 0, 1),
(NULL, 115, '30714', 'prizetrophy_niko1', 3, 0, 1),
(NULL, 115, '30715', 'flag_denmark', 3, 0, 1);
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`) VALUES
(30707, 'sfx_lazer', 'sfx_lazer', 's', 1, 1, 1, '0', '0', '0', 4402, '1', '1', '0', '1', '1', 'default', 1, '0'),
(30708, 'sfx_onetwo', 'sfx_onetwo', 's', 1, 1, 1, '0', '0', '0', 4403, '1', '1', '0', '1', '1', 'default', 1, '0'),
(30709, 'sfx_duck', 'sfx_duck', 's', 1, 1, 1, '0', '0', '0', 4404, '1', '1', '0', '1', '1', 'default', 1, '0'),
(30710, 'sfx_whistle', 'sfx_whistle', 's', 1, 1, 1, '0', '0', '0', 4405, '1', '1', '0', '1', '1', 'default', 1, '0'),
(30711, 'sfx_bells', 'sfx_bells', 's', 1, 1, 1, '0', '0', '0', 4406, '1', '1', '0', '1', '1', 'default', 1, '0'),
(30712, 'sfx_glass', 'sfx_glass', 's', 1, 1, 1, '0', '0', '0', 4407, '1', '1', '0', '1', '1', 'default', 1, '0'),
(30713, 'prizetrophy_niko2', 'prizetrophy_niko2', 's', 1, 2, 1, '1', '0', '0', 4408, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
(30714, 'prizetrophy_niko1', 'prizetrophy_niko1', 's', 1, 2, 1, '1', '0', '0', 4409, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
(30715, 'flag_denmark', 'flag_denmark', 'i', 1, 1, 1, '0', '0', '0', 4447, '1', '1', '0', '1', '1', 'default', 1, '0');