After i recieve account created successfully can i then send 0x0A?
Yes.
Why don't you try it and see? :-P
I tried and it didnt work ~~
Search feature would have answer this question for you. :)
This is a typical packet sequence (IIRC) for old-style clients:
C->S 0x50
S->C 0x50, 0x25
C->S 0x25
C->S 0x51
S->C 0x51
C->S 0x3A (0x29 works as well, but 3A is more useful)
S->C 0x3A
If the status code is 2, go back to C->S 0x3A
If the status code is 0, proceed to enter chat.
Otherwise:
C->S 0x3D
S->C 0x3D
C->S 0x3A
S->C 0x3A
See above conditionals
Warcraft III is slightly different because it uses SRP:
C->S 0x50
S->C 0x50, 0x25
C->S 0x25, 0x51
S->C 0x51
C->S 0x53
S->C 0x53
At this point you know if you have a valid account:
If you receive status 5, you need to proceed to 0x57/0x58
If you receive status 0, you proceed to 0x54
If you receive status 1:
C->S 0x52
S->C 0x52
Then return to the C->S 0x53
Then enter chat.
You memorized that all?
Quote from: Joex86] link=topic=11639.msg113071#msg113071 date=1116550950]
You memorized that all?
It's not hard to recall if you know what you're doing and know what to look for on BnetDocs. I didn't memorize the packet IDs, but I do remember the basic algorithm for logging in and creating a new account.
Wtf. Post deleted, now this one takes place of it
Quote from: UserLoser on May 19, 2005, 10:18 PM
Wtf. Post deleted, now this one takes place of it
Same situation for me as well, my post earlier was removed...