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

by TEK7
Tue Sep 13, 2011 7:12 pm
Forum: Scripting Help
Topic: regexp help
Replies: 3
Views: 3418

The rcon dcc connection isn't work. And the bot can't recieve logadress SOCK ADDR PORT NICK HOST TYPE ---- -------- ----- --------- ----------------- ---- 3 00000000 0 (dns) dns (ready) 4 00000000 0 (rcon) rcon (ready) 6 C0A80102 2727 (telnet) * lstn 2727 8 55EC6EE2 6667 (server) uk.quakenet.org ser...
by TEK7
Mon Sep 12, 2011 12:30 pm
Forum: Scripting Help
Topic: regexp help
Replies: 3
Views: 3418

I can't do that :/, 'im not scripter, i need that bot reads the console of my hlserver, and compare that string, and if match to say to channel. Can you help me? Thanks The original script is this, but that part of script doenst work :/ and i need some help to fix them. I use rcon mod. # Server ip a...
by TEK7
Sun Sep 11, 2011 9:33 pm
Forum: Scripting Help
Topic: regexp help
Replies: 3
Views: 3418

regexp help

hello, This part of my script doesn't work :/ i need help, i'm not scripter :c bind rcon - * rconm bind pub o|o .m rconm proc rconm {nickname ident handle channel argument} { global rhost rport my-ip global matchchan getrconlog if {[regexp {\"(.+)\" committed suicide with \"(.+)\"...
by TEK7
Sat Sep 10, 2011 2:02 pm
Forum: Scripting Help
Topic: Rcon MOD help
Replies: 2
Views: 3266

when i send @map de_dust2, the bot sends "-1" Have any way to change listen port? Rcon: "rcon 1488482803 "xxxx" changelevel de_dust2" from "89.109.74.95:62301" "62301" that is random, any to change to put a unique port? here souce code of rcon mod /*...
by TEK7
Sat Sep 10, 2011 11:30 am
Forum: Scripting Help
Topic: Rcon MOD help
Replies: 2
Views: 3266

Rcon MOD help

I have rcon mod installed, and matchbot.tcl. I configured my server etc.. But i'm receiving that error rconerror: Server not responding Can help me? :/ # Server ip address/hostname set rhost "counterstrike.server.com" # Server port set rport "27015" # Rcon password set rconpass &...
by TEK7
Thu Aug 25, 2011 9:04 am
Forum: Scripting Help
Topic: Configuring :/
Replies: 1
Views: 2409

Configuring :/

I can't configure this tcl, please help me. What i put in that variables? set service(name) "Eggdrop.Virtualife.com.br" set service(serveur) "127.0.0.1" set service(port) "6667" set service(pass) "senha" set service(info) "BadChan Procurando" set ser...
by TEK7
Sun Jul 04, 2010 3:35 pm
Forum: Scripting Help
Topic: Script bug help
Replies: 4
Views: 3052

bind pub -|- "5on5" cinco proc cinco { nick host handle channel text } { global pcwon pvtmsg if { $pcwon == 1 } { putquick "PRIVMSG $pvtmsg : Nick: 2$nick Msg:7 5on5 $text" } } He detects the message, but when i put /ame 5on5 lasdlasld he dont detect :s can help me?
by TEK7
Sun Jul 04, 2010 7:44 am
Forum: Scripting Help
Topic: Script bug help
Replies: 4
Views: 3052

Script bug help

I have this. proc 5on5 { 5on5 mad7684 mad8594 mad873 mad8954 args } { global pcwon pvtmsg if { $pcwon == 1 } { putquick "PRIVMSG $pvtmsg :5Nick: 14$mad7684 Host: 14$mad8594 Msg: 2$mad8954" } } and work with this bind pub -|- "5on5" 5on5 but when someone says "5on5 .." t...
by TEK7
Sat Jun 26, 2010 8:37 am
Forum: Scripting Help
Topic: Auto voice script
Replies: 2
Views: 2810

Auto voice script

I have this code. bind join - * join_av proc join_av {nick uhost handle chan} { pushmode $chan +v $nick } But i want to put a command to active "+autovoice" and to desactive "-autovoice" Can help me? Thanks for all! EDITED. Done, here is the script set canal "#teamSIN" ...
by TEK7
Sat Apr 10, 2010 11:11 am
Forum: Script Requests
Topic: Timed Message with commands.
Replies: 0
Views: 1450

Timed Message with commands.

Help me please, sorry my bad english. I need one tcl, when i say on channel #teamSIN !pcw the eggdrop sends messages (configured on tcl) to all channels on a time in minutes (configured on tcl) and when i say !stop he stops with messages.

Can help me?