#########################
Quick C&P SQL Section
Catalog_Items
(Edit the 'PAGEIDHERE' part with your catalog page ID)
PHP Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(80070001, 'PAGEIDHERE', '80070001', 'black_checkers', '15', '0', '16');
(80070002, 'PAGEIDHERE', '80070002', 'black_tiles', '15', '0', '32');
(80070001, 'PAGEIDHERE', '80070003', 'red_1_checkers', '15', '0', '16');
(80070001, 'PAGEIDHERE', '80070004', 'red_tiles_1', '15', '0', '32');
Furniture
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`) VALUES
(80070001, 'black_checkers', 'black_checkers', 's', 1, 1, 1, '1', '0', '0', 70070001, '1', '1', '1', '1', '1', 'default', 4, '0');
(80070002, 'black_tiles', 'black_tiles', 's', 1, 1, 0.01, '1', '0', '1', 70070002, '1', '1', '1', '1', '1', 'default', 4, '0');
(80070003, 'red_1_checkers', 'red_1_checkers', 's', 1, 1, 1, '0', '0', '0', 70070003, '1', '1', '1', '1', '1', 'default', 4, '0');
(80070004, 'red_tiles_1', 'red_tiles_1', 's', 1, 1, 0.01, '1', '0', '1', 70070004, '1', '1', '1', '1', '1', 'default', 4, '0');
Furnidata
PHP Code:
["s","70070001","black_checkers","700701","0","1","1","","Black Checker","King me!","","-1","-1"],
["s","70070002","black_tiles","700702","0","1","1","","Black Tile","For that fabulous Checker Game!","","-1","-1"],
["s","70070003","red_1_checkers","700703","0","1","1","","Red Checker","King me!","","-1","-1"],
["s","70070004","red_tiles_1","700704","0","1","1","","Red Tile","For that fabulous Checker Game!","","-1","-1"],
Credits:
- Me: 80% (Idea/Design/SQL/SWF/Release)
- Tha Matrix: 10% (Idea off his Chess Set release)
- Sulake (Habbo): 10% (Hockey puck which I edited around and turned into the checkers)
PLEASE LIKE + REP IF YOU LIKE IT!