Difference between revisions of "ForceActivateQuest (000004BE)"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageHeader|Object Controller|ShowLootBox (000004BC)}} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| align="center" |- || {| class="wikitable" |{{Long}}|'''...)
(Struct)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{PageHeader|Object Controller|ShowLootBox (000004BC)}}
+
{{PageHeader|Object Controller|ForceActivateQuest (000004BE)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 13: Line 13:
 
|{{int}}|'''Unknown Int'''
 
|{{int}}|'''Unknown Int'''
 
|-
 
|-
|{{int}}|'''Number of Looted Items'''
+
|{{int}}|'''Waypoint data'''
|-
+
|{{Long}}|'''Object ID for Looted Item'''
+
 
|-
 
|-
 
|}
 
|}
Line 21: Line 19:
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
controllerID     = '''000004BC'''
+
controllerID     = '''000004BE'''
 
----
 
----
  
Line 40: Line 38:
 
<pre>
 
<pre>
  
NGE struct by cAble@projectswg
+
NGE struct by cAble
  
 
05 00 #Operand
 
05 00 #Operand
46 5E CE 80 #ObjController
+
46 5E CE 80 #Obj Controller
0B 00 00 00 #Controller Type
+
0B 00 00 00  
BC 04 00 00 #Controller Id
+
BE 04 00 00 #forceActivateQuest
EC 98 D7 D0 4B 00 00 00 #CharacterID
+
4E C7 80 B7 51 00 00 00 #Character ID
 
+
00 00 00 00 #unknown INT  
00 00 00 00 #Unknown INT
+
1D F0 D9 0C #Unknown INT  (seems to relate to an INT assigned to the '''QuestWP''' in logs)
01 00 00 00 #Number of Items Looted
+
B9 4E 54 F6 51 00 00 00 #ObjectID for Item Looted.
+
  
 
</pre>
 
</pre>

Latest revision as of 16:24, 27 September 2013

Object Controller - ForceActivateQuest (000004BE)

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 Character ID
INT Unknown Int
INT Waypoint data

Variable Descriptions


controllerID = 000004BE


Tags


OCM This header is part of the ObjControllerMessage.

100% This packet has been completely reversed.



NGE struct by cAble

05 00 #Operand
46 5E CE 80 #Obj Controller
0B 00 00 00 
BE 04 00 00 #forceActivateQuest 
4E C7 80 B7 51 00 00 00 #Character ID
00 00 00 00 #unknown INT 
1D F0 D9 0C #Unknown INT  (seems to relate to an INT assigned to the '''QuestWP''' in logs)