Difference between revisions of "UpdatePostureMessage"

From SWGANH Wiki
Jump to: navigation, search
(Posture ID list)
(Struct)
Line 8: Line 8:
  
 
{| 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'''
+
|{{byte}}||'''PostureID'''
|-
+
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''PostureID'''
+
|-
+
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''ObjectID'''
+
 
|-
 
|-
 +
|{{long}}||'''ObjectID'''
 
|}
 
|}
  

Revision as of 11:15, 10 April 2007


Struct


SHORT Operand_Count
INT Opcode
BYTE PostureID
LONG ObjectID

Variable Descriptions


Opperand_Count = 3

Opcode = 0BDE6B41


  • PostureID:
This is the ID of the posture type you wish to change the object to. Please reference the Posture ID list for available options. (Located at the bottom of the page)
  • ObjectID:
This is the ObjectID you wish to change the posture of.

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...

Posture ID list