added document

This commit is contained in:
[VB]AWOL
2013-10-10 14:58:18 -05:00
parent 042063a4fc
commit a46749090b
5 changed files with 69 additions and 29 deletions

View File

@@ -40,7 +40,7 @@ class CfgLoot {
},
{
0.07,
0.09,
0.08,
0.09,
0.09,
0.09,
@@ -56,7 +56,7 @@ class CfgLoot {
0.06,
0.01,
0.01,
0.01
0.02
}
};
office2[] = {
@@ -84,7 +84,7 @@ class CfgLoot {
{
0.07,
0.08,
0.09,
0.08,
0.09,
0.09,
0.05,
@@ -100,7 +100,7 @@ class CfgLoot {
0.01,
0.01,
0.01,
0.01
0.02
}
};
food[] = {
@@ -181,7 +181,7 @@ class CfgLoot {
0.01,
0.01,
0.01,
0.08,
0.07,
0.03,
0.01,
0.04,
@@ -198,7 +198,7 @@ class CfgLoot {
0.03,
0.03,
0.04,
0.01
0.02
}
};
generic[] = {
@@ -339,10 +339,11 @@ class CfgLoot {
"FoodMRE",
"8Rnd_9x18_MakarovSD",
"20Rnd_B_765x17_Ball",
"30Rnd_9x19_UZI_SD"
"30Rnd_9x19_UZI_SD",
"ItemDocument"
},
{
0.09,
0.07,
0.04,
0.01,
0.01,
@@ -383,6 +384,7 @@ class CfgLoot {
0.01,
0.04,
0.01,
0.02
}
};
policeman[] = {
@@ -405,14 +407,14 @@ class CfgLoot {
0.08,
0.08,
0.14,
0.16,
0.17,
0.08,
0.01,
0.05,
0.04,
0.04,
0.01,
0.01
0.02
}
};
hunter[] = {
@@ -430,7 +432,7 @@ class CfgLoot {
},
{
0.4,
0.16,
0.15,
0.03,
0.1,
0.05,
@@ -438,7 +440,7 @@ class CfgLoot {
0.02,
0.01,
0.02,
0.01
0.02
}
};
@@ -463,7 +465,7 @@ class CfgLoot {
},
{
0.09,
0.10,
0.09,
0.10,
0.10,
0.10,
@@ -477,7 +479,7 @@ class CfgLoot {
0.03,
0.04,
0.02,
0.01
0.02
}
};

View File

@@ -149,7 +149,7 @@ class RscDisplayMain : RscStandardDisplay
class DAYZ_Version : CA_Version
{
idc = -1;
text = "DayZ Epoch 1.0.2.4 RC2";
text = "DayZ Epoch 1.0.2.4 RC3";
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
};
delete CA_TitleMainMenu;

View File

@@ -71,8 +71,8 @@ if (_canDo) then {
_inputWeapons = getArray (configFile >> _baseClass >> _item >> "ItemActions" >> _crafting >> "inputweapons");
_randomOutput = 0;
if(isNumber (configFile >> _baseClass >> _item >> "randomOutput")) then {
_randomOutput = getNumber(configFile >> _baseClass >> _item >> "randomOutput");
if(isNumber (configFile >> _baseClass >> _item >> "ItemActions" >> _crafting >> "randomOutput")) then {
_randomOutput = getNumber(configFile >> _baseClass >> _item >> "ItemActions" >> _crafting >> "randomOutput");
};
_craft_doLoop = true;

View File

@@ -41,7 +41,7 @@ class CfgMods
hidePicture = 0;
hideName = 0;
action = "http://www.dayzepoch.com";
version = "1.0.2.396";
version = "1.0.2.397";
hiveVersion = 0.96; //0.93
};
};