Difference between revisions of "CloseHolocronMessage"

From SWGANH Wiki
Jump to: navigation, search
m (Protected "CloseHolocronMessage": Page is complete. [edit=sysop:move=sysop])
(Variable Descriptions)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{MissingPacket}}
 
 
{{PageHeader|Server Packet|CloseHolocronMessage (C0938A9D)}}
 
{{PageHeader|Server Packet|CloseHolocronMessage (C0938A9D)}}
  
Line 11: Line 10:
 
||
 
||
 
{| class="wikitable"
 
{| class="wikitable"
|{{short}}||'''Operand_Count'''
+
|{{short}}||'''Op Count'''
 
|-
 
|-
 
|{{int}}||'''Opcode'''
 
|{{int}}||'''Opcode'''
 
|}
 
|}
 
|}
 
|}
 +
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Line 23: 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 38: Line 44:
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
01 00 // op count
 +
9D 8A 93 C0 // CloseHolocronMessage
 +
 
 +
This packet was created since no way to get it on live.
 
</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.