Sign in to follow this  
fLu_

Supplybox event - not spawning

2 posts in this topic

Hi all,

I have had a good search around but cannot find anything relating to this specific issue with the default supply box event on Tanoa Exile.

The issue

The issue is that despite changing one setting that I believed was causing it, I just don't seem to ever see this spawn. Below is my class SupplyBox taken from class Events in exile_server_config\config.cpp:

Spoiler

        class SupplyBox 
        {
            /*
                Drops a supply box on a parachute next to a random airport on the map.
                The box may contain items. The box can be transported to a territory
                and installed to become a normal storage container.
            */
            type = "spawn";
            function = "ExileServer_system_event_supplyBox_start";
            minTime = 60; // minutes
            maxTime = 120; // minutes
            minimumPlayersOnline = 1;
            dropRadius = 100; // 500m around an airport (including the main airport on Altis!)
            dropAltitude = 100; // altitude of the drop
            markerTime = 10; // minutes

I changed minimumPlayersOnline to 1 so I could test this but have not seen one start in the 12 hours spent on the actual server. Is it anything to do with minTime or maxTime?

Thanks in advance.

fLu

Share this post


Link to post
Share on other sites

Hi,

I resolved this issue. The issue was with some erroneous closing brackets that had remained inside the config.cpp file once I had removed earthquakes. Moral of the story: always check your closing class brackets.

Mods please mark as resolved.

  • Like 1

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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.