Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Tiberian Technologies / Blackhand Studios » Other Products » Bot
Bot [message #195071] Mon, 03 April 2006 18:53 Go to next message
ghost is currently offline  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

http://img287.imageshack.us/img287/9936/davesigea4rw5.png
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 Go to previous messageGo to next message
=HT=T-Bird is currently offline  =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 Go to previous messageGo to next message
ghost is currently offline  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???


http://img287.imageshack.us/img287/9936/davesigea4rw5.png
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 Go to previous messageGo to next message
=HT=T-Bird is currently offline  =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 #195167 is a reply to message #195115] Tue, 04 April 2006 15:50 Go to previous messageGo to next message
ghost is currently offline  ghost
Messages: 437
Registered: May 2005
Location: California
Karma: 0
Commander
=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"?
Big Grin couldnt i just take it from a old bot :S


http://img287.imageshack.us/img287/9936/davesigea4rw5.png
Please visit my forums at: RenForce
Creator of the CrazyAOW Mod
Re: Bot [message #195171 is a reply to message #195167] Tue, 04 April 2006 16:06 Go to previous messageGo to next message
=HT=T-Bird is currently offline  =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"?
Big Grin 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 Go to previous messageGo to next message
ghost is currently offline  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-
}


http://img287.imageshack.us/img287/9936/davesigea4rw5.png
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 #197636 is a reply to message #195071] Tue, 25 April 2006 08:21 Go to previous messageGo to next message
danpaul88 is currently offline  danpaul88
Messages: 5795
Registered: June 2004
Location: England
Karma: 0
General (5 Stars)
please tell me you are not trying to write a brenbot style bot using mIRC programming language Huh ( if your not then ok, but it looks like mIRC scripting... )

http://steamsignature.com/card/1/76561197975867233.png
Re: Bot [message #197918 is a reply to message #195071] Wed, 26 April 2006 23:14 Go to previous messageGo to next message
AmunRa is currently offline  AmunRa
Messages: 574
Registered: September 2005
Location: Lilburn, Georgia
Karma: 0
Colonel

it is, he kept asking me to help him with it Razz
Re: Bot [message #197945 is a reply to message #195071] Thu, 27 April 2006 02:59 Go to previous messageGo to next message
light is currently offline  light
Messages: 988
Registered: January 2005
Karma: 0
Colonel
I'm still wondering why. You have CloudyServ, which pushes mIRC to the limits in some areas of the code.

http://www.azupload.com/displayImage.php/setid2745.png
Re: Bot [message #197949 is a reply to message #197945] Thu, 27 April 2006 04:50 Go to previous messageGo to next message
=HT=T-Bird is currently offline  =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.
Re: Bot [message #197998 is a reply to message #197949] Thu, 27 April 2006 16:03 Go to previous message
light is currently offline  light
Messages: 988
Registered: January 2005
Karma: 0
Colonel
=HT=T-Bird wrote on Thu, 27 April 2006 23:50

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...

Yeah, C++ is a good one to go for, if your comfortable with it. I have yet to see mIRC Seg Fault on me Razz


http://www.azupload.com/displayImage.php/setid2745.png
Previous Topic: Renegade Alert Brenbot version
Next Topic: Bot help
Goto Forum:
  


Current Time: Sun May 05 08:23:46 MST 2024

Total time taken to generate the page: 0.00852 seconds