DeathNotes

Moved

Total Downloads: 66,147 - First Release: Feb 14, 2015 - Last Update: May 13, 2018

4.98519/5, 270 likes
  1. 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 
     
  2. yeah it doesnt currently work - it be the rust update tonight it will be fixed.
     
  3. 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.
     
  4. Here's a quick fix until Laser implements a proper fix.

    Replace:
    With:
     
  5. not working..
     

    Attached Files:

  6. It works thanks recon.
     
  7. thank you
     
  8. thanks for the quick fix- it works
     
  9. Thanks - that works :)
     
  10. Code:
    Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v5.2.17' (NullReferenceException: Object reference not set to an instanc
    e of an object)
     
  11. Thanks works great
     
  12. same error here
     
  13. Same here too

    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
     
  14. the same here
     
  15. @recon Thank You - works
    edit
     
    Last edited by a moderator: Nov 3, 2017
  16. You shouldn't upload 'unapproved' files. Might get removed. That's why I just provided a manual fix for everyone.
     
  17. 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
    New error after update.
     
  18. Theres a fix above
     
  19. Worked like a charm. Thanx