Difference between revisions of "PlayClientEffectLocMessage"

From SWGANH Wiki
Jump to: navigation, search
(Variable Descriptions)
(Struct)
Line 8: Line 8:
  
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{short}}||'''Operand_Count'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Operand_Count'''
+
|{{int}}||'''Opcode'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcode'''
+
|{{a_string}}||'''File'''
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''File'''
+
|{{a_string}}||'''Planet'''
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''Planet'''
+
|{{int}}||'''PositionX'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''PositionX'''
+
|{{int}}||'''PositionZ'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''PositionZ'''
+
|{{int}}||'''PositionY'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''PositionY'''
+
|{{long}}|{{unknown}}
|-
+
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''<font color=red>Unknown</font>'''
+
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''<font color=red>Unknown</font>'''
+
 
|-
 
|-
 +
|{{int}}|{{unknown}}
 
|}
 
|}
  

Revision as of 11:00, 10 April 2007


Struct


SHORT Operand_Count
INT Opcode
A_STRING File
A_STRING Planet
INT PositionX
INT PositionZ
INT PositionY
LONG ??
INT ??

Variable Descriptions


Operand_Count = 8

Opcode = 02949E74


  • File:
File of the client effect. EX: clienteffect/frs_dark_envy.cef
  • Planet::
Name of the planet. EX: naboo
  • Position X-Y-Z::
Float of the position where you want the client effect to be played.

Tags


S→C This packet originates on the server.

75% This packet has been partially reversed.


Sample Code

Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...