DeathNotes

Moved

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

4.98519/5, 270 likes
  1. Show Animal Deaths . It does not work . Please update
     
  2. Did any errors popup? Did you enable it in the config?
     
  3. popup notification automatically returns false. What to do ??
    Of that I reload it calls into false
     
  4. Seems like you somehow failed at saving the config file.
     
  5. Version 3.3.71 is working perfectly for us. We have all information we need it is displayed.
     
  6. Fine for me, if it works for you.
     
  7. I have a new message is' Unknown Attacker Killed a Chicken With A Weapon from 0m Unknown. "Another little bug. I made a screen of the error

    [​IMG]
     
  8. ok. ..
     
  9. I am getting this error with the latest update:
    [Oxide] 4:40 PM [Error] Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v4.0.3' (NullReferenceException: Object reference not set to an instance of an object)

    It did not show deaths/kills in chat, so I checked rcon and that error showed every kill/death.
     
  10. I need the Debug part of that error...
     
  11. How do I get that?
     
  12. I'm getting that as well here the complete trace:

    Code:
    [Oxide] 2:57 PM [Error] Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v4.0.3' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 2:57 PM [Debug]   at Oxide.Plugins.DeathNotes.GetFormattedMessage (Oxide.Plugins.KillData data) [0x00000] in <filename unknown>:0 
      at Oxide.Plugins.DeathNotes.BroadcastDeath (Oxide.Plugins.KillData data, .BaseEntity attacker) [0x00000] in <filename unknown>:0 
      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 
    [RTSB] Thomas[9747316/76561198077258702] died (Bullet)
    [Oxide] 2:57 PM [Error] Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v4.0.3' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 2:57 PM [Debug]   at Oxide.Plugins.DeathNotes.GetFormattedMessage (Oxide.Plugins.KillData data) [0x00000] in <filename unknown>:0 
      at Oxide.Plugins.DeathNotes.BroadcastDeath (Oxide.Plugins.KillData data, .BaseEntity attacker) [0x00000] in <filename unknown>:0 
      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 
    [i2k] noabulo[14412276/76561198137204552] died (Fall)
    
     
  13. Animal deaths does work. look up a bit and see my post about clearing out the mod and the config file and re-installing and then edit the config file and set the animal deaths to true.
    [DOUBLEPOST=1443473996][/DOUBLEPOST]
    I wonder if this is from the Rain of fire mod. if a wolf gets hit by a rock or metal that is burning from the sky you might now have those resources listed.
    can I add attack items like "Rock" to the DeathNotes list?
     
  14. You can try doing that inside the plugin. You should see a list called attackers somewhere in the beginning
    [DOUBLEPOST=1443505645][/DOUBLEPOST]
    Line 78
    Code:
        attackerNames = new Dictionary<string, string>()
                {
                    {"Barricade.woodwire", "Wired Wooden Barricade"},
                    {"Wall.external.high.wood", "High External Wooden Wall"},
                    {"Barricade.wood", "Wooden Barricade"},
                    {"Barricade.metal", "Metal Barricade"},
                    {"Gates.external.high.wood", "High External Wooden Gate"},
                    {"Wall.external.high.stone", "High External Stone Wall"}
                };
    try adding it to this list, but I do not think that is causing it. I am just building up a list of stuff I need to fix, which I will fix today or tomorrow.
     
  15. keep up the good work, I appreciate all the effort :)
     
  16. [Oxide] 1:14 PM [Error] Failed to call hook 'OnEntityDeath' on plugin 'deathnotes v2.9.1'
    Traceback (most recent call last):
    File "deathnotes.py", line 356, in OnEntityDeath
    RuntimeError: Failed to call OnEntityDeath (MissingMemberException: deathnotes instance has no attribute 'metabolism')
    at IronPython.Runtime.Types.OldInstance/FastOldInstanceGet.Target (System.Runtime.CompilerServices.CallSite,object,IronPython.Runtime.CodeContext) <0x00162>
    at (wrapper dynamic-method) object.OnEntityDeath$22 (System.Runtime.CompilerServices.Closure,IronPython.Runtime.PythonFunction,object,object,object) <0x04a47>


    [Oxide] 1:14 PM [Error] Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v4.0.3' (NullReferenceException: )
    [Oxide] 1:14 PM [Debug] at (wrapper managed-to-native) UnityEngine.Component:get_transform ()
    at Oxide.Plugins.DeathNotes.GetDistance (.BaseCombatEntity vic, .HitInfo hitInfo) [0x00000] in <filename unknown>:0
    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
    StygianRiver[34802720/76561198091179524] died (ElectricShock)


    ?????
     
  17. Okay. I now got a good list of errors and other stuff I need to fix. Hoping to release a fix for these today.
     
  18. LaserHydra updated Death Notes with a new update entry:

    4.0.4

     
  19. was getting this spammed in rusty soon as i loaded the new update
    [Oxide] 7:47 AM [Info] [Death Notes] [DEBUG] AT: BroadcastDeath | OnEntityTakeDamage(assets/bundled/prefabs/autospawn/animals/wolf.prefab[31184571],HitInfo)
    [Oxide] 7:47 AM [Info] [Death Notes] [DEBUG] AT: BroadcastDeath | OnEntityTakeDamage(assets/bundled/prefabs/autospawn/animals/stag.prefab[31551821],HitInfo)
    [Oxide] 7:47 AM [Info] [Death Notes] [DEBUG] AT: Broadca
     
  20. Same here.

    Also since previous update I get nothing in chat, just in console, and it is a fresh config and the settings are correct.