New furni found @ Puhekupla
Butterfly
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`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('55445', '4843', 'ny2013_clock', 'ny2013_clock', 's', '1', '1', '1.00', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0');
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`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('55446', '4844', 'ny2013_cup', 'ny2013_cup', 's', '1', '1', '1.00', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '0', '0');
Code:
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`) VALUES ('926', '55445', 'ny2013_clock', '3', '0', '1', '0', '0', '0');
INSERT INTO `catalog_items` (`page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`) VALUES ('926', '55446', 'ny2013_cup', '3', '0', '1', '0', '0', '0');
PHOENIX
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`) VALUES('55445', 'ny2013_clock', 'ny2013_clock', 's', '1', '1', '1.00', '0', '0', '0', '4843', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
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`) VALUES('55446', 'ny2013_cup', 'ny2013_cup', 's', '1', '1', '1.00', '0', '0', '0', '4844', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0');
Code:
["s","4843","ny2013_clock","44612","2","1","1","","Mayan Clock","Counting down to the end of the world!","","-1","-1","","1"],
["s","4844","ny2013_cup","44612","0","1","1","","ny2013_cup name","ny2013_cup desc","","-1","-1","","1"],
http://images.habbo.com/dcr/hof_furn...2013_clock.swf (right click, save as)
http://images.habbo.com/dcr/hof_furn...ny2013_cup.swf (right click, save as)
Fixing up the sql.