Hello again folks, It's been a bit since my first request for help, but since then I've ditched my previous server host whom was garbage.. I won't say who 
I've learned a lot about the scripting and addon files and managed to succesfully add custom buildings, refueling, blood bagging, and the custom AI bus route to my server, however now there is one thing I desperately want, but can not figure out.
HOW do you get AI side missions? Like the hunting party etc. The ones that appear every 30 minutes. I found someone who prepacked some files, and i tried them but my server would not even load after using them.
Can someone tell me where to get side mission files, and how to load them into a DayZ Epoch mod?
http://opendayz.net/threads/release-dayzchernarus-mission-system.11991/ tells me as my first step do to this; but in my server_functions.sqf there is no line that reads that at all.
"
In your server.pbo
Copy the Missions folder to the root of the server PBO.
Open server_functions.sqf
Find:
Code:
fn_bases = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\fn_bases.sqf";
Insert after:
Code:
fnc_hTime = compile preprocessFile "\z\addons\dayz_server\Missions\misc\fnc_hTime.sqf"; //Random intege"
Can anyone at all help me figure this out?
I've learned a lot about the scripting and addon files and managed to succesfully add custom buildings, refueling, blood bagging, and the custom AI bus route to my server, however now there is one thing I desperately want, but can not figure out.
HOW do you get AI side missions? Like the hunting party etc. The ones that appear every 30 minutes. I found someone who prepacked some files, and i tried them but my server would not even load after using them.
Can someone tell me where to get side mission files, and how to load them into a DayZ Epoch mod?
http://opendayz.net/threads/release-dayzchernarus-mission-system.11991/ tells me as my first step do to this; but in my server_functions.sqf there is no line that reads that at all.
"
In your server.pbo
Copy the Missions folder to the root of the server PBO.
Open server_functions.sqf
Find:
Code:
fn_bases = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\fn_bases.sqf";
Insert after:
Code:
fnc_hTime = compile preprocessFile "\z\addons\dayz_server\Missions\misc\fnc_hTime.sqf"; //Random intege"
Can anyone at all help me figure this out?