Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Sveet on July 12, 2009, 07:16 PM

Title: bnlstest
Post by: Sveet on July 12, 2009, 07:16 PM
I wrote this a little while back to do some tests on BNLS. it doesn't do any connections to bnet, it just connects to bnls server and sends a 7D packet. its really basic, but i thought it might be something good for a beginner to read.

http://www.mikeownage.com/downloads/sourcecodes/bnlstest.zip
Title: Re: bnlstest
Post by: MysT_DooM on July 12, 2009, 09:35 PM
whats the point of this...
Title: Re: bnlstest
Post by: Sveet on July 12, 2009, 11:52 PM
"its really basic, but i thought it might be something good for a beginner to read."
Title: Re: bnlstest
Post by: MysT_DooM on July 13, 2009, 12:11 AM
what is "it"
what tests is it doing etc..a beginner in what....etc,  a little description would be nice.
Title: Re: bnlstest
Post by: Sveet on July 13, 2009, 12:24 AM
oh my bad.

its a simple connection to a local BNLS server, sends 1 packet and outputs the packet it sends and the response to the console. very basic, like 100 lines plus packet and buffer classes.
Title: Re: bnlstest
Post by: MysT_DooM on July 13, 2009, 11:18 AM
what language
Title: Re: bnlstest
Post by: Sveet on July 13, 2009, 05:42 PM
C#
Title: Re: bnlstest
Post by: Michael on July 13, 2009, 09:12 PM
I've uploaded it here: http://www.mikeownage.com/downloads/sourcecodes/bnlstest.zip

because some people hate using megaupload.
Title: Re: bnlstest
Post by: Sveet on July 14, 2009, 12:46 PM
thank you i updated my first post with the link.