DAH Kicking + Banning after chopper crash

Grindkore

Member
Hi guys,

I'm running schema version 0.30. Just noticed the chopper crashes cause DAH (DayZ Antihack) to kick and ban players. Something in remoteexec.txt tripping off on chopper crash. Here is remoteexec.log

Code:
27.11.2012 22:50:50: Joey (108.11.206.95:2304) f4e8178d19c2a43db3f8cf7c7ecd9a50 - #0 "[this] spawn BIS_Effects_AirDestruction"
27.11.2012 22:50:50: Joey (108.11.206.95:2304) f4e8178d19c2a43db3f8cf7c7ecd9a50 - #38 "[this] spawn BIS_Effects_AirDestruction"
27.11.2012 22:50:50: Joey (108.11.206.95:2304) f4e8178d19c2a43db3f8cf7c7ecd9a50 - #53 "[this] spawn BIS_Effects_AirDestruction"
27.11.2012 22:50:50: Joey (108.11.206.95:2304) f4e8178d19c2a43db3f8cf7c7ecd9a50 - #54 "[this] spawn BIS_Effects_AirDestruction"

Here is the remoteexec.txt pastebin link http://pastebin.com/UCWNhg4c

Appears the "[this] spawn BIS_Effects_AirDestructio" is treated as a hack when chopper goes down in flames. Today I had 4 dudes die in fire and got banned at the same time. Can someone please suggest how to modify remoteexec.txt to add that string as exception?
 
I guess I should be more clear, it's the BattleEye that kicks for remote exception the DAH simply picks up the log entry from BEC and bans.
 
If u are planing to keep using DAH...
U will need to either disable monitoring remoteexec.log file (not recommended)
Or u need to edit your remoteexec.txt & filter out logging for heli crashes in your remoteexec.txt altogether...

DAH will ban for anything that appears in that log file...
So u need to stop logging for heli crash explosions completely

edit:-
As for how to edit the file, am not completely sure....
as i dont quiet understand the new syntax for be filters i.e !="foo" doesn't seem to work to filter stuff out.
Compared to the old way !"foo"
---------
---------

I would recommend u change to either of the following....

http://www.gotcha-antihack.com/
Seems more aimed @ managed servers, but u can still use it.
It basicly streams the logs over rcon, allowing people that dont have admin access to server, to have an automated ban tool & plus some other features i.e messaging, server restarts etc...
A very nice idea

Or

https://github.com/Torndeco/pyBEscanner/ ( i am biased of course)
Scan multiple servers
Auto backs up logfiles
Customize Filters with regrex features + spam detection

---------
---------

Here is a list of battleye log files, not currently scanned by DAH.
Are scanned by pyBEScanner and i assume the same is said about gotcha anti-hack...

Code:
addbackpackcargo
addmagazinecaro
addweaponcargo
attachto
deletevehicle
mpeventhandler
setdamage
setvariable
teamswitch

Note:- For the attach.log, just create a attach.txt filter with just
Code:
1 ""
 
Thanks will try that. by the way, I fully own the server, was a spare box on the rack in the datacenter. I have full access to it via RDC or KVMIP
 
Back
Top