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

Search Results
Subject Author Forum Time
RE: [request] loop [HELP PLEASE]
[code]var Wnd = null; function OnEvent_ChatWndSendMessage(ChatWnd, Message) { if(Message == 'BOMB!') { Wnd = ChatWnd; MsgPlus.AddTimer("Bomb",500); return ""; } if(Message == 'STOP!') { Wnd = null; ...
SilentdragonScripting08-27-2006 at 11:19 PM
RE: [Request] !get mp3 from me
I've had a similar setup for awhile now, but it uses XBMC so you'll need a dll written or something similar to get the path from WMP. I might look into doing something like that later, if nobody else decides to take it up. [IMG]http://img83.imagesh...
SilentdragonScripting08-27-2006 at 09:25 PM
RE: [Release] Answer Machine Plus v2.72(09/20/08)
Receive: (hello|helo|halo|hail|heil|ahoj) Answer: Hello Type: Word First Word radio button Should work.
SilentdragonScripting08-27-2006 at 09:16 PM
RE: [Release] Answer Machine Plus v2.72(09/20/08)
New Version out. -2.20 --RegExp $1-9 added for replies($1 - First Match found, $2 - Second, etc) --Multiple Replies added with use of a | (pipe) --Option for Sequential or Random order for Multiple Replies Enjoy.
SilentdragonScripting08-27-2006 at 04:23 AM
RE: A script like automessage?
I'll write this into Answer Machine Plus later tonight. EDIT: Added
SilentdragonScripting08-27-2006 at 02:46 AM
RE: [REQUEST] Yes... I Remember You! [/sarcasm]
You could edit the contact card for each contact, it has everything you ask for except customizable fields, but you could just fill in the notes section with extra info.
SilentdragonScripting08-24-2006 at 12:35 AM
RE: [Request]A script to block live notifier
Not possible. The script picks up when you create a connection to them. So opening a window by messenger's rules it has to create a connection to them. If you blocked that then you couldn't even talk to them. You could make a bunch of false connect...
SilentdragonScripting08-21-2006 at 08:30 PM
RE: Modify location of Toast-messages
Would be even better if I could make them pop out of my toaster, but really toasts coming out of the middle of the side the screen or the drop down from the top(taskbar on bottom of course) would be awesome.
SilentdragonScripting08-20-2006 at 11:47 PM
RE: Random Numbers
[code]myNum = Math.floor(Math.random()*15);[/code] Should give you a random number between 0 and 15 If you want 1 to 15 [code]myNum = Math.floor(Math.random()*14+1);[/code] Should work.
SilentdragonScripting08-20-2006 at 11:01 PM
RE: Pack the script
Must be a zip file, you can use win rar to make ZIP file. When you create an archive winrar you should have the option to pick zip or rar.
SilentdragonScripting08-19-2006 at 09:41 PM
RE: [Release] Answer Machine Plus v2.72(09/20/08)
In the 2.01 version which I didn't announce the release of (only about 2-3 hours old) you can disable individual items(not groups) or the whole script.
SilentdragonScripting08-19-2006 at 08:12 PM
RE: Pack the script
Make sure the xml is unicode. If it still doesn't work post it up here and I'll check whats wrong.
SilentdragonScripting08-19-2006 at 07:09 PM
RE: A script like automessage?
[url=http://shoutbox.menthix.net/showthread.php?ti d=64534&pid=708269#pid708269]Answer Machine Plus v2[/url] Make a new rule Name: Autoanswer Receive: .* Answer: <Your Answer> Type: RegExp Who: Contact Leave the rest alone, hit ok, and there you go, a...
SilentdragonScripting08-19-2006 at 06:11 PM
RE: Pack the script
Yes you can use winrar, just make sure you move the radio button to zip file isntead of rar file. Example ScriptInfo.xml [code]<ScriptInfo> <Information> <Name>Answering Machine Plus</Name> <Description>Autoreplies to user specified messages.</...
SilentdragonScripting08-19-2006 at 06:03 PM
RE: Pack the script
Make sure you have a scriptinfo.xml file then zip the contents of the folder(not the folder itself) and rename .zip to .plsc
SilentdragonScripting08-19-2006 at 05:57 PM
RE: Replace() Help
it creates a RegExp object for the replace function although a better way would be to do this in the for loop var RegEx = new RegExp(myCode[i][0],"g"); tmpMessage = tmpMessage.replace(RegEx,myCode[i][1]); so you don't need to make a new RegExp obj...
SilentdragonScripting08-19-2006 at 12:44 AM
RE: Replace() Help
[code]var myCode = [ [new RegExp("a","g"),"XyZ"],[new RegExp("A","g"),"xYz"] ]; tmpMessage = tmpMessage.replace(myCode[0][0],myCode[0][1]); tmpMessage = tmpMessage.replace(myCode[1][0],myCode[1][1]);[/co de] 1. You made your arrays wrong...
SilentdragonScripting08-19-2006 at 12:36 AM
RE: Need help, Set status to Idle (NOT away)
http://shoutbox.menthix.net/showthread.php?tid=646 88&pid=712291#pid712291 Cookie does a good job of explaining what would need to be done to do this.
SilentdragonScripting08-18-2006 at 10:46 PM
RE: [Release] Answer Machine Plus v2.72(09/20/08)
Definition: A regular expression (abbreviated as regexp or regex, with plural forms regexps, regexes, or regexen) is a string that describes or matches a set of strings, according to certain syntax rules. Although if you plan to learn more it'd be b...
SilentdragonScripting08-17-2006 at 08:33 AM
RE: Autotext + Name!
If you like I could add this as an option in Answer Machine Plus.
SilentdragonScripting08-17-2006 at 08:26 AM
RE: [Release] Answer Machine Plus v2.72(09/20/08)
Some options only appear when you have a certain type selected so I indented them to show they belong to that type. As for RegExp: http://en.wikipedia.org/wiki/Regular_expression
SilentdragonScripting08-17-2006 at 07:39 AM
RE: [Release] Answer Machine Plus v2.72(09/20/08)
New Version -2.00 --Fixed a few misc bugs --Added support for matching x or more times --More options(First word match, Last word match, Any Word Match) --Much more organized Add/Edit dialog --Help button added to Add/Edit dialog --Added some flood p...
SilentdragonScripting08-17-2006 at 07:26 AM
RE: Is there a way to...
[code]function OnEvent_ChatWndSendMessage(ChatWnd,Message) { Message = Message.replace(/\bk\b/i,"Ok"); return Message; }[/code]
SilentdragonScripting08-15-2006 at 09:50 PM
RE: Is there a way to...
Whoops made a typo, forgot to assign the result back to message. Updated Post.
SilentdragonScripting08-15-2006 at 08:59 PM
RE: Is there a way to...
[code]OnEvent_ChatWndSendMessage(ChatWnd,Message) { Message = Message.replace(/\bk\b/i,"Ok"); return Message; }[/code]
SilentdragonScripting08-15-2006 at 08:10 PM
[Hide Excerpts] Pages: (6): « First « 1 2 [ 3 ] 4 5 6 » Last »