NullReferenceException at SpawnNPCFixed
Failed to run a 1.00 timer in 'DangerousTreasures v1.3.2' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.DangerousTreasures.SpawnNPC (UnityEngine.Vector3 pos, UnityEngine.Quaternion rot, System.Boolean murd, Oxide.Plugins.DangerousTreasures+TreasureChest chest) [0x0006a] in <246b08639f504f22a31cf695274df639>:0
at Oxide.Plugins.DangerousTreasures.SpawnNPCS (UnityEngine.Vector3 pos, Oxide.Plugins.DangerousTreasures+TreasureChest chest) [0x00099] in <246b08639f504f22a31cf695274df639>:0
at Oxide.Plugins.DangerousTreasures.TryOpenEvent (BasePlayer player) [0x00808] in <246b08639f504f22a31cf695274df639>:0
at Oxide.Plugins.DangerousTreasures.GetNewEvent () [0x00000] in <246b08639f504f22a31cf695274df639>:0
at Oxide.Plugins.DangerousTreasures.CheckSecondsUntilEvent () [0x000de] in <246b08639f504f22a31cf695274df639>:0
at Oxide.Plugins.DangerousTreasures.<OnServerInitialized>m__0 () [0x00000] in <246b08639f504f22a31cf695274df639>:0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <b0a93b504f034a0db8b1c3d2503c0987>:0
Hello everybody. Here is the error in my console when the event starts:
Failed to run a 1.00 timer in 'DangerousTreasures v1.3.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.DangerousTreasures.SpawnNPC (UnityEngine.Vector3 pos, UnityEngine.Quaternion rot, System.Boolean murd, Oxide.Plugins.DangerousTreasures+TreasureChest chest) [0x0006a] in <246b08639f504f22a31cf695274df639>:0 at Oxide.Plugins.DangerousTreasures.SpawnNPCS (UnityEngine.Vector3 pos, Oxide.Plugins.DangerousTreasures+TreasureChest chest) [0x00099] in <246b08639f504f22a31cf695274df639>:0 at Oxide.Plugins.DangerousTreasures.TryOpenEvent (BasePlayer player) [0x00808] in <246b08639f504f22a31cf695274df639>:0 at Oxide.Plugins.DangerousTreasures.GetNewEvent () [0x00000] in <246b08639f504f22a31cf695274df639>:0 at Oxide.Plugins.DangerousTreasures.CheckSecondsUntilEvent () [0x000de] in <246b08639f504f22a31cf695274df639>:0 at Oxide.Plugins.DangerousTreasures.m__0 () [0x00000] in <246b08639f504f22a31cf695274df639>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in :0​

With this error, I realized that no bots are spawning at the site of the event.
Thank you in advance.
Will look into this.

Merged post

Found the issue. Fixed in next update.
Locked automatically