Difference between revisions of "StatMigrationTargetsMessage"
From SWGANH Wiki
(→Sample Packet) |
|||
Line 65: | Line 65: | ||
==Sample Packet== | ==Sample Packet== | ||
− | + | '''This is a constructed packet based on meanmom's crack''' | |
<pre> | <pre> | ||
− | + | 09 00 // Op Count | |
+ | C4 38 AC EF // StatMigrationTargetsMessage | ||
+ | 01 00 00 00 // Health | ||
+ | 01 00 00 00 // Strength | ||
+ | 01 00 00 00 // Constitution | ||
+ | 01 00 00 00 // Action | ||
+ | 01 00 00 00 // Quickness | ||
+ | 01 00 00 00 // Stamina | ||
+ | 01 00 00 00 // Mind | ||
+ | 01 00 00 00 // Focus | ||
+ | 01 00 00 00 // Willpower | ||
+ | 01 00 00 00 // Points Left to Migrate | ||
</pre> | </pre> |
Revision as of 13:24, 29 December 2007
This article or section needs additional data. Please add a sample packet! |
Server Packet - StatMigrationTargetsMessage (EFAC38C4)
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 = 9 Opcode = EFAC38C4
|
Tags
|
Sample Packet
This is a constructed packet based on meanmom's crack
09 00 // Op Count C4 38 AC EF // StatMigrationTargetsMessage 01 00 00 00 // Health 01 00 00 00 // Strength 01 00 00 00 // Constitution 01 00 00 00 // Action 01 00 00 00 // Quickness 01 00 00 00 // Stamina 01 00 00 00 // Mind 01 00 00 00 // Focus 01 00 00 00 // Willpower 01 00 00 00 // Points Left to Migrate