Highlight Script
Please Register to submit score.
| Average Score | 0.0 |
| Scores Submitted | 0 |
| Date Added | May 09, 2008 |
| Last Updated | May 09, 2008 |
| Tags | beep dialog flash highlight highlightdialog tip |
Introduction
I primarily uploaded this script because i had a little problem with the script. I have been looking for a way to add more words to respond to, but it didn't work out.
The reason me and my friend made this script was that we got sick from highlights by some people, but didnt think it was necesarry to ignore them, because then you don't get any messages.
I would already like to thank you guys for the ideas you guys/girls will bring
mIRC Snippet:
Highlight Script
Posted on May 9, 2008 10:15 am
Posted on May 9, 2008 10:15 am
on *:TEXT:*:#: {
if ($regex($1-,/(Sjefke|nick2|nick3|nick4|..|)/Si) {
set %chan $chan
set %nrm 0
:num
inc %nrm
if $chan == $read(chans.txt, %nrm)) { halt }
$iif(%nrm >= 100, goto ver, goto num)
:ver
set %nmr 0
if (%highlight == 0) { halt }
:numm
inc %nmr
if ($nick == $read(nicks.txt, %nmr)) { halt }
$iif(%nmr >= 100, goto verd, goto numm)
:verd
//echo -a 4 $nick $+ said $+ :' 12 $1- $+ ' on 7 $chan 2 at 4 $time $+ !
if (%flash == 0) goto beep
/flash -bN $nick Highlighted $me on %chan
:beep
if (%beep == 0) goto tip
/beep %beeps
:tip
if (%tip == 0) { halt }
$tip(Highlight,Active highlight,$nick Highlighted $me on %chan,30,$null,$null,$null,$null)
}
}
if ($regex($1-,/(Sjefke|nick2|nick3|nick4|..|)/Si) {
set %chan $chan
set %nrm 0
:num
inc %nrm
if $chan == $read(chans.txt, %nrm)) { halt }
$iif(%nrm >= 100, goto ver, goto num)
:ver
set %nmr 0
if (%highlight == 0) { halt }
:numm
inc %nmr
if ($nick == $read(nicks.txt, %nmr)) { halt }
$iif(%nmr >= 100, goto verd, goto numm)
:verd
//echo -a 4 $nick $+ said $+ :' 12 $1- $+ ' on 7 $chan 2 at 4 $time $+ !
if (%flash == 0) goto beep
/flash -bN $nick Highlighted $me on %chan
:beep
if (%beep == 0) goto tip
/beep %beeps
:tip
if (%tip == 0) { halt }
$tip(Highlight,Active highlight,$nick Highlighted $me on %chan,30,$null,$null,$null,$null)
}
}
mIRC Snippet:
Highlight Script
Posted on May 9, 2008 10:28 am
Posted on May 9, 2008 10:28 am
i forgot a bracket
in the if ($regex statement, add a ) at the end
it should look like this
if ($regex($1-,/b(Sjefke|nick2|nick3|nick4|..|)b/Si)) {
in the if ($regex statement, add a ) at the end
it should look like this
if ($regex($1-,/b(Sjefke|nick2|nick3|nick4|..|)b/Si)) {




