Difference between revisions of "StartNpcConversation (000000DD)"

From SWGANH Wiki
Jump to: navigation, search
 
(Struct)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Object Controller|StartNPCConversation (000000DD)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{long}}|'''Converser ID'''
 
|-
 
|-
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''<font color=red>Unknown</font>'''
+
|{{int}}|'''<font color="red">unknown</font>'''
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''<font color=red>Unknown</font>'''
+
|{{byte}}|'''<font color="red">unknown</font>'''
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ASCII String'''
+
|{{byte}}|'''<font color="red">unknown</font>'''
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''<font color=red>Unknown</font>'''
+
 
|-
 
|-
 +
|{{byte}}|'''<font color="red">unknown</font>'''
 +
|}
 
|}
 
|}
  
Line 24: Line 26:
 
----
 
----
  
 +
<pre>
 +
(uint16)5;   //05 00
 +
(Obj_controller_opcode);  //46 5e ce 80
 +
(uint32)                  //0b 00 00 00
 +
(uint32)0x000000dd;   //dd 00 00 00
 +
(uint64)_player->ObjID;   //19 00 00 00 00 00 00 00
 +
(uint32)0;   //00 00 00 00
 +
(uint64)_NPCID->Target;    //04 1e 06 00 00 00 00 00
 +
(uint32)0;   //00 00 00 00
 +
(uint8)0 << (uint16)0;   //00 00 00
 +
</pre>
 
|valign=top|
 
|valign=top|
 
===Tags===
 
===Tags===
Line 31: Line 44:
 
||{{ObjControllerMessageTag}}
 
||{{ObjControllerMessageTag}}
 
|-
 
|-
||{{25%}}
+
||{{75%}}
 
|-
 
|-
 
|}
 
|}
  
 
|}
 
|}

Latest revision as of 17:53, 7 January 2008

Object Controller - StartNPCConversation (000000DD)

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 Converser ID
INT unknown
BYTE unknown
BYTE unknown
BYTE unknown

Variable Descriptions


controllerID = 000000DD


	(uint16)5;		   //05 00
	(Obj_controller_opcode);   //46 5e ce 80
	(uint32)                   //0b 00 00 00
	(uint32)0x000000dd;	   //dd 00 00 00
	(uint64)_player->ObjID;	   //19 00 00 00 00 00 00 00
	(uint32)0;		   //00 00 00 00
	(uint64)_NPCID->Target;    //04 1e 06 00 00 00 00 00
	(uint32)0;		   //00 00 00 00
	(uint8)0 << (uint16)0;	   //00 00 00

Tags


OCM This header is part of the ObjControllerMessage.

75% This packet has been partially reversed.