What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » Alert sound while set to busy, how?

Alert sound while set to busy, how?
Author: Message:
il_pimp
New Member
*


Posts: 4
Joined: Mar 2010
O.P. Alert sound while set to busy, how?
Hello!

I'm very curious to know if it is possible somehow to get an alert sound when receiving a new message while I'm set to "Busy"?

I've taken a look at the Messenger Plus options, and saw that I could check a box where it said "Play sounds while set to busy". But that doesn't alert me with a sound when receiving a message.

Does anyone know how I can receive an alert sound when I'm said to busy?

If it can't be done with Messenger Plus as it is, I would be very interested in a script or something else, that would make this possible.

Look forward to hearing ideas or maybe even a solution. :)



03-12-2010 03:37 PM
Profile E-Mail PM Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
RE: Alert sound while set to busy, how?
That option relates only to Messenger Plus! Live Custom Sounds.    Unfortunately there isn't a way to get regular sounds to play whilst you're busy, as that's the intention of the status.  Perhaps use a different status in order to get the sounds to come through?  If you don't mind hearing sounds and are wanting people to message you, perhaps just leave yourself as "Available"?
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5216 days, 6 hours, 31 minutes, 27 seconds ago
03-12-2010 07:31 PM
Profile E-Mail PM Find Quote Report
il_pimp
New Member
*


Posts: 4
Joined: Mar 2010
O.P. RE: Alert sound while set to busy, how?
Thanks for your answer. I've already considered setting the stauts as something else, but i dont want sounds except when someone is writing me. If I set myself as available, sometimes, i get too many messages, so I prefere "busy". anyway, if anyone knows a trick, i'd be happy. Thanks in advance
03-13-2010 01:37 AM
Profile E-Mail PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: Alert sound while set to busy, how?
Set yourself as Away, then you probably won't receive as many messages, while still hearing the sound. :P

Or even a Personalized Status called 'Busy' but sets you as Away, like so:

[Image: attachment.php?pid=990084] :P

.png File Attachment: busyaway.png (11.73 KB)
This file has been downloaded 647 time(s).
Twitter: @ChrisLozeau
03-13-2010 01:55 AM
Profile PM Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
RE: Alert sound while set to busy, how?
I suppose a script could play the sound file if you're set to busy...

Javascript code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind) // message received event
{
    if (Origin !== Messenger.MyName && Messenger.MyStatus === 4) // if you're busy and not the sender
    {
        MsgPlus.PlaySound("\\C:\\Program Files\\Windows Live\\Messenger\\type.wma"); // play the sound
    }
}

03-13-2010 11:33 AM
Profile E-Mail PM Find Quote Report
Sunshine
Elite Member
*****

Avatar

Posts: 5142
Reputation: 122
– / Female / Flag
Joined: Mar 2004
Status: Away
RE: Alert sound while set to busy, how?
Have you tried setting a sound for the Event "started a new chat/a new one-to-one chat has been started" in combination with "Play sounds when my status is set to Busy" (Plus > Preferences and Options > Customize > Events Notifications)?

[Image: attachment.php?pid=990096]

Of course this is only for the first message in a new chat, but maybe that is something you may prefer?

(Sorry, I can't test this myself right this minute)

.png File Attachment: EventNotifSound.png (34.88 KB)
This file has been downloaded 624 time(s).

This post was edited on 03-13-2010 at 11:53 AM by Sunshine.
[Image: 25dr3o9]
03-13-2010 11:48 AM
Profile E-Mail PM Web Find Quote Report
il_pimp
New Member
*


Posts: 4
Joined: Mar 2010
O.P. RE: Alert sound while set to busy, how?
Thanks guys really, all good ideas, i'm gonna try them all out. I actually thought about the "away" thing too :P and then writing busy, but would prefere if it would be possible in another way.

I'll let you know if any of it works :) Thanks to all for answering and taking the time to illustrate your ideas! Much appreciated!

Cheers
03-13-2010 02:03 PM
Profile E-Mail PM Find Quote Report
il_pimp
New Member
*


Posts: 4
Joined: Mar 2010
O.P. RE: Alert sound while set to busy, how?
Hey guys, just remembered that I had written that I would let you know if any of it worked.

I tried putting in the script, but it doesn't seem to work. I also tried to change some of the settings, but nothing quite seems to do the trick.

So in the end I've chosen to set myself as "away" to hear an alert sound.

Thanks for all your good answers!
04-07-2010 10:11 AM
Profile E-Mail PM Find Quote Report
« 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