Shoutbox

on status change - 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)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: on status change (/showthread.php?tid=29946)

on status change by Yousef on 08-14-2004 at 04:58 PM

did any of you developers ever had a problem with the on friendly status change event? My addon is working, but when I change my status (manually in msn) after a few times  msn says: Status could not be changed, please try again later. The program I'm making doesn't change the status, it only calls some functions when the use has selected a certain status, does it have to do with this? Or could it be something else with the api? (i'm using vb atm)
How can I solve this? I tried a few things already :S


RE: on status change by RaceProUK on 08-14-2004 at 10:53 PM

I doubt it's your plugin. It's probably a server problem.


RE: on status change by Yousef on 08-15-2004 at 08:13 AM

don't have the problem when not using the plugin :S same with a friend of mine...


RE: on status change by RaceProUK on 08-15-2004 at 10:34 AM

If you try to change your status too quickly, the server won't like it. I still doubt its your plugin: however, if you want, I can test it for you.


RE: on status change by Yousef on 08-15-2004 at 10:41 AM

haaa, finally figured out. It seems the OnMyStatusChange event is called when the display picture is changed :S


RE: on status change by Dempsey on 08-15-2004 at 11:05 AM

because the command it sends is somthing like

code:
CHG NLN {messenger object thing to send the dp}
but NLN changes depedning on what your current status is.  See what i mean?
RE: on status change by Yousef on 08-15-2004 at 11:20 AM

yes but why should the status be changed?


RE: on status change by RaceProUK on 08-15-2004 at 02:11 PM

Maybe that's the only way the DP can be updated.