Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

4 new China furni's: Fixed swfs + sqls.

Status
Not open for further replies.
Ragezone Furni Releaser
Joined
Dec 2, 2012
Messages
918
Reaction score
158
Hey guys,

Habbo has uploaded this 4 new furni's!

bcstorm sqls

catalog_items_copy
PHP:
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 ('5681', 'PAGE-ID', '5681', 'prizetrophy_storieshero', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
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 ('5680', 'PAGE-ID', '5680', 'china_horse', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
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 ('5678', 'PAGE-ID', '5678', 'storieshero_poster', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
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 ('5677', 'PAGE-ID', '5677', 'china_pstr5', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');

items_base
PHP:
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 ('5681', 'prizetrophy_storieshero', 'prizetrophy_storieshero', 's', '1', '1', '', '1', '0', '0', '5681', '1', '1', '1', '1', '1', 'default', '10', '0');
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 ('5680', 'china_horse', 'china_horse', 's', '1', '1', '', '1', '0', '0', '5680', '1', '1', '1', '1', '1', 'default', '10', '0');
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 ('5678', 'storieshero_poster', 'storieshero_poster', 's', '1', '1', '', '1', '0', '0', '5678', '1', '1', '1', '1', '1', 'default', '10', '0');
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 ('5677', 'china_pstr5', 'china_pstr5', 's', '1', '1', '', '1', '0', '0', '5677', '1', '1', '1', '1', '1', 'default', '10', '0');

furnidata
PHP:
["s","5677","china_pstr5","5677","0","1","1","","china_pstr5","china_pstr5","","5677","true","-1","false","","1","1","0","0"],
["s","5678","storieshero_poster","5678","0","1","1","","storieshero_poster","storieshero_poster","","5678","true","-1","false","","1","1","0","0"],
["s","5680","china_horse","5680","0","1","1","","china_horse","china_horse","","5680","true","-1","false","","1","1","0","0"],
["s","5681","prizetrophy_storieshero","5681","0","1","1","","prizetrophy_storieshero","prizetrophy_storieshero","","5681","true","-1","false","","1","1","0","0"],

download


screens


Likes are welcome ;-)
 
Junior Spellweaver
Joined
Apr 29, 2012
Messages
187
Reaction score
31
I have fixed the SWFS, removed the <graphics><graphics/>
 
Status
Not open for further replies.
Back
Top