Re: 5 new Christmas Furni
Very nice release Shield I can see you doing alot more in the future :D
Re: 5 new Christmas Furni
Thanks for the release, Wow these look really bad like what is going on. :?:
Re: 5 new Christmas Furni
Re: 5 new Christmas Furni
Re: 5 new Christmas Furni
Nice release, working for me!!!!!!
THANK YOU!
Re: 5 new Christmas Furni
Thankyou for the release :-)
Re: 5 new Christmas Furni
Transated to english..
Code:
[["s", "689421", "xmas13_pillar", "689421", "0", "1", "1", "", "Christmas pillar", "," Altered in different colors! "-1" ],
["s", "689422", "xmas13_rug", "689422", "0", "1", "1", "", "Christmas carpet", "," To be used on Christmas .. "-1 "],
["s", "689423", "xmas13_shelves", "689423", "0", "1", "1", "", "Christmas Bookshelf", "," Totally styled into Christmas style. "-1 "],
["s", "689 424", "xmas13_tools1", "689 424", "0", "1", "1", "", "tool", "," In order to do something, of course! "-1" ],
["s", "689425", "xmas13_toyhorse", "689425", "0", "1", "1", "", "Toy horse", "" references As a gift? Here you have one .. "-1"],
Re: 5 new Christmas Furni
Oh its carpet. Why dont they make it look like real carpet instead of some kind of shop style?
Re: 5 new Christmas Furni
I made bcstorm/swift emulator sqls
catalog_items_copy
PHP 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`, `badge`) VALUES ('5490', '211', '5490', 'xmas13_rug', '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 ('5491', '211', '5491', 'mas13_shelves', '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 ('5492', '211', '5492', 'xmas13_pillar', '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 ('5493', '211', '5493', 'xmas13_toyhorse', '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 ('5494', '211', '5494', 'xmas13_tools1', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
items_base
PHP 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 ('5490', '5490', 'xmas13_rug', 'xmas13_rug', 's', '1', '1', '0', '1', '1', '0', '1', '1', '1', '1', '1', '0', 'default', '10', '');
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 ('5491', '5491', 'mas13_shelves', 'mas13_shelves', 's', '1', '1', '1', '1', '0', '0', '1', '1', '1', '1', '1', '0', 'default', '10', '');
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 ('5492', '5492', 'xmas13_pillar', 'xmas13_pillar', 's', '1', '1', '1', '1', '0', '0', '1', '1', '1', '1', '1', '0', 'default', '10', '');
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 ('5493', '5493', 'xmas13_toyhorse', 'xmas13_toyhorse', 's', '1', '1', '1', '1', '0', '0', '1', '1', '1', '1', '1', '0', 'default', '10', '');
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 ('5494', '5494', 'xmas13_tools1', 'xmas13_tools1', 's', '1', '1', '1', '1', '0', '0', '1', '1', '1', '1', '1', '0', 'default', '10', '');
furnidata
PHP Code:
["s","5490","xmas13_rug","48614","4","2","3","","Carpenter's Carpet","Ah the feeling of carpet between my toes","","13203","true","-1","false","","1","1","0","0"],
["s","5491","xmas13_shelves","48614","2","2","1","","Mahogany Shelves","Keep your tools up high","","13204","true","-1","false","","1","0","0","0"],
["s","5492","xmas13_pillar","48614","0","1","1","","Wrapping Paper Pillar","Don't rip it!","","13205","true","-1","false","","1","0","0","0"],
["s","5493","xmas13_toyhorse","48614","0","1","1","","Wooden Horse","I am not a trojan","","-1","false","-1","false","","1","0","0","0"],
["s","5494","xmas13_tools1","48614","0","1","1","","Mallet and Chisel","Chip away to perfection","","13207","true","-1","false","","1","0","0","0"],
Re: 5 new Christmas Furni
Thanks for this, really usefull.