How to make static spawns on DZAI?

LTGNick

Valued Member!
So ive been wanting to make a AI base a bit west of vybor but i have no clue on how to set a static spawn for ai so that if i make a custom base over there and have all the ai gaurd it? anyone wanna give me a little tip or guide for this?
 
You can do the AI in the Editor.

-> Create a new Center and set friend state with Blufor to 0 (Zero).
-> Create a new Group in that Center
-> Create Units

Once you finished, copy you mission.sqf (Located in Documents\Arma2 Other Profiles\...) to your dayz_server.pbo. Rename the mission File to (example) AI_Mission_1.sqf.

Open your server_functions.sqf (after you unpacked it!) and place:
PHP:
[] execVM "\z\addons\dayz_server\PATH\AI_Mission_1.sqf";


If you get any errors open your AI_Mission_1.sqf and search for "player" and delete the Unit, which is classified as player.
 
Back
Top