Fix server position sync after knockout

All DayZ Mod Development commits since 1.8.7 release (Jan. 24) have now
been applied.
This commit is contained in:
ebaydayz
2016-04-12 14:51:22 -04:00
parent 4a07b7cc7a
commit 27d57283a0
18 changed files with 36 additions and 25 deletions

View File

@@ -1,15 +1,15 @@
ZombieCivilian[] =
{
{Loot_GROUP, 10, Consumable},
{Loot_GROUP, 2, AmmoCivilian},
{Loot_GROUP, 6, Consumable},
{Loot_GROUP, 1, AmmoCivilian},
{Loot_MAGAZINE, 3, ItemBandage},
{Loot_MAGAZINE, 3, ItemPainkiller},
{Loot_MAGAZINE, 3, ItemAntibacterialWipe},
{Loot_MAGAZINE, 2, ItemPainkiller},
{Loot_MAGAZINE, 2, ItemAntibacterialWipe},
{Loot_MAGAZINE, 3, ItemDocument}
};
ZombieCivilianViral[] =
{
{Loot_GROUP, 10, ZombieCivilian},
{Loot_MAGAZINE, 2, ItemAntibiotic1}
{Loot_MAGAZINE, 1, ItemAntibiotic1}
};

View File

@@ -13,5 +13,5 @@ ZombieHunter[] =
ZombieHunterViral[] =
{
{Loot_GROUP, 10, ZombieHunter},
{Loot_MAGAZINE, 2, ItemAntibiotic1}
{Loot_MAGAZINE, 1, ItemAntibiotic1}
};

View File

@@ -11,5 +11,5 @@ ZombieMilitary[] =
ZombieMilitaryViral[] =
{
{Loot_GROUP, 10, ZombieMilitary},
{Loot_MAGAZINE, 3, ItemAntibiotic1}
{Loot_MAGAZINE, 1, ItemAntibiotic1}
};

View File

@@ -13,5 +13,5 @@ ZombiePolice[] =
ZombiePoliceViral[] =
{
{Loot_GROUP, 10, ZombiePolice},
{Loot_MAGAZINE, 2, ItemAntibiotic1}
{Loot_MAGAZINE, 1, ItemAntibiotic1}
};

View File

@@ -3,8 +3,8 @@ ZombieWorker[] =
{Loot_GROUP, 10, Consumable},
{Loot_GROUP, 2, AmmoCivilian},
{Loot_MAGAZINE, 3, ItemBandage},
{Loot_MAGAZINE, 3, ItemPainkiller},
{Loot_MAGAZINE, 3, ItemAntibacterialWipe},
{Loot_MAGAZINE, 2, ItemPainkiller},
{Loot_MAGAZINE, 2, ItemAntibacterialWipe},
{Loot_MAGAZINE, 2, ItemDocument},
{Loot_MAGAZINE, 2, ItemWire},
{Loot_MAGAZINE, 3, ItemTankTrap},
@@ -15,5 +15,5 @@ ZombieWorker[] =
ZombieWorkerViral[] =
{
{Loot_GROUP, 10, ZombieCivilian},
{Loot_MAGAZINE, 2, ItemAntibiotic1}
{Loot_MAGAZINE, 1, ItemAntibiotic1}
};

View File

@@ -16,7 +16,7 @@ class ItemAntibiotic : ItemAntibiotic_base
class medical
{
chance = 0.50;
chance = 1.10; //100%
amount = -1;
qtyRemaining = "ItemAntibiotic6";
};