1. Remove your current SQL for the Black hole.
2. Run this SQL
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `cost_shells`, `achievement`) VALUES
(111111, pageid, '3004328', 'hole3', 30, 0, 0, 10, '0', 0, 0),
(222222, pageid, '254874', 'Black hole', 30, 0, 0, 10, '0', 0, 0),
3. Remove Furnitures for the black hole and run this sql
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`, `height_adjustable`, `effectM`, `effectF`) VALUES
(3004328, 'hole3', 'hole3', 's', 1, 1, 1, '0', '0', '0', 3004328, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', 0, 0),
(254874, 'Black Hole', 'hole', 's', 2, 2, 1, '1', '0', '0', 4071, '0', '0', '1', '0', '1', 'default', 1, '0', '0', '0', 0, 0),
And now replace your blackhole furnidata with
Code:
["s","4071","hole","34742","0","2","2","","Black Hole","Reshape your room map with this 2x2 Black Hole","","141010","10257"] ["s","3004328","hole3","39538","0","1","1","","hole3 for internal use only","hole3 for internal use only","","-1","-1","","1"],
And now it should work, If not then lemme send me the SWF OBS: Change pageid in catalog_items