xDaeMoN

xDaeMoN

Joined
Jan 27, 2004
Location
United States Of Calamity

Activity Stream

xDaeMoN commented on a Page, /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.

 Respond  
xDaeMoN commented on a Page, 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

  if ( $prop == 1 ) return $replace($1-,<me>,$!me,<nick>,$!nick,<randnick>,$nick(#,$r(1,$nick(#,0))),<randnum1-10>,$r(1,10),<act>,describe $!output.to)

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

  if ( $prop == 1 ) return $replace($1-,<me>,$!me,<nick>,$!nick,<randnick>,$nick(#,$r(1,$nick(#,0))),<randnum1-10>,$r(1,10),<act>,describe $!output.to,<6>,$!6)

Then now, you need to add a phrase, type

!addtalk hey BOT say hi to &:hello <6>
 Respond  
xDaeMoN commented on a Page, Seen nick script  -  Mar 12, 2010

Yeah, sorry. My last comment was meant for Trill.

 Respond  
xDaeMoN commented on a Page, Seen nick script  -  Mar 11, 2010

You might want to update the snippet itself with what you noted on your comment. ;)

 Respond  
xDaeMoN commented on a Page, 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.

 Respond  
xDaeMoN commented on a Page, nick completions  -  Mar 04, 2010
xDaeMoN commented on a Page, 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.

 Respond  
xDaeMoN commented on a Page, Anti-Flood Script  -  Feb 08, 2010

then change the /ban command to /ignore. Type '/help /ignore' for it's switches to suit your needs.

 Respond  
xDaeMoN   -  Feb 03, 2010

Thanks SnoooP!

 Respond  
xDaeMoN commented on a Page, xTalker v1.01  -  Jan 25, 2010
  1. type
/hfree xtalker

if you have your mirc open.

OR

  1. If you don't have your mirc open, find the file "xtalker.dat" and delete it.
 Respond  
xDaeMoN commented on a Page, xTalker v1.01  -  Jan 25, 2010

I believe you can.

 Respond  
xDaeMoN commented on a Page, xTalker v1.01  -  Jan 18, 2010

Try something like this:

!addtalk !checkhost*:I am $me $+ . you are $nick $+ . host of $2 is $address($2,5) $+ . Today is $fulldate $+ .

Then type

!checkhost other_nick_here
  • 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 ;)

 Respond  
xDaeMoN commented on a Page, xTalker v1.01  -  Jan 14, 2010

I fixed the script for the action part. The 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

*t*r*igg*er:<act> is hungry like a wolf
 Respond  
xDaeMoN commented on a Page, xSeen v2.7  -  Nov 09, 2009

@ Xpl0reR, you could. =) Check my notes in the introduction above.

 Respond  
xDaeMoN commented on a 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.

 Respond  
xDaeMoN created a mIRC Script  -  Feb 17, 2009
xDaeMoN created a mIRC Script  -  Feb 17, 2009
xDaeMoN commented on a Page, 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.

 Respond  
xDaeMoN commented on a Page, Badword snippet  -  May 11, 2008
ban -k1800 ...

should also be

ban -ku1800 ...
  • Dont forget the \"u\" switch
 Respond  
xDaeMoN commented on a mIRC Script, xSeen v3.9  -  Apr 27, 2008

@ EL, yes. It was tested with 6.31 as well.

 Respond  
xDaeMoN commented on a mIRC Script, xSeen v3.9  -  Apr 26, 2008

Version 3.9 has been uploaded, just waiting for it to be reviewed. :)

 Respond  
xDaeMoN commented on a Page, 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

 Respond  
xDaeMoN commented on a Page, 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.)

 Respond  
xDaeMoN commented on a mIRC Script, Dragon Script V4.0  -  Apr 16, 2008

The script has been updated & just needs to be reviewed again.

 Respond  
xDaeMoN commented on a Page, 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

 Respond  
xDaeMoN commented on a Page, 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

 Respond  
xDaeMoN commented on a Page, 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.
 Respond  
xDaeMoN commented on a Page, User Statistics v1.5  -  Apr 01, 2008

@ jonesy44, you have it the other way around.

 Respond  
xDaeMoN commented on a Page, 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.

 Respond  
xDaeMoN commented on a Page, 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).

 Respond  
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.