Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: NetNX on May 19, 2005, 11:24 AM

Title: (0x3D) Account Creation
Post by: NetNX on May 19, 2005, 11:24 AM
After i recieve account created successfully can i then send 0x0A?
Title: Re: (0x3D) Account Creation
Post by: Kp on May 19, 2005, 12:07 PM
Yes.
Title: Re: (0x3D) Account Creation
Post by: iago on May 19, 2005, 12:12 PM
Why don't you try it and see? :-P
Title: Re: (0x3D) Account Creation
Post by: NetNX on May 19, 2005, 01:13 PM
I tried and it didnt work ~~
Title: Re: (0x3D) Account Creation
Post by: Spilled on May 19, 2005, 03:42 PM
Search feature would have answer this question for you. :)
Title: Re: (0x3D) Account Creation
Post by: MyndFyre on May 19, 2005, 05:09 PM
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.
Title: Re: (0x3D) Account Creation
Post by: Joe[x86] on May 19, 2005, 08:02 PM
You memorized that all?
Title: Re: (0x3D) Account Creation
Post by: MyndFyre on May 19, 2005, 08:13 PM
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.
Title: Re: (0x3D) Account Creation
Post by: UserLoser. on May 19, 2005, 10:18 PM
Wtf.  Post deleted, now this one takes place of it
Title: Re: (0x3D) Account Creation
Post by: Lenny on May 19, 2005, 11:32 PM
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...