Day z lingor Need help with a heli crash spawn fix

DC7192

New Member
I Need help getting my script to work on a dayz.st server my friend gave me the script but it doesn't seemed to have worked and can't see any difference so really need someone who can get it working :)
Steam is - mrdc719214
 
Excuse me for cutting in.
i saw dayz_server.pbo of dayzskarolingor2.1 and it's using new heliCrashSite which is the same of the chernarus'
so, open system\server_monitor.sqf and find those lines.
Code:
// [_guaranteedLoot, _randomizedLoot, _frequency, _variance, _spawnChance, _spawnMarker, _spawnRadius, _spawnFire, _fadeFire]
nul = [3, 4, (50 * 60), (15 * 60), 0.75, 'center', 4000, true, false] spawn server_spawnCrashSite;
that's it! you only need to edit _frequency (the above means 75% chance to spawn every 50 minutes and it varies within 15 minutes).
if you want to know what other variables are for, see also compile\server_spawnCrashSite.sqf

P.S. the whole discussion below can be applied to this i guess.
http://opendayz.net/threads/editing-heli-crashes-1-7-6-1-simplified.9011/
 
Back
Top