Sarge spamming errors in log // NPC's not reacting

OneNonlyNova

New Member
--------------------------------------------------
YES; i did read the FAQ and the READMEs
on opendayz.net and on github,
and i searched this thread for my issue.

Version of SAR_AI : 1.5.2
Version of Dayz : 1.0.1.5 (EPOCH)

Installed mods :

1. http://dayzepoch.com/forum/index.php?/topic/431-release-custom-chernarus-server-pack-121/
2. https://github.com/lazyink/DayZ-Missions

Enabled debug modes: NONE

Describe your issue:

1str Problem, Sarge spamming server log with:

Code:
4:30:14 Error in expression < domove _position;
waituntil {unitReady _soldier || moveToCompleted _soldier || >
4:30:14  Error position: <_soldier || moveToCompleted _soldier || >
4:30:14  Error Undefined variable in expression: _soldier
4:30:14 File mpmissions\__cur_mp.chernarus\addons\UPSMON\scripts\UPSMON\common\MON_functions.sqf, line 1952

2nd the AI's are running around but are not shooting, they won't even return fire! this goes for land and air units! Maybe this is cause they can't see at night? we have real time enabled for our server?!


Thanks in advance!

Regards,

Alex




-----------------------------------------------------------------------------------------------------------------
Paste an EXTRACT of the relevant parts of cfg files
(SAR_config, x_x_grid.cgf, x_x_grps.cfg) here:

SAR CONFIG: http://pastebin.com/dQMqFwxP
 
i'm getting some more errors spamming:

14:43:19 File mpmissions\__cur_mp.chernarus\addons\SARGE\SAR_functions.sqf, line 647
14:43:20 Error in expression <,true];
};

_player_rating = rating _player_left;

if(_player_rating == 0) t>
14:43:20 Error position: <_player_left;

if(_player_rating == 0) t>
14:43:20 Error Undefined variable in expression: _player_left
 
NVM got that fixed, it was the "lay mines" from UPSMON since epoch doesn't have mines!

but now i got two new problems, seems to be something about the positions if hunting enemys:

13:12:45 File mpmissions\__cur_mp.chernarus\addons\UPSMON\scripts\Init_UPSMON.sqf, line 353
13:12:46 Error in expression <"%1", _x] != "[0,0]"}) then {
_dist1 = [_x,_flankPos] call KRON_distancePosSqr;
>
13:12:46 Error position: <_x,_flankPos] call KRON_distancePosSqr;
>
13:12:46 Error Undefined variable in expression: _x
13:12:46 File mpmissions\__cur_mp.chernarus\addons\UPSMON\scripts\upsmon.sqf, line 1484
13:12:46 Error in expression <"%1", _x] != "[0,0]"}) then {
_dist1 = [_x,_flankPos] call KRON_distancePosSqr;
>
13:12:46 Error position: <_x,_flankPos] call KRON_distancePosSqr;
>
13:12:46 Error Undefined variable in expression: _x
 
Back
Top