I want to know what packet to send First, Seconed, Thrid, Etc.. I would greatly appreciate it if someone would help me.
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/)
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.
send the 0x01 byte and go from there.
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.