Difference between revisions of "PlayClientEffectObjectMessage"

From SWGANH Wiki
Jump to: navigation, search
m (Protected "PlayClientEffectObjectMessage": Page is complete. [edit=sysop:move=sysop])
Line 62: Line 62:
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
 
----
 
 
==Sample Code==
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==

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 Packet

Insert Sample Packet Here...