will695 1 Report post Posted September 11, 2015 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
Foxx 137 Report post Posted September 11, 2015 I'm not sure about the money part, but you can change the amount of respect in your exile_server_config/config.ccpSearch for the following entrybambi = -500;You'll find 5 more entries there. Furthermore there's the "class Bonus". You can change those settings, too. 1 Share this post Link to post Share on other sites
MDawgTV 6 Report post Posted September 11, 2015 I'm sure if you want to add tabs to players kills you could just use the code already in place for tabs when killing AI. Share this post Link to post Share on other sites
Oreo 23 Report post Posted September 11, 2015 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; }; 1 Share this post Link to post Share on other sites
will695 1 Report post Posted September 11, 2015 Awesome, cheers guys. Share this post Link to post Share on other sites
SnaakZA 5 Report post Posted June 16, 2016 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
Ton_41 1 Report post Posted June 19, 2016 if I want to change the amount of money when he kill bambi . How to set it? Share this post Link to post Share on other sites