Jump to content
  • 0

where to find damage taken in logs


1R0NS1DE

Question

for the life of me i just can not seem to find this, on our old server i would just look it up and now i have completely lost where it is

 

this is the sort of thing i am looking for

 

 

19:17:37 "PHIT: B 1-1-L:1 (Jekki) REMOTE was hit by B 1-1-F:1 (CONUNDRUM) REMOTE with KSVK_DZE from 1367.611m with 6.13027 dmg"
19:18:19 "PDEATH: Player Died ************"

 

 

 

can anyone help me find this please

 

 

1R0NS1DE

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

In your dayz_server.pbo, find:

/init/server_functions.sqf

 
Look on line 36 & 37 and see if you have the following lines commented:
 

fnc_plyrHit   =                    compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\fnc_plyrHit.sqf";
server_deaths =                 compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\server_playerDeaths.sqf";

If you have it commented (meaning // infront of it), then you will not write the PHIT or the PDEATH  to the log, since those files are responsible for communicating hits and kills.

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...