Difference between revisions of "PlayClientEffectLocMessage"

From SWGANH Wiki
Jump to: navigation, search
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|PlayClientEffectLocMessage (02949E74)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| 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'''
+
|{{float}}||'''PositionX'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''PositionX'''
+
|{{float}}||'''PositionZ'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''PositionZ'''
+
|{{float}}||'''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}}
 +
|}
 
|}
 
|}
  
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Opperand_Count     = '''8'''
+
Operand_Count     = '''8'''
  
 
Opcode     = '''02949E74'''
 
Opcode     = '''02949E74'''
Line 42: Line 42:
 
:Name of the planet. EX: naboo
 
:Name of the planet. EX: naboo
  
* '''PositionX-Y-Z'''::
+
* '''Position X-Y-Z'''::
 
:Float of the position where you want the client effect to be played.
 
:Float of the position where you want the client effect to be played.
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 57: Line 58:
 
|}
 
|}
  
----
+
==Sample Packet==
 
+
==Sample Code==
+
  
 
<pre>
 
<pre>
Insert Code Snippet Here...
 
</pre>
 
  
==Sample Packet==
+
08 00     // opCount
 +
74 9E 94 02 //PlayClientEffectLocMessage
  
<pre>
+
24 00
Insert Sample Packet Here...
+
63 6C 69 65 6E 74 65 66 66 65 63 74
 +
2F 73 75 72 76 65 79 5F 74 6F 6F 6C  //clienteffect/survey_tool_mineral.cef
 +
5F 6D 69 6E 65 72 61 6C 2E 63 65 66
 +
 
 +
05 00
 +
6E 61 62 6F 6F // naboo
 +
 
 +
A6 59 A5 45 // X
 +
AC 07 45 C3 // Z
 +
AB A9 BE 45 // Y
 +
 
 +
00 00 00 00 00 00 00 00
 +
00 00 00 00
 
</pre>
 
</pre>

Latest revision as of 00:34, 3 January 2008

Server Packet - PlayClientEffectLocMessage (02949E74)

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

Struct


SHORT Operand_Count
INT Opcode
A_STRING File
A_STRING Planet
FLOAT PositionX
FLOAT PositionZ
FLOAT 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 Packet


08 00 	    	// opCount
74 9E 94 02 	//PlayClientEffectLocMessage

24 00 
63 6C 69 65 6E 74 65 66 66 65 63 74 
2F 73 75 72 76 65 79 5F 74 6F 6F 6C  //clienteffect/survey_tool_mineral.cef
5F 6D 69 6E 65 72 61 6C 2E 63 65 66 

05 00 
6E 61 62 6F 6F 	// naboo

A6 59 A5 45 	// X
AC 07 45 C3 	// Z
AB A9 BE 45 	// Y

00 00 00 00 00 00 00 00 
00 00 00 00