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!

Arcturus new furni

Newbie Spellweaver
Joined
Mar 25, 2011
Messages
75
Reaction score
2
Hey all, i need some help for adding new furni's to arcturus.
I like to add the new christmas 2017 furni, but i have one problem.

The sql of the furni is compatible with plus, now my question, i like to make it compatible with arcturus, i have tried, but unfortunately I did not succeed. :*:

Is there a tool for building the sqls? Or can someone explain me how to do it?


I thank you for your help and time!
 
Junior Spellweaver
Joined
May 3, 2009
Messages
173
Reaction score
134
Based in this SQLs http://forum.ragezone.com/f353/59-xmas-furni-2017-a-1140842/
Code:
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9947', '1600106', '9947', 'xmas_c17_bench name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9948', '1600106', '9948', 'xmas_c17_bigwindows1 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9949', '1600106', '9949', 'xmas_c17_bigwindows2 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9950', '1600106', '9950', 'xmas_c17_blueprint1 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9951', '1600106', '9951', 'xmas_c17_blueprint2 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9952', '1600106', '9952', 'xmas_c17_blueprint3 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9953', '1600106', '9953', 'xmas_c17_blueprint4 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9954', '1600106', '9954', 'xmas_c17_blueprint5 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9955', '1600106', '9955', 'xmas_c17_blueprint6 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9957', '1600106', '9957', 'xmas_c17_boy name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9958', '1600106', '9958', 'xmas_c17_britishbulldog name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9959', '1600106', '9959', 'xmas_c17_candyshop name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9960', '1600106', '9960', 'xmas_c17_chair name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9961', '1600106', '9961', 'xmas_c17_chestnutstall name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9962', '1600106', '9962', 'xmas_c17_cobbleroad name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9963', '1600106', '9963', 'xmas_c17_doll1 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9964', '1600106', '9964', 'xmas_c17_doll2 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9965', '1600106', '9965', 'xmas_c17_doll3 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9966', '1600106', '9966', 'xmas_c17_doll4 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9967', '1600106', '9967', 'xmas_c17_doll5 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9968', '1600106', '9968', 'xmas_c17_doll6 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9969', '1600106', '9969', 'xmas_c17_door name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9970', '1600106', '9970', 'xmas_c17_drain name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9971', '1600106', '9971', 'xmas_c17_engage_ted name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9972', '1600106', '9972', 'xmas_c17_fence name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9973', '1600106', '9973', 'xmas_c17_fencecorner name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9974', '1600106', '9974', 'xmas_c17_frizzycat name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9975', '1600106', '9975', 'xmas_c17_gate name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9976', '1600106', '9976', 'xmas_c17_girl name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9977', '1600106', '9977', 'xmas_c17_hangingbasket name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9978', '1600106', '9978', 'xmas_c17_hatshop name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9979', '1600106', '9979', 'xmas_c17_horse name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9980', '1600106', '9980', 'xmas_c17_lamp name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9981', '1600106', '9981', 'xmas_c17_man name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9982', '1600106', '9982', 'xmas_c17_pavement name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9983', '1600106', '9983', 'xmas_c17_pillar name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9984', '1600106', '9984', 'xmas_c17_pram name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9985', '1600106', '9985', 'xmas_c17_pub1 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9986', '1600106', '9986', 'xmas_c17_pub2 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9987', '1600106', '9987', 'xmas_c17_robins name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9988', '1600106', '9988', 'xmas_c17_roof name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9989', '1600106', '9989', 'xmas_c17_sewingmchn name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9990', '1600106', '9990', 'xmas_c17_smallpavement name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9991', '1600106', '9991', 'xmas_c17_snowybasket name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9992', '1600106', '9992', 'xmas_c17_snowygrass name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9993', '1600106', '9993', 'xmas_c17_snowypot name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9994', '1600106', '9994', 'xmas_c17_stove name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9995', '1600106', '9995', 'xmas_c17_table name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9996', '1600106', '9996', 'xmas_c17_teashop name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9997', '1600106', '9997', 'xmas_c17_thread name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9998', '1600106', '9998', 'xmas_c17_tree name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9999', '1600106', '9999', 'xmas_c17_wall name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('10000', '1600106', '10000', 'xmas_c17_window name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('10001', '1600106', '10001', 'xmas_c17_woman name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('10002', '1600106', '10002', 'xmas_ltd17_ted name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('10003', '1600106', '10003', 'xmas_r17_carriage name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('10004', '1600106', '10004', 'xmas_r17_lion name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('10005', '1600106', '10005', 'xmas_r17_musicbox name', '5', '0', '0', '1');


INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9947', 'xmas_c17_bench name', 'xmas_c17_bench', 's', '2', '1', '1.2', '0', '1', '0', '9947', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9948', 'xmas_c17_bigwindows1 name', 'xmas_c17_bigwindows1', 's', '2', '1', '4.22', '1', '0', '0', '9948', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9949', 'xmas_c17_bigwindows2 name', 'xmas_c17_bigwindows2', 's', '2', '1', '4.22', '1', '0', '0', '9949', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9950', 'xmas_c17_blueprint1 name', 'xmas_c17_blueprint1', 's', '1', '1', '1', '1', '0', '0', '9950', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9951', 'xmas_c17_blueprint2 name', 'xmas_c17_blueprint2', 's', '1', '1', '1', '1', '0', '0', '9951', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9952', 'xmas_c17_blueprint3 name', 'xmas_c17_blueprint3', 's', '1', '1', '1', '1', '0', '0', '9952', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9953', 'xmas_c17_blueprint4 name', 'xmas_c17_blueprint4', 's', '1', '1', '1', '1', '0', '0', '9953', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9954', 'xmas_c17_blueprint5 name', 'xmas_c17_blueprint5', 's', '1', '1', '1', '1', '0', '0', '9954', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9955', 'xmas_c17_blueprint6 name', 'xmas_c17_blueprint6', 's', '1', '1', '1', '1', '0', '0', '9955', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9957', 'xmas_c17_boy name', 'xmas_c17_boy', 's', '1', '1', '1', '1', '0', '0', '9957', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9958', 'xmas_c17_britishbulldog name', 'xmas_c17_britishbulldog', 's', '1', '1', '1', '1', '0', '0', '9958', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9959', 'xmas_c17_candyshop name', 'xmas_c17_candyshop', 's', '2', '1', '4.22', '1', '0', '0', '9959', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9960', 'xmas_c17_chair name', 'xmas_c17_chair', 's', '1', '1', '1.15', '0', '1', '0', '9960', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9961', 'xmas_c17_chestnutstall name', 'xmas_c17_chestnutstall', 's', '1', '1', '1', '0', '0', '0', '9961', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9962', 'xmas_c17_cobbleroad name', 'xmas_c17_cobbleroad', 's', '2', '2', '0.0001', '1', '0', '1', '9962', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9963', 'xmas_c17_doll1 name', 'xmas_c17_doll1', 's', '1', '1', '1', '1', '0', '0', '9963', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9964', 'xmas_c17_doll2 name', 'xmas_c17_doll2', 's', '1', '1', '1', '1', '0', '0', '9964', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9965', 'xmas_c17_doll3 name', 'xmas_c17_doll3', 's', '1', '1', '1', '1', '0', '0', '9965', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9966', 'xmas_c17_doll4 name', 'xmas_c17_doll4', 's', '1', '1', '1', '1', '0', '0', '9966', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9967', 'xmas_c17_doll5 name', 'xmas_c17_doll5', 's', '1', '1', '1', '1', '0', '0', '9967', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9968', 'xmas_c17_doll6 name', 'xmas_c17_doll6', 's', '1', '1', '1', '1', '0', '0', '9968', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9969', 'xmas_c17_door name', 'xmas_c17_door', 's', '2', '1', '4.22', '1', '0', '0', '9969', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9970', 'xmas_c17_drain name', 'xmas_c17_drain', 's', '1', '1', '0', '0', '0', '0', '9970', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9971', 'xmas_c17_engage_ted name', 'xmas_c17_engage_ted', 's', '1', '1', '0.5', '1', '0', '0', '9971', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9972', 'xmas_c17_fence name', 'xmas_c17_fence', 's', '2', '1', '0', '1', '0', '0', '9972', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9973', 'xmas_c17_fencecorner name', 'xmas_c17_fencecorner', 's', '1', '1', '1', '1', '0', '0', '9973', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9974', 'xmas_c17_frizzycat name', 'xmas_c17_frizzycat', 's', '1', '1', '1', '1', '0', '0', '9974', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9975', 'xmas_c17_gate name', 'xmas_c17_gate', 's', '2', '1', '0.001', '1', '0', '0', '9975', '1', '1', '1', '1', '1', 'gate', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9976', 'xmas_c17_girl name', 'xmas_c17_girl', 's', '1', '1', '1', '1', '0', '0', '9976', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9977', 'xmas_c17_hangingbasket name', 'xmas_c17_hangingbasket', 's', '1', '1', '0.01', '1', '0', '0', '9977', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9978', 'xmas_c17_hatshop name', 'xmas_c17_hatshop', 's', '2', '1', '4.22', '1', '0', '0', '9978', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9979', 'xmas_c17_horse name', 'xmas_c17_horse', 's', '1', '1', '2.4', '0', '0', '0', '9979', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9980', 'xmas_c17_lamp name', 'xmas_c17_lamp', 's', '1', '1', '1', '0', '0', '0', '9980', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9981', 'xmas_c17_man name', 'xmas_c17_man', 's', '1', '1', '0', '1', '0', '0', '9981', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9982', 'xmas_c17_pavement name', 'xmas_c17_pavement', 's', '2', '2', '0.12', '1', '0', '1', '9982', '1', '1', '1', '1', '1', 'default', '4', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9983', 'xmas_c17_pillar name', 'xmas_c17_pillar', 's', '1', '1', '4.22', '1', '0', '0', '9983', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9984', 'xmas_c17_pram name', 'xmas_c17_pram', 's', '1', '1', '1.7', '0', '0', '0', '9984', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9985', 'xmas_c17_pub1 name', 'xmas_c17_pub1', 's', '2', '1', '4.22', '1', '0', '0', '9985', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9986', 'xmas_c17_pub2 name', 'xmas_c17_pub2', 's', '2', '1', '4.22', '1', '0', '0', '9986', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9987', 'xmas_c17_robins name', 'xmas_c17_robins', 's', '1', '1', '0.01', '1', '0', '0', '9987', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9988', 'xmas_c17_roof name', 'xmas_c17_roof', 's', '2', '1', '4', '1', '0', '0', '9988', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9989', 'xmas_c17_sewingmchn name', 'xmas_c17_sewingmchn', 's', '1', '1', '1', '1', '0', '0', '9989', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9990', 'xmas_c17_smallpavement name', 'xmas_c17_smallpavement', 's', '1', '1', '0.5', '1', '0', '1', '9990', '1', '1', '1', '1', '1', 'default', '5', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9991', 'xmas_c17_snowybasket name', 'xmas_c17_snowybasket', 's', '1', '1', '0.001', '1', '0', '0', '9991', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9992', 'xmas_c17_snowygrass name', 'xmas_c17_snowygrass', 's', '2', '2', '0.1', '1', '0', '1', '9992', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9993', 'xmas_c17_snowypot name', 'xmas_c17_snowypot', 's', '1', '1', '0.9', '1', '0', '0', '9993', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9994', 'xmas_c17_stove name', 'xmas_c17_stove', 's', '1', '1', '1', '0', '0', '0', '9994', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9995', 'xmas_c17_table name', 'xmas_c17_table', 's', '1', '1', '1', '1', '0', '0', '9995', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9996', 'xmas_c17_teashop name', 'xmas_c17_teashop', 's', '2', '1', '4.22', '1', '0', '0', '9996', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9997', 'xmas_c17_thread name', 'xmas_c17_thread', 's', '1', '1', '0.6', '1', '0', '0', '9997', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9998', 'xmas_c17_tree name', 'xmas_c17_tree', 's', '1', '1', '1', '0', '0', '0', '9998', '1', '1', '1', '1', '1', 'default', '4', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9999', 'xmas_c17_wall name', 'xmas_c17_wall', 's', '2', '1', '4.22', '1', '0', '0', '9999', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('10000', 'xmas_c17_window name', 'xmas_c17_window', 's', '2', '1', '4.22', '1', '0', '0', '10000', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('10001', 'xmas_c17_woman name', 'xmas_c17_woman', 's', '1', '1', '1', '1', '0', '0', '10001', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('10002', 'xmas_ltd17_ted name', 'xmas_ltd17_ted', 's', '1', '1', '0.5', '1', '0', '0', '10002', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('10003', 'xmas_r17_carriage name', 'xmas_r17_carriage', 's', '2', '2', '1.5', '0', '0', '0', '10003', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('10004', 'xmas_r17_lion name', 'xmas_r17_lion', 's', '1', '2', '1', '0', '0', '0', '10004', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('10005', 'xmas_r17_musicbox name', 'xmas_r17_musicbox', 's', '1', '1', '1', '1', '0', '0', '10005', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
 
Upvote 0
Newbie Spellweaver
Joined
Mar 25, 2011
Messages
75
Reaction score
2
Based in this SQLs http://forum.ragezone.com/f353/59-xmas-furni-2017-a-1140842/
Code:
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9947', '1600106', '9947', 'xmas_c17_bench name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9948', '1600106', '9948', 'xmas_c17_bigwindows1 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9949', '1600106', '9949', 'xmas_c17_bigwindows2 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9950', '1600106', '9950', 'xmas_c17_blueprint1 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9951', '1600106', '9951', 'xmas_c17_blueprint2 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9952', '1600106', '9952', 'xmas_c17_blueprint3 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9953', '1600106', '9953', 'xmas_c17_blueprint4 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9954', '1600106', '9954', 'xmas_c17_blueprint5 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9955', '1600106', '9955', 'xmas_c17_blueprint6 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9957', '1600106', '9957', 'xmas_c17_boy name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9958', '1600106', '9958', 'xmas_c17_britishbulldog name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9959', '1600106', '9959', 'xmas_c17_candyshop name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9960', '1600106', '9960', 'xmas_c17_chair name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9961', '1600106', '9961', 'xmas_c17_chestnutstall name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9962', '1600106', '9962', 'xmas_c17_cobbleroad name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9963', '1600106', '9963', 'xmas_c17_doll1 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9964', '1600106', '9964', 'xmas_c17_doll2 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9965', '1600106', '9965', 'xmas_c17_doll3 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9966', '1600106', '9966', 'xmas_c17_doll4 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9967', '1600106', '9967', 'xmas_c17_doll5 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9968', '1600106', '9968', 'xmas_c17_doll6 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9969', '1600106', '9969', 'xmas_c17_door name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9970', '1600106', '9970', 'xmas_c17_drain name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9971', '1600106', '9971', 'xmas_c17_engage_ted name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9972', '1600106', '9972', 'xmas_c17_fence name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9973', '1600106', '9973', 'xmas_c17_fencecorner name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9974', '1600106', '9974', 'xmas_c17_frizzycat name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9975', '1600106', '9975', 'xmas_c17_gate name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9976', '1600106', '9976', 'xmas_c17_girl name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9977', '1600106', '9977', 'xmas_c17_hangingbasket name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9978', '1600106', '9978', 'xmas_c17_hatshop name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9979', '1600106', '9979', 'xmas_c17_horse name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9980', '1600106', '9980', 'xmas_c17_lamp name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9981', '1600106', '9981', 'xmas_c17_man name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9982', '1600106', '9982', 'xmas_c17_pavement name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9983', '1600106', '9983', 'xmas_c17_pillar name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9984', '1600106', '9984', 'xmas_c17_pram name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9985', '1600106', '9985', 'xmas_c17_pub1 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9986', '1600106', '9986', 'xmas_c17_pub2 name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9987', '1600106', '9987', 'xmas_c17_robins name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9988', '1600106', '9988', 'xmas_c17_roof name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9989', '1600106', '9989', 'xmas_c17_sewingmchn name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9990', '1600106', '9990', 'xmas_c17_smallpavement name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9991', '1600106', '9991', 'xmas_c17_snowybasket name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9992', '1600106', '9992', 'xmas_c17_snowygrass name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9993', '1600106', '9993', 'xmas_c17_snowypot name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9994', '1600106', '9994', 'xmas_c17_stove name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9995', '1600106', '9995', 'xmas_c17_table name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9996', '1600106', '9996', 'xmas_c17_teashop name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9997', '1600106', '9997', 'xmas_c17_thread name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9998', '1600106', '9998', 'xmas_c17_tree name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('9999', '1600106', '9999', 'xmas_c17_wall name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('10000', '1600106', '10000', 'xmas_c17_window name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('10001', '1600106', '10001', 'xmas_c17_woman name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('10002', '1600106', '10002', 'xmas_ltd17_ted name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('10003', '1600106', '10003', 'xmas_r17_carriage name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('10004', '1600106', '10004', 'xmas_r17_lion name', '5', '0', '0', '1');
INSERT INTO `catalog_items`(id, page_id, item_ids, catalog_name, cost_credits, cost_points, points_type, amount) VALUES ('10005', '1600106', '10005', 'xmas_r17_musicbox name', '5', '0', '0', '1');


INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9947', 'xmas_c17_bench name', 'xmas_c17_bench', 's', '2', '1', '1.2', '0', '1', '0', '9947', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9948', 'xmas_c17_bigwindows1 name', 'xmas_c17_bigwindows1', 's', '2', '1', '4.22', '1', '0', '0', '9948', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9949', 'xmas_c17_bigwindows2 name', 'xmas_c17_bigwindows2', 's', '2', '1', '4.22', '1', '0', '0', '9949', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9950', 'xmas_c17_blueprint1 name', 'xmas_c17_blueprint1', 's', '1', '1', '1', '1', '0', '0', '9950', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9951', 'xmas_c17_blueprint2 name', 'xmas_c17_blueprint2', 's', '1', '1', '1', '1', '0', '0', '9951', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9952', 'xmas_c17_blueprint3 name', 'xmas_c17_blueprint3', 's', '1', '1', '1', '1', '0', '0', '9952', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9953', 'xmas_c17_blueprint4 name', 'xmas_c17_blueprint4', 's', '1', '1', '1', '1', '0', '0', '9953', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9954', 'xmas_c17_blueprint5 name', 'xmas_c17_blueprint5', 's', '1', '1', '1', '1', '0', '0', '9954', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9955', 'xmas_c17_blueprint6 name', 'xmas_c17_blueprint6', 's', '1', '1', '1', '1', '0', '0', '9955', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9957', 'xmas_c17_boy name', 'xmas_c17_boy', 's', '1', '1', '1', '1', '0', '0', '9957', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9958', 'xmas_c17_britishbulldog name', 'xmas_c17_britishbulldog', 's', '1', '1', '1', '1', '0', '0', '9958', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9959', 'xmas_c17_candyshop name', 'xmas_c17_candyshop', 's', '2', '1', '4.22', '1', '0', '0', '9959', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9960', 'xmas_c17_chair name', 'xmas_c17_chair', 's', '1', '1', '1.15', '0', '1', '0', '9960', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9961', 'xmas_c17_chestnutstall name', 'xmas_c17_chestnutstall', 's', '1', '1', '1', '0', '0', '0', '9961', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9962', 'xmas_c17_cobbleroad name', 'xmas_c17_cobbleroad', 's', '2', '2', '0.0001', '1', '0', '1', '9962', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9963', 'xmas_c17_doll1 name', 'xmas_c17_doll1', 's', '1', '1', '1', '1', '0', '0', '9963', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9964', 'xmas_c17_doll2 name', 'xmas_c17_doll2', 's', '1', '1', '1', '1', '0', '0', '9964', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9965', 'xmas_c17_doll3 name', 'xmas_c17_doll3', 's', '1', '1', '1', '1', '0', '0', '9965', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9966', 'xmas_c17_doll4 name', 'xmas_c17_doll4', 's', '1', '1', '1', '1', '0', '0', '9966', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9967', 'xmas_c17_doll5 name', 'xmas_c17_doll5', 's', '1', '1', '1', '1', '0', '0', '9967', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9968', 'xmas_c17_doll6 name', 'xmas_c17_doll6', 's', '1', '1', '1', '1', '0', '0', '9968', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9969', 'xmas_c17_door name', 'xmas_c17_door', 's', '2', '1', '4.22', '1', '0', '0', '9969', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9970', 'xmas_c17_drain name', 'xmas_c17_drain', 's', '1', '1', '0', '0', '0', '0', '9970', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9971', 'xmas_c17_engage_ted name', 'xmas_c17_engage_ted', 's', '1', '1', '0.5', '1', '0', '0', '9971', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9972', 'xmas_c17_fence name', 'xmas_c17_fence', 's', '2', '1', '0', '1', '0', '0', '9972', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9973', 'xmas_c17_fencecorner name', 'xmas_c17_fencecorner', 's', '1', '1', '1', '1', '0', '0', '9973', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9974', 'xmas_c17_frizzycat name', 'xmas_c17_frizzycat', 's', '1', '1', '1', '1', '0', '0', '9974', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9975', 'xmas_c17_gate name', 'xmas_c17_gate', 's', '2', '1', '0.001', '1', '0', '0', '9975', '1', '1', '1', '1', '1', 'gate', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9976', 'xmas_c17_girl name', 'xmas_c17_girl', 's', '1', '1', '1', '1', '0', '0', '9976', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9977', 'xmas_c17_hangingbasket name', 'xmas_c17_hangingbasket', 's', '1', '1', '0.01', '1', '0', '0', '9977', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9978', 'xmas_c17_hatshop name', 'xmas_c17_hatshop', 's', '2', '1', '4.22', '1', '0', '0', '9978', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9979', 'xmas_c17_horse name', 'xmas_c17_horse', 's', '1', '1', '2.4', '0', '0', '0', '9979', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9980', 'xmas_c17_lamp name', 'xmas_c17_lamp', 's', '1', '1', '1', '0', '0', '0', '9980', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9981', 'xmas_c17_man name', 'xmas_c17_man', 's', '1', '1', '0', '1', '0', '0', '9981', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9982', 'xmas_c17_pavement name', 'xmas_c17_pavement', 's', '2', '2', '0.12', '1', '0', '1', '9982', '1', '1', '1', '1', '1', 'default', '4', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9983', 'xmas_c17_pillar name', 'xmas_c17_pillar', 's', '1', '1', '4.22', '1', '0', '0', '9983', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9984', 'xmas_c17_pram name', 'xmas_c17_pram', 's', '1', '1', '1.7', '0', '0', '0', '9984', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9985', 'xmas_c17_pub1 name', 'xmas_c17_pub1', 's', '2', '1', '4.22', '1', '0', '0', '9985', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9986', 'xmas_c17_pub2 name', 'xmas_c17_pub2', 's', '2', '1', '4.22', '1', '0', '0', '9986', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9987', 'xmas_c17_robins name', 'xmas_c17_robins', 's', '1', '1', '0.01', '1', '0', '0', '9987', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9988', 'xmas_c17_roof name', 'xmas_c17_roof', 's', '2', '1', '4', '1', '0', '0', '9988', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9989', 'xmas_c17_sewingmchn name', 'xmas_c17_sewingmchn', 's', '1', '1', '1', '1', '0', '0', '9989', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9990', 'xmas_c17_smallpavement name', 'xmas_c17_smallpavement', 's', '1', '1', '0.5', '1', '0', '1', '9990', '1', '1', '1', '1', '1', 'default', '5', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9991', 'xmas_c17_snowybasket name', 'xmas_c17_snowybasket', 's', '1', '1', '0.001', '1', '0', '0', '9991', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9992', 'xmas_c17_snowygrass name', 'xmas_c17_snowygrass', 's', '2', '2', '0.1', '1', '0', '1', '9992', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9993', 'xmas_c17_snowypot name', 'xmas_c17_snowypot', 's', '1', '1', '0.9', '1', '0', '0', '9993', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9994', 'xmas_c17_stove name', 'xmas_c17_stove', 's', '1', '1', '1', '0', '0', '0', '9994', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9995', 'xmas_c17_table name', 'xmas_c17_table', 's', '1', '1', '1', '1', '0', '0', '9995', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9996', 'xmas_c17_teashop name', 'xmas_c17_teashop', 's', '2', '1', '4.22', '1', '0', '0', '9996', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9997', 'xmas_c17_thread name', 'xmas_c17_thread', 's', '1', '1', '0.6', '1', '0', '0', '9997', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9998', 'xmas_c17_tree name', 'xmas_c17_tree', 's', '1', '1', '1', '0', '0', '0', '9998', '1', '1', '1', '1', '1', 'default', '4', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('9999', 'xmas_c17_wall name', 'xmas_c17_wall', 's', '2', '1', '4.22', '1', '0', '0', '9999', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('10000', 'xmas_c17_window name', 'xmas_c17_window', 's', '2', '1', '4.22', '1', '0', '0', '10000', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('10001', 'xmas_c17_woman name', 'xmas_c17_woman', 's', '1', '1', '1', '1', '0', '0', '10001', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('10002', 'xmas_ltd17_ted name', 'xmas_ltd17_ted', 's', '1', '1', '0.5', '1', '0', '0', '10002', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('10003', 'xmas_r17_carriage name', 'xmas_r17_carriage', 's', '2', '2', '1.5', '0', '0', '0', '10003', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('10004', 'xmas_r17_lion name', 'xmas_r17_lion', 's', '1', '2', '1', '0', '0', '0', '10004', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
INSERT INTO `items_base`(id, public_name, item_name, type, width, length, stack_height, allow_stack, allow_sit, allow_walk, sprite_id, allow_recycle, allow_trade, allow_marketplace_sell, allow_gift, allow_inventory_stack, interaction_type, interaction_modes_count, vending_ids, allow_lay) VALUES ('10005', 'xmas_r17_musicbox name', 'xmas_r17_musicbox', 's', '1', '1', '1', '1', '0', '0', '10005', '1', '1', '1', '1', '1', 'default', '1', '0', '0');

Thanks bro! You have a tool or something for that? xD i'm done for 3 hours or something xD
 
Upvote 0
Back
Top