quisquous / cactbot

FFXIV TypeScript Raiding Overlay
Apache License 2.0
793 stars 379 forks source link

raidboss: timeline netregex for addedCombatantOneOff #6038

Closed quisquous closed 11 months ago

quisquous commented 11 months ago

/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.