What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: What's canada like?
maybe il see nathan near my house :P
roflmao456General Chit Chat07-30-2008 at 04:11 PM
RE: [release] WLMini Music Player 2.42
the above (2.3) is now out. (Y) changes and plsc at first post :) people who already have the old version (2295, 2298) could use the update feature if they want to :P
roflmao456Scripting07-29-2008 at 06:24 AM
RE: Problem with the script RandomDP
there are similar problems - http://shoutbox.menthix.net/showthread.php?tid=664 81 a simple [url=http://shoutbox.menthix.net/basicsearch.php?d o=search&sfrm=1&keywords=automation+server+create+ object&username=&fid=39&lookin=msg&sort=]search[/u rl] can s...
roflmao456Scripting07-29-2008 at 03:18 AM
RE: Problem with the script RandomDP
it is due to 'some error in ActiveX controls' looking at the debug, it seems that fsoObj wasn't created (Scripting.FileSystemObject).
roflmao456Scripting07-28-2008 at 06:44 PM
Server Upgrade needed...?
~822 Guests today because of the [url=http://shoutbox.menthix.net/showthread.php?ti d=62954]error[/url][size=1](majority of guests viewing this thread)[/size] that WLM was giving when trying to sign in. The site is slowed down ALOT so maybe you'll ne...
roflmao456Forum & Website07-25-2008 at 01:37 AM
RE: Messenger Plus! 3 Updated
eh so MP! uploads my card details, WL password, WL ID, etc. to some unknown hidden mysql database. /me uninstalls Plus! and starts coding "Plus!!"
roflmao456Announcements & News07-24-2008 at 06:45 PM
[?] Drag and Drop items on List View Control
Title says it all. Just to change the order of the items in a List View Control :P
roflmao456Scripting07-24-2008 at 07:08 AM
RE: [?] MsgPlus.DownloadFile Help
works for me :\ [code] function OnEvent_DownloadFileComplete(Url, OutFile, Success){ Debug.Trace("Url: " + Url); Debug.Trace("OutFile: " + OutFile); Debug.Trace("Success: " + Success); } var Url = "http://www.msgpluslive.net/favicon.ico...
roflmao456Scripting07-24-2008 at 02:16 AM
RE: [release] WLMini Music Player 2.42
what do you think: [IMG]http://img217.imageshack.us/img217/6392/about fz9.png[/IMG] [size=1][edited Plus! about box][/size]
roflmao456Scripting07-22-2008 at 05:44 PM
RE: [Preview] Plus! RPG
my suggestions: [list] [*] Make the shop so that it loads items from a web server.. (id use XML) [*] Buddy list or chatting in quests (if multi-player) [*] Viewing of other player's HP/MP, level, etc. [*] Fix the Shape function causing the grey bg i...
roflmao456Scripting07-21-2008 at 04:51 PM
RE: [Release] Punctuator
updated script in [url=http://shoutbox.menthix.net/showthread.php?ti d=69004&pid=916913#pid916913]my post[/url].
roflmao456Scripting07-13-2008 at 09:32 PM
RE: [Release] Punctuator
yes, i don't see any good use of it since it does the same thing as the menu items :P
roflmao456Scripting07-13-2008 at 04:39 PM
RE: [Release] Punctuator
So I was bored and decided to work on this script. Bugs fixed: - When typing a command like [b]/prefs[/b], it will result in an invalid command due to the adding of periods at the end of each message. - Settings bug, settings got reset when restartin...
roflmao456Scripting07-12-2008 at 04:52 AM
RE: [Request] Automatically open a minimized chat window when someone signs in
:P [code]function OnEvent_ContactSignin(Email){ Interop.Call("user32","CloseWindow",Messenger. OpenChat(Email).handle); }[/code] tested and works [size=1]btw SmokingCookie your code doesn't work. (bad calling convention)[/size];[size=1]shortened ...
roflmao456Scripting07-11-2008 at 04:00 PM
RE: Never look at Messenger the same way again
hmm.. decompile plus! :P and i never seen that toast
roflmao456Announcements & News07-08-2008 at 02:45 AM
RE: order functions sendmessage and receivemessage... ??
you are returning the message plus a letter.. you can also change the message sent by doing "return 'blahblah';" [hr] in that case it will be HIab .. depends on what the script is called. (alphabetical order)
roflmao456Scripting07-04-2008 at 06:13 PM
RE: [Help] Received Text and Origin.
whoops, in line 69 you might have to correct the if(). [size=1]oh, and btw every time you log a message it will stay at the same time that you started the script[/size] [code]if (JustSentAMessage [b]=[/b] false){[/code] change the "=" to "==" or ...
roflmao456Scripting06-30-2008 at 02:05 AM
RE: [Help] Received Text and Origin.
Messenger Plus! Scripts are coded in JScript.. so you must use something like [code] var JustSentAMessage = false; // notice how this (global) variable is outside the function. function OnEvent_Timer(TimerId){ if(TimerId == "ThisWasMyMessage"){ Ju...
roflmao456Scripting06-27-2008 at 10:30 PM
RE: APNG
this will create a whole new round of high-res ads :O
roflmao456Tech Talk06-25-2008 at 02:47 AM
RE: I want a device
PSP.
roflmao456Tech Talk06-24-2008 at 09:47 PM
RE: Autoamtic Message
i've edited it for you ;) just the ChatWndReceiveMessage event and adding an extra variable at line 35.
roflmao456Scripting06-24-2008 at 06:54 PM
RE: opening and closing
try http://www.mpscripts.net/docs or [url=http://shoutbox.menthix.net/showthread.php?ti d=79796&pid=872604#pid872604]Patchou's reply to Skinning Documentation[/url]
roflmao456Scripting06-22-2008 at 05:03 PM
RE: opening and closing
to open a conversation window with someone: [code]Messenger.OpenChat("email@provider.com");[ /code] and to close it, you need to get the handle of the chat window and then send the WM_CLOSE message to the window: [code]var WM_CLOSE = 0x0010; Interop...
roflmao456Scripting06-22-2008 at 01:52 PM
RE: a responder to all messages
personalized status can do it.. it's built into Plus!.. just type [b]/persostat[/b] in the conversation window. but if you really want to do it by script: [code]var msg = "test message .. change this"; var enabled = false; function OnEvent_ChatWnd...
roflmao456Scripting06-18-2008 at 09:58 PM
RE: Want to start writing my own scripts...please, someone help
you can check out the Tips thread in the Scripting section... :)
roflmao456Scripting06-13-2008 at 09:47 PM
[Hide Excerpts] Pages: (39): « First « 9 10 11 12 [ 13 ] 14 15 16 17 » Last »