lowielh

Concrete ?

12 posts in this topic

17 minutes ago, lowielh said:

Have anyone found Water Canister (Dirty Water) / Plastic Canister (Dirty Water) ?

I'm not sure if it's in game...

I havent actually gotten my game to work, but i spectated a bit by another computer, we found a water canister empty, i imagine you can fill it near water.

Share this post


Link to post
Share on other sites
Advertisement

All of the loot can be found in industrial areas, although it may take quite a bit of searching. Again, it is supposed to be hard to make concrete so it will be hard to find a lot of them. Some server swill most likely change this.

Share this post


Link to post
Share on other sites
9 minutes ago, Jollysaintj said:

Any word on this? I can only find empty ones with no actual way to fill them.

Uhm, just double click on it and press recipes near a water source? Ive not treid any world placed water sources, but the one you crafy with 20 empy bottles defo works

Share this post


Link to post
Share on other sites

The recipe to fill them is

class FillEmptyWaterCanisterWithDirtyWater: Exile_AbstractCraftingRecipe
	{
		name 							= "Fill Dirty Water";
		pictureItem 					= "Exile_Item_WaterCanisterDirtyWater";
		requiredInteractionModelGroup 	= "WaterSource";
		returnedItems[] =
			{
				{1, "Exile_Item_WaterCanisterDirtyWater"}
			};
		components[] = 
			{
				{1, "Exile_Item_WaterCanisterEmpty"}
			};
	};

a watersource is

class WaterSource
	{
		name = "Water tanks, barrels, coolers or pumps";
		models[] = 	
			{
				"barrelwater_f", 
				"barrelwater_grey_f",
				"waterbarrel_f",
				"watertank_f",
				"stallwater_f",
				"waterpump_01_f",
				"water_source_f",
				// Namalsk
				"wellpump",
				"Land_jhad_stand_water",
				"Land_Jbad_Misc_Well_L",
				"Land_jbad_Fridge",
				"Land_jbad_reservoir",
				"Land_jbad_teapot",
				"Land_KBud",
				//Tanoa
				"watertank_01_f",
				"watertank_02_f",
				"watertank_03_f",
				"watertank_04_f"
			};
	};

Look for some of the water pumps around some of the gardens. maybe they will work. If not, if its your server you can add to the water source list

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

  • Recently Browsing   0 members

    No registered users viewing this page.