What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQUEST]"Plus Cafe" Changing ...

[REQUEST]"Plus Cafe" Changing ...
Author: Message:
kyozo_43
New Member
*

Avatar

Posts: 8
94 / Male / Flag
Joined: Jun 2010
O.P. Grin  [REQUEST]"Plus Cafe" Changing ...
Hey All, I'm Just Wondering, Could Someone Please Tell Me How To Make The Script - Plus Cafe - And Edit It, So It Can Be - Not Sent Messages, But Received Messages ... (RECEIVE A Message And You Get 7c ... )

This post was edited on 06-30-2010 at 08:08 AM by kyozo_43.
06-30-2010 05:54 AM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [REQUEST]"Plus Cafe" Changing ...
Have you looked at the scripting documentation at all? There are 2 functions
  • OnEvent_ChatWndSendMessage
  • OnEvent_ChatWndReceiveMessage
06-30-2010 01:28 PM
Profile E-Mail PM Find Quote Report
kyozo_43
New Member
*

Avatar

Posts: 8
94 / Male / Flag
Joined: Jun 2010
O.P. RE: [REQUEST]"Plus Cafe" Changing ...
@matty OMFG THANK YOU SOOOOOO MUCH ... I REALLY APPRECIATE IT!

@matty but ... Which One(s) Do I Change?
07-01-2010 06:23 AM
Profile E-Mail PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: [REQUEST]"Plus Cafe" Changing ...
quote:
Originally posted by matty
Have you looked at the scripting documentation at all?
Twitter: @ChrisLozeau
07-01-2010 08:11 AM
Profile PM Find Quote Report
kyozo_43
New Member
*

Avatar

Posts: 8
94 / Male / Flag
Joined: Jun 2010
O.P. RE: [REQUEST]"Plus Cafe" Changing ...
YES I HAVE ... BUT I DON'T KNOW WHICH ONES TO CHANGE ... CAUSE WHEN I CHANGED THEM ALL MY MSN STUFFED UP AND WHEN I SENT A MESSAGE ALL THAT CAME UP WAS MY USERNAME ... LOL
07-01-2010 12:44 PM
Profile E-Mail PM Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
RE: [REQUEST]"Plus Cafe" Changing ...
Please don't type in block capitals, it's considered to be shouting and therefore rude.

Look for OnEvent_ChatWndReceiveMessage in the script code (as this is what causes actions to be performed when you receive a message) and replace the relevant bits with OnEvent_ChatWndSendMessage to change it to respond when you send a message.

All you should need to change is "Receive" to "Send" as they are the same.

If it doesn't work then refer to the scripting documentation where it says what paramaters are needed for those functions and how to use them.

Or if you post the code here using [code=js]code here[/code] tags to display it, then someone may take a look at it and help you

[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5247 days, 6 hours, 54 minutes, 9 seconds ago
07-01-2010 12:49 PM
Profile E-Mail PM Find Quote Report
kyozo_43
New Member
*

Avatar

Posts: 8
94 / Male / Flag
Joined: Jun 2010
O.P. RE: [REQUEST]"Plus Cafe" Changing ...
oh sorry ... but when i change ALL the "OnEvent_ChatWndSendMessage" to "OnEvent_ChatWndRecieveMessage" my msn stuffs up - when i send a message all that comes up is my name, and when my friend sends a message, all that comes up is his name ... WIERD (oh there i go again with my caps)
07-02-2010 11:18 AM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [REQUEST]"Plus Cafe" Changing ...
Code needs to be changed too because those two functions behave in a different way. Simply changing the name of the function only very rarely works; it's bound to give you errors or unexpected behaviour.

This is especially true for the Plus Cafe script. It needs to be recoded for what you want (not to mention it is cheating).

This post was edited on 07-03-2010 at 03:33 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-03-2010 03:26 PM
Profile PM Find Quote Report
kyozo_43
New Member
*

Avatar

Posts: 8
94 / Male / Flag
Joined: Jun 2010
O.P. RE: [REQUEST]"Plus Cafe" Changing ...
Spoiler for code (click to show):

js code:


Well Theres The Code ... So Could Someone Please Help Me!!!!!

This post was edited on 07-08-2010 at 12:57 PM by Tochjo.
07-08-2010 12:01 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]"Plus Cafe" Changing ...
By changing OnEvent_ChatWndReceiveMessage to OnEvent_ChatWndSendMessage will not work in this case. The reason is because there is already a function defined called OnEvent_ChatWndSendMessage. 2 functions with the same name cannot exist in the same scope. With that being said; learn some programming and combine the 2 functions into 1.
07-08-2010 12:48 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