Jump to content
  • 0

DayZ Epoch - Can humanity limit be raised on server to gain hero?


luckydo

Question

2 answers to this question

Recommended Posts

  • 0

in fn_selfactions.sqf search for

			if((_traderMenu select 2) == "hostile") then {
				_low_high = "high";
				_humanity_logic = (_humanity > -5000);
			};
			if((_traderMenu select 2) == "hero") then {
				_humanity_logic = (_humanity < 5000);

and replace -5000 and 5000 with what you want the bandit and hero to be set to

Link to comment
Share on other sites

  • 0

in fn_selfactions.sqf search for

			if((_traderMenu select 2) == "hostile") then {
				_low_high = "high";
				_humanity_logic = (_humanity > -5000);
			};
			if((_traderMenu select 2) == "hero") then {
				_humanity_logic = (_humanity < 5000);

and replace -5000 and 5000 with what you want the bandit and hero to be set to

 

 

Thank you sir!

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
  • Advertisement
  • Discord

×
×
  • Create New...