zMagenta
Posting Freak
- Jul 15, 2011
- 1,414
- 682
Been on Habbo and b00m, new furni. Here you go:
Furniture:
Catalog_Items:
Furnidata:
SWF Download:
Screenshot (Credits not to me):
Thanks - Likes always welcome .
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`, `foot_figure`, `height_adjustable`) VALUES
('4702', 'cloud_throne', 'cloud_throne', 's', '1', '1', '1', '0', '1', '0', '4702', '1', '1', '1', '1', '1', 'default', '2.5', '0', '0', '0', '0'),
('4701', 'cloud_egg', 'cloud_egg', 's', '1', '1', '1', '0', '0', '0', '4701', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0');
Catalog_Items:
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
('4702', 'PAGEID', '4702', 'cloud_throne', '100', '0', '0', '1', '0', '0'),
('4701', 'PAGEID', '4701', 'cloud_egg', '3', '0', '0', '1', '0', '0');
Furnidata:
Code:
["s","4702","cloud_throne","43311","0","1","1","","Cloud Throne","Look down upon your kingdom from the safety of the clouds","","-1","-1","","1"],
["s","4701","cloud_egg","43311","0","1","1","","Pearl Dragon Egg","Smooth as silk, hard as diamond, as beautiful as an April sunset","","-1","-1","","1"],
SWF Download:
You must be registered for see links
Screenshot (Credits not to me):
Thanks - Likes always welcome .