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 27 matches

by mkluin
Thu Sep 08, 2005 6:22 am
Forum: Archive
Topic: looking for a script
Replies: 0
Views: 2820

looking for a script

Hi, i am looking for a script that let registered users add comments to the bot with a public command that can be checked by all other users with another public command. it also should have a counter that after the message is posted counts down from a given time and make a public announcement in the...
by mkluin
Fri May 27, 2005 7:14 am
Forum: Archive
Topic: is this possible?
Replies: 6
Views: 3097

i just start with eggdrop and tcl so i don't know where to look for at this moment. anybody using a script that does this or knows what script i could use?
by mkluin
Fri May 27, 2005 3:58 am
Forum: Archive
Topic: is this possible?
Replies: 6
Views: 3097

is this possible?

Hi, i would like to have a script that reads and post information from a webpage to a channel. the webpage i would like to use is: http://biosfear.tiscali.co.uk/index2.asp?page=4&path=stats&lang=en what i want the script to do is i give the name of a player and it post the info in the channe...
by mkluin
Mon Nov 03, 2003 4:48 am
Forum: Archive
Topic: what is wrong with this script?
Replies: 12
Views: 2939

i am not that good in scripting.

This is the first script i tried to do without help.
by mkluin
Mon Nov 03, 2003 3:54 am
Forum: Archive
Topic: what is wrong with this script?
Replies: 12
Views: 2939

i have tried that also. no luck. the part as i have it now is: # main procedure to handle the commands proc pub:xp { nick uhost handle channel arg } { # check if command should work in this chan set chan [string tolower $channel] if { ![isenabledchan $chan] } { return 1 } if { [llength $arg] == 0 } ...
by mkluin
Mon Nov 03, 2003 2:52 am
Forum: Archive
Topic: what is wrong with this script?
Replies: 12
Views: 2939

still doesn't work.

now i keep getting an error about the second } else {

guess i better stop with it since i don't get it to work.

Thanks for the help guys
by mkluin
Sun Nov 02, 2003 5:46 am
Forum: Archive
Topic: what is wrong with this script?
Replies: 12
Views: 2939

[04:43] extra characters after close-brace while executing "} else { set command [lindex $arg 0] set command [string tolower $command] # check if valid number of arguments if { [lle..." (file "scripts/anaroch.tcl" line 35) invoked from within "source scripts/anaroch.tcl"...
by mkluin
Sun Nov 02, 2003 4:08 am
Forum: Archive
Topic: what is wrong with this script?
Replies: 12
Views: 2939

ok. i have it like this now. but it tells me that it is missing a close brace. [09:02] Tcl error in file 'ahv.conf': [09:02] missing close-brace while executing "proc pub:xp { nick uhost handle channel arg } { # check if command should work in this chan set chan [string tolower $channel] if { !...
by mkluin
Sun Nov 02, 2003 2:48 am
Forum: Archive
Topic: bot kicked/banned for flooding
Replies: 8
Views: 2075

how can i put my bot as a friend to the controlling bot?

the owner refused to set his bot so it won't ban mine.
by mkluin
Sun Nov 02, 2003 2:42 am
Forum: Archive
Topic: what is wrong with this script?
Replies: 12
Views: 2939

i used the - between pub and +xp.

now the bot responds, but every answer it gives is the answer from this line:

if { $exp <= 0} { putserv "NOTICE $nick :Error no info exists about this level" }
by mkluin
Sun Nov 02, 2003 2:39 am
Forum: Archive
Topic: bot kicked/banned for flooding
Replies: 8
Views: 2075

banned by a bot that's put there to control the room.

It is put there by the owner of the server
by mkluin
Sat Nov 01, 2003 10:30 pm
Forum: Archive
Topic: what is wrong with this script?
Replies: 12
Views: 2939

what is wrong with this script?

The script doesn't respond at all, it also doesn't give any error. #Anaroch's info script by a_happy_visitor putlog "loading Anaroch by a_happy_visitor..." ###############binds############### bind pub +xp pub:xp bind pub +potion pub:potion bind pub +help pub:help #Channels allowed to use t...
by mkluin
Sat Nov 01, 2003 8:37 pm
Forum: Archive
Topic: bot kicked/banned for flooding
Replies: 8
Views: 2075

if i could write one, would i ask it in here?

i am a noob to tcl
by mkluin
Sat Nov 01, 2003 7:58 pm
Forum: Archive
Topic: bot kicked/banned for flooding
Replies: 8
Views: 2075

bot kicked/banned for flooding

Hi, I use a public command script so people can check info about a online game they play. if a couple of people use it at the same time, the bot will be banned for flooding the channel. is there a script, or does anyone know how to make a script to make sure that the bot won't be banned for answerin...
by mkluin
Wed Jun 04, 2003 2:16 am
Forum: Archive
Topic: Responding on bot lowercase and capital letters
Replies: 8
Views: 2374

yeah i forgot a space.

It works now.

Thanks for the help.