quisquous / cactbot

FFXIV TypeScript Raiding Overlay
Apache License 2.0
796 stars 383 forks source link

raidboss: timeline netregex for addedCombatantOneOff #6038

Closed quisquous closed 7 months ago

quisquous commented 7 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.