Valhalla Legends Forums Archive | Battle.net Bot Development | BNLS questions

AuthorMessageTime
Imperceptus
Whats the packet sequence to be used when communicating with BNLS?  and whats IP and Port? I searched for the IP and port on the forum, but nothing has worked yet.
July 4, 2007, 7:30 PM
BreW
There is no packet sequence. Just send what-ever packet you need, it'll work. (except for warcraft 3 srp calculations, they need "slots" reserved, see bnetdocs for more details) the IP is just valhallalegends.com (64.183.189.104) and the port is 9367.
July 4, 2007, 9:26 PM
Imperceptus
alright, thanks brew.
July 4, 2007, 9:59 PM
DDA-TriCk-E
I pretty much only use 0x1A, why waste bandwidth when you can do calculations locally.
July 5, 2007, 12:12 AM
Imperceptus
because at the moment im using the KISS model.
July 5, 2007, 9:59 PM
raylu
It's much simpler to do it locally than to wait for a response from B.net. You must send the data and handle/parse incoming data. Another socket also adds to complication.

KIS does not allow for "make it worse."
July 6, 2007, 3:04 AM
Imperceptus
I barely know how to communicate with BNLS, doing it locally is beyond me. And I'm not up to use someones work(when I know I have no clue whats going on).
July 10, 2007, 5:42 PM
raylu
[quote author=raylu link=topic=16846.msg170768#msg170768 date=1183691045]
It's much [u]simpler[/u] to do it locally than to wait for a response from B.net. You must send the data and handle/parse incoming data. Another socket also adds to complication.
[/quote]
And this way is not using someone else's work anymore than using BNLS would be. BNLS does calculations for you and spits them back to you. Calculating with BNCSutil is the exact same thing, except you don't have to connect to it.
July 11, 2007, 7:34 AM
Imperceptus
I suppose. where is this BNCSutil?
July 12, 2007, 7:09 AM
DDA-TriCk-E
If you are interested in taking advantage of the .NET architecture you could download MBNCSutil (Managed BNCSutil) from www.jinxbot.net/mbncsutil/, it is COM compatable.

BNCSutil binary:
www.miragebot.net/binaries/lib/BNCSutil.dll
July 12, 2007, 8:24 AM

Search