BarwwineK 0 Report post Posted December 23, 2015 How craft security camera, ghili bush, and laptop ? Share this post Link to post Share on other sites
deanver 12 Report post Posted December 23, 2015 You can buy the security camera and laptop. Share this post Link to post Share on other sites
BarwwineK 0 Report post Posted December 23, 2015 On the server where the play is not in store camera and laptop Share this post Link to post Share on other sites
CEN 449 Report post Posted December 23, 2015 Up to the server to decide how to implement CCTV. On mine you have to craft the camera and laptop. Share this post Link to post Share on other sites
Hotzenplotz 0 Report post Posted December 26, 2015 On 23.12.2015 at 1:57 PM, BarwwineK said: How craft security camera, ghili bush, and laptop ? i found this but it does not work for me http://exile.majormittens.co.uk/topic/3690-mgt-exile-altischernarustaviana-bountiesai-missionspvphigh-loot25k-start/?do=findComment&comment=46063 Share this post Link to post Share on other sites
Hotzenplotz 0 Report post Posted December 26, 2015 On 23.12.2015 at 3:04 PM, CEN said: Up to the server to decide how to implement CCTV. On mine you have to craft the camera and laptop. how do you craft them? Share this post Link to post Share on other sites
CEN 449 Report post Posted December 26, 2015 Depends on the server. Mine uses this: class Exile_Item_BaseCameraKit: Exile_AbstractCraftingRecipe { name = "Craft Security Camera"; pictureItem = "Exile_Item_BaseCameraKit"; requiresFire = 1; requiredInteractionModelGroup = "WorkBench"; returnedItems[] = { {1, "Exile_Item_BaseCameraKit"} }; components[] = { {1, "Exile_Item_ExtensionCord"}, {2, "Exile_Item_JunkMetal"}, {6, "Exile_Item_MetalScrews"}, {1, "Exile_Item_Screwdriver"}, {2, "Exile_Item_ZipTie"}, }; }; class Exile_Item_Laptop: Exile_AbstractCraftingRecipe { name = "Craft Laptop"; pictureItem = "Exile_Item_Laptop"; requiresFire = 1; requiredInteractionModelGroup = "WorkBench"; returnedItems[] = { {1, "Exile_Item_Laptop"} }; components[] = { {1, "Exile_Item_ExtensionCord"}, {1, "Exile_Item_Screwdriver"}, {4, "Exile_Item_JunkMetal"}, {6, "Exile_Item_MetalScrews"}, {1, "Exile_Item_Codelock"} }; }; Share this post Link to post Share on other sites
Brez 46 Report post Posted December 27, 2015 You cannot craft that security camera.. .You need to find it and as well the laptop. Server I'm on does not have those items for sale at the trader so you have to go find them at industrial buildings. Don't get too excited over it.. It's not a WOW-me item. Share this post Link to post Share on other sites
CEN 449 Report post Posted December 27, 2015 All depends on the server. You certainly can craft the camera and laptop on my servers. 1 Share this post Link to post Share on other sites
Hotzenplotz 0 Report post Posted December 28, 2015 On 27.12.2015 at 5:18 AM, CEN said: All depends on the server. You certainly can craft the camera and laptop on my servers. Strange....only admins can use the laptop...normal players cannot use it. is that because of infistar or did i miss something? Share this post Link to post Share on other sites