Sign in to follow this  
sugisaki

increase character hitpoint?

4 posts in this topic

Hello,

I want to increase both player and bandit AI hitpoint to make it hard to kill on my server.

So I edited character_f.pbo in server>addons folder, and tested, but still die one-shot.

I also did same thing to character_f.pbo in steamapps>common>Arma 3>Addons and checked it in Arsenal and it worked.

 

Anyone know what I am wrong or how to increase hitpoint in another way? 

Thank you

 

Share this post


Link to post
Share on other sites
Advertisement

Or, for those who want to give extra damage reduction to player, "HandleDamage" is good.

https://forums.bohemia.net/forums/topic/196526-how-to-increase-the-health-of-a-unit/

I'm using this code.

Make new .sqf file and copy and paste above code, place this file to server>mpmissions>Exile.○○○.pbo

Inside config.cpp, find 'CfgExileCustomCode' and add this

ExileClient_object_player_event_onHit = "something.sqf";
ExileClient_object_player_event_onHandleDamage = "something.sqf";

 

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.