Difference between revisions of "UiPlayEffect (00000401)"

From SWGANH Wiki
Jump to: navigation, search
 
(3 intermediate revisions by one other user not shown)
Line 13: Line 13:
 
|{{int}}|'''Unknown INT'''
 
|{{int}}|'''Unknown INT'''
 
|-
 
|-
|{{int}}|'''newRoleIconChoice'''
+
|{{long}}|'''Character ID'''
 
|-
 
|-
|{{byte}}|'''Sequence ID'''
+
|{{Ascii}}|'''UI String'''
 +
|}
 
|}
 
|}
  
Line 45: Line 46:
 
CU research and object controller struct by cAble
 
CU research and object controller struct by cAble
  
 +
 +
sample1
  
  
Line 50: Line 53:
 
46 5E CE 80 #obj con
 
46 5E CE 80 #obj con
 
0B 00 00 00 #unknown int
 
0B 00 00 00 #unknown int
01 04 00 00  
+
01 04 00 00 #Enum: UiPlayEffect
  
71 F6 46 DF 07 00 00 00 #char id
+
70 F6 46 DF 07 00 00 00 #char id
00 00 00 00  
+
00 00 00 00 #Unknown Int
71 F6 46 DF 07 00 00 00  
+
70 F6 46 DF 07 00 00 00 ##char id
  
17 00  
+
17 00 #StringSize
 
73 68 6F 77 4D 65 64 69 61 74 6F 72 3D 77 73 5F 72 6F 61 64 6D 61 70 #showMediator=ws_roadmap
 
73 68 6F 77 4D 65 64 69 61 74 6F 72 3D 77 73 5F 72 6F 61 64 6D 61 70 #showMediator=ws_roadmap
  
 +
 +
sample2
 +
 +
05 00
 +
46 5E CE 80
 +
0B 00 00 00
 +
01 04 00 00
 +
70 F6 46 DF 07 00 00 00
 +
00 00 00 00
 +
70 F6 46 DF 07 00 00 00
 +
 +
28 00
 +
73 68 6F 77 4D 65 64 69 61 74 6F 72 3D 77 73 5F 70 72 6F 66
 +
65 73 73 69 6F 6E 74 65 6D 70 6C 61 74 65
 +
73 65 6C 65 63 74 #showMediator=ws_professiontemplateselect
  
  
 
</pre>
 
</pre>

Latest revision as of 19:00, 10 January 2014

Object Controller - UiPlayEffect (00000401)

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
LONG Character ID
ASCII UI String

Variable Descriptions


controllerID = 00000401


Tags


OCM This header is part of the ObjControllerMessage.

100% This packet has been completely reversed.


  • cAbles Note: CU struct.
  • may be compatible with precu but requires testing.



CU research and object controller struct by cAble


sample1


05 00 #operand
46 5E CE 80 #obj con
0B 00 00 00 #unknown int
01 04 00 00 #Enum: UiPlayEffect

70 F6 46 DF 07 00 00 00 #char id
00 00 00 00 #Unknown Int
70 F6 46 DF 07 00 00 00 ##char id

17 00 #StringSize
73 68 6F 77 4D 65 64 69 61 74 6F 72 3D 77 73 5F 72 6F 61 64 6D 61 70 #showMediator=ws_roadmap


sample2

05 00 
46 5E CE 80 
0B 00 00 00 
01 04 00 00 
70 F6 46 DF 07 00 00 00 
00 00 00 00 
70 F6 46 DF 07 00 00 00 

28 00 
73 68 6F 77 4D 65 64 69 61 74 6F 72 3D 77 73 5F 70 72 6F 66 
65 73 73 69 6F 6E 74 65 6D 70 6C 61 74 65 
73 65 6C 65 63 74 #showMediator=ws_professiontemplateselect