Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → mIRC Script Problem
mIRC Script Problem
2004-01-24, 7:26 AM #1
Alright.. so basically, I have this here script...

/music { set %songno $calc( %songno + 1 ) | runmusic }
/runmusic {
/set %oldsong %song
/dll mir.dll songv
if (%song == %oldsong) {
/ame is rockin the casbah to %song - ( $+ %songlength $+ ) (Casbah's Rocked: $+ %songno $+ )
}
else {
/ame is rockin the casbah to %song $+ - ( $+ %songlength $+ ) (Casbah's Rocked: $+ %songno $+ )
}
}
/f5 { /timersongs 9999 180 /music }
/f4 {
/music

..but, when I type /music, this comes up..

* /dll: unable to open 'C:\Program Files\mIRC\mir.dll' (line 17, aliases.ini)

Does anyone know why this may be happening, or know where I can get a copy of mir.dll?

------------------
Happy "Diseased" dud: You said I'd be like this guy. Boycotting everything..
Happy "Diseased" dud: ted kazcnisky. That's who it was.
Happy "Diseased" dud: Wait, That's the unibomer.
Happy "Diseased" dud: Wrong guy.
"If you watch television news, you will know less about the world than if you just drink gin straight out of the bottle."
--Garrison Keillor
2004-01-24, 7:47 AM #2
A quick google search revealed: http://www.luunja.edu.ee/~kristjan/Stuff/Jublakad/Install/mir.dll

------------------
The future is here, and all bets are off.
And when the moment is right, I'm gonna fly a kite.
2004-01-24, 9:09 AM #3
what did you search.. When I searched I got nothing

------------------
Happy "Diseased" dud: You said I'd be like this guy. Boycotting everything..
Happy "Diseased" dud: ted kazcnisky. That's who it was.
Happy "Diseased" dud: Wait, That's the unibomer.
Happy "Diseased" dud: Wrong guy.
"If you watch television news, you will know less about the world than if you just drink gin straight out of the bottle."
--Garrison Keillor

↑ Up to the top!