Difference between revisions of "NextCraftingStageResult (000001BE)"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageHeader|Object Controller|CraftingSessionEnded (000001C2)}} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| align="center" |- || {| class="wikitable" |{{...)
(Variable Descriptions)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{PageHeader|Object Controller|CraftingSessionEnded  (000001C2)}}
+
{{PageHeader|Object Controller|CraftingSessionEnded  (000001BE)}}
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 9: Line 9:
 
||
 
||
 
{| class="wikitable"
 
{| class="wikitable"
|{{long}}|'''Player ID'''
+
|{{int}}|'''RequestID'''
 
|-
 
|-
|{{int}}|'''unknown'''
+
|{{int}}|'''response'''
 
|-
 
|-
|{{byte}}|'''count'''
+
|{{byte}}|'''sequnceId '''
 
|}
 
|}
 
|}
 
|}
Line 19: Line 19:
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
controllerID     = '''000001C2'''
+
controllerID     = '''000001BE'''
 
----
 
----
 +
 +
Note: Many of the crafting packets utilize the same basic generic template
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 39: Line 42:
 
NGE struct by cAble
 
NGE struct by cAble
  
05 00 #Opcode
+
05 00 #Operand
46 5E CE 80 #ObjCont
+
46 5E CE 80 #ObjCon
 
0B 00 00 00  
 
0B 00 00 00  
C2 01 00 00 #CraftingSessionEnded
+
BE 01 00 00 #nextCraftingStageResult
00 2E E9 E9 31 00 00 00 #CharactedID
+
00 2E E9 E9 31 00 00 00 #CharacterID
00 00 00 00 #UnknownINT
+
 
01 #Count
+
00 00 00 00  
 +
 
 +
09 01 00 00 # RequestID
 +
01 00 00 00 # Response
 +
29 # sequnce Id
  
 
</pre>
 
</pre>

Latest revision as of 17:28, 18 September 2013

Object Controller - CraftingSessionEnded (000001BE)

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

Struct


INT RequestID
INT response
BYTE sequnceId

Variable Descriptions


controllerID = 000001BE


Note: Many of the crafting packets utilize the same basic generic template

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 #ObjCon
0B 00 00 00 
BE 01 00 00 #nextCraftingStageResult
00 2E E9 E9 31 00 00 00 #CharacterID

00 00 00 00 

09 01 00 00 	# RequestID	
01 00 00 00 	# Response 	
29 		# sequnce Id