Jump to content

[REQ]change starting resources


cy414

Recommended Posts

In:

data>scripts>server>factions.lua

 

if server.difficulty == Difficulty.Beginner then
        player:receive(40000, 5000)
    elseif server.difficulty == Difficulty.Easy then
        player:receive(20000, 2000)
    else
        player:receive(5000000, 500000, 500000, 500000, 500000, 500000, 500000, 500000 ) -- < --THIS
    end

Link to comment
Share on other sites

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
×
×
  • Create New...