Difference between revisions of "Packet 0x0100"

From SBOL Project
Jump to: navigation, search
(Details)
(Details)
Line 7: Line 7:
  
 
== Details ==
 
== Details ==
Size: 18 Bytes (Static)
+
{| style="background-color:#fefefe; border-color:#000000; border-collapse:collapse; padding: 8px;" border="1"
Response: [Packet 0x0180|0x0180], [Packet 0x0181|0x0181]
+
|-
 +
|style="width:100px; padding:4px; text-align:right; font-weight: bold;"|Size
 +
|style="width:160px; padding:4px;"|18 Bytes (Static)
 +
|-
 +
|style="width:100px; padding:4px; text-align:right; font-weight: bold;"|Response
 +
|style="width:160px; padding:4px;"|[[Packet 0x0180|0x0180]], [[Packet 0x0181|0x0181]]
 +
|-
 +
|}

Revision as of 02:08, 15 November 2016

Example

 00 16 01 00 53 42 6F 00 XX XX XX XX XX XX XX XX
 XX XX XX XX XX XX XX XX

Description

Upon connecting the client will send this packet containing the players username. The packet has a constant string/Value at offset 0x04 which reads "SBo". Earlier version of the client used "SB*" so could be used to indicate client version. The players username is 15 characters null terminated at offset 0x08

Details

Size 18 Bytes (Static)
Response 0x0180, 0x0181