Top

Death Note


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  7.0
Scores Submitted  4
Date Added  Feb 16, 2008
Last Updated  Apr 26, 2008
Tags  death  deathnote  dn  game  note 
  Bookmark and Share

Introduction

OP VERSION

Syntax: `dn <nick> <optional cause of death>

It will kick the target nick with the cause: 'You have suffered and died from a Heart Attack' if you leave it blank, or whatever you typed in for the cause.

-----------------------
UPDATE!!||||
-----------------------
I setup an op exclusion so the bot won't kick any ops, setup a no self-kicking system(You have to change BOTNAME to your bots name for it to work), and setup a no-false-name system. the NFN system works as follows:

<Nick>`dn The_Universe
<BOTNAME> The_Universe isn't in the channel, Nick.

More will be coming soon.

Bonus:
If you loved this script or based your script off of this one originally, why not try the Random Death Note? It's located at http://www.hawkee.com/snippet/4005/ and I'm always updating both to keep up with consumer demand. While your here/there, why don't you post some suggestions on how to make it better? I'd appreciate the feedback. Thanks, and enjoy your scripts.

Grab the Code

Comments

  (6)  RSS
[Joshh]
Comments: 7
 
mIRC Snippet:  Death Note
Posted on Feb 17, 2008 12:28 am
you do know it won't unset the variables and will skip the else as your missing a closing bracket in your if statement.
napa182
Comments: 1,128
 
mIRC Snippet:  Death Note
Posted on Feb 17, 2008 12:50 am
take out the global vars use
Code:
var %kira $nick
  var %dead $2
  var %cause $3-
  var %HA You have suffered and died from a Heart Attack.

and also you can use this instead of if ($3 == $null){
Code:
if (!$3) {

and fix the timer floods by useing this on ur timers
Code:
.timer

and fix ur else statement as [Joshh] stated
but this is an interesting script you should really turn it into somthing big like the show lol..

Viper01
Comments: 77
 
mIRC Snippet:  Death Note
Posted on Feb 17, 2008 2:10 pm
Fixed the If statement and cleaned up the $3 == $null problem
JOBNED1
Comments: 10
 
mIRC Snippet:  Death Note
Posted on Feb 18, 2008 1:34 am
I actually used this to make a modified form thanks.
Viper01
Comments: 77
 
mIRC Snippet:  Death Note
Posted on Feb 21, 2008 10:42 am
Updated: Setup a kick exclusion for ops (Ops can no longer be targeted) and setup a system that checks if the nick is in the channel, and if they/it isnt, it doesnt activate. If anyone else has any suggestions, I'd love to hear them.
Viper01
Comments: 77
 
mIRC Snippet:  Death Note
Posted on Apr 28, 2008 9:25 am
Any other comments/suggestions anyone wants to make? I'm working on 3 new games(none of which is easy since my laptop got banned from school for playing Unreal Tournament during class) (<.< >.>) So if anyone wants to suggest something for this, or my other script, the Random Death Note, be my guest.

Note: Working on cleaning up coding on this as well, hope you enjoy it when it's done.

Please Register or Login to start posting comments.
Bottom