Steampunk Furni - Part 2

zMagenta

Posting Freak
Jul 15, 2011
1,414
682
Hi guys. Couldn't see the Steampunk; Part 2 furniture released here, so I've got the SQL's and SWF's for them. Enjoy.

BcStorm SQL's:
Catalogue_items_copy:
Code:
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `extradata`) VALUES
(32090, PageID, '32090', 'steampunk_gramophone', 25, 0, 1, 0, 0, 0, 0, 0, '1', ''),
(32091, PageID, '32091', 'steampunk_zep', 25, 0, 1, 0, 0, 0, 0, 0, '1', ''),
(32092, PageID, '32092', 'steampunk_timemach', 25, 0, 1, 0, 0, 0, 0, 0, '1', '');

Items_base:
Code:
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES(32090, 32090, 'Steampunk', 'steampunk_gramophone', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(32091, 32091, 'Steampunk', 'steampunk_zep', 's', 2, 1, 8.00, 0, 1, 0, 1, 1, 1, 1, 1, 0, 'default', 1, '0'),
(32092, 32092, 'Steampunk', 'steampunk_timemach', 's', 1, 1, 1.10, 0, 0, 1, 1, 1, 1, 1, 1, 0, 'default', 2, '0');

Phoenix SQL's:
catalog_items
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
(NULL, PageID, '32090', 'steampunk_gramophone', 25, 0, 0, 1, '0', 0),
(NULL, PageID, '32091', 'steampunk_zep', 25, 0, 0, 1, '0', 0),
(NULL, PageID, '32092', 'steampunk_timemach', 25, 0, 0, 1, '0', 0);

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`, `height_adjustable`, `effectM`, `effectF`) VALUES
(32090, 'Steampunk', 'steampunk_gramophone', 's', 1, 1, 1, '0', '0', '0', 32090, '0', '1', '1', '1', '1', 'default', 1, '0', '0', '0', 0, 0),
(32091, 'Steampunk', 'steampunk_zep', 's', 2, 1, 8, '0', '1', '1', 32091, '0', '1', '1', '1', '1', 'default', 1, '0', '0', '0', 0, 0),
(32092, 'Steampunk', 'steampunk_timemach', 's', 1, 1, 1.1, '0', '1', '0', 32092, '0', '1', '1', '1', '1', 'default', 2, '0', '0', '0', 0, 0);

3PcSbom.png

Couldn't get grammarphone on mine for some reason; but here's an image of it.

iqdeW6M.png


Download:


Enjoy!
~ zMagenta
 

Dann

ohi
Jan 26, 2013
234
49
Nice release Jamie.
Part 1 can be found here if anyone wants it:
 

Users who are viewing this thread

Top