will695

Change Respect for Player Killing/adding money to lootcrates

8 posts in this topic

Hi,

Does anyone know where the file/when in the file i can change the amount of respect people get for killing other players? Also would it be possible to add some money to the player when he/she kills another player.

Also does anyone know what the classname is for money or how i add money to lootcrates?

Thanks,

Will695

Share this post


Link to post
Share on other sites

I'm not sure about the money part, but you can change the amount of respect in your exile_server_config/config.ccp

Search for the following entry

bambi = -500;

You'll find 5 more entries there. Furthermore there's the "class Bonus". You can change those settings, too.

  • Like 1

Share this post


Link to post
Share on other sites
Advertisement

Yep @exileserver/exile_server_config/config.cpp line 591

 

class Respect
	{
		tradingRespectFactor = 0.1;
		class Frags
		{
			bambi = -500;
			safezone = -800;
			friendlyFire = -100;
			standard = 100;
			humiliation = 300;
			passenger = 400;
			roadKill = 500;
		};
		class Bonus
		{
			per100mDistance = 10;
			firstBlood = 100;
			killStreak = 50;
			killStreakTimeout = 120;
		};

 

  • Like 1

Share this post


Link to post
Share on other sites

What code do I use to get respect op AI players?

class Frags
		{
			bambi = -500;
			safezone = -800;
			friendlyFire = -100;
			standard = 100;
			humiliation = 300;
			passenger = 400;
			roadKill = 500;
		};

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.