mIRC Homepage
Posted By: stormie sounds - 17/12/02 09:03 PM
would it be possible to do different notice sounds...like..one from people or operserv..and to where you could turn one off if you needed or wanted to and leave the other one on?
Posted By: Hammer Re: sounds - 17/12/02 09:22 PM
That's very easily scriptable:
Code:

on *:NOTICE:*:?:{
  if (($fulladdress == OperServ!service@yournetwork.net) && (%OperServWav == on)) splay OperServ.wav
  elseif (($address($nick,3) ==*!*bleh@*.somewhere.net) && (%MyFriendJohnWav == on)) splay John.wav
  elseif (($address($nick,3) == *!*boo@*.moo.net) && (%TheCowWav == on) splay TheCow.wav
}
Posted By: stormie Re: sounds - 17/12/02 09:31 PM
ok, well..hmm..in the sounds in file/options..is there a way to make the normal notices sound stay on and still not have to use it for os stuff? confused or...can that not work?
Posted By: Hammer Re: sounds - 17/12/02 09:51 PM
-> Alt-O (Options)
-> Sounds tab
-> [X] Enable sounds
-> On Event, play sound:[color:#006600]
  • DCC Send
    DCC Fail
    Disconnect
    Flash
    Highlight
    Invite
    Notice
    Chat
[/color]The button immediately below the dropdown combo let's you assign a sound file to each of those events, individually. If you don't pick a file, it "turns it off" and the button will say "No Sound."
Posted By: stormie Re: sounds - 17/12/02 09:56 PM
is there a way to make it to where just os notices don't have sounds though? or does it have to be all notices?
Posted By: Hammer Re: sounds - 17/12/02 10:06 PM
That is what the script does I posted earlier: it shows you how to use address masks to pick out your friends and also allows you to turn them on and off by a variable. You could write a little popup script to turn them on and off, if you liked. smile
Posted By: stormie Re: sounds - 17/12/02 10:14 PM
oh!!! shocked ok!! thank you lol i just got confused in that whole thing i guess lol. thanks again:)
Posted By: stormie Re: sounds - 18/12/02 06:47 AM
is there any way i could make it for everyone all at once...instead of just doin a few people?
© mIRC Discussion Forums