f3cuk Posted August 17, 2014 Report Share Posted August 17, 2014 So if I want a group in custom spawns to spawn in a random location, instead of static coords, can I just put "random"? Add this to the top of your custom file. private["_location"]; Then use this to find a random position _position = safepos call BIS_fnc_findSafePos; -- Edit: Link to comment Share on other sites More sharing options...
kylemf88 Posted August 20, 2014 Report Share Posted August 20, 2014 So does this still only allow one mission at a time or can you make it multiple now? Link to comment Share on other sites More sharing options...
Petite Posted January 14, 2015 Report Share Posted January 14, 2015 If I want Mines to mission what should I do? I tried the newest version but I don't like WAI are incompatible with DZAI, they kill each other. Link to comment Share on other sites More sharing options...
TheGamingPanda Posted January 31, 2015 Report Share Posted January 31, 2015 i have installed this corrrectly and still missions will not spawn, please explain what else you need to do except from put in the wai folder and put in that line of code? Does this come ready to use? as in will work as soon as you put the folder in and add the line of code Link to comment Share on other sites More sharing options...
Willids Posted June 20, 2015 Report Share Posted June 20, 2015 Is there a way to change the amount of AI killed before mission completed I want to change it to 100% Thanks Link to comment Share on other sites More sharing options...
Caveman Posted June 20, 2015 Report Share Posted June 20, 2015 All you need to do to install this is: Open up server_monitor.sqf from your server pbo Unpack the server PBO using PBO Manager or whatever.. Place this code [] ExecVM "\z\addons\dayz_server\WAI\init.sqf"; above this allowConnection = true; So it looke like this [] ExecVM "\z\addons\dayz_server\WAI\init.sqf"; allowConnection = true; Push Ctrl+F to search and edit the server_monitor.sqf allowConnection = true; (use notepad++) Put the WAI folder inside your PBO file ==PBO== +compiles +init +missions +modules +System +WAI <------should be inside your PBO like this config.bin ======= That's all you need to do. Edit the server_monitor.sqf and put the WAI folder into your Server PBO Link to comment Share on other sites More sharing options...
Willids Posted June 21, 2015 Report Share Posted June 21, 2015 At the moment I want to change the amount of AI that has to be killed before a mission is completed from whatever it is now to 100% And I must say these missions are excellent as I have installed all of them on my server. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now