Skip to content

Some 20-line cast times are "wrong" #299

@xpdota

Description

@xpdota

Short version: Sometimes, the cast bar as seen in-game does not match up with ACT's reported cast time in 20-lines, even if the ACT value is technically correct in the sense that the server tells the client that the ability has snapshotted after the shorter time. However, on the in-game UI, the cast bar is not done yet, indicating that there's something else driving or modifying the car bar.

This has been an issue with certain fights. Here's examples I can think of off the top of my head:

  • DSR: Thordan's "Broad Swing" at the end of P2 has a slightly longer cast bar in-game than reported in the log (IDs 0x63C0 and 63C1).
  • P8S2: High Concept cast bars (0x79AC) are significantly longer than reported in the log.
  • TOP: Seems there are a few here as well. e.g. see this note in Cactbot.

Taking High Concept as an example:

Initial cast, lists 4.7 seconds as the duration. Game files list it as 5.0 seconds which is typical (damage snapshot is usually 0.3 seconds after the castbar ends):

20|2022-09-04T23:44:32.0070000+08:00|4001454C|Hephaistos|79AC|_rsv_31148|4001454C|Hephaistos|4.700|100.00|77.00|0.00|0.00|f14d42db7bac198c

That cast snapshots 5 seconds later, as expected from the 20-line. But this snapshot doesn't do anything - no statuses nor damage:

22|2022-09-04T23:44:37.0010000+08:00|4001454C|Hephaistos|79AC|_rsv_31148|1022A82E|Name Removed|1B|79AC8000|0|0|0|0|0|0|0|0|0|0|0|0|0|0|60286|107077|3800|10000|||100.91|92.36|0.00|-3.08|26836494|33218076|10000|10000|||100.00|77.00|0.00|0.00|000090FE|0|8|67cf5bff1120b1d6

But the cast bar in-game is only about halfway done at that point. The actual castbar end + damage + buffs comes about 9.5 seconds after the start of the cast, approximately when the in-game castbar finishes. The buffs come from the environment, while the damage comes from an entirely different action ID with no castbar:

26|2022-09-04T23:44:41.4550000+08:00|D12|_rsv_3346|8.00|E0000000||102FAB3E|Name Removed|00|68898||c3ea0aa2b8aad01c
22|2022-09-04T23:44:41.5000000+08:00|40014567|Hephaistos|710A|_rsv_28938|102A4B24|Name Removed|750603|984D0000|1B|710A8000|0|0|0|0|0|0|0|0|0|0|0|0|67593|67593|2800|10000|||100.42|100.85|0.00|-3.11|44|44|0|10000|||100.00|100.00|0.00|0.00|00009116|0|8|9caa6ed55e814d0f

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions