totis Posted February 8, 2018 Report Share Posted February 8, 2018 You may have more issues with your missions to do that maybe? You can try this. Find the missions that give you issues and change [_mission,_crate], // mission number and crate ["assassinate"], // ["crate"], or ["kill"], or ["assassinate", _unitGroup], [_baserunover], // cleanup objects Middle line says ["assassinate"] change into ["crate"]. When player gets close to mission crate mission will end Link to comment Share on other sites More sharing options...
_Lance_ Posted February 8, 2018 Report Share Posted February 8, 2018 4 hours ago, unconditional said: Hi everybody... sometimes happens that the mission stuck: kill all ai but mission do not complete and marker stay and no flare, no smoke and no stuffs in crate... What reason? Thanks in advance... You have more AI to kill, in your wai/config.sqf you can set wai_kill_percent back to the default which is 50 and that should help avoid that situation. If you want to keep it higher then maybe find a gps script out there that will do an AI check around you, I think one is included with clickactions already, for the GPS. Also, It's random, but I've seen where a couple AI develop a separate brain from the rest of the group (just joking I don't think they're actually capable of thinking outside the group brain) and wander/run off in a random direction. It's prob a 1 in 20 thing. You can confirm by enabling map icons in your admin tools and you'll see 1-3 AI within 2000m of mission center heading away from it and stalking. I've seen this is Jason's WAI as well as other forks. I don't remember seeing it before 1061 dropped last year. Which may make sense there were changes in variables at that time that affected most mission systems as far as spawning and cleanup goes if I remember right - hope my ramblings help in some way.. Link to comment Share on other sites More sharing options...
unconditional Posted February 8, 2018 Report Share Posted February 8, 2018 5 minutes ago, _Lance_ said: You have more AI to kill, in your wai/config.sqf you can set wai_kill_percent back to the default which is 50 and that should help avoid that situation. If you want to keep it higher then maybe find a gps script out there that will do an AI check around you, I think one is included with clickactions already, for the GPS. Also, It's random, but I've seen where a couple AI develop a separate brain from the rest of the group (just joking I don't think they're actually capable of thinking outside the group brain) and wander/run off in a random direction. It's prob a 1 in 20 thing. You can confirm by enabling map icons in your admin tools and you'll see 1-3 AI within 2000m of mission center heading away from it and stalking. I've seen this is Jason's WAI as well as other forks. I don't remember seeing it before 1061 dropped last year. Which may make sense there were changes in variables at that time that affected most mission systems as far as spawning and cleanup goes if I remember right - hope my ramblings help in some way.. I will try to set 50... Thanks for the reply... :) Link to comment Share on other sites More sharing options...
Vladick Posted February 20, 2018 Report Share Posted February 20, 2018 Hi All, I am receiving a few errors in my RPT for WAI. The errors in the spoiler below relate to this code block in vehicle_patrol.sqf I believe: private ["_ainum","_vehicle","_aiskin","_skin","_mission","_aitype","_aicskill", "_gunner", "_wpnum","_radius","_skillarray","_startingpos","_veh_class","_veh","_unitGroup","_pilot","_skill","_position","_wp"]; _position = _this select 0; _startingpos = _this select 1; _radius = _this select 2; _wpnum = _this select 3; _veh_class = _this select 4; _skill = _this select 5; _skin = _this select 6; _aitype = _this select 7; if (count _this > 8) then { _mission = _this select 8; } else { _mission = nil; }; Can anyone tell me what I need to do to fix this? Thanks for your help! Spoiler 8:52:27 Error in expression <n = _this select 6; _aitype = _this select 7; if (count _this > 8) then { _> 8:52:27 Error position: <select 7; if (count _this > 8) then { _> 8:52:27 Error Zero divisor 8:52:27 File z\addons\dayz_server\WAI\compile\vehicle_patrol.sqf, line 12 8:52:27 Error in expression < = _this select 6; _aitype = _this select 7; _skillarray = ["aimingAccur> 8:52:27 Error position: <select 7; _skillarray = ["aimingAccur> 8:52:27 Error Zero divisor 8:52:27 File z\addons\dayz_server\WAI\compile\heli_patrol.sqf, line 12 8:52:27 Error in expression <mmo, (1 + floor(random 5))]; }; }; if(_num_backpacks > 0) then { _num_backpac> 8:52:27 Error position: <_num_backpacks > 0) then { _num_backpac> 8:52:27 Error Undefined variable in expression: _num_backpacks 8:52:27 File z\addons\dayz_server\WAI\compile\dynamic_crate.sqf, line 148 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.opticsZoomMin'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.opticsZoomMax'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.opticsZoomInit'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.distanceZoomMin'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.distanceZoomMax'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.opticsFlare'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.opticsDisablePeripherialVision'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.opticsPPEffects'. 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons.DZ_GunBag_EP1'. 8:52:27 Warning Message: No entry '.scope'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: Error: creating weapon DZ_GunBag_EP1 with scope=private 8:52:27 Warning Message: No entry '.displayName'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.nameSound'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.type'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.picture'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.Library'. 8:52:27 Warning Message: No entry '.libTextDesc'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.model'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.simulation'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.fireLightDuration'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.fireLightIntensity'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.weaponLockDelay'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.weaponLockSystem'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.cmImmunity'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.lockingTargetSound'. 8:52:27 Warning Message: Size: '/' not an array 8:52:27 Warning Message: No entry '.lockedTargetSound'. 8:52:27 Warning Message: Size: '/' not an array 8:52:27 Warning Message: No entry '.muzzles'. 8:52:27 Warning Message: Size: '/' not an array 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons.DZ_CivilBackpack_EP1'. 8:52:27 Warning Message: No entry '.scope'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: Error: creating weapon DZ_CivilBackpack_EP1 with scope=private 8:52:27 Warning Message: No entry '.displayName'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.nameSound'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.type'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.picture'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.Library'. 8:52:27 Warning Message: No entry '.libTextDesc'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.model'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.simulation'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.fireLightDuration'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.fireLightIntensity'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.weaponLockDelay'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.weaponLockSystem'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.cmImmunity'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.lockingTargetSound'. 8:52:27 Warning Message: Size: '/' not an array 8:52:27 Warning Message: No entry '.lockedTargetSound'. 8:52:27 Warning Message: Size: '/' not an array 8:52:27 Warning Message: No entry '.muzzles'. 8:52:27 Warning Message: Size: '/' not an array 8:52:27 Error in expression <mmo, (1 + floor(random 5))]; }; }; if(_num_backpacks > 0) then { _num_backpac> 8:52:27 Error position: <_num_backpacks > 0) then { _num_backpac> 8:52:27 Error Undefined variable in expression: _num_backpacks 8:52:27 File z\addons\dayz_server\WAI\compile\dynamic_crate.sqf, line 148 Link to comment Share on other sites More sharing options...
JasonTM Posted February 21, 2018 Author Report Share Posted February 21, 2018 18 hours ago, Vladick said: Hi All, I am receiving a few errors in my RPT for WAI. The errors in the spoiler below relate to this code block in vehicle_patrol.sqf I believe: private ["_ainum","_vehicle","_aiskin","_skin","_mission","_aitype","_aicskill", "_gunner", "_wpnum","_radius","_skillarray","_startingpos","_veh_class","_veh","_unitGroup","_pilot","_skill","_position","_wp"]; _position = _this select 0; _startingpos = _this select 1; _radius = _this select 2; _wpnum = _this select 3; _veh_class = _this select 4; _skill = _this select 5; _skin = _this select 6; _aitype = _this select 7; if (count _this > 8) then { _mission = _this select 8; } else { _mission = nil; }; Can anyone tell me what I need to do to fix this? Thanks for your help! Reveal hidden contents 8:52:27 Error in expression <n = _this select 6; _aitype = _this select 7; if (count _this > 8) then { _> 8:52:27 Error position: <select 7; if (count _this > 8) then { _> 8:52:27 Error Zero divisor 8:52:27 File z\addons\dayz_server\WAI\compile\vehicle_patrol.sqf, line 12 8:52:27 Error in expression < = _this select 6; _aitype = _this select 7; _skillarray = ["aimingAccur> 8:52:27 Error position: <select 7; _skillarray = ["aimingAccur> 8:52:27 Error Zero divisor 8:52:27 File z\addons\dayz_server\WAI\compile\heli_patrol.sqf, line 12 8:52:27 Error in expression <mmo, (1 + floor(random 5))]; }; }; if(_num_backpacks > 0) then { _num_backpac> 8:52:27 Error position: <_num_backpacks > 0) then { _num_backpac> 8:52:27 Error Undefined variable in expression: _num_backpacks 8:52:27 File z\addons\dayz_server\WAI\compile\dynamic_crate.sqf, line 148 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.opticsZoomMin'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.opticsZoomMax'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.opticsZoomInit'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.distanceZoomMin'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.distanceZoomMax'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.opticsFlare'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.opticsDisablePeripherialVision'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.opticsPPEffects'. 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons.DZ_GunBag_EP1'. 8:52:27 Warning Message: No entry '.scope'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: Error: creating weapon DZ_GunBag_EP1 with scope=private 8:52:27 Warning Message: No entry '.displayName'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.nameSound'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.type'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.picture'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.Library'. 8:52:27 Warning Message: No entry '.libTextDesc'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.model'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.simulation'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.fireLightDuration'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.fireLightIntensity'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.weaponLockDelay'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.weaponLockSystem'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.cmImmunity'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.lockingTargetSound'. 8:52:27 Warning Message: Size: '/' not an array 8:52:27 Warning Message: No entry '.lockedTargetSound'. 8:52:27 Warning Message: Size: '/' not an array 8:52:27 Warning Message: No entry '.muzzles'. 8:52:27 Warning Message: Size: '/' not an array 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons.DZ_CivilBackpack_EP1'. 8:52:27 Warning Message: No entry '.scope'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: Error: creating weapon DZ_CivilBackpack_EP1 with scope=private 8:52:27 Warning Message: No entry '.displayName'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.nameSound'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.type'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.picture'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.Library'. 8:52:27 Warning Message: No entry '.libTextDesc'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.model'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.simulation'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.fireLightDuration'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.fireLightIntensity'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.weaponLockDelay'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.weaponLockSystem'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.cmImmunity'. 8:52:27 Warning Message: '/' is not a value 8:52:27 Warning Message: No entry '.lockingTargetSound'. 8:52:27 Warning Message: Size: '/' not an array 8:52:27 Warning Message: No entry '.lockedTargetSound'. 8:52:27 Warning Message: Size: '/' not an array 8:52:27 Warning Message: No entry '.muzzles'. 8:52:27 Warning Message: Size: '/' not an array 8:52:27 Error in expression <mmo, (1 + floor(random 5))]; }; }; if(_num_backpacks > 0) then { _num_backpac> 8:52:27 Error position: <_num_backpacks > 0) then { _num_backpac> 8:52:27 Error Undefined variable in expression: _num_backpacks 8:52:27 File z\addons\dayz_server\WAI\compile\dynamic_crate.sqf, line 148 Are you hosting your own server or renting from a server host? Your rpt shows that it does not recognize the new SVD variants. 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.opticsZoomMin'. Also it is showing that it doesn't recognize several backpacks 8:52:27 Warning Message: Error: creating weapon DZ_GunBag_EP1 with scope=private I'm not sure why the backpack is showing as "creating weapon." Backpacks are not included in CfgWeapons. Link to comment Share on other sites More sharing options...
Vladick Posted February 21, 2018 Report Share Posted February 21, 2018 6 hours ago, JasonTM said: Are you hosting your own server or renting from a server host? Your rpt shows that it does not recognize the new SVD variants. 8:52:27 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_DZ/OpticsModes/Ironsights.opticsZoomMin'. Also it is showing that it doesn't recognize several backpacks 8:52:27 Warning Message: Error: creating weapon DZ_GunBag_EP1 with scope=private I'm not sure why the backpack is showing as "creating weapon." Backpacks are not included in CfgWeapons. Thanks for replying JasonTM. Yes, I am renting the server from Survival Servers. Should I just go in and delete these weapons and backpacks from WAI to get rid of the errors or is there something I can do to make Epoch recognize them? Thanks! Link to comment Share on other sites More sharing options...
JasonTM Posted February 21, 2018 Author Report Share Posted February 21, 2018 I would contact them and tell them that their version of DayZ Epoch needs to be updated to 1.0.6.2 and yes, I would remove them if they are giving errors. Did you change any of the crate settings in any of the missions? Link to comment Share on other sites More sharing options...
Vladick Posted February 21, 2018 Report Share Posted February 21, 2018 (edited) The Survival Servers version of Epoch is up to date to 1.0.6.2. Now that I think of it, when this update happened, and a new version of WAI came out, I installed the new version but copied and pasted my crate configs from my 1.0.6.1 version into the new version because I had gone through and updated all of the classnames to the latest versions. Should I just use the crate configs from the latest update of WAI? Thanks! Oh BTW, I never changed anything in the crate settings of the missions, just in the weapon configs in the config file. Edited February 21, 2018 by Vladick more information Link to comment Share on other sites More sharing options...
JasonTM Posted February 21, 2018 Author Report Share Posted February 21, 2018 33 minutes ago, Vladick said: The Survival Servers version of Epoch is up to date to 1.0.6.2. Now that I think of it, when this update happened, and a new version of WAI came out, I installed the new version but copied and pasted my crate configs from my 1.0.6.1 version into the new version because I had gone through and updated all of the classnames to the latest versions. Should I just use the crate configs from the latest update of WAI? Thanks! Oh BTW, I never changed anything in the crate settings of the missions, just in the weapon configs in the config file. Just do what I do and try it. As Salival says, you either fix it or fuck it. salival 1 Link to comment Share on other sites More sharing options...
Vladick Posted February 22, 2018 Report Share Posted February 22, 2018 6 hours ago, JasonTM said: Just do what I do and try it. As Salival says, you either fix it or fuck it. Well, I think I fucked it... Maybe it cleaned up the other errors but my RPT went crazy with the errors below. I think I may have to live with my config file and the few errors that I was getting. Thanks! Spoiler 20:13:18 "WAI: Spawned a group of 4 AI (Bandit) at [9442.73,12861.2,0]" 20:13:20 Warning Message: No entry 'bin\config.bin/CfgMagazines.45Rnd_545x39_RPK'. 20:13:20 Warning Message: No entry '.picture'. 20:13:20 Warning Message: '/' is not a value 20:13:20 Warning Message: No entry '.scope'. 20:13:20 Warning Message: '/' is not a value 20:13:20 Warning Message: Error: creating magazine 45Rnd_545x39_RPK with scope=private 20:13:20 Warning Message: No entry '.displayName'. 20:13:20 Warning Message: '/' is not a value 20:13:20 Warning Message: No entry '.displayNameShort'. 20:13:20 Warning Message: '/' is not a value 20:13:20 Warning Message: No entry '.nameSound'. 20:13:20 Warning Message: '/' is not a value 20:13:20 Warning Message: No entry '.Library'. 20:13:20 Warning Message: No entry '.libTextDesc'. 20:13:20 Warning Message: '/' is not a value 20:13:20 Warning Message: No entry '.type'. 20:13:20 Warning Message: '/' is not a value 20:13:20 Warning Message: No entry '.count'. 20:13:20 Warning Message: '/' is not a value 20:13:20 Warning Message: No entry '.maxLeadSpeed'. 20:13:20 Warning Message: '/' is not a value 20:13:20 Warning Message: No entry '.initSpeed'. 20:13:20 Warning Message: '/' is not a value 20:13:20 Warning Message: No entry '.reloadAction'. 20:13:20 Warning Message: '/' is not a value 20:13:20 Warning Message: No entry '.modelSpecial'. 20:13:20 Warning Message: '/' is not a value 20:13:20 Warning Message: No entry '.ammo'. 20:13:20 Warning Message: '/' is not a value 20:13:22 "WAI: Spawned in 3 M2StaticMG" 20:13:22 "WAI: Paradrop waiting for player" 20:13:23 "WAI: Spawned "Kamaz_DZE" at [9442.73,12861.2,0]" 20:13:23 "WAI: Calculated damage for "wheel_1_1_steering" is 0.207872" 20:13:23 "WAI: Calculated damage for "wheel_2_1_steering" is 0.665976" 20:13:23 "WAI: Calculated damage for "wheel_1_4_steering" is 0.305056" 20:13:23 "WAI: Calculated damage for "wheel_2_4_steering" is 0.676236" 20:13:23 "WAI: Calculated damage for "wheel_1_3_steering" is 0.420925" 20:13:23 "WAI: Calculated damage for "wheel_2_3_steering" is 0.53977" 20:13:23 "WAI: Calculated damage for "wheel_1_2_steering" is 0.485366" 20:13:23 "WAI: Calculated damage for "wheel_2_2_steering" is 0.379002" 20:13:23 "WAI: Calculated damage for "motor" is 0.605807" 20:13:23 "WAI: Calculated damage for "sklo predni P" is 0.259296" 20:13:24 "WAI: Calculated damage for "sklo predni L" is 0.661354" 20:13:24 "WAI: Calculated damage for "karoserie" is 0.490857" 20:13:24 "WAI: Calculated damage for "palivo" is 0.479036" 20:13:24 "WAI: Added 0.262971 percent fuel to vehicle" 20:13:25 "WAI: Spawned "UralRefuel_TK_EP1_DZ" at [9442.73,12861.2,0]" 20:13:25 "WAI: Calculated damage for "wheel_1_1_steering" is 0.309101" 20:13:25 "WAI: Calculated damage for "wheel_2_1_steering" is 0.322642" 20:13:25 "WAI: Calculated damage for "wheel_1_4_steering" is 0.430064" 20:13:26 "WAI: Calculated damage for "wheel_2_4_steering" is 0.337307" 20:13:26 "WAI: Calculated damage for "wheel_1_3_steering" is 0.532657" 20:13:26 "WAI: Calculated damage for "wheel_2_3_steering" is 0.314048" 20:13:26 "WAI: Calculated damage for "wheel_1_2_steering" is 0.371295" 20:13:26 "WAI: Calculated damage for "wheel_2_2_steering" is 0.248184" 20:13:26 "WAI: Calculated damage for "motor" is 0.480453" 20:13:26 "WAI: Calculated damage for "sklo predni P" is 0.313087" 20:13:26 "WAI: Calculated damage for "sklo predni L" is 0.626375" 20:13:26 "WAI: Calculated damage for "karoserie" is 0.210005" 20:13:26 "WAI: Calculated damage for "palivo" is 0.270241" 20:13:26 "WAI: Added 0.564092 percent fuel to vehicle" 20:13:27 "WAI: Spawned "HMMWV_Ambulance_CZ_DES_EP1" at [9442.73,12861.2,0]" 20:13:27 "WAI: Calculated damage for "wheel_1_1_steering" is 0.36631" 20:13:27 "WAI: Calculated damage for "wheel_1_2_steering" is 0.506833" 20:13:27 "WAI: Calculated damage for "wheel_2_1_steering" is 0.309344" 20:13:27 "WAI: Calculated damage for "wheel_2_2_steering" is 0.296169" 20:13:27 "WAI: Calculated damage for "fueltank" is 0.273186" 20:13:27 "WAI: Calculated damage for "engine" is 0.302487" 20:13:27 "WAI: Calculated damage for "sklo predni P" is 0.234686" 20:13:27 "WAI: Calculated damage for "sklo predni L" is 0.233255" 20:13:27 "WAI: Calculated damage for "karoserie" is 0.244975" 20:13:27 "WAI: Calculated damage for "wheel_1_4_steering" is 0.41974" 20:13:28 "WAI: Calculated damage for "wheel_2_4_steering" is 0.424886" 20:13:28 "WAI: Calculated damage for "wheel_1_3_steering" is 0.333199" 20:13:28 "WAI: Calculated damage for "wheel_2_3_steering" is 0.253301" 20:13:28 "WAI: Added 0.330632 percent fuel to vehicle" 20:13:28 "WAI: [Hero] ikea_convoy spawned a Kamaz_DZE" 20:13:28 "WAI: [Hero] ikea_convoy spawned a HMMWV_Ambulance_CZ_DES_EP1" 20:13:28 "WAI: [Hero] ikea_convoy spawned a UralRefuel_TK_EP1_DZ" 20:13:35 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.361191.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:14:02 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.528737.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:14:08 "WAI: 76 Active ground units" 20:14:08 "WAI: 3 Active emplacement units" 20:14:08 "WAI: 0 Active chopper patrol units (Crew)" 20:14:08 "WAI: 0 Active vehicle patrol units (Crew)" 20:14:28 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.614216.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:14:53 "infiSTAR.de PVAH_WriteLog: B 1-1-B:1 (Vladick) REMOTE Vladick Spectating Whitelash" 20:14:54 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.631805.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:14:54 ["z\addons\dayz_server\system\scheduler\sched_sync.sqf","TIME SYNC: Local Time set to:",[2012,8,2,16,14],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,2,22,16,14]] 20:15:09 "WAI: 76 Active ground units" 20:15:09 "WAI: 3 Active emplacement units" 20:15:09 "WAI: 0 Active chopper patrol units (Crew)" 20:15:09 "WAI: 0 Active vehicle patrol units (Crew)" 20:15:12 "DZAI Monitor :: Server Uptime: 0:17:56. Active AI Groups: 3." 20:15:12 "DZAI Monitor :: Static Spawns: 2. Respawn Queue: 3 groups queued." 20:15:12 "DZAI Monitor :: Dynamic Spawns: 0. Random Spawns: 3. Air Patrols: 0. Land Patrols: 0." 20:15:18 "DZAI Debug: Processed static trigger spawn data in 0 seconds (spawnBandits)." 20:15:20 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.582813.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:15:24 "infiSTAR.de PVAH_WriteLog: B 1-1-B:1 (Vladick) REMOTE Vladick Spectating Beast" 20:15:31 "DZAI Debug: Processed static trigger spawn data in 0.00305176 seconds (spawnBandits)." 20:15:35 "DZAI Debug: Spawned 1 new AI groups (2 units total) in 0.0310059 seconds at DZAI_NWAF4 (spawnBandits)." 20:15:35 "DZAI Debug: Unit O 1-2-G:1 loadout: [["M16A2_GL_DZ"],["30Rnd_556x45_Stanag"]]. Weapongrade 1. Blood: 8545.79." 20:15:35 "DZAI Debug: Unit O 1-2-G:2 loadout: [["AK74_DZ"],["30Rnd_545x39_AK"]]. Weapongrade 1. Blood: 8613.29." 20:15:46 "DZAI Debug: Added group O 1-2-H to respawn queue. Queue position 4. Wait Time 974.407 (respawnHandler)" 20:15:46 "DZAI Debug: Spawned 1 new AI groups (0 units total) in 0.00292969 seconds at DZAI_NWAF3 (spawnBandits)." 20:15:47 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.448937.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:15:53 "WAI: Invalid Position (Debug)" 20:15:58 "WAI: Invalid Position (Debug)" 20:15:59 "WAI: Invalid Position (Debug)" 20:16:00 "WAI: Invalid Position (Debug)" 20:16:01 "WAI: Invalid Position (Debug)" 20:16:02 "WAI: Invalid Position (Debug)" 20:16:05 "WAI: Invalid Position (Debug)" 20:16:05 "DZAI Debug: Added group O 1-1-L to respawn queue. Queue position 5. Wait Time 1144.76 (respawnHandler)" 20:16:05 "DZAI Debug: No units were respawned for group O 1-1-L at DZAI_Polana. Group O 1-1-L reinserted into respawn queue." 20:16:07 "WAI: Invalid Position (Debug)" 20:16:09 "WAI: Invalid Position (Debug)" 20:16:10 "WAI: 76 Active ground units" 20:16:10 "WAI: 3 Active emplacement units" 20:16:10 "WAI: 0 Active chopper patrol units (Crew)" 20:16:10 "WAI: 0 Active vehicle patrol units (Crew)" 20:16:10 "WAI: Invalid Position (Debug)" 20:16:10 "DZAI Debug: Created dynamic trigger at 102033. Target player: Beast." 20:16:10 "DZAI Debug: 4 groups left in respawn queue. Next group is scheduled to respawn in 388.771 seconds." 20:16:11 "WAI: Invalid Position (Debug)" 20:16:13 "WAI: Invalid Position (Debug)" 20:16:14 "DZAI Debug: Spawned 1 new AI groups of 3 units each in 0.085083 seconds at 102033 using behavior mode PATROLLING. Distance from target: 201.445 meters." 20:16:14 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.297174.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:16:14 "WAI: Invalid Position (Debug)" 20:16:14 "DZAI Debug: Unit O 1-2-I:1 loadout: [["M24_DZ"],["5Rnd_762x51_M24"]]. Weapongrade 1. Blood: 9866.57." 20:16:14 "DZAI Debug: Unit O 1-2-I:2 loadout: [["MP5_DZ"],["30Rnd_9x19_MP5"]]. Weapongrade 1. Blood: 9846.35." 20:16:14 "DZAI Debug: Unit O 1-2-I:3 loadout: [["MP5_SD_DZ"],["30Rnd_9x19_MP5SD"]]. Weapongrade 1. Blood: 8033.8." 20:16:15 "DZAI Debug: Dynamic spawn manager is sleeping for 337.339 seconds." 20:16:16 "WAI: Invalid Position (Debug)" 20:16:18 "WAI: Invalid Position (Debug)" 20:16:20 "WAI: Invalid Position (Debug)" 20:16:21 "WAI: Invalid Position (Debug)" 20:16:23 "WAI: Invalid Position (Debug)" 20:16:25 "WAI: Invalid Position (Debug)" 20:16:27 "WAI: Invalid Position (Debug)" 20:16:30 "WAI: Invalid Position (Debug)" 20:16:31 "WAI: Invalid Position (Debug)" 20:16:33 "WAI: Invalid Position (Debug)" 20:16:35 "WAI: Invalid Position (Debug)" 20:16:37 "WAI: Invalid Position (Debug)" 20:16:38 "WAI: Invalid Position (Debug)" 20:16:40 "WAI DEBUG: FINDPOS: Checking nearby mission markers: ["DZMSMajMarker","DZMSMinMarker","DZMSBMajMarker","DZMSBMinMarker","MainBandit0","MainHero1","MainBandit2"]" 20:16:40 "WAI DEBUG: FINDPOS: Checking nearby trader markers: ["Tradercitystary","wholesaleSouth","boatTraderEast","BoatDealerSouth","AirVehicles","BanditDen","Klen","BoatDealerEast","TradercityBash","HeroTrader"]" 20:16:40 "WAI: Invalid Position (Marker: "BanditDen")" 20:16:40 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.171747.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:16:41 "WAI: Invalid Position (Debug)" 20:16:43 "WAI: Invalid Position (Debug)" 20:16:44 "WAI: Invalid Position (Debug)" 20:16:46 "WAI: Invalid Position (Debug)" 20:16:47 "WAI: Invalid Position (Debug)" 20:16:50 "WAI: Invalid Position (Debug)" 20:16:51 "WAI: Invalid Position (Debug)" 20:16:52 "WAI: Invalid Position (Debug)" 20:16:55 "WAI: Invalid Position (Debug)" 20:16:58 "WAI: Invalid Position (Debug)" 20:16:59 "WAI: Invalid Position (Debug)" 20:17:01 "WAI: Invalid Position (Debug)" 20:17:03 "WAI: Invalid Position (Debug)" 20:17:04 "WAI: Invalid Position (Debug)" 20:17:06 "WAI: Invalid Position (Debug)" 20:17:08 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.164677.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:17:09 "WAI: Invalid Position (Debug)" 20:17:10 "WAI: Invalid Position (Debug)" 20:17:11 "WAI: 76 Active ground units" 20:17:11 "WAI: 3 Active emplacement units" 20:17:11 "WAI: 0 Active chopper patrol units (Crew)" 20:17:11 "WAI: 0 Active vehicle patrol units (Crew)" 20:17:11 "WAI: Invalid Position (Debug)" 20:17:13 "WAI: Invalid Position (Debug)" 20:17:15 "WAI: Invalid Position (Debug)" 20:17:18 "WAI: Invalid Position (Debug)" 20:17:21 "WAI: Invalid Position (Debug)" 20:17:24 "WAI: Invalid Position (Debug)" 20:17:25 "DZAI Debug: Despawned AI units at DZAI_Kabanino. Reset trigger's group array to: [O 1-2-A]." 20:17:25 "WAI: Invalid Position (Debug)" 20:17:27 "WAI: Invalid Position (Debug)" 20:17:28 "WAI: Invalid Position (Debug)" 20:17:29 "WAI: Invalid Position (Debug)" 20:17:32 "WAI: Invalid Position (Debug)" 20:17:34 "WAI: Invalid Position (Debug)" 20:17:34 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.298875.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:17:35 "WAI: Invalid Position (Debug)" 20:17:37 "WAI: Invalid Position (Debug)" 20:17:38 "WAI: Invalid Position (Debug)" 20:17:40 "WAI: Invalid Position (Debug)" 20:17:40 "SERVER FPS: 12 PLAYERS: 3" 20:17:42 "WAI: Invalid Position (Debug)" 20:17:45 "WAI: Invalid Position (Debug)" 20:17:48 "WAI: Invalid Position (Debug)" 20:17:50 "WAI: Invalid Position (Debug)" 20:17:51 "WAI: Invalid Position (Debug)" 20:17:53 "WAI: Invalid Position (Debug)" 20:17:58 "WAI: Invalid Position (Debug)" 20:18:00 "WAI: Invalid Position (Debug)" 20:18:02 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.555728.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:18:03 "WAI: Invalid Position (Debug)" 20:18:04 "WAI: Invalid Position (Debug)" 20:18:05 "WAI: Invalid Position (Debug)" 20:18:07 "WAI: Invalid Position (Debug)" 20:18:08 "WAI: Invalid Position (Debug)" 20:18:08 "DZAI Debug: Processed static trigger spawn data in 0 seconds (spawnBandits)." 20:18:09 "WAI: Invalid Position (Debug)" 20:18:10 "WAI: Invalid Position (Debug)" 20:18:12 "WAI: 76 Active ground units" 20:18:12 "WAI: 3 Active emplacement units" 20:18:12 "WAI: 0 Active chopper patrol units (Crew)" 20:18:12 "WAI: 0 Active vehicle patrol units (Crew)" 20:18:12 "WAI: Invalid Position (Debug)" 20:18:13 "WAI: Invalid Position (Debug)" 20:18:14 "WAI: Invalid Position (Debug)" 20:18:16 "WAI: Invalid Position (Debug)" 20:18:17 "WAI: Invalid Position (Debug)" 20:18:19 "WAI: Invalid Position (Debug)" 20:18:22 "WAI: Invalid Position (Debug)" 20:18:23 "WAI: Invalid Position (Debug)" 20:18:24 "WAI: Invalid Position (Debug)" 20:18:25 "DZAI Debug: Spawned 1 new AI groups (2 units total) in 0.0350342 seconds at DZAI_NWAF7 (spawnBandits)." 20:18:25 "DZAI Debug: Unit O 1-2-K:1 loadout: [["Makarov_DZ"],["8Rnd_9x18_Makarov"]]. Weapongrade 0. Blood: 8280.62." 20:18:25 "DZAI Debug: Unit O 1-2-K:2 loadout: [["CZ550_DZ"],["5Rnd_17HMR"]]. Weapongrade 0. Blood: 9595.2." 20:18:25 "WAI: Invalid Position (Debug)" 20:18:29 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.605143.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:18:29 "WAI: Invalid Position (Debug)" 20:18:31 "WAI: Invalid Position (Debug)" 20:18:32 "WAI: Invalid Position (Debug)" 20:18:33 "WAI: Invalid Position (Debug)" 20:18:34 "WAI: Invalid Position (Debug)" 20:18:37 "WAI: Invalid Position (Debug)" 20:18:40 "WAI: Invalid Position (Debug)" 20:18:43 "WAI: Invalid Position (Debug)" 20:18:44 "WAI: Invalid Position (Debug)" 20:18:45 "WAI: Invalid Position (Debug)" 20:18:48 "WAI: Invalid Position (Debug)" 20:18:49 "WAI: Invalid Position (Debug)" 20:18:50 "WAI: Invalid Position (Debug)" 20:18:52 "WAI: Invalid Position (Debug)" 20:18:52 "DZAI Debug: Despawned AI units at DZAI_NWAF4. Reset trigger's group array to: []." 20:18:53 "WAI: Invalid Position (Debug)" 20:18:55 "WAI: Invalid Position (Debug)" 20:18:56 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.536303.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:18:56 "WAI: Invalid Position (Debug)" 20:18:58 "WAI: Invalid Position (Debug)" 20:19:00 "WAI: Invalid Position (Debug)" 20:19:01 "WAI: Invalid Position (Debug)" 20:19:04 "WAI: Invalid Position (Debug)" 20:19:06 "WAI: Invalid Position (Debug)" 20:19:07 "DZAI Debug: Deleting static group O 1-2-G." 20:19:07 "WAI: Invalid Position (Debug)" 20:19:10 "WAI: Invalid Position (Debug)" 20:19:11 "WAI: Invalid Position (Debug)" 20:19:12 "WAI: 76 Active ground units" 20:19:12 "WAI: 3 Active emplacement units" 20:19:12 "WAI: 0 Active chopper patrol units (Crew)" 20:19:12 "WAI: 0 Active vehicle patrol units (Crew)" 20:19:14 "WAI: Invalid Position (Debug)" 20:19:16 "WAI: Invalid Position (Debug)" 20:19:18 "WAI: Invalid Position (Debug)" 20:19:20 "WAI: Invalid Position (Debug)" 20:19:21 "WAI: Invalid Position (Debug)" 20:19:22 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.324509.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:19:25 "WAI: Invalid Position (Debug)" 20:19:26 "WAI: Invalid Position (Debug)" 20:19:28 "WAI: Invalid Position (Debug)" 20:19:29 "WAI: Invalid Position (Debug)" 20:19:31 "WAI: Invalid Position (Debug)" 20:19:33 "WAI: Invalid Position (Debug)" 20:19:34 "WAI: Invalid Position (Debug)" 20:19:35 "WAI: Invalid Position (Debug)" 20:19:36 "WAI: Invalid Position (Debug)" 20:19:37 "WAI: Invalid Position (Debug)" 20:19:39 "WAI: Invalid Position (Debug)" 20:19:40 "WAI: Invalid Position (Debug)" 20:19:41 "WAI: Invalid Position (Debug)" 20:19:42 "WAI: Invalid Position (Debug)" 20:19:43 "WAI: Invalid Position (Debug)" 20:19:45 "WAI: Invalid Position (Debug)" 20:19:46 "DZAI Debug: Processed static trigger spawn data in 0.000976563 seconds (spawnBandits)." 20:19:46 "WAI: Invalid Position (Debug)" 20:19:47 "WAI: Invalid Position (Debug)" 20:19:49 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.193903.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:19:50 "WAI: Invalid Position (Debug)" 20:19:52 "WAI: Invalid Position (Debug)" 20:19:54 "WAI: Invalid Position (Debug)" 20:19:55 "WAI: Invalid Position (Debug)" 20:19:56 "WAI: Invalid Position (Debug)" 20:19:57 "WAI: Invalid Position (Debug)" 20:19:58 "WAI: Invalid Position (Debug)" 20:19:59 "WAI: Invalid Position (Debug)" 20:20:01 "WAI: Invalid Position (Debug)" 20:20:03 "WAI: Invalid Position (Debug)" 20:20:05 "WAI: Invalid Position (Debug)" 20:20:06 "WAI: Invalid Position (Debug)" 20:20:08 "WAI: Invalid Position (Debug)" 20:20:09 "WAI: Invalid Position (Debug)" 20:20:11 "WAI: Invalid Position (Debug)" 20:20:12 "WAI: Invalid Position (Debug)" 20:20:13 "WAI: 76 Active ground units" 20:20:13 "WAI: 3 Active emplacement units" 20:20:13 "WAI: 0 Active chopper patrol units (Crew)" 20:20:13 "WAI: 0 Active vehicle patrol units (Crew)" 20:20:14 "WAI: Invalid Position (Debug)" 20:20:15 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.121958.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:20:15 "WAI: Invalid Position (Debug)" 20:20:16 "WAI: Invalid Position (Debug)" 20:20:17 "DZAI Monitor :: Server Uptime: 0:23:1. Active AI Groups: 6." 20:20:17 "DZAI Monitor :: Static Spawns: 3. Respawn Queue: 4 groups queued." 20:20:17 "DZAI Monitor :: Dynamic Spawns: 1. Random Spawns: 3. Air Patrols: 0. Land Patrols: 0." 20:20:18 "WAI: Invalid Position (Debug)" 20:20:19 "WAI: Invalid Position (Debug)" 20:20:21 "WAI: Invalid Position (Debug)" 20:20:22 "WAI: Invalid Position (Debug)" 20:20:24 "WAI: Invalid Position (Debug)" 20:20:26 "WAI: Invalid Position (Debug)" 20:20:27 "WAI: Invalid Position (Debug)" 20:20:28 "DZAI Debug: Added group O 1-2-G to respawn queue. Queue position 5. Wait Time 1152.87 (respawnHandler)" 20:20:28 "DZAI Debug: Spawned 1 new AI groups (0 units total) in 0.00305176 seconds at DZAI_NWAF6 (spawnBandits)." 20:20:29 "WAI: Invalid Position (Debug)" 20:20:31 "WAI: Invalid Position (Debug)" 20:20:32 "WAI: Invalid Position (Debug)" 20:20:33 "WAI: Invalid Position (Debug)" 20:20:40 "WAI: Invalid Position (Debug)" 20:20:41 "WAI: Invalid Position (Debug)" 20:20:41 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.110563.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:20:42 "WAI: Invalid Position (Debug)" 20:20:45 "WAI: Invalid Position (Debug)" 20:20:47 "WAI: Invalid Position (Debug)" 20:20:48 "WAI: Invalid Position (Debug)" 20:20:49 "WAI: Invalid Position (Debug)" 20:20:51 "WAI: Invalid Position (Debug)" 20:20:54 "WAI: Invalid Position (Debug)" 20:20:55 "WAI: Invalid Position (Debug)" 20:20:56 "WAI: Invalid Position (Debug)" 20:20:57 "WAI: Invalid Position (Debug)" 20:21:01 "WAI: Invalid Position (Debug)" 20:21:02 "WAI: Invalid Position (Debug)" 20:21:04 "WAI: Invalid Position (Debug)" 20:21:05 "WAI: Invalid Position (Debug)" 20:21:07 "WAI: Invalid Position (Debug)" 20:21:08 "WAI: Invalid Position (Debug)" 20:21:08 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.168440.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:21:09 "WAI: Invalid Position (Debug)" 20:21:11 "WAI: Invalid Position (Debug)" 20:21:12 "WAI: Invalid Position (Debug)" 20:21:13 "WAI: Invalid Position (Debug)" 20:21:14 "WAI: 76 Active ground units" 20:21:14 "WAI: 3 Active emplacement units" 20:21:14 "WAI: 0 Active chopper patrol units (Crew)" 20:21:14 "WAI: 0 Active vehicle patrol units (Crew)" 20:21:15 "WAI: Invalid Position (Debug)" 20:21:16 "WAI: Invalid Position (Debug)" 20:21:19 "WAI: Invalid Position (Debug)" 20:21:20 "WAI: Invalid Position (Debug)" 20:21:24 "WAI: Invalid Position (Debug)" 20:21:27 "WAI: Invalid Position (Debug)" 20:21:28 "WAI: Invalid Position (Debug)" 20:21:30 "WAI: Invalid Position (Debug)" 20:21:31 "WAI: Invalid Position (Debug)" 20:21:32 "WAI: Invalid Position (Debug)" 20:21:33 "WAI: Invalid Position (Debug)" 20:21:34 "DZAI Debug: Despawned AI units at DZAI_NWAF3. Reset trigger's group array to: [O 1-2-H]." 20:21:34 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.350313.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:21:36 "WAI: Invalid Position (Debug)" 20:21:37 "WAI: Invalid Position (Debug)" 20:21:38 "WAI: Invalid Position (Debug)" 20:21:39 "WAI: Invalid Position (Debug)" 20:21:40 "WAI: Invalid Position (Debug)" 20:21:41 "WAI: Invalid Position (Debug)" 20:21:44 "WAI: Invalid Position (Debug)" 20:21:45 "WAI: Invalid Position (Debug)" 20:21:47 "WAI: Invalid Position (Debug)" 20:21:49 "WAI: Invalid Position (Debug)" 20:21:52 "WAI: Invalid Position (Debug)" 20:21:55 "WAI: Invalid Position (Debug)" 20:21:56 "DZAI Debug: Dynamic spawn manager is sleeping for 329.844 seconds." 20:21:56 "WAI: Invalid Position (Debug)" 20:21:57 "WAI: Invalid Position (Debug)" 20:21:59 "WAI: Invalid Position (Debug)" 20:22:00 "WAI: Invalid Position (Debug)" 20:22:01 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.472095.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:22:01 "WAI: Invalid Position (Debug)" 20:22:04 "WAI: Invalid Position (Debug)" 20:22:05 "WAI: Invalid Position (Debug)" 20:22:08 "WAI: Invalid Position (Debug)" 20:22:10 "WAI: Invalid Position (Debug)" 20:22:12 "WAI: Invalid Position (Debug)" 20:22:13 "WAI: Invalid Position (Debug)" 20:22:15 "WAI: 76 Active ground units" 20:22:15 "WAI: 3 Active emplacement units" 20:22:15 "WAI: 0 Active chopper patrol units (Crew)" 20:22:15 "WAI: 0 Active vehicle patrol units (Crew)" 20:22:15 "WAI: Invalid Position (Debug)" 20:22:17 "WAI: Invalid Position (Debug)" 20:22:18 "WAI: Invalid Position (Debug)" 20:22:20 "WAI: Invalid Position (Debug)" 20:22:22 "WAI: Invalid Position (Debug)" 20:22:24 "WAI: Invalid Position (Debug)" 20:22:26 "WAI: Invalid Position (Debug)" 20:22:27 "WAI: Invalid Position (Debug)" 20:22:28 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.602399.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:22:29 "WAI: Invalid Position (Debug)" 20:22:31 "WAI: Invalid Position (Debug)" 20:22:33 "WAI: Invalid Position (Debug)" 20:22:35 "WAI: Invalid Position (Debug)" 20:22:38 "WAI: Invalid Position (Debug)" 20:22:41 "DZAI Debug: Spawn area DZAI_Rogovo has already been despawned. Cleaning up group O 1-1-M." 20:22:42 "WAI: Invalid Position (Debug)" 20:22:45 "WAI: Invalid Position (Debug)" 20:22:46 "DZAI Debug: Despawned AI units at DZAI_NWAF7. Reset trigger's group array to: []." 20:22:46 "DZAI Debug: 4 groups left in respawn queue. Next group is scheduled to respawn in 410.793 seconds." 20:22:48 "WAI: Invalid Position (Debug)" 20:22:49 "WAI: Invalid Position (Debug)" 20:22:51 "WAI: Invalid Position (Debug)" 20:22:53 "WAI: Invalid Position (Debug)" 20:22:54 "WAI: Invalid Position (Debug)" 20:22:54 "DZAI Debug: Despawned AI units at DZAI_NWAF6. Reset trigger's group array to: [O 1-2-G]." 20:22:55 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.539292.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:22:56 "WAI: Invalid Position (Debug)" 20:22:57 "WAI: Invalid Position (Debug)" 20:23:00 "DZAI Debug: Deleting static group O 1-2-K." 20:23:02 "WAI: Invalid Position (Debug)" 20:23:04 "WAI: Invalid Position (Debug)" 20:23:05 "WAI: Invalid Position (Debug)" 20:23:06 "WAI: Invalid Position (Debug)" 20:23:07 "WAI: Invalid Position (Debug)" 20:23:09 "WAI: Invalid Position (Debug)" 20:23:11 "WAI: Invalid Position (Debug)" 20:23:14 "WAI: Invalid Position (Debug)" 20:23:16 "WAI: 76 Active ground units" 20:23:16 "WAI: 3 Active emplacement units" 20:23:16 "WAI: 0 Active chopper patrol units (Crew)" 20:23:16 "WAI: 0 Active vehicle patrol units (Crew)" 20:23:16 "WAI: Invalid Position (Debug)" 20:23:18 "WAI: Invalid Position (Debug)" 20:23:19 "WAI: Invalid Position (Debug)" 20:23:21 "WAI: Invalid Position (Debug)" 20:23:21 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.406466.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:23:22 "WAI: Invalid Position (Debug)" 20:23:24 "WAI: Invalid Position (Debug)" 20:23:25 "WAI: Invalid Position (Debug)" 20:23:27 "WAI: Invalid Position (Debug)" 20:23:28 "WAI: Invalid Position (Debug)" 20:23:29 "WAI: Invalid Position (Debug)" 20:23:31 "WAI: Invalid Position (Debug)" 20:23:32 "WAI: Invalid Position (Debug)" 20:23:34 "WAI: Invalid Position (Debug)" 20:23:35 "WAI: Invalid Position (Debug)" 20:23:38 "WAI: Invalid Position (Debug)" 20:23:39 "WAI: Invalid Position (Debug)" 20:23:40 "WAI: Invalid Position (Debug)" 20:23:41 "WAI: Invalid Position (Debug)" 20:23:42 "SERVER FPS: 14 PLAYERS: 3" 20:23:43 "WAI: Invalid Position (Debug)" 20:23:44 "WAI: Invalid Position (Debug)" 20:23:45 "WAI: Invalid Position (Debug)" 20:23:47 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.257522.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:23:48 "WAI: Invalid Position (Debug)" 20:23:50 "WAI: Invalid Position (Debug)" 20:23:51 "WAI: Invalid Position (Debug)" 20:23:52 "WAI: Invalid Position (Debug)" 20:23:55 "WAI: Invalid Position (Debug)" 20:23:56 "DZAI Debug: Maximum number of groups already spawned at DZAI_NWAF6. Exiting spawn script (spawnBandits)" 20:23:56 "WAI: Invalid Position (Debug)" 20:23:58 "WAI: Invalid Position (Debug)" 20:23:59 "WAI: Invalid Position (Debug)" 20:24:02 "WAI: Invalid Position (Debug)" 20:24:02 "P1ayer PID#4(Beast) hit by AI with MP5_DZ/B_9x19_Ball <ammo left:29> from 8 meters in head_hit for 3.32201 damage" 20:24:02 "Beast (76561198206685440) Beast was killed by AI with MP5_DZ from 8m @101032 [10174.8,12067.4,0.00134277]" 20:24:03 "WAI: Invalid Position (Debug)" 20:24:04 "WAI: Invalid Position (Debug)" 20:24:05 "WAI: Invalid Position (Debug)" 20:24:07 "WAI: Invalid Position (Debug)" 20:24:09 "WAI: Invalid Position (Debug)" 20:24:10 "WAI: Invalid Position (Debug)" 20:24:11 "WAI: Invalid Position (Debug)" 20:24:13 "WAI: Invalid Position (Debug)" 20:24:13 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.196205.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:24:14 "WAI: Invalid Position (Debug)" 20:24:14 "infiSTAR.de PlayerDisconnected: _uid: 76561198206685440 _name: Beast" 20:24:14 "INFO: OnPlayerDisconnect exiting. Player is near respawn_west. This is normal after death. ["76561198206685440","Beast"]" 20:24:16 "WAI: 76 Active ground units" 20:24:16 "WAI: 3 Active emplacement units" 20:24:16 "WAI: 0 Active chopper patrol units (Crew)" 20:24:16 "WAI: 0 Active vehicle patrol units (Crew)" 20:24:16 "WAI: Invalid Position (Debug)" 20:24:18 "WAI: Invalid Position (Debug)" 20:24:19 "WAI: Invalid Position (Debug)" 20:24:20 "WAI: Invalid Position (Debug)" 20:24:21 "DZAI Debug: Attempting to place 1 random spawns on the map..." 20:24:21 "DZAI Debug: Random spawn 1 of 1 placed at [7512.44,6580.71,0] (Retries: 1)." 20:24:21 "WAI: Invalid Position (Debug)" 20:24:23 "WAI: Invalid Position (Debug)" 20:24:24 "WAI: Invalid Position (Debug)" 20:24:26 "WAI: Invalid Position (Debug)" 20:24:27 "WAI: Invalid Position (Debug)" 20:24:29 "WAI: Invalid Position (Debug)" 20:24:30 "WAI: Invalid Position (Debug)" 20:24:31 "WAI: Invalid Position (Debug)" 20:24:33 "WAI: Invalid Position (Debug)" 20:24:35 "WAI: Invalid Position (Debug)" 20:24:37 "WAI: Invalid Position (Debug)" 20:24:38 "WAI: Invalid Position (Debug)" 20:24:39 "infiSTAR.de PlayerConnected: ["76561198206685440","Beast"]" 20:24:39 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.122895.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:24:39 "WAI: Invalid Position (Debug)" 20:24:40 "INFO - Player: PID#4(Beast)(UID:76561198206685440/CID:808) Status: LOGGING IN" 20:24:41 "WAI: Invalid Position (Debug)" 20:24:43 "WAI: Invalid Position (Debug)" 20:24:45 "WAI: Invalid Position (Debug)" 20:24:46 "WAI: Invalid Position (Debug)" 20:24:47 "WAI: Invalid Position (Debug)" 20:24:49 "WAI: Invalid Position (Debug)" 20:24:49 "INFO - Player: PID#4(Beast)(UID:76561198206685440/CID:808) Status: LOGIN PUBLISHING, Location Nizhnoye @129065" 20:24:50 "WAI: Invalid Position (Debug)" 20:24:51 "WAI: Invalid Position (Debug)" 20:24:54 "WAI: Invalid Position (Debug)" 20:24:55 "WAI: Invalid Position (Debug)" 20:24:58 "WAI: Invalid Position (Debug)" 20:24:59 "WAI: Invalid Position (Debug)" 20:25:00 Server: Object 5:116 not found (message 70) 20:25:00 "WAI: Invalid Position (Debug)" 20:25:02 "WAI: Invalid Position (Debug)" 20:25:03 "WAI: Invalid Position (Debug)" 20:25:05 "INFO - Player: Beast(UID:76561198206685440/CID:808) Status: CLIENT LOADED & PLAYING" 20:25:06 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.098021.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:25:06 "WAI: Invalid Position (Debug)" 20:25:07 "WAI: Invalid Position (Debug)" 20:25:08 "WAI: Invalid Position (Debug)" 20:25:10 "WAI: Invalid Position (Debug)" 20:25:13 "WAI: Invalid Position (Debug)" 20:25:15 "WAI: Invalid Position (Debug)" 20:25:17 "WAI: Invalid Position (Debug)" 20:25:18 "WAI: 76 Active ground units" 20:25:18 "WAI: 3 Active emplacement units" 20:25:18 "WAI: 0 Active chopper patrol units (Crew)" 20:25:18 "WAI: 0 Active vehicle patrol units (Crew)" 20:25:18 "WAI: Invalid Position (Debug)" 20:25:20 "WAI: Invalid Position (Debug)" 20:25:22 "DZAI Monitor :: Server Uptime: 0:28:6. Active AI Groups: 5." 20:25:22 "DZAI Monitor :: Static Spawns: 2. Respawn Queue: 4 groups queued." 20:25:22 "DZAI Monitor :: Dynamic Spawns: 1. Random Spawns: 1. Air Patrols: 0. Land Patrols: 0." 20:25:22 "WAI: Invalid Position (Debug)" 20:25:25 "WAI: Invalid Position (Debug)" 20:25:27 "WAI: Invalid Position (Debug)" 20:25:29 "WAI: Invalid Position (Debug)" 20:25:32 "WAI: Invalid Position (Debug)" 20:25:33 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.128895.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:25:33 "WAI: Invalid Position (Debug)" 20:25:35 "WAI: Invalid Position (Debug)" 20:25:38 "WAI: Invalid Position (Debug)" 20:25:41 "WAI: Invalid Position (Debug)" 20:25:42 "WAI: Invalid Position (Debug)" 20:25:43 "WAI: Invalid Position (Debug)" 20:25:43 "INFO: Cannot Sync Character Beast near respawn_west [-18699.9,25800.1,0.00149536]. This is normal when relogging or changing clothes." 20:25:45 "WAI: Invalid Position (Debug)" 20:25:48 "WAI: Invalid Position (Debug)" 20:25:50 "WAI: Invalid Position (Debug)" 20:25:51 "WAI: Invalid Position (Debug)" 20:25:52 "WAI: Invalid Position (Debug)" 20:25:54 "DZAI Debug: Processed static trigger spawn data in 0.00695801 seconds (spawnBandits)." 20:25:55 "WAI: Invalid Position (Debug)" 20:25:59 "WAI: Invalid Position (Debug)" 20:26:00 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.248810.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:26:00 "WAI: Invalid Position (Debug)" 20:26:01 "WAI: Invalid Position (Debug)" 20:26:02 Server: Object 5:121 not found (message 70) 20:26:02 "WAI: Invalid Position (Debug)" 20:26:02 "Whitelash (76561198067248626) sold 1x ItemTopaz from backpack at trader city Bash for 150,000 Coins" 20:26:02 "Whitelash (76561198067248626) sold 2x ItemSapphire from backpack at trader city Bash for 500,000 Coins" 20:26:02 "Whitelash (76561198067248626) sold 1x ItemCitrine from backpack at trader city Bash for 400,000 Coins" 20:26:02 "Whitelash (76561198067248626) sold 3x PartOreGold from backpack at trader city Bash for 3,000 Coins" 20:26:03 "WAI: Invalid Position (Debug)" 20:26:05 "WAI: Invalid Position (Debug)" 20:26:06 "WAI: Invalid Position (Debug)" 20:26:08 "WAI: Invalid Position (Debug)" 20:26:10 "WAI: Invalid Position (Debug)" 20:26:10 "DZAI Debug: Spawned 1 new AI groups (1 units total) in 0.0179443 seconds at DZAI_Krasnostav (spawnBandits)." 20:26:11 "DZAI Debug: Unit O 1-1-M:1 loadout: [["AK74_DZ"],["30Rnd_545x39_AK"]]. Weapongrade 2. Blood: 9095." 20:26:12 "WAI: Invalid Position (Debug)" 20:26:14 "WAI: Invalid Position (Debug)" 20:26:16 "WAI: Invalid Position (Debug)" 20:26:17 Server: Object 5:122 not found (message 70) 20:26:17 "WAI: Invalid Position (Debug)" 20:26:18 "Whitelash (76561198067248626) sold 36x PartOreGold from vehicle at trader city Bash for 36,000 Coins" 20:26:18 "DZAI Debug: Deleting dynamic group O 1-2-I." 20:26:19 "WAI: Invalid Position (Debug)" 20:26:19 "WAI: 76 Active ground units" 20:26:19 "WAI: 3 Active emplacement units" 20:26:19 "WAI: 0 Active chopper patrol units (Crew)" 20:26:19 "WAI: 0 Active vehicle patrol units (Crew)" 20:26:20 "WAI: Invalid Position (Debug)" 20:26:22 "WAI: Invalid Position (Debug)" 20:26:25 "WAI: Invalid Position (Debug)" 20:26:26 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.373684.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:26:26 "WAI: Invalid Position (Debug)" 20:26:28 "WAI: Invalid Position (Debug)" 20:26:30 "WAI: Invalid Position (Debug)" 20:26:30 Server: Object 5:124 not found (message 94) 20:26:32 "WAI: Invalid Position (Debug)" 20:26:33 "WAI: Invalid Position (Debug)" 20:26:34 "WAI: Invalid Position (Debug)" 20:26:36 "WAI: Invalid Position (Debug)" 20:26:38 "WAI: Invalid Position (Debug)" 20:26:39 "WAI: Invalid Position (Debug)" 20:26:40 "WAI: Invalid Position (Debug)" 20:26:42 "WAI: Invalid Position (Debug)" 20:26:44 "WAI: Invalid Position (Debug)" 20:26:47 "WAI: Invalid Position (Debug)" 20:26:48 "WAI: Invalid Position (Water)" 20:26:51 "WAI: Invalid Position (Debug)" 20:26:52 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.523472.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:26:53 "WAI: Invalid Position (Debug)" 20:26:55 "WAI: Invalid Position (Debug)" 20:26:57 "WAI: Invalid Position (Debug)" 20:26:58 "WAI: Invalid Position (Debug)" 20:27:00 "WAI: Invalid Position (Debug)" 20:27:01 "WAI: Invalid Position (Debug)" 20:27:03 "WAI DEBUG: FINDPOS: Checking nearby mission markers: ["DZMSMajMarker","DZMSMinMarker","DZMSBMajMarker","DZMSBMinMarker","MainBandit0","MainHero1","MainBandit2"]" 20:27:03 "WAI DEBUG: FINDPOS: Checking nearby trader markers: ["Tradercitystary","wholesaleSouth","boatTraderEast","BoatDealerSouth","AirVehicles","BanditDen","Klen","BoatDealerEast","TradercityBash","HeroTrader"]" 20:27:03 "WAI: Invalid Position (Marker: "Tradercitystary")" 20:27:05 "WAI: Invalid Position (Debug)" 20:27:08 "WAI: Invalid Position (Debug)" 20:27:09 "WAI: Invalid Position (Debug)" 20:27:12 "WAI: Invalid Position (Debug)" 20:27:13 "WAI: Invalid Position (Debug)" 20:27:17 "WAI: Invalid Position (Debug)" 20:27:18 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.575551.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:27:19 "WAI: Invalid Position (Debug)" 20:27:20 "WAI: 76 Active ground units" 20:27:20 "WAI: 3 Active emplacement units" 20:27:20 "WAI: 0 Active chopper patrol units (Crew)" 20:27:20 "WAI: 0 Active vehicle patrol units (Crew)" 20:27:22 "WAI: Invalid Position (Debug)" 20:27:24 "WAI: Invalid Position (Debug)" 20:27:25 "DZAI Debug: Despawned AI units at DZAI_NWAF6. Reset trigger's group array to: [O 1-2-G]." 20:27:27 "WAI: Invalid Position (Debug)" 20:27:29 "WAI: Invalid Position (Debug)" 20:27:29 "DZAI Debug: Created dynamic trigger at 040036. Target player: Whitelash." 20:27:30 "WAI: Invalid Position (Debug)" 20:27:32 "WAI: Invalid Position (Debug)" 20:27:33 "WAI: Invalid Position (Debug)" 20:27:34 "DZAI Debug: Spawned 1 new AI groups of 3 units each in 0.0739746 seconds at 040036 using behavior mode PATROLLING. Distance from target: 168.924 meters." 20:27:34 "DZAI Debug: Unit O 1-2-I:1 loadout: [["DMR_DZ"],["20Rnd_762x51_DMR"]]. Weapongrade 1. Blood: 8401.62." 20:27:34 "DZAI Debug: Unit O 1-2-I:2 loadout: [["M16A2_GL_DZ"],["30Rnd_556x45_Stanag"]]. Weapongrade 1. Blood: 9703.42." 20:27:34 "DZAI Debug: Unit O 1-2-I:3 loadout: [["M16A2_GL_DZ"],["30Rnd_556x45_Stanag"]]. Weapongrade 1. Blood: 8139.87." 20:27:34 "DZAI Debug: Dynamic spawn manager is sleeping for 328.754 seconds." 20:27:38 "WAI: Invalid Position (Debug)" 20:27:40 "WAI: Invalid Position (Debug)" 20:27:41 "WAI: Invalid Position (Debug)" 20:27:44 "WAI: Invalid Position (Debug)" 20:27:45 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.561088.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:27:46 "WAI: Invalid Position (Debug)" 20:27:47 "WAI: Invalid Position (Debug)" 20:27:49 "WAI: Invalid Position (Debug)" 20:27:50 "WAI: Invalid Position (Debug)" 20:27:52 "WAI: Invalid Position (Debug)" 20:27:53 "WAI: Invalid Position (Debug)" 20:27:56 "WAI: Invalid Position (Debug)" 20:27:57 "WAI: Invalid Position (Debug)" 20:28:00 "WAI: Invalid Position (Debug)" 20:28:03 "WAI: Invalid Position (Debug)" 20:28:05 "WAI: Invalid Position (Debug)" 20:28:06 "WAI: Invalid Position (Debug)" 20:28:07 "WAI: Invalid Position (Debug)" 20:28:09 "WAI: Invalid Position (Debug)" 20:28:10 "WAI: Invalid Position (Debug)" 20:28:12 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.440130.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:28:12 "WAI: Invalid Position (Debug)" 20:28:14 "WAI: Invalid Position (Debug)" 20:28:18 "WAI: Invalid Position (Debug)" 20:28:19 "WAI: Invalid Position (Debug)" 20:28:21 "WAI: 76 Active ground units" 20:28:21 "WAI: 3 Active emplacement units" 20:28:21 "WAI: 0 Active chopper patrol units (Crew)" 20:28:21 "WAI: 0 Active vehicle patrol units (Crew)" 20:28:21 "WAI: Invalid Position (Debug)" 20:28:22 "WAI: Invalid Position (Debug)" 20:28:23 "WAI: Invalid Position (Debug)" 20:28:25 "WAI: Invalid Position (Debug)" 20:28:26 "WAI: Invalid Position (Debug)" 20:28:27 Server: Object 5:130 not found (message 94) 20:28:27 "PURCHASE: Whitelash (76561198067248626) purchased HMMWV_Ambulance @040036 [4037.26,11673.5,0.00289917]" 20:28:27 Server: Object 5:131 not found (message 70) 20:28:28 "Whitelash (76561198067248626) purchased 1x HMMWV_Ambulance into gear at trader city Bash for 40,000 Coins" 20:28:28 "WAI: Invalid Position (Debug)" 20:28:30 "WAI: Invalid Position (Debug)" 20:28:32 "WAI: Invalid Position (Debug)" 20:28:35 "WAI: Invalid Position (Debug)" 20:28:36 "WAI: Invalid Position (Debug)" 20:28:39 "WAI: Invalid Position (Debug)" 20:28:40 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.125772.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:28:42 "WAI: Invalid Position (Debug)" 20:28:44 "WAI: Invalid Position (Debug)" 20:28:45 "WAI: Invalid Position (Debug)" 20:28:46 "WAI: Invalid Position (Debug)" 20:28:49 "WAI: Invalid Position (Debug)" 20:28:51 "WAI: Invalid Position (Debug)" 20:28:53 "WAI: Invalid Position (Debug)" 20:28:55 "WAI: Invalid Position (Debug)" 20:28:58 "WAI: Invalid Position (Debug)" 20:28:59 "WAI: Invalid Position (Debug)" 20:29:00 "WAI: Invalid Position (Debug)" 20:29:03 "WAI: Invalid Position (Debug)" 20:29:04 "WAI: Invalid Position (Debug)" 20:29:07 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.082738.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:29:08 "WAI: Invalid Position (Debug)" 20:29:10 "WAI: Invalid Position (Debug)" 20:29:11 "WAI: Invalid Position (Debug)" 20:29:12 "WAI: Invalid Position (Debug)" 20:29:14 "WAI: Invalid Position (Debug)" 20:29:16 "WAI: Invalid Position (Debug)" 20:29:19 "WAI: Invalid Position (Debug)" 20:29:22 "WAI: 76 Active ground units" 20:29:22 "WAI: 3 Active emplacement units" 20:29:22 "WAI: 0 Active chopper patrol units (Crew)" 20:29:22 "WAI: 0 Active vehicle patrol units (Crew)" 20:29:22 "WAI: Invalid Position (Debug)" 20:29:23 "WAI: Invalid Position (Debug)" 20:29:25 "WAI: Invalid Position (Debug)" 20:29:27 "WAI: Invalid Position (Debug)" 20:29:29 "WAI: Invalid Position (Debug)" 20:29:30 "WAI: Invalid Position (Debug)" 20:29:33 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.181132.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:29:34 "WAI: Invalid Position (Debug)" 20:29:39 "DZAI Debug: Spawn area DZAI_Kabanino has already been despawned. Cleaning up group O 1-2-A." 20:29:39 "WAI: Invalid Position (Debug)" 20:29:40 "WAI: Invalid Position (Debug)" 20:29:43 "WAI: Invalid Position (Debug)" 20:29:44 "SERVER FPS: 13 PLAYERS: 3" 20:29:44 "DZAI Debug: 3 groups left in respawn queue. Next group is scheduled to respawn in 135.941 seconds." 20:29:44 "WAI: Invalid Position (Debug)" 20:29:45 "WAI: Invalid Position (Debug)" 20:29:48 "WAI: Invalid Position (Debug)" 20:29:49 "WAI: Invalid Position (Debug)" 20:29:50 "WAI: Invalid Position (Debug)" 20:29:52 "WAI: Invalid Position (Debug)" 20:29:53 "WAI: Invalid Position (Debug)" 20:29:54 ["z\addons\dayz_server\system\scheduler\sched_sync.sqf","TIME SYNC: Local Time set to:",[2012,8,2,16,29],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,2,22,16,29]] 20:29:54 "WAI: Invalid Position (Debug)" 20:29:56 "WAI: Invalid Position (Debug)" 20:29:57 "WAI: Invalid Position (Debug)" 20:29:59 "WAI: Invalid Position (Debug)" 20:30:00 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.405790.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:30:01 "WAI: Invalid Position (Debug)" 20:30:03 "WAI: Invalid Position (Debug)" 20:30:05 "WAI: Invalid Position (Debug)" 20:30:06 "WAI: Invalid Position (Debug)" 20:30:07 "WAI: Invalid Position (Debug)" 20:30:11 "WAI: Invalid Position (Debug)" 20:30:12 "WAI: Invalid Position (Debug)" 20:30:15 "WAI: Invalid Position (Debug)" 20:30:16 "WAI: Invalid Position (Debug)" 20:30:18 "WAI: Invalid Position (Debug)" 20:30:19 "WAI: Invalid Position (Debug)" 20:30:21 "WAI: Invalid Position (Debug)" 20:30:23 "WAI: 76 Active ground units" 20:30:23 "WAI: 3 Active emplacement units" 20:30:23 "WAI: 0 Active chopper patrol units (Crew)" 20:30:23 "WAI: 0 Active vehicle patrol units (Crew)" 20:30:24 "WAI: Invalid Position (Debug)" 20:30:26 "WAI: Invalid Position (Debug)" 20:30:27 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.539369.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:30:28 "WAI: Invalid Position (Debug)" 20:30:28 Server: Object 5:134 not found (message 94) 20:30:29 "DELETE: Whitelash (76561198067248626) deleted HMMWV_Ambulance with ID: 2189 @040036 [4039.87,11669.7,0.0015564]" 20:30:29 "Whitelash (76561198067248626) sold 1x HMMWV_Ambulance from gear at trader city Bash for 20,000 Coins" 20:30:30 "WAI: Invalid Position (Debug)" 20:30:30 "DZAI Monitor :: Server Uptime: 0:33:14. Active AI Groups: 4." 20:30:30 "DZAI Monitor :: Static Spawns: 2. Respawn Queue: 3 groups queued." 20:30:30 "DZAI Monitor :: Dynamic Spawns: 1. Random Spawns: 1. Air Patrols: 0. Land Patrols: 0." 20:30:31 "DZAI Debug: Attempting to place 2 random spawns on the map..." 20:30:31 "DZAI Debug: Random spawn 1 of 2 placed at [11820.7,4917.74,0] (Retries: 2)." 20:30:31 "WAI: Invalid Position (Debug)" 20:30:33 "WAI: Invalid Position (Debug)" 20:30:34 "DZAI Debug: Random spawn 2 of 2 placed at [3629.9,10093.8,0] (Retries: 1)." 20:30:35 "WAI: Invalid Position (Debug)" 20:30:36 "WAI: Invalid Position (Debug)" 20:30:41 "WAI: Invalid Position (Debug)" 20:30:42 "WAI: Invalid Position (Debug)" 20:30:44 "WAI: Invalid Position (Debug)" 20:30:45 "WAI: Invalid Position (Debug)" 20:30:47 "WAI: Invalid Position (Debug)" 20:30:49 "WAI: Invalid Position (Debug)" 20:30:50 "WAI: Invalid Position (Debug)" 20:30:54 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.565995.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:30:55 "WAI: Invalid Position (Debug)" 20:30:56 "WAI: Invalid Position (Debug)" 20:30:58 "WAI: Invalid Position (Debug)" 20:30:59 "WAI: Invalid Position (Debug)" 20:31:01 "WAI: Invalid Position (Debug)" 20:31:02 "WAI: Invalid Position (Debug)" 20:31:03 "WAI: Invalid Position (Debug)" 20:31:05 "WAI: Invalid Position (Debug)" 20:31:07 "WAI: Invalid Position (Debug)" 20:31:10 "WAI: Invalid Position (Debug)" 20:31:11 "WAI: Invalid Position (Debug)" 20:31:13 "WAI: Invalid Position (Debug)" 20:31:14 "WAI: Invalid Position (Debug)" 20:31:15 "WAI: Invalid Position (Debug)" 20:31:17 "WAI: Invalid Position (Debug)" 20:31:18 "WAI: Invalid Position (Debug)" 20:31:20 "WAI: Invalid Position (Debug)" 20:31:21 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.484061.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:31:22 "WAI: Invalid Position (Debug)" 20:31:23 "WAI: Invalid Position (Debug)" 20:31:24 "WAI: 76 Active ground units" 20:31:24 "WAI: 3 Active emplacement units" 20:31:24 "WAI: 0 Active chopper patrol units (Crew)" 20:31:24 "WAI: 0 Active vehicle patrol units (Crew)" 20:31:25 "WAI: Invalid Position (Debug)" 20:31:26 "WAI: Invalid Position (Debug)" 20:31:28 "WAI: Invalid Position (Debug)" 20:31:29 "WAI: Invalid Position (Debug)" 20:31:30 "WAI: Invalid Position (Debug)" 20:31:31 "WAI: Invalid Position (Debug)" 20:31:33 "WAI: Invalid Position (Debug)" 20:31:35 "WAI: Invalid Position (Debug)" 20:31:37 "WAI: Invalid Position (Debug)" 20:31:38 "WAI: Invalid Position (Debug)" 20:31:40 "WAI: Invalid Position (Debug)" 20:31:41 "WAI: Invalid Position (Debug)" 20:31:43 "WAI: Invalid Position (Debug)" 20:31:45 "WAI: Invalid Position (Debug)" 20:31:46 "WAI: Invalid Position (Debug)" 20:31:47 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.308994.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:31:47 "WAI: Invalid Position (Debug)" 20:31:49 "WAI: Invalid Position (Debug)" 20:31:50 "WAI: Invalid Position (Debug)" 20:31:52 "WAI: Invalid Position (Debug)" 20:31:54 "WAI: Invalid Position (Debug)" 20:31:55 "WAI: Invalid Position (Debug)" 20:31:57 "WAI: Invalid Position (Debug)" 20:31:58 "WAI: Invalid Position (Debug)" 20:32:00 "WAI: Invalid Position (Debug)" 20:32:01 "DZAI Debug: Spawn area DZAI_NWAF3 has already been despawned. Cleaning up group O 1-2-H." 20:32:01 "WAI: Invalid Position (Debug)" 20:32:03 "WAI: Invalid Position (Debug)" 20:32:04 "WAI: Invalid Position (Debug)" 20:32:06 "WAI: Invalid Position (Debug)" 20:32:06 "DZAI Debug: 2 groups left in respawn queue. Next group is scheduled to respawn in 183.358 seconds." 20:32:07 "WAI: Invalid Position (Debug)" 20:32:09 "WAI: Invalid Position (Debug)" 20:32:10 "WAI: Invalid Position (Debug)" 20:32:11 "DZAI Debug: Processed static trigger spawn data in 0.000976563 seconds (spawnBandits)." 20:32:12 "WAI: Invalid Position (Debug)" 20:32:13 "WAI: Invalid Position (Debug)" 20:32:13 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.194925.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:32:15 "WAI: Invalid Position (Debug)" 20:32:16 "WAI: Invalid Position (Debug)" 20:32:18 "WAI: Invalid Position (Debug)" 20:32:20 "WAI: Invalid Position (Debug)" 20:32:22 "WAI: Invalid Position (Debug)" 20:32:24 "WAI: Invalid Position (Debug)" 20:32:24 "WAI: 76 Active ground units" 20:32:24 "WAI: 3 Active emplacement units" 20:32:24 "WAI: 0 Active chopper patrol units (Crew)" 20:32:24 "WAI: 0 Active vehicle patrol units (Crew)" 20:32:25 "WAI: Invalid Position (Debug)" 20:32:26 "WAI: Invalid Position (Debug)" 20:32:27 "WAI: Invalid Position (Debug)" 20:32:28 "WAI: Invalid Position (Debug)" 20:32:30 "WAI: Invalid Position (Debug)" 20:32:30 "DZAI Debug: Added group O 1-2-A to respawn queue. Queue position 3. Wait Time 1138.65 (respawnHandler)" 20:32:30 "DZAI Debug: Spawned 1 new AI groups (0 units total) in 0.00292969 seconds at DZAI_NWAF5 (spawnBandits)." 20:32:31 "WAI: Invalid Position (Debug)" 20:32:33 "WAI: Invalid Position (Debug)" 20:32:35 "WAI: Invalid Position (Debug)" 20:32:37 "WAI: Invalid Position (Debug)" 20:32:39 "WAI: Invalid Position (Debug)" 20:32:40 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.066705.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:32:40 "WAI: Invalid Position (Debug)" 20:32:43 "WAI: Invalid Position (Debug)" 20:32:44 "WAI: Invalid Position (Debug)" 20:32:45 "WAI: Invalid Position (Debug)" 20:32:48 "WAI: Invalid Position (Debug)" 20:32:49 "WAI: Invalid Position (Debug)" 20:32:50 "WAI: Invalid Position (Debug)" 20:32:52 "WAI: Invalid Position (Debug)" 20:32:54 "[CASCA CONVOY] Initialized Spawn! 2" 20:32:54 "WAI: Invalid Position (Debug)" 20:32:54 Error in expression <ot1,ceil (_crewCount/_lootCutter)] call donn_selectLoot); _gunnerPos = 0; for > 20:32:54 Error position: <donn_selectLoot); _gunnerPos = 0; for > 20:32:54 Error Undefined variable in expression: donn_selectloot 20:32:54 File mpmissions\__cur_mp.chernarus\scripts\andre_convoy\andre_convoy.sqf, line 410 20:32:56 "WAI: Invalid Position (Debug)" 20:32:58 "WAI DEBUG: FINDPOS: Checking nearby mission markers: ["DZMSMajMarker","DZMSMinMarker","DZMSBMajMarker","DZMSBMinMarker","MainBandit0","MainHero1","MainBandit2"]" 20:32:58 "WAI DEBUG: FINDPOS: Checking nearby trader markers: ["Tradercitystary","wholesaleSouth","boatTraderEast","BoatDealerSouth","AirVehicles","BanditDen","Klen","BoatDealerEast","TradercityBash","HeroTrader"]" 20:32:58 "WAI: Invalid Position (Marker: "Tradercitystary")" 20:32:59 "WAI: Invalid Position (Debug)" 20:33:02 "WAI: Invalid Position (Debug)" 20:33:03 Error in expression <ot1,ceil (_crewCount/_lootCutter)] call donn_selectLoot); _gunnerPos = 0; for > 20:33:03 Error position: <donn_selectLoot); _gunnerPos = 0; for > 20:33:03 Error Undefined variable in expression: donn_selectloot 20:33:03 File mpmissions\__cur_mp.chernarus\scripts\andre_convoy\andre_convoy.sqf, line 410 20:33:03 "WAI: Invalid Position (Debug)" 20:33:03 Warning Message: No entry 'bin\config.bin/CfgWeapons.G36C_camo_DZ'. 20:33:03 Warning Message: No entry '.scope'. 20:33:03 Warning Message: '/' is not a value 20:33:03 Warning Message: Error: creating weapon G36C_camo_DZ with scope=private 20:33:03 Warning Message: No entry '.displayName'. 20:33:03 Warning Message: '/' is not a value 20:33:03 Warning Message: No entry '.nameSound'. 20:33:03 Warning Message: '/' is not a value 20:33:03 Warning Message: No entry '.type'. 20:33:03 Warning Message: '/' is not a value 20:33:03 Warning Message: No entry '.picture'. 20:33:03 Warning Message: '/' is not a value 20:33:03 Warning Message: No entry '.Library'. 20:33:03 Warning Message: No entry '.libTextDesc'. 20:33:03 Warning Message: '/' is not a value 20:33:03 Warning Message: No entry '.model'. 20:33:03 Warning Message: '/' is not a value 20:33:03 Warning Message: No entry '.simulation'. 20:33:03 Warning Message: '/' is not a value 20:33:03 Warning Message: No entry '.fireLightDuration'. 20:33:03 Warning Message: '/' is not a value 20:33:03 Warning Message: No entry '.fireLightIntensity'. 20:33:03 Warning Message: '/' is not a value 20:33:03 Warning Message: No entry '.weaponLockDelay'. 20:33:03 Warning Message: '/' is not a value 20:33:03 Warning Message: No entry '.weaponLockSystem'. 20:33:03 Warning Message: '/' is not a value 20:33:03 Warning Message: No entry '.cmImmunity'. 20:33:03 Warning Message: '/' is not a value 20:33:03 Warning Message: No entry '.lockingTargetSound'. 20:33:03 Warning Message: Size: '/' not an array 20:33:03 Warning Message: No entry '.lockedTargetSound'. 20:33:03 Warning Message: Size: '/' not an array 20:33:03 Warning Message: No entry '.muzzles'. 20:33:03 Warning Message: Size: '/' not an array 20:33:03 No owner 20:33:03 No owner 20:33:04 "WAI: Invalid Position (Debug)" 20:33:07 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.076405.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:33:07 "DZAI Debug: Dynamic spawn manager is sleeping for 395.506 seconds." 20:33:07 "WAI: Invalid Position (Debug)" 20:33:10 "WAI: Invalid Position (Debug)" 20:33:12 "WAI: Invalid Position (Debug)" 20:33:14 "WAI: Invalid Position (Debug)" 20:33:15 "WAI: Invalid Position (Debug)" 20:33:16 Error in expression <ot1,ceil (_crewCount/_lootCutter)] call donn_selectLoot); _gunnerPos = 0; for > 20:33:16 Error position: <donn_selectLoot); _gunnerPos = 0; for > 20:33:16 Error Undefined variable in expression: donn_selectloot 20:33:16 File mpmissions\__cur_mp.chernarus\scripts\andre_convoy\andre_convoy.sqf, line 410 20:33:16 "WAI: Invalid Position (Debug)" 20:33:18 "WAI: Invalid Position (Debug)" 20:33:21 "WAI: Invalid Position (Debug)" 20:33:25 "WAI: 76 Active ground units" 20:33:25 "WAI: 3 Active emplacement units" 20:33:25 "WAI: 0 Active chopper patrol units (Crew)" 20:33:25 "WAI: 0 Active vehicle patrol units (Crew)" 20:33:25 "WAI: Invalid Position (Debug)" 20:33:28 "WAI: Invalid Position (Debug)" 20:33:30 "WAI: Invalid Position (Debug)" 20:33:31 "WAI: Invalid Position (Debug)" 20:33:32 Error in expression <; [_spawn select 0,_rosa_group,_speed,donn_wps] call donn_makeroute; sleep _> 20:33:32 Error position: <donn_wps] call donn_makeroute; sleep _> 20:33:32 Error Undefined variable in expression: donn_wps 20:33:32 File mpmissions\__cur_mp.chernarus\scripts\andre_convoy\andre_convoy.sqf, line 527 20:33:32 "WAI: Invalid Position (Debug)" 20:33:32 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.112553.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:33:37 "WAI: Invalid Position (Debug)" 20:33:38 "WAI: Invalid Position (Debug)" 20:33:39 "WAI: Invalid Position (Debug)" 20:33:40 "WAI: Invalid Position (Debug)" 20:33:41 "WAI: Invalid Position (Debug)" 20:33:42 "WAI: Invalid Position (Debug)" 20:33:44 "WAI: Invalid Position (Debug)" 20:33:45 "WAI: Invalid Position (Debug)" 20:33:48 "WAI: Invalid Position (Debug)" 20:33:50 "WAI: Invalid Position (Debug)" 20:33:51 "WAI: Invalid Position (Debug)" 20:33:53 "WAI: Invalid Position (Debug)" 20:33:55 "WAI: Invalid Position (Debug)" 20:33:56 "WAI: Invalid Position (Debug)" 20:33:57 "WAI: Invalid Position (Debug)" 20:33:59 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.221899.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:33:59 "WAI: Invalid Position (Debug)" 20:34:00 "WAI: Invalid Position (Debug)" 20:34:02 "WAI: Invalid Position (Debug)" 20:34:05 "WAI: Invalid Position (Debug)" 20:34:07 "WAI: Invalid Position (Debug)" 20:34:08 "WAI: Invalid Position (Debug)" 20:34:10 "WAI: Invalid Position (Debug)" 20:34:12 "WAI: Invalid Position (Debug)" 20:34:13 "WAI: Invalid Position (Debug)" 20:34:14 "WAI: Invalid Position (Debug)" 20:34:16 "WAI: Invalid Position (Debug)" 20:34:17 "WAI: Invalid Position (Debug)" 20:34:17 "infiSTAR.de PVAH_WriteLog: B 1-1-B:1 (Vladick) REMOTE Vladick Spectating Beast" 20:34:19 "WAI: Invalid Position (Debug)" 20:34:20 "WAI: Invalid Position (Debug)" 20:34:21 "WAI: Invalid Position (Debug)" 20:34:22 "WAI: Invalid Position (Debug)" 20:34:25 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.341791.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:34:25 "WAI: Invalid Position (Debug)" 20:34:26 "WAI: 76 Active ground units" 20:34:26 "WAI: 3 Active emplacement units" 20:34:26 "WAI: 0 Active chopper patrol units (Crew)" 20:34:26 "WAI: 0 Active vehicle patrol units (Crew)" 20:34:26 "WAI: Invalid Position (Debug)" 20:34:28 "WAI: Invalid Position (Debug)" 20:34:29 "WAI: Invalid Position (Debug)" 20:34:30 "DZAI Debug: Processed static trigger spawn data in 0.000976563 seconds (spawnBandits)." 20:34:31 "WAI: Invalid Position (Debug)" 20:34:33 "WAI: Invalid Position (Debug)" 20:34:34 "WAI: Invalid Position (Debug)" 20:34:35 "WAI: Invalid Position (Debug)" 20:34:37 "WAI: Invalid Position (Debug)" 20:34:38 "WAI: Invalid Position (Debug)" 20:34:40 "WAI: Invalid Position (Debug)" 20:34:41 "WAI: Invalid Position (Debug)" 20:34:43 "WAI: Invalid Position (Debug)" 20:34:45 "WAI: Invalid Position (Debug)" 20:34:45 "DZAI Debug: Added group O 1-2-I to respawn queue. Queue position 4. Wait Time 1074.77 (respawnHandler)" 20:34:45 "DZAI Debug: Spawned 1 new AI groups (0 units total) in 0.00195313 seconds at DZAI_NEAF (spawnBandits)." 20:34:48 "WAI: Invalid Position (Debug)" 20:34:49 "WAI: Invalid Position (Debug)" 20:34:50 "WAI: Invalid Position (Debug)" 20:34:51 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.487097.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:34:53 "WAI: Invalid Position (Debug)" 20:34:54 "WAI: Invalid Position (Debug)" 20:34:56 "WAI: Invalid Position (Debug)" 20:34:57 "WAI: Invalid Position (Debug)" 20:34:58 "WAI: Invalid Position (Debug)" 20:34:59 "WAI: Invalid Position (Debug)" 20:35:01 "RUNNING EVENT: animated_crash_spawner on [2018,2,22,16,35]" 20:35:01 "WAI: Invalid Position (Debug)" 20:35:01 "CRASHSPAWNER: 100% chance to start a crashing Ka-52 (black)" 20:35:01 "CRASHSPAWNER: Ka-52 (black) started flying from [14736,2500] to [5664.9,8384.67,0] NOW!(TIME:2086)" 20:35:05 "WAI: Invalid Position (Debug)" 20:35:06 "WAI: Invalid Position (Debug)" 20:35:08 "WAI: Invalid Position (Debug)" 20:35:10 "WAI: Invalid Position (Debug)" 20:35:11 "WAI: Invalid Position (Debug)" 20:35:13 "WAI: Invalid Position (Debug)" 20:35:13 "DZAI Debug: 3 AI units respawned for group O 1-1-L (weapongrade 0) at DZAI_Polana in 2.87305 seconds (respawnBandits)." 20:35:14 "DZAI Debug: Unit O 1-1-L:2 loadout: [["Winchester1866_DZ"],["15Rnd_W1866_Slug"]]. Weapongrade 0. Blood: 9202.54." 20:35:14 "DZAI Debug: Unit O 1-1-L:3 loadout: [["LeeEnfield_DZ"],["10Rnd_303British"]]. Weapongrade 0. Blood: 8088.54." 20:35:14 "DZAI Debug: Unit O 1-1-L:4 loadout: [["LeeEnfield_DZ"],["10Rnd_303British"]]. Weapongrade 0. Blood: 9950.87." 20:35:14 "WAI: Invalid Position (Debug)" 20:35:17 "WAI: Invalid Position (Debug)" 20:35:17 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.536391.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:35:19 "DZAI Debug: 3 groups left in respawn queue. Next group is scheduled to respawn in 262.12 seconds." 20:35:20 "WAI: Invalid Position (Debug)" 20:35:21 "WAI: Invalid Position (Debug)" 20:35:23 "WAI: Invalid Position (Debug)" 20:35:24 "WAI: Invalid Position (Debug)" 20:35:25 "WAI: Invalid Position (Debug)" 20:35:26 "WAI: 76 Active ground units" 20:35:26 "WAI: 3 Active emplacement units" 20:35:26 "WAI: 0 Active chopper patrol units (Crew)" 20:35:26 "WAI: 0 Active vehicle patrol units (Crew)" 20:35:27 "WAI: Invalid Position (Debug)" 20:35:28 "WAI: Invalid Position (Debug)" 20:35:30 "WAI: Invalid Position (Debug)" 20:35:31 "WAI: Invalid Position (Debug)" 20:35:34 "WAI: Invalid Position (Debug)" 20:35:34 "DZAI Monitor :: Server Uptime: 0:38:18. Active AI Groups: 5." 20:35:34 "DZAI Monitor :: Static Spawns: 4. Respawn Queue: 3 groups queued." 20:35:34 "DZAI Monitor :: Dynamic Spawns: 0. Random Spawns: 3. Air Patrols: 0. Land Patrols: 0." 20:35:35 "WAI: Invalid Position (Debug)" 20:35:36 "WAI: Invalid Position (Debug)" 20:35:37 "WAI: Invalid Position (Debug)" 20:35:39 "WAI: Invalid Position (Debug)" 20:35:41 "WAI: Invalid Position (Debug)" 20:35:42 "WAI: Invalid Position (Debug)" 20:35:43 "WAI: Invalid Position (Debug)" 20:35:44 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.538920.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:35:45 "WAI: Invalid Position (Debug)" 20:35:46 "SERVER FPS: 12 PLAYERS: 3" 20:35:46 "WAI: Invalid Position (Debug)" 20:35:48 "WAI: Invalid Position (Debug)" 20:35:49 "WAI: Invalid Position (Debug)" 20:35:51 "WAI: Invalid Position (Debug)" 20:35:52 "DZAI Debug: Despawned AI units at DZAI_NWAF5. Reset trigger's group array to: [O 1-2-A]." 20:35:52 "WAI: Invalid Position (Debug)" 20:35:53 "WAI: [Mission:[Hero] Disabled Convoy]: Ended at [9442.73,12861.2,0]" 20:35:54 "WAI: Invalid Position (Debug)" 20:35:56 "WAI: Invalid Position (Debug)" 20:35:58 "WAI: Invalid Position (Debug)" 20:35:59 "WAI: Invalid Position (Debug)" 20:36:00 "WAI: Invalid Position (Debug)" 20:36:02 "WAI: Invalid Position (Debug)" 20:36:03 "DZAI Debug: Processed static trigger spawn data in 0.00488281 seconds (spawnBandits)." 20:36:04 "WAI: Invalid Position (Debug)" 20:36:05 "WAI: Invalid Position (Debug)" 20:36:07 "WAI: Invalid Position (Debug)" 20:36:08 "WAI: Invalid Position (Debug)" 20:36:09 "WAI: Invalid Position (Debug)" 20:36:11 "WAI: Invalid Position (Debug)" 20:36:11 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.417777.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:36:12 "WAI: Invalid Position (Debug)" 20:36:13 "WAI: Invalid Position (Debug)" 20:36:14 "WAI: Invalid Position (Debug)" 20:36:15 "WAI: Invalid Position (Debug)" 20:36:16 "WAI: Invalid Position (Debug)" 20:36:18 "WAI: Invalid Position (Debug)" 20:36:19 "DZAI Debug: Spawned 1 new AI groups (3 units total) in 0.0449219 seconds at DZAI_Grishino (spawnBandits)." 20:36:19 "WAI: Invalid Position (Debug)" 20:36:19 "DZAI Debug: Unit O 1-2-K:1 loadout: [["LeeEnfield_DZ"],["10Rnd_303British"]]. Weapongrade 0. Blood: 8878.3." 20:36:19 "DZAI Debug: Unit O 1-2-K:2 loadout: [["Winchester1866_DZ"],["15Rnd_W1866_Slug"]]. Weapongrade 0. Blood: 8249.44." 20:36:19 "DZAI Debug: Unit O 1-2-K:3 loadout: [["LeeEnfield_DZ"],["10Rnd_303British"]]. Weapongrade 0. Blood: 8997.42." 20:36:23 "WAI: Invalid Position (Debug)" 20:36:24 "WAI: Invalid Position (Debug)" 20:36:25 "WAI: Invalid Position (Debug)" 20:36:27 "WAI: Invalid Position (Debug)" 20:36:28 "WAI: 57 Active ground units" 20:36:28 "WAI: 0 Active emplacement units" 20:36:28 "WAI: 0 Active chopper patrol units (Crew)" 20:36:28 "WAI: 0 Active vehicle patrol units (Crew)" 20:36:32 "WAI: Invalid Position (Debug)" 20:36:33 "WAI: Invalid Position (Debug)" 20:36:34 "WAI: Invalid Position (Debug)" 20:36:35 "WAI: Invalid Position (Debug)" 20:36:36 "WAI: Invalid Position (Debug)" 20:36:38 "WAI: Invalid Position (Debug)" 20:36:38 "DZAI Debug: Spawned 1 new AI groups (2 units total) in 0.0461426 seconds at DZAI_NWAF4 (spawnBandits)." 20:36:39 "DZAI Debug: Unit O 1-2-B:1 loadout: [["SA58_DZ"],["30Rnd_762x39_SA58"]]. Weapongrade 2. Blood: 8241.57." 20:36:39 "DZAI Debug: Unit O 1-2-B:2 loadout: [["M4A1_DZ"],["30Rnd_556x45_Stanag"]]. Weapongrade 2. Blood: 9070.49." 20:36:39 "WAI: Invalid Position (Debug)" 20:36:39 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.094269.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:36:42 "WAI: Invalid Position (Debug)" 20:36:44 "WAI: Invalid Position (Debug)" 20:36:45 "WAI: Invalid Position (Debug)" 20:36:47 "WAI: Invalid Position (Debug)" 20:36:48 "WAI: Invalid Position (Debug)" 20:36:49 "WAI: Invalid Position (Debug)" 20:36:49 "DZAI Debug: Processed static trigger spawn data in 0.00292969 seconds (spawnBandits)." 20:36:50 "WAI: Invalid Position (Debug)" 20:36:53 "WAI: Invalid Position (Debug)" 20:36:55 "WAI: Invalid Position (Debug)" 20:36:58 "WAI: Invalid Position (Debug)" 20:36:59 "WAI: Invalid Position (Debug)" 20:37:01 "WAI: Invalid Position (Debug)" 20:37:02 "WAI: Invalid Position (Debug)" 20:37:04 "WAI: Invalid Position (Debug)" 20:37:06 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.056665.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:37:06 "WAI: Invalid Position (Debug)" 20:37:07 "DZAI Debug: Added group O 1-2-C to respawn queue. Queue position 4. Wait Time 943.463 (respawnHandler)" 20:37:07 "DZAI Debug: Spawned 1 new AI groups (0 units total) in 0.00195313 seconds at DZAI_NWAF2 (spawnBandits)." 20:37:08 "WAI: Invalid Position (Debug)" 20:37:09 "WAI: Invalid Position (Debug)" 20:37:13 "WAI: Invalid Position (Debug)" 20:37:16 "WAI: Invalid Position (Debug)" 20:37:17 "WAI: Invalid Position (Debug)" 20:37:19 "WAI: Invalid Position (Debug)" 20:37:21 "WAI: Invalid Position (Debug)" 20:37:22 "WAI: Invalid Position (Debug)" 20:37:24 "WAI: Invalid Position (Debug)" 20:37:26 "WAI: Invalid Position (Debug)" 20:37:27 "WAI: Invalid Position (Debug)" 20:37:29 "WAI: Invalid Position (Debug)" 20:37:29 "WAI: 57 Active ground units" 20:37:29 "WAI: 0 Active emplacement units" 20:37:29 "WAI: 0 Active chopper patrol units (Crew)" 20:37:29 "WAI: 0 Active vehicle patrol units (Crew)" 20:37:30 "WAI: Invalid Position (Debug)" 20:37:32 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.112517.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:37:33 "WAI: Invalid Position (Debug)" 20:37:35 "WAI: Invalid Position (Debug)" 20:37:36 "WAI: Invalid Position (Debug)" 20:37:38 "WAI: Invalid Position (Debug)" 20:37:39 "WAI: Invalid Position (Debug)" 20:37:40 "WAI: Invalid Position (Debug)" 20:37:43 "WAI: Invalid Position (Debug)" 20:37:44 "WAI: Invalid Position (Debug)" 20:37:45 "WAI: Invalid Position (Debug)" 20:37:47 "WAI: Invalid Position (Debug)" 20:37:48 "WAI: Invalid Position (Debug)" 20:37:49 "WAI: Invalid Position (Debug)" 20:37:50 "WAI: Invalid Position (Debug)" 20:37:55 "WAI: Invalid Position (Debug)" 20:37:56 "WAI: Invalid Position (Debug)" 20:37:57 "WAI: Invalid Position (Debug)" 20:37:58 "WAI: Invalid Position (Debug)" 20:37:59 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.194319.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:37:59 "WAI: Invalid Position (Debug)" 20:38:02 "WAI: Invalid Position (Debug)" 20:38:04 "WAI: Invalid Position (Debug)" 20:38:05 "WAI: Invalid Position (Debug)" 20:38:07 "WAI: Invalid Position (Debug)" 20:38:08 "WAI: Invalid Position (Debug)" 20:38:09 "WAI: Invalid Position (Debug)" 20:38:12 "WAI: Invalid Position (Debug)" 20:38:13 "WAI: Invalid Position (Debug)" 20:38:16 "WAI: Invalid Position (Debug)" 20:38:17 "WAI: Invalid Position (Debug)" 20:38:19 "WAI: Invalid Position (Debug)" 20:38:22 "WAI: Invalid Position (Debug)" 20:38:24 "WAI: Invalid Position (Debug)" 20:38:25 "WAI: Invalid Position (Debug)" 20:38:25 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.380649.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:38:26 "WAI: Invalid Position (Debug)" 20:38:28 "WAI: Invalid Position (Debug)" 20:38:29 "WAI: Invalid Position (Debug)" 20:38:30 "WAI: 57 Active ground units" 20:38:30 "WAI: 0 Active emplacement units" 20:38:30 "WAI: 0 Active chopper patrol units (Crew)" 20:38:30 "WAI: 0 Active vehicle patrol units (Crew)" 20:38:31 "WAI: Invalid Position (Debug)" 20:38:32 "WAI: Invalid Position (Debug)" 20:38:34 "WAI: Invalid Position (Debug)" 20:38:38 "WAI: Invalid Position (Debug)" 20:38:41 "WAI: Invalid Position (Debug)" 20:38:42 "WAI: Invalid Position (Debug)" 20:38:43 "WAI: Invalid Position (Debug)" 20:38:44 "WAI: Invalid Position (Debug)" 20:38:46 "WAI: Invalid Position (Debug)" 20:38:47 "WAI: Invalid Position (Debug)" 20:38:49 "DZAI Debug: Despawned AI units at DZAI_Grishino. Reset trigger's group array to: []." 20:38:49 "WAI: Invalid Position (Debug)" 20:38:51 "WAI: Invalid Position (Debug)" 20:38:52 "DZAI Debug: Deleting static group O 1-2-K." 20:38:52 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.511055.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:38:53 "WAI: Invalid Position (Debug)" 20:38:55 "WAI: Invalid Position (Debug)" 20:38:56 "WAI: Invalid Position (Debug)" 20:38:59 "WAI: Invalid Position (Debug)" 20:39:00 "WAI: Invalid Position (Debug)" 20:39:02 "WAI: Invalid Position (Debug)" 20:39:04 "WAI: Invalid Position (Debug)" 20:39:05 "WAI: Invalid Position (Debug)" 20:39:07 "WAI: Invalid Position (Debug)" 20:39:08 "WAI: Invalid Position (Debug)" 20:39:09 "WAI: Invalid Position (Debug)" 20:39:10 "WAI: Invalid Position (Debug)" 20:39:11 "WAI: Invalid Position (Debug)" 20:39:12 "WAI: Invalid Position (Debug)" 20:39:16 "WAI: Invalid Position (Debug)" 20:39:17 "WAI: Invalid Position (Debug)" 20:39:18 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.542951.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:39:19 "WAI: Invalid Position (Debug)" 20:39:20 "WAI: Invalid Position (Debug)" 20:39:22 "WAI: Invalid Position (Debug)" 20:39:25 "WAI: Invalid Position (Debug)" 20:39:26 "WAI: Invalid Position (Debug)" 20:39:28 "WAI: Invalid Position (Debug)" 20:39:29 "WAI: Invalid Position (Debug)" 20:39:31 "WAI: 57 Active ground units" 20:39:31 "WAI: 0 Active emplacement units" 20:39:31 "WAI: 0 Active chopper patrol units (Crew)" 20:39:31 "WAI: 0 Active vehicle patrol units (Crew)" 20:39:31 "WAI: Invalid Position (Debug)" 20:39:33 "WAI: Invalid Position (Debug)" 20:39:35 "WAI: Invalid Position (Debug)" 20:39:36 "WAI: Invalid Position (Debug)" 20:39:38 "WAI: Invalid Position (Debug)" 20:39:39 "WAI: Invalid Position (Debug)" 20:39:40 "WAI: Invalid Position (Debug)" 20:39:42 "WAI: Invalid Position (Debug)" 20:39:42 "DZAI Debug: Spawn area DZAI_NWAF6 has already been despawned. Cleaning up group O 1-2-G." 20:39:44 "WAI: Invalid Position (Debug)" 20:39:44 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.537965.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:39:45 "WAI: Invalid Position (Debug)" 20:39:47 "WAI: Invalid Position (Debug)" 20:39:48 "DZAI Debug: 3 groups left in respawn queue. Next group is scheduled to respawn in 700.745 seconds." 20:39:48 "DZAI Debug: Despawned AI units at DZAI_NWAF2. Reset trigger's group array to: [O 1-2-C]." 20:39:48 "WAI: Invalid Position (Debug)" 20:39:50 "DZAI Debug: Dynamic spawn manager is sleeping for 343.327 seconds." 20:39:51 "WAI: Invalid Position (Debug)" 20:39:53 "WAI: Invalid Position (Debug)" 20:39:56 "WAI: Invalid Position (Debug)" 20:39:57 "WAI: Invalid Position (Debug)" 20:39:58 "WAI: Invalid Position (Debug)" 20:39:59 "WAI: Invalid Position (Debug)" 20:40:01 "WAI: Invalid Position (Debug)" 20:40:02 "WAI: Invalid Position (Debug)" 20:40:04 "WAI: Invalid Position (Debug)" 20:40:06 "WAI: Invalid Position (Debug)" 20:40:07 "WAI: Invalid Position (Debug)" 20:40:08 "WAI: Invalid Position (Debug)" 20:40:10 "WAI: Invalid Position (Debug)" 20:40:10 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.479596.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:40:11 "WAI: Invalid Position (Debug)" 20:40:12 "WAI: Invalid Position (Debug)" 20:40:13 "WAI: Invalid Position (Debug)" 20:40:14 "WAI: Invalid Position (Debug)" 20:40:15 "WAI: Invalid Position (Debug)" 20:40:17 "WAI: Invalid Position (Debug)" 20:40:19 "WAI: Invalid Position (Debug)" 20:40:19 "[SIPTH]: Spawning a crate" 20:40:20 "[SIPTH]: Created Crate at 136124 on Skalisty Island" 20:40:20 "[SIPTH]: Spawning a crate" 20:40:20 "WAI: Invalid Position (Debug)" 20:40:20 "[SIPTH]: Created Crate at 135120 on Skalisty Island" 20:40:20 "[SIPTH]: Spawning a crate" 20:40:21 "[SIPTH]: Created Crate at 133120 on Skalisty Island" 20:40:21 "[SIPTH]: Spawning a crate" 20:40:22 "[SIPTH]: Created Crate at 131120 on Skalisty Island" 20:40:22 "[SIPTH]: Spawning a crate" 20:40:22 "[SIPTH]: Created Crate at 135122 on Skalisty Island" 20:40:23 "WAI: Invalid Position (Debug)" 20:40:25 "WAI: Invalid Position (Debug)" 20:40:26 "WAI: Invalid Position (Debug)" 20:40:27 "WAI: Invalid Position (Debug)" 20:40:29 "WAI: Invalid Position (Debug)" 20:40:30 "WAI: Invalid Position (Debug)" 20:40:31 "WAI: Invalid Position (Debug)" 20:40:32 "WAI: 57 Active ground units" 20:40:32 "WAI: 0 Active emplacement units" 20:40:32 "WAI: 0 Active chopper patrol units (Crew)" 20:40:32 "WAI: 0 Active vehicle patrol units (Crew)" 20:40:33 "WAI: Invalid Position (Debug)" 20:40:34 "WAI: Invalid Position (Debug)" 20:40:36 "WAI: Invalid Position (Debug)" 20:40:37 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.372619.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:40:38 "WAI: Invalid Position (Debug)" 20:40:39 "WAI: Invalid Position (Debug)" 20:40:41 "WAI: Invalid Position (Debug)" 20:40:42 "DZAI Monitor :: Server Uptime: 0:43:26. Active AI Groups: 6." 20:40:42 "DZAI Monitor :: Static Spawns: 4. Respawn Queue: 3 groups queued." 20:40:42 "DZAI Monitor :: Dynamic Spawns: 0. Random Spawns: 3. Air Patrols: 0. Land Patrols: 0." 20:40:43 "WAI: Invalid Position (Debug)" 20:40:44 "WAI: Invalid Position (Debug)" 20:40:47 "WAI: Invalid Position (Debug)" 20:40:48 "WAI: Invalid Position (Debug)" 20:40:49 "WAI: Invalid Position (Debug)" 20:40:51 "WAI: Invalid Position (Debug)" 20:40:52 "WAI: Invalid Position (Debug)" 20:40:53 "CRASHSPAWNER: Ka-52 (black) just crashed at [5783.75,8524.09,-0.113373]!" 20:40:55 "WAI: Invalid Position (Debug)" 20:40:56 "WAI: Invalid Position (Debug)" 20:40:57 "CRASHSPAWNER: Loot spawn at '[5786.69,8518.08,0]' with loot group 'CrashSiteEU'" 20:40:57 "CRASHSPAWNER: Crash completed! Wreck at: [5783.75,8524.09,0] - Runtime: 352 Seconds || Distance from calculated POC: 183 meters" 20:40:58 "DZAI Debug: Despawned AI units at DZAI_NWAF4. Reset trigger's group array to: []." 20:40:58 "WAI: Invalid Position (Debug)" 20:40:59 "WAI: Invalid Position (Debug)" 20:40:59 "DZAI Debug: Deleting static group O 1-2-B." 20:41:01 "WAI: Invalid Position (Debug)" 20:41:02 "WAI: Invalid Position (Debug)" 20:41:03 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.223720.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:41:04 "WAI: Invalid Position (Debug)" 20:41:05 "WAI: Invalid Position (Debug)" 20:41:06 "WAI: Invalid Position (Debug)" 20:41:07 "WAI: Invalid Position (Debug)" 20:41:09 "WAI: Invalid Position (Debug)" 20:41:11 "WAI: Invalid Position (Debug)" 20:41:12 "WAI: Invalid Position (Debug)" 20:41:13 "WAI: Invalid Position (Debug)" 20:41:15 "WAI: Invalid Position (Debug)" 20:41:16 "WAI: Invalid Position (Debug)" 20:41:17 "WAI: Invalid Position (Debug)" 20:41:19 "WAI: Invalid Position (Debug)" 20:41:20 "WAI: Invalid Position (Debug)" 20:41:22 "WAI: Invalid Position (Debug)" 20:41:24 "WAI: Invalid Position (Debug)" 20:41:26 "WAI: Invalid Position (Debug)" 20:41:27 "WAI: Invalid Position (Debug)" 20:41:29 "WAI: Invalid Position (Debug)" 20:41:30 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.093594.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:41:31 "WAI: Invalid Position (Debug)" 20:41:32 "DZAI Debug: Added group O 1-2-B to respawn queue. Queue position 4. Wait Time 1013.31 (respawnHandler)" 20:41:32 "DZAI Debug: Spawned 1 new AI groups (0 units total) in 0.00317383 seconds at DZAI_Kabanino (spawnBandits)." 20:41:32 "CRASHSPAWNER: Crash found by Whitelash, removing the marker" 20:41:32 "WAI: Invalid Position (Debug)" 20:41:33 "WAI: 57 Active ground units" 20:41:33 "WAI: 0 Active emplacement units" 20:41:33 "WAI: 0 Active chopper patrol units (Crew)" 20:41:33 "WAI: 0 Active vehicle patrol units (Crew)" 20:41:34 "WAI: Invalid Position (Debug)" 20:41:36 "WAI: Invalid Position (Debug)" 20:41:37 "WAI: Invalid Position (Debug)" 20:41:39 "WAI: Invalid Position (Debug)" 20:41:41 "WAI: Invalid Position (Debug)" 20:41:42 "WAI: Invalid Position (Debug)" 20:41:43 "WAI: Invalid Position (Debug)" 20:41:44 "WAI: Invalid Position (Debug)" 20:41:46 "WAI: Invalid Position (Debug)" 20:41:47 "SERVER FPS: 15 PLAYERS: 3" 20:41:47 "WAI: Invalid Position (Debug)" 20:41:49 "WAI: Invalid Position (Debug)" 20:41:51 "WAI: Invalid Position (Debug)" 20:41:52 "WAI: Invalid Position (Debug)" 20:41:55 "WAI: Invalid Position (Debug)" 20:41:56 "WAI: Invalid Position (Debug)" 20:41:57 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.047509.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:41:57 "WAI: Invalid Position (Debug)" 20:41:59 "WAI: Invalid Position (Debug)" 20:42:00 "WAI: Invalid Position (Debug)" 20:42:02 "WAI: Invalid Position (Debug)" 20:42:04 "WAI: Invalid Position (Debug)" 20:42:05 "WAI: Invalid Position (Debug)" 20:42:07 "WAI: Invalid Position (Debug)" 20:42:08 "WAI: Invalid Position (Debug)" 20:42:09 "WAI: Invalid Position (Debug)" 20:42:10 "WAI: Invalid Position (Debug)" 20:42:11 "WAI: Invalid Position (Debug)" 20:42:12 "WAI: Invalid Position (Debug)" 20:42:13 "WAI: Invalid Position (Debug)" 20:42:14 "WAI: Invalid Position (Debug)" 20:42:16 "WAI: Invalid Position (Debug)" 20:42:17 "WAI: Invalid Position (Debug)" 20:42:19 "WAI: Invalid Position (Debug)" 20:42:20 "WAI: Invalid Position (Debug)" 20:42:21 "WAI: Invalid Position (Debug)" 20:42:23 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.079601.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:42:23 "WAI: Invalid Position (Debug)" 20:42:24 "WAI: Invalid Position (Debug)" 20:42:25 "WAI: Invalid Position (Debug)" 20:42:26 "WAI: Invalid Position (Debug)" 20:42:28 "WAI: Invalid Position (Debug)" 20:42:29 "WAI: Invalid Position (Debug)" 20:42:30 "WAI: Invalid Position (Debug)" 20:42:32 "WAI: Invalid Position (Debug)" 20:42:33 "WAI: 57 Active ground units" 20:42:34 "WAI: 0 Active emplacement units" 20:42:34 "WAI: 0 Active chopper patrol units (Crew)" 20:42:34 "WAI: 0 Active vehicle patrol units (Crew)" 20:42:34 "WAI: Invalid Position (Debug)" 20:42:35 "WAI: Invalid Position (Debug)" 20:42:36 "WAI: Invalid Position (Debug)" 20:42:38 "WAI: Invalid Position (Debug)" 20:42:39 "WAI: Invalid Position (Debug)" 20:42:40 "WAI: Invalid Position (Debug)" 20:42:42 "WAI: Invalid Position (Debug)" 20:42:43 "DZAI Cleanup: Cleaned up 1 expired temporary blacklist areas." 20:42:43 "WAI: Invalid Position (Debug)" 20:42:44 "DZAI Debug: Attempting to place 1 random spawns on the map..." 20:42:44 "DZAI Debug: Random spawn 1 of 1 placed at [5782.32,3742.59,0] (Retries: 2)." 20:42:45 "WAI: Invalid Position (Debug)" 20:42:46 "WAI: Invalid Position (Debug)" 20:42:47 "WAI: Invalid Position (Debug)" 20:42:49 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.216444.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:42:50 "WAI: Invalid Position (Debug)" 20:42:52 "WAI: Invalid Position (Debug)" 20:42:53 "WAI: Invalid Position (Debug)" 20:42:55 "WAI: Invalid Position (Debug)" 20:42:56 "WAI: Invalid Position (Debug)" 20:42:57 "WAI: Invalid Position (Debug)" 20:43:00 "WAI: Invalid Position (Debug)" 20:43:01 "WAI: Invalid Position (Debug)" 20:43:02 "WAI: Invalid Position (Debug)" 20:43:04 "WAI: Invalid Position (Debug)" 20:43:06 "WAI: Invalid Position (Debug)" 20:43:07 "WAI: Invalid Position (Debug)" 20:43:08 "WAI: Invalid Position (Debug)" 20:43:09 "WAI: Invalid Position (Debug)" 20:43:11 "WAI: Invalid Position (Debug)" 20:43:13 "WAI: Invalid Position (Debug)" 20:43:15 "WAI: Invalid Position (Debug)" 20:43:15 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.295954.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:43:16 "WAI: Invalid Position (Debug)" 20:43:17 "WAI: Invalid Position (Debug)" 20:43:18 "WAI: Invalid Position (Debug)" 20:43:19 "WAI: Invalid Position (Debug)" 20:43:21 "WAI: Invalid Position (Debug)" 20:43:23 "WAI: Invalid Position (Debug)" 20:43:24 "WAI: Invalid Position (Debug)" 20:43:26 "WAI: Invalid Position (Debug)" 20:43:27 "WAI: Invalid Position (Debug)" 20:43:28 "WAI: Invalid Position (Debug)" 20:43:30 "WAI: Invalid Position (Debug)" 20:43:32 "WAI: Invalid Position (Debug)" 20:43:34 "WAI: Invalid Position (Debug)" 20:43:35 "WAI: 57 Active ground units" 20:43:35 "WAI: 0 Active emplacement units" 20:43:35 "WAI: 0 Active chopper patrol units (Crew)" 20:43:35 "WAI: 0 Active vehicle patrol units (Crew)" 20:43:35 "WAI: Invalid Position (Debug)" 20:43:37 "WAI: Invalid Position (Debug)" 20:43:38 "WAI: Invalid Position (Debug)" 20:43:40 "WAI: Invalid Position (Debug)" 20:43:41 "WAI: Invalid Position (Debug)" 20:43:41 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.407934.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:43:43 "WAI: Invalid Position (Debug)" 20:43:44 "WAI: Invalid Position (Debug)" 20:43:46 "WAI: Invalid Position (Debug)" 20:43:48 "WAI: Invalid Position (Debug)" 20:43:51 "WAI: Invalid Position (Debug)" 20:43:52 "WAI: Invalid Position (Debug)" 20:43:53 "WAI: Invalid Position (Debug)" 20:43:55 "WAI: Invalid Position (Debug)" 20:43:57 "WAI: Invalid Position (Debug)" 20:43:59 "WAI: Invalid Position (Debug)" 20:44:00 "WAI: Invalid Position (Debug)" 20:44:04 "WAI: Invalid Position (Debug)" 20:44:06 "WAI: Invalid Position (Debug)" 20:44:07 "WAI: Invalid Position (Debug)" 20:44:07 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.487803.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:44:09 "WAI: Invalid Position (Debug)" 20:44:10 "WAI: Invalid Position (Debug)" 20:44:11 "WAI: Invalid Position (Debug)" 20:44:13 "WAI: Invalid Position (Debug)" 20:44:15 "WAI: Invalid Position (Debug)" 20:44:16 "WAI: Invalid Position (Debug)" 20:44:17 "WAI DEBUG: FINDPOS: Checking nearby mission markers: ["DZMSMajMarker","DZMSMinMarker","DZMSBMajMarker","DZMSBMinMarker","MainBandit0","MainBandit2"]" 20:44:17 "WAI: Invalid Position (Marker: "MainBandit0")" 20:44:19 "WAI: Invalid Position (Debug)" 20:44:20 "WAI: Invalid Position (Debug)" 20:44:21 "WAI: Invalid Position (Debug)" 20:44:23 "WAI: Invalid Position (Debug)" 20:44:26 "WAI: Invalid Position (Debug)" 20:44:27 "WAI: Invalid Position (Debug)" 20:44:28 "WAI: Invalid Position (Debug)" 20:44:30 "WAI: Invalid Position (Debug)" 20:44:32 "WAI: Invalid Position (Debug)" 20:44:33 "WAI: Invalid Position (Debug)" 20:44:33 UnExpected call of CreateVehicle for 'Logic', pos(0.000000.2,0.525516.2,0.000000.2). Vehicles with brain cannot be created using 'createVehicle'! 20:44:34 "WAI: Invalid Position (Debug)" 20:44:35 "WAI: Invalid Position (Debug)" 20:44:36 "WAI: 57 Active ground units" 20:44:36 "WAI: 0 Active emplacement units" 20:44:36 "WAI: 0 Active chopper patrol units (Crew)" 20:44:36 "WAI: 0 Active vehicle patrol units (Crew)" 20:44:36 "WAI: Invalid Position (Debug)" 20:44:38 "WAI: Invalid Position (Debug)" Link to comment Share on other sites More sharing options...
victorks Posted February 24, 2018 Report Share Posted February 24, 2018 How to do a fixed mission in a specific location? Link to comment Share on other sites More sharing options...
JasonTM Posted February 26, 2018 Author Report Share Posted February 26, 2018 The coding example for spawning a mission on a specific location is included in the mission example file. https://github.com/worldwidesorrow/WICKED-AI/blob/master/WAI/missions/MISSION_EXAMPLE.sqf Instead of this: https://github.com/worldwidesorrow/WICKED-AI/blob/master/WAI/missions/MISSION_EXAMPLE.sqf#L5-L6 You use this: https://github.com/worldwidesorrow/WICKED-AI/blob/master/WAI/missions/MISSION_EXAMPLE.sqf#L10-L11 Make sure you are running the latest version of WAI because it has the wai_validSpotCheck function. victorks and Thug 2 Link to comment Share on other sites More sharing options...
totis Posted March 12, 2018 Report Share Posted March 12, 2018 Hi Jason, i remind you again about the m2 not giving humanity when you kill them on foot. Any way you can fix that or maybe make it a toggle? Link to comment Share on other sites More sharing options...
salival Posted March 13, 2018 Report Share Posted March 13, 2018 7 hours ago, totis said: Hi Jason, i remind you again about the m2 not giving humanity when you kill them on foot. Any way you can fix that or maybe make it a toggle? @JasonTM @totis I have fixed this issue and submitted a pull request to @f3cuk Vehicle patrols, static guns and heli patrols now correctly give humanity. https://github.com/f3cuk/WICKED-AI/pull/166 JasonTM, totis and Schalldampfer 2 1 Link to comment Share on other sites More sharing options...
totis Posted March 13, 2018 Report Share Posted March 13, 2018 Tnx Salival, been waiting this fix for so long :) Link to comment Share on other sites More sharing options...
JasonTM Posted March 13, 2018 Author Report Share Posted March 13, 2018 8 hours ago, salival said: @JasonTM @totis I have fixed this issue and submitted a pull request to @f3cuk Vehicle patrols, static guns and heli patrols now correctly give humanity. https://github.com/f3cuk/WICKED-AI/pull/166 f3cuk added me as a collaborator on the WickedAI repo. I have merged this pull request. salival, totis and Schalldampfer 2 1 Link to comment Share on other sites More sharing options...
Schalldampfer Posted March 15, 2018 Report Share Posted March 15, 2018 I found a small mistake in heli_patrol.sqf setvariable for crews in Line 66-70 is before creating _gunner2 unit. Those lines must be after creating the unit in Line 74-77 totis, salival and JasonTM 1 2 Link to comment Share on other sites More sharing options...
salival Posted March 15, 2018 Report Share Posted March 15, 2018 1 hour ago, Schalldampfer said: I found a small mistake in heli_patrol.sqf setvariable for crews in Line 66-70 is before creating _gunner2 unit. Those lines must be after creating the unit in Line 74-77 Ohh whoops! fixed it :D https://github.com/f3cuk/WICKED-AI/pull/168 Schalldampfer and JasonTM 2 Link to comment Share on other sites More sharing options...
JasonTM Posted March 15, 2018 Author Report Share Posted March 15, 2018 4 hours ago, salival said: Ohh whoops! fixed it :D https://github.com/f3cuk/WICKED-AI/pull/168 Pull requests merged. Schalldampfer 1 Link to comment Share on other sites More sharing options...
victorks Posted March 18, 2018 Report Share Posted March 18, 2018 Hello, I have a problem with the fixed mission, the mission appears but does not mark where idea of how to fix? Link to comment Share on other sites More sharing options...
nova Posted March 21, 2018 Report Share Posted March 21, 2018 @JasonTM do you have any idea how to take away static weapons? in config.sqf i put "ai_static_weapons = [""]; // static guns" and static weapons still show up. Link to comment Share on other sites More sharing options...
JasonTM Posted March 21, 2018 Author Report Share Posted March 21, 2018 6 hours ago, nova said: @JasonTM do you have any idea how to take away static weapons? in config.sqf i put "ai_static_weapons = [""]; // static guns" and static weapons still show up. Each of the missions defines its own static weapon positions. Look for entries like this in the mission files and comment them out. https://github.com/f3cuk/WICKED-AI/blob/master/WAI/missions/bandit/abandoned_trader.sqf#L54-L58 This could be configured in the future with a global variable setting to enable or disable the static weapons. nova 1 Link to comment Share on other sites More sharing options...
JasonTM Posted March 21, 2018 Author Report Share Posted March 21, 2018 On 3/18/2018 at 5:36 PM, victorks said: Hello, I have a problem with the fixed mission, the mission appears but does not mark where idea of how to fix? If you are defining a static mission, then you either need to add it to the array in config.sqf and use the static coord option in the mission example or add createMarker entries to the mission itself. https://github.com/f3cuk/WICKED-AI/blob/master/WAI/compile/mission_init.sqf#L70-L80 Link to comment Share on other sites More sharing options...
Thug Posted March 23, 2018 Report Share Posted March 23, 2018 WAI 2.2.4 in the config.sqf I see a new statment: if (WAI_Overpoch) then { Does that have to be enabled or will WAI just pick up that I am running overwatch? Link to comment Share on other sites More sharing options...
JasonTM Posted March 23, 2018 Author Report Share Posted March 23, 2018 40 minutes ago, Thug said: WAI 2.2.4 in the config.sqf I see a new statment: if (WAI_Overpoch) then { Does that have to be enabled or will WAI just pick up that I am running overwatch? It will automatically detect if you have Overwatch installed and load those configs and make some other adjustments in the crate and ai spawning. This is the line that detects the Overwatch mod. https://github.com/worldwidesorrow/WICKED-AI/blob/master/WAI/init.sqf#L2 It checks if the Cheytac is present in the weapon config. Thug 1 Link to comment Share on other sites More sharing options...
Recommended Posts