Difference between revisions of "ClientIdMsg"
From SWGANH Wiki
(→Struct) |
|||
Line 5: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 16: | Line 18: | ||
|{{b_string}}||'''Session_Hash''' | |{{b_string}}||'''Session_Hash''' | ||
|- | |- | ||
+ | |} | ||
|} | |} | ||
Revision as of 10:41, 28 September 2007
Client Packet - ClientIdMsg (D5899226)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_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
|
Sample Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...