Difference between revisions of "OpenHolocronToPageMessage"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
(Variable Descriptions)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|OpenHolocronToPageMessage (7CB65021)}}
{|
+
  
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
Line 7: Line 6:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|{{short}}||'''Operand'''
+
|{{short}}||'''Op Count'''
 
|-
 
|-
 
|{{int}}||'''Opcode'''
 
|{{int}}||'''Opcode'''
 
|-
 
|-
|{{short}}|{{unknown}}
+
|{{short}}|'''0'''
 
|-
 
|-
 +
|}
 
|}
 
|}
  
Line 26: Line 28:
 
----
 
----
  
Forces the holocron (help screen) to open. Sending this a second time closes it.   
+
* Forces the holocron (help screen) to open.
 +
:Sending this a second time closes it.   
 +
* This packet is used in the tutorial as part of lesson one.
  
*Unknown short
+
* Short
 
:Doesn't seem to affect anything.
 
:Doesn't seem to affect anything.
  
Line 39: Line 43:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{75%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
Line 46: Line 50:
  
 
----
 
----
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==
  
 
<pre>
 
<pre>
Insert Sample Packet Here...
+
09 00 // Op Count
 +
21 50 B6 7C // OpenHolocronToPageMessage
 +
00 00
 
</pre>
 
</pre>

Latest revision as of 09:11, 26 August 2008

Server Packet - OpenHolocronToPageMessage (7CB65021)

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
SHORT 0

Variable Descriptions


Opperand_Count = 9

Opcode = 7CB65021


  • Forces the holocron (help screen) to open.
Sending this a second time closes it.
  • This packet is used in the tutorial as part of lesson one.
  • Short
Doesn't seem to affect anything.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Packet

09 00 // Op Count
21 50 B6 7C // OpenHolocronToPageMessage
00 00