Sign in to follow this  
CeltS_Jedi-sy

solved !

1 post in this topic

solved it lol im having a blonde moment 

Spoiler

class CfgTerritories
{
    // Base Cost / Radius
    // Level 1 is allways for Pop Tabs, >= 2 for Respect
    prices[] = 
    {
        // Purchase Price         Radius         Number of Objects
        {5000,                    15,            30                     }, // Level 1
        {10000,                    30,            60                     }, // Level 2 
        {15000,                    45,            90                     }, // Level 3
        {20000,                    60,            120                    }, // Level 4
        {25000,                    75,            150                    }, // Level 5
        {30000,                    90,            180                    }, // Level 6
        {35000,                    105,        210                    }, // Level 7
        {40000,                    120,        240                    }, // Level 8
        {45000,                    135,        270                    }, // Level 9
        {50000,                    150,        300                    }  // Level 10
    };

    // A shortcut of the above maximum radius
    maximumRadius = 150;

    // The above * 2 plus coverving the 20m you can move while placing things
    minimumDistanceToOtherTerritories = 325; 

    // Maximum number of territories a player can own
    maximumNumberOfTerritoriesPerPlayer = 5;

    /**
     * Defines the minimum distance to safe zones / trader cities where players
     * cannot build territories
     */
    minimumDistanceToTraderZones = 1000;

    /**
     * Defines the minimum distance to spawn zones where players
     * cannot build territories
     */
    minimumDistanceToSpawnZones = 1000;

    // Amount of pop tabs or respect per object to pay
    popTabAmountPerObject = 10;
    respectAmountPerObject = 5;
};

 

Edited by CeltS_Jedi-sy

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.