Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Don Cullen on March 09, 2007, 12:26 PM

Title: What bnet bots are available for linux platforms?
Post by: Don Cullen on March 09, 2007, 12:26 PM
What bnet bots are available for linux-based platforms?
Title: Re: What bnet bots are available for linux platforms?
Post by: Dale on March 09, 2007, 12:44 PM
JavaOp.
Title: Re: What bnet bots are available for linux platforms?
Post by: Explicit on March 09, 2007, 01:17 PM
There's Slackchat, although it doesn't support lockdown.
Title: Re: What bnet bots are available for linux platforms?
Post by: brew on March 09, 2007, 02:24 PM
zDs
Title: Re: What bnet bots are available for linux platforms?
Post by: rabbit on March 09, 2007, 02:51 PM
JavaOp2 and Prolix.
Title: Re: What bnet bots are available for linux platforms?
Post by: K on March 09, 2007, 08:29 PM
You should be able to run almost any .NET bot using a recent version of mono/libgdiplus.  Of course, theis requires that the author was careful about not using platform specific idioms such as using the '\' character combine directories instead of Path.Combine() or Path.DirectorySeparatorChar).

Title: Re: What bnet bots are available for linux platforms?
Post by: MyndFyre on March 09, 2007, 10:34 PM
Heh, I shudder to think of the work that would be involved in getting my bot to run on Linux.  Not even because of the path kinds of things, but because I do a TON of Win32 interop stuff in various capacities.
Title: Re: What bnet bots are available for linux platforms?
Post by: Smarter on March 11, 2007, 04:11 PM
I think the only .NET bot is JinxBot, and that's not even public, although there is Smart`Chat (C#), and Brutal Bot which myself and DDA-Trick-E are creating in C#/VB.NET. What other .NET bot's are there?
Title: Re: What bnet bots are available for linux platforms?
Post by: K on March 11, 2007, 04:36 PM
Quote from: Smarter on March 11, 2007, 04:11 PM
I think the only .NET bot is JinxBot, and that's not even public, although there is Smart`Chat (C#), and Brutal Bot which myself and DDA-Trick-E are creating in C#/VB.NET. What other .NET bot's are there?

kBot (http://jwkfs.net/projects/kBot.php) was a bot I wrote a while ago that no longer works (and the download links are broken).  It ran fine using mono.

Just recently I made some fixes -- notably using BNLS for checkrevision -- and created a Gtk# GUI plugin, but I haven't got all the kinks worked out, and I'm not really working on it.
Title: Re: What bnet bots are available for linux platforms?
Post by: Ersan on March 11, 2007, 04:42 PM
Some guy from these boards wanted me to test a bot called Aegis, it seemed to work well enough.

Note this thread has nothing to do with .NET bots...
Title: Re: What bnet bots are available for linux platforms?
Post by: Hell-Lord on March 11, 2007, 08:11 PM
Aegis OPS was made in RealBASIC by i forget who :P
Title: Re: What bnet bots are available for linux platforms?
Post by: Barabajagal on March 11, 2007, 09:02 PM
BaDaSs made Aegis.
Title: Re: What bnet bots are available for linux platforms?
Post by: Hell-Lord on March 11, 2007, 10:02 PM
Yea thats it :)
Thanks Andy
Title: Re: What bnet bots are available for linux platforms?
Post by: Chriso on March 12, 2007, 01:11 AM
RealBASIC is compatible on non-Windows OS' correct?
Title: Re: What bnet bots are available for linux platforms?
Post by: Hell-Lord on March 12, 2007, 01:16 AM
Hi Chris  ;D
And indeed it is Thats its only good point  :P
Title: Re: What bnet bots are available for linux platforms?
Post by: Barabajagal on March 12, 2007, 03:06 AM
It's compatible with Windows, Linux, and Mac computers. However, the end result is usually not very good. It sort of sucks equally on all OS's for different reasons.
Title: Re: What bnet bots are available for linux platforms?
Post by: raylu on April 24, 2007, 02:49 PM
Assuming I don't want to use .NET/mono, you guys have listed:
Prolix, zDS, Aegis, JavaOp2

I'm pretty sure that none of these will work with lockdown, so...
Title: Re: What bnet bots are available for linux platforms?
Post by: Hdx on April 24, 2007, 03:17 PM
JavaOp2 supports BNLS.
~Hdx
Title: Re: What bnet bots are available for linux platforms?
Post by: raylu on April 25, 2007, 04:45 PM
I can't get it working. I cannot edit the settings with the GUI editor because "number of rows cannot be negative." I also cannot use BNLS for an unknown reason with my connection. If you could tell me how to force it to use hashing for WAR3, that'd be great.

I'm about to try mono.
EDIT: ...um...what bot's are .NET again?
Title: Re: What bnet bots are available for linux platforms?
Post by: Mystical on April 26, 2007, 08:48 AM
BNLS was down for a short time, maybe it'll work now, but if you can't access BNLS i don't see how you can even access Battle.net, why don't you check your FIREWALL configuration.

JavaOp or SphtBotv3 Seem to be your only options, also make sure that you are indeed running the latest version of the bot that you have selected to download.


EDIT: if your trying to connect to WAR3 on BNLS it will not work, I suggest using JBLS.org as your BNLS server if thats the case, but if your trying to connect STARCRAFT PRODUCTS or WARCRAFT II then use BNLS.
Title: Re: What bnet bots are available for linux platforms?
Post by: BaDaSs on May 09, 2007, 10:43 PM
Aegis is no longer an active project but yes it will run on multiple platforms including linux.
I don't think that it had many flaws other than the simple ones that I created (meaning it had nothing to do with the language it was coded in).
There were, however, a few workarounds for certain things that didn't really NEED them if it hadn't of been a REALbasic app.

But, all in all, it was a good bot. Runs in command line interface, uses virtually no resources, and can maintain a steady connection with multiple profiles loaded. It also had a unique configuration method which I think was very useful and convinient to people. :\
Title: Re: What bnet bots are available for linux platforms?
Post by: Dale on May 11, 2007, 08:21 PM
Whoa, hey Jason.