xDaeMoN commented on mIRC Snippet: /amsg controller  -  May 11, 2011
@ D_J, there is no timer(s) on the snippet which would cause the delay. The delay could be from your mIRC or from the server. You may have an anti-flood protection enabled or so is the server.
xDaeMoN commented on mIRC Snippet: xTalker v1.01  -  Nov 08, 2010
@ Slyvar: Yes you can. You also need to add a variable to the "rword" alias at the very end of the script so it would replace the word.

On the "rword" alias, find the line

Code

 

then we need to add $6 which would trigger the 6th token/word said. The new line would be

Code

 


Then now, you need to add a phrase, type

Code

 


xDaeMoN commented on mIRC Snippet: Seen nick script  -  Mar 12, 2010
Yeah, sorry. My last comment was meant for Trill.
xDaeMoN commented on mIRC Snippet: Seen nick script  -  Mar 11, 2010
You might want to update the snippet itself with what you noted on your comment. ;)
xDaeMoN commented on mIRC Snippet: Seen nick script  -  Mar 10, 2010
AFAIK, hashes are not retained when you exit mirc. Which is why you need to use /hsave so you can save them and access the data later.
xDaeMoN commented on mIRC Snippet: nick completions  -  Mar 04, 2010
xDaeMoN commented on mIRC Snippet: WOrd replier  -  Feb 28, 2010
@ Aucun50, there is no flood control on Jethro_'s code. He was suggesting to the to romen to add a trigger flood control.

I have a similar script to this but all you have to do is provide the word trigger & the output. It can also contain several outputs. Check out xTalker v1.01.
xDaeMoN commented on mIRC Snippet: Anti-Flood Script  -  Feb 08, 2010
then change the /ban command to /ignore. Type '/help /ignore' for it's switches to suit your needs.
xDaeMoN commented on Status: xDaeMoN  -  Feb 03, 2010
Thanks SnoooP!
xDaeMoN commented on mIRC Snippet: xTalker v1.01  -  Jan 25, 2010
1. type

Code

 
if you have your mirc open.

OR

2. If you don't have your mirc open, find the file "xtalker.dat" and delete it.
xDaeMoN commented on mIRC Snippet: xTalker v1.01  -  Jan 25, 2010
I believe you can.
xDaeMoN commented on mIRC Snippet: xTalker v1.01  -  Jan 18, 2010
Try something like this:

Code

 


Then type

Code

 

* as long as other_nick_here is on any of the bot's channel, the script will pick up the full address of the other user.

You can try other identifiers :)

Regarding $snick, ask mr Help what that is ;)
xDaeMoN commented on mIRC Snippet: xTalker v1.01  -  Jan 14, 2010
I fixed the script for the action part. The <act> identifier was already there, though the command was missing. I also listed the identifiers that you can use, check the intro above.

@ Pangaea, you can do

Code

 
xDaeMoN commented on mIRC Snippet: xSeen v2.7  -  Nov 09, 2009
@ Xpl0reR, you could. =) Check my notes in the introduction above.
xDaeMoN commented on mIRC Script: xSeen v3.9  -  Mar 04, 2009
Hi Cheiron, the only thing I can think of which could be causing the problem is with the name of your server. Please PM me the name of your server. Thanks.
xDaeMoN commented on mIRC Snippet: Auto kick on ban  -  Sep 15, 2008
Sorry for the late reply. This usually happens when another nick/bot has already kicked the nick-to-be-kick-banned at the same time. Try using ".kick" instead of just "kick" for the command. Not sure if that would prevent on seeing that message though.
xDaeMoN commented on mIRC Snippet: Badword snippet  -  May 11, 2008

Code

 
should also be

Code

 


* Dont forget the "u" switch
xDaeMoN commented on mIRC Script: xSeen v3.9  -  Apr 27, 2008
@ EL, yes. It was tested with 6.31 as well.
xDaeMoN commented on mIRC Script: xSeen v3.9  -  Apr 26, 2008
Version 3.9 has been uploaded, just waiting for it to be reviewed. :)
xDaeMoN commented on mIRC Snippet: server !seen and !idle scripts  -  Apr 18, 2008
I would say it's just an UPDATED snippet :). Also, I like your xSeen variables and aliases. I think I've seen them somewhere... =P
xDaeMoN commented on mIRC Snippet: server !seen and !idle scripts  -  Apr 17, 2008
Since this is an update of your previous snippet, just update your old snippet as said on the rules of posting snippets.

**
DO NOT post new versions as new snippets. You must edit your previous snippet.
(If you add Snippet v1.0 and Snippet v2.0 as two snippets Snippet v2.0 will be deleted.)
**
xDaeMoN commented on mIRC Script: Dragon Script V4.0  -  Apr 16, 2008
The script has been updated & just needs to be reviewed again.
xDaeMoN commented on mIRC Snippet: DOND (Deal or No Deal) v0.18.3 BETA  -  Apr 08, 2008
Hey wtfdidido, thanks. Pm me a copy of the revised script you have right now and also your room/server where I can test it. I checked the link you gave me before but It requires me to register. =P
xDaeMoN commented on mIRC Snippet: Progress Bar  -  Apr 07, 2008
You can use dcx.dll which has a progress bar as well for dialogs.

http://dcx.scriptsdb.org/pbar.htm
xDaeMoN commented on mIRC Snippet: Guestbook  -  Apr 02, 2008
1. You could have just used $lines(file.txt) to get the number of lines for your file.
2. Use /var instead of /set, making them local variables (or just get rid of the variables, which is not really necessary ;) )
3. Optional: You can also use /play to make use of it's flood protection, then use an alias so you can manipulate the output.
xDaeMoN commented on mIRC Snippet: User Statistics v1.5  -  Apr 01, 2008
@ jonesy44, you have it the other way around.
xDaeMoN commented on mIRC Snippet: Highlight Specific Letters in a String  -  Mar 31, 2008
lol I forgot about the bug with the /var command. I have been using the "=" with it so I kinda ignored that bug =P

I've been using 6.21, haven't upgraded to the latest though. ;) Thanks again for the update. I'll test this snippet again later.
xDaeMoN commented on mIRC Snippet: Highlight Specific Letters in a String  -  Mar 31, 2008
Tried it on 2 diff mIRC & got the same error. You can also do this with just 1 while loop (basing it from your example).
xDaeMoN commented on mIRC Snippet: Highlight Specific Letters in a String  -  Mar 29, 2008
It needs to be tested again.

* Invalid format: $mid (line 12, test.mrc)
xDaeMoN commented on mIRC Snippet: Mass Modes  -  Mar 14, 2008
Set %a to 1 then in the while loop ;)
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. Next
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.