Sign in to follow this  
BarwwineK

Craft

14 posts in this topic

Advertisement

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

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
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
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.