DeathNotes

Moved

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

4.98519/5, 270 likes
  1. Well ... Make a flexible configuration so that it only added to the new values and do not hurt the old ... I've seen it in some plug-ins. Is that so hard? And I have to update each configuration to translate into another language.
     
  2. Any problems with this plugin as mine suddenly stopped working last night, ive not tampered with it or anything, not touched the config, its just been happily sitting there running and decided to stop working. only this error message in console.

    [Oxide] 4:38 PM [Error] Failed to load plugin 'deathnotes' (no source found)
     
  3. Getting this error occasionally -

    Code:
    File "deathnotes.py", line 314, in OnEntityDeath
    RuntimeError: Failed to call OnEntityDeath (NullReferenceException: )
    at (wrapper managed-to-native) UnityEngine.Component.get_transform () <0x00075>
    at (wrapper delegate-invoke) System.Func`2<UnityEngine.Component, UnityEngine.Transform>.invoke_Transform__this___Component (UnityEngine.Component) <0x00081>
    at Microsoft.Scripting.Interpreter.FuncCallInstruction`2<UnityEngine.Component, UnityEngine.Transform>.Invoke (object) <0x00075>
    at IronPython.Runtime.Binding.PythonGetMemberBinder/FastPropertyGet`1<object>.GetProperty (System.Runtime.CompilerServices.CallSite,object,IronPython.Runtime.CodeContext) <0x00054>
    at System.Dynamic.UpdateDelegates.UpdateAndExecute2<object, IronPython.Runtime.CodeContext, object> (System.Runtime.CompilerServices.CallSite,object,IronPython.Runtime.CodeContext) <0x0019c>
    at IronPython.Runtime.Binding.PythonGetMemberBinder/FastPropertyGet`1<object>.GetProperty (System.Runtime.CompilerServices.CallSite,object,IronPython.Runtime.CodeContext) <0x000c7>
    at (wrapper dynamic-method) object.OnEntityDeath$24 (System.Runtime.CompilerServices.Closure,IronPython.Runtime.PythonFunction,object,object,object) <0x0196d>
    
     
  4. SkinN õ.Õ'.|. updated Death Notes with a new update entry:

    Death Notes | Minor Fixes

     
  5. Code:
    [Oxide] 11:58 AM [Info] Unloaded plugin Death Notes v2.8.1 by SkinN
    [Oxide] 11:58 AM [Error] Failed to load plugin deathnotes (IOException: Sharing violation on path c:\games\108_61_124_32_28016\1218134\ruste\server\1218134\oxide\plugins\deathnotes.py)
    [Oxide] 11:58 AM [Debug]   at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0
      at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
      at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0
      at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown>:0
      at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string,System.Text.Encoding)
      at System.IO.File.ReadAllText (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
      at System.IO.File.ReadAllText (System.String path) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Python.Plugins.PythonPlugin.Load () [0x00000] in <filename unknown>:0
      at Oxide.Ext.Python.Plugins.PythonPluginLoader.Load (System.String directory, System.String name) [0x00000] in <filename unknown>:0
      at Oxide.Core.OxideMod.LoadPlugin (System.String name) [0x00000] in <filename unknown>:0 
    Oxide Version: 2.0.1232, Rust Protocol: 1301
     
  6. MESSAGES RADIUS
    What does it mean???
    I can not see someone kill people
    But I approached him, it will show the message
     
  7. Messages Radius is only getting used if you set Messages in Radius to true.
    Then it will only send the death message to players who are in the specific radius around the death.
     
  8. Thank you
    If i want to close Messages Radius
    Is 'MESSAGE IN RADIUS': False, to change True???
     
  9. If you want to enable a specific radius set MESSAGE IN RADIUS to true.
    If you want it being sent to everyone, set it on false
     
  10. Thank you very so much
    [DOUBLEPOST=1438748225][/DOUBLEPOST]I need help
    I change MESSAGE IN RADIUS to flase
    but i kill animal , my friend no see message,
     
  11. Working fine on my server...
     
  12. your server name??
     
  13. Rust Hidden Trees
     
  14. LaserHydra updated Death Notes with a new update entry:

    3.0.0

     
  15. Very big thx. I go testing.
     
  16. No problem :)
     
  17. getting this error
    Code:
    [8/5/2015 12:49:45 PM] [Oxide] 12:49 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
    
    Code:
    [8/5/2015 12:49:45 PM] [Oxide] 12:49 PM [Error] Failed to call hook 'OnEntityDeath' on plugin 'Death Notes' (NullReferenceException: Object reference not set to an instance of an object)
     
  18. Do you get that everytime? Or only under certain circumstances?