Difference between revisions of "Logout (03B65950)"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageHeader|Command|Logout (03B65950)}} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| align="center" |- || {| class="wikitable" |- |''' '''|| |- |''' '''||...)
 
(Struct)
 
(6 intermediate revisions by one other user not shown)
Line 10: Line 10:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|''' '''||
+
|{{int}}||'''0'''
 
|-
 
|-
|''' '''||
+
|{{int}}||'''CRC= Logout'''
 
|-
 
|-
|''' '''||
+
|{{int}}||'''0'''
 
|-
 
|-
|''' '''||  
+
|{{int}}||'''0'''
 +
|-
 +
|{{int}}||'''0'''
 
|-
 
|-
 
|}
 
|}
Line 23: Line 25:
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
 
Opperand_Count     = ''' '''
 
  
 
Opcode     = '''03B65950'''
 
Opcode     = '''03B65950'''
 
----
 
----
 
+
* See this page for packet sequence
*  
+
http://wiki2.swganh.org/index.php/Client_Logout_Sequence
 
+
 
|valign=top|
 
|valign=top|
  
Line 39: Line 38:
 
||{{ClientPacket}}
 
||{{ClientPacket}}
 
|-
 
|-
||{{0%}}
+
||{{100%}}
 
|-
 
|-
 
||{{CommandQueueEnqueue}}
 
||{{CommandQueueEnqueue}}
Line 52: Line 51:
  
 
<pre>
 
<pre>
----
+
05 00 // Op Count
 
+
46 5E CE 80 // ObjectControllerMessage
"03B65950",7200,0,0,""
+
23 00 00 00
"03B65950",4064,0,0,""
+
16 01 00 00 // CommandQueueEnqueue
 
+
71 E2 DB D9 00 00 00 00 // Object ID
 +
00 00 00 00
 +
00 00 00 00
 +
50 59 B6 03 // logout
 +
00 00 00 00
 +
00 00 00 00
 +
00 00 00 00
 
</pre>
 
</pre>

Latest revision as of 07:28, 24 December 2009

Command - Logout (03B65950)

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

Struct


INT 0
INT CRC= Logout
INT 0
INT 0
INT 0

Variable Descriptions


Opcode = 03B65950


  • See this page for packet sequence

http://wiki2.swganh.org/index.php/Client_Logout_Sequence

Tags


C→S This packet originates on the client.

100% This packet has been completely reversed.

CQE This Command is part of the CommandQueueEnqueue.

Command This is a client command.

Sample Packets

05 00 // Op Count
46 5E CE 80 // ObjectControllerMessage
23 00 00 00
16 01 00 00 // CommandQueueEnqueue
71 E2 DB D9 00 00 00 00 // Object ID
00 00 00 00 
00 00 00 00 
50 59 B6 03 // logout
00 00 00 00 
00 00 00 00 
00 00 00 00