longshot Posted March 11, 2014 Report Share Posted March 11, 2014 How can I add hot wire kits to be a rare drop on police officer zombies on my server? Link to comment Share on other sites More sharing options...
0 cen Posted March 11, 2014 Report Share Posted March 11, 2014 They already are :D policeman[] = { { "ItemBandage", "7Rnd_45ACP_1911", "6Rnd_45ACP", "15Rnd_W1866_Slug", "8Rnd_B_Beneli_Pellets", "HandRoadFlare", "8Rnd_9x18_MakarovSD", "ItemComboLock", "SmokeShell", "ItemHotwireKit" }, { 0.3, 0.08, 0.08, 0.14, 0.17, 0.08, 0.01, 0.05, 0.04, 0.01 } }; Link to comment Share on other sites More sharing options...
0 longshot Posted March 11, 2014 Author Report Share Posted March 11, 2014 What file is this in and what's the file path to it? Link to comment Share on other sites More sharing options...
0 cen Posted March 11, 2014 Report Share Posted March 11, 2014 CfgLootSmall.hpp https://github.com/vbawol/DayZ-Epoch/tree/Release_1.0.4.2/SQF/dayz_code/Configs/CfgBuildingLoot Link to comment Share on other sites More sharing options...