What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Is there a script?

Pages: (2): « First [ 1 ] 2 » Last »
Is there a script?
Author: Message:
BlitZeR
Junior Member
**


Posts: 40
Joined: Dec 2006
O.P. Is there a script?
Hej

is there a script that automatically changes personal msg based on status?

for example if my status is set to 'busy' it changes personal msg to "i am busy"

and if its set to online "i am not busy"

any help appreciated
02-26-2010 01:35 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: Is there a script?
http://www.msgpluslive.net/scripts/browse/14-3/Nickname-and-PSM/

These are all the scripts relating to PSM.

Take a browse through them and see if you find anything which suits your needs.
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5185 days, 21 hours, 54 minutes, 11 seconds ago
02-26-2010 01:53 PM
Profile E-Mail PM Find Quote Report
BlitZeR
Junior Member
**


Posts: 40
Joined: Dec 2006
O.P. RE: RE: Is there a script?
quote:
Originally posted by djdannyp
http://www.msgpluslive.net/scripts/browse/14-3/Nickname-and-PSM/

These are all the scripts relating to PSM.

Take a browse through them and see if you find anything which suits your needs.

yeah i was/am doing that :P just posted incase someone knows of something already

thanks
no-one has something like this? :(
02-26-2010 01:54 PM
Profile E-Mail PM Find Quote Report
AngelDevil
Full Member
***

Avatar
MsgPlus! Script Developer

Posts: 175
33 / Male / Flag
Joined: Jun 2007
RE: Is there a script?
You can use the 'Personalized status' function of Messenger Plus... it does exactly what you want...
http://www.amicogeek.it - Technology blog!
02-26-2010 09:10 PM
Profile PM Find Quote Report
billyy
Full Member
***

Avatar

Posts: 103
Reputation: 1
36 / Male / Flag
Joined: Feb 2010
Status: Away
RE: Is there a script?
BlitZeR just wants something slightly different from whats out there.
Nahw im just gunna write this script, its not hard and it will save a lot of time...
And YES i will test it... i have changed... (oh who am i kidding, but it'll work before i post it)
I'm new at this, so don't expect me to be usefull any
time soon. But if i behaved you could rep me :P
02-26-2010 09:46 PM
Profile E-Mail PM Find Quote Report
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: Is there a script?
code:
function OnEvent_MyStatusChange(NewStatus)
{
var PSM;
switch (NewStatus)
{
  case 2:
   PSM = "Appear Offline";
   break;
  case 3:
   PSM = "Online";
   break;
  case 4:
   PSM = "Busy";
   break;
  case 5:
   PSM = "Be Right Back";
   break;
  case 6:
   PSM = "Idle";
   break;
  case 7:
   PSM = "Away";
   break;
  case 8:
   PSM = "In a Call";
   break;
  case 9:
   PSM = "Out to Lunch;
   break;
  default:
   PSM = Messenger.MyPersonalMessage;
}
Messenger.MyPersonalMessage = PSM;
}

This post was edited on 02-26-2010 at 11:50 PM by davidpolitis.
02-26-2010 11:49 PM
Profile PM Find Quote Report
billyy
Full Member
***

Avatar

Posts: 103
Reputation: 1
36 / Male / Flag
Joined: Feb 2010
Status: Away
RE: Is there a script?
Here i wrote some code, sorry its late. you can make it bold and turn it on and off via the script menu...
I could make a small interface in witch you could set the psm you want per status if you like, but its in the scripts root anyway.
I think i'll add that yeah, add sum boxes for cursive, bold and underlined... could be fun... anyway heres it so far, don't have much time to make it all look nice, but it works :P

.plsc File Attachment: PSMC.plsc (1.31 KB)
This file has been downloaded 133 time(s).

This post was edited on 02-27-2010 at 01:07 AM by billyy.
I'm new at this, so don't expect me to be usefull any
time soon. But if i behaved you could rep me :P
02-27-2010 01:04 AM
Profile E-Mail PM Find Quote Report
BlitZeR
Junior Member
**


Posts: 40
Joined: Dec 2006
O.P. RE: Is there a script?
Thanks so much! billyy & davidpolitis

Really helpful, thanks again
02-27-2010 08:34 AM
Profile E-Mail PM Find Quote Report
AngelDevil
Full Member
***

Avatar
MsgPlus! Script Developer

Posts: 175
33 / Male / Flag
Joined: Jun 2007
RE: Is there a script?
quote:
Originally posted by billyy
Here i wrote some code, sorry its late. you can make it bold and turn it on and off via the script menu...
I could make a small interface in witch you could set the psm you want per status if you like, but its in the scripts root anyway.
I think i'll add that yeah, add sum boxes for cursive, bold and underlined... could be fun... anyway heres it so far, don't have much time to make it all look nice, but it works :P

It doesn't work correctly, because of an error in Messenger.MyPersonalMessage property :p.

Try this: start Messenger (with online status) and insert a personal message.

If you change your status, the script works correctly. Now close Messenger, and restart it; try to change your state and then return online... my Psm is lost.
http://www.amicogeek.it - Technology blog!
02-27-2010 11:08 AM
Profile PM Find Quote Report
billyy
Full Member
***

Avatar

Posts: 103
Reputation: 1
36 / Male / Flag
Joined: Feb 2010
Status: Away
RE: Is there a script?
Really? it works fine for me :O
I'm new at this, so don't expect me to be usefull any
time soon. But if i behaved you could rep me :P
02-27-2010 11:39 AM
Profile E-Mail 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