Jump to content

[RELEASE] WAI 2.2.6


JasonTM

Recommended Posts

25 minutes ago, Dr.Killmore said:

Yes Jason today i tested every mission and i only get the error with 'farmer' mission

Ha. I see the problem. I had it spawning the vehicle before the AI, so there was no AI to put the key on if you have the "KeyonAI" option selected. I fixed it on github. You just have to move the lines for spawning the AI above the lines where it spawns the vehicle. Sorry about that. Thanks for testing!

https://github.com/worldwidesorrow/WICKED-AI/commit/254f989daaa765b2750cd5e745ccac5ed1eaffc9

Link to comment
Share on other sites

Replaced all the mission files, I noticed a few errors with the boxes not spawning, so thanks for the fix! 

For some reason the Cannibal cave mission doesn't display the string text on mission announcement for ANNOUNCE, WIN or FAIL. It just says "MISSION ANNOUNCEMENT:"  At the top of the screen.

I've added the stringtables.xml and majority of them that I can see are working. I've checked the string is the same in the cannibalcave.sqf and it is. Confused much! Other than that, great job.

Link to comment
Share on other sites

Spoiler

 9:04:38 Error in expression <(isPlayer _x) && (_x distance _position <= _radius)) then {
_result = true;
};
}>
 9:04:38   Error position: <<= _radius)) then {
_result = true;
};
}>
 9:04:38   Error <=: Type Array, expected Number
 9:04:38 File z\addons\dayz_server\WAI\compile\position_functions.sqf, line 64
 9:04:38 String STR_EVAL_TYPENAN not found
 9:04:38 Error in expression <(isPlayer _x) && (_x distance _position <= _radius)) then {
_result = true;
};
}>
 9:04:38   Error position: <<= _radius)) then {
_result = true;
};
}>
 9:04:38   Error <=: Type Array, expected Number
 9:04:38 File z\addons\dayz_server\WAI\compile\position_functions.sqf, line 64

Hello, the error appears only when you start the server, the mission work fine

Link to comment
Share on other sites

Update

There were additional problems with the localization. The patrol missions had to be updated as well as several other functions/files. One of the cannibal cave missions had an incorrect string name. Github has been updated with all of the changes. After I made the updates, I downloaded and installed the new files and did not get any errors when running the new files.

The files that have been changed:

remote_messages.sqf - https://github.com/worldwidesorrow/WICKED-AI/commit/cd71d0cd13a936c3a4a901c6507f7cdd81c336af

functions.sqf - https://github.com/worldwidesorrow/WICKED-AI/commit/7c96db853a668b5451e79519d36a24b0f56f195c

compile\patrol.sqf - https://github.com/worldwidesorrow/WICKED-AI/commit/4cc4a0e9d8fa13c7b7592b82feb8833fe7d8645f

missions\bandit\patrol.sqf - https://github.com/worldwidesorrow/WICKED-AI/commit/db0cd7ac8b30739c39c44b2279e7ff74be71dafd

missions\hero\patrol.sqf - https://github.com/worldwidesorrow/WICKED-AI/commit/792a713ac5d6382aebd1bc55df97e227dfbf9e61

missions\hero\cannibal_cave.sqf - https://github.com/worldwidesorrow/WICKED-AI/commit/813c071d1b59c5609c4052604cf6c33044825861

Also, @Schalldampfersaid that he noticed that the AI crew could claim the vehicle in the patrol missions. I could not get that to happen, but I added the check anyways.

https://github.com/worldwidesorrow/WICKED-AI/commit/cf50b1b447180d878d55aa16c7bec31cf190d8a3

Link to comment
Share on other sites

55 minutes ago, JasonTM said:

Update

There were additional problems with the localization. The patrol missions had to be updated as well as several other functions/files. One of the cannibal cave missions had an incorrect string name. Github has been updated with all of the changes. After I made the updates, I downloaded and installed the new files and did not get any errors when running the new files.

The files that have been changed:

remote_messages.sqf - https://github.com/worldwidesorrow/WICKED-AI/commit/cd71d0cd13a936c3a4a901c6507f7cdd81c336af

functions.sqf - https://github.com/worldwidesorrow/WICKED-AI/commit/7c96db853a668b5451e79519d36a24b0f56f195c

compile\patrol.sqf - https://github.com/worldwidesorrow/WICKED-AI/commit/4cc4a0e9d8fa13c7b7592b82feb8833fe7d8645f

missions\bandit\patrol.sqf - https://github.com/worldwidesorrow/WICKED-AI/commit/db0cd7ac8b30739c39c44b2279e7ff74be71dafd

missions\hero\patrol.sqf - https://github.com/worldwidesorrow/WICKED-AI/commit/792a713ac5d6382aebd1bc55df97e227dfbf9e61

missions\hero\cannibal_cave.sqf - https://github.com/worldwidesorrow/WICKED-AI/commit/813c071d1b59c5609c4052604cf6c33044825861

Also, @Schalldampfersaid that he noticed that the AI crew could claim the vehicle in the patrol missions. I could not get that to happen, but I added the check anyways.

https://github.com/worldwidesorrow/WICKED-AI/commit/cf50b1b447180d878d55aa16c7bec31cf190d8a3

Absolute gentleman. Thank you sir.

Link to comment
Share on other sites

@JasonTM

Seems now the missions are bugged again, some of them are not spawning loot in the crates, only the vehicle key (if that mission has one). President mission and sniper extraction didn't spawn loot.

And something really odd happened. 

I had the Sniper Extraction HERO mission pop up but there is no sniper extraction file in the server, only bandit.

 

Also Slaughter House shows "Mission Announcement" and no announcement underneath for the mission.

Link to comment
Share on other sites

13 hours ago, JakeQue said:

@JasonTM

Seems now the missions are bugged again, some of them are not spawning loot in the crates, only the vehicle key (if that mission has one). President mission and sniper extraction didn't spawn loot.

And something really odd happened. 

I had the Sniper Extraction HERO mission pop up but there is no sniper extraction file in the server, only bandit.

 

Also Slaughter House shows "Mission Announcement" and no announcement underneath for the mission.

The announcement strings for the Hero Slaughter House were incorrect. I updated those on github yesterday.

https://github.com/worldwidesorrow/WICKED-AI/commit/53930671a1809100609b57a3812ee040dd73be15

I need to see rpt logs for the other problems.

Link to comment
Share on other sites

20 hours ago, JakeQue said:

Btw, just a query. Would there be any way of trying to incorporate a system that allows an admin to spawn in a mission?

This has to be done in the admin tools. I thought somebody had posted a solution for this if you are using infistar.

Link to comment
Share on other sites

On 6/26/2018 at 1:50 PM, JasonTM said:

This has to be done in the admin tools. I thought somebody had posted a solution for this if you are using infistar.

Can't find it anywhere. Would love to be able to just hit start and it fires up a mission!

Link to comment
Share on other sites

Do you think it would be possible to do this in infistar:  


 

Spoiler

            _fnc = "-Mission Manager";
        if(isNil 'adminshowmissionmenu')then{_fnc = "+Mission Manager";};
        adminadd = adminadd + [_fnc,{if(isNil "adminshowmissionmenu")then{adminshowmissionmenu = true;}else{adminshowmissionmenu = nil;};call admin_update_ctrl2;},"0","0","0","0",[0,0.6,1,1]];
        if(!isNil "adminshowmissionmenu")then
        {
            adminadd = adminadd + ["  Spawn Armed Vehicle Mission",spawnmissionarmedvehicle,"0","0","0","0",[]];
        };
        

Spoiler

                spawnmissionarmedvehicle =
    {
         ExecVM "\z\addons\dayz_server\WAI\missions\bandit\armed_vehicle.sqf";
    };


 

Link to comment
Share on other sites

19 minutes ago, JakeQue said:

Do you think it would be possible to do this in infistar:  


 

  Hide contents

            _fnc = "-Mission Manager";
        if(isNil 'adminshowmissionmenu')then{_fnc = "+Mission Manager";};
        adminadd = adminadd + [_fnc,{if(isNil "adminshowmissionmenu")then{adminshowmissionmenu = true;}else{adminshowmissionmenu = nil;};call admin_update_ctrl2;},"0","0","0","0",[0,0.6,1,1]];
        if(!isNil "adminshowmissionmenu")then
        {
            adminadd = adminadd + ["  Spawn Armed Vehicle Mission",spawnmissionarmedvehicle,"0","0","0","0",[]];
        };
        

  Hide contents

                spawnmissionarmedvehicle =
    {
         ExecVM "\z\addons\dayz_server\WAI\missions\bandit\armed_vehicle.sqf";
    };


 

Yes, that's how I do it, but a little different

Link to comment
Share on other sites

Spoiler

21:24:41   Error position: <
};

spawnmissionarmedvehicle =
{
ExecV>
21:24:41   Error Invalid number in expression
21:24:41 File z\addons\dayz_server\a2_infiSTAR\AT.sqf, line 5456
21:24:41 Error in expression <VM "\z\addons\dayz_server\WAI\missions\bandit\armed_vehicle.sqf";
};
 

tell a lie @salival there you go... it must be trying to execute it

Link to comment
Share on other sites

Another major issue we have found. When a bandit player loads any bandit loadouts or skins, the AI at HERO missions do not shoot him, he can just run straight up and pop them. 

BUT if a hero spawns in a hero loadout and goes to a BANDIT mission, they do shoot. I'm really confused.

 

@JasonTM

 

Cheers buddy

Link to comment
Share on other sites

12 hours ago, JasonTM said:

If you are having all of these issues, then there are certainly rpt entries that would help me understand what the problem is. Please post your server rpt in a spoiler.

My guess is that your files need to be updated.

There is no errors in the server rpt at all. I've updated my files with the latest you've supplied

Link to comment
Share on other sites

12 hours ago, JasonTM said:

If you are having all of these issues, then there are certainly rpt entries that would help me understand what the problem is. Please post your server rpt in a spoiler.

My guess is that your files need to be updated.

I've just noticed in the new updated files, I got a bandit and a hero mission (abandonded trader) next to each other, and the private classname calls at the top are completely different for ALL hero missions. Would this be the problem?

 

Hero:

Spoiler

private ["_rndnum","_crate_type","_mission","_position","_crate","_baserunover","_baserunover0","_baserunover1","_baserunover2","_baserunover3","_baserunover4","_baserunover5","_baserunover6","_baserunover7","_baserunover8","_baserunover9","_baserunover10","_baserunover11","_baserunover12","_baserunover13","_baserunover14","_baserunover15","_baserunover16"];
 

Bandit:

Spoiler

private ["_crate_type","_mission","_position","_crate","_baserunover","_rndnum"];

 

Link to comment
Share on other sites

I've tested the above and it doesn't fix it. I've made sure the WAI skins aren't the same as the loadouts, but still the AI do not shoot any bandit skins from the loadouts at the Hero missions. I've reupdated WAI, i'm at a loss as to what the problem is

Link to comment
Share on other sites

26 minutes ago, Schalldampfer said:

@JakeQue
What addons are you using than WAI?
(And if you can't see error in RPT, but sometimes there are other useful informations. upload it )

 

I'm using quite a few addons but nothing that didn't work before I updated WAI. Never seen this problem. 

 

Spoiler

6:01:42 "<infiSTAR.de> AdminMenu LOADED: true"
 6:01:42 ["TIME SYNC: Local Time set to:",[2012,8,2,13,1],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,7,4,13,1]]
 6:01:42 "HIVE: trying to get objects"
 6:01:42 "HIVE: found 3149 objects"
 6:01:42 "HIVE: Request sent"
 6:01:42 "HIVE: Streamed 3149 objects"
 6:01:47 Cannot create entity with abstract type Ikarus_base (scope = private?)
 6:01:47 Cannot create non-ai vehicle Ikarus_base,
 6:01:48 No owner
 6:01:48 Cannot create entity with abstract type An2_Base_EP1 (scope = private?)
 6:01:48 Cannot create non-ai vehicle An2_Base_EP1,
 6:01:48 Cannot create entity with abstract type BRDM2_ATGM_Base (scope = private?)
 6:01:48 Cannot create non-ai vehicle BRDM2_ATGM_Base,
 6:01:48 Cannot create entity with abstract type BRDM2_HQ_Base (scope = private?)
 6:01:48 Cannot create non-ai vehicle BRDM2_HQ_Base,
 6:01:49 350z_gold: ABSwitch - unknown animation source ABSwitch
 6:01:50 350z_black: ABSwitch - unknown animation source ABSwitch
 6:01:51 "HIVE: BENCHMARK - Server_monitor.sqf finished streaming 3149 objects in 8.815 seconds (unscheduled)"
 6:01:51 "Total Number of spawn locations 6"
 6:01:51 "[DZAI] Initializing DZAI version 2.2.1 Release Build 20141208 using base path z\addons\dayz_server\DZAI."
 6:01:51 "[DZAI] Reading DZAI configuration file."
 6:01:51 "[DZAI] DZAI configuration file loaded."
 6:01:51 "[DZAI] Compiling DZAI functions."
 6:01:51 "[DZAI] DZAI functions compiled."
 6:01:51 "DayZ (Default) classnames loaded."
 6:01:51 "[DZAI] DZAI settings: Debug Level: 0. DebugMarkers: false. WorldName: chernarus. ModName:  (Ver: dayz epoch 1.0.6.2). DZAI_dynamicWeaponList: true. VerifyTables: true."
 6:01:51 "[DZAI] AI spawn settings: Static: false. Dynamic: false. Random: false. Air: false. Land: false."
 6:01:51 "[DZAI] AI settings: DZAI_findKiller: true. DZAI_useHealthSystem: true. DZAI_weaponNoise: false. DZAI_zombieEnemy: false."
 6:01:51 "[DZAI] DZAI loading completed in 0.192017 seconds."
 6:01:51 "SERVER FPS: 46  PLAYERS: 1"
 6:01:51 "<infiSTAR.de> starting main server loop"
 6:01:51 "DEBUG: Spawning a care package (Misc_cargo_cont_net1) at [7857.23,12255.5,0] with 4 items."
 6:01:52 "DEBUG: Spawning a care package (Misc_cargo_cont_net1) at [5715.18,7108.18,0] with 4 items."
 6:01:52 "DEBUG: Spawning a care package (Misc_cargo_cont_net2) at [6557.07,7905.77,0] with 7 items."
 6:01:53 "DEBUG: Spawning a care package (Misc_cargo_cont_net1) at [7539.73,7785.06,0] with 4 items."
 6:01:53 "DEBUG: Spawning a care package (Misc_cargo_cont_net3) at [3059.62,8269.51,0] with 6 items."
 6:01:53 "DEBUG: Spawning a care package (Misc_cargo_cont_net3) at [6377.14,8325.04,0] with 8 items."
 6:01:53 "CRASHSPAWNER: Starting crash site spawner. Frequency: 25±20 min. Spawn chance: 0.75"
 6:01:53 "CRASHSPAWNER: Spawning crash site (CrashSite_UN) at [3777.65,7425.62,0] with 7 items."
 6:02:02 "HIVE: Vehicle Spawn limit reached!"
 6:02:02 "HIVE: Spawning # of Debris: 0"
 6:02:02 "HIVE: Spawning # of Ammo Boxes: 0"
 6:02:02 "HIVE: Spawning # of Veins: 40"
 6:02:03 "HIVE: BENCHMARK - Server finished spawning 0 DynamicVehicles, 0 Debris, 0 SupplyCrates and 40 MineVeins in 10.506 seconds (scheduled)"
 6:02:03 "EPOCH EVENTS INIT"
 6:02:03 BUILDINGS: Loading Jake's Traders...
 6:02:04 "<infiSTAR.de> Player-Log: Justin brown(76561198203727813) - 0h 12min"
 6:02:04 Cannot create non-ai vehicle Map_MASH_EP1,
 6:02:04 Cannot create non-ai vehicle Map_Camp_EP1,
 6:02:04 Cannot create non-ai vehicle Map_CampEast_EP1,
 6:02:04 Cannot create non-ai vehicle Map_Map_Camp_EP1,
 6:02:04 BUILDINGS: Loaded Jake's Traders...
 6:02:05 No speaker given for Samuel Clark
 6:02:05 No speaker given for Cameron Gonzales
 6:02:05 No speaker given for Daniel Lee
 6:02:05 No speaker given for Andrew Anderson
 6:02:05 AUCTION HOUSE: Loaded Jake's Auction Traders...
 6:02:05 "<infiSTAR.de> waiting for player and functions.."
 6:02:05 "mpmissions\__cur_mp.Chernarus\REsec.sqf:Monitoring Remote Exe..."
 6:02:05 "CLEANUP: INITIALIZING Vehicle SCRIPT"
 6:02:05 ["z\addons\dayz_server\system\scheduler\sched_sync.sqf","TIME SYNC: Local Time set to:",[2012,8,2,13,2],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,7,4,13,2]]
 6:02:05 "WAI: AI Config File Loaded"
 6:02:05 "WAI: Overpoch Config File Loaded"
 6:02:05 "WAI: blacklist Loaded"
 6:02:05 "[DZAI] Removing invalid classname: Winchester1866."
 6:02:05 "[DZAI] Removing invalid classname: MR43."
 6:02:05 "[DZAI] Removing invalid classname: Winchester1866."
 6:02:05 "[DZAI] Removing invalid classname: MR43."
 6:02:05 "[DZAI] Contents of DZAI_Rifles0 failed verification. Invalid entries removed."
 6:02:05 "[DZAI] Removing invalid classname: Remington870_lamp."
 6:02:05 "[DZAI] Contents of DZAI_Rifles1 failed verification. Invalid entries removed."
 6:02:05 "[DZAI] Removing invalid classname: Remington870_lamp."
 6:02:05 "[DZAI] Removing invalid classname: Mk_48_DZ."
 6:02:05 "[DZAI] Contents of DZAI_Rifles2 failed verification. Invalid entries removed."
 6:02:05 "[DZAI] Removing invalid classname: Remington870_lamp."
 6:02:05 "[DZAI] Removing invalid classname: Mk_48_DZ."
 6:02:05 "[DZAI] Contents of DZAI_Rifles3 failed verification. Invalid entries removed."
 6:02:05 "[DZAI] Removing invalid classname: DZ_Czech_Vest_Puch."
 6:02:05 "[DZAI] Contents of DZAI_Backpacks0 failed verification. Invalid entries removed."
 6:02:05 "[DZAI] Removing invalid classname: DZ_Czech_Vest_Puch."
 6:02:05 "[DZAI] Contents of DZAI_Backpacks1 failed verification. Invalid entries removed."
 6:02:06 "[DZAI] Verified 92 unique classnames in 0.989014 seconds."
 6:02:06 Strange convex component01 in rh_m14\rh_sc2.p3d:geometry
 6:02:06 Strange convex component07 in rh_m14\rh_sc2.p3d:geometry
 6:02:06 Strange convex component08 in rh_m14\rh_sc2.p3d:geometry
 6:02:06 Strange convex component12 in rh_m14\rh_sc2.p3d:geometry
 6:02:11 "WAI: Spawned in 4 M2StaticMG"
 6:02:12 "WAI: Spawned in 3 M2StaticMG"
 6:02:14 "WAI: Spawned in 3 M2StaticMG"
 6:02:15 "WAI: Spawned in 3 M2StaticMG"
 6:02:17 "WAI: Spawned in 2 M2StaticMG"
 6:02:17 "WAI: Static mission for KingKong_Overpoch loaded"
 6:02:17 "WAI: Initializing missions"
 6:02:18 "WAI: Initializing static missions"
 6:02:33 "Chernarus static spawn configuration loaded."
 6:02:46 "INFO - Player: PID#3(Justin brown)(UID:76561198203727813/CID:4565) Status: LOGGING IN"
 6:02:47 "INFO - Player: PID#3(Justin brown)(UID:76561198203727813/CID:4565) Status: LOGIN PUBLISHING, Location Black Forest @084074"
 6:03:03 "INFO - Player: Justin brown(UID:76561198203727813/CID:4565) Status: CLIENT LOADED & PLAYING"
 6:03:07 "B 1-1-B:1 (Justin brown) REMOTE, SafeZoneState, [0], 3"
 6:03:23 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\stp\non\non\amovpercmstpsnonwnondnon_amovpercmstpsraswpstdnon_end.rtm differs (looped now 0)! MoveName: amovpercmstpsnonwnondnon_amovpercmstpsraswpstdnon_end
 6:03:51 MuzzleFlashROT - unknown animation source ammoRandom
 6:07:04 "RUNNING EVENT: gems on [2018,7,4,13,7]"
 6:07:04 "Spawning Gem event at [9394.23,3946.12]"
 6:07:04 "Creating Gem Farm at [9300.13,4085.52]"
 6:07:04 "Gem event setup, waiting for 3600 seconds"
 6:07:17 "DZAI Monitor :: Server Uptime: 0:18:2. Active AI Groups: 0."
 6:07:17 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 6:08:00 "SERVER FPS: 48  PLAYERS: 1"
 6:08:45 "WAI: [Mission:[Hero] Medical Supply Camp]: Starting... [7991.99,9725.23,0]"
 6:08:45 "WAI: Spawned a group of 5 AI (Bandit) at [7984.49,9733.13,0]"
 6:08:45 "WAI: Spawned a group of 4 AI (Bandit) at [7965.99,9722.83,0]"
 6:10:04 "RUNNING EVENT: military on [2018,7,4,13,10]"
 6:10:19 "B 1-1-B:1 (Justin brown) REMOTE, SafeZoneState, [1], 3"
 6:10:50 Server: Object 3:111 not found (message 70)
 6:10:50 "Justin brown (76561198203727813) sold 1x FHQ_MSR_DESERT from gear at trader city Stary for 25,000 Coins"
 6:10:59 Server: Object 3:112 not found (message 70)
 6:10:59 "Justin brown (76561198203727813) sold 1x PKM_DZ from backpack at trader city Stary for 10,000 Coins"
 6:10:59 "Justin brown (76561198203727813) sold 1x BAF_L110A1_Aim_DZE from backpack at trader city Stary for 15,000 Coins"
 6:10:59 "Justin brown (76561198203727813) sold 1x M4A1_SD_FL_DZ from backpack at trader city Stary for 3,750 Coins"
 6:10:59 "Justin brown (76561198203727813) sold 1x Mosin_Belt_FL_DZ from backpack at trader city Stary for 6,500 Coins"
 6:10:59 "Justin brown (76561198203727813) sold 1x UK59_DZ from backpack at trader city Stary for 7,500 Coins"
 6:10:59 "Justin brown (76561198203727813) sold 1x M4A1_GL_ACOG_SD_FL_DZ from backpack at trader city Stary for 3,750 Coins"
 6:11:13 Server: Object 3:118 not found (message 70)
 6:11:13 "Justin brown (76561198203727813) sold 2x FHQ_rem_7Rnd_338Lapua_MSR_NT from gear at trader city Stary for 1,200 Coins"
 6:11:36 Server: Object 3:120 not found (message 70)
 6:11:36 "Justin brown (76561198203727813) sold 1x SCAR_H_LNG_Sniper_SD from gear at trader city Stary for 17,500 Coins"
 6:11:49 Server: Object 3:121 not found (message 94)
 6:11:49 "Justin brown (76561198203727813) purchased 1x DMR_Gh_DZ into gear at trader city Stary for 25,000 Coins"
 6:12:09 Server: Object 3:126 not found (message 70)
 6:12:10 "Justin brown (76561198203727813) sold 1x vil_usp45SD_mag from gear at trader city Stary for 250 Coins"
 6:12:10 "Justin brown (76561198203727813) sold 4x 20Rnd_762x51_SB_SCAR from gear at trader city Stary for 3,000 Coins"
 6:12:17 Server: Object 3:127 not found (message 70)
 6:12:17 "Justin brown (76561198203727813) purchased 4x 20Rnd_762x51_DMR into gear at trader city Stary for 6,000 Coins"
 6:12:18 "DZAI Monitor :: Server Uptime: 0:23:2. Active AI Groups: 0."
 6:12:18 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 6:12:30 Server: Object 3:128 not found (message 70)
 6:12:30 "Justin brown (76561198203727813) purchased 1x 20Rnd_762x51_DMR into gear at trader city Stary for 1,500 Coins"
 6:13:20 "B 1-1-B:1 (Justin brown) REMOTE, SafeZoneState, [0], 3"
 6:14:00 "SERVER FPS: 48  PLAYERS: 1"
 6:15:05 "RUNNING EVENT: abandonedvaults on [2018,7,4,13,15]"
 6:15:05 "AbandonedStash:  Not Enough Players Online. Skipping Event."
 6:17:05 ["z\addons\dayz_server\system\scheduler\sched_sync.sqf","TIME SYNC: Local Time set to:",[2012,8,2,13,17],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,7,4,13,17]]
 6:17:18 "DZAI Monitor :: Server Uptime: 0:28:2. Active AI Groups: 0."
 6:17:18 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 6:17:20 "B 1-1-B:1 (Justin brown) REMOTE, SafeZoneState, [1], 3"
 6:17:55 Server: Object 3:151 not found (message 70)
 6:17:55 "PURCHASE: Justin brown (76561198203727813) purchased AH6X_DZ @120026 [12072.7,12667.3,0]"
 6:17:55 "Justin brown (76561198203727813) purchased 1x AH6X_DZ into gear at Unknown Trader for 50,000 Coins"
 6:18:05 "RUNNING EVENT: weed on [2018,7,4,13,18]"
 6:18:05 "Spawning Weed Farm at [4106.75,6272.03]"
 6:18:05 "Creating Weed Farm at [4331.44,6073.67]"
 6:18:05 "Weed Farm Setup, waiting for 3600 seconds"
 6:18:34 "B 1-1-B:1 (Justin brown) REMOTE, SafeZoneState, [0], 3"
 6:19:59 "WAI: Mission:[Bandit] Radio Tower started at [10521.2,8307.17,0]"
 6:19:59 No speaker given for Jonas Schwarz
 6:19:59 No speaker given for Hans Menger
 6:19:59 No speaker given for Alexander Richter
 6:20:00 "WAI: Spawned a group of 5 AI (Hero) at [10520,8287.17,0]"
 6:20:00 No speaker given for Lucas Menger
 6:20:00 "SERVER FPS: 41  PLAYERS: 1"
 6:20:00 "WAI: Spawned a group of 5 AI (Hero) at [10517.2,8323.17,0]"
 6:20:00 No speaker given for Marcel Schmidt
 6:20:00 "WAI: Spawned a group of 5 AI (Hero) at [10504.2,8303.17,0]"
 6:20:00 No speaker given for Niclas Schneider
 6:20:00 "WAI: Spawned a group of 3 AI (Hero) at [10535.2,8304.17,0]"
 6:20:05 "RUNNING EVENT: treasure on [2018,7,4,13,20]"
 6:20:16 Server: Object 3:164 not found (message 99)
 6:20:16 Server: Object 3:165 not found (message 91)
 6:20:40 MuzzleFlashROT - unknown animation source ammoRandom
 6:20:49 "Justin brown (76561198203727813) UNLOCKED CinderWallDoorSmallLocked_DZ with code: EYESCAN @087037 [8752.99,11587.7,0.455]"
 6:21:27 "Justin brown (76561198203727813) UNLOCKED Safe with code: 1532 @087037 [8755.39,11591.2,3.68]"
 6:21:41 "Justin brown (76561198203727813) LOCKED Safe with code: 1532 @087037 [8755.39,11591.2,3.68]"
 6:22:01 "Justin brown (76561198203727813) LOCKED CinderWallDoorSmallLocked_DZ with code: 386 @087037 [8752.99,11587.7,0.455]"
 6:22:05 "RUNNING EVENT: construction on [2018,7,4,13,22]"
 6:22:05 "Spawning loot event at [10033.2,8530.12]"
 6:22:05 "Creating ammo box at [9991.08,8493.74]"
 6:22:05 "Loot event setup, waiting for 900 seconds"
 6:22:18 "DZAI Monitor :: Server Uptime: 0:33:2. Active AI Groups: 0."
 6:22:18 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 6:25:05 "RUNNING EVENT: weed on [2018,7,4,13,25]"
 6:25:05 "Spawning Weed Farm at [5816.4,11218.2]"
 6:25:05 "Creating Weed Farm at [5706.75,11344.6]"
 6:25:05 "Weed Farm Setup, waiting for 3600 seconds"
 6:26:00 "SERVER FPS: 47  PLAYERS: 1"
 6:26:49 Cannot load sound 'ca\dubbingradio_e\radio\male05en\default\core\civilian.ogg'
 6:26:50 Cannot load sound 'ca\dubbingradio_e\radio\male05en\default\core\civilian.ogg'
 6:26:50 Cannot load sound 'ca\dubbingradio_e\radio\male05en\default\core\civilian.ogg'
 6:27:02 "P1ayer PID#3(Justin brown) hit by AI with L110A1_CCO_DZ/B_556x45_Ball <ammo left:198> from 69 meters in head_hit for 2.12522 damage"
 6:27:03 "Justin brown (76561198203727813) Justin brown was killed by AI with L110A1_CCO_DZ from 69m @079057 [7948.02,9632.32,0.00140381]"
 6:27:08 "INFO: OnPlayerDisconnect exiting. Player is near respawn_west. This is normal after death. ["76561198203727813","Justin brown"]"
 6:27:08 Client: Remote object 3:232 not found
 6:27:08 Client: Remote object 3:231 not found
 6:27:18 "DZAI Monitor :: Server Uptime: 0:38:2. Active AI Groups: 0."
 6:27:18 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 6:29:47 "WAI: [Mission:[Hero] Gem Tower]: Starting... [1223.26,4666.82,0]"
 6:29:47 trigger - unknown animation source revolved
 6:29:47 "WAI: Spawned a group of 5 AI (Bandit) at [1252.26,4645.82,0]"
 6:29:48 "WAI: Spawned a group of 5 AI (Bandit) at [1244.26,4685.82,0]"
 6:29:48 "WAI: Spawned a group of 5 AI (Bandit) at [1200.26,4647.82,0]"
 6:29:48 "WAI: Spawned a group of 2 AI (Bandit) at [1211.26,4689.82,0]"
 6:29:48 "WAI: Spawned in 1 KORD_high_TK_EP1"
 6:29:48 "WAI: Spawned in 1 KORD_high_TK_EP1"
 6:32:00 "SERVER FPS: 47  PLAYERS: 0"
 6:32:05 ["z\addons\dayz_server\system\scheduler\sched_sync.sqf","TIME SYNC: Local Time set to:",[2012,8,2,13,32],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,7,4,13,32]]
 6:32:18 "DZAI Monitor :: Server Uptime: 0:43:2. Active AI Groups: 0."
 6:32:18 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 6:36:01 "WAI: [Mission: [Heroes] Radio Tower]: Timed out at [10521.2,8307.17,0]"
 6:37:18 "DZAI Monitor :: Server Uptime: 0:48:2. Active AI Groups: 0."
 6:37:18 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 6:38:00 "SERVER FPS: 47  PLAYERS: 0"
 6:40:07 "RUNNING EVENT: gems on [2018,7,4,13,40]"
 6:40:07 "Spawning Gem event at [3262.88,4384.78]"
 6:40:07 "Creating Gem Farm at [3022.61,4314.39]"
 6:40:07 "Gem event setup, waiting for 3600 seconds"
 6:42:18 "DZAI Monitor :: Server Uptime: 0:53:3. Active AI Groups: 0."
 6:42:18 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 6:43:07 "RUNNING EVENT: military on [2018,7,4,13,43]"
 6:44:00 "SERVER FPS: 48  PLAYERS: 0"
 6:44:15 "WAI: [Mission: [Bandits] Medical Supply Camp]: Timed out at [7991.99,9725.23,0]"
 6:45:33 "WAI: [Mission: [Bandits] Gem Tower]: Timed out at [1223.26,4666.82,0]"
 6:47:05 ["z\addons\dayz_server\system\scheduler\sched_sync.sqf","TIME SYNC: Local Time set to:",[2012,8,2,13,47],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,7,4,13,47]]
 6:47:19 "DZAI Monitor :: Server Uptime: 0:58:3. Active AI Groups: 0."
 6:47:19 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 6:50:00 "SERVER FPS: 47  PLAYERS: 0"
 6:50:07 "RUNNING EVENT: construction on [2018,7,4,13,50]"
 6:50:07 "Spawning loot event at [3983.47,11236.4]"
 6:50:07 "Creating ammo box at [4025.61,11223.2]"
 6:50:07 "Loot event setup, waiting for 900 seconds"
 6:52:19 "DZAI Monitor :: Server Uptime: 1:3:3. Active AI Groups: 0."
 6:52:19 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 6:54:32 "CRASHSPAWNER: Spawning crash site (CrashSite_EU) at [4656.57,9235.99,0] with 5 items."
 6:55:08 "RUNNING EVENT: treasure on [2018,7,4,13,55]"
 6:56:00 "SERVER FPS: 47  PLAYERS: 0"
 6:57:19 "DZAI Monitor :: Server Uptime: 1:8:3. Active AI Groups: 0."
 6:57:19 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 7:02:00 "SERVER FPS: 48  PLAYERS: 0"
 7:02:05 ["z\addons\dayz_server\system\scheduler\sched_sync.sqf","TIME SYNC: Local Time set to:",[2012,8,2,14,2],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,7,4,14,2]]
 7:02:19 "DZAI Monitor :: Server Uptime: 1:13:3. Active AI Groups: 0."
 7:02:19 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 7:07:08 "RUNNING EVENT: gems on [2018,7,4,14,7]"
 7:07:08 "Spawning Gem event at [2911.97,6704.11]"
 7:07:08 "Creating Gem Farm at [3121.12,6704.72]"
 7:07:08 "Gem event setup, waiting for 3600 seconds"
 7:07:19 "DZAI Monitor :: Server Uptime: 1:18:3. Active AI Groups: 0."
 7:07:19 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 7:08:00 "SERVER FPS: 47  PLAYERS: 0"
 7:10:08 "RUNNING EVENT: military on [2018,7,4,14,10]"
 7:10:08 "Spawning loot event at [6667.49,9783.07]"
 7:10:08 "CREATING CRATE AT [6670.73,9769.57]"
 7:10:08 "Loot event setup, waiting for 900 seconds"
 7:12:19 "DZAI Monitor :: Server Uptime: 1:23:3. Active AI Groups: 0."
 7:12:19 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 7:14:00 "SERVER FPS: 47  PLAYERS: 0"
 7:15:09 "RUNNING EVENT: abandonedvaults on [2018,7,4,14,15]"
 7:15:09 "AbandonedStash:  Not Enough Players Online. Skipping Event."
 7:17:05 ["z\addons\dayz_server\system\scheduler\sched_sync.sqf","TIME SYNC: Local Time set to:",[2012,8,2,14,17],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,7,4,14,17]]
 7:17:19 "DZAI Monitor :: Server Uptime: 1:28:4. Active AI Groups: 0."
 7:17:19 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 7:18:09 "RUNNING EVENT: weed on [2018,7,4,14,18]"
 7:18:09 "Spawning Weed Farm at [5866.82,7629.91]"
 7:18:09 "Creating Weed Farm at [5630.08,7389.36]"
 7:18:09 "Weed Farm Setup, waiting for 3600 seconds"
 7:20:00 "SERVER FPS: 47  PLAYERS: 0"
 7:20:09 "RUNNING EVENT: treasure on [2018,7,4,14,20]"
 7:20:09 "Spawning loot event at [8123.16,12217.6]"
 7:20:09 "Creating ammo box at [8051.95,12214.2]"
 7:20:09 "Loot event setup, waiting for 900 seconds"
 7:22:09 "RUNNING EVENT: construction on [2018,7,4,14,22]"
 7:22:09 "Spawning loot event at [9541.96,13386.9]"
 7:22:09 "Creating ammo box at [9498.79,13485.6]"
 7:22:09 "Loot event setup, waiting for 900 seconds"
 7:22:19 "DZAI Monitor :: Server Uptime: 1:33:4. Active AI Groups: 0."
 7:22:19 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 7:25:09 "RUNNING EVENT: weed on [2018,7,4,14,25]"
 7:25:09 "Spawning Weed Farm at [11501.8,10486.4]"
 7:25:09 "Creating Weed Farm at [11726.6,10411.2]"
 7:25:09 "Weed Farm Setup, waiting for 3600 seconds"
 7:26:00 "SERVER FPS: 48  PLAYERS: 0"
 7:27:19 "DZAI Monitor :: Server Uptime: 1:38:4. Active AI Groups: 0."
 7:27:19 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 7:32:00 "SERVER FPS: 48  PLAYERS: 0"
 7:32:05 ["z\addons\dayz_server\system\scheduler\sched_sync.sqf","TIME SYNC: Local Time set to:",[2012,8,2,14,32],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,7,4,14,32]]
 7:32:20 "DZAI Monitor :: Server Uptime: 1:43:4. Active AI Groups: 0."
 7:32:20 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 7:37:20 "DZAI Monitor :: Server Uptime: 1:48:4. Active AI Groups: 0."
 7:37:20 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 7:38:00 "SERVER FPS: 48  PLAYERS: 0"
 7:40:00 "RUNNING EVENT: gems on [2018,7,4,14,40]"
 7:40:00 "Spawning Gem event at [6174.1,9171.64]"
 7:40:00 "Creating Gem Farm at [6002,9235.91]"
 7:40:00 "Gem event setup, waiting for 3600 seconds"
 7:42:20 "DZAI Monitor :: Server Uptime: 1:53:4. Active AI Groups: 0."
 7:42:20 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 7:43:01 "RUNNING EVENT: military on [2018,7,4,14,43]"
 7:43:01 "Spawning loot event at [8122.43,6406.08]"
 7:43:01 "CREATING CRATE AT [8059.45,6318.47]"
 7:43:01 "Loot event setup, waiting for 900 seconds"
 7:44:00 "SERVER FPS: 47  PLAYERS: 0"
 7:47:05 ["z\addons\dayz_server\system\scheduler\sched_sync.sqf","TIME SYNC: Local Time set to:",[2012,8,2,14,47],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,7,4,14,47]]
 7:47:20 "DZAI Monitor :: Server Uptime: 1:58:4. Active AI Groups: 0."
 7:47:20 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 7:49:32 "CRASHSPAWNER: Spawning crash site (CrashSite_US) at [5039.11,8141.6,0] with 5 items."
 7:49:32 CrashSite_US: MainTurret - unknown animation source MainTurret
 7:49:32 CrashSite_US: MainGun - unknown animation source mainGun
 7:49:32 CrashSite_US: Gatling - unknown animation source Gatling
 7:50:00 "SERVER FPS: 48  PLAYERS: 0"
 7:50:01 "RUNNING EVENT: construction on [2018,7,4,14,50]"
 7:50:01 "Spawning loot event at [8138.84,7066.87]"
 7:50:01 "Creating ammo box at [8139.04,7020.24]"
 7:50:01 "Loot event setup, waiting for 900 seconds"
 7:51:44 "<infiSTAR.de> Player-Log: Jim Lahey(76561197991843446) - 2h 02min"
 7:51:52 "INFO - Player: PID#4(Jim Lahey)(UID:76561197991843446/CID:223) Status: LOGGING IN"
 7:51:53 "INFO - Player: PID#4(Jim Lahey)(UID:76561197991843446/CID:223) Status: LOGIN PUBLISHING, Location Chernogorsk @070125"
 7:52:01 "WAI: [Mission:[Hero] Gem Tower]: Starting... [10370.9,8522.04,0]"
 7:52:01 "WAI: Spawned a group of 5 AI (Bandit) at [10399.9,8501.04,0]"
 7:52:01 "WAI: Spawned a group of 5 AI (Bandit) at [10391.9,8541.04,0]"
 7:52:01 "WAI: Spawned a group of 5 AI (Bandit) at [10347.9,8503.04,0]"
 7:52:01 Strange convex component01 in rh_m14\rh_sc2aim.p3d:geometry
 7:52:01 Strange convex component07 in rh_m14\rh_sc2aim.p3d:geometry
 7:52:01 Strange convex component12 in rh_m14\rh_sc2aim.p3d:geometry
 7:52:01 "WAI: Spawned a group of 5 AI (Bandit) at [10358.9,8545.04,0]"
 7:52:02 "WAI: Spawned in 1 KORD_high_TK_EP1"
 7:52:02 "WAI: Spawned in 1 KORD_high_TK_EP1"
 7:52:11 "INFO - Player: Jim Lahey(UID:76561197991843446/CID:223) Status: CLIENT LOADED & PLAYING"
 7:52:13 "B 1-1-B:1 (Jim Lahey) REMOTE, SafeZoneState, [0], 4"
 7:52:20 "DZAI Monitor :: Server Uptime: 2:3:4. Active AI Groups: 1."
 7:52:20 "DZAI Monitor :: Static Spawns: 1. Respawn Queue: 0 groups queued."
 7:55:01 "RUNNING EVENT: treasure on [2018,7,4,14,55]"
 7:55:01 "Spawning loot event at [7035.28,6843.62]"
 7:55:01 "Creating ammo box at [7128.95,6789.33]"
 7:55:01 "Loot event setup, waiting for 900 seconds"
 7:55:18 "WAI: Mission:[Bandit] Radio Tower started at [9094.42,11318.3,0]"
 7:55:18 No speaker given for Jens Muller
 7:55:18 "WAI: Spawned a group of 5 AI (Hero) at [9093.22,11298.3,0]"
 7:55:18 No speaker given for Thomas Wolff
 7:55:18 "WAI: Spawned a group of 5 AI (Hero) at [9090.42,11334.3,0]"
 7:55:18 "WAI: Spawned a group of 5 AI (Hero) at [9077.42,11314.3,0]"
 7:55:18 No speaker given for Jorg Richter
 7:55:18 "WAI: Spawned a group of 4 AI (Hero) at [9108.42,11315.3,0]"
 7:56:00 "SERVER FPS: 47  PLAYERS: 1"
 7:57:20 "DZAI Monitor :: Server Uptime: 2:8:4. Active AI Groups: 1."
 7:57:20 "DZAI Monitor :: Static Spawns: 1. Respawn Queue: 0 groups queued."
 8:02:00 "SERVER FPS: 48  PLAYERS: 1"
 8:02:05 ["z\addons\dayz_server\system\scheduler\sched_sync.sqf","TIME SYNC: Local Time set to:",[2012,8,2,15,2],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,7,4,15,2]]
 8:02:20 "DZAI Monitor :: Server Uptime: 2:13:5. Active AI Groups: 1."
 8:02:20 "DZAI Monitor :: Static Spawns: 1. Respawn Queue: 0 groups queued."
 8:04:03 "WAI: [Mission:[Bandit] Medical Supply Camp]: Starting... [8039.07,9158.49,0]"
 8:04:03 "WAI: Spawned a group of 5 AI (Hero) at [8031.57,9166.39,0]"
 8:04:03 "WAI: Spawned a group of 3 AI (Hero) at [8013.07,9156.09,0]"
 8:05:35 "WAI: [Mission:[Hero] Bandit Outpost]: Starting... [7076.58,6223.09,0]"
 8:05:35 "WAI: Spawned a group of 5 AI (Bandit) at [7078.58,6223.09,0]"
 8:07:02 "RUNNING EVENT: gems on [2018,7,4,15,7]"
 8:07:02 "Spawning Gem event at [5411,7539.96]"
 8:07:02 "Creating Gem Farm at [5177.08,7718.69]"
 8:07:02 "Gem event setup, waiting for 3600 seconds"
 8:07:02 "CRASHSPAWNER: Spawning crash site (CrashSite_EU) at [2601.09,6046.26,0] with 6 items."
 8:07:20 "DZAI Monitor :: Server Uptime: 2:18:5. Active AI Groups: 0."
 8:07:20 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 8:08:00 "SERVER FPS: 47  PLAYERS: 1"
 8:10:02 "RUNNING EVENT: military on [2018,7,4,15,10]"
 8:10:02 "Spawning loot event at [7937.02,12226.8]"
 8:10:02 "CREATING CRATE AT [7912.1,12127.5]"
 8:10:02 "Loot event setup, waiting for 900 seconds"
 8:10:09 "WAI: [Mission: [Bandits] Bandit Outpost]: Ended at [7076.58,6223.09,0]"
 8:10:49 Server: Object 4:177 not found (message 115)
 8:11:08 "WAI: [Mission: [Bandits] Gem Tower]: Timed out at [10370.9,8522.04,0]"
 8:12:21 "DZAI Monitor :: Server Uptime: 2:23:5. Active AI Groups: 0."
 8:12:21 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 8:14:00 "SERVER FPS: 48  PLAYERS: 1"
 8:14:21 "WAI: [Mission: [Heroes] Radio Tower]: Timed out at [9094.42,11318.3,0]"
 8:15:03 "RUNNING EVENT: abandonedvaults on [2018,7,4,15,15]"
 8:15:03 "AbandonedStash:  Not Enough Players Online. Skipping Event."
 8:17:05 ["z\addons\dayz_server\system\scheduler\sched_sync.sqf","TIME SYNC: Local Time set to:",[2012,8,2,15,17],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,7,4,15,17]]
 8:17:21 "DZAI Monitor :: Server Uptime: 2:28:5. Active AI Groups: 0."
 8:17:21 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 8:18:03 "RUNNING EVENT: weed on [2018,7,4,15,18]"
 8:18:03 "Spawning Weed Farm at [7662.58,8396.69]"
 8:18:03 "Creating Weed Farm at [7655.67,8266.22]"
 8:18:03 "Weed Farm Setup, waiting for 3600 seconds"
 8:20:00 "SERVER FPS: 48  PLAYERS: 1"
 8:20:03 "RUNNING EVENT: treasure on [2018,7,4,15,20]"
 8:20:26 Server: Object 4:224 not found (message 70)
 8:20:26 Server: Object 4:225 not found (message 98)
 8:20:26 Server: Object 4:226 not found (message 91)
 8:20:26 Server: Object 4:227 not found (message 98)
 8:20:26 Server: Object 4:228 not found (message 91)
 8:20:26 Server: Object 4:232 not found (message 91)
 8:20:26 Server: Object 4:231 not found (message 99)
 8:20:26 Server: Object 4:233 not found (message 98)
 8:20:26 Server: Object 4:234 not found (message 91)
 8:20:27 Server: Object 4:240 not found (message 70)
 8:20:27 Server: Object 4:239 not found (message 70)
 8:20:27 Server: Object 4:238 not found (message 70)
 8:20:27 Server: Object 4:237 not found (message 70)
 8:20:39 "WAI: [Mission: [Heroes] Medical Supply Camp]: Timed out at [8039.07,9158.49,0]"
 8:22:03 "RUNNING EVENT: construction on [2018,7,4,15,22]"
 8:22:21 "DZAI Monitor :: Server Uptime: 2:33:5. Active AI Groups: 0."
 8:22:21 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 8:22:27 "B 1-1-B:1 (Jim Lahey) REMOTE, SafeZoneState, [1], 4"
 8:23:01 Server: Object 4:291 not found (message 70)
 8:23:01 "Jim Lahey (76561197991843446) sold 1x M249_m145_EP1_DZE from backpack at trader city Stary for 7,500 Coins"
 8:23:01 "Jim Lahey (76561197991843446) sold 1x Mk48_CCO_DZ from backpack at trader city Stary for 15,000 Coins"
 8:23:20 Server: Object 4:294 not found (message 70)
 8:23:20 "Jim Lahey (76561197991843446) sold 5x ItemKiloHemp from backpack at trader city Stary for 25,000 Coins"
 8:23:20 "Jim Lahey (76561197991843446) sold 3x ItemGoldBar10oz from backpack at trader city Stary for 30,000 Coins"
 8:23:34 Server: Object 4:295 not found (message 70)
 8:23:34 "Jim Lahey (76561197991843446) sold 5x 100Rnd_762x51_M240 from backpack at trader city Stary for 2,500 Coins"
 8:24:03 "WAI: [Mission:[Hero] Road Block]: Starting... [5839.5,4780.2]"
 8:24:03 "WAI: Roadblock spawned 11 Hedgehog_DZs"
 8:24:03 "WAI: Spawned a group of 6 AI (Bandit) at [5839.5,4780.2,0]"
 8:25:03 "RUNNING EVENT: weed on [2018,7,4,15,25]"
 8:25:03 "Spawning Weed Farm at [6308.19,6812.79]"
 8:25:03 "Creating Weed Farm at [6416.52,6684.12]"
 8:25:03 "Weed Farm Setup, waiting for 3600 seconds"
 8:25:28 Server: Object 4:303 not found (message 94)
 8:25:28 "Jim Lahey (76561197991843446) purchased 5x ItemSodaRbull into backpack at trader city Stary for 500 Coins"
 8:26:00 "SERVER FPS: 48  PLAYERS: 1"
 8:26:10 Server: Object 4:304 not found (message 94)
 8:26:10 "Jim Lahey (76561197991843446) sold 1x NVGoggles from gear at trader city Stary for 500 Coins"
 8:26:37 Server: Object 4:305 not found (message 70)
 8:26:37 "Jim Lahey (76561197991843446) purchased 1x ItemEtool into gear at trader city Stary for 1,000 Coins"
 8:26:37 "Jim Lahey (76561197991843446) purchased 1x ItemWatch into gear at trader city Stary for 100 Coins"
 8:26:37 "Jim Lahey (76561197991843446) purchased 1x NVGoggles_DZE into gear at trader city Stary for 2,500 Coins"
 8:27:21 "DZAI Monitor :: Server Uptime: 2:38:5. Active AI Groups: 0."
 8:27:21 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 8:30:09 Server: Object 4:317 not found (message 70)
 8:30:09 "PURCHASE: Jim Lahey (76561197991843446) purchased MTVR @062075 [6279.91,7815.97,0.00012207]"
 8:30:09 "Jim Lahey (76561197991843446) purchased 1x MTVR into gear at trader city Stary for 40,000 Coins"
 8:31:50 "B 1-1-B:1 (Jim Lahey) REMOTE, SafeZoneState, [0], 4"
 8:32:00 "SERVER FPS: 48  PLAYERS: 1"
 8:32:05 ["z\addons\dayz_server\system\scheduler\sched_sync.sqf","TIME SYNC: Local Time set to:",[2012,8,2,15,32],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,7,4,15,32]]
 8:32:21 "DZAI Monitor :: Server Uptime: 2:43:5. Active AI Groups: 0."
 8:32:21 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 8:33:29 "<infiSTAR.de> Player-Log: Dimitry Pereviortov(76561198097810731) - 2h 44min"
 8:33:38 "INFO - Player: PID#5(Dimitry Pereviortov)(UID:76561198097810731/CID:4865) Status: LOGGING IN"
 8:33:38 "INFO - Player: PID#5(Dimitry Pereviortov)(UID:76561198097810731/CID:4865) Status: LOGIN PUBLISHING, Location airstrip @056132"
 8:33:43 "INFO - Player: Dimitry Pereviortov(UID:76561198097810731/CID:4865) Status: CLIENT LOADED & PLAYING"
 8:33:46 "B 1-1-C:1 (Dimitry Pereviortov) REMOTE, SafeZoneState, [0], 5"
 8:36:25 "WAI: Mission:[Bandit] Radio Tower started at [10092.5,8651.38,0]"
 8:36:26 No speaker given for Max Schwarz
 8:36:26 No speaker given for Paul Schwarz
 8:36:26 "WAI: Spawned a group of 5 AI (Hero) at [10091.3,8631.38,0]"
 8:36:26 "WAI: Spawned a group of 5 AI (Hero) at [10088.5,8667.38,0]"
 8:36:26 No speaker given for Thomas Hoffmann
 8:36:26 "WAI: Spawned a group of 5 AI (Hero) at [10075.5,8647.38,0]"
 8:36:26 trigger - unknown animation source revolved
 8:36:26 "WAI: Spawned a group of 2 AI (Hero) at [10106.5,8648.38,0]"
 8:36:32 "<infiSTAR.de> Player-Log: Kristof(76561198088968125) - 2h 47min"
 8:36:59 "INFO - Player: PID#6(Kristof)(UID:76561198088968125/CID:4866) Status: LOGGING IN"
 8:37:00 "INFO - Player: PID#6(Kristof)(UID:76561198088968125/CID:4866) Status: LOGIN PUBLISHING, Location Chernogorsk @066127"
 8:37:19 "INFO - Player: Kristof(UID:76561198088968125/CID:4866) Status: CLIENT LOADED & PLAYING"
 8:37:21 "DZAI Monitor :: Server Uptime: 2:48:5. Active AI Groups: 1."
 8:37:21 "DZAI Monitor :: Static Spawns: 1. Respawn Queue: 0 groups queued."
 8:37:22 "B 1-1-A:2 (Kristof) REMOTE, SafeZoneState, [0], 6"
 8:38:00 "SERVER FPS: 36  PLAYERS: 3"
 8:39:16 "INFO: OnPlayerDisconnect exiting. Player is not in playableUnits. ["76561197991843446","Jim Lahey"]"
 8:39:16 Client: Remote object 4:0 not found
 8:39:16 Client: Remote object 4:5 not found
 8:39:41 Server: Object info 5:21 not found during Changing Owner
 8:39:41 Server: Object info 5:20 not found during Changing Owner
 8:39:50 "WAI: [Mission: [Bandits] Road Block]: Timed out at [5839.5,4780.2]"
 8:39:59 "WAI: [Mission:[Hero] Drone Pilot]: Starting... [9923.64,13134,0]"
 8:39:59 "WAI: Spawned a group of 5 AI (Bandit) at [9940.64,13116,0]"
 8:39:59 Strange convex component01 in rh_m14\rh_m1staim.p3d:geometry
 8:39:59 Strange convex component07 in rh_m14\rh_m1staim.p3d:geometry
 8:39:59 Strange convex component12 in rh_m14\rh_m1staim.p3d:geometry
 8:39:59 "WAI: Spawned a group of 5 AI (Bandit) at [9912.64,13143,0]"
 8:39:59 "WAI: Spawned a group of 5 AI (Bandit) at [9938.64,13119,0]"
 8:40:00 "WAI: Spawned a group of 4 AI (Bandit) at [9923.64,13134,0]"
 8:40:00 "WAI: Spawned in 1 KORD_high_TK_EP1"
 8:40:04 "RUNNING EVENT: gems on [2018,7,4,15,40]"
 8:40:04 "Spawning Gem event at [9850.31,13193.6]"
 8:40:04 "Creating Gem Farm at [9835.67,13071.1]"
 8:40:04 "Gem event setup, waiting for 3600 seconds"
 8:42:22 "DZAI Monitor :: Server Uptime: 2:53:6. Active AI Groups: 0."
 8:42:22 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
 8:43:05 "RUNNING EVENT: military on [2018,7,4,15,43]"
 8:44:00 "SERVER FPS: 43  PLAYERS: 2"
 8:44:56 "INFO - Player: Kristof(UID:76561198088968125/CID:4866) Status: LOGGED OUT, Location Chernogorsk @066127"
 8:44:56 Client: Remote object 6:0 not found
 8:44:59 Warning: Cleanup player - person 6:4 not found
 8:45:41 "WAI: [Mission:[Hero] Tank Column]: Starting... [9818.27,10530,0]"
 8:45:41 "WAI: Spawned a group of 5 AI (Bandit) at [9811.27,10520,0]"
 8:45:41 Strange convex component01 in rh_m14\rh_m1seot.p3d:geometry
 8:45:41 Strange convex component07 in rh_m14\rh_m1seot.p3d:geometry
 8:45:41 Strange convex component12 in rh_m14\rh_m1seot.p3d:geometry
 8:45:42 "WAI: Spawned a group of 5 AI (Bandit) at [9834.27,10525,0]"
 8:45:42 "WAI: Spawned a group of 5 AI (Bandit) at [9822.27,10548,0]"
 8:45:42 "WAI: Spawned a group of 2 AI (Bandit) at [9822.27,10548,0]"
 8:45:42 "WAI: Spawned in 1 M2StaticMG"
 8:45:42 "WAI: Spawned in 1 M2StaticMG"
 8:45:46 "INFO - Player: Dimitry Pereviortov(UID:76561198097810731/CID:4865) Status: LOGGED OUT, Location Chernogorsk @067127"
 8:45:46 Client: Remote object 5:0 not found
 8:45:46 Client: Remote object 5:196 not found
 8:46:27 Warning: Cleanup player - person 5:195 not found
 8:47:05 ["z\addons\dayz_server\system\scheduler\sched_sync.sqf","TIME SYNC: Local Time set to:",[2012,8,2,15,47],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,7,4,15,47]]
 8:47:22 "DZAI Monitor :: Server Uptime: 2:58:6. Active AI Groups: 0."
 8:47:22 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
×
×
  • Create New...