From 4e922557499d74d4bb7e3715518fa8a13dae383f Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Fri, 9 Dec 2016 12:33:54 -0500 Subject: [PATCH] Remove equip_Crossbow_Kit from loot tables for now #1814 --- CHANGE LOG 1.0.6.1.txt | 3 ++- SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Castle.hpp | 2 +- SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Church.hpp | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGE LOG 1.0.6.1.txt b/CHANGE LOG 1.0.6.1.txt index e4f856443..4ce32af29 100644 --- a/CHANGE LOG 1.0.6.1.txt +++ b/CHANGE LOG 1.0.6.1.txt @@ -13,6 +13,7 @@ [FIXED] Giving pain killers to another player no longer removes pain from the player giving the pain killers. [FIXED] Occasional undefined error for text color attribute when salvaging vehicles. @ebayShopper [FIXED] M24 ammo prices are now 1/4 of DMR ammo prices, so no profit can be made by combining M24 rounds. @looter809 @ebayShopper -[FIXED] Full cinderblock walls now work properly with vectory building #1813. @DeVloek @icomrade +[FIXED] Full cinderblock walls now work properly with vector building #1813. @DeVloek @icomrade +[FIXED] Death message showing incorrectly when players suicide under certain conditions. @oiad @ebayShopper [INFO] See Documents\CHANGE LOG 1.0.6.txt for the full list of 1.0.5.1 --> 1.0.6 changes. \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Castle.hpp b/SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Castle.hpp index ca1fa12e8..8192b2f99 100644 --- a/SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Castle.hpp +++ b/SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Castle.hpp @@ -19,7 +19,7 @@ Castle[] = //Items {Loot_MAGAZINE, 4, ItemSandbag}, - {Loot_MAGAZINE, 1, equip_Crossbow_Kit}, +// {Loot_MAGAZINE, 1, equip_Crossbow_Kit}, //not functional yet {Loot_MAGAZINE, 3, equip_rope}, {Loot_MAGAZINE, 4, PartWoodPile}, {Loot_MAGAZINE, 2, ItemComboLock}, diff --git a/SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Church.hpp b/SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Church.hpp index da96957b9..4cbfd49cd 100644 --- a/SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Church.hpp +++ b/SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Church.hpp @@ -11,7 +11,7 @@ Church[] = {Loot_GROUP, 4, backpacks}, //Items - {Loot_MAGAZINE, 1, equip_Crossbow_Kit}, +// {Loot_MAGAZINE, 1, equip_Crossbow_Kit}, //not functional yet {Loot_MAGAZINE, 4, ItemBookBible}, {Loot_MAGAZINE, 2, equip_rag},