What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3

Pages: (4): « First [ 1 ] 2 3 4 » Last »
[RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3
Author: Message:
Rolando
Veteran Member
*****

Avatar
Santasend

Posts: 1325
Reputation: 52
33 / Male / Flag
Joined: Feb 2006
O.P. [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3
Around The World - Hello & Goodbye script
OFFICIAL MSG PLUS! LIVE SCRIPT




First of all, thanks to SpunkyLoveMuff for the help - He rocks :cheesy:!

[Image: duck.gif]


This script will type random "HELLO" phrases (In different languages) when the command /mlhello is used.

It will also type random "GOODBYE" phrases (Different languages too) wen the command /mlbye is used.

Examples:
/mlhello command:
[Image: hellokl8.png]



/mlbye command:
[Image: byewv7.png]


Hope you like it

If there is any problems, feel free to PM me.

If you've any suggestions (as to phrases you want to be added), PM me too.


MP!L T-shirt, here I come!


NEW VERSION- 1.0.3 has been attached :cheesy:

.plsc File Attachment: Around_The_World.plsc (3.82 KB)
This file has been downloaded 260 time(s).

This post was edited on 01-20-2007 at 02:54 AM by Rolando.
[Image: sigxmascopy.png]
12-11-2006 12:40 AM
Profile PM Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
RE: [RELEASE] ATW - Hello & Goodbye script
Oooh, cool :cheesy:

Nice!
12-11-2006 12:44 AM
Profile PM Find Quote Report
MicroWay
Senior Member
****

Avatar
Do you want me? Try to get me!

Posts: 571
Reputation: 16
36 / Male / Flag
Joined: Jul 2006
Status: Away
RE: [RELEASE] ATW - Hello & Goodbye script
Liked the idea for the script...
Something International...
(Y):D

Edit: Downloaded the update too

This post was edited on 12-11-2006 at 10:04 PM by MicroWay.
12-11-2006 12:46 AM
Profile PM Find Quote Report
Rolando
Veteran Member
*****

Avatar
Santasend

Posts: 1325
Reputation: 52
33 / Male / Flag
Joined: Feb 2006
O.P. RE: [RELEASE] ATW - Hello & Goodbye script
Please give any suggestions as to phrases you want added in future versions. :cheesy:!
[Image: sigxmascopy.png]
12-11-2006 03:24 AM
Profile PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [RELEASE] ATW - Hello & Goodbye script
I'm thinking that *in theory* it would be possible to maintain a list of phrases on a server and, once within a defined period (day or week), update the script just by downloading a small text file (similar to many scripts with auto-update features). The hardest part would be putting the words into an array, but that shouldn't be too hard :p

I'll start seeing what I can do with this tomorrow :p

PS: @q25: Love the sig ;)
<Eljay> "Problems encountered: shit blew up" :zippy:
12-11-2006 03:31 AM
Profile PM Find Quote Report
Rolando
Veteran Member
*****

Avatar
Santasend

Posts: 1325
Reputation: 52
33 / Male / Flag
Joined: Feb 2006
O.P. RE: [RELEASE] ATW - Hello & Goodbye script
quote:
Originally posted by SpunkyLoveMuff
I'm thinking that *in theory* it would be possible to maintain a list of phrases on a server and, once within a defined period (day or week), update the script just by downloading a small text file (similar to many scripts with auto-update features). The hardest part would be putting the words into an array, but that shouldn't be too hard :p

I'll start seeing what I can do with this tomorrow :p

PS: @q25: Love the sig ;)

That sounds great. That way it would be easier to update to newer versions, and to add new words.
[Image: sigxmascopy.png]
12-11-2006 08:32 PM
Profile PM Find Quote Report
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
RE: RE: [RELEASE] ATW - Hello & Goodbye script
quote:
Originally posted by SpunkyLoveMuff
The hardest part would be putting the words into an array, but that shouldn't be too hard :p

Into an array from the text file?

words = textfile.split('\n');

and you've got them into an array in one line... unless I'm misunderstanding you. *-)

Or:

http = new ActiveXObject('Microsoft.XMLHTTP');
http.open('GET', 'http://somesite.com/textfile.txt?refresh='+Math.random(), true);
http.onreadystatechange = function(){
   if(http.readyState == 4){
     words = http.responseText.split('\n');
  }
}
http.send(null);

Will basically do the entire thing, besides factoring it into existing code.

This post was edited on 12-11-2006 at 08:37 PM by alexp2_ad.
12-11-2006 08:34 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [RELEASE] ATW - Hello & Goodbye script
quote:
Originally posted by alexp2_ad
Into an array from the text file?

words = textfile.split('\n');

and you've got them into an array in one line... unless I'm misunderstanding you. *-)

It needs the word and language, split into 2 seperate arrays... but I figured it out easy enough
<Eljay> "Problems encountered: shit blew up" :zippy:
12-11-2006 08:35 PM
Profile PM Find Quote Report
duck!
Senior Member
****

Avatar

Posts: 546
Reputation: 27
– / Male / Flag
Joined: Sep 2006
RE: [RELEASE] ATW - Hello & Goodbye script
This script is really good, encountered no bugs so far :cheesy:

[off-topic]have the fonts changed for the user names[/off-topic]
QUACK QUACK QUACK

12-11-2006 08:40 PM
Profile E-Mail PM Find Quote Report
Rolando
Veteran Member
*****

Avatar
Santasend

Posts: 1325
Reputation: 52
33 / Male / Flag
Joined: Feb 2006
O.P. RE: [RELEASE] ATW - Hello & Goodbye script
quote:
Originally posted by noodle!
This script is really good, encountered no bugs so far :cheesy:

[off-topic]have the fonts changed for the user names[/off-topic]

Thanks. Remember that if you've any suggestions (as to phrases to be added), pm me.

[offtopic] and no, I dont think fonts changed for the usernames. [/offtopic]
[Image: sigxmascopy.png]
12-11-2006 08:43 PM
Profile PM Find Quote Report
Pages: (4): « First [ 1 ] 2 3 4 » 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