80% when offlineSolved

Is there a way I can make it so 15 minutes when someone goes offline their base goes from 100% to 80%? Or is it all done by hours?

Currently the mod starts protecting after the cooldown with the "interimDamage" for first hour.

You can change your cool down to 15 min and set your interimDamage to 0, and your 1 hour value to .2 this would prevent protection for 15 min then protect it 100% for 45 min then drop it to 80%. All other transitions as based on the point you assign. 

the "InterimDamage" setting is how much percent damage a base can take between cooldown and hour 1

Ah ok. When I changed it I got a load of these if this normal? 

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.IsBlocked (BaseCombatEntity entity) [0x00041] in <29a2118b10ab49a6bf0ed0ded18d04b6>:0
at Oxide.Plugins.AntiOfflineRaid.OnEntityTakeDamage (BaseCombatEntity entity, HitInfo hitInfo) [0x00016] in <29a2118b10ab49a6bf0ed0ded18d04b6>:0
at Oxide.Plugins.AntiOfflineRaid.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00446] in <29a2118b10ab49a6bf0ed0ded18d04b6>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <9882f28dc2204b4dba514a9ad18f5042>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <9882f28dc2204b4dba514a9ad18f5042>:0
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.IsBlocked (BaseCombatEntity entity) [0x00041] in <29a2118b10ab49a6bf0ed0ded18d04b6>:0
at Oxide.Plugins.AntiOfflineRaid.OnEntityTakeDamage (BaseCombatEntity entity, HitInfo hitInfo) [0x00016] in <29a2118b10ab49a6bf0ed0ded18d04b6>:0
at Oxide.Plugins.AntiOfflineRaid.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00446] in <29a2118b10ab49a6bf0ed0ded18d04b6>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <9882f28dc2204b4dba514a9ad18f5042>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <9882f28dc2204b4dba514a9ad18f5042>:0
Unloaded plugin Anti Offline Raid v0.4.2 by Calytic

no that is not normal.. I suspect you may have a typo in your config file now

Yup fixed it thank you!

Locked automatically