Dude I used to do a whole lot of mIRC Scripting - though I've long been out of irc. But Iguess I still have some of my old scripts with me. Will have to find them and post in here. Regards
my friends a great scripter. if you need any help, ask me and ill ask him. he havent made any big published script, but i saw him in action and he kills.
I've just started scripting, and so far the best I have done is a remote that says hi to other users as they log on only if a certain other user isn't on. If you want to look it over for me or provide helpful pages with tutorials on mIRC scripting, I would be much obliged. Code of the remote as follows:
CODE
on *:JOIN:#NBot:{ if ($nick == Qop123) { /msg #NBot hello $nick } if ($nick != $me) { if (Qop123 ison #NBot) { /msg #NBot } else { /msg #NBot hello $nick } } }
I also made a simple little remote that lets other users cause me to say they someone with something. Once again, code to follow (since you asked us to share):
CODE
on *:TEXT:!hit*:#NBot:{ /msg #NBot $nick hits $2 with $3- }
I'm also trying to make a script that automatically logs me back onto a channel when kicked from it, but it isn't working. If you could help, I would appreciate it.
CODE
on *KICK:#NBot:{ if ($knick == $me) { /join #NBot } }
Have you checked #mIRCHelp on EFNet? I used to be a channel operator there. They do extensive help when you can catch the right person there. Depending on how complex scripting help you need, I even might be able to help you. Let me know what kind of scripting help you need.
QUOTE (flippys @ Mar 11 2005, 10:07 AM)
I am wondering if there is more than me who script mIRC.. If there is please share your scripts and screens.
Here you can find a screenshot of my newest creation "flipIRC". Tell me what you like/dislike
/flippys --------moved this from What Is... to here, as this place is more appropriate and should get you more responses --------szupie
Also has anyone got any good bots that i can use as i have my own chat network and i can edit the connection to go to my server so any good bots you have made or know please tell me so i can try them out thank-you!
Notice from Klass:
Since you can't follow rules, and posted code without the code tag to gain hosting credits you have been warned.
Notice from m^e:
Credits Adjusted: -16 days. Be more careful in future.
I was going to wonder what is the best way to learn a scripting language. I mean there are tons of
different ways including buying Books on internet of that langauge. You can also take tech
classes,or even internet classes, or best way to just learn by yourlself? Ive been messing alot
lately with Macromedia MX director. Ive been learning its scripting language called Lingo, but ive
just been learning from messing with source codes and server scripts. Is the best way trial and
error and repeat?....
Notice from vujsa:
Edited Post! Please do not post email
address here or request that help be sent via email. Replies should be made in the form of posts so
everyone may learn from your question.
Does anyone have any experience adding a scripting
language to a program they are writing? I have one project I'm working on that needs a
scripting language, and I would like to simply add an existing language to my program. I know how
to use Perl, Tcl/Tk, Python, and others... but I don't know how to tie one of them into my....
What script is mIRC written in as i would like to know here's an example of a peace of its
script: #capsprot on on ^*:TEXT:*:#:{ if ($nick == $chan) halt if ($$ial($nick $+ *,1).addr
== $read(protect.txt, w,* $+ $$ial($nick $+ *,1).addr $+ * )) return if ($nick isowner #) halt
if ($nick isop #) halt if ($len($1-) var %caps.letters = $calc($len($1-) + 1 -
$len($removecs(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z))) var %caps = $calc($len($1-)
- $len($removecs($1-,($1-),A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z))) var %caps.perc....
Hi Once opon the time I did use an simple formail witout any script. I can't exactly remember
how I did done. But something with post and then my email adress. Does any remember this poor
solution??? Thanks Cheers! Jens....