What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Multiple Account Status Changer

[Request] Multiple Account Status Changer
Author: Message:
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
O.P. [Request] Multiple Account Status Changer
Its taking me forever to change the statuses of all my accounts. Is it possible that I can change status on one account and make it automatically change for the others?
[Image: unled1uo.png]
Joined this forum 6577 days, 22 hours, 42 minutes, 47 seconds ago.



11-30-2006 10:43 PM
Profile PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Request] Multiple Account Status Changer
add one account to all the other accounts and then make a script that changes their accounts according to yours (if you appear busy, they appear busy etc)
<Eljay> "Problems encountered: shit blew up" :zippy:
11-30-2006 11:45 PM
Profile PM Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
O.P. RE: [Request] Multiple Account Status Changer
quote:
Originally posted by SpunkyLoveMuff
add one account to all the other accounts and then make a script that changes their accounts according to yours (if you appear busy, they appear busy etc)

Would this able to detect personalized statuses and automessages?

And how do I do this?

Remember, I have absolutely no clue how to script.

This post was edited on 12-01-2006 at 01:45 AM by Nagamasa.
[Image: unled1uo.png]
Joined this forum 6577 days, 22 hours, 42 minutes, 47 seconds ago.



12-01-2006 01:35 AM
Profile PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Request] Multiple Account Status Changer
It would detect auto-status', but it would not be possible (easy) to set them on the others. It works with one account acting as the host account... The one account you ALWAYS use. The others get updated when something changes with that one account. I could write a simple script that you could use to do this. It's a bit late now, but I'll give it a go for you tomorrow after work.

This post was edited on 12-01-2006 at 01:53 AM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
12-01-2006 01:52 AM
Profile PM Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
O.P. RE: [Request] Multiple Account Status Changer
Ah! Thanks!

Shall rep you now.
[Image: unled1uo.png]
Joined this forum 6577 days, 22 hours, 42 minutes, 47 seconds ago.



12-01-2006 02:00 AM
Profile PM Web Find Quote Report
TheGuruSupremacy
Full Member
***

Avatar

Posts: 367
Reputation: 19
34 / Male / Flag
Joined: Nov 2006
RE: RE: [Request] Multiple Account Status Changer
follow the spunky's instructions(add one account to all the other accounts) create new script and paste this code in it:

function OnEvent_Initialize(MessengerStart){}
function OnEvent_Uninitialize(MessengerExit){}
function OnEvent_ContactStatusChange(Email,NewStatus){
var mail="youraccountemail"
if (Email==mail){Messenger.MyStatus=NewStatus}}


replace "youraccountemail" with the account email (example "Nagamasa@hotmail.com")


edit=Have fun!:)

This post was edited on 12-01-2006 at 08:54 AM by TheGuruSupremacy.
12-01-2006 08:52 AM
Profile 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