Tori1157 submitted a new resource:
Combat Logger - Logs everything related to combat.
Read more about this resource...
CombatLogger
Moved
Total Downloads: 678 - First Release: Mar 28, 2018 - Last Update: Apr 11, 2018
- 5/5, 4 likes
-
Tori1157 updated Combat Logger with a new update entry:
1.0.0
-
I wish there was an option to print this into chat, because the only 2 kill feeds for rust is not working properly
-
Last edited by a moderator: Mar 28, 2018
-
would it be possible to add what body part got hit ??
-
-
(03:07:01) | [Death Notes] XX was shot in the Jaw by X with a Hunting Bow from 1.86m.
(03:07:01) | [StatLogger] Sending Kill to Website
(03:07:01) | Failed to call hook 'OnEntityDeath' on plugin 'CombatLogger v1.0.0' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.CombatLogger.CombatEntityList (.BaseEntity entity) [0x00000] in <filename unknown>:0
at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0
at Oxide.Plugins.CombatLogger.CombatMessage (.BaseCombatEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0
at Oxide.Plugins.CombatLogger.OnEntityDeath (.BaseCombatEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0
at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
(03:07:01) | X[24766888/XX] was killed by X[24836668/X] -
Code:
Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
Last edited by a moderator: Mar 29, 2018 -
By the way that error occurs when someone is damaged by ground flames, or shot with an fire arrow. -
Tori1157 updated Combat Logger with a new update entry:
1.0.1
-
Code:
(01:53:30) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (01:53:31) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
Thx !!! -
Last edited by a moderator: Apr 1, 2018
-
I ha ve activated the
"Print Debug Info To Console (Dev)": true,
but I can't find debug logs
Code:(13:36:06) | Failed to call hook 'OnEntityDeath' on plugin 'CombatLogger v1.0.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.OnEntityDeath (.BaseCombatEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (13:37:07) | [Combat Logger] |MAIN-HURT| Weapon: Assault Rifle | Damage: Generic | Attacker: player | Victim: boar (13:37:08) | [Combat Logger] 'Boar' were attacked by 'Zlathaan(xxxxxxxxxxxxxxxx)' with fire for 50 damage from 16 meters (13:37:08) | [Combat Logger] |MAIN-HURT| Weapon: Assault Rifle | Damage: Bullet | Attacker: player | Victim: boar (13:37:08) | [Combat Logger] 'Boar' were attacked by 'Zlathaan(xxxxxxxxxxxxxxxx)' with a 'Assault Rifle' for 25 damage from 16 meters (13:37:08) | [Combat Logger] |MAIN-HURT| Weapon: Assault Rifle | Damage: Bullet | Attacker: player | Victim: boar (13:37:08) | [Combat Logger] 'Boar' were attacked by 'Zlathaan(xxxxxxxxxxxxxxxx)' with a 'Assault Rifle' for 50 damage from 16 meters (13:37:08) | [Combat Logger] |MAIN-HURT| Weapon: Assault Rifle | Damage: Bullet | Attacker: player | Victim: boar (13:37:08) | [Combat Logger] 'Boar' were attacked by 'Zlathaan(xxxxxxxxxxxxxxxx)' with a 'Assault Rifle' for 25 damage from 16 meters (13:38:27) | [Combat Logger] petertje4(xxxxxxxxxxxxxxxx) has respawned at (1414.93 1.867859 -2080.298) (13:39:53) | [Combat Logger] |MAIN-HURT| Weapon: Assault Rifle | Damage: Generic | Attacker: player | Victim: murderer (13:39:53) | [Combat Logger] 'Zombi(2512875)' were attacked by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with fire for 50 damage from 16 meters (13:39:54) | [Combat Logger] |MAIN-HURT| Weapon: Assault Rifle | Damage: Bullet | Attacker: player | Victim: murderer (13:39:54) | [Combat Logger] 'Zombi(2512875)' were attacked by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with a 'Assault Rifle' for 50 damage from 16 meters (13:39:54) | [Combat Logger] |PLAYER-DEATH| Weapon: Assault Rifle | Damage: Bullet | Attacker: player | Victim: murderer (13:39:54) | [Combat Logger] 'Zombi(2512875)' were killed by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with a 'Assault Rifle' from 16 meters (13:39:57) | [Combat Logger] |MAIN-HURT| Weapon: Assault Rifle | Damage: Generic | Attacker: player | Victim: murderer (13:39:57) | [Combat Logger] 'Zombi(5883589)' were attacked by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with fire for 48.67343 damage from 31 meters (13:39:58) | [Combat Logger] |MAIN-HURT| Weapon: Assault Rifle | Damage: Bullet | Attacker: player | Victim: murderer (13:39:58) | [Combat Logger] 'Zombi(5883589)' were attacked by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with a 'Assault Rifle' for 48.67118 damage from 31 meters (13:39:58) | [Combat Logger] |PLAYER-DEATH| Weapon: Assault Rifle | Damage: Bullet | Attacker: player | Victim: murderer (13:39:58) | [Combat Logger] 'Zombi(5883589)' were killed by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with a 'Assault Rifle' from 31 meters (13:40:10) | [Combat Logger] |MAIN-HURT| Weapon: Assault Rifle | Damage: Generic | Attacker: player | Victim: murderer (13:40:10) | [Combat Logger] 'Zombi(9774509)' were attacked by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with fire for 50 damage from 14 meters (13:40:11) | [Combat Logger] |MAIN-HURT| Weapon: Assault Rifle | Damage: Bullet | Attacker: player | Victim: murderer (13:40:12) | [Combat Logger] 'Zombi(9774509)' were attacked by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with a 'Assault Rifle' for 50 damage from 13 meters (13:40:12) | [Combat Logger] |PLAYER-DEATH| Weapon: Assault Rifle | Damage: Bullet | Attacker: player | Victim: murderer (13:40:12) | [Combat Logger] 'Zombi(9774509)' were killed by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with a 'Assault Rifle' from 13 meters (13:40:43) | [Combat Logger] |MAIN-HURT| Weapon: Assault Rifle | Damage: Generic | Attacker: player | Victim: murderer (13:40:43) | [Combat Logger] 'Zombi(5733081)' were attacked by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with fire for 50 damage from 10 meters (13:40:43) | [Combat Logger] |MAIN-HURT| Weapon: Assault Rifle | Damage: Bullet | Attacker: player | Victim: murderer (13:40:43) | [Combat Logger] 'Zombi(5733081)' were attacked by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with a 'Assault Rifle' for 50 damage from 9 meters (13:40:43) | [Combat Logger] |PLAYER-DEATH| Weapon: Assault Rifle | Damage: Bullet | Attacker: player | Victim: murderer (13:40:43) | [Combat Logger] 'Zombi(5733081)' were killed by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with a 'Assault Rifle' from 9 meters (13:40:47) | [Combat Logger] |MAIN-HURT| Weapon: Assault Rifle | Damage: Generic | Attacker: player | Victim: murderer (13:40:47) | [Combat Logger] 'Zombi(8753293)' were attacked by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with fire for 49.60312 damage from 23 meters (13:40:49) | [Combat Logger] |MAIN-HURT| Weapon: Assault Rifle | Damage: Bullet | Attacker: player | Victim: murderer (13:40:49) | [Combat Logger] 'Zombi(8753293)' were attacked by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with a 'Assault Rifle' for 49.78945 damage from 22 meters (13:40:50) | [Combat Logger] |MAIN-HURT| Weapon: Assault Rifle | Damage: Bullet | Attacker: player | Victim: murderer (13:40:50) | [Combat Logger] 'Zombi(8753293)' were attacked by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with a 'Assault Rifle' for 49.83738 damage from 21 meters (13:40:50) | [Combat Logger] |PLAYER-DEATH| Weapon: Assault Rifle | Damage: Bullet | Attacker: player | Victim: murderer (13:40:50) | [Combat Logger] 'Zombi(8753293)' were killed by 'tigrouman.lac(xxxxxxxxxxxxxxxx)' with a 'Assault Rifle' from 21 meters (13:44:28) | Failed to call hook 'OnEntityDeath' on plugin 'CombatLogger v1.0.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.OnEntityDeath (.BaseCombatEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (13:45:04) | [Combat Logger] |MAIN-HURT| Weapon: Thompson | Damage: Generic | Attacker: player | Victim: murderer (13:45:05) | [Combat Logger] 'Zombi(9536387)' were attacked by 'SUBVERSE(xxxxxxxxxxxxxxxx)' with fire for 37.09613 damage from 13 meters (13:45:06) | [Combat Logger] |MAIN-HURT| Weapon: Thompson | Damage: Bullet | Attacker: player | Victim: murderer (13:45:06) | [Combat Logger] 'Zombi(9536387)' were attacked by 'SUBVERSE(xxxxxxxxxxxxxxxx)' with a 'Thompson' for 37.09513 damage from 13 meters (13:45:06) | [Combat Logger] |PLAYER-DEATH| Weapon: Thompson | Damage: Bullet | Attacker: player | Victim: murderer (13:45:06) | [Combat Logger] 'Zombi(9536387)' were killed by 'SUBVERSE(xxxxxxxxxxxxxxxx)' with a 'Thompson' from 13 meters
-
-
Hello !
I don't know my console error is the same that previous posts !
Code:[Error] Failed to call hook 'OnEntityDeath' on plugin 'CombatLogger v1.0.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CombatItemList (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityDeath (.BaseCombatEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
Sorry, I have to remove this module, my logs are unreadable, 99% are error spam. Too bad it was very convenient. I keep an eye on the updates.
-
Tori1157 updated Combat Logger with a new update entry:
1.0.2
Sorry for the late update, been a little busy lately. However this update should fix most of the issues you guy's have been reporting. Plus some extra ones i found in testing. -
Code:
(21:24:04) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
-
Yes sure :
Code:(08:42:01) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:03) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:04) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:04) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:04) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:06) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:06) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:08) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:08) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:08) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:10) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:12) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:13) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:13) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:13) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:14) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:14) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:14) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:15) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:17) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:21) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:21) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:21) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:22) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:22) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:22) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:22) | Failed to call hook 'OnEntityTakeDamage' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityTakeDamage (.BaseEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (08:42:22) | Failed to call hook 'OnEntityDeath' on plugin 'CombatLogger v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CombatLogger.CheckEntity (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.CombatConvert (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.OnEntityDeath (.BaseCombatEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CombatLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0