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.

Sorebot/matchbot

Old posts that have not been replied to for several years.
Locked
A
Achilles
Voice
Posts: 8
Joined: Thu Mar 10, 2005 8:20 pm

Sorebot/matchbot

Post by Achilles »

I am looking for a script that will act as a Counter-Strike score/match bot. Similar to what HLSW does for windows, I am looking to do via eggdrops.


I have found this one:
# Matchbot for counter-strike servers
# Version 0.2.1 - July 6, 2004
# michael@limit.org
But it does not seem to relay any infomation, although all the triggers work.

If someone could help me out, that would be great. Thanks
F
FuE-
Halfop
Posts: 57
Joined: Sat Nov 27, 2004 3:46 pm

Post by FuE- »

what do yoyu get for error in partline?
A
Achilles
Voice
Posts: 8
Joined: Thu Mar 10, 2005 8:20 pm

Post by Achilles »

I do not get an error mesage, it says that it is starting up but it does not relay any information to the channel
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

Do you have to enable a channel for it to work on? i.e.

Code: Select all

.chanset #channel +matchbot
read the help at the top of the script.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
A
Achilles
Voice
Posts: 8
Joined: Thu Mar 10, 2005 8:20 pm

Post by Achilles »

Yes, everything is set on it. The config is setup right and everything that should be in the .conf is set and in it.


All of the pub commands work. There are only two things that seem to be relayed to the channel, the @map and @say commands both msg the channel with:

Code: Select all

@say Test
L 03/12/2005 - 11:09:45: Server say "Test"

@map de_dust2
L 03/12/2005 - 11:10:06: Log file closed
That's all I can get it to do.


In the log files I can see that it is taking the logs:

Code: Select all

13:52:15 og L 03/12/2005 - 11:19:11: Rcon: "rcon 1421710173 "****" logaddress 2130706433 3792" from "24.34.219.221:1573"
But it doesn't seem to be putting in .'s in the logaddress and like I said, nothing else is relayed.
Locked