Difference between revisions of "StatMigrationTargetsMessage"

From SWGANH Wiki
Jump to: navigation, search
 
(Variable Descriptions)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|StatMigrationTargetsMessage (EFAC38C4)}}
{|
+
|- align="center"
+
||{{PacketGuide}}
+
|-
+
|}
+
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 11: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''uint8'''
+
|{{short}}||'''Operand'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''uint16'''
+
|{{int}}||'''Opcode'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''uint32'''
+
|{{int}}||'''Health Target'''
 
|-
 
|-
|align="center" style="background:#3C5466; color:white;"|'''FLOAT'''||'''uint32'''
+
|{{int}}||'''Strength Target'''
 
|-
 
|-
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''uint64'''
+
|{{int}}||'''Constitution Target'''
 
|-
 
|-
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ASCII String'''
+
|{{int}}||'''Action Target'''
 
|-
 
|-
|align="center" style="background:#8BD9A3; color:white;"|'''U_STRING'''||'''Unicode String'''
+
|{{int}}||'''Quickness Target'''
 
|-
 
|-
|align="center" style="background:#3EC166; color:white;"|'''C_STRING'''||'''Customization String'''
+
|{{int}}||'''Stamina Target'''
 
|-
 
|-
|align="center" style="background:#25733D; color:white;"|'''B_STRING'''||'''Byte String'''
+
|{{int}}||'''Mind Target'''
 
|-
 
|-
|align="center" style="background:#C6C600; color:white;"|'''{ }'''||'''LIST Component'''
+
|{{int}}||'''Focus Target'''
 
|-
 
|-
|align="center" style="background:#DF97A7; color:white;"|'''?'''||'''Uncertain Values'''
+
|{{int}}||'''Willpower Target'''
 
|-
 
|-
|align="center" style="background:#C84966; color:white;"|'''?? '''||'''Unknown Variable Name'''
+
|{{int}}||'''Points Remaining'''
 
|-
 
|-
 
|}
 
|}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Line 45: Line 41:
 
Opperand_Count     = '''9'''
 
Opperand_Count     = '''9'''
  
Opcode     = '''FFFFFFFF'''
+
Opcode     = '''EFAC38C4'''
 
----
 
----
  
* Additional Descriptions go here...
+
* General notes on stat migration
* --
+
: The client sends this packet to the server to open this window [http://wiki2.swganh.org/index.php/Requeststatmigrationdata_%287AFCA539%29 RequestStatsMigration]
* ---
+
: Screenshot of the windows forced open by just sending the packet to open it
* ----
+
:{| align="center"
 +
|-
 +
||[[Image:ScreenShot0026.jpg|thumb|Stats Screen]]
 +
|-
 +
|}
 +
 
 +
[[Species Info|Stat info based on species]]
  
 
|valign=top|
 
|valign=top|
 +
 
===Tags===
 
===Tags===
 
----
 
----
Line 60: Line 63:
 
||{{ServerPacket}}
 
||{{ServerPacket}}
 
|-
 
|-
||{{0%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
 
 
|}
 
|}
  
----
+
==Sample Packet==
 
+
'''This is a constructed packet based on meanmom's crack'''
==Sample Code==
+
----
+
 
+
 
<pre>
 
<pre>
Insert Code Snippet Here...
+
09 00 // Op Count
</pre>
+
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
 +
==================================================
 +
Wookiee starting Ham for Artisan
  
==Sample Packet==
+
09 00 // Op Count
 +
C4 38 AC EF // StatMigrationTargetsMessage
 +
B6 03 00 00 // 950
 +
8A 02 00 00 // 650
 +
C2 01 00 00 // 450
 +
E8 03 00 00 // 1000
 +
F4 01 00 00 // 500
 +
F4 01 00 00 // 500
 +
E8 03 00 00 // 1000
 +
26 02 00 00 // 550
 +
58 02 00 00 // 600
 +
00 00 00 00 // Points Left to Migrate
  
<pre>
 
Insert Sample Packet Here...
 
 
</pre>
 
</pre>

Latest revision as of 22:50, 10 May 2008

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


SHORT Operand
INT Opcode
INT Health Target
INT Strength Target
INT Constitution Target
INT Action Target
INT Quickness Target
INT Stamina Target
INT Mind Target
INT Focus Target
INT Willpower Target
INT Points Remaining

Variable Descriptions


Opperand_Count = 9

Opcode = EFAC38C4


  • General notes on stat migration
The client sends this packet to the server to open this window RequestStatsMigration
Screenshot of the windows forced open by just sending the packet to open it
Stats Screen

Stat info based on species

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.

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
==================================================
Wookiee starting Ham for Artisan

09 00 // Op Count
C4 38 AC EF // StatMigrationTargetsMessage
B6 03 00 00 // 950
8A 02 00 00 // 650
C2 01 00 00 // 450
E8 03 00 00 // 1000
F4 01 00 00 // 500
F4 01 00 00 // 500
E8 03 00 00 // 1000
26 02 00 00 // 550
58 02 00 00 // 600
00 00 00 00 // Points Left to Migrate