- Joined
- Dec 15, 2011
- Messages
- 30
- Reaction score
- 14
Originally Made by Alferado for Obabh.org.
~Image~
~Furniture~
~Catalog Items~
~FurniData~
~ProductData~
~Swf Download~
~Furniture~
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
(888989, 'Ice Dicemaster', 'icedice', 's', 1, 1, 1, '0', '0', '0', 888989, '1', '1', '1', '1', '1', 'dice', 1, '0', '0');
~Catalog Items~
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(888989, CATAID, '888989', 'icedice', 25, 0, 0, 5);
~FurniData~
Code:
["s","888989","icedice","25824","0","1","1","0,0,0","Ice Dicemaster","Brrrr! Chilly!","","-1","-1"]]
~ProductData~
Code:
["icedice","Ice Dicemaster","BRRR! Chilly!",""]]
~Swf Download~
To view the content, you need to sign in or register