Can you post your Server.pbo?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Nice... i just have a couple questions really quick... would you know how to fix then error message when loading in No entry bin/Cfg Weapons and how hard is this on the server cause it almost seems the server is lagging more and last oneit seems that about 5 minutes into the mission AI's will run off the marker i had 1 run about 700 meters away from the mission itself
yes sure 2 mins pls
5:13:52 "HIVE: Starting"
5:13:52 "HIVE: trying to get objects"
5:13:52 Error in expression <ction problem... HiveExt response:"+str(_hiveResponse));
_hiveResponse = ["",0];>
5:13:52 Error position: <_hiveResponse));
_hiveResponse = ["",0];>
5:13:52 Error Undefined variable in expression: _hiveresponse
5:13:52 File z\addons\dayz_server\system\server_monitor.sqf, line 38
If I already have the Chermo Mission System setup on my server and I dont know how to remove it to install this can they both be run side by side Vampire? I took over the server from the former owner and wasnt around when he set up the mission system.
I like this because what I do now once a month is go into the code for the minor and major missions and the weapon crates and change everything by hand. It takes over a hour and sometimes I make mistakes. This is nice if it automates that and makes the weapons the A.I. carry and the the weapons in the crates random. I would like to start using this in conjunction with my in place mission system and when/if it proves better remove the old old entirely.
So i guess I want to know can i run both at the same time. Thanks for the add.
fnc_hTime = compile preprocessFile "\z\addons\dayz_server\Missions\misc\fnc_hTime.sqf";
//----------InitMissions--------//
MissionGo = 0;
MissionGoMinor = 0;
if (isServer) then {
SMarray = ["SM1","SM2","SM3","SM4","SM5","SM6"];
[] execVM "\z\addons\dayz_server\missions\major\SMfinder.sqf"; //Starts major mission system
SMarray2 = ["SM1","SM2","SM3","SM4","SM5","SM6"];
[] execVM "\z\addons\dayz_server\missions\minor\SMfinder.sqf"; //Starts minor mission system
};
//---------EndInitMissions------//
vampire i did notice an odd thing one of the missions involving a hunting party had spawned over water there was no error in the rpt but i thought you should know its the only mission i have seen do that.