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 (9991, 'anc_artifact1', 'anc_artifact1', 's', 1, 1, 1, '0', '0', '0', 9991, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');
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 (9992, 'anc_hot_sands', 'anc_hot_sands', 's', 1, 1, 1, '0', '0', '0', 9992, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');
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 (9993, 'anc_pharaoh_tele', 'anc_pharaoh_tele', 's', 1, 1, 1, '0', '0', '0', 9993, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0');
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 (9994, 'anc_pyramid_block', 'anc_pyramid_block', 's', 1, 1, 1, '0', '0', '0', 9994, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0');
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 (9995, 'anc_trophy_marble', 'anc_trophy_marble', 's', 1, 1, 1, '0', '0', '0', 9995, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0');
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 (9996, 'anc_trophy_obsidian', 'anc_trophy_obsidian', 's', 1, 1, 1, '0', '0', '0', 9996, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0');
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 (9997, 'anc_trophy_sstone', 'anc_trophy_sstone', 's', 1, 1, 1, '0', '0', '0', 9997, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0');
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9991, 'PAGEID', '9991', 'anc_artifact1', '7', '0', '0', '1');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9992, 'PAGEID', '9992', 'anc_hot_sands', '3', '0', '0', '1');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9993, 'PAGEID', '9993', 'anc_pharaoh_tele', '9', '0', '0', '1');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9994, 'PAGEID', '9994', 'anc_pyramid_block', '10', '0', '0', '1');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9995, 'PAGEID', '9995', 'anc_trophy_marble', '1', '0', '0', '1');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9996, 'PAGEID', '9996', 'anc_trophy_obsidian', '20', '0', '0', '1');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9997, 'PAGEID', '9997', 'anc_trophy_sstone', '1500', '0', '0', '1');