Difference between revisions of "AskGroupMemberToLaunchIntoSpace (00000438)"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageHeader|Object Controller|askGroupMemberToLaunchIntoSpace (00000438)}} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| align="center" |- || {| class="wiki...)
(Tags)
 
(11 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
||
 
||
 
{| class="wikitable"
 
{| class="wikitable"
|{{long}}|{{unknown}}
+
|{{long}}|'''CharacterID'''
 
|-
 
|-
|{{byte}}|{{unknown}}
+
|{{Int}}|'''Spacer'''
 +
|-
 +
|{{long}}|'''CharcterID Invited'''
 
|}
 
|}
 
|}
 
|}
 +
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Line 19: Line 22:
 
----
 
----
  
* Additional Descriptions go here...
+
* This is an NGE struct. It is however likely to be the same as precu given the similarities of space between NGE and precu
* --
+
 
* ---
+
* ----
+
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 31: Line 33:
 
||{{ObjControllerMessageTag}}
 
||{{ObjControllerMessageTag}}
 
|-
 
|-
||{{25%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
  
 
|}
 
|}
 +
 +
 +
 +
 +
<pre>
 +
 +
NGE struct by cAble (NGE packet Reverser)
 +
 +
05 00 #Operand
 +
46 5E CE 80 #ObjController
 +
0B 00 00 00 #Unknown INT
 +
38 04 00 00 #Enum: askGroupMemberToLaunchIntoSpace
 +
A1 56 89 27 00 00 00 00 #Character ID
 +
00 00 00 00 #Spacer
 +
AC 3B 65 D2 00 00 00 00 #Id of character being invited.
 +
 +
</pre>

Latest revision as of 20:03, 2 January 2014

Object Controller - askGroupMemberToLaunchIntoSpace (00000438)

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

Struct


LONG CharacterID
INT Spacer
LONG CharcterID Invited

Variable Descriptions


controllerID = 00000438


  • This is an NGE struct. It is however likely to be the same as precu given the similarities of space between NGE and precu


Tags


OCM This header is part of the ObjControllerMessage.

100% This packet has been completely reversed.




NGE struct by cAble (NGE packet Reverser)

05 00 #Operand
46 5E CE 80 #ObjController
0B 00 00 00 #Unknown INT
38 04 00 00 #Enum: askGroupMemberToLaunchIntoSpace
A1 56 89 27 00 00 00 00 #Character ID 
00 00 00 00 #Spacer
AC 3B 65 D2 00 00 00 00 #Id of character being invited.