Random Death Note
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 8.0 |
| Scores Submitted | 1 |
| Date Added | Feb 17, 2008 |
| Last Updated | Feb 17, 2008 |
| Tags | death deathnote dn game note random |
|
|
Introduction
Syntax: `rdeath <optional death scenario>
It randomly kicks a person from the channel with the optional death scenario, otherwise it just says 'You have suffered and died from a Heart Attack.'
Known Problems:
<None to date>
mIRC Snippet:
Random Death Note
Posted on Feb 18, 2008 5:18 am
Posted on Feb 18, 2008 5:18 am
very nice but you might want to add exempts for ops
mIRC Snippet:
Random Death Note
Posted on Feb 19, 2008 12:06 pm
Posted on Feb 19, 2008 12:06 pm
| Code: |
.timer 1 12 kick $chan %nick You died by %death $+ ! ( $+ %kira |
1) it should be ( $+ %kira $+ )
2) you should either make it $$2- at the top or make it
| Code: |
.timer 1 12 kick $chan %nick You died by $iif(%death,$v1,$gettok(SOME|RANDOM|DEATH REASONS|GO|HERE,$r(1,NUMBER OF REASONS),124) $+ ! ( $+ %kira $+ ) |
mIRC Snippet:
Random Death Note
Posted on Feb 20, 2008 10:39 am
Posted on Feb 20, 2008 10:39 am
any other tips to make it better i'll gladly edit in. for both this script and my original death note script :)
mIRC Snippet:
Random Death Note
Posted on Feb 20, 2008 1:45 pm
Posted on Feb 20, 2008 1:45 pm
I'm planning to use this in my chan and there's a few things you should consider on.
1)Put a timer on it so the same person can only do one 'rdeath at a time since they can actually carry on requesting and making you flood the chan.
2)Make it null if it's your nick since the script kicks yourself out and when it does, you can't auto-join back in the chan even though you have auto-join turned on.
That would be great if you can implement those into the script and great work.
1)Put a timer on it so the same person can only do one 'rdeath at a time since they can actually carry on requesting and making you flood the chan.
2)Make it null if it's your nick since the script kicks yourself out and when it does, you can't auto-join back in the chan even though you have auto-join turned on.
That would be great if you can implement those into the script and great work.








