Difference between revisions of "LogoutMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|LogoutMessage (42FD19DD)}}
{|
+
|- align="center"
+
||{{PacketGuide}}
+
|-
+
|}
+
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 11: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''OpCode'''
+
|{{int}}||'''Op Count'''
 +
|-
 +
|{{int}}||'''OpCode'''
 
|-
 
|-
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
  
Opperand_Count     = '''9'''
+
Opperand_Count     = '''1'''
  
Opcode     = '''FFFFFFFF'''
+
Opcode     = '''0x42FD19DD'''
 
----
 
----
  
* Additional Descriptions go here...
+
* Immediately logs out the player
* --
+
 
* ---
+
* ----
+
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 38: Line 35:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{0%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
Line 45: Line 42:
  
 
----
 
----
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
01 00 // Op Count
 +
DD 19 FD 42 // LogoutMessage
 
</pre>
 
</pre>

Latest revision as of 22:26, 8 January 2008

Server Packet - LogoutMessage (42FD19DD)

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 Op Count
INT OpCode

Variable Descriptions


Opperand_Count = 1

Opcode = 0x42FD19DD


  • Immediately logs out the player


Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Packet

01 00 // Op Count
DD 19 FD 42 // LogoutMessage