What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] DP by status

Pages: (2): « First « 1 [ 2 ] Last »
[Request] DP by status
Author: Message:
CO_ol
New Member
*

Avatar

Posts: 11
Joined: Jul 2009
O.P. RE: [Request] DP by status
WTF is wrong with my laptop???!?!?!? x|
It still doesn't work. I have the images C:\Program Files\Messenger Plus! Live\Scripts\Script/here! but when I set my status to busy, away or whatever the ava doesn't change!
07-09-2009 05:42 PM
Profile E-Mail PM Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: [Request] DP by status
Here's the script I said I would create. Access the configuration window through the menu.



Matty, what's the use of the INVISIBLE/OFFLINE pictures? :P

.plsc File Attachment: StatusDP.plsc (3.01 KB)
This file has been downloaded 108 time(s).

This post was edited on 07-09-2009 at 06:09 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
07-09-2009 06:08 PM
Profile PM Web Find Quote Report
CO_ol
New Member
*

Avatar

Posts: 11
Joined: Jul 2009
O.P. RE: [Request] DP by status
THANKS!! It works! :D
Can you make fields for offline/invisible (xD) and BRB too?

This post was edited on 07-09-2009 at 06:32 PM by CO_ol.
07-09-2009 06:20 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [Request] DP by status
quote:
Originally posted by roflmao456
Matty, what's the use of the INVISIBLE/OFFLINE pictures? :P
If you appear offline you can have your dp say you are offline?
quote:
Originally posted by roflmao456
Here's the script I said I would create. Access the configuration window through the menu.

Javascript code:
function OnEvent_Initialize(MessengerStart){
    if(!MessengerStart)
        OnEvent_SigninReady();
    }

Never use the bMessengerStart parameter it isnt what you think it is. bMessengerStart only describes how the script was started not if the user is signed in. Instead use this:

Javascript code:
function OnEvent_Initialize ( ) {
    if ( Messenger.MyStatus < STATUS_INVISIBLE ) return false;
    Debug.Trace('user signed in');
}
 
function OnEvent_SigninReady ( ) {
    OnEvent_Initialize ( );
}


This post was edited on 07-09-2009 at 07:12 PM by matty.
07-09-2009 06:54 PM
Profile E-Mail PM Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: [Request] DP by status
quote:
Originally posted by CO_ol
THANKS!! It works! :D
Can you make fields for offline/invisible (xD) and BRB too?
Sure, although I use WLM 2009 so I won't be able to test BRB.
Also,
quote:
Originally posted by roflmao456
what's the use of the INVISIBLE/OFFLINE pictures? :P
quote:
Originally posted by matty
If you appear offline you can have your dp say you are offline?
Contacts can't see it so there's not much point to it :P
quote:
Never use the bMessengerStart parameter it isnt what you think it is. bMessengerStart only describes how the script was started not if the user is signed in. Instead use this:

Will keep that in mind, thanks

This post was edited on 07-09-2009 at 07:37 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
07-09-2009 07:36 PM
Profile PM Web Find Quote Report
CO_ol
New Member
*

Avatar

Posts: 11
Joined: Jul 2009
O.P. RE: [Request] DP by status
But you can create a new status and choose it to show you as BRB.
07-09-2009 07:50 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [Request] DP by status
quote:
Originally posted by roflmao456
Contacts can't see it so there's not much point to it :P
The status doesn't actually change until OnEvent_MyStatusChanged as fired completly. Therefore if you set the DP then appear offline they will see it.
07-09-2009 08:00 PM
Profile E-Mail PM Find Quote Report
CO_ol
New Member
*

Avatar

Posts: 11
Joined: Jul 2009
O.P. RE: [Request] DP by status
@roflmao, Remember to tell me when you're done! :)
07-09-2009 08:29 PM
Profile E-Mail PM Find Quote Report
CO_ol
New Member
*

Avatar

Posts: 11
Joined: Jul 2009
O.P. RE: [Request] DP by status
Done yet? xD
07-11-2009 10:20 AM
Profile E-Mail PM Find Quote Report
CO_ol
New Member
*

Avatar

Posts: 11
Joined: Jul 2009
O.P. RE: [Request] DP by status
roflmaooo??
07-14-2009 02:30 PM
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