VariousCoderz
Member
- Nov 30, 2013
- 59
- 15
Hi Devbest community,
THESE SQLS AND SWFS ARE ONLY FOR R63B!
I was searching around today on google, and in habbo sources for new furni... And i found two nice little furnitures...
Screenshot of the furniture:
(Screen comes from Habview hotel)
SQL For the lamp:
Furnidata for the lamp:
SQL for the Phoenix:
Furnidata for the Phoenix:
Download:
Greets!
VariousCoderz (Mathieu)
THESE SQLS AND SWFS ARE ONLY FOR R63B!
I was searching around today on google, and in habbo sources for new furni... And i found two nice little furnitures...
Screenshot of the furniture:
(Screen comes from Habview hotel)
SQL For the lamp:
Code:
INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5734', 'val14_lamp', 'val14_lamp', 's', '1', '1', '', '1', '0', '0', '5734', '1', '1', '1', '1', '1', 'default', '10', '0');
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`, `badge`) VALUES ('5734', 'PAGE-ID', '5734', 'val14_lamp', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
Furnidata for the lamp:
Code:
["s","5734","val14_lamp","5734","0","1","1","","val14_lamp","val14_lamp name","","5734","true","-1","false","","1","1","0","0"],
SQL for the Phoenix:
Code:
INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5733', 'br_phoenix', 'br_phoenix', 's', '1', '1', '', '1', '0', '0', '5733', '1', '1', '1', '1', '1', 'default', '10', '0');
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`, `badge`) VALUES ('5733', 'PAGE-ID', '5733', 'br_phoenix', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
Furnidata for the Phoenix:
Code:
["s","5733","br_phoenix","5733","0","1","1","","br_phoenix","br_phoenix name","","5733","true","-1","false","","1","1","0","0"],
Download:
You must be registered for see links
Greets!
VariousCoderz (Mathieu)
Last edited: