Difference between revisions of "StopClientEffectObjectByLabelMessage"

From SWGANH Wiki
Jump to: navigation, search
(New page: __NOTOC__ {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| class="wikitable" |{{short}}||'''Operand_Count''' |- |{{int}}||'''Opcode''' |- |{{long}}||'''Object...)
 
(Struct)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|StopClientEffectObjectByLabelMessage (AD6F6B26)}}
 
+
 
{| 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 15: Line 16:
 
|-
 
|-
 
|{{a_string}}||'''Effect Label'''
 
|{{a_string}}||'''Effect Label'''
 +
|}
 
|}
 
|}
  
Line 27: Line 29:
 
*'''Effect Label:''' Label of the effect being performed
 
*'''Effect Label:''' Label of the effect being performed
  
 +
NOTE: This packet is needed to make the remounting of swoops work. Without it the client will not move the swoop
 
|valign=top|
 
|valign=top|
  
Line 43: Line 46:
 
----
 
----
  
==Sample Code==
 
  
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==
  
 
<pre>
 
<pre>
 
 
04 00  
 
04 00  
 
26 6B 6F AD  //CRC = 'StopClientEffectObjectByLabelMessage  
 
26 6B 6F AD  //CRC = 'StopClientEffectObjectByLabelMessage  

Latest revision as of 13:51, 27 September 2007

Server Packet - StopClientEffectObjectByLabelMessage (AD6F6B26)

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
LONG ObjectID
A_STRING Effect Label

Variable Descriptions


Operand_Count = 4

Opcode = AD6F6B26


  • ObjectID: ID the object performing the effect
  • Effect Label: Label of the effect being performed

NOTE: This packet is needed to make the remounting of swoops work. Without it the client will not move the swoop

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.



Sample Packet

04 00 
26 6B 6F AD  //CRC = 'StopClientEffectObjectByLabelMessage 
AB F5 9A 8E 22 00 00 00 //mountID
09 00 76 65 68 69 63 6C 65 5F 32  'vehicle_2'