Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: Winsock on August 22, 2004, 07:50 PM

Title: Help
Post by: Winsock on August 22, 2004, 07:50 PM
I want to know what packet to send First, Seconed, Thrid, Etc.. I would greatly appreciate it if someone would help me.


                                                                                                                                           

Title: Re:Help
Post by: DeTaiLs on August 22, 2004, 08:17 PM
go look in bnet docs it will tell u the login order and this also belongs in b.net deveoplment

here is the link if u need it Bnet docs (http://bnetdocs.valhallalegends.com/)
Title: Re:Help
Post by: Warrior on August 23, 2004, 01:11 AM
Just Send 0x50 and parse for when all of the packets are recieved.

You Send 0x50
Bnet Sends you it back
Parse It
Bnet will send you another packet
ect.
Title: Re:Help
Post by: Banana fanna fo fanna on August 23, 2004, 10:35 AM
send the 0x01 byte and go from there.
Title: Re:Help
Post by: R.a.B.B.i.T on August 24, 2004, 05:21 PM
Quote from: Winsock on August 22, 2004, 07:50 PM
I want to know what packet to send First, Seconed, Thrid, Etc.. I would greatly appreciate it if someone would help me.


                                                                                                                                           


BnetDocs has the connection sequences all nice and laid out for you.