Commit b1cc584
Extend SuPacket to match official shape (TargetCurrentHp/TargetMaxHp) (#436)
Every captured su packet from a live official session has 17 values
after the header, not 15:
su 3 2847 2 1454174 0 12 11 200 0 0 1 100 3 0 0 21447 21450
su 1 14293841 3 2847 240 7 11 257 0 0 1 175 0 4 0 175 175
The two new trailing integers carry the target's absolute HP for
player targets (21447/21450 ≈ real hp/maxhp). Monster targets ship
display-scaled values (0/175 on normal hits, max/max on the killing
blow). Without them the client parser misaligns and the kill-hit
collapse animation never plays.
Add TargetCurrentHp / TargetMaxHp as indices 15/16. No test refresh
needed — none exercise SuPacket serialization.
Bump to 16.6.0 on top of the 16.5.0 JobClass addition.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 198a0b2 commit b1cc584
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
60 | 66 | | |
61 | 67 | | |
0 commit comments