Difference between revisions of "PlayClientEffectLocMessage"

From SWGANH Wiki
Jump to: navigation, search
(Sample Packet)
 
(2 intermediate revisions by 2 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'''
 
|{{short}}||'''Operand_Count'''
Line 25: Line 26:
 
|-
 
|-
 
|{{int}}|{{unknown}}
 
|{{int}}|{{unknown}}
 +
|}
 
|}
 
|}
  
Line 55: Line 57:
  
 
|}
 
|}
 
----
 
 
==Sample Code==
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==
Line 73: Line 67:
 
24 00  
 
24 00  
 
63 6C 69 65 6E 74 65 66 66 65 63 74  
 
63 6C 69 65 6E 74 65 66 66 65 63 74  
2F 73 75 72 76 65 79 5F 74 6F 6F 6C  //lienteffect/survey_tool_mineral.cef
+
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  
 
5F 6D 69 6E 65 72 61 6C 2E 63 65 66  
  

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