Custom Halloween Furni!

Elf

Member
Apr 2, 2012
153
10
here you go!


















SOME SQLS:

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`, `foot_figure`) VALUES
(44323, 'yabboweenslime', 'yabboweenslime', 's', 2, 2, 0, '1', '0', '1', 44323, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0'),
(44325, 'yabboween_petal_p', 'yabboween_petal_p', 's', 2, 2, 0, '1', '0', '1', 44325, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0'),
(44326, 'pthron', 'pthron', 's', 1, 1, 0, '0', '1', '0', 44326, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0'),
(44327, 'egg_i', 'egg_i', 's', 1, 1, 1, '1', '0', '0', 44327, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0'),
(44328, 's_pumpk', 's_pumpk', 's', 1, 1, 1, '1', '0', '0', 44328, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0'),
(44310, 'pumpblock', 'pumpblock', 's', 1, 1, 1, '1', '0', '1', 44310, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0'),
(44329, 'grenblock', 'grenblock', 's', 1, 1, 1, '1', '0', '1', 44329, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0'),
(44311, 'slime_fountain', 'slime_fountain', 's', 2, 2, 0, '0', '0', '0', 44311, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0');
 
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(44323, 94, '44325', 'yabboweenslime', 1000, 0, 0, 28),
(44325, 94, '44325', 'yabboween_petal_p', 1000, 0, 0, 28),
(44326, '94', '44326', 'pthron', '20', '0', '0', '5'),
(44327, '94', '44327', 'egg_i', '20', '0', '0', '5'),
(44328, '94', '44328', 's_pumpk', '20', '0', '0', '5'),
(44310, '94', '44310', 'pumpblock', '20', '0', '0', '5'),
(44329, '94', '44329', 'grenblock', '20', '0', '0', '5'),
(44328, '94', '44310', 'slime_fountain', '20', '0', '0', '5');
 
 
["s","44323","yabboweenslime","258244","0","2","2","0,0,0","Slime Patch","Watch out its spreading!","","-1","-1"],
["s","44325","yabboween_petal_p","259244","0","2","2","0,0,0","Infected Petal","Becareful i hear a desiese is going around!","","-1","-1"],
["s","44326","pthron","748695","0","1","1","","Pumpkin Throne","can you taste the pumpkins?","","-1","-1"],
["s","44327","egg_i","742695","0","1","1","","Infected Egg","This looks a little wierd.. why is everything infected?","","-1","-1"],
["s","44328","s_pumpk","742795","0","1","1","","Slime Pumpkin","The looks like a simoween!","","-1","-1"],
["s","44310","pumpblock","842695","0","1","1","","Pumpkin Block","Umm? is this a pie square?","","-1","-1"],
["s","44329","grenblock","842621","0","1","1","","Green Block","its infected!","","-1","-1"],
["s","44311","slime_fountain","142795","0","1","1","","Slime Fountain","its all gewy!","","-1","-1"],
 

Users who are viewing this thread

Top