What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request] Auto Online

[request] Auto Online
Author: Message:
Nerwin
Junior Member
**


Posts: 41
Joined: Jun 2006
O.P. [request] Auto Online
is it possible to create a script that turns an "appear offline" status to "online", when a certain selected contact comes "online"?
04-21-2007 10:21 AM
Profile E-Mail PM Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: [request] Auto Online
Yes it is possible, I'll post it once I've done :).

Edit: - Not tested.

code:
var contactsEmail = "TheEmAil@hOtMail.com";
function OnEvent_ContactSignin(Email) {
     if(Email == contactsEmail && Messenger.MyStatus == 2) {
          Messenger.MyStatus = 3;
     }
}

This post was edited on 04-21-2007 at 10:42 AM by hmaster.
[Image: sig.png]
04-21-2007 10:34 AM
Profile PM Web Find Quote Report
Nerwin
Junior Member
**


Posts: 41
Joined: Jun 2006
O.P. RE: [request] Auto Online
hermm.
sorry... but i dont really know what to do with those code...
is it possible to implement it into like a script for newbies like me. xD

thanks alot anyway
04-21-2007 11:01 AM
Profile E-Mail PM Find Quote Report
vaccination
Veteran Member
*****

Avatar

Posts: 2513
Reputation: 43
32 / Male / –
Joined: Apr 2005
RE: [request] Auto Online
quote:
Originally posted by hmaster
var contactsEmail = "TheEmAil@hOtMail.com";
function OnEvent_ContactSignin(Email) {
     if(Email == contactsEmail && Messenger.MyStatus == 2) {
          Messenger.MyStatus = 3;
     }

Copy that code then go to Plus > Preferences > Scripts > Create New..

Give the script a name, and then paste the code above into the window appears(remove the code which is already in there.)  Then click 'Save All'

And you will see your script in the list of scripts installed =)

Note: - Change 'TheEmAil@hOtMail.com' to the email of the contact you want to appear online for when he or she comes online.

Hope this helps and is understandable :P
[Image: jumbled.png]
04-21-2007 01:51 PM
Profile PM Find Quote Report
Nerwin
Junior Member
**


Posts: 41
Joined: Jun 2006
O.P. RE: [request] Auto Online
yes yes, very understandable.

however it doesn't work..

i tested it by logging in with my other account, and my appeared offline one didn't come online when my other one did.

edit:

oops, actually it works!! just that the script was set on "stopped" for some reason.

thanks alot for the help.

This post was edited on 04-21-2007 at 03:13 PM by Nerwin.
04-21-2007 03:03 PM
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