Bot [message #195071] |
Mon, 03 April 2006 18:53 |
ghost
Messages: 437 Registered: May 2005 Location: California
Karma: 0
|
Commander |
|
|
Well i like the idea of bots being made for us but i kinda wanted to make my own. But what im looking for is what will i need to get it going? Im fimilar with scripts and i was gonna write it just like CS. I just need a list of things u will need to make a bot
Please visit my forums at: RenForce
Creator of the CrazyAOW Mod
|
|
|
Re: Bot [message #195074 is a reply to message #195071] |
Mon, 03 April 2006 19:00 |
=HT=T-Bird
Messages: 712 Registered: June 2005
Karma: 0
|
Colonel |
|
|
You need
1) A way to talk to the FDS (send console commands, read its logs)
2) A way to talk to an IRC server (either hijack an existing IRC client or use your own)
3) A programming language and
4) A decent database (SQLite is what BRenBot uses and should work well).
HTT-Bird (IRC)
HTTBird (WOL)
Proud HazTeam Lieutenant.
BlackIntel Coder & Moderator.
If you have trouble running BIATCH on your FDS, have some questions about a BIATCH message or log entry, or think that BIATCH spit out a false positive, PLEASE contact the BlackIntel coding team and avoid wasting the time of others.
|
|
|
Re: Bot [message #195075 is a reply to message #195074] |
Mon, 03 April 2006 19:05 |
ghost
Messages: 437 Registered: May 2005 Location: California
Karma: 0
|
Commander |
|
|
=HT=T-Bird wrote on Mon, 03 April 2006 19:00 | You need
1) A way to talk to the FDS (send console commands, read its logs)
2) A way to talk to an IRC server (either hijack an existing IRC client or use your own)
3) A programming language and
4) A decent database (SQLite is what BRenBot uses and should work well).
|
I can #2-4 but is #1 by any chance fdstalk?
this may sound n00bish but why does server need to save logs???
Please visit my forums at: RenForce
Creator of the CrazyAOW Mod
[Updated on: Mon, 03 April 2006 19:06] Report message to a moderator
|
|
|
Re: Bot [message #195115 is a reply to message #195075] |
Tue, 04 April 2006 04:32 |
=HT=T-Bird
Messages: 712 Registered: June 2005
Karma: 0
|
Colonel |
|
|
The logs tell you chat, etc...and FDSTalk works, you'll just have to slurp console-command replies out of the Renlog.
HTT-Bird (IRC)
HTTBird (WOL)
Proud HazTeam Lieutenant.
BlackIntel Coder & Moderator.
If you have trouble running BIATCH on your FDS, have some questions about a BIATCH message or log entry, or think that BIATCH spit out a false positive, PLEASE contact the BlackIntel coding team and avoid wasting the time of others.
|
|
|
|
Re: Bot [message #195171 is a reply to message #195167] |
Tue, 04 April 2006 16:06 |
=HT=T-Bird
Messages: 712 Registered: June 2005
Karma: 0
|
Colonel |
|
|
ghost wrote on Tue, 04 April 2006 17:50 |
=HT=T-Bird wrote on Tue, 04 April 2006 04:32 | The logs tell you chat, etc...and FDSTalk works, you'll just have to slurp console-command replies out of the Renlog.
|
Where would obtain "fdstalk"?
couldnt i just take it from a old bot :S
|
A copy of fdstalk.dll can be found in the sources to WinRem.
HTT-Bird (IRC)
HTTBird (WOL)
Proud HazTeam Lieutenant.
BlackIntel Coder & Moderator.
If you have trouble running BIATCH on your FDS, have some questions about a BIATCH message or log entry, or think that BIATCH spit out a false positive, PLEASE contact the BlackIntel coding team and avoid wasting the time of others.
|
|
|
Re: Bot [message #195186 is a reply to message #195071] |
Tue, 04 April 2006 19:10 |
ghost
Messages: 437 Registered: May 2005 Location: California
Karma: 0
|
Commander |
|
|
So i need a copy of "FDSTalk" & "WinRem" What else. If you got IRC please tell me so we can discuss this further :S
All i need is the help and tools to make the command !gi. from there i can go on my own (i hope)
alias parserenlog {
signal FDS $2-
}
on *:signal:*FDS*:{
msg #abbfserv1 $2-
}
Please visit my forums at: RenForce
Creator of the CrazyAOW Mod
[Updated on: Tue, 04 April 2006 19:34] Report message to a moderator
|
|
|
|
|
|
Re: Bot [message #197949 is a reply to message #197945] |
Thu, 27 April 2006 04:50 |
=HT=T-Bird
Messages: 712 Registered: June 2005
Karma: 0
|
Colonel |
|
|
light wrote on Thu, 27 April 2006 04:59 | I'm still wondering why. You have CloudyServ, which pushes mIRC to the limits in some areas of the code.
|
That's exactly why I chose Standard C++ for my bot...
HTT-Bird (IRC)
HTTBird (WOL)
Proud HazTeam Lieutenant.
BlackIntel Coder & Moderator.
If you have trouble running BIATCH on your FDS, have some questions about a BIATCH message or log entry, or think that BIATCH spit out a false positive, PLEASE contact the BlackIntel coding team and avoid wasting the time of others.
|
|
|
|