Furnidata
PHP Code:
["s","75498323","KTEG1","75498323","0","1","1","Dino","KTEG1",","-1,"fresh"],
["s","75498324","KTEG2","75498324","0","1","1","Dino","KTEG2",","-1,"Fresh"],
Furniture SQL
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
(75498323, 'KTEG1', 'KTEG1', 's', 1, 1, 1, '0', '0', '0', 75498323, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');
(75498324, 'KTEG2', 'KTEG2', 's', 1, 1, 1, '0', '0', '0', 75498324, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');
Catalog_items SQL
PHP Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(75498323, '13', '75498323', 'KTEG1', '1000', '1000', '0', '1');
(75498324, '13', '75498324', 'KTEG2', '1000', '1000', '0', '1');