Purple Interview Chair [SQL] [SWF]

1tom1

Member
Mar 11, 2011
112
8
After, what I think to be the success of my first release, I thought like releasing 1 more :D - it have not been tested though, sorry

Purple Interview Chair:

Image:
Tom£ddy-15012012-100441.png
Tom£ddy-15012012-100511.png


SQL:

Furniture 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`) VALUES (7829551999, 'purplechair', 'purplechair', 's', 1, 1, 1, '0', '1', '0', 12351999, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
Catalog Items SQL:
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (7829551999, '94', '7829551999', 'purplechair', '100', '0', '0', '1');
Furni Data:
Code:
["s","12351999","purplechair","198599","0","1","1","","Purple Interview Chair","Made by 1Tom1 from DevBest","","-1","-1"],

SWF:
 

Users who are viewing this thread

Top