Difference between revisions of "ClientIdMsg"
From SWGANH Wiki
Line 27: | Line 27: | ||
Opcode = '''D5899226''' | Opcode = '''D5899226''' | ||
− | This is the same Hash passed to the client in LoginClientToken packet. It is used to "transfer" across the servers. | + | 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''': ''B_STRING has a size of 4, but 1 character per byte. Only found in session_hash.'' |
Revision as of 23:24, 18 December 2006
Struct
Variable Descriptions
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. |
DetailsAction
Tags
|
Sample Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...