Difference between revisions of "CloseHolocronMessage"

From SWGANH Wiki
Jump to: navigation, search
 
(Variable Descriptions)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|CloseHolocronMessage (C0938A9D)}}
  
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
Line 6: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{short}}||'''Op Count'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Operand_Count'''
+
|{{int}}||'''Opcode'''
|-
+
|}
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcode'''
+
|-
+
 
|}
 
|}
  
Line 22: Line 23:
 
Opcode     = '''C0938A9D'''
 
Opcode     = '''C0938A9D'''
 
----
 
----
 +
 +
* Forces the holocron (help screen) to close.
 +
 
 +
* This packet is used in the tutorial as part of lesson one.
 +
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 32: Line 39:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
  
----
+
==Sample Packet==
 
+
==Sample Code==
+
  
 
<pre>
 
<pre>
Insert Code Snippet Here...
+
01 00 // op count
</pre>
+
9D 8A 93 C0 // CloseHolocronMessage
  
==Sample Packet==
+
This packet was created since no way to get it on live.
 
+
<pre>
+
Insert Sample Packet Here...
+
 
</pre>
 
</pre>

Latest revision as of 10:06, 26 August 2008

Server Packet - CloseHolocronMessage (C0938A9D)

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

Variable Descriptions


Opperand_Count = 1

Opcode = C0938A9D


  • Forces the holocron (help screen) to close.
  • This packet is used in the tutorial as part of lesson one.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

Sample Packet

01 00 // op count
9D 8A 93 C0 // CloseHolocronMessage

This packet was created since no way to get it on live.