Code:Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v5.2.17' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Core.Libraries.Covalence.Formatter+Lexer.Lex (System.String text) [0x00000] in :0 at Oxide.Core.Libraries.Covalence.Formatter.Parse (System.String text) [0x00000] in :0 at Oxide.Core.Libraries.Covalence.Formatter.ToTreeFormat (System.String text, System.Collections.Generic.Dictionary`2 translations) [0x00000] in :0 at Oxide.Core.Libraries.Covalence.Formatter.ToUnity (System.String text) [0x00000] in :0 at Oxide.Game.Rust.Libraries.Player.Message (.BasePlayer player, System.String message, System.String prefix, UInt64 userId) [0x00000] in :0 at Oxide.Game.Rust.Libraries.Rust.SendChatMessage (.BasePlayer player, System.String name, System.String message, System.String userId) [0x00000] in :0 at Oxide.Plugins.DeathNotes.SendChatMessage (.BasePlayer player, System.String prefix, System.String msg, System.Object uid) [0x00000] in :0 at Oxide.Plugins.DeathNotes.NoticeDeath (Oxide.Plugins.DeathData data, Boolean reproduced) [0x00000] in :0 at Oxide.Plugins.DeathNotes.OnEntityDeath (.BaseCombatEntity victim, .HitInfo info) [0x00000] in :0 at Oxide.Plugins.DeathNotes.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in :0
DeathNotes
Moved
Total Downloads: 66,147 - First Release: Feb 14, 2015 - Last Update: May 13, 2018
- 4.98519/5, 270 likes
-
yeah it doesnt currently work - it be the rust update tonight it will be fixed.
-
This is because of rust.SendChatMessage no longer working as it's being removed from rust or something...
Apparently, Server.Message and Server.Broadcast are to be used instead, but when I do that it fails to compile. -
Here's a quick fix until Laser implements a proper fix.
Replace:
-
not working..
Attached Files:
-
-
-
-
thanks for the quick fix- it works
-
-
Code:
Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v5.2.17' (NullReferenceException: Object reference not set to an instanc e of an object)
-
Thanks works great
-
-
Here's the full error I get
Code:(19:51:38) | Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v5.2.17' (NullReferenceException: Object reference not set to an instance of an object) (19:51:38) | at Oxide.Core.Libraries.Covalence.Formatter+Lexer.Lex (System.String text) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Covalence.Formatter.Parse (System.String text) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Covalence.Formatter.ToTreeFormat (System.String text, System.Collections.Generic.Dictionary`2 translations) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Covalence.Formatter.ToUnity (System.String text) [0x00000] in <filename unknown>:0 at Oxide.Game.Rust.Libraries.Player.Message (.BasePlayer player, System.String message, System.String prefix, UInt64 userId) [0x00000] in <filename unknown>:0 at Oxide.Game.Rust.Libraries.Rust.SendChatMessage (.BasePlayer player, System.String name, System.String message, System.String userId) [0x00000] in <filename unknown>:0 at Oxide.Plugins.DeathNotes.SendChatMessage (.BasePlayer player, System.String prefix, System.String msg, System.Object uid) [0x00000] in <filename unknown>:0 at Oxide.Plugins.DeathNotes.NoticeDeath (Oxide.Plugins.DeathData data, Boolean reproduced) [0x00000] in <filename unknown>:0 at Oxide.Plugins.DeathNotes.OnEntityDeath (.BaseCombatEntity victim, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.DeathNotes.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
-
the same here
-
-
Code:
(18:10:53) | Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v5.2.17' (NullReferenceException: Object reference not set to an instance of an object) (18:10:53) | at Oxide.Core.Libraries.Covalence.Formatter+Lexer.Lex (System.String text) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Covalence.Formatter.Parse (System.String text) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Covalence.Formatter.ToTreeFormat (System.String text, System.Collections.Generic.Dictionary`2 translations) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Covalence.Formatter.ToUnity (System.String text) [0x00000] in <filename unknown>:0 at Oxide.Game.Rust.Libraries.Player.Message (.BasePlayer player, System.String message, System.String prefix, UInt64 userId) [0x00000] in <filename unknown>:0 at Oxide.Game.Rust.Libraries.Rust.SendChatMessage (.BasePlayer player, System.String name, System.String message, System.String userId) [0x00000] in <filename unknown>:0 at Oxide.Plugins.DeathNotes.SendChatMessage (.BasePlayer player, System.String prefix, System.String msg, System.Object uid) [0x00000] in <filename unknown>:0 at Oxide.Plugins.DeathNotes.NoticeDeath (Oxide.Plugins.DeathData data, Boolean reproduced) [0x00000] in <filename unknown>:0 at Oxide.Plugins.DeathNotes.OnEntityDeath (.BaseCombatEntity victim, .HitInfo info) [0x00000] in <filename unknown>:0 at Oxide.Plugins.DeathNotes.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 for the fix!
@recon
-
Worked like a charm. Thanx