Top

Voiced Death Note


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Apr 28, 2008
Last Updated  Apr 28, 2008
Tags  death  deathnote  note  vdn  voice 
  Bookmark and Share

Introduction

This is the alternative to my other Death note, The Op Version. Pretty much the same thing, except this time I've experimented a bit with INI files in an effort to clean up the coding. I think it's worked out pretty well.

Syntax: `vdn <target> <Death>

The default death is a heart attack, but this version doesn't kick, it devoices as the death. I was receiving complaints about the Op Version about how everyone could use it, so I did a little re-scripting and came up with this.

Notes: Timing might be a bit off, havent really messed around with that alot besides getting it to work.

Grab the Code

Comments

  (3)  RSS
Viper01
Comments: 77
 
mIRC Snippet:  Voiced Death Note
Posted on Apr 28, 2008 4:53 pm
I know having the ($2 !ison $chan) line seperate is a bit redundant, but if i included it on the isop/ishop line, it would\'ve read it as untargetable, even if the target was on the channel. Anyways, feedback and suggestions appreciated ^-^
Viper01
Comments: 77
 
mIRC Snippet:  Voiced Death Note
Posted on May 6, 2008 7:02 pm
Bump & Update

Currently working on a Dialog for all 3 sets of these I\'ve posted. Once it\'s done, i\'ll post it. idk how long itll take though since i suck at dialogs :p
napa182
Comments: 1,007
 
mIRC Snippet:  Voiced Death Note
Posted on May 6, 2008 9:51 pm
instead of useing
Code:
if ($2 isop $chan) || ($2 ishop $chan) {

you can also use
Code:
if ($nick(#,$2,oh)) {

it should do the same thing

Please Register or Login to start posting comments.
Bottom