Skip to content

raidboss: OC North Horn Forked Tower: Magic Boss 1 Timeline - #1148

Open
Legends0 wants to merge 13 commits into
mainfrom
oc-two-headed-aevis-timeline
Open

raidboss: OC North Horn Forked Tower: Magic Boss 1 Timeline#1148
Legends0 wants to merge 13 commits into
mainfrom
oc-two-headed-aevis-timeline

Conversation

@Legends0

@Legends0 Legends0 commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

I may add the other bosses into here as I get to them. Unsure if I have enough information on loops (without digging into fflogs) at the moment.

This is just the normal version.

@github-actions github-actions Bot added the raidboss /ui/raidboss module label Sep 3, 2026
@Legends0

Legends0 commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator Author

For reference, here is the longest pull I could find on fflogs for Boss 1:
https://www.fflogs.com/reports/wfHyC4pM2WTZctzq?fight=128&hostility=1&type=casts&view=events

11:30s, this does seem to be where it loops.

@Legends0
Legends0 marked this pull request as ready for review September 5, 2026 00:49
@github-actions github-actions Bot added the needs-review Awaiting review label Sep 5, 2026
# C616 --sync--: Auto-attack from Blue Head
# C61B Poison Breath: 7.7s cast by Blue Head at same time as BA01 Poison Breath
# The Herpetology Forum will be sealed off
22000.0 "--sync--" SystemLogMessage { id: "7DC", param1: "1573" } window 100000,0

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same zone seal is used for the Extreme version of this fight. We either need a way to disambiguate between the difficulties, or drop the normal timelines in favor of the EX.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, in that case we could do a jump on the auto-attacks to determine if it is the extreme version or not.
We also have an option of either showing a lookahead for both versions, perhaps marking extreme or not, or starting the times later.

This would also delay implementation of a timeline as both may need to be done. Temporarily could avoid a lookahead and jump passed the timelines if it is extreme until the extreme timeline is done to avoid players seeing a timeline for extreme then it disappearing after the jump in the extreme mode when the timeline hasn't been implemented.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fixed now. I also put some starter conditions for the remaining bosses. These are placed right at the start of the Forked Tower: Magic section under the commented ActorControl sync.

In the main timeline for the encounters I ordered them by boss then normal then extreme timeline.

@github-actions github-actions Bot removed the needs-review Awaiting review label Sep 5, 2026
@github-actions github-actions Bot added the needs-review Awaiting review label Sep 6, 2026
@Legends0

Legends0 commented Sep 6, 2026

Copy link
Copy Markdown
Collaborator Author

I went through and checked into the initial casts of the extreme versions. I think jumping on autos won't work as well due to window causing sync aheads or sync backs on them so I've added some syncs for the autos then the branch happens on the first cast(s). Commented out the lookahead lines and only syncing the initial cast's startsUsing for now on the encounters passed the first boss to prevent timeline from showing up in the bosses that haven't been started.

I also thought I could quickly do the Storm Generator encounter that is only in Extreme. It's not been tested in game, and is mostly manually timed, with working around fflogs sync of BED0 Disillusioning Swing.

I couldn't find an enrage based on time for the Storm Generator or an easily established loop. Here is a reference for some of the long pulls I could find:
3min: https://www.fflogs.com/reports/wpaATBPYLnvzJb1N?fight=8&type=casts&hostility=1&view=events
3min 3s: https://www.fflogs.com/reports/PF8vjwrtTCMdJhHV?fight=13&type=casts&hostility=1&view=events
3min 3s: https://www.fflogs.com/reports/63hyDvNdwVrYMk7q?fight=9&hostility=1&type=casts&view=events
3min 6s: https://www.fflogs.com/reports/xYX9yjatk4DznWhJ?fight=27&type=casts&hostility=1&view=events
3min 8s: https://www.fflogs.com/reports/GNrjdtg41q6Qpv3z?fight=10&hostility=1&type=casts&view=events
3min 10s: https://www.fflogs.com/reports/xYX9yjatk4DznWhJ?fight=11&hostility=1&type=casts&view=events
3min 20s: https://www.fflogs.com/reports/bNL2kCFgYw6aq9fn?fight=26&hostility=1&type=casts&view=events
3min 30s: https://www.fflogs.com/reports/KGhJzyXb9HP36Bgx?fight=28&hostility=1&type=casts&view=events
3min 47s: https://www.fflogs.com/reports/XANRyBKG1Cqrfk6P?fight=15&type=casts&hostility=1&view=events

Thunderclap Concerto and Disillusioning Swing are consistent in the pattern they make and between pulls it seems. The logs seem to have varying timings for the The Last Song and The First Song, although first song can be made somewhat consistent just checking the big slime. Not sure what causes some of the variance in the add casts.

Most pulls seemed to clear around 2min to 2:30s, so this encounter can be a lot quicker than the bridges in Forked Tower: Blood.

Probably could use feature request for this, but its use seems more of a bandaid to how the timelines work currently than something that should be desired long term
Started work on Sword Dancer timeline and digging deeper shows this is damage and there is a second damage instant cast that splits damage with it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review Awaiting review raidboss /ui/raidboss module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants