Difference between revisions of "Packet 0x0100"

From SBOL Project
Jump to: navigation, search
(Details)
m (Details)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
== Description ==
 
== 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
+
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 versions 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 ==
 
== 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;"|24 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]]
 +
|-
 +
|}

Latest revision as of 02:17, 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 versions 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 24 Bytes (Static)
Response 0x0180, 0x0181