User Profile

timfelgentreff

(no biography information)

Id 5186
Member for3 years, 8 months, 5 days
Comments made2
Documents authored0
News posted0
Packets authored0
Servers owned0

Comments

timfelgentreff
🔎

pvpgn actually sends the status as a short and adds a 0x0 short for "padding". If you read the status as uint32, these are the status code you get when using this against pvpgn

0x000000    Success
0x010000    Account does not exist
0x020000    Incorrect password
0x060000    Account closed, see additional information
timfelgentreff
🔎

From the PVPgn sources, it seems the value "0x00" in results can mean "still playing or no player". So a client that disconnects e.g. because they lost the game already should report all remaining players as 0x00 (which will mean still playing). The distinction if it means "still playing" or "no player" is done using the username, a "no player" must have an empty username