PACKET ACCOUNT
This is a packet family that is used to send/receive packets about handling your account.
Server-to-Client
PACKET_REPLY (3)
Description: Shows the player a message boxMessageID: 2 Approved: String ("NO" or "OK")
Message ID options:
- 1 = "The account name you provided already exists in our database, use another."
- 2 = "The account name you provided is not approved, try another name."
- 3 = "Use your new account name and password to login to the game."
- 5 = "The account name or old password you provided do not match with our database."
- 6 = "Your password has changed, please use your new password next time you login."
- 1000 = "Please wait a few minutes for creation." (Also has a progress bar)
Client-to-Server
PACKET_REQUEST (1)
Description: Checks to see if the desired username is validUsername: String
PACKET_CREATE (6)
Description: Player trying to create a new accountSession ID: 2 Unknown: 1 Username: BreakString Password: BreakString Full Name: BreakString Location: BreakString Email: BreakString Computer: BreakString HDID: BreakString
PACKET_AGREE (5)
Description: Player changing their passwordUsername: BreakString Old Password: BreakString New Password: BreakString