Discussion:
problem with remotes
(too old to reply)
TrolLi
2005-04-19 14:44:39 UTC
Permalink
hello,
i am just learning to write scripts for Mirc.
all of my pop ups work, text & sound.
but my remote sounds won't work.
this is what i have so far:
SCRIPT
on 1!:JOIN:#Trolls_Treasures:/msg $chan Hi $nick - Welcome to $chan -
on 1!:JOIN:#Trolls_Treasures:/splay sound/C:\WINDOWS\Media\backtowork.wav
on 1!:JOIN:#Parenting:/splay sound/C:\WINDOWS\Media\backtowork.wav
on 1!:JOIN:#Nexus:/splay sound/C:\WINDOWS\Media\backtowork.wav
on 1!:JOIN:#Lobby:/splay sound/C:\WINDOWS\Media\backtowork.wav

on 1:TEXT:*hello*:#:/msg $chan Hello to you too $nick : )
on 1:TEXT:*i'm back*:#:/msg $chan Welcome Back, $nick : )
on 1:TEXT:*slaps TrolLi*:#:/msg $chan Careful, $nick I slap back : )

on 1:ACTION:*kicks TrolLi*:#:/msg $chan Careful, $nick I kick back : )
on 1:ACTION:*kisses TrolLi*:#:/msg $chan Careful, $nick I don't kiss back : )
on 1:ACTION:*hugs TrolLi*:#:/msg $chan Careful, $nick I hug back :)
on 1:ACTION:*looks at TrolLi*:#:/msg $chan Careful, $nick I look back : )
on 1:ACTION:*slaps TrolLi*:#:/msg $chan Careful, $nick I slap back : )

the text and action both work.
also, the greet message works.
i'm sure it's just some sort of typo but i can't see it.
i'm using Mirc 6.16.
i would like to set a sound to alert me when ANYONE joins ANY room that i'm in.
thanks,
li
--
<unsnipped quote>
"Carolyn" wrote:
That would be nice, but isn't that what war is about, the innocent getting hurt.
Date: (3\4\04)
Duncan10
2005-04-20 16:21:19 UTC
Permalink
When writing script with more than one command.....try using a separator
like | ....for example.... on
1!:JOIN:#Trolls_Treasures: | /splay sound/C:\WINDOWS\Media\backtowork.wav
give that a try and see it if works.
Post by TrolLi
hello,
i am just learning to write scripts for Mirc.
all of my pop ups work, text & sound.
but my remote sounds won't work.
SCRIPT
on 1!:JOIN:#Trolls_Treasures:/msg $chan Hi $nick - Welcome to $chan -
on 1!:JOIN:#Trolls_Treasures:/splay sound/C:\WINDOWS\Media\backtowork.wav
on 1!:JOIN:#Parenting:/splay sound/C:\WINDOWS\Media\backtowork.wav
on 1!:JOIN:#Nexus:/splay sound/C:\WINDOWS\Media\backtowork.wav
on 1!:JOIN:#Lobby:/splay sound/C:\WINDOWS\Media\backtowork.wav
on 1:TEXT:*hello*:#:/msg $chan Hello to you too $nick : )
on 1:TEXT:*i'm back*:#:/msg $chan Welcome Back, $nick : )
on 1:TEXT:*slaps TrolLi*:#:/msg $chan Careful, $nick I slap back : )
on 1:ACTION:*kicks TrolLi*:#:/msg $chan Careful, $nick I kick back : )
on 1:ACTION:*kisses TrolLi*:#:/msg $chan Careful, $nick I don't kiss back
: )
on 1:ACTION:*hugs TrolLi*:#:/msg $chan Careful, $nick I hug back :)
on 1:ACTION:*looks at TrolLi*:#:/msg $chan Careful, $nick I look back : )
on 1:ACTION:*slaps TrolLi*:#:/msg $chan Careful, $nick I slap back : )
the text and action both work.
also, the greet message works.
i'm sure it's just some sort of typo but i can't see it.
i'm using Mirc 6.16.
i would like to set a sound to alert me when ANYONE joins ANY room that i'm in.
thanks,
li
--
<unsnipped quote>
That would be nice, but isn't that what war is about, the innocent getting hurt.
Date: (3\4\04)
TrolLi
2005-04-20 17:24:43 UTC
Permalink
hi, Duncan10,

i tried your suggestion, unfortunately, it didn't work. i tried also with a blank space & putting
sounds into mirc sounds folder. it seems like it should work. if i remove the ! it works when i
join. i also tried changing the 1! to * with no success except when i join. for some reason, i'm not
able to script it to alert me to someone joining any channel i'm on. i've found sound options for
events such as dcc send etc.... but none for when someone joins.

thanks for the tip about the separator. i bet i'll need it elsewhere!
li

"Duncan10" <***@sbcglobal.net> wrote in message news:3kv9e.736$***@newssvr11.news.prodigy.com...
When writing script with more than one command.....try using a separator
like | ....for example.... on
1!:JOIN:#Trolls_Treasures: | /splay sound/C:\WINDOWS\Media\backtowork.wav
give that a try and see it if works.
Post by TrolLi
hello,
i am just learning to write scripts for Mirc.
all of my pop ups work, text & sound.
but my remote sounds won't work.
SCRIPT
on 1!:JOIN:#Trolls_Treasures:/msg $chan Hi $nick - Welcome to $chan -
on 1!:JOIN:#Trolls_Treasures:/splay sound/C:\WINDOWS\Media\backtowork.wav
on 1!:JOIN:#Parenting:/splay sound/C:\WINDOWS\Media\backtowork.wav
on 1!:JOIN:#Nexus:/splay sound/C:\WINDOWS\Media\backtowork.wav
on 1!:JOIN:#Lobby:/splay sound/C:\WINDOWS\Media\backtowork.wav
on 1:TEXT:*hello*:#:/msg $chan Hello to you too $nick : )
on 1:TEXT:*i'm back*:#:/msg $chan Welcome Back, $nick : )
on 1:TEXT:*slaps TrolLi*:#:/msg $chan Careful, $nick I slap back : )
on 1:ACTION:*kicks TrolLi*:#:/msg $chan Careful, $nick I kick back : )
on 1:ACTION:*kisses TrolLi*:#:/msg $chan Careful, $nick I don't kiss back
: )
on 1:ACTION:*hugs TrolLi*:#:/msg $chan Careful, $nick I hug back :)
on 1:ACTION:*looks at TrolLi*:#:/msg $chan Careful, $nick I look back : )
on 1:ACTION:*slaps TrolLi*:#:/msg $chan Careful, $nick I slap back : )
the text and action both work.
also, the greet message works.
i'm sure it's just some sort of typo but i can't see it.
i'm using Mirc 6.16.
i would like to set a sound to alert me when ANYONE joins ANY room that i'm in.
thanks,
li
--
<unsnipped quote>
That would be nice, but isn't that what war is about, the innocent getting hurt.
Date: (3\4\04)
Master Jedi
2005-04-21 00:18:37 UTC
Permalink
on 1!:JOIN:#Trolls_Treasures:/msg $chan Hi $nick - Welcome to $chan -
on 1!:JOIN:#Trolls_Treasures:/splay
sound/C:\WINDOWS\Media\backtowork.wav


since this is the same trigger ... and you want both to happen do it
like this instead:


on 1!:join:#trolls_treasures:{
msg # Hi $nick - Welcome to #Trolls_Treasures -
splay C:\WINDOWS\Media\backtowork.wav
}



---
Psionics.Net IRC Network
irc://chat.psionics.net
TrolLi
2005-04-21 10:05:38 UTC
Permalink
hello, Master Jedi
thank-you so much! your solution works.
i can now minimize mirc to my hidden taskbar
& have it tell me when someone joins,
instead of it unhiding my taskbar & flashing until i click it.
it was very irritating if i was doing something else.
again, thanks! you've made my Mirc friendly.
li

"Master Jedi" <***@psionics.net> wrote in message news:xjC9e.4342$***@attbi_s21...

on 1!:JOIN:#Trolls_Treasures:/msg $chan Hi $nick - Welcome to $chan -
on 1!:JOIN:#Trolls_Treasures:/splay
sound/C:\WINDOWS\Media\backtowork.wav


since this is the same trigger ... and you want both to happen do it
like this instead:


on 1!:join:#trolls_treasures:{
msg # Hi $nick - Welcome to #Trolls_Treasures -
splay C:\WINDOWS\Media\backtowork.wav
}



---
Psionics.Net IRC Network
irc://chat.psionics.net

Loading...