bcstorm sqls
catalog_items_copy
PHP Code:
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('5532', 'PAGE-ID', '5532', 'CF_350_duck', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('5531', 'PAGE-ID', '5531', 'CF_750_duck', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('5530', 'PAGE-ID', '5530', 'gnome_box', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('5529', 'PAGE-ID', '5529', 'xmas13_robotdino', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
items_base
PHP Code:
INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5532', 'CF_350_duck', 'CF_350_duck', 's', '1', '1', '', '1', '0', '0', '5532', '1', '1', '1', '1', '1', 'default', '10', '0');
INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5531', 'CF_750_duck', 'CF_750_duck', 's', '1', '1', '', '1', '0', '0', '5531', '1', '1', '1', '1', '1', 'default', '10', '0');
INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5530', 'gnome_box', 'gnome_box', 's', '1', '1', '', '1', '0', '0', '5530', '1', '1', '1', '1', '1', 'default', '10', '0');
INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5529', 'xmas13_robotdino', 'xmas13_robotdino', 's', '1', '1', '', '1', '0', '0', '5529', '1', '1', '1', '1', '1', 'default', '10', '0');
furnidata
PHP Code:
["s","5532","CF_350_duck","5532","0","1","1","","CF_350_duck","CF_350_duck","","5532","true","-1","false","","1","1","0","0"],
["s","5531","CF_750_duck","5531","0","1","1","","CF_750_duck","CF_750_duck","","5531","true","-1","false","","1","1","0","0"],
["s","5530","gnome_box","5530","0","1","1","","gnome_box","gnome_box","","5530","true","-1","false","","1","1","0","0"],
["s","5529","xmas13_robotdino","5529","0","1","1","","xmas13_robotdino","xmas13_robotdino","","5529","true","-1","false","","1","1","0","0"],