Hey
i have recoded some furni
to Bcstorm
____________________
SQL
Catalog_items_copy
items_baseCode: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 ('7882', 'PAGE ID', '7882', 'Blu Throne', '1000', '0', '1', '0', '0', '0', '1', '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 ('7881', 'PAGE ID', '7881', 'Green Throne', '1000', '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 ('7880', 'PAGE ID', '7880', 'Pink Throne', '1000', '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 ('7879', 'PAGE ID', '7879', 'Red Throne', '1000', '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 ('7878', 'PAGE ID', '7878', 'Yallow Throne', '1000', '0', '1', '0', '0', '0', '0', '0', '1', '');
furnidataCode:INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('7882', '7882', 'BlueTr', 'BlueTr', 's', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '0', 'default', '0', '');INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('7881', '7881', 'GrenTr', 'GrenTr', 's', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '0', 'default', '0', '');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('7880', '7880', 'PinkTr', 'PinkTr', 's', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '0', 'default', '0', '');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('7879', '7879', 'RedcTr', 'RedcTr', 's', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '0', 'default', '0', '');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('7878', '7878', 'YellTr', 'YellTr', 's', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '0', 'default', '0', '');
Code:["s","7882","BlueTr","7882","0","1","1","","Blu Throne","Blu Throne Coded by Dcbest ragezone!","","-1","-1","","1"],
["s","7881","GrenTr","7881","0","1","1","","Green Throne","Green Throne Coded by Dcbest ragezone!","","-1","-1","","1"],
["s","7880","PinkTr","7880","0","1","1","","Pink Throne","Pink Throne Coded by Dcbest ragezone!","","-1","-1","","1"],
["s","7879","RedcTr","7879","0","1","1","","Red Throne","Red Throne Coded by Dcbest ragezone!","","-1","-1","","1"],
["s","7878","YellTr","7878","0","1","1","","Yallow Throne","Yallow Throne Coded by Dcbest ragezone!","","-1","-1","","1"],
Phoenix
Catalog_items
Furniture.Code:INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`,
`cost_credits`, `cost_pixels`, `amount`) VALUES
(47066605, 'CATALOGUE ID HERE!!!', '47066605', 'BlueTr', '15000', '0', '1');
(57066605, 'CATALOGUE ID HERE!!!', '57066605', 'PinkTr', '15000', '0', '1');
(67066605, 'CATALOGUE ID HERE!!!', '67066605', 'GrenTr', '15000', '0', '1');
(77066605, 'CATALOGUE ID HERE!!!', '77066605', 'RedcTr', '15000', '0', '1');
(87066605, 'CATALOGUE ID HERE!!!', '87066605', 'YellTr', '15000', '0', '1');
FurnidataCode: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
(47066605, 'BlueTr', 'BlueTr', 's', 1, 1, 1, '0', '1', '0', 47066604, '1', '1', '1', '1', '1', 'default', 4, '0');
(57066605, 'PinkTr', 'PinkTr', 's', 1, 1, 1, '0', '1', '0', 57066604, '1', '1', '1', '1', '1', 'default', 4, '0');
(67066605, 'GrenTr', 'GrenTr', 's', 1, 1, 1, '0', '1', '0', 67066604, '1', '1', '1', '1', '1', 'default', 4, '0');
(77066605, 'RedcTr', 'RedcTr', 's', 1, 1, 1, '0', '1', '0', 77066604, '1', '1', '1', '1', '1', 'default', 4, '0');
(87066605, 'YellTr', 'YellTr', 's', 1, 1, 1, '0', '1', '0', 87066604, '1', '1', '1', '1', '1', 'default', 4, '0');
Download Link:https://mega.co.nz/#!u05CnSqQ!WRZyQm...jL9o2jONqoMhpUCode:["s","47066604","BlueTr","191941","0","1","1","","Blue Glass Throne","Value: 15k","","-1","-1"],
["s","57066604","PinkTr","291941","0","1","1","","Pink Glass Throne","Value: 15k","","-1","-1"],
["s","67066604","GrenTr","391941","0","1","1","","Green Glass Throne","Value: 15k","","-1","-1"],
["s","77066604","RedcTr","491941","0","1","1","","Red Glass Throne","Value: 15k","","-1","-1"],
["s","87066604","YellTr","091941","0","1","1","","Yellow Glass Throne","Value: 15k","","-1","-1"],
http://i.imgur.com/2zCdeiN.jpg
Have fun!
