Skip to content

Commit

Permalink
raidboss: timeline netregex for addedCombatantOneOff (#6038)
Browse files Browse the repository at this point in the history
`/sync\s*\/
03:(?:\.{8}|\[\^:\]\*):(?<name>[^:]*):(?<job>[^:]*):(?<level>[^:]*):(?<ownerId>[^:]*):(?<worldId>[^:]*)::(?<npcNameId>[^:]*):\//`

There is probably a more compact way to write this by dropping
parameters, but it seemed safer to convert directly.

Done by running #5977.
  • Loading branch information
quisquous authored Dec 15, 2023
1 parent 1d658de commit d82b13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/raidboss/data/06-ew/raid/p12s.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hideall "--sync--"
# -it "Athena"

0.0 "--sync--" InCombat { inGameCombat: "1" } window 0,1
1.0 "--sync--" sync / 03:[^:]*:Hemitheos:00:5A:0{4}:00::12383:/ window 10,3 jump 1000.5 # Sync to P2 immediately through AddCombatant.
1.0 "--sync--" AddedCombatant { npcNameId: "12383", name: "Hemitheos", job: "00", level: "5A", ownerId: "0{4}", worldId: "00" } window 10,3 jump 1000.5 # Sync to P2 immediately through AddCombatant.
11.1 "On the Soul" Ability { id: "8304", source: "Athena" } window 20,20
21.2 "Paradeigma 1" Ability { id: "82ED", source: "Athena" }
24.3 "--middle--" Ability { id: "8315", source: "Athena" }
Expand Down

0 comments on commit d82b13a

Please sign in to comment.