"
02/04/2023 08:11:16 | Failed to call hook 'OnEntityTakeDamage' on plugin 'AntiOfflineRaid v0.4.2' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.AntiOfflineRaid.getClanMembersOnline (System.UInt64 targetID) [0x0005c] in <b8263bce099144959017e98d7bb60070>:0
at Oxide.Plugins.AntiOfflineRaid.IsClanOffline (System.UInt64 targetID) [0x00000] in <b8263bce099144959017e98d7bb60070>:0
at Oxide.Plugins.AntiOfflineRaid.OnStructureAttack (BaseEntity entity, HitInfo hitinfo) [0x0008b] in <b8263bce099144959017e98d7bb60070>:0
at Oxide.Plugins.AntiOfflineRaid.OnEntityTakeDamage (BaseCombatEntity entity, HitInfo hitInfo) [0x00022] in <b8263bce099144959017e98d7bb60070>:0
at Oxide.Plugins.AntiOfflineRaid.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00446] in <b8263bce099144959017e98d7bb60070>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0"
THis is my current configuration file, did I miss something?
{
"absoluteTimeScale": {},
"activity": [
"input",
"loot",
"respawn",
"chat",
"wakeup"
],
"afkMinutes": 10,
"clanFirstOffline": true,
"clanShare": true,
"cooldownMinutes": 10,
"damageScale": {
"12": 0.10,
"14": 0.15,
"16": 0.30,
"18": 0.4,
"24": 1.0
},
"interimDamage": 0.0,
"minMembers": 1,
"playSound": false,
"prefabs": [
"door.hinged",
"door.double.hinged",
"window.bars",
"floor.ladder.hatch",
"floor.frame",
"wall.frame",
"shutter",
"gates.external",
"box",
"locker",
"gates.external.high.stone",
"wall.external.high.stone",
"gates.external.high.wood",
"wall.external.high",
"wall.external.high.ice"
],
"serverTimeOffset": 0,
"showMessage": true,
"sound": "assets/prefabs/weapon mods/silencers/effects/silencer_attach.fx.prefab",
"VERSION": "0.4.2"
}
Thanks in advanced!