What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Play all regular sounds for specific Contacts while Busy

Pages: (2): « First [ 1 ] 2 » Last »
Play all regular sounds for specific Contacts while Busy
Author: Message:
artfuldodga
Full Member
***

Avatar

Posts: 178
Joined: Mar 2006
O.P. Play all regular sounds for specific Contacts while Busy
I don't mean emoticon sounds :) but I would like it, if i could select which Contacts I want to be able to hear while busy.

Possible? or already in Plus! Live somewhere..

* More specificly, the Instant Message Sound.
08-09-2006 05:11 PM
Profile PM Find Quote Report
problem-solver-wlm
Junior Member
**

Avatar
i see a putty cat!!

Posts: 22
Reputation: -3
Joined: Aug 2006
RE: Play all regular sounds for specific Contacts while Busy
id realy love this and i need it because sometimes you need to talk to people if your doing something on the computer and the glowy tsakbar dosnt help if its someone else u dont want to speak to

This post was edited on 08-09-2006 at 06:43 PM by problem-solver-wlm.
08-09-2006 06:43 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Play all regular sounds for specific Contacts while Busy
I'm sure you could do something like turn off the default signin toast, replace it with your own when people sign in, and set it so that if the contacts email is one you want to hear sound for, it plays the sound file :p

PS: you could set it for other events as well as signin
<Eljay> "Problems encountered: shit blew up" :zippy:
08-09-2006 07:16 PM
Profile PM Find Quote Report
artfuldodga
Full Member
***

Avatar

Posts: 178
Joined: Mar 2006
O.P. RE: Play all regular sounds for specific Contacts while Busy
i didn't see in the 'event notifications' that it will play the sound of an instant message ..  only 'started new chat' .. sound, but what i would like is for the instant message sound to play for specific contacts, regardless if you are busy, right now i don't think it can do that
08-09-2006 09:19 PM
Profile PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Play all regular sounds for specific Contacts while Busy
I know you can play sounds during a toast, so why not be able to do it at other times? :s
<Eljay> "Problems encountered: shit blew up" :zippy:
08-10-2006 05:10 PM
Profile PM Find Quote Report
artfuldodga
Full Member
***

Avatar

Posts: 178
Joined: Mar 2006
O.P. RE: Play all regular sounds for specific Contacts while Busy
hard to explain what i mean i guess, i'd like all the regular sounds of WLM, including Plus! sounds...  to play for specific contacts, when set to Busy.
08-10-2006 07:42 PM
Profile PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Play all regular sounds for specific Contacts while Busy
You mean this?

I know you can turn off sound notifications using Plus! for certain contacts. If this is possible using a script, then you can disable sounds from unwanted contacts when your status is set to busy and then the others will still play

.bmp File Attachment: sounds.bmp (293.96 KB)
This file has been downloaded 168 time(s).
<Eljay> "Problems encountered: shit blew up" :zippy:
08-10-2006 07:50 PM
Profile PM Find Quote Report
artfuldodga
Full Member
***

Avatar

Posts: 178
Joined: Mar 2006
O.P. RE: Play all regular sounds for specific Contacts while Busy
i tick that option so its enabled... but, when im set busy, i get no IM sound when somebody is msging me :), you know.. the 'New Instant Message' sound in Messenger itself.

Event Notification sounds Do work.. when set to Busy, if i have a Sound attached to them, but there is no Event option for 'New Instant Message'
08-10-2006 08:12 PM
Profile PM Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: Play all regular sounds for specific Contacts while Busy
Try something like the following:
[/code]function OnEvent_ChatWndCreated(ChatWnd)
{
  if (Messenger.MyStatus == 4)
  {
    MsgPlus.PlaySound("Notify.mp3")
  }
}[/code]
This script will give you a notification via sound of someone starting a new chat with you (though it will also do it when you open the chat window, sorry but it is a limitation).  Also it doesn't use the proper WLM sound, it just uses a notify sound that MP!L has (though you can just change the file).  I hope this is useful for you.
[Image: markee.png]
08-11-2006 08:24 AM
Profile PM Find Quote Report
artfuldodga
Full Member
***

Avatar

Posts: 178
Joined: Mar 2006
O.P. RE: Play all regular sounds for specific Contacts while Busy
function OnEvent_Initialize(MessengerStart)
{
}
function OnEvent_ChatWndCreated(ChatWnd)
{
  if (Messenger.MyStatus == 4)
  {
    MsgPlus.PlaySound("C:\temp\wlm\sounds\messenger\03_newalert.wav")
  }
}
function OnEvent_Uninitialize(MessengerExit)
{
}

used that, but.. im no scripter :) and it didn't seem to work .. thanks though, it also isn't exactly what i would need though.
08-11-2006 12:31 PM
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On