Difference between revisions of "ClientIdMsg"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
Line 29: Line 29:
  
 
'''Note''': ''B_STRING has a size of 4, but 1 character per byte. Only found in session_hash.''
 
'''Note''': ''B_STRING has a size of 4, but 1 character per byte. Only found in session_hash.''
 +
 +
'''Note''': This packet can be used to pass information from the login server to the zone server
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----

Revision as of 14:48, 17 May 2007


Struct


SHORT Opperand_Count
INT ??
INT Opcode
B_STRING Session_Hash

Variable Descriptions


Opperand_Count = 3

Opcode = D5899226

This is the same Hash passed to the client in LoginClientToken packet. It is used to "transfer" across the servers.

Note: B_STRING has a size of 4, but 1 character per byte. Only found in session_hash.

Note: This packet can be used to pass information from the login server to the zone server

Tags


C→S This packet originates on the client.

75% This packet has been partially reversed.


Sample Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...