Difference between revisions of "PlayClientEffectObjectMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|PlayClientEffectObjectMessage (8855434A)}}
 
+
 
{| 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 18: Line 19:
 
|{{long}}||'''Object ID'''
 
|{{long}}||'''Object ID'''
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----

Revision as of 19:20, 27 December 2007

Server Packet - PlayClientEffectObjectMessage (8855434A)

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 AuxString
LONG Object ID

Variable Descriptions


Opperand_Count = 3

Opcode = 8855434A


  • File:
Name of the file with extension of the clienteffect. EX: clienteffect/frs_dark_envy.cef
  • AuxString:
Place from where to start the animation:
{
"lclav"
"ltoe"
"lshin"
"lindex02"
"rthumb01"
"earring_l"
"earring_r"
"rlowerlip"
"rbrow1"
"rsmile"
"rbrow2"
"lsmile"
}
  • ObjectID:
ObjectID that you are playing the clienteffect for.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Code

Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...