Jump to content

[RELEASE] WAI 2.2.6


JasonTM

Recommended Posts

  On 5/26/2021 at 4:07 PM, MickPark said:

Hi

I recently installed this on my DZE 1.0.7 server and nothing is happening, i have followed the instructions for installing this on the server and played for a few hours but no missions have spawned and nothing is out put to the web console. as far as i can tell its like the server is ignoring this line "execVM "\z\addons\dayz_server\WAI\init.sqf"; I'm hosting on GTX if that has an impact. it worked on an older server but not since the upgrade.

Thanks for any help

 

Expand  

Hi, im using GTX with wai and 1.0.7 and it works for me.. can you put exactly where ur calling the wai from 

Link to comment
Share on other sites

  On 5/26/2021 at 6:16 PM, houst said:

Hi, im using GTX with wai and 1.0.7 and it works for me.. can you put exactly where ur calling the wai from 

Expand  

 

its curently in this location

\dayz_server\system\server_monitor.sqf

I have posted all the code from before it and the call line i added to the server are at the very bottom

  Reveal hidden contents

 

Link to comment
Share on other sites

  On 5/26/2021 at 9:50 PM, MickPark said:

 

its curently in this location

\dayz_server\system\server_monitor.sqf

I have posted all the code from before it and the call line i added to the server are at the very bottom

  Reveal hidden contents

 

Expand  

im assuming you removed a lot of the code and relocated at the bottom of the script? usually you would add the WAI command around line 415/416 so if i was you i would find a replacement server_monitor file and redo the script i,.e call it from line 415/416 if you look at my screenshot you will see where i mean and im sure most people who run a server would say to put it on that same line as moving things about on scripts can screw it up..  let me know how you get on! PM me direct if you want.

 

SCREENIE.png

Link to comment
Share on other sites

  On 5/27/2021 at 1:30 AM, houst said:

im assuming you removed a lot of the code and relocated at the bottom of the script? usually you would add the WAI command around line 415/416 so if i was you i would find a replacement server_monitor file and redo the script i,.e call it from line 415/416 if you look at my screenshot you will see where i mean and im sure most people who run a server would say to put it on that same line as moving things about on scripts can screw it up..  let me know how you get on! PM me direct if you want.

Expand  

 

Thanks for the response, I've put the full file in the spoiler bellow i cut it short last time i shared it. i did place the line in the same location as you. its interesting that in the installation guide it says you should add the execVM line above the allowconnection = "true" line but you have put it after it. I had the server running for an hour so far with this change and nothing yet.

  Reveal hidden contents

 

Link to comment
Share on other sites

  • 2 weeks later...

I have uploaded the fix for the exploding patrol vehicles.  Just replace the whole file called vehicle_patrol.sqf. For some reason the update to CfgAISkill in 1.0.7 is causing the driver and the gunner to exit the vehicle when shot at. This fix prevents them from leaving the vehicle.

https://github.com/f3cuk/WICKED-AI/blob/master/WAI/compile/vehicle_patrol.sqf

Remember that the vehicle is designed to go up in flames by setting damage to full when both the driver and the gunner are dead. If you do not want the vehicle to do this then edit function wai_monitor_ai_vehicles. Take out the setDamage part.

https://github.com/f3cuk/WICKED-AI/blob/master/WAI/compile/functions.sqf#L126-L137

 

So it's like this:

wai_monitor_ai_vehicles = {
	{
		local _vehicle = _x;
		if (alive _vehicle && ({alive _x} count crew _vehicle > 0)) then {
			_vehicle setVehicleAmmo 1;
			_vehicle setFuel 1;
		};
	} count _this;
};

 

Link to comment
Share on other sites

  • 3 weeks later...
  • 4 months later...

Settings for AI Multiplier

 

open the folder WAI, then to config.sqf

add above this line

WAI_ShowCount = true;

 

that one

WAI_multiplier = 2; // To increase the number of AI per mission, use a larger number. But be careful. Tons of AI will affect the server performance.

 

then save and close

 

 

next step open WAI/compile/spawn_group.sqf

add the

if !(WAI_multiplier < 0) then {

              _unitnumber = round (_unitnumber * WAI_multiplier);

};

 

above this

if (typeName _aitype == "ARRAY") then {

              _gain = _aitype select 1;

              _aitype = _aitype select 0;

};

 

save and close

Link to comment
Share on other sites

  • 2 months later...
  • 3 weeks later...

Yo guys I have a problem on my server that WAI stops spawning mission after a while. My server is set to a 4 hours restart cycle and sometimes there only spawn 2 missions or even 1 for a full cycle (Sometimes more). I want the WAI to spawn missions every 5-15 mins for the full 4 hours! Does anyone have a idea? I have an Epoch Namalsk Server,

Link to comment
Share on other sites

  • 3 weeks later...
  • 3 weeks later...

Hello together,
i have a question and hope you can help me.
I installed WAI and Client Side Marker Manager both from worldwidesorrow and the newest Version, but in Game on Map there is the Circle but no Info wich Mission is running.
On Top it works the Mission Announcement.
Has anyone a idea why it wont work with the Info or how much Ai is insde?
In Config is
WAI_ShowCount = true; //this will show the AI count in the mission markers.
Thanks for help!

 

WAI+DZMS.jpg

Edited by Doggyman
DONE
Link to comment
Share on other sites

  • 1 month later...

Hi, I've followed the installation process (mostly) as found on the github, but missions aren't spawning.

 

Mostly because instead placing

"aif_arma1buildings",

under "chernarus" in the mission sqm I placed mine under "tavi"

 

I've looked in the arma2oaserver.rpt and there are a bunch of errors related to WAI but I can't make sense of most of them, and they don't seem to align with any of the files i've edited.

(had to upload rpt like this as it was too large)

https://www.file.io/fFbk/download/c68zUeAKBkCo

Link to comment
Share on other sites

  On 5/18/2022 at 12:14 PM, OniTheDinosaur said:

Hi, I've followed the installation process (mostly) as found on the github, but missions aren't spawning.

 

Mostly because instead placing

"aif_arma1buildings",

under "chernarus" in the mission sqm I placed mine under "tavi"

 

I've looked in the arma2oaserver.rpt and there are a bunch of errors related to WAI but I can't make sense of most of them, and they don't seem to align with any of the files i've edited.

(had to upload rpt like this as it was too large)

https://www.file.io/fFbk/download/c68zUeAKBkCo

Expand  

That RPT link doesn't work. Please use something like pastebin.com
Odds are you had a different issue when installing, as placing it under tavi would be correct.

Link to comment
Share on other sites

  On 5/19/2022 at 9:22 PM, looter809 said:

That RPT link doesn't work. Please use something like pastebin.com
Odds are you had a different issue when installing, as placing it under tavi would be correct.

Expand  

https://pastebin.com/LuSisCE6

 

As I mentioned, there are a lot of errors & this is grabbed from the first mention of WAI, I am very new to this if it isn't abundantly obvious :P

Link to comment
Share on other sites

  On 5/19/2022 at 11:59 PM, OniTheDinosaur said:

https://pastebin.com/LuSisCE6

 

As I mentioned, there are a lot of errors & this is grabbed from the first mention of WAI, I am very new to this if it isn't abundantly obvious :P

Expand  

20:30:28 File z\addons\dayz_server\WAI\config.sqf, line 77

20:30:28 Error in expression <2_ACOG_SD_FL_DZ","L85A2_ACOG_SD_MFL_DZ",];

That's probably your issue. Remove the comma between "L85A2_ACOG_SD_MFL_DZ" and ];

The rest of the WAI config isn't loaded after that error which causes the rest of the errors.

Link to comment
Share on other sites

  On 5/20/2022 at 12:45 AM, looter809 said:

20:30:28 File z\addons\dayz_server\WAI\config.sqf, line 77

20:30:28 Error in expression <2_ACOG_SD_FL_DZ","L85A2_ACOG_SD_MFL_DZ",];

That's probably your issue. Remove the comma between "L85A2_ACOG_SD_MFL_DZ" and ];

The rest of the WAI config isn't loaded after that error which causes the rest of the errors.

Expand  

Cheers mate, guess I need some more practice digging through configs aha

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...

Im having an issue with Missions continuing to spaw, when the server starts and I log in, all 4 missions will start <i set it for 2 bandit and 2 hero> if i complete the missions, no more missions spawn, i have these errors in the rpt log.

[_hArray,_bArray,_bTime,_hTime]
};>
10:39:16   Error position: <_hArray,_bArray,_bTime,_hTime]
};>
10:39:16   Error Undefined variable in expression: _harray
10:39:16 File z\addons\dayz_server\system\scheduler\sched_wai.sqf, line 77
10:40:16 "SERVER FPS: 45  PLAYERS: 1"
10:40:40 "DZAI Monitor :: Server Uptime: 0:25:12. Active AI Groups: 0."
10:40:40 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
10:40:46 Error in expression <+ (wai_mission_timer select 0)) * 60;

i'm using a clean downloaded copy, any ideas?

 

/*
	This scheduled task checks for running WAI missions and starts them appropriately.
*/

sched_wai_init = {
	diag_log("WAI: Scheduler Started");
	local _hArray = +wai_hero_missions;
	local _bArray = +wai_bandit_missions;
	local _hTime = (random((wai_mission_timer select 1) - (wai_mission_timer select 0)) + (wai_mission_timer select 0)) * 60;
	local _bTime = (random((wai_mission_timer select 1) - (wai_mission_timer select 0)) + (wai_mission_timer select 0)) * 60;
	[_hArray,_bArray,_bTime,_hTime]
};

sched_wai = {
	local _hArray = _this select 0;
	local _bArray = _this select 1;
	local _bTime = _this select 2;
	local _hTime = _this select 3;
	local _mission = "";
	
	// Bandit mission timer
	if (WAI_MarkerReady  && {diag_tickTime - wai_b_starttime >= _bTime} && {b_missionsrunning < wai_bandit_limit}) then {	
		WAI_MarkerReady = false;
		local _selected = false;
		
		while {!_selected} do {
				if (wai_debug_mode) then {diag_log format["WAI: Bandit Array: %1",_bArray];};
				_mission = _bArray select (floor (random (count _bArray)));
				_index = [_bArray, (_mission select 0)] call BIS_fnc_findNestedElement select 0;
				_bArray = [_bArray,_index] call fnc_deleteAt;
				if (count _bArray == 0) then {_bArray = +wai_bandit_missions;};
				if ((_mission select 1) >= random 1) then {
					_selected = true;
					if (wai_debug_mode) then {diag_log format["WAI: Bandit mission %1 selected.",(_mission select 0)];};
				} else {
					if (wai_debug_mode) then {diag_log format["WAI: Bandit mission %1 NOT selected.",(_mission select 0)];};
				};
			};
			
		b_missionsrunning = b_missionsrunning + 1;
		wai_b_starttime = diag_tickTime;
		wai_mission_markers set [(count wai_mission_markers), ("MainBandit" + str(count wai_mission_data))];
		wai_mission_data = wai_mission_data + [[0,[],[],[],[],[],[]]];
		["MainBandit","Hero"] execVM format ["\z\addons\dayz_server\WAI\missions\missions\%1.sqf",(_mission select 0)];
	};
	
	// Hero mission timer
	if (WAI_MarkerReady  && {diag_tickTime - wai_h_starttime >= _hTime} && {h_missionsrunning < wai_hero_limit}) then {
		WAI_MarkerReady = false;
		local _selected = false;
		
		while {!_selected} do {
				if (wai_debug_mode) then {diag_log format["WAI: Hero Array: %1",_hArray];};
				_mission = _hArray select (floor (random (count _hArray)));
				_index = [_hArray, (_mission select 0)] call BIS_fnc_findNestedElement select 0;
				_hArray = [_hArray,_index] call fnc_deleteAt;
				if (count _hArray == 0) then {_hArray = +wai_hero_missions;};
				if ((_mission select 1) >= random 1) then {
					_selected = true;
					if (wai_debug_mode) then {diag_log format["WAI: Hero mission %1 selected.",(_mission select 0)];};
				} else {
					if (wai_debug_mode) then {diag_log format["WAI: Hero mission %1 NOT selected.",(_mission select 0)];};
				};
			};
			
		h_missionsrunning = h_missionsrunning + 1;
		wai_h_starttime = diag_tickTime;
		wai_mission_markers set [(count wai_mission_markers), ("MainHero" + str(count wai_mission_data))];
		wai_mission_data = wai_mission_data + [[0,[],[],[],[],[],[]]];
		["MainHero","Bandit"] execVM format ["\z\addons\dayz_server\WAI\missions\missions\%1.sqf",(_mission select 0)];
	};
	
	// Reset times
	_hTime = (random((wai_mission_timer select 1) - (wai_mission_timer select 0)) + (wai_mission_timer select 0)) * 60;
	_bTime = (random((wai_mission_timer select 1) - (wai_mission_timer select 0)) + (wai_mission_timer select 0)) * 60;
		
	[_hArray,_bArray,_bTime,_hTime]
};

 

Link to comment
Share on other sites

  • 2 weeks later...

Just installed the script and I have it set to only allow bandit missions since it is a PVE server I am building.

wai_hero_limit            = 4; // define how many hero missions can run at once
wai_bandit_limit        = 0; // define how many bandit missions can run at once

(Think I might have it backwards)

But my issue is that when the missions start, It announces that heroes are extracting snippers for example, and on the map it shows Bandits snipper extraction. 

Did I miss something in my set up?

Link to comment
Share on other sites

  On 8/7/2022 at 2:53 PM, Troythenoob said:

Just installed the script and I have it set to only allow bandit missions since it is a PVE server I am building.

wai_hero_limit            = 4; // define how many hero missions can run at once
wai_bandit_limit        = 0; // define how many bandit missions can run at once

(Think I might have it backwards)

But my issue is that when the missions start, It announces that heroes are extracting snippers for example, and on the map it shows Bandits snipper extraction. 

Did I miss something in my set up?

Expand  

Yeah, you have it backwards. That will spawn missions of hero’s.

Link to comment
Share on other sites

  On 7/30/2022 at 2:47 PM, Khyron said:

Im having an issue with Missions continuing to spaw, when the server starts and I log in, all 4 missions will start <i set it for 2 bandit and 2 hero> if i complete the missions, no more missions spawn, i have these errors in the rpt log.

[_hArray,_bArray,_bTime,_hTime]
};>
10:39:16   Error position: <_hArray,_bArray,_bTime,_hTime]
};>
10:39:16   Error Undefined variable in expression: _harray
10:39:16 File z\addons\dayz_server\system\scheduler\sched_wai.sqf, line 77
10:40:16 "SERVER FPS: 45  PLAYERS: 1"
10:40:40 "DZAI Monitor :: Server Uptime: 0:25:12. Active AI Groups: 0."
10:40:40 "DZAI Monitor :: Static Spawns: 0. Respawn Queue: 0 groups queued."
10:40:46 Error in expression <+ (wai_mission_timer select 0)) * 60;

i'm using a clean downloaded copy, any ideas?

 

/*
	This scheduled task checks for running WAI missions and starts them appropriately.
*/

sched_wai_init = {
	diag_log("WAI: Scheduler Started");
	local _hArray = +wai_hero_missions;
	local _bArray = +wai_bandit_missions;
	local _hTime = (random((wai_mission_timer select 1) - (wai_mission_timer select 0)) + (wai_mission_timer select 0)) * 60;
	local _bTime = (random((wai_mission_timer select 1) - (wai_mission_timer select 0)) + (wai_mission_timer select 0)) * 60;
	[_hArray,_bArray,_bTime,_hTime]
};

sched_wai = {
	local _hArray = _this select 0;
	local _bArray = _this select 1;
	local _bTime = _this select 2;
	local _hTime = _this select 3;
	local _mission = "";
	
	// Bandit mission timer
	if (WAI_MarkerReady  && {diag_tickTime - wai_b_starttime >= _bTime} && {b_missionsrunning < wai_bandit_limit}) then {	
		WAI_MarkerReady = false;
		local _selected = false;
		
		while {!_selected} do {
				if (wai_debug_mode) then {diag_log format["WAI: Bandit Array: %1",_bArray];};
				_mission = _bArray select (floor (random (count _bArray)));
				_index = [_bArray, (_mission select 0)] call BIS_fnc_findNestedElement select 0;
				_bArray = [_bArray,_index] call fnc_deleteAt;
				if (count _bArray == 0) then {_bArray = +wai_bandit_missions;};
				if ((_mission select 1) >= random 1) then {
					_selected = true;
					if (wai_debug_mode) then {diag_log format["WAI: Bandit mission %1 selected.",(_mission select 0)];};
				} else {
					if (wai_debug_mode) then {diag_log format["WAI: Bandit mission %1 NOT selected.",(_mission select 0)];};
				};
			};
			
		b_missionsrunning = b_missionsrunning + 1;
		wai_b_starttime = diag_tickTime;
		wai_mission_markers set [(count wai_mission_markers), ("MainBandit" + str(count wai_mission_data))];
		wai_mission_data = wai_mission_data + [[0,[],[],[],[],[],[]]];
		["MainBandit","Hero"] execVM format ["\z\addons\dayz_server\WAI\missions\missions\%1.sqf",(_mission select 0)];
	};
	
	// Hero mission timer
	if (WAI_MarkerReady  && {diag_tickTime - wai_h_starttime >= _hTime} && {h_missionsrunning < wai_hero_limit}) then {
		WAI_MarkerReady = false;
		local _selected = false;
		
		while {!_selected} do {
				if (wai_debug_mode) then {diag_log format["WAI: Hero Array: %1",_hArray];};
				_mission = _hArray select (floor (random (count _hArray)));
				_index = [_hArray, (_mission select 0)] call BIS_fnc_findNestedElement select 0;
				_hArray = [_hArray,_index] call fnc_deleteAt;
				if (count _hArray == 0) then {_hArray = +wai_hero_missions;};
				if ((_mission select 1) >= random 1) then {
					_selected = true;
					if (wai_debug_mode) then {diag_log format["WAI: Hero mission %1 selected.",(_mission select 0)];};
				} else {
					if (wai_debug_mode) then {diag_log format["WAI: Hero mission %1 NOT selected.",(_mission select 0)];};
				};
			};
			
		h_missionsrunning = h_missionsrunning + 1;
		wai_h_starttime = diag_tickTime;
		wai_mission_markers set [(count wai_mission_markers), ("MainHero" + str(count wai_mission_data))];
		wai_mission_data = wai_mission_data + [[0,[],[],[],[],[],[]]];
		["MainHero","Bandit"] execVM format ["\z\addons\dayz_server\WAI\missions\missions\%1.sqf",(_mission select 0)];
	};
	
	// Reset times
	_hTime = (random((wai_mission_timer select 1) - (wai_mission_timer select 0)) + (wai_mission_timer select 0)) * 60;
	_bTime = (random((wai_mission_timer select 1) - (wai_mission_timer select 0)) + (wai_mission_timer select 0)) * 60;
		
	[_hArray,_bArray,_bTime,_hTime]
};

 

Expand  

Show us a copy of your scheduler file that calls this file. It’s the one that you need to modify during install so it would be the one with an issue most likely

Link to comment
Share on other sites

  On 8/7/2022 at 9:23 PM, Voltan said:

Show us a copy of your scheduler file that calls this file. It’s the one that you need to modify during install so it would be the one with an issue most likely

Expand  

Sched_init.sqf

 

#define PATH "\z\addons\dayz_server\system\scheduler\"

call compile preprocessFileLineNumbers (PATH+"sched_corpses.sqf");
call compile preprocessFileLineNumbers (PATH+"sched_lootpiles.sqf");
call compile preprocessFileLineNumbers (PATH+"sched_sync.sqf");
call compile preprocessFileLineNumbers (PATH+"sched_safetyVehicle.sqf");
call compile preprocessFileLineNumbers (PATH+"sched_dzms.sqf");
call compile preprocessFileLineNumbers (PATH+"sched_wai.sqf");
call compile preprocessFileLineNumbers (PATH+"sched_event.sqf");
call compile preprocessFileLineNumbers (PATH+"sched_traps.sqf");
if (DZE_Bury_Body || DZE_Butcher_Body) then {
	call compile preprocessFileLineNumbers (PATH+"sched_lootCrates.sqf");
};
if (DZE_EVR) then {
	call compile preprocessFileLineNumbers (PATH+"sched_evr.sqf");
};

local _list = [
	// period	offset	code <-> ctx				init code ->ctx
	 [ 60,		0,		sched_event,				sched_event_init ],
	 [ 60,	 	224,	sched_corpses ],
	 [ 300,	 	336,	sched_lootpiles_5m,         sched_lootpiles_5m_init ],
	 [ 90,		60,		sched_dzms,					sched_dzms_init ],
	 [ 90,		60,		sched_wai,					sched_wai_init ],
	 [ 6,	 	340,	sched_lootpiles ],
	 [ 900,		0,		sched_sync ],
	 [ 120,		48,		sched_safetyVehicle ],
	 [ 360,		480,	sched_fps ],
	 [ 30,		60,		sched_traps,				sched_traps_init ]
];

if (DZE_Bury_Body || DZE_Butcher_Body) then {
	_list set [count _list, [ 60,	 	240,	sched_lootCrates ]];
};
if (DZE_EVR) then {
	_list set [count _list, [ 60,		180,	sched_evr, sched_evr_init ]];
};	 

_list execFSM ("\z\addons\dayz_code\system\scheduler\scheduler.fsm"); 

//diag_log [ __FILE__, "Scheduler started"];

this one?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



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