User Profile
Accused
(no biography information)
Id | 47 |
---|---|
Member for | 16 years, 11 months, 22 days |
Comments made | 5 |
Documents authored | 0 |
News posted | 0 |
Packets authored | 0 |
Servers owned | 0 |
Comments
Oh...I thought you meant the account itself gets closed forever. Yeah I knew the message code 0x06 was there 'forever' it just wasn't documented here which is why I brought it up. I confused what you were saying ;p
I'm not so sure about forever. I've had an account that received this in the past and it expired after the 93 day usual.
0x06: Account has been closed
It was in use about a year ago although I cannot confirm it today since I don't have access to a banned account. But I'm sure it's still there.
EDIT:
Confirmed.
0000: FF 3A 2A 00 06 00 00 00 59 6F 75 72 20 61 63 63 ΓΏ:*....Your acc
0010: 6F 75 6E 74 20 68 61 73 20 62 65 65 6E 20 63 6C ount has been cl
0020: 6F 73 65 64 2E 20 28 38 29 00 osed. (8).......
To brew: I think by successful the original author meant that it returned data about the user's tag, rank, join date etc. By failure it meant the data didn't exist because the user wasn't in a clan. Poor wording, but I can understand what the author was trying to say.
Also it seems odd how the Clan Message Codes would even be used since you technically aren't requesting that user to join your clan. You're just asking for information. So maybe 0x0C means there is no information??
Warcraft III
SEND -> SID_AUTH_INFO (0x50)
RECV <- SID_PING (0x25)
RECV <- SID_AUTH_INFO (0x50)
SEND -> SID_PING (0x25) (Optional)
SEND -> SID_AUTH_CHECK (0x51)
RECV <- SID_AUTH_CHECK (0x51)
SEND -> SID_AUTH_ACCOUNTLOGON (0x53)
RECV <- SID_AUTH_ACCOUNTLOGON (0x53)
SEND -> SID_AUTH_ACCOUNTLOGONPROOF (0x54)
RECV <- SID_AUTH_ACCOUNTLOGONPROOF (0x54)
SEND -> SID_NETGAMEPORT (0x45)
SEND -> SID_ENTERCHAT (0x0A)
I noticed there are some gaps in the current sequences as well.