DeathNotes

Moved

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

4.98519/5, 270 likes
  1. My config is Ok too, because I`ve tested it in JSON Validator. So it looks like it is bug in code(.
     
  2. Kill from: Bolt Action Rifle - Thigh - 174 м.
    [Oxide] 6:04 PM [Error] Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v3.1.31' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 6:04 PM [Debug] at Oxide.Plugins.DeathNotes.OnEntityDeath (.BaseCombatEntity vic, .HitInfo hitInfo) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
     
  3. was it propably with a silencer?
     
  4. I've asked - No
     
  5. was there anything it did not show? Attacker, Distance, Weapons, Victim?
     
  6. Is anyone else having problems changing colours in the config. I make changes then reload and it reverts.
     
  7. works fine for me.
     
  8. If I change:

    Code:
     "Colors": {
        "Animal": "#4B75FF",
        "Attacker": "#4B75FF",
        "Bodypart": "#4B75FF",
        "Distance": "#4B75FF",
        "Message": "#AFAFAF",
        "Prefix": "grey",
        "Victim": "#4B75FF",
        "Weapon": "#4B75FF"
      },
    
    To:

    Code:
    "Colors": {
        "Animal": "#6396e1",
        "Attacker": "#6396e1",
        "Bodypart": "#6396e1",
        "Distance": "#6396e1",
        "Message": "#AFAFAF",
        "Prefix": "grey",
        "Victim": "#6396e1",
        "Weapon": "#6396e1"
      },
    It just reverts to first example on reload
     
  9. are you sure it saved correctly?
     
  10. Yes, same as always :)

    I can make other changes to the json and they stick. These ones do not.
     
  11. works totally fine for me.
     
  12. LaserHydra updated Death Notes with a new update entry:

    3.1.4

     
  13. Can you make log and save the data of deaths?
     
  14. What data you want do be saved?
    How do you want it to be saved?
    Like the actual Death Note lines?
     
  15. Yea, I want who got killed by who and from what to be stored, so basically what the players see
     
  16. okay..
     
  17. LaserHydra updated Death Notes with a new update entry:

    3.1.41

     
  18. I have this deatnote in oxide logs but it is a deatnotelogerros..


    Code:
    [9/10/2015 5:14:53 PM] Failed at unknown position in OnEntityDeath: Object reference not set to an instance of an object
    [9/10/2015 5:31:50 PM] Failed at unknown position in OnEntityDeath: Object reference not set to an instance of an object
    [9/10/2015 5:34:19 PM] Failed at unknown position in OnEntityDeath: Object reference not set to an instance of an object
    [9/10/2015 5:38:38 PM] Failed at unknown position in OnEntityDeath: Object reference not set to an instance of an object
    [9/10/2015 5:39:23 PM] Failed at unknown position in OnEntityDeath: Object reference not set to an instance of an object
    [9/10/2015 5:41:59 PM] Failed at unknown position in OnEntityDeath: Object reference not set to an instance of an object
    [9/10/2015 5:56:25 PM] Failed at unknown position in OnEntityDeath: Object reference not set to an instance of an object
    [9/10/2015 6:05:59 PM] Failed at unknown position in OnEntityDeath: Object reference not set to an instance of an object
    [9/10/2015 6:14:47 PM] Failed at unknown position in OnEntityDeath: Object reference not set to an instance of an object
    [9/10/2015 6:15:48 PM] Failed at unknown position in OnEntityDeath: Object reference not set to an instance of an object
    Can I remove the file ? and see what happens ?
     
  19. It is just an error log which stops it from sending it to your console. You can ignore that as long as the plugin works fine.