mIRC Theme
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Sep 08, 2009 |
| Last Updated | Nov 04, 2009 |
| Tags | mirc sunnyd theme |
Introduction
I'm sure theres a been a bunch of mIRC themes on here but meh heres mine :P
It's kind of based off default mIRC theme only with a black background and some minor color changes.
-Ban Alert-
Beeps twice and flashing icon if IRC isn't your active window, if you dont want it in there simply remove the "on *:BAN:#:{" line, or if u have any suggestions on putting a trigger there. I myself have tried basing it on and "if" comparison, but interferes with the script. -Note- if someone mass bans you, (+bbb) it echoes 1 line per ban.
-Defcolor-
Ex.(/defcolor op halfop voice), Changes your ranked display colors as specified lol
-Screenie-
http://img529.imageshack.us/img529/8094/themey.png
-Updates-
-Bug fixes
-added notices
-added topic and related raws
-added beeps and flashes similar to mIRC's default theme (pm sounds, notices etc)
-added theme to queries
-added highlights
Leave a comment :D constructive criticism and any advice welcome.
mIRC Snippet:
mIRC Theme
Posted on Sep 8, 2009 3:53 pm
Posted on Sep 8, 2009 3:53 pm
| Code: |
| echo -m $chan $timestamp |
you can use the 't' switch to prefix the line with the current $timestamp
mIRC Snippet:
mIRC Theme
Posted on Sep 8, 2009 5:52 pm
Posted on Sep 8, 2009 5:52 pm
done :D had went thru an updated some but guess i missed a few :P
mIRC Snippet:
mIRC Theme
Posted on Sep 8, 2009 6:38 pm
Posted on Sep 8, 2009 6:38 pm
Very nice, but some things that could make it shorter...
You don't need to set vars for colors, that's what /cnick is for. So it can be
and these...
can be shortened by nesting $iif
Same with the on INPUT.
Otherwise very nice 8/10
| Code: |
set %o.col 4 | set %h.col 7 | set %v.col 12 + defcolor |
You don't need to set vars for colors, that's what /cnick is for. So it can be
| Code: |
tokenize 46 * 4 ~&@.* 7 % .* 12 +.* 01.on | .cnick $* |
and these...
| Code: |
if ($nick isop #) { echo -t $chan $+ %o.col $+ «14( $+ %o.col $+ @14) $+ $nick $+ $+ %o.col $+ » $1- } elseif ($nick ishop #) { echo -t $chan $+ %h.col $+ «14( $+ %h.col $+ $chr(37) $+ 14) $+ $nick $+ $+ %h.col $+ » $1- } elseif ($nick isvoice #) { echo -t $chan $+ %v.col $+ «14( $+ %v.col $+ +14) $+ $nick $+ $+ %v.col $+ » $1- } elseif ($nick isreg #) { echo -t $chan 4«14 $+ $nick $+ 4» $1- } if ($me isop #) { haltdef | .msg # $1- | echo -at $+ %o.col $+ «14( $+ %o.col $+ @14) $+ $me $+ $+ %o.col $+ » $1- | halt } elseif ($me ishop #) { haltdef | .msg # $1- | echo -at $+ %h.col $+ «14( $+ %h.col $+ $chr(37) $+ 14) $+ $me $+ $+ %h.col $+ » $1- | halt } elseif ($me isvoice #) { haltdef | .msg # $1- | echo -at $+ %v.col $+ «14( $+ %v.col $+ +14) $+ $me $+ $+ %v.col $+ » $1- | halt } elseif ($me isreg #) { haltdef | .msg # $1- | echo -at 4«14 $+ $me $+ 4» $1- | halt } |
can be shortened by nesting $iif
| Code: |
echo -t $chan $iif($nick isop $chan, $+ %o.col $+ «14( $+ %o.col $+ @14) $+ $nick $+ $+ %o.col $+ »,$iif($nick ishop $chan, $+ %h.col $+ «14( $+ %h.col $+ $chr(37) $+ 14) $+ $nick $+ $+ %h.col $+ »,$iif($nick isvoice $chan, $+ %v.col $+ «14( $+ %v.col $+ +14) $+ $me $+ $+ %v.col $+ »,$iif($nick isreg $chan,4«14 $+ $me $+ 4»)))) $1- | halt |
Same with the on INPUT.
Otherwise very nice 8/10
mIRC Snippet:
mIRC Theme
Posted on Sep 8, 2009 6:45 pm
Posted on Sep 8, 2009 6:45 pm
thanks :DDD i'll get right on that :p
mIRC Snippet:
mIRC Theme
Posted on Sep 8, 2009 6:58 pm
Posted on Sep 8, 2009 6:58 pm
o.O That's enough Pipes for all the crackheads in Cincinnati.
mIRC Snippet:
mIRC Theme
Posted on Sep 8, 2009 10:15 pm
Posted on Sep 8, 2009 10:15 pm
ADD:
if ($nick isadmin #) { }
if ($nick isadmin #) { }
mIRC Snippet:
mIRC Theme
Posted on Sep 9, 2009 2:44 pm
Posted on Sep 9, 2009 2:44 pm
Bushak 'isadmin' isnt an /if operator
mIRC Snippet:
mIRC Theme
Posted on Sep 10, 2009 7:00 pm
Posted on Sep 10, 2009 7:00 pm
Can some one please tell me why the fack.. it doubles i didn't double load i Checked every thing i can't see why it does :S
It only doubles when i speak :/
| Code: |
| [12:58:33:am] 4«14(4@14)[M|GhTyK|LLeR]4» lol [12:58:33:am] 4«14(4@14)[M|GhTyK|LLeR]4» lol |
It only doubles when i speak :/
mIRC Snippet:
mIRC Theme
Posted on Sep 10, 2009 7:21 pm
Posted on Sep 10, 2009 7:21 pm
do u have 2 input scripts? it could be any 2 inputs scripts, doesnt necessarily have to be the same script twice
mIRC Snippet:
mIRC Theme
Posted on Sep 10, 2009 7:26 pm
Posted on Sep 10, 2009 7:26 pm
lol ok thanks Nope... i checked em it aint that :S
It doubles ffs :S it's a good script Maybe it's some thing else i am useing O_o
Yes i do lol but it's never effected any thing b4 OO
| Code: |
| [01:28:11:am] <[M|GhTyK|LLeR]> 5FÚCK [01:28:11:am] 4«14[M|GhTyK|LLeR]4» fark [01:28:11:am] * You were kicked by glaucus (flood) [01:28:11:am] * Attempting to rejoin channel #LOL [01:28:11:am] * Rejoined channel #LOL [01:28:11:am] * Topic is 'LOLOLOL' [01:28:11:am] * Set by glaucus on Fri Aug 28 18:14:42 [01:28:21:am] <Brent> lol [01:28:21:am] 4«14Brent4» lol |
It doubles ffs :S it's a good script Maybe it's some thing else i am useing O_o
| Quote: |
| do u have 2 input scripts? it could be any 2 inputs scripts, doesnt necessarily have to be the same script twice |
mIRC Snippet:
mIRC Theme
Posted on Sep 10, 2009 8:46 pm
Posted on Sep 10, 2009 8:46 pm
use the ^ prefix on the input event
mIRC Snippet:
mIRC Theme
Posted on Sep 10, 2009 8:57 pm
Posted on Sep 10, 2009 8:57 pm
sunslayer, I don't think that'll make any difference, because, according to mirc's help file, it states:
As you can see, the on input event isn't listed. I've been told the ^ for on input is undocumented, but for my past attempts to get it to work with the ^ prefix did not yield a success.
| Quote: |
| The ^ event prefix currently works only on the following types of events: ACTION, BAN, CHAT, DEHELP, DEOP, DEVOICE, HELP, INVITE, JOIN, KICK, MODE, NICK, NOTICE, OP, OPEN, PART, PING, TEXT, UNBAN, USERMODE, VOICE, QUIT, SERV, SERVERMODE, SERVEROP, SNOTICE, TABCOMP, TOPIC, WALLOPS. |
mIRC Snippet:
mIRC Theme
Posted on Sep 10, 2009 9:26 pm
Posted on Sep 10, 2009 9:26 pm
hmm nvr knew that
anyways if u cant use ^ then change the order of the files(file>order) and make this script number 1 and make sure to /halt it, should fix the problem
anyways if u cant use ^ then change the order of the files(file>order) and make this script number 1 and make sure to /halt it, should fix the problem
mIRC Snippet:
mIRC Theme
Posted on Sep 10, 2009 9:41 pm
Posted on Sep 10, 2009 9:41 pm
yikes lol, might try halting the other input or removing it to test, checked everything over and seems ok to me D:
mIRC Snippet:
mIRC Theme
Posted on Sep 12, 2009 3:11 pm
Posted on Sep 12, 2009 3:11 pm
updated, think i fixed the double echo problem as i ran into it earlier, people who had 2 modes IE. o and h and v, were echoing 3 times cause it matched 3 different if's.
mIRC Snippet:
mIRC Theme
Posted on Sep 27, 2009 3:53 pm
Posted on Sep 27, 2009 3:53 pm
@ sunslayer i did what you said "use the ^ prefix on the input event" It did'nt make a diffrence...
mIRC Snippet:
mIRC Theme
Posted on Sep 27, 2009 5:11 pm
Posted on Sep 27, 2009 5:11 pm
as jethro_ said:
| Quote: | ||
sunslayer, I don't think that'll make any difference, because, according to mirc's help file, it states:
As you can see, the on input event isn't listed. I've been told the ^ for on input is undocumented, but for my past attempts to get it to work with the ^ prefix did not yield a success. |
| Quote: |
| anyways if u cant use ^ then change the order of the files(file>order) and make this script number 1 and make sure to /halt it, should fix the problem |
mIRC Snippet:
mIRC Theme
Posted on Sep 27, 2009 5:14 pm
Posted on Sep 27, 2009 5:14 pm
Oh sorry i didn't read any other comments lool D:
mIRC Snippet:
mIRC Theme
Posted on Sep 27, 2009 5:31 pm
Posted on Sep 27, 2009 5:31 pm
Lolz SunSlayer can u pvt me what server u're on or?
o.O
o.O
mIRC Snippet:
mIRC Theme
Posted on Sep 27, 2009 5:37 pm
Posted on Sep 27, 2009 5:37 pm
irc.swiftirc.net -j #sunslayer





