Difference between revisions of "UpdatePostureMessage"
From SWGANH Wiki
(→Variable Descriptions) |
|||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Server Packet|UpdatePostureMessage (0BDE6B41)}} | |
− | + | ||
{| 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''' | ||
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{byte}}||'''PostureID''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{long}}||'''ObjectID''' | ||
+ | |} | ||
|} | |} | ||
− | |||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
Line 28: | Line 27: | ||
* '''PostureID''': | * '''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. '' | + | :This is the ID of the posture type you wish to change the object to. Please reference the Posture ID list for available options. |
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
+ | {| class="wikitable" | ||
+ | |- align="center" style="background-color:#ffffcc;" | ||
+ | |width="30px"|'''ID'''||width="140px"|'''Name'''||width="30px"|'''ID'''||width="140px"|'''Name''' | ||
+ | |- align="center" | ||
+ | ||'''-1'''||Invalid||'''10'''||Climbing | ||
+ | |- align="center" style="background-color:#F1F1F1;" | ||
+ | ||'''0'''||Standing||'''11'''||Hovering | ||
+ | |- align="center" | ||
+ | ||'''1'''||Sneaking||'''12'''||Flying | ||
+ | |- align="center" style="background-color:#F1F1F1;" | ||
+ | ||'''2'''||Walking||'''13'''||LyingDown | ||
+ | |- align="center" | ||
+ | ||'''3'''||Running||'''14'''||Sitting | ||
+ | |- align="center" style="background-color:#F1F1F1;" | ||
+ | ||'''4'''||Kneeling||'''15'''||SkillAnimating | ||
+ | |- align="center" | ||
+ | ||'''5'''||CrouchSneaking||'''16'''||DrivingVehicle | ||
+ | |- align="center" style="background-color:#F1F1F1;" | ||
+ | ||'''6'''||CrouchWalking||'''17'''||RidingCreature | ||
+ | |- align="center" | ||
+ | ||'''7'''||Prone||'''18'''||KnockedDown | ||
+ | |- align="center" style="background-color:#F1F1F1;" | ||
+ | ||'''8'''||Crawling||'''19'''||Incapacitated | ||
+ | |- align="center" | ||
+ | ||'''9'''||ClimbingStationary||'''20'''||Dead | ||
+ | |- align="center" style="background-color:#F1F1F1;" | ||
+ | || || ||'''21'''||Blocking | ||
+ | |} | ||
+ | |} | ||
* '''ObjectID: | * '''ObjectID: | ||
:This is the ObjectID you wish to change the posture of. | :This is the ObjectID you wish to change the posture of. | ||
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 42: | Line 73: | ||
|- | |- | ||
|} | |} | ||
− | |||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== | ||
<pre> | <pre> | ||
− | + | 03 00 // Op Count | |
+ | 41 6B DE 0B // UpdatePostureMessage | ||
+ | 00 // Posture ID | ||
+ | 79 56 90 19 17 00 00 00 // object ID | ||
</pre> | </pre> |
Latest revision as of 21:59, 8 January 2008
Server Packet - UpdatePostureMessage (0BDE6B41)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_Count = 3 Opcode = 0BDE6B41
|
Tags
|
Sample Packet
03 00 // Op Count 41 6B DE 0B // UpdatePostureMessage 00 // Posture ID 79 56 90 19 17 00 00 00 // object ID