Difference between revisions of "StartNpcConversation (000000DD)"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
Line 8: Line 8:
  
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{long}}|{{unknown}}
 
|-
 
|-
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''<font color=red>Unknown</font>'''
+
|{{byte}}|{{unknown}}
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''<font color=red>Unknown</font>'''
+
|{{a_string}}|{{unknown}}
|-
+
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ASCII String'''
+
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''<font color=red>Unknown</font>'''
+
 
|-
 
|-
 +
|{{int}}|{{unknown}}
 
|}
 
|}
  

Revision as of 10:09, 22 March 2007


Struct


LONG ??
BYTE ??
A_STRING ??
INT ??

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.

25% This packet has been partially reversed.