TheShowOff
Member
- May 4, 2013
- 31
- 1
Hello Devbest users,
I was looking through furniture releases and I found a Flake egg what wasn't coded so I have coded it.
Image:
Furniture: 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 (976854321, 'flake', 'flake', 's', 1, 1, 1, '0', '0', '0', 3478, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');
Catalog_items: INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (976854321, '94', '976854321', 'flake', '1500', '0', '0', '1');
Furnidata: ["s","3478","flake","987654","0","1","1","Flake egg","Coded by TheShowOff",","-1,"-1"],
SWF:
I was looking through furniture releases and I found a Flake egg what wasn't coded so I have coded it.
Image:
You must be registered for see links
Furniture: 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 (976854321, 'flake', 'flake', 's', 1, 1, 1, '0', '0', '0', 3478, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');
Catalog_items: INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (976854321, '94', '976854321', 'flake', '1500', '0', '0', '1');
Furnidata: ["s","3478","flake","987654","0","1","1","Flake egg","Coded by TheShowOff",","-1,"-1"],
SWF:
You must be registered for see links