DeathNotes

Moved

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

4.98519/5, 270 likes
  1. Code:
    (09:16:24) | Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v5.2.10' (NullReferenceException: Object reference not set to an instance of an object)
     
  2. Code:
     Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v5.2.10' (NullReferenceException: Object reference not set to an instance of an object)
    but animal kills work :) thanks for update :)
     
  3. Getting this after update

    Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v5.2.10' (NullReferenceException: Object reference not set to an instance of an object)
    [DOUBLEPOST=1493117490][/DOUBLEPOST]I deleted config and data files and completely reloaded the whole plugin
     
  4. Laser,

    Question. I have enabled using the simple UI. But it never shows when a player kills something. Am I missing something.

    "Simple UI - Font Size": 20,
    "Simple UI - Left": 0.1,
    "Simple UI - Max Height": 0.05,
    "Simple UI - Max Width": 0.8,
    "Simple UI - Top": 0.1,
    "Simple UI Hide Timer": 5.0,
    "Strip Colors from Simple UI": false,
    "Use Simple UI": true,
     
  5. Update,

    Regular players see the simple UI, but not admins. However admins see the deathnote chats and players do not.
     
  6. bug in the plugin! Because of this.
    Code:
    var corpse = victim as BaseCorpse;
                if (corpse != null)
                    return;            var npc1 = info.Initiator as BaseNpc;
                var npc2 = victim as BaseNpc;
                if (!SnowNpcBattles && npc1 != null && npc2 != null)
                    return;
    
     
  7. Wulf

    Wulf Community Admin

    Add a null check here and let me know if that fixes it for you:

    var npc1 = info?.Initiator as BaseNpc;

    (the ? is the null check)
     
  8. I do not see the error scrolling in console anymore, so I assume that worked.
     
  9. Wulf

    Wulf Community Admin

    Wulf updated Death Notes with a new update entry:

    5.2.11

     
  10. Is there no way to fix this where animals deaths are once again reported
     
  11. Wulf

    Wulf Community Admin

    Did you download the updated version of the plugin? Should have already been fixed.
     
  12. Oh yea. Sorry know this fixed it.. ty so much Wulf truly awesome person
     
  13. Note in chat says SERVER NAME was killed ............ Before it never announced it how can I change so it does not?
     
  14. Wulf

    Wulf Community Admin

    Do you have someone on the server named SERVER NAME?
     
  15. No its my own it says SERVER WADDS was killed by.......... I haven't changed anything, I just noticed it now

    Its says my name in green also with the death note attached, that's fine obviously I just don't want the server one on there
     
  16. Wulf

    Wulf Community Admin

    I don't think anything was added or changed that would change how it sends to chat, so not sure why it would say that. Do you have a screenshot of it?
     
  17. Wulf

    Wulf Community Admin

  18. Can players see the SERVER one? or is that just for the server. The death note one is fine. As I'm experimenting with everything I wouldn't want players to think there is admin abuse on the server
     
  19. maybe its from RustAdmin app ? there is option to show something like that