This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 31 matches

by dokueki
Sun Mar 16, 2008 4:14 pm
Forum: Scripting Help
Topic: Creating a New Math Function?
Replies: 1
Views: 1557

Creating a New Math Function?

I Googled it, but all I got was weird instructions I couldn't really understand. It'd be lovely if anyone could give me an example of how to make a new math function for expr that takes one argument, and show how to take more. Thanks in advance :)
by dokueki
Wed Feb 20, 2008 4:26 am
Forum: Scripting Help
Topic: Explanation on File Reading?
Replies: 4
Views: 2599

Alright, thanks again! Works like a charm :3
by dokueki
Tue Feb 19, 2008 8:40 am
Forum: Scripting Help
Topic: Explanation on File Reading?
Replies: 4
Views: 2599

Alright, I'm sorry I didn't check there :C I'll try what the topic there says and I'm pretty sure it'll work. One thing though, how can I pick a random file from a list of files in a directory? Is that possible? Thanks again in advance :3
by dokueki
Tue Feb 19, 2008 1:23 am
Forum: Modules & Programming
Topic: Megahal on Windrop Issue
Replies: 10
Views: 25372

I tried moving the file to several locations, but it didn't work >: I miss Linux where I compiled the whole damn thing together X3
by dokueki
Tue Feb 19, 2008 1:22 am
Forum: Scripting Help
Topic: Explanation on File Reading?
Replies: 4
Views: 2599

Explanation on File Reading?

Hi there, all. I'm trying to go for a bit more dynamic scripts which are managing files and withdraws information from them. Although, I just can't seem to really understand how file managing works in Tcl. If anyone would be willing to help, it'd be great! What I need to know is: When do I need to o...
by dokueki
Mon Feb 18, 2008 5:07 am
Forum: Modules & Programming
Topic: Megahal on Windrop Issue
Replies: 10
Views: 25372

Megahal on Windrop Issue

So uh... I downloaded Megahal for Windows (since I moved to Windows from Linux) and well, all the files seem to be in place, I loaded the right module, and megahal.dll is inside the modules directory. Although, I still get this error: [11:00] Can't load modules megahal: No such file or directory Any...
by dokueki
Sun Jan 20, 2008 3:30 pm
Forum: Scripting Help
Topic: Binding a certain ACTION CTCP
Replies: 5
Views: 4081

I was trying to avoid that to make things simpler, but I guess I won't :P
Ok, so I have another question:
If several keywords appear in one message, the message is triggered for every one of them. How do I make it stop after only one trigger for each message? break didn't work :<
by dokueki
Sun Jan 20, 2008 10:07 am
Forum: Scripting Help
Topic: Binding a certain ACTION CTCP
Replies: 5
Views: 4081

Oh yeah I wasn't very descriptive >_< Sorry. I wanted to say, that I need only certain action CTCPs to be binded. How would I go upon doing this? "ACTION*keyword*" doesn't seem to bind what I need, if you look inside the first foreach loop. And oops, I didn't notice I put it here :x If som...
by dokueki
Sun Jan 20, 2008 4:30 am
Forum: Scripting Help
Topic: Binding a certain ACTION CTCP
Replies: 5
Views: 4081

Binding a certain ACTION CTCP

I want to make a bind for an ACTION CTCP containing a certain word/words in them. Here's the script I made: #================================================================================= # ** Notification(c) 1.0 by Hen Asraf #======================================================================...
by dokueki
Tue Nov 06, 2007 5:10 pm
Forum: Scripting Help
Topic: ASCII Convertion
Replies: 7
Views: 3896

It just... Doesn't let it appear in the message :P I mean, the ASCII character 9 is a blank character, but it triggers a script in mIRCSCript, and well, when I put it in my Eggbot, it doesn't trigger that script for other people when it needs to, which got me to the conclusion that it doesn't make i...
by dokueki
Tue Nov 06, 2007 1:56 pm
Forum: Scripting Help
Topic: ASCII Convertion
Replies: 7
Views: 3896

EDIT: Alright, got it :D But it strips the character I need :<
by dokueki
Tue Nov 06, 2007 12:44 pm
Forum: Scripting Help
Topic: ASCII Convertion
Replies: 7
Views: 3896

ASCII Convertion

I got a little question, how do I convert from text to ASCII?
Meaning, i want to show the ascii 9 in the end of a certain message.
In mIRCScript, it's $asc(9) or $chr(9), and I need to find the Tcl equivalent. Thanks in advance!
by dokueki
Tue Nov 06, 2007 11:41 am
Forum: Scripting Help
Topic: Logic Error - Replacing Characters in a String
Replies: 10
Views: 4762

Again, works like a charm, thanks again!
by dokueki
Tue Nov 06, 2007 11:14 am
Forum: Scripting Help
Topic: Logic Error - Replacing Characters in a String
Replies: 10
Views: 4762

Alright, thanks :3 Unfortunately, I have another problem D: bind msg - "+cumulan" spidey:cumulan # 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 # aym mi korao hra ku zu gli ti gura bu upa yai gia tu kan guum yipa rur lia do zor qi wu omyr kil airu proc spidey:cumulan { nick host han...
by dokueki
Tue Nov 06, 2007 10:38 am
Forum: Scripting Help
Topic: Logic Error - Replacing Characters in a String
Replies: 10
Views: 4762

Alright! Works like a charm :D
Thanks again ^_^
Just shows I still have alot to learn :P