Difference between revisions of "SelectCharacter"

From SWGANH Wiki
Jump to: navigation, search
m (Protected "SelectCharacter": Page is complete. [edit=sysop:move=sysop])
(Sample Code)
Line 52: Line 52:
 
----
 
----
  
==Sample Code==
 
----
 
  
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==

Revision as of 10:39, 24 January 2008

Client Packet - SelectCharacter (B5098D76)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Struct


SHORT Opperand_Count
INT Opcode
LONG CharacterID

Variable Descriptions


Opperand_Count = 2

Opcode = B5098D76


  • CharacterID:

The Object ID of the Character to load. Passed in LoginEnumerateCharId or ClientCreateCharacterSuccess



Additional Info


Used to tell the server which character to load.

Tags


C→S This packet originates on the client.

100% This packet has been completely reversed.



Sample Packet

Insert Sample Packet Here...