What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » Automessage

Pages: (3): « First [ 1 ] 2 3 » Last »
Automessage
Author: Message:
malone
New Member
*


Posts: 10
39 / Male / –
Joined: Aug 2006
O.P. Automessage
hi, well in a long time ive tryed to get a addon to msg+ that is like the autoanswer in msg discovery X...  like when someone types "hi"... your msn automatically answer "hello"... you get it?. Does ANYONE know if this sort of addon is available for download?. Thnx
08-13-2006 02:19 PM
Profile E-Mail PM Find Quote Report
Sunshine
Elite Member
*****

Avatar

Posts: 5142
Reputation: 122
– / Female / Flag
Joined: Mar 2004
Status: Away
RE: Automessage
Auto hey 1.0 maybe?
[Image: 25dr3o9]
08-13-2006 02:24 PM
Profile E-Mail PM Web Find Quote Report
malone
New Member
*


Posts: 10
39 / Male / –
Joined: Aug 2006
O.P. RE: Automessage
nah not only the Hi... u should be able to customize the answers and WHAT msn should answer on
08-13-2006 02:26 PM
Profile E-Mail PM Find Quote Report
Sunshine
Elite Member
*****

Avatar

Posts: 5142
Reputation: 122
– / Female / Flag
Joined: Mar 2004
Status: Away
RE: Automessage
Well, might be a bit of work but you could edit it in the script? I had a look and it seems very much possible to me.
[Image: 25dr3o9]
08-13-2006 02:36 PM
Profile E-Mail PM Web Find Quote Report
malone
New Member
*


Posts: 10
39 / Male / –
Joined: Aug 2006
O.P. RE: Automessage
hmmm... the auto hey script? :S
08-13-2006 02:37 PM
Profile E-Mail PM Find Quote Report
Sunshine
Elite Member
*****

Avatar

Posts: 5142
Reputation: 122
– / Female / Flag
Joined: Mar 2004
Status: Away
RE: Automessage
Or you could ask the person who wrote it to put in boxes for putting in other words/sentences and replies.

To have a look at the coding install the script then go to Plus > Preferences > Scripts..select the autohey one and click "edit" button (remember aslong as you don't tell it to save nothin will happen to it..and you'll always have the original plsc to reinstall if need be).


Edit: i had a lil mess about in the script myself to test....

code:
*/   
var hi = 'Hi :)'
var bye = 'laters :wave:'
var on = '1'

i changed the var on hi (wich is what will be answered) and added a var for bye...next:
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin, Message, MessageKind)
{
if (on == '1'){
if (Origin != Messenger.MyName){

if (Message.match(/(^|\s+)(\*)?hello(d|s)?(\*)?($|\s+)/i)!=null)
{
ChatWnd.SendMessage(hi);

Those lines set what it should answer on...so to that i added (after the list of hi and before the closing }
code:
if (Message.match(/(^|\s+)(\*)?bye(d|s)?(\*)?($|\s+)/i)!=null)
{
ChatWnd.SendMessage(bye);
}
if (Message.match(/(^|\s+)(\*)?laters(d|s)?(\*)?($|\s+)/i)!=null)
{
ChatWnd.SendMessage(bye);
}
if (Message.match(/(^|\s+)(\*)?cya(d|s)?(\*)?($|\s+)/i)!=null)
{
ChatWnd.SendMessage(bye);
}
if (Message.match(/(^|\s+)(\*)?cu(d|s)?(\*)?($|\s+)/i)!=null)
{
ChatWnd.SendMessage(bye);
}

End result: a hey script that answers on hi and bye....

Edit 2: I'm sorry but at the moment i don't know of any better than doing it this way. Maybe a scripter finds him/herself challenged to code a full autoresponder script (bot?) with windows to put in sentence and reply to sentence (like a Q and A).

This post was edited on 08-13-2006 at 04:24 PM by Sunshine.
[Image: 25dr3o9]
08-13-2006 02:44 PM
Profile E-Mail PM Web Find Quote Report
Sunshine
Elite Member
*****

Avatar

Posts: 5142
Reputation: 122
– / Female / Flag
Joined: Mar 2004
Status: Away
RE: Automessage
*Bump*

Due to only searchin in the script DB for a possible script i overlooked [Release] Answer Machine Plus..my apologies for that....

You can find it in the Script DB now at http://www.msgpluslive.net/scripts/browse/index.php?act=view&id=119
[Image: 25dr3o9]
08-14-2006 07:21 PM
Profile E-Mail PM Web Find Quote Report
malone
New Member
*


Posts: 10
39 / Male / –
Joined: Aug 2006
O.P. RE: Automessage
hmmm... sorry if im stupid but x).... how to install/enable this script :S... never seen anything like it before
08-14-2006 10:32 PM
Profile E-Mail PM Find Quote Report
vaccination
Veteran Member
*****

Avatar

Posts: 2513
Reputation: 43
32 / Male / –
Joined: Apr 2005
RE: Automessage
click the link sunshine gave you and scroll down a bit on the page you are taken to and click download, wait for it to download then click "Run/open" when the dialog box appears. MP!L will then show a dialog box asking if you want to install, tick the accept box and click install. Now the script is installed and operational.

Hope this helps. :)

This post was edited on 08-14-2006 at 11:07 PM by vaccination.
[Image: jumbled.png]
08-14-2006 10:59 PM
Profile PM Find Quote Report
malone
New Member
*


Posts: 10
39 / Male / –
Joined: Aug 2006
O.P. RE: Automessage
well if i select "run". the file just open in txt.... thats why i really dot get it :S
08-14-2006 11:03 PM
Profile E-Mail PM Find Quote Report
Pages: (3): « First [ 1 ] 2 3 » 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