DeathNotes

Moved

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

4.98519/5, 270 likes
  1. upload_2017-10-27_20-47-41.png
    does this shit happen only to me or smth?
     
  2. Kill messages on my server are displaying correctly.
    I just flew around the map killing a few animals etc and so far seems fine.

    I killed 10 npcs and they all went to seperate lines in chat but looking at yours - u r not using chat to display it
     
  3. Killed by zombie shows:
    "Killed by "

    How can i add zombie to the list?
     
  4. i do not get any names displayed in the chat

    [Death Notes] A Boar followed until it finally caught him.

    [Death Notes] was shot in the Jaw by ExA_Cerberus with a Double Barrel Shotgun (Weapon flashlight) from 0.7m.

    Sometimes it does not recognize the weapon and writes NO Weapon

    Has started after the update, what is wrong?
     
  5. Yes.Those are the new NPCs.Seems they can kill animals too.
     
  6. my chat display work just fine, don't worry about that, the thing I'm showing is only the screen bug.
     
  7. I just removed the plugin and I still have the buggy message at the top. help me
     
  8. Remove config and data files too_Or alternatively, you just needed to type oxide.unload "DeathNotes".
     
  9. I just removed the CustomAI plugin and everything works again.
     
  10. It's because of the zombies, they kill players and other npc's

    Anyone know how to add zombies to deathnotes?
     
  11. i dont use CustomAI and i still get the problem for now ive got on killfeed and its working ok for me be intresting to figure out why its doing it with deathnotes only other problem i have is i also use the godmode plugin and renamed the tags to admin and that wont show the tags next to the players name since lastnights update
     
  12. Anyone know how to add zombies to deathnotes?
     
  13. need to find there rust id/names and add them in the data file i assume
     
  14. Isn't the zombies the same AI as @Steenamaroo uses in BotSpawn? I thought there was an addition in that thread that added the new NPC's to DeathNotes
     
  15. The zombies are returning truthy on (entity.ToPlayer() != null), so it's looking for a userID and not finding one :(
    [DOUBLEPOST=1509133356][/DOUBLEPOST]
    Not sure, but using his plugin (BotSpawn for Rust | Oxide) does seem to prevent the spam of "" killed "" etc.
     
  16. Zombies have steam ID like this: 7656119000xxxxxxx
     
  17. I see a fix was missed so here it is
    line 188 change
    Code:
    CommunityEntity.ServerInstance.ClientRPCEx(new Network.SendInfo() { connection = player.net.connection }, null, "DestroyUI", new Facepunch.ObjectList(uiName));
    to
    Code:
    CommunityEntity.ServerInstance.ClientRPCEx(new Network.SendInfo() { connection = player.net.connection }, null, "DestroyUI", uiName);
     
  18. Wulf

    Wulf Community Admin

    Wulf updated Death Notes with a new update entry:

    5.2.15

     
  19. It doesn't help, but the name of the new zombies is murderer, I can spawn them in F1 using "spawn murderer", but when I tinkered with the plugin/config to try to add them, they still don't show up by name in chat. Maybe someone who knows how to do this will post it.
     
  20. is there anyway this can display when we killed the Murderer or Scientist.At moment its always blank