[RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 - 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) +----- Thread: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 (/showthread.php?tid=69354) [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by Rolando on 12-11-2006 at 12:40 AM
First of all, thanks to SpunkyLoveMuff for the help - He rocks ! 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: /mlbye command: 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 RE: [RELEASE] ATW - Hello & Goodbye script by prashker on 12-11-2006 at 12:44 AM
Oooh, cool RE: [RELEASE] ATW - Hello & Goodbye script by MicroWay on 12-11-2006 at 12:46 AM
Liked the idea for the script... RE: [RELEASE] ATW - Hello & Goodbye script by Rolando on 12-11-2006 at 03:24 AM Please give any suggestions as to phrases you want added in future versions. ! RE: [RELEASE] ATW - Hello & Goodbye script by Spunky on 12-11-2006 at 03:31 AM
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 RE: [RELEASE] ATW - Hello & Goodbye script by Rolando on 12-11-2006 at 08:32 PM
quote: That sounds great. That way it would be easier to update to newer versions, and to add new words. RE: RE: [RELEASE] ATW - Hello & Goodbye script by alexp2_ad on 12-11-2006 at 08:34 PM
quote: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. RE: [RELEASE] ATW - Hello & Goodbye script by Spunky on 12-11-2006 at 08:35 PM
quote: It needs the word and language, split into 2 seperate arrays... but I figured it out easy enough RE: [RELEASE] ATW - Hello & Goodbye script by duck! on 12-11-2006 at 08:40 PM
This script is really good, encountered no bugs so far RE: [RELEASE] ATW - Hello & Goodbye script by Rolando on 12-11-2006 at 08:43 PM
quote: 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] RE: [RELEASE] ATW - Hello & Goodbye script by Oxy on 12-11-2006 at 08:53 PM Great script, i like the way 'Hi' and 'sup' appears too RE: [RELEASE] ATW - Hello & Goodbye script by EBFL on 12-11-2006 at 09:00 PM
I keep getting spammed on Wlm now by: RE: [RELEASE] ATW - Hello & Goodbye script by Spunky on 12-11-2006 at 09:45 PM
quote: Is that the scripts fault, or your dodgy contacts? New version for ya Downloads the wordlist when the script is started meaning you will never have to add words to the list and the intial download size is smaller Might make a "suggestion" function where you can tell us a language to add and the relevant words. RE: [RELEASE] ATW - Hello & Goodbye script - UPDATED: V1.1 by Rolando on 12-11-2006 at 09:52 PM
New version ^ RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by prashker on 12-14-2006 at 03:13 AM Add a easter eggs!111 RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by Rolando on 12-14-2006 at 03:15 AM
quote: like what? :/ RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by Nagamasa on 12-14-2006 at 03:26 AM Suggestion: Make 'hey' when you type automatically change to something else when its sent...like auto-correct. Nice script! RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by Rolando on 12-14-2006 at 03:33 AM
quote: That could be considered annoying by some users. Its not that hard to type /mlhello RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by prashker on 12-14-2006 at 03:41 AM
quote: Well, I can't tell you what ;<. RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by Voldemort on 12-14-2006 at 04:04 AM secret different phrases RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by Nagamasa on 12-14-2006 at 12:17 PM
quote: Allow to be config-ed? RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by RaPLeX on 12-14-2006 at 12:20 PM How many languages is supported? [no subject] by -Pablo- on 01-17-2007 at 11:32 PM
some suggestions: RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by Rolando on 01-17-2007 at 11:41 PM
quote: I had been thinking about adding the things listed on #3 and some others, expect for the ASL one. However, SpunkyLoveMuff hasnt been on much lately due to him having some problems .. We'll update this script ASAP. As to #1, I thought about that.. But then again, most of the phrases are not known my most of the people..., so they would be like.. what?! Thanks for your suggestions and comments, they're greatly appreciated RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by skyserpent on 01-26-2007 at 04:41 PM
this is an awesome idea! w00t... downloads... RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by Rolando on 01-26-2007 at 08:48 PM
RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by skyserpent on 01-26-2007 at 08:51 PM /mlbye doesn't work either. (tried it aswell, just forgot to say) and clicking the icon etc doesn't do anything at all. RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by Rolando on 01-26-2007 at 08:53 PM
Try deleting the script (Plus! > Preferences> Scripts > Remove) and downloading it again from the script database. RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by skyserpent on 01-26-2007 at 08:55 PM nope still doesn't work i cannot understand this RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by Rolando on 01-26-2007 at 09:01 PM
quote: You're completely right skyserpent. Thanks for reporting this to me.., it seems the script is having some problems with the newest versions of software. Its not your computer, it is not working properly. I'll be fixed soon, thanks for your help RE: [RELEASE] ATW - Hello & Goodbye script - Update: V1.0.3 by skyserpent on 01-26-2007 at 09:03 PM yay lol well... kindof, yay for it not being my pc and grrr for it being a problem with the script ah well. thanks for the quick response |