These were inspired by the Monster ones realesed a few months back. A big thanks to Tage for the idea.
http://img94.imageshack.us/img94/547...fwarultras.png
Mirror1: Gears Of War Line.rar
SQL
Catalogue
Furniture:Code:INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(759260, CatID, '759260', 'GoWeg', 3, 0, 0, 1),
(759261, CatID, '759261', 'GoWPil', 3, 0, 0, 1),
(759262, CatID, '759262', 'treGOW', 2500, 0, 0, 1);
FurniDataCode: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`)VALUES
(759260, 'GoWeg', 'GoWeg', 's', 1, 1, 1, '1', '0', '0', 759260, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(759261, 'GoWPil', 'GoWPil', 's', 1, 1, 1, '1', '0', '0', 759261, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(759262, 'treGOW', 'treGOW', 's', 1, 1, 1, '0', '1', '0', 759262, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
Note: To make the pillow sitable, Go in your DB, and furniture, then to the GoWpil and change the "Can_Sit" to 1.Code:["s","759260","GoWeg","25824","0","1","1","0,0,0","Gears Of War Egg","Locust may hatch?!?!","","-1","-1"],
["s","759261","GoWPil","25824","0","1","1","0,0,0","Gears Of War Pillow","Soft Cogs?","","-1","-1"],
["s","759262","treGOW","25824","0","1","1","0,0,0","Gears Of War Throne","Throne of two worlds","","-1","-1"]]
If you rip, I will bite your face off. ;)

