Dynamic and Random AI not spawning - errors in RPT

hms

New Member
Hi everyone,

I'm running Epoch 1051 / Origins 179. Everything seems to be working, but I noticed no AI spawning in towns or around me. RPT tells me Patrols are spawning, and I have personally seen the Helis.

0:47:11 "DZAI Monitor :: Server Uptime: 0:14:21. Active AI Groups: 4."
0:47:11 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
0:47:11 "DZAI Monitor :: Dynamic Spawns: 0. Random Spawns: 0. Air Patrols: 2. Land Patrols: 2."​

Further up, I saw this:
0:35:22 Error in expression <faceIsWater _pos) then {
_locationArray pushBack _pos;
deleteMarker _x;
};
};
} >
0:35:22 Error position: <pushBack _pos;
deleteMarker _x;
};
};
} >
0:35:22 Error Missing ;
0:35:22 File z\addons\dayz_server\DZAI\spawn_functions\spawnBandits_initialize.sqf, line 43
I don't know where to find that "faceIsWater" stuff, but I don't think it's in any file I have ever looked at.

I took a look at that "Missing ;" bit in the spawnBandits_Initialize.sqf but line 43 is exactly the same as when I originally downloaded it.

_locationArray pushBack _pos;
I have tried it both ways with DZAI being immediately above "allowConnection" in server_monitor.sqf, as well as having DZMS immediately under it but the error happens either way.

I hope someone can help me make sense of this.

Thanks!
 
Grab the fixed spawnBandits_initialize.sqf here or redownload DZAI from Github. I accidentally added code from the dev version of A3EAI which uses Arma 3 scripting commands. If there is some other error please let me know.
 
Back
Top