Clan x86

General Forums => Gaming => Blizzard, WoW and Bots => Topic started by: Camel on September 16, 2009, 03:58:30 PM

Title: BNU-Bot now supports warden!
Post by: Camel on September 16, 2009, 03:58:30 PM
Read about it here (http://forums.clanbnu.net/index.php/topic,740.0.html).
Title: Re: BNU-Bot now supports warden!
Post by: rabbit on September 16, 2009, 04:35:50 PM
Three questions:
1. How do I override the version byte?
2. Does it create accounts?
3. How do I make it connect to not Battle.net?
Title: Re: BNU-Bot now supports warden!
Post by: Camel on September 16, 2009, 05:20:06 PM
Quote from: rabbit on September 16, 2009, 04:35:50 PM
1. How do I override the version byte?
Use a BNLS server that has the correct verbyte.

Quote from: rabbit on September 16, 2009, 04:35:50 PM
2. Does it create accounts?
Yes, it will create the account you're logging in to if it doesn't exist.

Quote from: rabbit on September 16, 2009, 04:35:50 PM
3. How do I make it connect to not Battle.net?
Like PvPGN? That's non-trivial, because the bot needs to know what namespace it's on (@USEast, et al), which I consider to be a matter of security. You'd have to modify at least two different source files to hardcode a new server, or to enhance the bot to allow custom servers. If you want more info, PM or visit #Clan BNU@USEast.
Title: Re: BNU-Bot now supports warden!
Post by: rabbit on September 21, 2009, 10:50:14 AM
(TextWindow) Couldn't open URL: Cannot run program "netscape": java.io.IOException: error=2, No such file or directory

It's assuming I'm using netscape?
Title: Re: BNU-Bot now supports warden!
Post by: Camel on September 21, 2009, 04:21:59 PM
It assumes you have a symlink named netscape or firefox or something common. I don't think it would work on Linux even if you did, though.
Title: Re: BNU-Bot now supports warden!
Post by: warz on September 21, 2009, 07:42:26 PM
sounds bad
Title: Re: BNU-Bot now supports warden!
Post by: rabbit on September 21, 2009, 08:59:25 PM
Quote from: Camel on September 21, 2009, 04:21:59 PM
It assumes you have a symlink named netscape or firefox or something common. I don't think it would work on Linux even if you did, though.
Assuming is bad.  When u assume stuff about me, u make u an ass but not me.

Anyway, I use a build of Firefox called Swiftfox, and I am on Linux.
Also, can you help me make it work on PvPGN?
Title: Re: BNU-Bot now supports warden!
Post by: Camel on September 22, 2009, 01:28:53 PM
As I said, I don't think it would work even if you had real netscape. I've never tested it, since my Linux box doesn't have X.

Quote from: rabbit on September 21, 2009, 08:59:25 PM
Also, can you help me make it work on PvPGN?
Look at ConnectionSettings.java (http://code.google.com/p/bnubot/source/browse/trunk/BNUBot/src/net/bnubot/settings/ConnectionSettings.java)