Hi, I had problems with the sqls, so every time I have good created :). That part I like with you guys. Furnidata and Product data are Dutch :).
Furnidata:
Quote:
["s","45252","xmas12_cfloorbig","44502","0","2","2","","Kasteelvloer","Ridderlijk vloertje. In 3 kleuren.","","-1","-1","","1"],
["s","45262","xmas12_snack","44502","0","1","1","","Melk en koekjes","Al sinds 1930 een beproefde combi","","194499","7205","","1"],
["s","45272","xmas12_cfloor","44502","0","1","1","","Kasteelvloer","Ridderlijk vloertje. In 3 kleuren.","","-1","-1","","1"],
["s","45282","roombg_aurora","44502","0","1","1","","Aurora Borealis Achtergrond","Kijk naar de lichtjes!","","194496","7207","","1"],
["s","45292","xmas12_floortile2","44502","0","2","2","","Middeleeuws Gedecoreerde Vloer","Voor een stijlvol kasteel.","","-1","-1","","1"],
["s","45302","xmas12_worktable","44502","0","1","2","","Santa's Workbench","Ultimate arts and crafts table","","-1","-1","","1"]]
Productdata:
Quote:
["xmas12_cfloorbig","Kasteelvloer","Ridderlijk vloertje. In 3 kleuren."],
["xmas12_snack","Melk en koekjes","Al sinds 1930 een beproefde combi"],
["xmas12_cfloor","Kasteelvloer","Ridderlijk vloertje. In 3 kleuren."],
["roombg_aurora","Aurora Borealis Achtergrond","Kijk naar de lichtjes!"],
["xmas12_floortile2","Middeleeuws Gedecoreerde Vloer","Voor een stijlvol kasteel."],
["xmas12_worktable","Santa's Workbench","Ultimate arts and crafts table"]]
Furniture:
Quote:
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
(45252, 'xmas12_cfloorbig', 'xmas12_cfloorbig', 's', 1, 3, 1, '1', '0', '0', 45252, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(45262, 'xmas12_snack', 'xmas12_snack', 's', 1, 1, 1, '1', '0', '0', 45262, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(45272, 'xmas12_cfloor', 'xmas12_cfloor', 's', 1, 1, 1, '1', '0', '0', 45272, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(45282, 'roombg_aurora', 'roombg_aurora', 's', 1, 1, 1, '1', '0', '0', 45282, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(45292, 'xmas12_floortile2', 'xmas12_floortile2', 's', 1, 1, 1, '1', '0', '0', 45292, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(45302, 'xmas12_worktable', 'xmas12_worktable', 'i', 0, 0, 1, '1', '0', '0', 45302, '1', '1', '1', '1', '1', 'default', 4, '0', '0');
Catalog_items:
Quote:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
('45252, '234342', '45252', 'xmas12_cfloorbig', '5', '0', '0', '1', '0'),
('45262', '234342', '45262', 'xmas12_snack', '5', '0', '0', '1', '0'),
('45272', '234342', '45272', 'xmas12_cfloor', '5', '0', '0', '1', '0'),
('45282', '234342', '45282', 'roombg_aurora', '5', '0', '0', '1', '0'),
('45292', '234342', '45292', 'xmas12_floortile2', '5', '0', '0', '1', '0'),
('45302', '234342', '45302', 'xmas12_worktable', '5', '0', '0', '1', '0');
Greetzzzz.