Difference between revisions of "UpdatePostureMessage"
From SWGANH Wiki
(→Posture ID list) |
|||
Line 54: | Line 54: | ||
===Posture ID list=== | ===Posture ID list=== | ||
---- | ---- | ||
+ | ==Posture Table== | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ||'''Name'''||'''ID''' | ||
+ | |- | ||
+ | ||Invalid||-1 | ||
+ | |- | ||
+ | ||Standing||0 | ||
+ | |- | ||
+ | ||Sneaking||1 | ||
+ | |- | ||
+ | ||Walking||2 | ||
+ | |- | ||
+ | ||Running||3 | ||
+ | |- | ||
+ | ||Kneeling||4 | ||
+ | |- | ||
+ | ||CrouchSneaking||5 | ||
+ | |- | ||
+ | ||CrouchWalking||6 | ||
+ | |- | ||
+ | ||Prone||7 | ||
+ | |- | ||
+ | ||Crawling||8 | ||
+ | |- | ||
+ | ||ClimbingStationary||9 | ||
+ | |- | ||
+ | ||Climbing||10 | ||
+ | |- | ||
+ | ||Hovering||11 | ||
+ | |- | ||
+ | ||Flying||12 | ||
+ | |- | ||
+ | ||LyingDown||13 | ||
+ | |- | ||
+ | ||Sitting||14 | ||
+ | |- | ||
+ | ||SkillAnimating||15 | ||
+ | |- | ||
+ | ||DrivingVehicle||16 | ||
+ | |- | ||
+ | ||RidingCreature||17 | ||
+ | |- | ||
+ | ||KnockedDown||18 | ||
+ | |- | ||
+ | ||Incapacitated||19 | ||
+ | |- | ||
+ | ||Dead||20 | ||
+ | |- | ||
+ | ||Blocking||21 | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | |valign=top| |
Revision as of 11:35, 31 December 2007
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
Posture ID list
Posture Table
Name | ID |
Invalid | -1 |
Standing | 0 |
Sneaking | 1 |
Walking | 2 |
Running | 3 |
Kneeling | 4 |
CrouchSneaking | 5 |
CrouchWalking | 6 |
Prone | 7 |
Crawling | 8 |
ClimbingStationary | 9 |
Climbing | 10 |
Hovering | 11 |
Flying | 12 |
LyingDown | 13 |
Sitting | 14 |
SkillAnimating | 15 |
DrivingVehicle | 16 |
RidingCreature | 17 |
KnockedDown | 18 |
Incapacitated | 19 |
Dead | 20 |
Blocking | 21 |