Valhalla Legends Forums Archive | Battle.net Bot Development | (0x3D) Account Creation

AuthorMessageTime
NetNX
After i recieve account created successfully can i then send 0x0A?
May 19, 2005, 4:24 PM
Kp
Yes.
May 19, 2005, 5:07 PM
iago
Why don't you try it and see? :-P
May 19, 2005, 5:12 PM
NetNX
I tried and it didnt work ~~
May 19, 2005, 6:13 PM
Spilled[DW]
Search feature would have answer this question for you. :)
May 19, 2005, 8:42 PM
Myndfyr
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.
May 19, 2005, 10:09 PM
JoeTheOdd
You memorized that all?
May 20, 2005, 1:02 AM
Myndfyr
[quote author=Joe[x86] link=topic=11639.msg113071#msg113071 date=1116550950]
You memorized that all?
[/quote]

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.
May 20, 2005, 1:13 AM
UserLoser.
Wtf.  Post deleted, now this one takes place of it
May 20, 2005, 3:18 AM
Lenny
[quote author=UserLoser link=topic=11639.msg113085#msg113085 date=1116559118]
Wtf.  Post deleted, now this one takes place of it
[/quote]

Same situation for me as well, my post earlier was removed...
May 20, 2005, 4:32 AM

Search