quisquous / cactbot

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

raidboss: timeline netregex for mapEffect #6030

Closed quisquous closed 7 months ago

quisquous commented 7 months ago

/sync\s*\/ 257 101:(?<instance>[^:]*):(?<flags>[^:]*):(?<location>[^:]*):\//

The instance here was dropped deliberately as it's always the same for a given zone, so is not useful in a regex.

Done by running #5977.