OverlayPlugin / cactbot

FFXIV TypeScript Raiding Overlay
Apache License 2.0
64 stars 31 forks source link

Dawntrail Update Checklist / Tracking (incl. Patch 7.01) #170

Open wexxlee opened 3 weeks ago

wexxlee commented 3 weeks ago

This issue serves as general checklist of necessary updates and (anticipated) content we intend to support following the release of Patch 7.0. The checklist will be updated as needed with additional work items/content changes after patch notes are released or as additional work items are identified.

Please refer to the Patch Update Checklist for more info.

[!IMPORTANT] If you intend to work on something below, please edit this issue to add yourself next to the item, or reply below so we can add you. This helps avoid unnecessary duplication of effort.

When submitting a related PR, please edit this issue to include the # in the appropriate place below so we can maintain an easy reference for all code changes implemented.

(Please also feel free to edit this issue to add additional updates/content that may be missing!)

Downtime

Post-Game Download

Post-Game Live


Patch 7.0 Content Support (raidboss/oopsy)

[!NOTE] A separate tracking issue will be created for Patch 7.01 & 7.05 content.

Dungeons

Trials

Misc.


Patch 7.01 Content Support (raidboss/oopsy)

Raids (Normal)

valarnin commented 3 weeks ago

Re: XIVAPI - There's a new beta for XIVAPI at https://beta.xivapi.com. I'm not sure which API will get updates first, the way the Discord announcement reads makes it sounds like the beta might get updates first as it's easier to update.

ex3 is usually not available at release, I believe, based on previous patches.

wexxlee commented 3 weeks ago

Re: XIVAPI - There's a new beta for XIVAPI at https://beta.xivapi.com. I'm not sure which API will get updates first, the way the Discord announcement reads makes it sounds like the beta might get updates first as it's easier to update.

Good timing on that. I'll poke around this weekend and get a PR ready to swap us over to the beta server just in case.

ex3 is usually not available at release, I believe, based on previous patches.

Oh, right, I completely forgot about the delay on ex3. I'll yank it from the list (can always re-add if they do something different here.)

g0shu commented 3 weeks ago

Ablilty ids for oopsy's overwritten mit tracker will need to be updated too. https://github.com/OverlayPlugin/cactbot/blob/9899675e9d26c721fe1af07901864fc92ef81283/ui/oopsyraidsy/data/00-misc/general.ts#L35-L74 I'll get around to it eventually if nobody else does, but probably not until a few days before savage release.

wexxlee commented 3 weeks ago

Ablilty ids for oopsy's overwritten mit tracker will need to be updated too.

Added!

xiashtra commented 2 weeks ago

sounds like we'll be getting changes to a few log lines per Ravahn's beta post:

  • Modified 21/22 loglines to include the combat action source's pet owner id / name.
  • Modified 21/22 loglines to include the orientation field (in hex, for now). My hope is that this will assist with positional damage calculation in the future
  • Modified 21/22 loglines to include separate effect display type, animation id, animnation delay, and action id fields
  • Modified 12 loglines (player stats) to remove an ancient hard-coded '0' just before tenacity & local content id.
MaikoTan commented 1 week ago

Need a checklist for every jobs in jobs module too. I think it can be listed here rather than open a separate issue.

Common

Job-specific Component

Tanks

Healers

Melee

Ranged

Magic

7.01 changes

JLGarber commented 1 week ago

I'll put my name down for MSQ 100, since there's nobody else visibly on it. I'll likely start with basic basic trigger and timeline support and flesh it out over this next week.