User Profile

l)ragon

To much to list in a little box like this.

Id 14
Member for16 years, 10 months, 3 days
Comments made6
Documents authored0
News posted0
Packets authored0
Servers owned0

Comments

l)ragon
🔎

0x00000001: Blizzard Representative
0x00000002: Channel Operator
0x00000004: Channel Speaker
0x00000008: Battle.net Administrator
0x00000010: No UDP Support
0x00000020: Squelched

are looked for directly in the game clients them selves and are not likely to change ever with out hardcoded updates.

l)ragon
🔎

0x01->0x13: Name "character_name" Rejected by server (client also disconnects mcp)

0x15->0x117 is the same message as ^

l)ragon
🔎

The result values here are reversed.
BOOL Result, TRUE (Success), FALSE (Failure)

Clients, D2XP 1.14D, WAR2 (Latest) (have not tested anything else to lazy)

l)ragon
🔎

As a reminder, for the clients that have no cdkeys the (For each Key) feild is empty, and the Number of keys reflects this aswell.

l)ragon
🔎
00000000   FF 1C 2C 00 01 00 00 00 - 00 00 00 00 08 00 00 00   ..,.............
00000010   00 00 00 00 00 00 00 00 - 41 73 64 66 00 41 73 64   ........Asdf.Asd
00000020   66 00 31 66 64 20 61 73 - 20 64 66 00               f.1fd as df.

Provider version on SSHR is 0x00000000

l)ragon
🔎
pcid pkid length       uid                          reason
[01] [07] [09 00] [9F 03 00 00] - [06]

    switch (reason) {
        case 0x3: { s_reason = "[Kicked] By Admin"; break; }
        case 0x5: { s_reason = "[Kicked] For Protocol Violation"; break; }
        case 0x6: { s_reason = "[Connection Dropped] Network Error"; break; }
        case 0x7: { s_reason = "disconnected"; break; }
        default: { s_reason = "unknowen"; break; }
    }