DeathNotes

Moved

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

4.98519/5, 270 likes
  1. Well for people using the simple UI there were problems with the Overlays, it had to be changed to Overlay as opposed to HUD/Overlay
     
  2. line
    299
    Code:
    if (entity.name.Contains("gate.external.high.wood.prefab"))
    change to
    Code:
    if (entity.name.Contains("gates.external.high.wood.prefab"))
    line 301
    Code:
    if (entity.name.Contains("gate.external.high.wood.prefab"))
    change to
    Code:
    if (entity.name.Contains("gates.external.high.stone.prefab"))
     

    Attached Files:

  3. Thanks :)
     
  4. from my understanding, I am supposed to take the cs file and put into rustserver/server/oxide/config/
    I did that, and then i thought i was supposed to open my .bat file and type in oxide.reload DeathNotes.
    I did this, and it states 'no source found".
    I am new to plugins on Rust, am I doing something wrong?
     
  5. All plugin Files are put into .../oxide/plugins
     
  6. Having an issue where multiple heli deaths are showing up for just one heli. Realize change log said this was fixed, but it's still happening for us using v5.2.5.

    Any idea how I stop this?
     
    Last edited by a moderator: Jul 12, 2016
  7. The same issue. Heli destroy Heli messages. 4-5 times
     
  8. Hello guys. This is probably answered 100 times but im having a headache reading through posts.

    Problem A: Turning off animal kills , deaths. Ive followed instructions on the Overview and they still pop up. Now i understand after editing config im to enter oxide.reload DeathNotes into console however it then replies with [Error] Failed to load plugin 'deathnotes' (no source found). So therefore no change is happening at all. Still the animal kill spam.


    Problem B: setting permissions. Can someone please explain the console command to me? Im entering all kinds of combos of the command given on overview but everytime im told Permissions not known.

    Thanks in advance. Driving me crazy.
     
  9. Make sure you enter the plugin name with respected upper-lower casing for reloading.

    For granting yourself permissions to use /deaths for example:
    oxide.grant user Rickne deathnotes.customize
     
  10. For realod use: reload DeathNotes
     

  11. Got the permissions part to work in the end . Now im really moving . Just gotta get the hang of this reload command. If i can just get rid of the animal kills i'll be where i wanna be with everything. Thanks for the help folks.
     
  12. "addui unknown parent hud/overlay" in game console and I dont see HUD.
    What i need doing?))
    Thank YoU :p
     
  13. Code:
    13:24 [Error] Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v5.2.5' (NullReferenceException: )
    13:24 [Debug]   at (wrapper managed-to-native) UnityEngine.Object:get_name ()
      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 (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 name, System.Object[] args) [0x00000] in <filename unknown>:0
     
  14. Error while compiling DeathNotes.cs(716,70): error CS0117: `ConsoleSystem' does not contain a definition for `Broadcast'
    What wrong?
     
  15. ConsoleSystem.Broadcast -> ConsoleNetwork.BroadcastToAllClients
     
  16. Are you using the latest version of DeathNotes? Make sure you do. That should work fine.
     
  17. It's broken (at least if he's not using the latest version or your plugin) with today's update because Broadcast was removed/moved from ConsoleSystem.
     
  18. With love
     
  19. Wulf

    Wulf Community Admin

    The plugin doesn't use that, so the only way you'd get that is if you are either outdated with the plugin or outdated with Oxide.
     
  20. Code:
    (08:29:01) | [Oxide] 07:29 [Error] Failed to call hook 'OnEntityDeath' on plugin 'DeathNotes v5.2.5' (NullReferenceException: )
    (08:29:01) | [Oxide] 07:29 [Debug]   at (wrapper managed-to-native) UnityEngine.Object:get_name ()
      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 (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 name, System.Object[] args) [0x00000] in <filename unknown>:0