Visit the Kill Switch Master List for more information on these and other current known issues: https://forums.bhvr.com/dead-by-daylight/kb/articles/299-kill-switch-master-list
We encourage you to be as honest as possible in letting us know how you feel about the game. The information and answers provided are anonymous, not shared with any third-party, and will not be used for purposes other than survey analysis.
Access the survey HERE!
Nightbot Commands for Twitch Streamers
Not really sure where to put this, but I made a bunch of dbd commands for Nightbot for my brother's stream, didn't know if anybody else could use them here. Any of my commands here, you're more than welcome to use, and the instructions are below as well.
Instructions:
- Firstly, know these must be used with Nightbot
- Find the command you want by the title
- Copy the code underneath the command
- Post the code into your channel's chat, and send the message
- Have fun with the command!
Shrine of Secrets (!shrine)
About:
This is a command that will bring up the shrine of secrets. I know, there's already a command with this, but if you've used it recently, you'll know the one used among the general public is down sometimes. Feel free to skip over this one, or use it as an alternative, or whatever you want. The shrine command will always be updated the day the shrine updates in game.
Code:
!addcom !shrine $(urlfetch json https://pastebin.com/raw/HGEinjam)
Killer Perk Roulette (!kpr)
About:
This is a command that will bring up 4 random Killer Perks all at once. Something I always see is people having to exit the stream, go to a randomizer of some sort, then do perk roulette, then go back to twitch, then set it up. You get the point. My idea was to take a process that can take a bit of time, and make it possible in seconds.
Recommendations:
Firstly, I recommend you have all teachables unlocked, because this command assumes you have all teachables unlocked. Secondly, due to the way it works, there is a small chance one perk could be chosen for multiple perk slots. This is very unlikely, I've used it many times and only have had it happen once or twice, and the more perks that are added to the game, the lower chances become. What we do on my brother's stream; if a perk is chosen twice, we play without 1 perk slot for each duplicate. I understand not everyone wants to do that, so I recommend making this a command only available to mods, with a 5 second delay. This will allow mods to do the command as many times as possible, while still preventing chat users from spamming it.
Code:
!addcom !kpr $(eval a=$(urlfetch json https://pastebin.com/raw/mL2ATa53);a[Math.floor(Math.random()*a.length)]), $(eval a=$(urlfetch json https://pastebin.com/raw/mL2ATa53);a[Math.floor(Math.random()*a.length)]), $(eval a=$(urlfetch json https://pastebin.com/raw/mL2ATa53);a[Math.floor(Math.random()*a.length)]), $(eval a=$(urlfetch json https://pastebin.com/raw/mL2ATa53);a[Math.floor(Math.random()*a.length)])
Survivor Perk Roulette (!spr)
About:
This is a command that will bring up 4 random Survivor Perks all at once. Very similar to the KPR command, but a variation for Survivor Perks.
Recommendations:
Read the Killer Perk Roulette Command Recommendations, same things apply here.
Code:
!addcom !spr $(eval a=$(urlfetch json https://pastebin.com/raw/wGPL3vm3);a[Math.floor(Math.random()*a.length)]), $(eval a=$(urlfetch json https://pastebin.com/raw/wGPL3vm3);a[Math.floor(Math.random()*a.length)]), $(eval a=$(urlfetch json https://pastebin.com/raw/wGPL3vm3);a[Math.floor(Math.random()*a.length)]), $(eval a=$(urlfetch json https://pastebin.com/raw/wGPL3vm3);a[Math.floor(Math.random()*a.length)])
Random Killer (!rkiller)
About:
This is a command that will bring up a random killer.
Code:
!addcom !rkiller $(eval a=$(urlfetch json https://pastebin.com/raw/SYAU9Lj2);a[Math.floor(Math.random()*a.length)])
Random Survivor (!rsurvivor)
About:
This is a command that will bring up a random survivor
Code:
!addcom !rsurvivor $(eval a=$(urlfetch json https://pastebin.com/raw/kWXYsbi3);a[Math.floor(Math.random()*a.length)])
Kill Command (!kill) - DbD Themed
About:
This is a command to just have fun with. It will essentially say "User 1" Killed "User 2" "Random DbD related killing sequence." For example, Kodiak__Killer killed suplexity2 by hitting them with a machete while their leg was clamped by a bear trap.
Code:
!addcom !kill $(user) Killed $(touser) $(eval a=$(urlfetch json https://pastebin.com/raw/a8MdBj4Z);a[Math.floor(Math.random()*a.length)])
Conclusion:
That is all for right now, but hopefully I'll be back with a bunch more DbD related commands if people use these enough. If you have any requests (even if not related to DbD), feel free to let me know on the discord posted below! And if you have any questions, feel free to ask there too. You can try messaging me here, but I check the forums like once a month, and that's not even 100% guaranteed as of late, as I've become more and more sick of DbD and how the player base is encouraged to make the game unfun for others. That being said, these will continue to be up to date for as long as the game is going because I use them as a mod on a few streams that are exclusively DbD streams. So, even if I completely ditch DbD from my game list, the commands will still work with the exception of maybe some technical difficulties that I'll hopefully be able to help fix, and they'll still be up to date with the newest killers and survivors.
Questions or Suggestions? Let me know at https://discord.gg/9f9RgYdpMA
Comments
-
Great share, thank you.
I personally enjoy using nightbot and trying to reveal its secrets.
These guys created the list of some common commands for this bot - https://streammentor.com/fun-nightbot-commands/.
It is fun to know all this.
0 -
Normally I find necroposting annoying, but this post is actually helpful
0