Jump to content
  • 0

Zombie graves there are none??


redrum.fk

Question

   Been hosting my server for over 3 months i have not seen nor has anyone else seen a zombie grave on my server, i cannot find any code or file that has anything to do with it and was wondering if anyone else knows how to get them back or increase the amount. Ty

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Look in dayz_server.pbo (Yes, un-pbo it).

 

Go to modules\crash_spawner.sqf

 

Search for "Mass_grave_DZ".

 

If it's not there, it should be in this line:

if (_spawnRoll <= _spawnChance) then {

	_crashModel = ["UH60Wreck_DZ","UH1Wreck_DZ","UH60_NAVY_Wreck_DZ","UH60_ARMY_Wreck_DZ","UH60_NAVY_Wreck_burned_DZ","UH60_ARMY_Wreck_burned_DZ","Mass_grave_DZ"] call BIS_fnc_selectRandom;

	if(_crashModel == "Mass_grave_DZ") then {
		_lootTable = "MassGrave";
	} else {
		_lootTable = "HeliCrash";
	};

Here's the default 1.0.4.2a crash_spawner.sqf incase yours is different, as there's more in the file than the above lines for the mass graves :)

 

LINKY

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...