Author |
Message |
Henbane Newbie
Age:38 Gender: Joined: Jun 18 2004 Posts: 7 Location: Canada Offline
|
Posted: Sat Jun 26, 2004 2:46 am Post subject: Bot making? |
 |
|
|
|
Can I make a bot in Microsoft Visual Basic? Or do I need C++ or java? |
|
Back to top |
|
 |
50% Packetloss Server Help Squatter

Age:40 Gender: Joined: Sep 09 2003 Posts: 561 Location: Santa Clarita, California Offline
|
Posted: Sat Jun 26, 2004 3:06 am Post subject: |
 |
|
|
|
Mervbot is C++
TWcore is Java
Those are the 2 main open source bots. I believe Redstar has a bot made with VB |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Sat Jun 26, 2004 10:30 am Post subject: |
 |
|
|
|
MERV started off in VB. _________________ This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him. |
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
Posted: Sat Jun 26, 2004 4:04 pm Post subject: |
 |
|
|
|
You should be able to write it in Managed C++, depending on what computer you want to run it from. You might need to recompile the core though in that case. _________________
 |
|
Back to top |
|
 |
Mr Ekted Movie Geek

Gender: Joined: Feb 09 2004 Posts: 1379 Offline
|
Posted: Sat Jun 26, 2004 4:16 pm Post subject: |
 |
|
|
|
If you are just writing DLL's, you should be able to use any language/compiler that can produce a DLL with the appropriate interface. _________________ 4,691 irradiated haggis! |
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
Posted: Sat Jun 26, 2004 4:41 pm Post subject: |
 |
|
|
|
I think one of the calls MERV accesses returns one of its internal template classes though  |
|
Back to top |
|
 |
50% Packetloss Server Help Squatter

Age:40 Gender: Joined: Sep 09 2003 Posts: 561 Location: Santa Clarita, California Offline
|
Posted: Sat Jun 26, 2004 7:35 pm Post subject: |
 |
|
|
|
yep, playerlist, flaglist, bricklist and some of the things that you send to the core are all of catid's _linkedlist template |
|
Back to top |
|
 |
Mr Ekted Movie Geek

Gender: Joined: Feb 09 2004 Posts: 1379 Offline
|
Posted: Sat Jun 26, 2004 7:51 pm Post subject: |
 |
|
|
|
There's nothing magic about classes or templates. It's just function calls, parameters, return values, and stack cleanup. You can mimic the interface with any reasonable language; maybe not VB.  |
|
Back to top |
|
 |
Pests Novice
Joined: Feb 24 2003 Posts: 84 Offline
|
Posted: Tue Jun 29, 2004 12:46 am Post subject: |
 |
|
|
|
Yes, Redstar has a VB bot. |
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
Posted: Tue Jun 29, 2004 8:48 am Post subject: |
 |
|
|
|
ew, icky VB |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Tue Jun 29, 2004 10:33 am Post subject: |
 |
|
|
|
I think Ekted was referring to making MERVBot plugins, not bots. As I said before, MERV started in VB. (It is gross though, I would never write something serious in VB.) |
|
Back to top |
|
 |
|