-
Discussion URL: https://epochmod.com/forum/topic/43992-release-random-position-loot-crate/
-
Tested as working on a blank Epoch 1.0.6.1
-
Uses nested arrays to make loot lists easier to manage
- Please, if you report issues can you please attach (on pastebin or similar) your SERVER rpt log file as this helps find out the errors very quickly.
-
In dayz_server\system\server_monitor.sqf find:
[] spawn server_spawnEvents;
and add directly below:[] execVM "\z\addons\dayz_server\init\lootCrate.sqf";
-
Move the supplied file
lootCrate.sqf
to thedayz_server\init
folder.