Shoutbox

[Question] Auto changer - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [Question] Auto changer (/showthread.php?tid=70516)

[Question] Auto changer by Nerwin on 01-10-2007 at 01:13 PM

is there a script or option that allows auto change of status? i've searched the script database, and didn't seem to be in any luck.


RE: [Question] Auto changer by tryxter on 01-10-2007 at 01:23 PM

Auto change of status...?

Well, there's an option on Messenger that will change your status to Busy when you're on fullscreen, and you have an auto-away option too.


RE: [Question] Auto changer by Nerwin on 01-10-2007 at 02:03 PM

hmm..
for example, i want msn to auto-appear offline at a certain time.
offline is all i needed really =\


RE: [Question] Auto changer by tryxter on 01-10-2007 at 03:23 PM

At x hour, you want to auto-appear off-line?

Yes, that is possible to do, IIRC using Messenger::MyStatus property and Date object.


RE: RE: [Question] Auto changer by Nerwin on 01-11-2007 at 12:11 AM

quote:
Originally posted by tryxter
At x hour, you want to auto-appear off-line?

Yes, that is possible to do, IIRC using Messenger::MyStatus property and Date object.


sorry, i dont really get what you say... what's iirc using messenger?? i'm a bit new to computer stuff :$
RE: [Question] Auto changer by psycho_maniac on 01-23-2007 at 09:43 AM

there used to be in plus3 (sorry for saying this) after a certain amount of hours being idle or away it would change to a specific status you set it to. does this still exist?

looks like somebody asked this before but no answer at all in that topic
http://shoutbox.menthix.net/showthread.php?tid=68...d=750165#pid750165


RE: [Question] Auto changer by Matti on 01-23-2007 at 04:39 PM

quote:
Originally posted by Nerwin
sorry, i dont really get what you say... what's iirc using messenger?? i'm a bit new to computer stuff :$
First of all, IIRC simply means "If I Remember Correctly". :P What tryxter was talking about is that you can use the Messenger::MyStatus property combined with the JScript Date object to do this.

But, because you're new, I could tell you how you should do this. Only one question: exactly when do you want it to change?
  • Should the status be set to appear offline when you've signed in and a certain delay (e.g.: 30 min.) is passed?
    or
  • Should the status be set when it's, for example, 23:00?
    or
  • Should the status be set when something different happens? (Tell me what!)