Not showing kills by turretsFixed
Hi LaserHydra 
Could you please add turrets to the config, ive tried to fix it. But no luck.. 
Please add turrets 
Having same issue but it's not his problem. Lol
5e373eca13e50.jpg imkat98
Having same issue but it's not his problem. Lol

What do you mean ? He is the developer 

Other people have been able to get it working but I havent had any luck getting info from people on how to get it to work

Add the following in to the code in the private CombatEntityType GetCombatEntityType(BaseEntity entity) section

if (entity is BaseTrap)
  return CombatEntityType.Turret;

if (entity is IOEntity)
  return CombatEntityType.Turret;

 

Then in the Config I added the following and it worked for me

{
"KillerType": "*",
    "VictimType": "Player",
    "DamageType": "Bullet",
    "Messages": [
        "{owner}'s {killer} did its job and killed {victim}."
     ]
}

That seems to have worked for me, but I also have a heavily 

Turrets should be fixed in Death Notes 6.3.3+
Locked automatically