Tj0

Ai missions

12 posts in this topic

Hello,

i installed the ai missions but no missions are getting started ( i dont get any errors or so ). i also run zombies and demons. they work

 

init.sqf ( mission.pbo ):

while { true } do {
sleep 10;
if (alive player) then {
[] execVM "zombie\configurations.sqf";
    };
sleep 600;
};

execVM "blckClient.sqf";

if (isServer) then {
    [] execVM "\q\addons\custom_server\init.sqf";
};

Custom server.pbo is in the arma3-server\@ExileServer\addons folder

 

And one more Problem. The Server dont do Autorestarts. Anyone know why?

 

useAutoLock=0;
        restartAutoLock=3;
        restartTimer[]={3,0};
        useAutoKick=1;
        kickTime=2;
        useRestartMessages=1;
        restartWarrningTime[]={180,120,60,30,15,10,5,3,1};

Share this post


Link to post
Share on other sites

Hi, 

I am not entirely sure about your missions (have not installed it yet, I am very happy with DMS.

As for your restart - that function does not restart your server, it simply prepares your server for a restart. You still need to use something like MBcon or BEC etc.

Share this post


Link to post
Share on other sites
Advertisement

Hi, 

I am not entirely sure about your missions (have not installed it yet, I am very happy with DMS.

As for your restart - that function does not restart your server, it simply prepares your server for a restart. You still need to use something like MBcon or BEC etc.

if i use the BEC he want me to put a number for the map on my server. but Altis isnt in.. so what do i take ? xD

Share this post


Link to post
Share on other sites

As for BEC Johny305 is running it now and has the website back up and running you can configure BEC and have it do auto restarts just like the old days.

execVM "blckClient.sqf";

if (isServer) then {
    [] execVM "\q\addons\custom_server\init.sqf";
};

Try putting this at the top of your init.sqf works good for me.

Share this post


Link to post
Share on other sites

You will also find that VEMF is easy to install. For now put in enough town invasion and it is like having roaming AI. This helps if you have a server population at 10 or lower.

How do I put Town Invasion? I want AI to spawn in areas and walk about until they see a player then go and start attacking them I was looking for A3XAI but cant seem to find a download link for it all links seem to be offline... But many servers claim they have it running on there server... Any ideas how I can get A3XAI or something that have good roaming ai?

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.