• Welcome to Valhalla Legends Archive.
 

BNLS questions

Started by Imperceptus, July 04, 2007, 02:30 PM

Previous topic - Next topic

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.
Quote from: Hazard on August 07, 2003, 03:15 PM
Highlight your entire code. Press the delete key. Start over again using Cuphead's CSB tutorial and work your way from their rather than raping code from downloaded sources meant purely for learning purposes. If this does not fix the problem, uninstall Visual Basic and get a new hobby. I suggest Cricket.

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.
<3 Zorm
Quote[01:08:05 AM] <@Zorm> haha, me get pussy? don't kid yourself quik
Scio te esse, sed quid sumne? :P

Imperceptus

alright, thanks brew.
Quote from: Hazard on August 07, 2003, 03:15 PM
Highlight your entire code. Press the delete key. Start over again using Cuphead's CSB tutorial and work your way from their rather than raping code from downloaded sources meant purely for learning purposes. If this does not fix the problem, uninstall Visual Basic and get a new hobby. I suggest Cricket.

Chriso

I pretty much only use 0x1A, why waste bandwidth when you can do calculations locally.

Imperceptus

because at the moment im using the KISS model.
Quote from: Hazard on August 07, 2003, 03:15 PM
Highlight your entire code. Press the delete key. Start over again using Cuphead's CSB tutorial and work your way from their rather than raping code from downloaded sources meant purely for learning purposes. If this does not fix the problem, uninstall Visual Basic and get a new hobby. I suggest Cricket.

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."
Pie?

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).
Quote from: Hazard on August 07, 2003, 03:15 PM
Highlight your entire code. Press the delete key. Start over again using Cuphead's CSB tutorial and work your way from their rather than raping code from downloaded sources meant purely for learning purposes. If this does not fix the problem, uninstall Visual Basic and get a new hobby. I suggest Cricket.

raylu

Quote from: raylu on July 05, 2007, 10:04 PM
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.
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.
Pie?

Imperceptus

I suppose. where is this BNCSutil?
Quote from: Hazard on August 07, 2003, 03:15 PM
Highlight your entire code. Press the delete key. Start over again using Cuphead's CSB tutorial and work your way from their rather than raping code from downloaded sources meant purely for learning purposes. If this does not fix the problem, uninstall Visual Basic and get a new hobby. I suggest Cricket.

Chriso

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